Différences entre les versions de « MediaWiki:Common.css »
Aller à la navigation
Aller à la recherche
| Ligne 13 : | Ligne 13 : | ||
.color-right{ | .color-right{ | ||
background:#105086 !important; | background:#105086 !important; | ||
} | |||
/* Personnalisation footer */ | |||
#mw-content-container{ | |||
border-bottom: solid 4px #cc2030 !important; | |||
} | } | ||
Version du 15 septembre 2018 à 12:54
/* Le CSS placé ici sera appliqué à tous les habillages. */
/* Personnalisation couleurs du menu */
.color-left{
background:#cc2030 !important;
}
.color-middle{
background:#f3f3f3 !important;
}
.color-right{
background:#105086 !important;
}
/* Personnalisation footer */
#mw-content-container{
border-bottom: solid 4px #cc2030 !important;
}