De La Tour des Héros.
(Différences entre les versions)
m |
m |
| (9 révisions intermédiaires masquées) |
| Ligne 14 : |
Ligne 14 : |
| | h1, h2 { | | h1, h2 { |
| | background: rgb(0,0,0); | | 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%); | + | background: linear-gradient(90deg, #AC7D30 0%, #402C18 60%, black 100%); |
| | } | | } |
| | | | |
| | h3 { | | h3 { |
| | color: #C6942C; | | color: #C6942C; |
| | + | } |
| | + | |
| | + | h3 .editsection { |
| | + | margin: -0.2em; /*remonte "modifier" pour éviter les décalages d'éléments floating-right en mode rédacteur*/ |
| | + | display: inline-block; |
| | } | | } |
| | | | |
| Ligne 24 : |
Ligne 29 : |
| | padding: 0.2em 0 .2em 0.3em; /* espace entre un titre et son soulignage */ | | padding: 0.2em 0 .2em 0.3em; /* espace entre un titre et son soulignage */ |
| | color:white; | | color:white; |
| | + | font-family: Verdana; |
| | background: #C6942C; | | background: #C6942C; |
| - | background: linear-gradient(170deg, #C6942C 20%, rgba(255,255,255,1) 40%); | + | background: linear-gradient(170deg, #C6942C 20%, white 40%); |
| | + | } |
| | + | |
| | + | p + a + h5, ul + a + h5, li + a + h5 { |
| | + | margin-top:2.5em!important; |
| | } | | } |
| | | | |
| Ligne 31 : |
Ligne 41 : |
| | | | |
| | .quotes-bulk { | | .quotes-bulk { |
| - | border: 1px solid #402c18; | + | border: 1px solid #402C18; |
| | background: #F5E4C1; -moz-border-radius:6px; | | background: #F5E4C1; -moz-border-radius:6px; |
| | padding: 0; | | padding: 0; |
| Ligne 41 : |
Ligne 51 : |
| | margin-left: 10px; | | margin-left: 10px; |
| | margin-right: 10px; | | margin-right: 10px; |
| | + | } |
| | + | |
| | + | /* Tableaux */ |
| | + | table.wikitable th { |
| | + | background-color:#C6942C!important; |
| | + | border: 1px solid white; |
| | } | | } |
Version actuelle
/* VIXEN */
/* 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(0,0,0);
background: linear-gradient(90deg, #AC7D30 0%, #402C18 60%, black 100%);
}
h3 {
color: #C6942C;
}
h3 .editsection {
margin: -0.2em; /*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: #C6942C;
background: linear-gradient(170deg, #C6942C 20%, white 40%);
}
p + a + h5, ul + a + h5, li + a + h5 {
margin-top:2.5em!important;
}
/* 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;
}
/* Tableaux */
table.wikitable th {
background-color:#C6942C!important;
border: 1px solid white;
}