De La Tour des Héros.
(Différences entre les versions)
m |
|
Ligne 42 : |
Ligne 42 : |
| margin-left: 10px; | | margin-left: 10px; |
| margin-right: 10px; | | margin-right: 10px; |
| + | } |
| + | |
| + | /* 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; |
| } | | } |
Version du 8 février 2021 à 12:36
/* 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: rgb(4,10,40);
background: linear-gradient(90deg, rgba(4,10,40,1) 0%, rgba(61,9,51,1) 40%, rgba(227,54,182,1) 100%);
}
h3 {
color: rgb(227,54,182);
}
h5 {
padding: 0.2em 0 .2em 0.3em; /* espace entre un titre et son soulignage */
color:white;
font-family: Verdana;
background: rgb(227,54,182);
background: linear-gradient(170deg, rgba(227,54,182,1) 20%, rgba(255,255,255,1) 40%);
}
/* 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;
}
/* 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;
}