Retrouvez l'équipe de Triple Performance au Sia'Pro, du 23 au 25 février (Pavillon 5.2 - au sein du Salon de l'Agriculture) - en savoir plus

MediaWiki:Common.css

De Triple Performance
Aller à :navigation, rechercher

Note : après avoir publié vos modifications, il se peut que vous deviez forcer le rechargement complet du cache de votre navigateur pour voir les changements.

  • Firefox / Safari : maintenez la touche Maj (Shift) en cliquant sur le bouton Actualiser ou appuyez sur Ctrl + F5 ou Ctrl + R (⌘ + R sur un Mac).
  • Google Chrome : appuyez sur Ctrl + Maj + R (⌘ + Shift + R sur un Mac).
  •  Edge : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl + F5.
/* Le CSS placé ici sera appliqué à tous les habillages. */
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;600;800');
@import url('https://fonts.googleapis.com/css2?family=Merriweather&display=swap');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons|Material+Icons+Outlined');

.oo-ui-windowManager-modal.oo-ui-windowManager-floating > .oo-ui-dialog > .oo-ui-window-frame {
    top: 7em;
}

.oo-ui-windowManager-modal > .oo-ui-dialog.oo-ui-window-active {
    top: 90px;
}

.mainContainer .toc ul li {
    margin-bottom: 0.2em;
}

table.infos-formation td, table.infos-formation th {
   padding: 5px 6px;
   line-height: 21px;
}


        table.FA_Table {
            border: 2px SOLID #000000;
            border-collapse: collapse;
            margin-top: 20px;
        }
        
        table.FA_Table td {
            background-color: #ffffff;
            color: #000000;
            font-size: 10pt;
            vertical-align: middle;
            padding: 2px 3px 2px 3px;
            border-bottom: solid 1px #d9ead3;
            line-height: 1.5em;
        }

        .FA_Table .FA_Petale {
            background-color: #f3f3f3;
            text-align: left;
            font-weight: bold;
            font-size: 12pt;
            width: 189px;
            min-width: 189px;
        }

        .FA_Table .FA_rappel {
            background-color: #f3f3f3;
            text-align: left;
            font-style: italic;
            color: #666666;
        }

        table.FA_subtable {
            font-weight: bold;
            width: 100%;
            font-size: 10pt;
        }
        table.FA_subtable td {
            text-align: left;
            border-bottom: none;
            background-color: #f3f3f3;
        }
        table.FA_subtable td.FA_subtable_right {
            text-align: right;
        }        
                
        .FA_Table .FA_Note_Col {
            text-align: center;
            font-weight: bold;
            font-size: 19pt;
            width:28px;
            min-width:28px;
            color: #FFFFFF;
            border-left: solid 1px #d9ead3;

        }

        .FA_Table .FA_Note_Vert_0 {
            background-color: #ffffff;
            color: #000000;
        }
        .FA_Table .FA_Note_Vert_1 {
            background-color: #d9ead3;
            color: #000000;
        }

        .FA_Table .FA_Note_Vert_2 {
            background-color: #b6d7a8;
            color: #000000;
        }

        .FA_Table .FA_Note_Vert_3 {
            background-color: #93c47d;
            text-align: center;
        }

        .FA_Table .FA_Note_Vert_4 {
            background-color: #6aa84f;
        }

        .FA_Table .FA_Note_Gris_0 {
            background-color: #ffffff;
            color: #000000;
        }
        .FA_Table .FA_Note_Gris_1 {
            background-color: #efefef;
            color: #000000;
        }
        .FA_Table .FA_Note_Gris_2 {
            background-color: #b7b7b7;
            color: #000000;
        }
        .FA_Table .FA_Note_Gris_3 {
            background-color: #999999;
        }

        .FA_Table .FA_Note_Gris_4 {
            background-color: #434343;
            text-align: center;
            font-weight: bold;
        }
        table.FA_Table td.FA_Note_Header {
            background-color: #f3f3f3;
            text-align: center;
            font-weight: bold;
            font-size: 12pt;
            border-bottom: none;
        }

        .FA_Table .FA_Petale_compartiment_texte {
            text-align: left;
            min-width: 460px;
        }


        .FA_Table .FA_Petale_compartiment_titre {
            text-align: left;
            width: 189px;

            font-weight: bold;
        }


        .FA_Table .FA_Note_Texte {
            background-color: #ffffff;
            text-align: left;
        }

.FA_Table .FA_Note_Bleu_0 {
    background-color: #ffffff;
    color: #000000;
}
.FA_Table .FA_Note_Bleu_1 {
    background-color: #cfe2f3;
    color: #000000;
}

.FA_Table .FA_Note_Bleu_2 {
    background-color: #9fc5e8;
    color: #000000;
}

.FA_Table .FA_Note_Bleu_3 {
    background-color: #6fa8dc;
    text-align: center;
}

.FA_Table .FA_Note_Bleu_4 {
    background-color: #3d85c6;
}

.FA_Table .FA_Note_Rouge_0 {
    background-color: #ffffff;
    color: #000000;
}
.FA_Table .FA_Note_Rouge_1 {
    background-color: #f4cccc;
    color: #000000;
}

.FA_Table .FA_Note_Rouge_2 {
    background-color: #ea9999;
    color: #000000;
}

.FA_Table .FA_Note_Rouge_3 {
    background-color: #e06666;
    text-align: center;
}

.FA_Table .FA_Note_Rouge_4 {
    background-color: #cc0000;
}

.siteNotice {
    background-color: #3c1c5e;
    color: #fff;
    border: none;
    margin-bottom: 2rem;
    padding: 11px;
}

.siteNotice a, .siteNotice a:visited 
{
    color: #FFF;
    text-decoration: underline;
}

.siteNotice a:hover 
{
    color: #FFF;
    text-decoration: underline double;
}