X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2Fless%2Fbase%2Fhead.less;h=3c956271bc7890ca2cda9d03046bf2e450fab4a0;hp=6befe52ed0d7df107441aed0f537d42f807c6da7;hb=7967465800f4235b769e7151d5986ca92fc2a0ff;hpb=e4514bf0d4f1437add504129e4595f872f2d80fc diff --git a/src/main/webapp/less/base/head.less b/src/main/webapp/less/base/head.less index 6befe52e..3c956271 100644 --- a/src/main/webapp/less/base/head.less +++ b/src/main/webapp/less/base/head.less @@ -1,48 +1,26 @@ -@import '../variables.less'; - #header { - font-family: 'BPreplay', Helvetica, Arial, sans-serif; - font-weight: bold; - margin-left: -4em; -} -#header > hr -{ - display: none; + .bpreplay; } #logo { - display: inline-block; - font-size: 812.5%; /* 130px */ - line-height: 1em; + display: inline; + font-size: 400%; + line-height: 1.2em; + margin: 0; padding: 0 0 0 .230769231em; /* 30px */ color: @normal; - text-shadow: .092307692em .046153846em 0 @hintergrund; /** 12px 6px */ border: none; position: relative; - z-index: 1; + left: -.3em; } -#logo:hover +#logo a.l:hover { color: @dunkler; + border-style: none; } #slogan { display: block; - color: @hintergrund; - background-color: @normal; - font-size: 187.5%; /** 30px */ - line-height: .6666666667em; /* 20px */ - height: .6em; /* 18px */ - padding: .066666667em .066666667em 0 0; /** 2px 2px 0 0 */ - margin-left: 10em; /* 300px */ - position: relative; - z-index: 0; - top: -1.3em; /* 39px */ - text-align: right; -} -#slogan > strong{ - display: inline-block; - position: relative; - top: -.2em; /* -6px */ + color: @normal; }