MediaWiki:Common.css : Différence entre versions

De Aide Dragonium
Aller à : Navigation, rechercher
 
(Aucune différence)

Version actuelle en date du 3 avril 2013 à 14:50

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

.infobox {
  font-size:9pt;
  float:right;
  border:1px solid #909090;
  margin-left:8px;
}


.infobox_v2 {
  /* monobookocentré debut */
  background: #f9f9f9;
  color: #000;
  font-size: 90%;
  line-height: 1.1em;
  float: right;
  clear: right;
  /* haut droite bas gauche */
  margin: 0 0 .5em 1em;
  width: 300px;
  border: 1px solid #aaa;
  padding: 0.1em;
}
 
.infobox_v2 th {
  text-align: center;
  background-color:#c8b464;
  font-size: 110%;
}
 
.infobox_v2 .entete {
  height: 45px;
  vertical-align: middle;
  text-align: center;
  font-size: 150%;
  font-weight: bolder;
  line-height: 1.2em;
  color: #000;
}

.entete.defaut {}