{
@import 'screen/typo.less';
@import 'screen/layout.less';
- @import 'screen/marginal.less';
@import 'screen/footer.less';
@media (max-width: @maxtablet)
{
@media (min-width: @maxtablet + 1)
{
@import 'screen/faux-column.less';
+ @import 'screen/marginal.less';
@import 'screen/content.less';
}
{
margin-top: 0;
}
-
-
-/** 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: @heller;
- position: relative;
- top: -4.5em;
-}
-.nomenu #footer
-{
- /** Hintergrund des Faux-Column-Hack für Marginal-Inhalte überlagern */
- border-top: 1.5em solid @hintergrund;
- background-color: @hintergrund;
-}
--- /dev/null
+/** 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;
+}
}
-/** Faux-Column-Hack für Marginalinhalte anpassen */
+/** Faux-Column-Hack für Marginalinhalte */
.nomenu .content > .marginal aside.m
{
margin: 3.5em -3em -999em -5em;
padding: 2em 3em 995em 5em;
- border-style: none;
+ background-color: @heller;
+ position: relative;
+ top: -4.5em;
}
.menu .content > .marginal > aside.m
{