X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2Fless%2Fscreen%2Fnavigation.less;h=52c2b43aad684844a29fe62a731480ac544bed3d;hp=10e1572fc19f52a46351d8e77cf8beaa451a9708;hb=cb1712d6fad34b2c22dee226151e674288175e17;hpb=4fb8c5c64593e901f24022bc5dd6d2eb0253d563 diff --git a/src/main/webapp/less/screen/navigation.less b/src/main/webapp/less/screen/navigation.less index 10e1572f..52c2b43a 100644 --- a/src/main/webapp/less/screen/navigation.less +++ b/src/main/webapp/less/screen/navigation.less @@ -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; } @@ -36,6 +39,10 @@ { border-style: solid; } +#menu > li.m > a.m.selected +{ + color: @normal; +} #menu > li.m > a.m:hover { color: @dunkler; @@ -51,53 +58,13 @@ #breadcrumb { position: absolute; - top: 8.4em; - left: 13.4em; + top: 8.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, @@ -111,6 +78,7 @@ 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 { @@ -136,12 +104,11 @@ #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 { @@ -158,7 +125,11 @@ { 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;