De La Tour des Héros.
(Différences entre les versions)
m |
m |
Ligne 32 : |
Ligne 32 : |
| background: #17B199; | | background: #17B199; |
| background: linear-gradient(170deg, #17B199 20%, white 40%); | | background: linear-gradient(170deg, #17B199 20%, white 40%); |
| + | } |
| + | |
| + | p + a + h5, ul + a + h5, li + a + h5 { |
| + | margin-top:2.5em!important; |
| } | | } |
| | | |
Version du 2 avril 2022 à 14:29
/* AQUAMAN: KING OF ATLANTIS */
/* 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: #ee7111;
background: linear-gradient(135deg, #ee7111 25%, #fccb63 70%, #000847 95%) ;
}
h3 {
color: #000847;
}
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: #17B199;
background: linear-gradient(170deg, #17B199 20%, white 40%);
}
p + a + h5, ul + a + h5, li + a + h5 {
margin-top:2.5em!important;
}
/* Citations*/
.quotes-bulk {
border: 1px solid #17B199;
background: #bbf6ed; -moz-border-radius:6px;
padding: 0;
width: auto;
}
.quotes-box {
text-align: left;
margin-left: 10px;
margin-right: 10px;
}