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