addab87c9df9294dbcaba7fbf8508ee31c128680
[website] / src / main / webapp / less / screen / footer.less
1 @import '../variables.less';
2
3 #footer
4 {
5   margin: 2em 0;
6 }
7 #footerlinks
8 {
9   font-family: 'BPreplay', Helvetica, Arial, sans-serif;
10   font-weight: bold;
11   position: relative;
12   border-top: 1.25em solid @normal; /** 20px */
13   margin: 0;
14   padding: 0;
15   list-style-type: none;
16 }
17 #footerlinks > li.f
18 {
19   font-size: 137.5%; /** 22 px */
20   line-height: .6666666667em; /* 20px */
21   display: inline-block;
22   margin: .5em 1em 0 0;
23   color: @normal;
24   vertical-align: top;
25 }
26 #footerlinks > li#copyright
27 {
28   position: absolute;
29   right: .625em;
30   top: -1em; /** 30px */
31   line-height: 1.4em; /* 42px */
32   color: @hintergrund;
33   margin: 0;
34   font-size: 187.5%; /** 30px */
35 }
36 #footerlinks a.f
37 {
38   color: @normal;
39   border-color: @normal;
40 }
41 #footerlinks a.f:hover
42 {
43   color: @dunkler;
44   border-color: @dunkler;
45   border-style: solid;
46 }