Aller au contenu

« MediaWiki:Common.css » : différence entre les versions

De Indo-Wiki
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 4 : Ligne 4 :
   float: right;
   float: right;
   margin: 1em;
   margin: 1em;
   width: 200px;
   text-align: center;
}
}
.infobox td, .infobox th {
.infobox td, .infobox th {

Version du 20 mars 2012 à 14:10

.infobox {
  background-color: #f9f9f9;
  border-collapse: collapse;
  float: right;
  margin: 1em;
  text-align: center;
}
.infobox td, .infobox th {
  border: 1px solid #aaa;
  padding: 0.5em;
}
.pressage th {
  background-color: #a9f16c;
  background-image: url('/images/f/f8/Icone_pressage.png');
  background-repeat: no-repeat;
  background-position: right;
}
.pressage td table td, .pressage td table th {
  border: none;
  padding: 0;
  background: none;
  text-align: left;
}