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