« MediaWiki:Common.css » : différence entre les versions
Apparence
Aucun résumé des modifications |
ajout de l'infobox concert |
||
| (14 versions intermédiaires par le même utilisateur non affichées) | |||
| Ligne 1 : | Ligne 1 : | ||
i { | |||
color: #ccc; | |||
} | |||
.infobox { | .infobox { | ||
background-color: #f9f9f9; | background-color: #f9f9f9; | ||
| Ligne 5 : | Ligne 8 : | ||
margin: 0 0 1em 1em; | margin: 0 0 1em 1em; | ||
text-align: center; | text-align: center; | ||
width: 300px; | |||
} | } | ||
.infobox td, .infobox th { | .infobox td, .infobox th { | ||
| Ligne 19 : | Ligne 23 : | ||
background: none; | background: none; | ||
text-align: left; | text-align: left; | ||
} | } | ||
.chanson th { | .chanson th { | ||
background-color: #7f70d8; | background-color: #7f70d8; | ||
background-image: url('/images/1/1c/Icone_chanson.png'); | background-image: url('/images/1/1c/Icone_chanson.png'); | ||
} | |||
.concert th { | |||
background-color: #fc0; | |||
background-image: url('/images/1/1c/Icone_concert.png'); | |||
} | |||
.merchandising th { | |||
background-color: #0bf; | |||
background-image: url('/images/b/b7/Icone_merchandising.png'); | |||
} | } | ||
.musicien th { | .musicien th { | ||
background-color: #d87f70; | background-color: #d87f70; | ||
background-image: url('/images/2/2b/Icone_musicien.png'); | |||
} | |||
.pressage th { | |||
background-color: #a9f16c; | |||
background-image: url('/images/f/f8/Icone_pressage.png'); | |||
} | |||
.gravure { | |||
background-color: #f9f9f9; | |||
border-collapse: collapse; | |||
margin: 1em; | |||
text-align: center; | |||
} | |||
.gravure td, .gravure th { | |||
border: 1px solid #aaa; | |||
padding: 0.5em; | |||
} | |||
.gravure th { | |||
background-repeat: no-repeat; | |||
background-position: right; | |||
} | |||
.paroles { | |||
display: inline-block; | |||
text-align: center; | |||
white-space: pre-wrap; | |||
background: none; | |||
border: none; | |||
font-family: serif; | |||
margin: 0; | |||
} | } | ||
Dernière version du 6 janvier 2014 à 09:16
i {
color: #ccc;
}
.infobox {
background-color: #f9f9f9;
border-collapse: collapse;
float: right;
margin: 0 0 1em 1em;
text-align: center;
width: 300px;
}
.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;
}
.chanson th {
background-color: #7f70d8;
background-image: url('/images/1/1c/Icone_chanson.png');
}
.concert th {
background-color: #fc0;
background-image: url('/images/1/1c/Icone_concert.png');
}
.merchandising th {
background-color: #0bf;
background-image: url('/images/b/b7/Icone_merchandising.png');
}
.musicien th {
background-color: #d87f70;
background-image: url('/images/2/2b/Icone_musicien.png');
}
.pressage th {
background-color: #a9f16c;
background-image: url('/images/f/f8/Icone_pressage.png');
}
.gravure {
background-color: #f9f9f9;
border-collapse: collapse;
margin: 1em;
text-align: center;
}
.gravure td, .gravure th {
border: 1px solid #aaa;
padding: 0.5em;
}
.gravure th {
background-repeat: no-repeat;
background-position: right;
}
.paroles {
display: inline-block;
text-align: center;
white-space: pre-wrap;
background: none;
border: none;
font-family: serif;
margin: 0;
}