X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2Fless%2Fbase%2Ffooter.less;h=16d95a8ecf34eb489344f87518786b0d53643995;hp=c4dc7c7251f37b694fd718391e4ab9a2a9eaab6a;hb=7967465800f4235b769e7151d5986ca92fc2a0ff;hpb=333d6535bf30e4811ca4b1b62b02ce8658a7b777 diff --git a/src/main/webapp/less/base/footer.less b/src/main/webapp/less/base/footer.less index c4dc7c72..16d95a8e 100644 --- a/src/main/webapp/less/base/footer.less +++ b/src/main/webapp/less/base/footer.less @@ -1,44 +1,31 @@ -#footer -{ - margin: 2em 0; -} #footerlinks { - font-family: 'BPreplay', Helvetica, Arial, sans-serif; - font-weight: bold; + .bpreplay; position: relative; - border-top: 1.25em solid #0ACF00; /** 20px */ margin: 0; padding: 0; list-style-type: none; } -#footerlinks > li.f +#footerlinks li.f { font-size: 137.5%; /** 22 px */ - line-height: .6666666667em; /* 20px */ - display: inline-block; + float: left; margin: .5em 1em 0 0; - color: #0ACF00; - vertical-align: top; } -#footerlinks > li#copyright +#footerlinks #copyright { - position: absolute; - right: .625em; - top: -1em; /** 30px */ - line-height: 1.4em; /* 42px */ - color: #fff; + color: @schrift; margin: 0; - font-size: 187.5%; /** 30px */ + width: 100%; } #footerlinks a.f { - color: #0ACF00; - border-color: #0ACF00; + color: @normal; + border-color: @normal; } #footerlinks a.f:hover { - color: #078600; - border-color: #078600; + color: @dunkler; + border-color: @dunkler; border-style: solid; }