« MediaWiki:Common.css » : différence entre les versions
Apparence
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| (10 versions intermédiaires par le même utilisateur non affichées) | |||
| Ligne 6 : | Ligne 6 : | ||
/* === HEADER === */ | /* === HEADER === */ | ||
.vector-header { | .vector-header { | ||
background-color: # | background-color: #f5f0e8 !important; | ||
} | } | ||
.mw-wiki-title { | |||
color: # | color: #c9a84c !important; | ||
} | } | ||
/* === | /* === TOUT EN BLEU FONCÉ DANS LE HEADER === */ | ||
.vector- | .vector-header *:not(input) { | ||
color: #1a2744 !important; | |||
color: # | |||
} | } | ||
. | .mw-wiki-title { | ||
color: #c9a84c !important; | color: #c9a84c !important; | ||
} | } | ||
/* === ICONES HEADER EN BLANC === */ | |||
.vector-header .mw-ui-icon, | |||
.vector-header .mw-ui-icon::before, | .vector-header .mw-ui-icon::before, | ||
.vector-header .mw-ui-icon-element::before { | .vector-header .mw-ui-icon-element, | ||
filter: | .vector-header .mw-ui-icon-element::before, | ||
.vector-header .cdx-button .mw-ui-icon, | |||
.vector-header .cdx-button .mw-ui-icon::before, | |||
.vector-header .cdx-search-input__end-button .mw-ui-icon { | |||
filter: brightness(0) !important; | |||
} | } | ||
.vector-search-box input { | .vector-search-box input { | ||
color: # | color: #1a2744 !important; | ||
} | } | ||
| Ligne 45 : | Ligne 42 : | ||
.mw-table-of-contents-container, | .mw-table-of-contents-container, | ||
.vector-column-start { | .vector-column-start { | ||
background-color: # | background-color: #ffffff !important; | ||
} | |||
.vector-menu-content a, | |||
.vector-menu-content a:link, | |||
.vector-menu-content a:visited { | |||
color: #1a2744 !important; | |||
} | |||
.vector-menu-content a:hover { | |||
color: #c9a84c !important; | |||
} | } | ||
.vector-menu-content a, | .vector-menu-content a, | ||
| Ligne 51 : | Ligne 56 : | ||
.vector-menu-content a:visited { | .vector-menu-content a:visited { | ||
color: #1a2744 !important; | color: #1a2744 !important; | ||
} | |||
.vector-menu-content a:hover { | |||
color: #c9a84c !important; | |||
} | } | ||
.vector-menu-content a:hover { | .vector-menu-content a:hover { | ||
| Ligne 59 : | Ligne 67 : | ||
.vector-column-end, | .vector-column-end, | ||
.vector-client-prefs { | .vector-client-prefs { | ||
background-color: # | background-color: #ffffff !important; | ||
border: 1px solid #c9a84c !important; | border: 1px solid #c9a84c !important; | ||
border-radius: 4px !important; | border-radius: 4px !important; | ||
Dernière version du 5 juin 2026 à 13:16
/* Le CSS placé ici sera appliqué à tous les habillages. */
#ca-talk {
display: none !important;
}
/* === HEADER === */
.vector-header {
background-color: #f5f0e8 !important;
}
.mw-wiki-title {
color: #c9a84c !important;
}
/* === TOUT EN BLEU FONCÉ DANS LE HEADER === */
.vector-header *:not(input) {
color: #1a2744 !important;
}
.mw-wiki-title {
color: #c9a84c !important;
}
/* === ICONES HEADER EN BLANC === */
.vector-header .mw-ui-icon,
.vector-header .mw-ui-icon::before,
.vector-header .mw-ui-icon-element,
.vector-header .mw-ui-icon-element::before,
.vector-header .cdx-button .mw-ui-icon,
.vector-header .cdx-button .mw-ui-icon::before,
.vector-header .cdx-search-input__end-button .mw-ui-icon {
filter: brightness(0) !important;
}
.vector-search-box input {
color: #1a2744 !important;
}
/* === FOND PAGE === */
.mw-page-container {
background-color: #f5f0e8 !important;
}
/* === SIDEBAR GAUCHE === */
.mw-table-of-contents-container,
.vector-column-start {
background-color: #ffffff !important;
}
.vector-menu-content a,
.vector-menu-content a:link,
.vector-menu-content a:visited {
color: #1a2744 !important;
}
.vector-menu-content a:hover {
color: #c9a84c !important;
}
.vector-menu-content a,
.vector-menu-content a:link,
.vector-menu-content a:visited {
color: #1a2744 !important;
}
.vector-menu-content a:hover {
color: #c9a84c !important;
}
.vector-menu-content a:hover {
color: #c9a84c !important;
}
/* === PANNEAU APPARENCE (droite) === */
.vector-column-end,
.vector-client-prefs {
background-color: #ffffff !important;
border: 1px solid #c9a84c !important;
border-radius: 4px !important;
}
.vector-client-prefs label,
.vector-client-prefs legend {
color: #1a2744 !important;
font-family: Georgia, serif !important;
}
.vector-client-prefs input[type="radio"]:checked + label::before,
.vector-client-prefs .cdx-radio__input:checked ~ .cdx-radio__icon {
border-color: #c9a84c !important;
background-color: #c9a84c !important;
}
/* === TITRES === */
h1.firstHeading {
font-family: Georgia, serif !important;
color: #1a2744 !important;
border-bottom: 2px solid #c9a84c !important;
}
h2, h3, h4 {
font-family: Georgia, serif !important;
color: #1a2744 !important;
}
/* === LIENS CONTENU === */
#mw-content-text a,
#mw-content-text a:link,
#mw-content-text a:visited {
color: #1a2744 !important;
}
#mw-content-text a:hover {
color: #c9a84c !important;
text-decoration: underline !important;
}