De La Tour des Héros.
(Différences entre les versions)
|
m |
Ligne 49 : |
Ligne 49 : |
| | | |
| /* Tableaux */ | | /* Tableaux */ |
- | .wikitable th { | + | table.wikitable th { |
| background-color:#5890DB!important; | | background-color:#5890DB!important; |
| border: 1px solid white; | | border: 1px solid white; |
| + | } |
| + | |
| + | table.wt { |
| + | margin-right:auto; |
| + | margin-left:auto; |
| + | } |
| + | |
| + | table.wt tr td { |
| + | vertical-align: top; |
| + | text-align:left; |
| } | | } |
Version du 30 octobre 2023 à 20:55
/* DC SUPER HERO GIRLS (série) */
/* Titres */
h1 {
padding: .3em 0; /*espace entre un titre et son soulignage*/
}
h2 {
padding: 0.2em 0 .2em 0.3em; /*espace entre un titre et son soulignage*/
}
h1, h2 {
background: #c42055;
background: linear-gradient(135deg, #c42055 70%, #f8bc1a 90%);
}
h3 {
color: #5890DB;
}
h5 {
padding: 0.2em 0 .2em 0.3em; /* espace entre un titre et son soulignage */
color:white;
font-family: Verdana;
background: #5890DB;
background: linear-gradient(170deg, #5890DB 20%, white 40%);
}
p + a + h5, ul + a + h5, li + a + h5 {
margin-top:2.5em!important;
}
/* Citations*/
.quotes-bulk {
border: 1px solid #5890DB;
background: #EBC2D0; -moz-border-radius:6px;
padding: 0;
width: auto;
}
.quotes-box {
text-align: left;
margin-left: 10px;
margin-right: 10px;
}
/* Tableaux */
table.wikitable th {
background-color:#5890DB!important;
border: 1px solid white;
}
table.wt {
margin-right:auto;
margin-left:auto;
}
table.wt tr td {
vertical-align: top;
text-align:left;
}