Die Marginalspalte auch auf Seiten mit einspaltigem Layout hervorgehoben
authorKai Moritz <km@feder-software.de>
Sat, 21 Dec 2013 17:32:14 +0000 (18:32 +0100)
committerKai Moritz <kai@juplo.de>
Tue, 19 Jan 2016 16:45:40 +0000 (17:45 +0100)
src/main/webapp/less/screen/footer.less
src/main/webapp/less/screen/layout.less

index baedc49..513fdd2 100644 (file)
@@ -4,6 +4,10 @@
 {
   padding: 2em 0;
 }
+.cols_1 > #footer
+{
+  padding-top: 0;
+}
 #footer > hr
 {
   display: none;
index cad786e..e99be04 100644 (file)
@@ -21,6 +21,11 @@ body
   position: relative;
   width: 100%;
 }
+.cols_1 > .content > .marginal
+{
+  margin: 3em 0;
+  background-color: @heller;
+}
 .cols_2 > .content > .marginal
 {
   float: left;
@@ -30,13 +35,24 @@ body
   width: 20.375em;
   background-color: @heller;
 }
-.cols_2 > .content > .marginal h1,
-.cols_2 > .content > .marginal h2,
-.cols_2 > .content > .marginal h3,
-.cols_2 > .content > .marginal h4
+.content > .marginal h1,
+.content > .marginal h2,
+.content > .marginal h3,
+.content > .marginal h4
 {
   color: @hintergrund;
 }
+.content > .marginal h1:first-child,
+.content > .marginal h2:first-child,
+.content > .marginal h3:first-child,
+.content > .marginal h4:first-child
+{
+  margin-top: 0;
+}
+.cols_1 > .content > .marginal div.m
+{
+  padding: 2em;
+}
 .content #nav
 {
   position: absolute;