]> git.0d.be Git - panikweb.git/commitdiff
Color blue
authorlaron <simon@surlaterre.org>
Sat, 21 Sep 2013 09:22:16 +0000 (11:22 +0200)
committerlaron <simon@surlaterre.org>
Sat, 21 Sep 2013 09:22:16 +0000 (11:22 +0200)
panikweb_templates/static/css/specifics.css

index c446f2bd5e09803d371d7b52ce8302a8ec34a28a..103e577fcfd5427c256c39194443a8d6de037ff3 100644 (file)
@@ -1028,19 +1028,23 @@ div.episode.resume div.title {
 }
 
 
+#Nav, #metaNav ul li.active, #metaNav ul li.active a{
+       background:#0000dd !important;
+    color:#ffffff;
+}
+#Nav .active,#Nav .active *{
+       background: white;
+    color:#0000dd;
+}
 /*
 #Nav, #metaNav ul li.active, #metaNav ul li.active a{
        background:#111111 !important;
     color:#ffffff;
-       font-weight:normal;
 }
 #Nav .active,#Nav .active *{
-       font-weight:bold;
        background: white;
     color:#111111;
-    padding:0.3em;
 }
-*/
 
 #Commons, #Commons *, #player-container,  #player-container *{color:#fff !important;
     background-color:#3333ff !important; 
@@ -1048,3 +1052,4 @@ div.episode.resume div.title {
 }
 #mainHeader {background:transparent 50% 50% no-repeat url('../img/logo-panik.png');}
 #mainHeader *{background:transparent !important;}
+*/