Die Marginalspalte auch auf Seiten mit einspaltigem Layout hervorgehoben
[website] / src / main / webapp / less / screen / navigation.less
index 10e1572..3400c24 100644 (file)
@@ -1,5 +1,9 @@
 @import '../variables.less';
 
+#nav > hr
+{
+  display: none;
+}
 #menu
 {
   position: relative;
@@ -10,6 +14,7 @@
   list-style-type: none;
   margin: 0;
   padding: 0;
+  border-style: none;
 }
 #menu > li.m
 {
@@ -18,8 +23,6 @@
 }
 #menu > li.m > .m
 {
-  font-family: 'BPreplay', Helvetica, Arial, sans-serif;
-  font-weight: bold;
   font-size: 250%; /** 40px */
   color: @normal;
 }
 {
   border-style: solid;
 }
+#menu > li.m > a.m.selected
+{
+  color: @normal;
+}
 #menu > li.m > a.m:hover
 {
   color: @dunkler;
 #breadcrumb
 {
   position: absolute;
-  top: 8.4em;
-  left: 13.4em;
+  top: 7.375em;
+  left: 6.9em;
   z-index: 3;
-  font-family: 'BPreplay', Helvetica, Arial, sans-serif;
-  font-weight: bold;
-  color: @normal;
-}
-#breadcrumb > strong.b
-{
-  float: left;
-}
-#breadcrumb > ol.b
-{
-  display: inline;
-  margin: 0;
-  padding: 0;
-  list-style-type: none;
-}
-#breadcrumb > ol.b > li.b
-{
-  float: left;
-  margin: 0 .5em 0 0;
-  padding: 0;
-}
-#breadcrumb > ol.b > li.b:before
-{
-  content: '> ';
-  margin-right: .25em;
-}
-#breadcrumb > ol.b > li.b:first-child:before
-{
-  content: '';
-  margin: 0 0 0 1em;
-}
-#breadcrumb > ol.b > li.b > strong.b
-{
-  border-bottom: 1px solid @normal;
 }
-#breadcrumb > ol.b > li.b > a.b
+#breadcrumb > a.hide
 {
-  color: @normal;
-}
-#breadcrumb > ol.b > li.b > a.b:hover,
-#breadcrumb > ol.b > li.b > a.b:focus,
-#breadcrumb > ol.b > li.b > a.b:active
-{
-  color: @dunkler;
+  position: absolute;
 }
 
 #nav > h1.nav,
   line-height: 1em; /** 20px */
   margin: 1.5em 0 .5em 0; /** 30px 0 10px 0 */
   padding: 0 0 0 1.65em; /** 0 0 0 33px */
+  border: none;
 }
 #nav > h2.nav.submenu:before
 {
 
 #submenu
 {
-  font-family: 'BPreplay', Helvetica, Arial, sans-serif;
-  font-weight: bold;
   font-size: 125%; /** 20 px */
   list-style-type: none;
   margin: 1em 0 4em 0;
   padding: 0 0 0 1.65em; /** 0 0 0 33px */
+  border-style: none;
 }
 #submenu ul.s
 {
 {
   display: none;
 }
-#submenu li.s > a.selected,
+#submenu li.s > a.s
+{
+  color: @dunkler;
+}
+#submenu li.s > a.s.selected,
 #submenu li.s > strong.s
 {
   color: @hintergrund;