De La Tour des Héros.
(Différences entre les versions)
m |
m |
Ligne 68 : |
Ligne 68 : |
| } | | } |
| | | |
- | .wt tr td { | + | table.wt tr td { |
| vertical-align: top!important; | | vertical-align: top!important; |
| text-align:left; | | text-align:left; |
Version du 29 octobre 2023 à 23:51
/* HARLEY QUINN */
/* 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: #040A28;
background: linear-gradient(90deg, #040A28 0%, #040933 40%, #e336B6 100%);
}
h3 {
color: #e336B6;
}
h3 span.editsection {
margin: -0.3em; /*remonte "modifier" pour éviter les décalages d'éléments floating-right en mode rédacteur*/
display: inline-block;
}
h5 {
padding: 0.2em 0 .2em 0.3em; /* espace entre un titre et son soulignage */
color:white;
font-family: Verdana;
background: #e336B6;
background: linear-gradient(170deg, #e336B6 20%, white 40%);
}
p + a + h5, ul + a + h5, li + a + h5 {
margin-top:2.5em!important;
}
/* Citations*/
.quotes-bulk {
border: 1px solid #E336B6;
background: #fce9f7; -moz-border-radius:6px;
padding: 0;
width: auto;
}
.quotes-box {
text-align: left;
margin-left: 10px;
margin-right: 10px;
}
.gallerybox .thumb {
margin: 0!important;
padding:0!important;
}
p + center .gallery {
margin:-.7em 0 -.5em!important;
}
/* Tableaux */
.wikitable th {
background-color:#E336B6!important;
border: 1px solid white;
}
table.wt tr td {
vertical-align: top!important;
text-align:left;
}
/* Bannière */
- gumax-site-logo, #gumax-site-logo a, #gumax-site-logo a:hover {
background-image:url(/ltdh/images/2/28/Ban_HQ.jpg);
height: 134px;
min-height: 134px; /* height of header */
display: block;
background-repeat: repeat;
background-position: left;
text-decoration: none;
}