Marker-Klasse für Menü/Kein Menü in das Element <body> verschoben
[website] / src / main / webapp / less / screen / layout.less
index bf77320..a4fd785 100644 (file)
@@ -14,23 +14,23 @@ body
   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 > .main
+.nomenu .content > .main
 {
   margin-bottom: 7em;
 }
-.cols_1 > .content > .marginal aside.m
+.nomenu .content > .marginal aside.m
 {
   margin: 3.5em 0 -999em 0;
   padding: 2em 2em 995em 2em;
@@ -38,7 +38,7 @@ body
   position: relative;
   top: -4.5em;
 }
-.cols_2 > .content > .marginal
+.menu .content > .marginal
 {
   float: left;
   margin: 0 -27em 0 2.625em;
@@ -68,18 +68,18 @@ body
   right: 0; /** Hier eigentlich nicht nötig, aber für Tablet-Style erforderrlich! */
   width: 100%;
 }
-.cols_2 #nav
+.menu #nav
 {
   position: relative;
   top: auto;
   right: auto;
   width: 22.375em; /** 358px = 326px + 32px*/
 }
-.cols_2 #menu
+.menu #menu
 {
   margin: 0 0 -2.125em 0; /** 0 0 -34px 0 */
 }
-.cols_1 #menu
+.nomenu #menu
 {
   position: absolute;
   top: -7em; /** 112px */
@@ -98,7 +98,7 @@ body { overflow-y: scroll; }
 }
 
 /** Faux-Column-Hack-Eigengewächs */
-#page.cols_2
+.menu #page
 {
   max-width: 38em; /** 608px + 390px (Marginalspalte) = ca. 1000px */
   border-right: 24.375em solid @heller;
@@ -107,21 +107,21 @@ body { overflow-y: scroll; }
 {
   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_1 > #footer
+.nomenu #footer
 {
   border-top: 1.5em solid @hintergrund;
   background-color: @hintergrund;
 }
-.cols_2 > #footer
+.menu #footer
 {
   margin-right: -24.375em;
   background-color: @hintergrund;