X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2Fless%2Ftablet%2Ffooter.less;h=1ab926b546325f8540468945ba222353bac65226;hp=7e6567b448aab21e8bd5465f226fa6eb563b7dd0;hb=02dfc8d7c054fa2c3f89eae7594f3262817d62f2;hpb=a06a8f90ea1c87ca482ac7de085883a6d92cd213 diff --git a/src/main/webapp/less/tablet/footer.less b/src/main/webapp/less/tablet/footer.less index 7e6567b4..1ab926b5 100644 --- a/src/main/webapp/less/tablet/footer.less +++ b/src/main/webapp/less/tablet/footer.less @@ -1,49 +1,3 @@ -.nomenu #footer -{ - padding: 0 3em 1.5em 5em; - @media (max-width: @maxsmalltablet) - { - padding: 0 2em 1em 3em; - } - @media (max-width: @maxsmallertablet) - { - padding: 0 1em .75em 2.5em; - } - background-color: @heller; -} -.nomenu #footer > #footerlinks -{ - position: static; - margin: -.125em; - padding-top: 1.5em; - @media (max-width: @maxsmalltablet) - { - padding-top: 1em; - } - @media (max-width: @maxsmallertablet) - { - padding-top: .5em; - } - border-top: .125em solid @hintergrund; -} -.nomenu #footer > #footerlinks > li.f -{ - line-height: 1em; - margin: 0 1em 0 0; - padding: 0; -} -.nomenu #footer > #footerlinks > li.f > a.f -{ - color: @hintergrund; - border-color: @hintergrund; -} -.nomenu #footer > #footerlinks > li#copyright -{ - position: static; - float: right; - font-size: 137.5%; - margin: 0; -} .menu #footer > #footerlinks { position: static; @@ -90,3 +44,38 @@ border-color: @hintergrund; border-style: solid; } + + +.nomenu #footer > #footerlinks +{ + position: static; + margin: -.125em; + padding-top: 1.5em; + @media (max-width: @maxsmalltablet) + { + padding-top: 1em; + } + @media (max-width: @maxsmallertablet) + { + padding-top: .5em; + } + border-top: .125em solid @hintergrund; +} +.nomenu #footer > #footerlinks > li.f +{ + line-height: 1em; + margin: 0 1em 0 0; + padding: 0; +} +.nomenu #footer > #footerlinks > li.f > a.f +{ + color: @hintergrund; + border-color: @hintergrund; +} +.nomenu #footer > #footerlinks > li#copyright +{ + position: static; + float: right; + font-size: 137.5%; + margin: 0; +}