Projekt in ein JavaScript Frontend-Projekt umgewandelt
[website] / less / base / footer.less
1 #footerlinks
2 {
3   .bpreplay;
4   position: relative;
5   margin: 0;
6   padding: 0;
7   list-style-type: none;
8 }
9 #footerlinks li.f
10 {
11   font-size: 137.5%; /** 22 px */
12   float: left;
13   margin: .5em 1em 0 0;
14 }
15 #footerlinks #copyright
16 {
17   color: @schrift;
18   margin: 0;
19   width: 100%;
20 }
21 #footerlinks a.f
22 {
23   color: @normal;
24   border-color: @normal;
25 }
26 #footerlinks a.f:hover
27 {
28   color: @dunkler;
29   border-color: @dunkler;
30   border-style: solid;
31 }