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 10 : Ligne 10 :
   padding: 0.5em;
   padding: 0.5em;
}
}
.pressage th {
.infobox th {
  background-color: #a9f16c;
  background-image: url('/images/f/f8/Icone_pressage.png');
   background-repeat: no-repeat;
   background-repeat: no-repeat;
   background-position: right;
   background-position: right;
}
}
.pressage td table td, .pressage td table th {
.infobox td table td, .infobox td table th {
   border: none;
   border: none;
   padding: 0;
   padding: 0;
   background: none;
   background: none;
   text-align: left;
   text-align: left;
}
.pressage th {
  background-color: #a9f16c;
  background-image: url('/images/f/f8/Icone_pressage.png');
}
.chanson th {
  background-color: #7f70d8;
}
}

Version du 20 mars 2012 à 19:13

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