De La Tour des Héros.
(Différences entre les versions)
m |
m |
Ligne 3 : |
Ligne 3 : |
| h1, h2 { | | h1, h2 { |
| background: rgb(0,0,0); | | background: rgb(0,0,0); |
- | background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(64,44,24,1) 40%, rgba(172,125,48,1) 100%); | + | background: linear-gradient(90deg, rgba(172,125,48,1) 0%, rgba(64,44,24,1) 60%, rgba(0,0,0,1) 100%); |
| } | | } |
| | | |
Version du 23 janvier 2021 à 22:16
/* Titres */
h1, h2 {
background: rgb(0,0,0);
background: linear-gradient(90deg, rgba(172,125,48,1) 0%, rgba(64,44,24,1) 60%, rgba(0,0,0,1) 100%);
}
h3 {
color: #C6942C;
}
h5 {
padding: 0.2em 0 .2em 0.3em; /* espace entre un titre et son soulignage */
color:white;
background: #C6942C;
background: linear-gradient(170deg, #C6942C 20%, rgba(255,255,255,1) 40%);
}
/* Citations*/
.quotes-bulk {
border: 1px solid #402c18;
background: #F5E4C1; -moz-border-radius:6px;
padding: 0;
width: auto;
}
.quotes-box {
text-align: left;
margin-left: 10px;
margin-right: 10px;
}