LESS-Code aufgeräumt
[website] / src / main / webapp / less / screen / faux-column.less
diff --git a/src/main/webapp/less/screen/faux-column.less b/src/main/webapp/less/screen/faux-column.less
new file mode 100644 (file)
index 0000000..4491558
--- /dev/null
@@ -0,0 +1,29 @@
+/** Faux-Column-Hack-Eigengewächs für die Marginalspalte */
+
+.menu #page
+{
+  max-width: 38em; /** 608px + 390px (Marginalspalte) = ca. 1000px */
+  border-right: 24.375em solid @heller;
+}
+.menu .content
+{
+  margin-right: -24.375em;
+}
+#header
+{
+  padding-top: 1em;
+}
+.menu #header
+{
+  margin-right: -24.375em;
+  background-color: @hintergrund;
+}
+.menu #breadcrumb
+{
+  right: -24.375em; /** Weil der Breadcrumb sonst an der Faux-Column umbricht! */
+}
+.menu #footer
+{
+  margin-right: -24.375em;
+  background-color: @hintergrund;
+}