OLD | NEW |
1 #content | 1 #content |
2 { | 2 { |
3 margin-top: 20px; | 3 margin-top: 20px; |
4 margin-bottom: 50px; | 4 margin-bottom: 50px; |
5 } | 5 } |
6 | 6 |
7 #footer-main | |
8 { | |
9 text-align: center; | |
10 position: static; | |
11 } | |
12 | |
13 #footer-main h1, #footer-main nav li | |
14 { | |
15 padding: 15px; | |
16 margin: 0px; | |
17 } | |
18 | |
19 #footer-main nav li | |
20 { | |
21 display: none; | |
22 } | |
23 | |
24 #footer-main nav section h1::after | |
25 { | |
26 content: ""; | |
27 display: inline-block; | |
28 width: 11px; | |
29 height: 11px; | |
30 margin-left: 5px; | |
31 margin-right: 0; | |
32 background-image: url(../img/sprite-main.png); | |
33 background-position: -31px -166px; | |
34 } | |
35 | |
36 html[dir="rtl"] #footer-main nav section h1::after | |
37 { | |
38 margin-right: 5px; | |
39 margin-left: 0; | |
40 } | |
41 | |
42 #footer-main nav section.visible h1::after | |
43 { | |
44 background-position: -31px -178px; | |
45 } | |
46 | |
47 #footer-main nav section.visible li | |
48 { | |
49 display: block; | |
50 } | |
51 | |
52 #social-list | |
53 { | |
54 padding: 0px; | |
55 } | |
56 | |
57 #anwiki-admin, #pageactions | 7 #anwiki-admin, #pageactions |
58 { | 8 { |
59 display: none; | 9 display: none; |
60 } | 10 } |
OLD | NEW |