MediaWiki:Common.css : Différence entre versions

(test)
(mod)
 
(6 révisions intermédiaires par le même utilisateur non affichées)
Ligne 7 : Ligne 7 :
 
width:100%;
 
width:100%;
 
margin-bottom:5px;
 
margin-bottom:5px;
border:1px solid #ADA;
+
border:3px solid #BBB;
background:#6299cf;
+
background:#ffffc0;
 
text-align:center;
 
text-align:center;
 
font-size:0.9em;
 
font-size:0.9em;
        foreground:ffffff;
 
 
}
 
}
 
.headertemplate .header_backlink,
 
.headertemplate .header_backlink,
Ligne 22 : Ligne 21 :
 
width:100%;
 
width:100%;
 
border-bottom:1px solid #A88;
 
border-bottom:1px solid #A88;
background:#FAFAFF;
+
background:#FBEAFF;
 
font-size:0.9em;
 
font-size:0.9em;
 
}
 
}

Version actuelle datée du 29 décembre 2008 à 20:00

/* CSS placed here will be applied to all skins */

/* <source lang="css"> */

/* {{header}} */
table.headertemplate {
	width:100%;
	margin-bottom:5px;
	border:3px solid #BBB;
	background:#ffffc0;
	text-align:center;
	font-size:0.9em;
}
.headertemplate .header_backlink,
.headertemplate .header_forelink {
	width:20%;
	font-size:0.9em;
	line-height:normal;
}
.header_notes {
	width:100%;
	border-bottom:1px solid #A88;
	background:#FBEAFF;
	font-size:0.9em;
}
.headertemplate .header_title { width: 60%; }
.headertemplate .header_backlink { text-align:left; }
.headertemplate .header_forelink { text-align:right; }

/* </source> */