De La Tour des Héros.
(Différences entre les versions)
m |
m |
Ligne 14 : |
Ligne 14 : |
| h1, h2 { | | h1, h2 { |
| background: #c9151e; | | background: #c9151e; |
- | background: linear-gradient(135deg, #c9151e 30%, #ffd635 50%, #ffd635 90%, black 91%); | + | background: linear-gradient(135deg, #C9151E 30%, #FFD635 50%, #FFD635 90%, black 91%); |
| } | | } |
| | | |
| h3 { | | h3 { |
- | color: #c9151e; | + | color: #C9151E; |
| } | | } |
| | | |
Ligne 25 : |
Ligne 25 : |
| color:white; | | color:white; |
| font-family: Verdana; | | font-family: Verdana; |
- | background: #c9151e; | + | background: #C9151E; |
- | background: linear-gradient(170deg, #c9151e 20%, rgba(255,255,255,1) 40%); | + | background: linear-gradient(170deg, #C9151E 20%, white 40%); |
| } | | } |
| | | |
Ligne 32 : |
Ligne 32 : |
| | | |
| .quotes-bulk { | | .quotes-bulk { |
- | border: 1px solid #c99700; | + | border: 1px solid #C99700; |
- | background: #ffd635; -moz-border-radius:6px; | + | background: #FFD635; -moz-border-radius:6px; |
| padding: 0; | | padding: 0; |
| width: auto; | | width: auto; |
Version du 23 mai 2021 à 22:58
/* BATMAN UNLIMITED */
/* 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: #c9151e;
background: linear-gradient(135deg, #C9151E 30%, #FFD635 50%, #FFD635 90%, black 91%);
}
h3 {
color: #C9151E;
}
h5 {
padding: 0.2em 0 .2em 0.3em; /* espace entre un titre et son soulignage */
color:white;
font-family: Verdana;
background: #C9151E;
background: linear-gradient(170deg, #C9151E 20%, white 40%);
}
/* Citations*/
.quotes-bulk {
border: 1px solid #C99700;
background: #FFD635; -moz-border-radius:6px;
padding: 0;
width: auto;
}
.quotes-box {
text-align: left;
margin-left: 10px;
margin-right: 10px;
}