Marginal-Inhalt im Desktop-Layout jetzt vor sehr hellem Hintergrund
[website] / src / main / webapp / less / screen / marginal.less
diff --git a/src/main/webapp/less/screen/marginal.less b/src/main/webapp/less/screen/marginal.less
new file mode 100644 (file)
index 0000000..d8e812d
--- /dev/null
@@ -0,0 +1,23 @@
+/** Faux-Column-Hack für Marginalinhalte auf Seiten ohne Menü */
+
+.nomenu .content > .marginal aside.m
+{
+  margin: 3.5em 0 -999em 0;
+  padding: 2em 2em 995em 2em;
+  background-color: @sehrhell;
+  position: relative;
+  top: -4.5em;
+}
+.nomenu .content > .marginal h1,
+.nomenu .content > .marginal h2,
+.nomenu .content > .marginal h3,
+.nomenu .content > .marginal h4
+{
+  color: @normal;
+}
+.nomenu #footer
+{
+  /** Hintergrund des Faux-Column-Hack für Marginal-Inhalte überlagern */
+  border-top: 1.5em solid @hintergrund;
+  background-color: @hintergrund;
+}