Styling für Tablets hinzugefügt
[website] / src / main / webapp / less / tablet / footer.less
1 @import '../variables.less';
2
3 .cols_1 > #footer
4 {
5   margin: 0 0 0 -5em;
6   padding: 2em 3em 2em 5em;
7   background-color: @heller;
8 }
9 .cols_1 > #footer > #footerlinks
10 {
11   position: static;
12   border-style: none;
13 }
14 .cols_1 > #footer > #footerlinks > li.f
15 {
16   line-height: 1em;
17   margin: 0 1em 0 0;
18   padding: 0;
19 }
20 .cols_1 > #footer > #footerlinks > li.f > a.f
21 {
22   color: @hintergrund;
23   border-color: @hintergrund;
24 }
25 .cols_1 > #footer > #footerlinks > li#copyright
26 {
27   position: static;
28   float: right;
29   font-size: 137.5%;
30   margin: 0;
31 }
32 .cols_2 > #footer > #footer
33 {
34   padding: 0;
35 }
36 .cols_2 > #footer > #footerlinks
37 {
38   position: static;
39   border-style: none;
40   margin: 4em 0 0 2em;
41 }
42 .cols_2 > #footer > #footerlinks > li.f
43 {
44   line-height: 1em;
45   display: block;
46   margin: 0;
47   color: @hintergrund;
48 }
49 .cols_2 > #footer > #footerlinks > li#copyright
50 {
51   line-height: 1em;
52   font-size: 137.5%;
53   top: auto;
54   bottom: 1em;
55   right: -9em;
56 }
57 .cols_2 > #footer > #footerlinks a.f
58 {
59   color: @hintergrund;
60   border-color: @hintergrund;
61 }
62 .cols_2 > #footer > #footerlinks a.f:hover
63 {
64   color: @hintergrund;
65   border-color: @hintergrund;
66   border-style: solid;
67 }