From 04c58719aa87d9dac6b418c1e312d1cac5649e7d Mon Sep 17 00:00:00 2001 From: laron Date: Sat, 21 Sep 2013 13:54:55 +0200 Subject: [PATCH] Style no background --- panikweb_templates/static/css/specifics.css | 18 ++++++++++++------ .../templates/emissions/nav.html | 10 +++++----- panikweb_templates/templates/listen/nav.html | 2 +- panikweb_templates/templates/news/nav.html | 2 +- panikweb_templates/templates/program.html | 2 +- .../templates/search/search.html | 2 +- 6 files changed, 21 insertions(+), 15 deletions(-) diff --git a/panikweb_templates/static/css/specifics.css b/panikweb_templates/static/css/specifics.css index 612beb0..65d1897 100644 --- a/panikweb_templates/static/css/specifics.css +++ b/panikweb_templates/static/css/specifics.css @@ -183,7 +183,7 @@ body{ background: #333; color: white; } -#All{ +#Changing{ padding-bottom:100px; } #Main{ @@ -1029,7 +1029,8 @@ div.episode.resume div.title { /*******************************/ /**** VARIANTES ****************/ /*******************************/ - +body{background:#ffffff;} +#Footer{border-color:inherit;} #Nav, #metaNav ul li.active, #metaNav ul li.active a @@ -1069,18 +1070,23 @@ div.episode.resume div.title { .style-ff6633 #mainHeader *{background:transparent !important;} .style-ffffff, +.style-ffffff #Related + {background:#ffffff !important;color:#000000 !important;} .style-ffffff #Footer, -.style-ffffff #Nav, -.style-ffffff #Nav *, .style-ffffff #metaNav ul li.active, .style-ffffff #metaNav ul li.active a - {background:#ffffff !important;color:#0000ff !important;border-color:#ffffff;} + {background:#ffffff !important;color:#0000ff !important;} +.style-ffffff #Nav, +.style-ffffff #Nav *, .style-ffffff #Nav .active, .style-ffffff #Nav .active *, .style-ffffff .sectionLabel - {background: white;color:#0000ff !important;} + {background: white !important;color:#0000ff !important;} +.style-ffffff #Nav .mainSub + {border-color:#0000ff !important;border-width:0 0 2px 0; border-style:solid;} .style-ffffff #player-container, .style-ffffff #player-container *{background-color:#ffffff !important; border-color:#ff6633 !important;color:#ff6633 !important;} +.style-ffffff #player-container {border-width: 2px 0 2px 0;border-style:solid;} .style-ffffff #player-container.fixed {border-width: 2px 0 0 0;border-style:solid;} /* diff --git a/panikweb_templates/templates/emissions/nav.html b/panikweb_templates/templates/emissions/nav.html index abcabbc..a5c97b3 100644 --- a/panikweb_templates/templates/emissions/nav.html +++ b/panikweb_templates/templates/emissions/nav.html @@ -1,6 +1,6 @@
-
+{% if categories %}
- {% if categories %} - {% endif %}
+{% endif %} {% if emission %}
@@ -54,8 +54,8 @@ {% endif %}
-
{% if episodes.exists %} +
- {% endif %}
+ {% endif %} {% endif %} diff --git a/panikweb_templates/templates/listen/nav.html b/panikweb_templates/templates/listen/nav.html index dc1305b..5c1cd32 100644 --- a/panikweb_templates/templates/listen/nav.html +++ b/panikweb_templates/templates/listen/nav.html @@ -1,6 +1,6 @@ {% load paniktags %}