Marginal-Inhalt im Desktop-Layout jetzt vor sehr hellem Hintergrund
[website] / src / main / webapp / less / screen / marginal.less
1 /** Faux-Column-Hack für Marginalinhalte auf Seiten ohne Menü */
2
3 .nomenu .content > .marginal aside.m
4 {
5   margin: 3.5em 0 -999em 0;
6   padding: 2em 2em 995em 2em;
7   background-color: @sehrhell;
8   position: relative;
9   top: -4.5em;
10 }
11 .nomenu .content > .marginal h1,
12 .nomenu .content > .marginal h2,
13 .nomenu .content > .marginal h3,
14 .nomenu .content > .marginal h4
15 {
16   color: @normal;
17 }
18 .nomenu #footer
19 {
20   /** Hintergrund des Faux-Column-Hack für Marginal-Inhalte überlagern */
21   border-top: 1.5em solid @hintergrund;
22   background-color: @hintergrund;
23 }