Add breadcrumb support
[sommitrealweird.git] / media / style / main.css
index 29c0686cb6eeef4a249e7f097bb21b9e8c5869c5..9ce53612cef8bb03b4024c42195c7b1151c5d282 100644 (file)
@@ -63,22 +63,44 @@ body #page #headerbar #menu ul li a:visited {
     text-decoration: none;
 }
 
+body #page #content #breadcrumb {
+    margin-left: -0.8em;
+    margin-right: -0.8em;
+    margin-top: 0;
+    margin-bottom: 0;
+    padding-top: 0.1em;
+    padding-bottom: 0.1em;
+    text-align: left;
+    background: #dfdfdf;
+    color: black;
+}
+
+body #page #content #breadcrumb p {
+    font-size: 90%;
+    font-weight: bold;
+    padding: 0;
+    margin: 0 1em;
+}
+
+body #page #content #breadcrumb p a {
+    color: #8a8a8a;
+    text-decoration: none;
+}
+
 body #page #content #submenu {
-    font-size: 100%;
     margin-right: -0.8em;
     margin-left: -0.8em;
     text-align: left;
     background: black;
     padding-top: 0.2em;
     padding-bottom: 0.2em;
-    top: 0;
-    left: 0;
-    position: relative;
 }
 
 body #page #content #submenu ul {
     display: inline;
     font-size: 90%;
+    padding: 1em;
+    margin: 0;
 }
 
 body #page #content #submenu ul li,