X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2Fless%2Fscreen%2Flayout.less;h=97d0fbb00812aa15db768ea3eb9dab0bc26f7d68;hp=bf77320feb006f8c268ed4958fc41104d290422e;hb=742e9e70700208183bd2bf94cc639b288e5e05c9;hpb=cea459bf2e32af5de46af1c61c8c69f415b19f40 diff --git a/src/main/webapp/less/screen/layout.less b/src/main/webapp/less/screen/layout.less index bf77320f..97d0fbb0 100644 --- a/src/main/webapp/less/screen/layout.less +++ b/src/main/webapp/less/screen/layout.less @@ -1,44 +1,35 @@ +/** Seite gesamt (Abmessungen, Aussenabstände etc.) */ + body { - padding: 0 3em 0 5em; + padding: 0; + overflow-y: scroll; /** Die vertikale Scroll-Leiste stets anzeigen */ } - -#header +#page { - margin-left: -2.125em; + margin: 0 auto; /** Seiteninhalte zentrieren, wenn max-width des Inhalts (s.u.) erreicht ist */ } -.content + +/** Seitenaufteilung mit Menü (Zweispaltig) */ + +body { - position: relative; - height: 100%; - padding-bottom: 7.1875em; /** 115px (gemessene Gesamthöhe des Footers - mit Abstand und Margin) */ + padding: 0 3em 0 5em; } -.cols_2 > .content +.content { - padding-right: 27em; - margin-right: -24.375em; + position: relative; + padding: 0 27em 7.1875em 0; /** Unten: 115px (gemessene Gesamthöhe des Footers - mit Abstand und Margin) */ } -.cols_2 > .content > .main +.content > .main { float: left; min-height: 1em; position: relative; width: 100%; } -.cols_1 > .content > .main -{ - margin-bottom: 7em; -} -.cols_1 > .content > .marginal aside.m -{ - margin: 3.5em 0 -999em 0; - padding: 2em 2em 995em 2em; - background-color: @heller; - position: relative; - top: -4.5em; -} -.cols_2 > .content > .marginal +.content > .marginal { float: left; margin: 0 -27em 0 2.625em; @@ -47,82 +38,141 @@ body width: 20.375em; background-color: @heller; } -.content > .marginal h1, -.content > .marginal h2, -.content > .marginal h3, -.content > .marginal h4 + +/** Anpassungen für Seiten ohne Menü (Einspaltig) */ + +.nomenu .content > .marginal { - color: @hintergrund; + padding-top: 2em; + background-color: @sehrhell; } -.content > .marginal h1:first-child, -.content > .marginal h2:first-child, -.content > .marginal h3:first-child, -.content > .marginal h4:first-child + + +/** Seitenkopf positionieren */ + +#header { - margin-top: 0; + margin-left: -2.125em; } -#nav +#header > hr.h { - position: absolute; - top: 0; - right: 0; /** Hier eigentlich nicht nötig, aber für Tablet-Style erforderrlich! */ - width: 100%; + display: none; +} + + +/** Bereichsauswahl positionieren und stylen */ + +#nav > hr.n +{ + display: none; } -.cols_2 #nav +#nav { position: relative; top: auto; right: auto; width: 22.375em; /** 358px = 326px + 32px*/ } -.cols_2 #menu +#menu { + position: relative; + width: 200%; + top: -7em; /** 112px */ + right: 100%; + text-align: right; + list-style-type: none; margin: 0 0 -2.125em 0; /** 0 0 -34px 0 */ + padding: 0; + border-style: none; } -.cols_1 #menu +.nomenu #menu { - position: absolute; - top: -7em; /** 112px */ - right: 0; - margin: 0; + top: -9em; /** 2em mehr wegen 2em margin-top der Marginalspalte auf .nomenu-Seiten */ +} +#menu > li.m +{ + display: inline-block; + padding: 0 0 0 4em; +} +#menu > li.m > .m +{ + font-size: 250%; /** 40px */ + color: @normal; +} +#menu > li.m > a.m +{ + border-color: @normal; +} +#menu > li.m > a.m:hover +{ + border-color: @dunkler; +} +#menu > li.m > a.m:hover, +#menu > li.m > strong.m +{ + border-style: solid; +} +#menu > li.m > a.m.selected +{ + color: @normal; +} +#menu > li.m > a.m:hover +{ + color: @dunkler; +} +#menu > li.m > a.m:hover:before, +#menu > li.m > a.m.selected:before, +#menu > li.m > strong.m:before +{ + content: '> '; + margin-left: -.92em; } -/** Always display vertical scroll-bars */ -body { overflow-y: scroll; } -/** Center content, when screen is bigger than 1240 */ -#page +/** Breadcrump positionieren */ + +#breadcrumb { - max-width: 62.375em; /** 608px + 390px (Marginalspalte) = ca. 1000px */ - margin: 0 auto; + position: absolute; + top: 8.375em; + left: 6.9em; + z-index: 3; } - -/** Faux-Column-Hack-Eigengewächs */ -#page.cols_2 +#breadcrumb > a.hide { - max-width: 38em; /** 608px + 390px (Marginalspalte) = ca. 1000px */ - border-right: 24.375em solid @heller; + position: absolute; } -#header +#breadcrumb > hr.b { - padding-top: 1em; + display: none; } -.cols_2 > #header + + +/** Footer positionieren */ + +#footer { - margin-right: -24.375em; - background-color: @hintergrund; + padding: 2em 0; } -.cols_2 > #breadcrumb +#footer > hr.f { - right: -24.375em; /** Weil der Breadcrumb sonst an der Faux-Column umbricht! */ + display: none; } -.cols_1 > #footer + + +/** Marginal-Inhalte anpassen... */ + +.content > .marginal h1, +.content > .marginal h2, +.content > .marginal h3, +.content > .marginal h4 { - border-top: 1.5em solid @hintergrund; - background-color: @hintergrund; + color: @hintergrund; } -.cols_2 > #footer +.content > .marginal h1:first-child, +.content > .marginal h2:first-child, +.content > .marginal h3:first-child, +.content > .marginal h4:first-child { - margin-right: -24.375em; - background-color: @hintergrund; + margin-top: 0; }