MediaWiki:Common.css : Différence entre versions

De La Quadrature du Net
Aller à la navigationAller à la recherche
(Created page with 'CSS placed here will be applied to all skins : #column-content { margin-left: -15em } #column-content #content { margin-left: 15em } #p-logo a, #p-logo a:hover { width: 15em …')
 
Ligne 5 : Ligne 5 :
 
.portlet { width: 14em }
 
.portlet { width: 14em }
 
#p-cactions { left: 14em }
 
#p-cactions { left: 14em }
 +
 +
 +
/* Infobox (en réalisation */
 +
 +
.infobox_v2 { /* monobookocentré debut */
 +
background: #f9f9f9;
 +
color: #000;
 +
font-size:90%;
 +
line-height:1.1em;
 +
float:right;
 +
clear:right;
 +
margin:0 0 .5em 1em; /* haut droite bas gauche */
 +
width:300px;
 +
border: 1px solid #aaa;
 +
padding: 0.1em;
 +
}
 +
 +
.infobox_v2 th {
 +
vertical-align:top;
 +
text-align:left;
 +
}
 +
 +
.infobox_v2 .entete {
 +
height:45px;
 +
vertical-align:middle;
 +
text-align:center;
 +
font-size:150%;
 +
font-weight:bolder;
 +
line-height:1.2em;
 +
color:#000
 +
}
 +
 +
.infobox_v2 .media { /* css V2 pour [[Modèle:Son]], etc. */
 +
height:35px;
 +
vertical-align:middle;
 +
text-align:center;
 +
font-weight:bolder;
 +
color:#000
 +
}

Version du 12 septembre 2011 à 19:59

/* CSS placed here will be applied to all skins */
#column-content { margin-left: -15em }
#column-content #content { margin-left: 15em }
#p-logo a, #p-logo a:hover { width: 15em }
.portlet { width: 14em }
#p-cactions { left: 14em }


/* Infobox (en réalisation */

.infobox_v2 { /* monobookocentré debut */
 background: #f9f9f9;
 color: #000;
 font-size:90%;
 line-height:1.1em; 
 float:right;
 clear:right;
 margin:0 0 .5em 1em; /* haut droite bas gauche */
 width:300px;
 border: 1px solid #aaa;
 padding: 0.1em;
}
 
.infobox_v2 th {
 vertical-align:top;
 text-align:left;
}
 
.infobox_v2 .entete {
 height:45px;
 vertical-align:middle;
 text-align:center;
 font-size:150%; 
 font-weight:bolder;
 line-height:1.2em;
 color:#000
}
 
.infobox_v2 .media { /* css V2 pour [[Modèle:Son]], etc. */
height:35px;
vertical-align:middle;
text-align:center;
font-weight:bolder;
color:#000
}