De La Tour des Héros.
(Différences entre les versions)
m |
m |
(6 révisions intermédiaires masquées) |
Ligne 14 : |
Ligne 14 : |
| h1, h2 { | | h1, h2 { |
| background: #c9151e; | | background: #c9151e; |
- | background: linear-gradient(90deg, #c9151e 30%, #ffd635 50%; #ffd635 90%; #000 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%); |
| + | } |
| + | |
| + | p + a + h5, ul + a + h5, li + a + h5 { |
| + | margin-top:2.5em!important; |
| } | | } |
| | | |
Ligne 32 : |
Ligne 36 : |
| | | |
| .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; |
Ligne 42 : |
Ligne 46 : |
| margin-left: 10px; | | margin-left: 10px; |
| margin-right: 10px; | | margin-right: 10px; |
| + | } |
| + | |
| + | /* Tableaux */ |
| + | table.wikitable th { |
| + | background-color:#F3B700!important; |
| + | border: 1px solid white; |
| } | | } |
Version actuelle
/* 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%);
}
p + a + h5, ul + a + h5, li + a + h5 {
margin-top:2.5em!important;
}
/* 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;
}
/* Tableaux */
table.wikitable th {
background-color:#F3B700!important;
border: 1px solid white;
}