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