X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2Fless%2Ftablet%2Ffooter.less;h=85cb84997ffc86c67fe6b22be6ca8728eea0067a;hp=7e6567b448aab21e8bd5465f226fa6eb563b7dd0;hb=5f04e60da58d3f37fbb2ad983ec7415ad54ff562;hpb=a06a8f90ea1c87ca482ac7de085883a6d92cd213 diff --git a/src/main/webapp/less/tablet/footer.less b/src/main/webapp/less/tablet/footer.less index 7e6567b4..85cb8499 100644 --- a/src/main/webapp/less/tablet/footer.less +++ b/src/main/webapp/less/tablet/footer.less @@ -1,54 +1,8 @@ -.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; border-style: none; - margin: 4em 0 0 2em; + margin: 3.75em 0 0 2em; } .menu #footer > #footerlinks > li.f { @@ -66,12 +20,12 @@ left: 0; right: 0; padding: 0 2.18181818em 1.5em; /* ? 3*16px ? */ - @media (max-width: @maxsmalltablet) + @media (max-width: (@maxsmalltablet)) { padding-right: 1.45454545em; padding-bottom: 1em; } - @media (max-width: @maxsmallertablet) + @media (max-width: (@maxsmallertablet)) { padding-right: .72727272em; padding-bottom: .5em; @@ -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; +}