De La Tour des Héros.
(Différences entre les versions)
|
m |
(9 révisions intermédiaires masquées) |
Ligne 1 : |
Ligne 1 : |
| + | /* JUSTICE LEAGUE ACTION */ |
| + | |
| + | |
| /* Titres */ | | /* 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 { | | h1, h2 { |
- | background: rgb(42,113,201); | + | background: #2A71C9; |
- | background: linear-gradient(90deg, rgba(42,113,201,1) 0%, rgba(60,63,149,1) 40%, rgba(64,38,122,1) 50%, rgba(102,49,105,1) 60%, rgba(222,50,72,1) 100%); | + | background: linear-gradient(90deg, #2A71C9 60%, #DE3248 90%); |
| } | | } |
| | | |
Ligne 15 : |
Ligne 26 : |
| font-family: Verdana; | | font-family: Verdana; |
| background: #F1372A; | | background: #F1372A; |
- | background: linear-gradient(170deg, #F1372A 20%, rgba(255,255,255,1) 40%); | + | background: linear-gradient(170deg, #F1372A 20%, white 40%); |
| + | } |
| + | |
| + | p + a + h5, ul + a + h5, li + a + h5 { |
| + | margin-top:2.5em!important; |
| } | | } |
| | | |
Ligne 21 : |
Ligne 36 : |
| | | |
| .quotes-bulk { | | .quotes-bulk { |
- | border: 1px solid #E336B6; | + | border: 1px solid #775588; |
- | background: #fce9f7; -moz-border-radius:6px; | + | background: #F6D3D0; -moz-border-radius:6px; |
| padding: 0; | | padding: 0; |
| width: auto; | | width: auto; |
Ligne 31 : |
Ligne 46 : |
| margin-left: 10px; | | margin-left: 10px; |
| margin-right: 10px; | | margin-right: 10px; |
| + | } |
| + | |
| + | /* Tableaux */ |
| + | table.wikitable th { |
| + | background-color:#F1372A!important; |
| + | border: 1px solid white; |
| } | | } |
Version actuelle
/* JUSTICE LEAGUE ACTION */
/* 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: #2A71C9;
background: linear-gradient(90deg, #2A71C9 60%, #DE3248 90%);
}
h3 {
color: #F1372A;
}
h5 {
padding: 0.2em 0 .2em 0.3em; /* espace entre un titre et son soulignage */
color:white;
font-family: Verdana;
background: #F1372A;
background: linear-gradient(170deg, #F1372A 20%, white 40%);
}
p + a + h5, ul + a + h5, li + a + h5 {
margin-top:2.5em!important;
}
/* Citations*/
.quotes-bulk {
border: 1px solid #775588;
background: #F6D3D0; -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:#F1372A!important;
border: 1px solid white;
}