« MediaWiki:Common.css » : différence entre les versions
Aller à la navigation
Aller à la recherche
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 1 : | Ligne 1 : | ||
/* Le CSS placé ici sera appliqué à tous les habillages. */ | /* Le CSS placé ici sera appliqué à tous les habillages. */ | ||
@font-face { | |||
font-family: buck; | |||
font-style: normal; | |||
src: url('CHECKBK0.ttf') format('truetype'), | |||
url('CHECKBK0.otf') format('opentype'); | |||
} | |||
#mw-content h2, | |||
#mw-content h3, | |||
#mw-content h4, | |||
#mw-content h5, | |||
#mw-content h6, | |||
#mw-content #firstHeading { | |||
font-family: buck; | |||
} | |||
/* Pas d'affichage de nom de page sur la page d'accueil (fr) */ | /* Pas d'affichage de nom de page sur la page d'accueil (fr) */ |
Version du 1 février 2021 à 11:17
/* Le CSS placé ici sera appliqué à tous les habillages. */
@font-face {
font-family: buck;
font-style: normal;
src: url('CHECKBK0.ttf') format('truetype'),
url('CHECKBK0.otf') format('opentype');
}
#mw-content h2,
#mw-content h3,
#mw-content h4,
#mw-content h5,
#mw-content h6,
#mw-content #firstHeading {
font-family: buck;
}
/* Pas d'affichage de nom de page sur la page d'accueil (fr) */
.page-Accueil .firstHeading {
display: none;
}
/*
* Allow limiting of which header levels are shown in a TOC;
* <div class="toclimit-3">, for instance, will limit to
* showing ==headings== and ===headings=== but no further.
* Used in [[Template:TOC]]
*/
.toclimit-2 .toclevel-1 ul,
.toclimit-3 .toclevel-2 ul,
.toclimit-4 .toclevel-3 ul,
.toclimit-5 .toclevel-4 ul,
.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul {
display: none;
}
.mwe-popups-extract
{
color: #C1C1C1 !important;
}
.mwe-popups .mwe-popups-extract:after {
background-image: -webkit-linear-gradient(to right,rgba(244,164,96,0),#4C4C4C 50%) !important;
background-image: linear-gradient(to right,rgba(244,164,96,0),#4C4C4C 50%) !important;
}
/* no images */
.mwe-popups.flipped-x-y:after, .mwe-popups.flipped-y:after {
border-top: 12px solid #4C4C4C !important;
}
.mwe-popups.mwe-popups-no-image-pointer:after,
.mwe-popups.mwe-popups-no-image-pointer:before {
border-bottom: 12px solid #4C4C4C !important;
}
/* with images */
.mwe-popups.mwe-popups-image-pointer:before,
.mwe-popups.flipped-x.mwe-popups-is-tall:before,
.mwe-popups.mwe-popups-image-pointer.flipped-x:before {
border-bottom: 8px solid #a2a9b1 !important
}
.mwe-popups.mwe-popups-type-page.mwe-popups-fade-in-down.flipped-x-y.mwe-popups-is-tall:before,
.mwe-popups.mwe-popups-type-page.mwe-popups-fade-in-down.flipped-x-y.mwe-popups-is-not-tall:before {
border-top: 8px solid #a2a9b1 !important
}
.mwe-popups.mwe-popups-type-page.mwe-popups-fade-in-down.flipped-x-y.mwe-popups-is-tall:after {
border-top: 12px solid #a2a9b1 !important
}