]> git.0d.be Git - panikweb.git/commitdiff
Style switcher fix
authorlaron <simon@surlaterre.org>
Fri, 27 Sep 2013 17:03:34 +0000 (19:03 +0200)
committerlaron <simon@surlaterre.org>
Fri, 27 Sep 2013 17:03:34 +0000 (19:03 +0200)
panikweb_templates/static/css/specifics.css
panikweb_templates/templates/base.html

index 6ffa9c6af53f4c3f21a59540ded7140bb9cf9ad1..86d97cb59cbb57904a438e8c9211e269b9de6c2f 100644 (file)
@@ -1114,6 +1114,16 @@ div.episode.resume div.title {
 /*******************************/
 
 
+.style-000000 #Nav, 
+.style-000000  #metaNav ul li.active, 
+.style-000000   #metaNav ul li.active a
+   {background:#000000 !important;color:#ffffff;}
+.style-000000 #Nav .active,
+.style-000000  #Nav .active *,
+.style-000000   .sectionLabel a
+  {background: white;color:#000000 !important;}
+
+
 .style-333333 #Nav, 
 .style-333333  #metaNav ul li.active, 
 .style-333333   #metaNav ul li.active a
@@ -1141,38 +1151,6 @@ div.episode.resume div.title {
 .style-ff6633   .sectionLabel a
   {background: white;color:#ff6633 !important;}
 
-.style-ffffff,
-.style-ffffff #Related
-   {background:#ffffff !important;color:#000000 !important;}
-.style-ffffff #Footer,
-.style-ffffff  #metaNav ul li.active, 
-.style-ffffff   #metaNav ul li.active a
-   {background:#ffffff !important;color:#0000ff !important;}
-.style-ffffff #Nav, 
-.style-ffffff #Nav *, 
-.style-ffffff #Nav .active,
-.style-ffffff  #Nav .active *,
-.style-ffffff   .sectionLabel a
-  {background: white !important;color:#0000ff !important;text-align:left;}
-
-.style-ffffff #Nav .secondSub{
-    margin-bottom:3em;
-    border-bottom:2px solid #0000ff;
-}
-.style-ffffff #Nav header{
-    margin:1em 0;
-    padding:0 0 0 0 !important;}
-.style-ffffff #Nav h2{
-    margin:0;
-    padding:0 0 0 0;
-    font-size:5em;}
-
-.style-ffffff #Nav  .mainSub .wrapper,
- .style-ffffff #Nav  .mainSub *
-  {background:#0000ff !important;color:white !important;}
-.style-ffffff #Footer{
-    background:transparent !important;
-   }
 /*
 .style-ffffff   #player-container,
 .style-ffffff    #player-container *{background-color:#ff6633 !important; border-color:#ffffff !important;color:#ffffff !important;}
index b50b7b4baf8300c29b81547ef8330ffcccea2ac5..f03ac8d02779ad0febddd56821afee86ac9d7772 100644 (file)
@@ -26,9 +26,9 @@
 
 <body id="{{sectionName}}" class="section-{{sectionName}}">
 
-       <div id="StyleSwitcher" class="small" style="position:fixed;right:2px; top:0em;z-index:3000;width:1em;text-align:right;">
+       <div id="StyleSwitcher" class="small" style="position:fixed;right:2px; top:2em;z-index:3000;text-align:right;">
         <button class="small icon-sign-blank" data-class="style-0000ff" style="color:#0000ff;padding:0;margin:0;"></button>
-        <button class="small icon-sign-blank" data-class="style-111111" style="color:#ffffff;padding:0;margin:0;"></button>
+        <button class="small icon-sign-blank" data-class="style-000000" style="color:#111111;padding:0;margin:0;"></button>
         <button class="small icon-sign-blank" data-class="style-333333" style="color:#333333;padding:0;margin:0;"></button>
         <button class="small icon-sign-blank" data-class="style-ff6633" style="color:#ff6633;padding:0;margin:0;"></button>
     </div>