« MediaWiki:Vector-2022.css » : différence entre les versions
Apparence
Aucun résumé des modifications |
Aucun résumé des modifications |
||
(7 versions intermédiaires par le même utilisateur non affichées) | |||
Ligne 10 : | Ligne 10 : | ||
h1, h2, h3, h4, h5, h6 { | h1, h2, h3, h4, h5, h6 { | ||
padding-bottom: 0; | |||
border-bottom: 1px solid rgba(255, 215, 0, 0.8); | |||
} | } | ||
/* change the color of the web site title */ | |||
a:visited.mw-logo { color: rgb(255, 215, 0); } | a:visited.mw-logo { color: rgb(255, 215, 0); } | ||
.mw-logo-container.skin-invert { filter: none !important; } | .mw-logo-container.skin-invert { filter: none !important; } | ||
/* add a logo at the right of the web site title */ | |||
a.mw-logo::after { | |||
content: ''; | |||
width: 24px; | |||
height: 24px; | |||
background-image: url('/resources/assets/bananes.svg'); | |||
background-size: contain; | |||
background-repeat: no-repeat; | |||
margin-left: 8px; | |||
} | |||
/* remove the background color from the footer icons */ | |||
#footer-icons a { | #footer-icons a { | ||
background-color: inherit; | |||
border: 0; | |||
} | } | ||
/* Hide Page and Discussion buttons */ | |||
#left-navigation { visibility: hidden; } | |||
.vector-page-titlebar::after { display: none; } | |||
.vector-page-toolbar { margin-top: -2.5rem; } | |||
} |
Dernière version du 8 mars 2025 à 21:13
/* Tout CSS placé ici sera chargé avec les pages accédées par les utilisateurs de l’habillage Vector-2022 */
/* do not color links in titles */
h1 :not(.mw-editsection) a, h1 :not(.mw-editsection) a:hover, h1 :not(.mw-editsection) a:visited, h1 :not(.mw-editsection) a:visited:hover,
h2 :not(.mw-editsection) a, h2 :not(.mw-editsection) a:hover, h2 :not(.mw-editsection) a:visited, h2 :not(.mw-editsection) a:visited:hover,
h3 :not(.mw-editsection) a, h3 :not(.mw-editsection) a:hover, h3 :not(.mw-editsection) a:visited, h3 :not(.mw-editsection) a:visited:hover,
h4 :not(.mw-editsection) a, h4 :not(.mw-editsection) a:hover, h4 :not(.mw-editsection) a:visited, h4 :not(.mw-editsection) a:visited:hover,
h5 :not(.mw-editsection) a, h5 :not(.mw-editsection) a:hover, h5 :not(.mw-editsection) a:visited, h5 :not(.mw-editsection) a:visited:hover,
h6 :not(.mw-editsection) a, h6 :not(.mw-editsection) a:hover, h6 :not(.mw-editsection) a:visited, h6 :not(.mw-editsection) a:visited:hover { color: inherit; }
h1, h2, h3, h4, h5, h6 {
padding-bottom: 0;
border-bottom: 1px solid rgba(255, 215, 0, 0.8);
}
/* change the color of the web site title */
a:visited.mw-logo { color: rgb(255, 215, 0); }
.mw-logo-container.skin-invert { filter: none !important; }
/* add a logo at the right of the web site title */
a.mw-logo::after {
content: '';
width: 24px;
height: 24px;
background-image: url('/resources/assets/bananes.svg');
background-size: contain;
background-repeat: no-repeat;
margin-left: 8px;
}
/* remove the background color from the footer icons */
#footer-icons a {
background-color: inherit;
border: 0;
}
/* Hide Page and Discussion buttons */
#left-navigation { visibility: hidden; }
.vector-page-titlebar::after { display: none; }
.vector-page-toolbar { margin-top: -2.5rem; }