]> git.0d.be Git - panikweb.git/commitdiff
Style no background
authorlaron <simon@surlaterre.org>
Sat, 21 Sep 2013 11:54:55 +0000 (13:54 +0200)
committerlaron <simon@surlaterre.org>
Sat, 21 Sep 2013 11:54:55 +0000 (13:54 +0200)
panikweb_templates/static/css/specifics.css
panikweb_templates/templates/emissions/nav.html
panikweb_templates/templates/listen/nav.html
panikweb_templates/templates/news/nav.html
panikweb_templates/templates/program.html
panikweb_templates/templates/search/search.html

index 612beb06d743f364197c685c9aa700017636da85..65d1897c34a27cf82a78af11fd5025ec25cb0d00 100644 (file)
@@ -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;}
 /*
 
index abcabbc1938f0878714742c7b87c064cbe3d5705..a5c97b32b2c0f523c93e4a34876db06598e20115 100644 (file)
@@ -1,6 +1,6 @@
 
 <div class="wrapper">
-       <nav>
+       <nav class="mainSub">
                <ul class="inline padded">
                        <li><a href="{% url 'grid' %}" class="{% if class = "grid" %}active{% endif %}">
                                <span class="icon-th-large" ></span>
@@ -21,8 +21,8 @@
                </ul>
        </nav>
 </div>
+{% if categories %}
 <div class="wrapper">
-       {% if categories %}
                <nav id="gridNav" class="checkable">
                        <ul class="by{{ categories.count }}">
                        {% if  class = "emissions" or class = "archives" %}
@@ -37,8 +37,8 @@
                        {% endfor %}
                        </ul>
                </nav>
-       {% endif %}
 </div>
+{% endif %}
 {% if emission %}
 <div class="wrapper">
                <header class="mainHeader">
@@ -54,8 +54,8 @@
                {% endif %}
                </header>
 </div>
-<div class="wrapper">
        {% if episodes.exists %}
+<div class="wrapper">
        <div class="wrapper half">
                <nav>
                        <ul class="distributed by2">
                        </ul>
                </nav>
        </div>
-       {% endif %}
        <!--
        {% if episode %}
                <h4 class="active title">{{ episode.title }}</h4>
        {% endif %}
        -->
 </div>
+       {% endif %}
 
 {% endif %}
index dc1305bf811e4f37ff7b1a36cfe0bd6ce3d93ae3..5c1cd32bed9f5778fb79a363d7c315c47255ed0a 100644 (file)
@@ -1,6 +1,6 @@
 {% load paniktags %}
 <div class="wrapper">
-       <nav>
+       <nav class="mainSub">
                <ul class="inline padded">
                        <li><a href="{% url 'listen' %}" class="{% if class != "archives" %}active{% endif %}">
                                <span class="icon-bolt" ></span>
index 1631635779eeb22de166e7a53581586bdf0bdcfa..3df74f43b376876508e82793281df21685a8e64d 100644 (file)
@@ -1,6 +1,6 @@
 {% load paniktags %}
 <div class="wrapper">
-       <nav>
+       <nav class="mainSub">
                <ul class="inline padded">
                        <li><a href="{% url 'news' %}" class="{% if class != "archives" %}active{% endif %}">
                                <span class="icon-bolt" ></span>
index 17e7d7c3e20fab962cc971dd09bd207849609d52..f590289beb3729e90b3588a747d97d3ad73527a2 100644 (file)
@@ -5,7 +5,7 @@
 {% block nav %}
        {% emission_nav with klass="program" %}
 <div class="wrapper">
-       <div class="program marged">
+       <div class="program padded">
                <nav class="center">
                                Du {{week_first_day|date:"l j N"}} au {{week_last_day|date:"l j N"}}
                </nav>
index 5c939b8611a7f6af7a17c22cc808460558ba512a..877cd5e3b91dd5ddc6e104da8d9073900290a0e4 100644 (file)
@@ -9,7 +9,7 @@
             {{ form.as_table }}<button class="icon-search"></button>
     </form>
        {% if query or selected_tags %}
-               <nav>
+               <nav class="mainSub">
                    {% if facets.fields.categories %}
                    <ul class="custom padded">
                      {# Provide only the top 5 categories #}