a613c507cbfc47b1bf2d0e83f937ff5ce4a3dfe2
[website] / src / main / webapp / less / phone / footer.less
1 #footer
2 {
3   padding: 0 1em .5em 2.5em;
4   background-color: @heller;
5 }
6 #footer > hr.f
7 {
8   border-color: @hintergrund;
9 }
10 #footer > #footerlinks
11 {
12   position: static;
13   border-style: none;
14 }
15 #footer > #footerlinks > li.f
16 {
17   line-height: 1em;
18   margin: 0 1em 0 0;
19   padding: 0 0 .5em 0;
20 }
21 #footer > #footerlinks > li.f > a.f
22 {
23   color: @hintergrund;
24   border-color: @hintergrund;
25 }
26 #footer > #footerlinks > li#copyright
27 {
28   position: static;
29   float: right;
30   width: auto;
31   color: @hintergrund;
32   font-size: 137.5%;
33   margin: 0;
34   @media (max-width: 250px)
35   {
36     color: @schrift;
37     flow: none;
38     width: 100%;
39   }
40 }