X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2Fless%2Ftablet%2Ffooter.less;fp=src%2Fmain%2Fwebapp%2Fless%2Ftablet%2Ffooter.less;h=c737f050e153ee118626c3f57133d0d6f6f7589b;hp=0000000000000000000000000000000000000000;hb=8e719af3e5416142f6ad4cd9bea9c51f9f2011e4;hpb=cb1712d6fad34b2c22dee226151e674288175e17 diff --git a/src/main/webapp/less/tablet/footer.less b/src/main/webapp/less/tablet/footer.less new file mode 100644 index 00000000..c737f050 --- /dev/null +++ b/src/main/webapp/less/tablet/footer.less @@ -0,0 +1,67 @@ +@import '../variables.less'; + +.cols_1 > #footer +{ + margin: 0 0 0 -5em; + padding: 2em 3em 2em 5em; + background-color: @heller; +} +.cols_1 > #footer > #footerlinks +{ + position: static; + border-style: none; +} +.cols_1 > #footer > #footerlinks > li.f +{ + line-height: 1em; + margin: 0 1em 0 0; + padding: 0; +} +.cols_1 > #footer > #footerlinks > li.f > a.f +{ + color: @hintergrund; + border-color: @hintergrund; +} +.cols_1 > #footer > #footerlinks > li#copyright +{ + position: static; + float: right; + font-size: 137.5%; + margin: 0; +} +.cols_2 > #footer > #footer +{ + padding: 0; +} +.cols_2 > #footer > #footerlinks +{ + position: static; + border-style: none; + margin: 4em 0 0 2em; +} +.cols_2 > #footer > #footerlinks > li.f +{ + line-height: 1em; + display: block; + margin: 0; + color: @hintergrund; +} +.cols_2 > #footer > #footerlinks > li#copyright +{ + line-height: 1em; + font-size: 137.5%; + top: auto; + bottom: 1em; + right: -9em; +} +.cols_2 > #footer > #footerlinks a.f +{ + color: @hintergrund; + border-color: @hintergrund; +} +.cols_2 > #footer > #footerlinks a.f:hover +{ + color: @hintergrund; + border-color: @hintergrund; + border-style: solid; +}