Basis-Layout für veraltete Browser (IE6 & Co.) überarbeitet
[website] / src / main / webapp / less / screen / head.less
1 @import '../variables.less';
2
3 #header
4 {
5   margin-left: -4em;
6 }
7 #header > hr
8 {
9   display: none;
10 }
11 #logo
12 {
13   display: inline-block;
14   font-size: 812.5%; /* 130px */
15   line-height: 1em;
16   text-shadow: .092307692em .046153846em 0 @hintergrund; /** 12px 6px */
17   z-index: 1;
18   left: auto;
19 }
20 #slogan
21 {
22   display: block;
23   color: @hintergrund;
24   background-color: @normal;
25   font-size: 187.5%; /** 30px */
26   line-height: .6666666667em; /* 20px */
27   height: .6em; /* 18px */
28   padding: .066666667em .066666667em 0 0; /** 2px 2px 0 0 */
29   margin-left: 10em; /* 300px */
30   position: relative;
31   z-index: 0;
32   top: -1.3em; /* 39px */
33   text-align: right;
34 }
35 #slogan > strong{
36   display: inline-block;
37   position: relative;
38   top: -.2em; /* -6px */
39 }