HTML-Templates für die direkte Kontrolle als UTF-8-Kodiert markiert
[website] / less / screen / footer.less
1 #footerlinks
2 {
3   border-top: 1.25em solid @normal; /** 20px */
4 }
5 #footerlinks > li.f
6 {
7   line-height: .6666666667em; /* 20px */
8   display: inline-block;
9   float: none;
10   margin: .5em 1em 0 0;
11   color: @normal;
12   vertical-align: top;
13 }
14 #footerlinks > li#copyright
15 {
16   position: absolute;
17   float: none;
18   width: auto;
19   right: .625em;
20   top: -1em; /** 30px */
21   line-height: 1.4em; /* 42px */
22   color: @hintergrund;
23   margin: 0;
24   font-size: 187.5%; /** 30px */
25 }
26 #footerlinks a.f
27 {
28   color: @normal;
29   border-color: @normal;
30 }
31 #footerlinks a.f:hover
32 {
33   color: @dunkler;
34   border-color: @dunkler;
35   border-style: solid;
36 }