]> git.0d.be Git - panikweb.git/commitdiff
trivial: reorder lines in CSS
authorlaron <simon@surlaterre.org>
Sun, 22 Sep 2013 13:35:33 +0000 (15:35 +0200)
committerFrédéric Péters <fpeters@0d.be>
Sun, 22 Sep 2013 13:41:54 +0000 (15:41 +0200)
panikweb_templates/static/css/specifics.css

index f132664de7c32630c33409902c938bceef976642..1109053b919f7ee3b3fabcbb69322470c0dc2158 100644 (file)
@@ -185,66 +185,6 @@ body{
        background: #333;
        color: white;
 }
-#Changing{
-       padding-bottom:100px;
-}
-#Main{
-       color:#333;
-       background-color: white;
-}
-#Main >.wrapper{
-       padding-bottom:2em;
-}
-#Home #Main{
-       min-height:0;
-}
-#Changing a:hover,#Changing button:hover {
-       opacity:0.6;
-       text-decoration:none;
-}
-/* GLOBAL SITE NAV */
-#userLog{
-       z-index:2000;
-       position: fixed;
-       bottom: 0px;
-       right: 0px;
-}
-#userLog .log{
-       margin:0.3em;
-       -moz-box-shadow: 0px 0px 3px #000;
-       -webkit-box-shadow: 0px 0px 3px #000;
-       box-shadow: 0px 0px 3px #000;
-       border-radius:0.5em;-moz-border-radius:0.5em;-webkit-border-radius:0.5em;
-       text-align:center;
-       padding: 0.3em;
-       font-size:0.9em;
-       color:black;
-       background-color:orange;
-       border: 2px solid black;
-       background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.04) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.04) 50%, rgba(0, 0, 0, 0.04) 75%, transparent 75%, transparent);
-}
-#userLog .log.info{
-       background-color:grey;
-       color:white;
-}
-#userLog .log.ok{
-       background-color:green;
-       border-color:black;
-       color:white;
-}
-#userLog .log.error{
-       background-color:orange;
-       border-color:yellow;
-}
-#main {}
-#mainLegend{
-       width:30%;
-       text-align:right;
-       float:right;
-       padding:1em;
-}
-
-
 /****************************************************/
 /**** metaNAV ****/
 /****************************************************/
@@ -292,24 +232,6 @@ body{
        #metaNav .iconLabel {display:none;}
        #metaNav ul li a span.nav-icon { display: inline-block; }
 }
-
-#Footer{
-       border-top:2px solid #333;
-       background:#333;
-       color:white;
-       padding-top: 2em;
-}
-
-#Footer ul {
-}
-
-#Footer ul li {
-       padding-right: 2em;
-}
-
-#Footer a:hover {
-       opacity:0.6;
-}
 /****************************************************/
 /**** HEADER ****/
 /****************************************************/
@@ -375,6 +297,20 @@ body{
 }
 #Nav nav ul.distributed li {padding: 0;}
 
+#fiber-nav{
+    font-size:150%;
+       border-width:2px 0 2px 0;border-style:solid;
+}
+#fiber-nav li, #fiber-nav li a{
+       display:block;
+}
+#fiber-nav ul{
+       padding:0.5em;
+}
+#fiber-nav li a{
+       padding:0.5em;
+}
+
 
 /****************************************************/
 /**** Commons ****/
@@ -569,6 +505,86 @@ body{
        }
 }
 
+/****************************************************/
+/**** #Changing #Footer ... ****/
+/****************************************************/
+#Changing{
+       padding-bottom:100px;
+}
+#Main{
+       color:#333;
+       background-color: white;
+}
+#Main >.wrapper{
+       padding-bottom:2em;
+}
+#Home #Main{
+       min-height:0;
+}
+#Changing a:hover,#Changing button:hover {
+       opacity:0.6;
+       text-decoration:none;
+}
+/* GLOBAL SITE NAV */
+#userLog{
+       z-index:2000;
+       position: fixed;
+       bottom: 0px;
+       right: 0px;
+}
+#userLog .log{
+       margin:0.3em;
+       -moz-box-shadow: 0px 0px 3px #000;
+       -webkit-box-shadow: 0px 0px 3px #000;
+       box-shadow: 0px 0px 3px #000;
+       border-radius:0.5em;-moz-border-radius:0.5em;-webkit-border-radius:0.5em;
+       text-align:center;
+       padding: 0.3em;
+       font-size:0.9em;
+       color:black;
+       background-color:orange;
+       border: 2px solid black;
+       background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.04) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.04) 50%, rgba(0, 0, 0, 0.04) 75%, transparent 75%, transparent);
+}
+#userLog .log.info{
+       background-color:grey;
+       color:white;
+}
+#userLog .log.ok{
+       background-color:green;
+       border-color:black;
+       color:white;
+}
+#userLog .log.error{
+       background-color:orange;
+       border-color:yellow;
+}
+#main {}
+#mainLegend{
+       width:30%;
+       text-align:right;
+       float:right;
+       padding:1em;
+}
+
+#Footer{
+       border-top:2px solid #333;
+       background:#333;
+       color:white;
+       padding-top: 2em;
+}
+
+#Footer ul {
+}
+
+#Footer ul li {
+       padding-right: 2em;
+}
+
+#Footer a:hover {
+       opacity:0.6;
+}
+
 
 /****************************************************/
 .inline .link{display:block;padding:1em;}