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

De Bibliothèque Lucas Lhardi
Aller à la navigation Aller à la recherche
Ligne 50 : Ligne 50 :
padding:5px;
padding:5px;
border:1px #F3F3F3 solid;
border:1px #F3F3F3 solid;
width:300px;
float: right;
clear: right;
}
}

Version du 15 septembre 2018 à 21:24

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

/* Largeur du contenu */

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

.color-middle-container, .ts-inner{
	padding:0 0.5em !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:9em !important;
	margin-right:11em !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;
}

/* Infobox */

.infobox_cadre{
background:#FFF;
margin:15px;
padding:5px;
border:1px #F3F3F3 solid;
width:300px;
float: right;
clear: right;
}