85cb84997ffc86c67fe6b22be6ca8728eea0067a
[website] / src / main / webapp / less / tablet / footer.less
1 .menu #footer > #footerlinks
2 {
3   position: static;
4   border-style: none;
5   margin: 3.75em 0 0 2em;
6 }
7 .menu #footer > #footerlinks > li.f
8 {
9   line-height: 1em;
10   display: block;
11   margin: 0 0 .25em 0;
12   color: @hintergrund;
13 }
14 .menu #footer > #footerlinks > li#copyright
15 {
16   line-height: 1em;
17   font-size: 137.5%;
18   top: auto;
19   bottom: 0;
20   left: 0;
21   right: 0;
22   padding: 0 2.18181818em 1.5em; /* ? 3*16px ? */
23   @media (max-width: (@maxsmalltablet))
24   {
25     padding-right: 1.45454545em;
26     padding-bottom: 1em;
27   }
28   @media (max-width: (@maxsmallertablet))
29   {
30     padding-right: .72727272em;
31     padding-bottom: .5em;
32   }
33   background-color: @heller;
34   text-align: right;
35 }
36 .menu #footer > #footerlinks a.f
37 {
38   color: @hintergrund;
39   border-color: @hintergrund;
40 }
41 .menu #footer > #footerlinks a.f:hover
42 {
43   color: @hintergrund;
44   border-color: @hintergrund;
45   border-style: solid;
46 }
47
48
49 .nomenu #footer > #footerlinks
50 {
51   position: static;
52   margin: -.125em;
53   padding-top: 1.5em;
54   @media (max-width: (@maxsmalltablet))
55   {
56     padding-top: 1em;
57   }
58   @media (max-width: (@maxsmallertablet))
59   {
60     padding-top: .5em;
61   }
62   border-top: .125em solid @hintergrund;
63 }
64 .nomenu #footer > #footerlinks > li.f
65 {
66   line-height: 1em;
67   margin: 0 1em 0 0;
68   padding: 0;
69 }
70 .nomenu #footer > #footerlinks > li.f > a.f
71 {
72   color: @hintergrund;
73   border-color: @hintergrund;
74 }
75 .nomenu #footer > #footerlinks > li#copyright
76 {
77   position: static;
78   float: right;
79   font-size: 137.5%;
80   margin: 0;
81 }