MediaWiki:Erudite.css : Différence entre versions
Ligne 1 : | Ligne 1 : | ||
+ | /* | ||
#top-wrap { | #top-wrap { | ||
background-image: url(images/ban4.jpg); | background-image: url(images/ban4.jpg); | ||
} | } | ||
− | + | ||
#nav-meta { | #nav-meta { | ||
margin:0.5em -8em 0 1em; | margin:0.5em -8em 0 1em; | ||
Ligne 18 : | Ligne 19 : | ||
a { | a { | ||
border-bottom-style: none; | border-bottom-style: none; | ||
+ | } | ||
+ | #top-wrap { | ||
+ | #b1 { background: hsl(0, 50%, 50%); } | ||
+ | #b2 { background: hsl(30, 50%, 50%); } | ||
+ | #b3 { background: hsl(60, 50%, 50%); } | ||
+ | #b4 { background: hsl(90, 50%, 50%); } | ||
+ | #b5 { background: hsl(120, 50%, 50%); } | ||
+ | #b6 { background: hsl(150, 50%, 50%); } | ||
+ | #b7 { background: hsl(180, 50%, 50%); } | ||
+ | #b8 { background: hsl(210, 50%, 50%); } | ||
+ | #b9 { background: hsl(240, 50%, 50%); } | ||
+ | #b10 { background: hsl(270, 50%, 50%); } | ||
} | } |
Version du 21 septembre 2018 à 09:41
/*
#top-wrap {
background-image: url(images/ban4.jpg);
}
#nav-meta {
margin:0.5em -8em 0 1em;
padding-left:1em;
border left: none;
border-left-width: 0;
}
*/
#nav-meta {display:none;}
#bottom-wrap {
padding: 0.5em 0 0.5em 0;
}
a {
border-bottom-style: none;
}
#top-wrap {
#b1 { background: hsl(0, 50%, 50%); }
#b2 { background: hsl(30, 50%, 50%); }
#b3 { background: hsl(60, 50%, 50%); }
#b4 { background: hsl(90, 50%, 50%); }
#b5 { background: hsl(120, 50%, 50%); }
#b6 { background: hsl(150, 50%, 50%); }
#b7 { background: hsl(180, 50%, 50%); }
#b8 { background: hsl(210, 50%, 50%); }
#b9 { background: hsl(240, 50%, 50%); }
#b10 { background: hsl(270, 50%, 50%); }
}