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

De Bibliothèque Lucas Lhardi
Aller à la navigation Aller à la recherche
Ligne 54 : Ligne 54 :
clear: right;
clear: right;
border-spacing: 5px;
border-spacing: 5px;
}
.icone_ville{
background-image: url("https://upload.wikimedia.org/wikipedia/commons/7/7a/Picto_infobox_map.png");
}
}

Version du 15 septembre 2018 à 21:33

/* 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;
}

.icone_ville{
background-image: url("https://upload.wikimedia.org/wikipedia/commons/7/7a/Picto_infobox_map.png");
}