From: laron Date: Sat, 21 Sep 2013 09:58:39 +0000 (+0200) Subject: Style Switcher X-Git-Tag: v2021~755 X-Git-Url: https://git.0d.be/?p=panikweb.git;a=commitdiff_plain;h=d0f1506de49ac1273de973025caa835e35986047 Style Switcher --- diff --git a/panikweb_templates/static/css/specifics.css b/panikweb_templates/static/css/specifics.css index 103e577..51a50aa 100644 --- a/panikweb_templates/static/css/specifics.css +++ b/panikweb_templates/static/css/specifics.css @@ -41,7 +41,6 @@ margin: 0.2em 0 0.2em 0; } #Main .sectionLabel{ - color:#3333FF; margin-bottom:1em; } .iconLabel{margin-left:0.1em;} @@ -1027,29 +1026,53 @@ div.episode.resume div.title { margin: 1em 0; } - -#Nav, #metaNav ul li.active, #metaNav ul li.active a{ - background:#0000dd !important; - color:#ffffff; -} -#Nav .active,#Nav .active *{ - background: white; - color:#0000dd; -} +/*******************************/ +/**** VARIANTES ****************/ +/*******************************/ + +#Nav, + #metaNav ul li.active, + #metaNav ul li.active a + {background:#111111 !important;color:#ffffff;} +#Nav .active, + #Nav .active *, + .sectionLabel + {background: white;color:#111111;} + +.style-3333ff #Nav, +.style-3333ff #metaNav ul li.active, +.style-3333ff #metaNav ul li.active a + {background:#3333ff !important;color:#ffffff;} +.style-3333ff #Nav .active, +.style-3333ff #Nav .active *, +.style-3333ff .sectionLabel + {background: white;color:#3333ff !important;} + +.style-0000ff #Nav, +.style-0000ff #metaNav ul li.active, +.style-0000ff #metaNav ul li.active a + {background:#0000ff !important;color:#ffffff;} +.style-0000ff #Nav .active, +.style-0000ff #Nav .active *, +.style-0000ff .sectionLabel + {background: white;color:#0000ff !important;} + +.style-ff6633 #Nav, +.style-ff6633 #metaNav ul li.active, +.style-ff6633 #metaNav ul li.active a + {background:#ff6633 !important;color:#ffffff;} +.style-ff6633 #Nav .active, +.style-ff6633 #Nav .active *, +.style-ff6633 .sectionLabel + {background: white;color:#ff6633 !important;} + +.style-ff6633 #mainHeader {background:#ff6633 50% 50% no-repeat url('../img/logo-panik.png');} +.style-ff6633 #mainHeader *{background:transparent !important;} /* -#Nav, #metaNav ul li.active, #metaNav ul li.active a{ - background:#111111 !important; - color:#ffffff; -} -#Nav .active,#Nav .active *{ - background: white; - color:#111111; -} -#Commons, #Commons *, #player-container, #player-container *{color:#fff !important; - background-color:#3333ff !important; - border-color:#fff !important; -} -#mainHeader {background:transparent 50% 50% no-repeat url('../img/logo-panik.png');} -#mainHeader *{background:transparent !important;} +#Commons, + #Commons *, + #player-container, + #player-container *{background-color:#3333ff !important; border-color:#fff !important;color:#fff !important;} + */ diff --git a/panikweb_templates/templates/episodes/resume.html b/panikweb_templates/templates/episodes/resume.html index 91b2855..166dab7 100644 --- a/panikweb_templates/templates/episodes/resume.html +++ b/panikweb_templates/templates/episodes/resume.html @@ -25,13 +25,13 @@