X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2Fless%2Fscreen%2Fmarginal.less;fp=src%2Fmain%2Fwebapp%2Fless%2Fscreen%2Fmarginal.less;h=d8e812d1f92e9bcd6fba1989081da1846af7aa8e;hp=0000000000000000000000000000000000000000;hb=9c8ed63ab79a598b43a0e43768e851af9ce884f7;hpb=32afc29655610caab0fe85a6c9dfe1f9a9476f0f diff --git a/src/main/webapp/less/screen/marginal.less b/src/main/webapp/less/screen/marginal.less new file mode 100644 index 00000000..d8e812d1 --- /dev/null +++ b/src/main/webapp/less/screen/marginal.less @@ -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; +}