De La Tour des Héros.
(Différences entre les versions)
m |
|
Ligne 51 : |
Ligne 51 : |
| margin-left: 10px; | | margin-left: 10px; |
| margin-right: 10px; | | margin-right: 10px; |
| + | } |
| + | |
| + | p + center { |
| + | margin:-1.5em 0!important; |
| } | | } |
| | | |
Version du 28 mars 2023 à 16:52
/* 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;
}
p + center {
margin:-1.5em 0!important;
}
/* 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;
}