Différences entre les versions de « MediaWiki:Common.css »
Aller à la navigation
Aller à la recherche
| Ligne 46 : | Ligne 46 : | ||
.infobox_cadre{ | .infobox_cadre{ | ||
background:# | background:#fcfcfc; | ||
margin:15px; | margin:15px; | ||
padding:5px; | padding:5px; | ||
border:1px # | border:1px #eeeeee solid; | ||
width:300px; | width:300px; | ||
float: right; | float: right; | ||
Version du 15 septembre 2018 à 20:27
/* 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:#fcfcfc;
margin:15px;
padding:5px;
border:1px #eeeeee solid;
width:300px;
float: right;
clear: right;
border-spacing: 5px;
}