1 /** Seite gesamt (Abmessungen, Aussenabstände etc.) */
5 font-size: 87.5%; /** 14px */
15 /** Seitenaufteilung mit/ohne Menü */
19 margin: 0 1em 0 2.5em;
21 .menu .content > .main
23 border-top-style: none;
24 margin-top: -.4375em; /** -8px + 1px (für den entfernten Rahmen) -- nur damit es exakt so positioniert ist, wie im Tablet-Layout */
29 /** Seitenkopf positionieren */
33 margin: .5em 1em 0 1.25em;
41 /** Bereichsauswahl positionieren und stylen */
56 border-bottom: .125em solid @hintergrund;
58 padding: .25em .25em 1em 1.5em;
63 list-style-type: none;
64 padding: .25em 1em 0 0;
70 #menu > li.m > strong.m
73 border-bottom: .0625em solid @hintergrund;
75 #menu > li.m > a.m:hover,
76 #menu > li.m > a.m:focus,
77 #menu > li.m > a.m:active
80 border-bottom: .0625em solid @dunkler;
82 #menu > li.m > a.m.selected
85 border-bottom: .0625em dashed @hintergrund;
87 #menu > li.m > a.m.selected:hover,
88 #menu > li.m > a.m.selected:focus,
89 #menu > li.m > a.m.selected:active
95 /** Navigations-Sprunglink reaktivieren und stylen */
103 #breadcrumb > strong.b,
119 #breadcrumb > a.hide:before
122 font-family: 'symbols';
123 font-size: 378%; /** Vielfaches von 14px */
126 #breadcrumb > a.hide:hover,
127 #breadcrumb > a.hide:focus,
128 #breadcrumb > a.hide:active
134 /** Footer positionieren */
138 padding: 0 1em .5em 2.5em;
139 background-color: @heller;
143 border-color: @hintergrund;
147 /** Marginal-Inhalte anpassen... */
158 /** Faux-Column-Hack für Marginalinhalte */
163 margin-bottom: -993em;
164 padding: 1em 1em 999em 2.5em;
165 background-color: @heller;