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

De Indo-Wiki
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 11 : Ligne 11 :
.pressage th {
.pressage th {
   background-color: #a9f16c;
   background-color: #a9f16c;
   background-images: url('/images/f/f8/Icone_pressage.png');
   background-image: url('/images/f/f8/Icone_pressage.png');
   background-repeat: no-repeat;
   background-repeat: no-repeat;
   background-repeat: right;
   background-position: right;
}
}

Version du 20 mars 2012 à 09:28

.infobox {
  background-color: #f9f9f9;
  border-collapse: collapse;
  float: right;
  margin: 1em;
}
.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;
}