« MediaWiki:Common.css » : différence entre les versions
aucun résumé des modifications
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 2 890 : | Ligne 2 890 : | ||
(après le bloc "Style des titres H2 à H5") | (après le bloc "Style des titres H2 à H5") | ||
H1 : Lora semi-bold (casse mixte) | H1 : Lora semi-bold (casse mixte), sans filet | ||
(le filet doré est sur .vector-page-toolbar-container) | |||
NOTE : la page d'accueil est exclue. | NOTE : la page d'accueil est exclue. | ||
| Ligne 2 904 : | Ligne 2 905 : | ||
line-height: 1.25; | line-height: 1.25; | ||
padding-bottom: 0.3em; | padding-bottom: 0.3em; | ||
border-bottom: | border-bottom: none; | ||
} | } | ||
| Ligne 2 912 : | Ligne 2 913 : | ||
À AJOUTER à la fin de MediaWiki:Common.css | À AJOUTER à la fin de MediaWiki:Common.css | ||
Ligne haute (sous le titre) : filet doré 3px | |||
Ligne basse (sous les onglets) : mauve pâle 1px | |||
Onglets : Source Sans 3, palette pourpre/doré | |||
NOTE : la page d'accueil est exclue. | NOTE : la page d'accueil est exclue. | ||
============================================================ */ | ============================================================ */ | ||
/* --- | /* --- Ligne haute : filet doré / Ligne basse : mauve pâle --- */ | ||
body:not(.page-Accueil) .vector-page-toolbar-container { | body:not(.page-Accueil) .vector-page-toolbar-container { | ||
border- | border-top: 3px solid #C49A2A; | ||
border-bottom: 1px solid #D0C4DC; | |||
} | } | ||
/* --- Onglets : | /* --- Onglets : police et couleur --- */ | ||
body:not(.page-Accueil) | body:not(.page-Accueil) .vector-page-toolbar-container .vector-tab-noicon a, | ||
body:not(.page-Accueil) .vector-page-toolbar-container .mw-list-item a { | |||
body:not(.page-Accueil) .vector- | |||
font-family: 'Source Sans 3', sans-serif; | font-family: 'Source Sans 3', sans-serif; | ||
color: #574B6B; | color: #574B6B; | ||
} | } | ||
/* --- Onglet actif | /* --- Onglet actif --- */ | ||
body:not(.page-Accueil) | body:not(.page-Accueil) .vector-page-toolbar-container .vector-tab-noicon.selected a, | ||
body:not(.page-Accueil) .vector-page-toolbar-container .mw-list-item.selected a { | |||
body:not(.page-Accueil) .vector- | |||
color: #2D1B4E; | color: #2D1B4E; | ||
font-weight: 600; | font-weight: 600; | ||
| Ligne 2 941 : | Ligne 2 941 : | ||
/* --- Onglet au survol --- */ | /* --- Onglet au survol --- */ | ||
body:not(.page-Accueil) | body:not(.page-Accueil) .vector-page-toolbar-container .vector-tab-noicon a:hover, | ||
body:not(.page-Accueil) .vector-page-toolbar-container .mw-list-item a:hover { | |||
body:not(.page-Accueil) .vector- | |||
color: #2D1B4E; | color: #2D1B4E; | ||
} | } | ||
/* --- Onglet lien rouge (Discussion inexistante) --- */ | /* --- Onglet lien rouge (Discussion inexistante) --- */ | ||
body:not(.page-Accueil) | body:not(.page-Accueil) .vector-page-toolbar-container .vector-tab-noicon.new a, | ||
body:not(.page-Accueil) .vector- | body:not(.page-Accueil) .vector-page-toolbar-container .mw-list-item.new a { | ||
color: #a04030; | color: #a04030; | ||
} | } | ||
body:not(.page-Accueil) | body:not(.page-Accueil) .vector-page-toolbar-container .vector-tab-noicon.new a:hover, | ||
body:not(.page-Accueil) .vector- | body:not(.page-Accueil) .vector-page-toolbar-container .mw-list-item.new a:hover { | ||
color: #c05040; | color: #c05040; | ||
} | } | ||