X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2Fless%2Fscreen%2Fhead.less;h=f0baa2571c932d42114500d7ad22a3b8dc019ab6;hp=6befe52ed0d7df107441aed0f537d42f807c6da7;hb=58b35732c61d7d93b17723990f3c1f580bb92231;hpb=4fb8c5c64593e901f24022bc5dd6d2eb0253d563 diff --git a/src/main/webapp/less/screen/head.less b/src/main/webapp/less/screen/head.less index 6befe52e..f0baa257 100644 --- a/src/main/webapp/less/screen/head.less +++ b/src/main/webapp/less/screen/head.less @@ -1,30 +1,12 @@ -@import '../variables.less'; - -#header -{ - font-family: 'BPreplay', Helvetica, Arial, sans-serif; - font-weight: bold; - margin-left: -4em; -} -#header > hr -{ - display: none; -} #logo { display: inline-block; font-size: 812.5%; /* 130px */ + padding: 0; line-height: 1em; - padding: 0 0 0 .230769231em; /* 30px */ - color: @normal; text-shadow: .092307692em .046153846em 0 @hintergrund; /** 12px 6px */ - border: none; - position: relative; - z-index: 1; -} -#logo:hover -{ - color: @dunkler; + z-index: 3; + left: auto; } #slogan { @@ -35,11 +17,12 @@ line-height: .6666666667em; /* 20px */ height: .6em; /* 18px */ padding: .066666667em .066666667em 0 0; /** 2px 2px 0 0 */ - margin-left: 10em; /* 300px */ + margin-left: 9em; /* 270px */ position: relative; - z-index: 0; + z-index: 2; top: -1.3em; /* 39px */ text-align: right; + overflow: hidden; } #slogan > strong{ display: inline-block;