X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2Fless%2Fscreen%2Flayout.less;h=a4fd785e60d9690fb19293b039aad908673de161;hp=2834d8f5c17e225f0261271517e4a36c7a467530;hb=a06a8f90ea1c87ca482ac7de085883a6d92cd213;hpb=697279a7b2b206ef6d274ed0c56c795dd28559f6 diff --git a/src/main/webapp/less/screen/layout.less b/src/main/webapp/less/screen/layout.less index 2834d8f5..a4fd785e 100644 --- a/src/main/webapp/less/screen/layout.less +++ b/src/main/webapp/less/screen/layout.less @@ -3,30 +3,42 @@ body padding: 0 3em 0 5em; } +#header +{ + margin-left: -2.125em; +} + .content { position: relative; height: 100%; padding-bottom: 7.1875em; /** 115px (gemessene Gesamthöhe des Footers - mit Abstand und Margin) */ } -.cols_2 > .content +.menu .content { padding-right: 27em; margin-right: -24.375em; } -.cols_2 > .content > .main +.menu .content > .main { float: left; min-height: 1em; position: relative; width: 100%; } -.cols_1 > .content > .marginal +.nomenu .content > .main +{ + margin-bottom: 7em; +} +.nomenu .content > .marginal aside.m { - margin-top: 3em; + margin: 3.5em 0 -999em 0; + padding: 2em 2em 995em 2em; background-color: @heller; + position: relative; + top: -4.5em; } -.cols_2 > .content > .marginal +.menu .content > .marginal { float: left; margin: 0 -27em 0 2.625em; @@ -49,29 +61,25 @@ body { margin-top: 0; } -.cols_1 > .content > .marginal aside.m -{ - padding: 2em; -} -.content #nav +#nav { position: absolute; top: 0; right: 0; /** Hier eigentlich nicht nötig, aber für Tablet-Style erforderrlich! */ width: 100%; } -.cols_2 > .content #nav +.menu #nav { position: relative; top: auto; right: auto; width: 22.375em; /** 358px = 326px + 32px*/ } -.cols_2 > .content #nav > #menu +.menu #menu { margin: 0 0 -2.125em 0; /** 0 0 -34px 0 */ } -.content.cols_1 #nav > #menu +.nomenu #menu { position: absolute; top: -7em; /** 112px */ @@ -89,26 +97,8 @@ body { overflow-y: scroll; } margin: 0 auto; } -/** Make the footer sticky */ -html, body -{ - height: 100%; -} -#page -{ - position: relative; - min-height: 100%; -} -#footer -{ - position: absolute; - left: 0; - right: 0; - bottom: 0; -} - /** Faux-Column-Hack-Eigengewächs */ -#page.cols_2 +.menu #page { max-width: 38em; /** 608px + 390px (Marginalspalte) = ca. 1000px */ border-right: 24.375em solid @heller; @@ -117,16 +107,21 @@ html, body { padding-top: 1em; } -.cols_2 > #header +.menu #header { margin-right: -24.375em; background-color: @hintergrund; } -.cols_2 > #breadcrumb +.menu #breadcrumb { right: -24.375em; /** Weil der Breadcrumb sonst an der Faux-Column umbricht! */ } -.cols_2 > #footer +.nomenu #footer +{ + border-top: 1.5em solid @hintergrund; + background-color: @hintergrund; +} +.menu #footer { margin-right: -24.375em; background-color: @hintergrund;