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).
  • Internet Explorer / Edge : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl + F5.
  • Opera : appuyez sur 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');


.infos-formation-image {
    float: right;
    margin-bottom: 10px;
}

.infos-formation-image img {
    width: 200px;
}

/* Vert foncé*/
table.infos-formation {
    float: right;
    border: 1px solid #15a072;
    clear: right;
    width: 200px;
}

table.infos-formation td, table.infos-formation th {
   padding: 1px 6px;
   font-size: 80%;
}

/* Vert clair */
th.infos-formation-titre {
    background: #ccf1e5;
}

/* 13/03/2024 */
p.card-subtitle {
font-weight: bold;
font-size: 66%;
font-family: 'Raleway';
margin-top: -17px;
color: #6fb19a;
}

.gallery-150px img {
    max-width: 250px;
    max-height: 150px;
    object-fit: contain;
}

.page-Triple_Performance span.smw-plainlist-furtherresults {
    display: none;
}

.mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5 {
    margin-top: 1.5rem;
}

.oo-ui-windowManager-modal.oo-ui-windowManager-floating > .oo-ui-dialog > .oo-ui-window-frame {
    margin-top: 83px;
    max-height: calc(100% - 7em);
}

.mw-body .mw-indicators img {
    margin: 16px 16px 0 16px;
}

.mw-content-ltr ol, .mw-content-rtl .mw-content-ltr ol {
    margin-left: 2em;
}

ol.references > li {
    list-style-type: disc;
}
Partager sur :