MediaWiki:Common.css : Différence entre versions

De Géowiki : minéraux, cristaux, roches, fossiles, volcans, météorites, etc.
Aller à : navigation, rechercher
(New page: →‎* Le CSS placé ici sera appliqué à toutes les apparences. : /********************************************** * Harmonisation des Infoboxes *****************************************...)
 
(Replacing page with '→‎* Le CSS placé ici sera appliqué à toutes les apparences. : ')
 
Ligne 1 : Ligne 1 :
 
/** Le CSS placé ici sera appliqué à toutes les apparences. */
 
/** Le CSS placé ici sera appliqué à toutes les apparences. */
−
 
−
/**********************************************
 
−
* Harmonisation des Infoboxes
 
−
**********************************************/
 
−
 
−
.infobox {
 
−
  background-color: #eeeeee; /* couleur correspondant aux titres / colonne de gauche, th */
 
−
  color: black;
 
−
  float: right;
 
−
  clear: right;
 
−
  font-size: 95%;
 
−
  border-collapse: collapse;
 
−
  margin: 0 0 0.5em 1em;
 
−
}
 
−
 
−
.infobox caption {
 
−
  background-color: #c0c0c0;
 
−
  border-left: 1px solid #aaaaaa;
 
−
  border-top: 1px solid #aaaaaa;
 
−
  border-right: 1px solid #aaaaaa;
 
−
  padding: 0.2em;
 
−
  margin-left: 0.57em;
 
−
  font-weight: bolder;
 
−
  text-align: center;
 
−
  color: white;
 
−
  font-size: 160%;
 
−
}
 
−
 
−
.infobox th,
 
−
.infobox td {
 
−
  vertical-align: middle;
 
−
  border: 1px solid #aaaaaa;
 
−
  padding: 0.2em 0.2em 0.2em 0.5em;
 
−
}
 
−
 
−
.infobox td {
 
−
  text-align: center;
 
−
  background: #f9f9f9;
 
−
}
 
−
 
−
.infobox th {
 
−
  font-weight: normal;
 
−
  text-align: left;
 
−
}
 
−
 
−
.infobox .infoboximage { /* emplacement pour les photos et une description */
 
−
  background: #ffffff;
 
−
  padding:0;
 
−
  margin-top:0;
 
−
  color: black;
 
−
  text-align: center;
 
−
}
 
−
 
−
.infobox .infoboxsoustitre { /* soustitre */
 
−
  padding:0;
 
−
  color: black;
 
−
  font-weight: bold;
 
−
  font-size: 115%;
 
−
  line-height: 2;
 
−
  text-align: center;
 
−
}
 

Version actuelle datée du 22 mars 2007 à 19:26

/** Le CSS placé ici sera appliqué à toutes les apparences. */