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

De Bibliothèque Lucas Lhardi
Aller à la navigation Aller à la recherche
Ligne 21 : Ligne 21 :
.color-middle{
.color-middle{
background:#f3f3f3 !important;
background:#f3f3f3 !important;
margin-left:12em !important;
margin-right:13em !important;
}
}



Version du 15 septembre 2018 à 14:17

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

/* Largeur du contenu */

.ts-inner{
	max-width:100% !important;
}

/* Couleur générale du fond */

body{
	background:#105086 !important;
}

/* Personnalisation couleurs du menu */

.color-left{
	background:#cc2030 !important;
}

.color-middle{
	background:#f3f3f3 !important;
	margin-left:12em !important;
	margin-right:13em !important;
}

.color-right{
	background:#105086 !important;
}

/* Personnalisation footer */

#mw-content-container{
	border-bottom: solid 4px #cc2030 !important;
}

#mw-footer-container{
	border-top: solid 1px #FFF !important;
}