Outils personnels
User menu

MediaWiki:Common.css

De Dbpedia.fr.

(Différences entre les versions)
(Page créée avec « /* Le CSS placé ici sera appliqué à tous les habillages. */ * * 4. MAIN PAGE STYLING * ------------------------------------------------- : #mainpage_topbox { bac... »)
Ligne 7 : Ligne 7 :
   
   
#mainpage_topbox {
#mainpage_topbox {
-
background: #f9f9f9;
+
background: #f5f5f5;
padding: 0px;
padding: 0px;
border: 1px solid #aaaaaa;
border: 1px solid #aaaaaa;

Version du 24 avril 2012 à 07:36

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

/**
 * 4. MAIN PAGE STYLING
 * -------------------------------------------------
 */
 
#mainpage_topbox {
	background: #f5f5f5;
	padding: 0px;
	border: 1px solid #aaaaaa;
	margin: 0.2em 10px 10px;
}
.mainpage_boxtitle,
.mainpage_hubtitle,
.mainpage_headboxtitle,
#mainpage_pagetitle {
	font-size: 105%;
	padding: 0.4em;
	background-color: #eeeeee; /* #fdbb21; */
	border-bottom: 1px solid #aaaaaa;
}
.mainpage_boxtitle {
	line-height: 120%;
}
.mainpage_headboxtitle,
#mainpage_pagetitle {
	color: #005288;  /* #cf7606;*/
	font-size: 200% !important;
}