« MediaWiki:Common.css » : différence entre les versions
Apparence
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. */ | ||
#ca-talk { | #ca-talk { | ||
display: none !important; | display: none !important; | ||
} | |||
/* Corpus Juris - Thème bleu nuit & doré */ | |||
/* Header */ | |||
#mw-head, .mw-header, .vector-header { | |||
background: #1a2744 !important; | |||
} | |||
/* Titre du wiki dans le header */ | |||
.mw-wiki-title, #p-logo a { | |||
color: #fff !important; | |||
} | |||
/* Liens dans le header */ | |||
.vector-menu-tabs a, .mw-header a { | |||
color: #c9a84c !important; | |||
} | |||
/* Fond général de la page */ | |||
body, .mw-page-container, .skin-vector-2022 { | |||
background: #f5f0e8 !important; | |||
} | |||
/* Sidebar */ | |||
.vector-menu-portal, #mw-panel { | |||
background: #eae4d8 !important; | |||
} | |||
/* Liens sidebar */ | |||
.vector-menu-portal a, #mw-panel a { | |||
color: #1a2744 !important; | |||
} | |||
.vector-menu-portal a:hover, #mw-panel a:hover { | |||
color: #c9a84c !important; | |||
} | |||
/* Titres */ | |||
h1, h2, h3, h4 { | |||
font-family: Georgia, serif !important; | |||
color: #1a2744 !important; | |||
} | |||
/* Ligne dorée sous le titre principal */ | |||
h1.firstHeading { | |||
border-bottom: 2px solid #c9a84c !important; | |||
padding-bottom: 8px !important; | |||
} | |||
/* Liens dans le contenu */ | |||
#mw-content-text a { | |||
color: #1a2744 !important; | |||
} | |||
#mw-content-text a:hover { | |||
color: #c9a84c !important; | |||
} | |||
/* Boutons */ | |||
.mw-ui-button, .oo-ui-buttonElement-button { | |||
background: #1a2744 !important; | |||
color: #fff !important; | |||
border-color: #c9a84c !important; | |||
} | } | ||
Version du 5 juin 2026 à 12:35
/* Le CSS placé ici sera appliqué à tous les habillages. */
#ca-talk {
display: none !important;
}
/* Corpus Juris - Thème bleu nuit & doré */
/* Header */
#mw-head, .mw-header, .vector-header {
background: #1a2744 !important;
}
/* Titre du wiki dans le header */
.mw-wiki-title, #p-logo a {
color: #fff !important;
}
/* Liens dans le header */
.vector-menu-tabs a, .mw-header a {
color: #c9a84c !important;
}
/* Fond général de la page */
body, .mw-page-container, .skin-vector-2022 {
background: #f5f0e8 !important;
}
/* Sidebar */
.vector-menu-portal, #mw-panel {
background: #eae4d8 !important;
}
/* Liens sidebar */
.vector-menu-portal a, #mw-panel a {
color: #1a2744 !important;
}
.vector-menu-portal a:hover, #mw-panel a:hover {
color: #c9a84c !important;
}
/* Titres */
h1, h2, h3, h4 {
font-family: Georgia, serif !important;
color: #1a2744 !important;
}
/* Ligne dorée sous le titre principal */
h1.firstHeading {
border-bottom: 2px solid #c9a84c !important;
padding-bottom: 8px !important;
}
/* Liens dans le contenu */
#mw-content-text a {
color: #1a2744 !important;
}
#mw-content-text a:hover {
color: #c9a84c !important;
}
/* Boutons */
.mw-ui-button, .oo-ui-buttonElement-button {
background: #1a2744 !important;
color: #fff !important;
border-color: #c9a84c !important;
}