MediaWiki

Différences entre les versions de « Common.css »

De Wiki BDE-UTC

m ([*] Correction de l'ajout précédent)
Ligne 3 : Ligne 3 :
 
#tagline {
 
#tagline {
 
display: none;
 
display: none;
 +
}
 +
 +
.tab-bar, ul.side-nav label {
 +
    background-color: #7cb342;
 +
}
 +
 +
h4.namespace.label {
 +
    background-color: #f44336;
 +
}
 +
 +
.side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
 +
    color: #0288d1;
 
}
 
}

Version du 30 avril 2025 à 18:04

/* Le CSS placé ici sera appliqué à tous les habillages. */

#tagline {
	display: none;
}

.tab-bar, ul.side-nav label {
    background-color: #7cb342;
}

h4.namespace.label {
    background-color: #f44336;
}

.side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
    color: #0288d1;
}