Aller au contenu

« MediaWiki:Common.css » : différence entre les versions

De Corpus Juris︱IED
Contenu remplacé par « Le CSS placé ici sera appliqué à tous les habillages. : #ca-talk { display: none !important; } »
Balises : Contenu remplacé Révocation manuelle
Aucun résumé des modifications
Ligne 2 : Ligne 2 :
#ca-talk {
#ca-talk {
     display: none !important;
     display: none !important;
}
/* === HEADER === */
.vector-header {
    background-color: #1a2744 !important;
}
.mw-logo-wordmark, .mw-wiki-title {
    color: #ffffff !important;
    filter: brightness(0) invert(1);
}
/* === ICONES HEADER EN DORÉ === */
.vector-user-links a,
.vector-user-links a:link,
.vector-user-links a:visited,
.vector-user-links a:hover,
.vector-user-links a:active,
.vector-user-links a:focus {
    color: #c9a84c !important;
}
.vector-header svg path {
    fill: #c9a84c !important;
}
.vector-header .cdx-button,
.vector-header button {
    color: #c9a84c !important;
}
.vector-header .mw-ui-icon::before,
.vector-header .mw-ui-icon-element::before {
    filter: invert(72%) sepia(50%) saturate(500%) hue-rotate(5deg) brightness(100%) contrast(95%) !important;
}
.vector-search-box input {
    color: #ffffff !important;
}
/* === FOND PAGE === */
.mw-page-container {
    background-color: #f5f0e8 !important;
}
/* === SIDEBAR GAUCHE === */
.mw-table-of-contents-container,
.vector-column-start {
    background-color: #eae4d8 !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;
}
/* === PANNEAU APPARENCE (droite) === */
.vector-column-end,
.vector-client-prefs {
    background-color: #eae4d8 !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;
}
}

Version du 5 juin 2026 à 12:50

/* Le CSS placé ici sera appliqué à tous les habillages. */
#ca-talk {
    display: none !important;
}

/* === HEADER === */
.vector-header {
    background-color: #1a2744 !important;
}
.mw-logo-wordmark, .mw-wiki-title {
    color: #ffffff !important;
    filter: brightness(0) invert(1);
}

/* === ICONES HEADER EN DORÉ === */
.vector-user-links a,
.vector-user-links a:link,
.vector-user-links a:visited,
.vector-user-links a:hover,
.vector-user-links a:active,
.vector-user-links a:focus {
    color: #c9a84c !important;
}
.vector-header svg path {
    fill: #c9a84c !important;
}
.vector-header .cdx-button,
.vector-header button {
    color: #c9a84c !important;
}
.vector-header .mw-ui-icon::before,
.vector-header .mw-ui-icon-element::before {
    filter: invert(72%) sepia(50%) saturate(500%) hue-rotate(5deg) brightness(100%) contrast(95%) !important;
}
.vector-search-box input {
    color: #ffffff !important;
}

/* === FOND PAGE === */
.mw-page-container {
    background-color: #f5f0e8 !important;
}

/* === SIDEBAR GAUCHE === */
.mw-table-of-contents-container,
.vector-column-start {
    background-color: #eae4d8 !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;
}

/* === PANNEAU APPARENCE (droite) === */
.vector-column-end,
.vector-client-prefs {
    background-color: #eae4d8 !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;
}