Projekt in ein JavaScript Frontend-Projekt umgewandelt
[website] / less / screen / faux-column.less
diff --git a/less/screen/faux-column.less b/less/screen/faux-column.less
new file mode 100644 (file)
index 0000000..2b6e593
--- /dev/null
@@ -0,0 +1,34 @@
+/** Faux-Column-Hack-Eigengewächs für die Marginalspalte */
+
+.menu #page,
+.nomenu #page
+{
+  max-width: 38em; /** 608px + 390px (Marginalspalte) = ca. 1000px */
+  border-right: 24.375em solid @heller;
+}
+.nomenu #page
+{
+  border-right-color: @sehrhell;
+}
+.menu .content,
+.nomenu .content
+{
+  margin-right: -24.375em;
+}
+.menu #header,
+.nomenu #header
+{
+  margin-right: -24.375em;
+  background-color: @hintergrund;
+}
+.menu #breadcrumb,
+.nomenu #breadcrumb
+{
+  right: -24.375em; /** Weil der Breadcrumb sonst an der Faux-Column umbricht! */
+}
+.menu #footer,
+.nomenu #footer
+{
+  margin-right: -24.375em;
+  background-color: @hintergrund;
+}