OLD | NEW |
1 html | 1 html |
2 { | 2 { |
3 position: relative; | 3 position: relative; |
4 min-height: 100%; | 4 min-height: 100%; |
5 } | 5 } |
6 | 6 |
7 #footer-content | |
8 { | |
9 margin-left: auto; | |
10 margin-right: auto; | |
11 } | |
12 | |
13 #footer-content | |
14 { | |
15 margin-top: 15px; | |
16 padding-left: 10px; | |
17 padding-right: 10px; | |
18 } | |
19 | |
20 #content | 7 #content |
21 { | 8 { |
22 margin-top: 71px; | 9 margin-top: 71px; |
23 margin-bottom: 280px; | |
24 } | |
25 | |
26 #footer-main | |
27 { | |
28 position: absolute; | |
29 left: 0; | |
30 right: auto; | |
31 bottom: 0; | |
32 width: 100%; | |
33 height: 220px; | |
34 | |
35 /* Disable the sticky footer in IE6/7 */ | |
36 .position: relative; | |
37 .bottom: 220px; | |
38 } | |
39 | |
40 html[dir="rtl"] #footer-main | |
41 { | |
42 right: 0; | |
43 left: auto; | |
44 } | |
45 | |
46 #footer-main nav | |
47 { | |
48 width: 600px; | |
49 } | |
50 | |
51 #footer-main nav h1, #footer-main nav li | |
52 { | |
53 width: 160px; | |
54 padding-bottom: 5px; | |
55 } | |
56 | |
57 #footer-main nav, #footer-main nav section, #social | |
58 { | |
59 display: inline-block; | |
60 vertical-align: top; | |
61 } | |
62 | |
63 #footer-main nav section | |
64 { | |
65 margin-left: 55px; | |
66 margin-right: 0; | |
67 } | |
68 | |
69 html[dir="rtl"] #footer-main nav section | |
70 { | |
71 margin-right: 55px; | |
72 margin-left: 0; | |
73 } | |
74 | |
75 html #footer-main nav section.first | |
76 { | |
77 margin-left: 0; | |
78 margin-right: 0; | |
79 } | |
80 | |
81 #footer-content | |
82 { | |
83 position: relative; | |
84 width: 980px; | |
85 } | |
86 | |
87 #social | |
88 { | |
89 position: absolute; | |
90 top: 0; | |
91 right: 0; | |
92 left: auto; | |
93 } | |
94 | |
95 html[dir="rtl"] #social | |
96 { | |
97 left: 0; | |
98 right: auto; | |
99 } | 10 } |
100 | 11 |
101 #anwiki-admin | 12 #anwiki-admin |
102 { | 13 { |
103 position: absolute; | 14 position: absolute; |
104 bottom: 5px; | 15 bottom: 5px; |
105 right: 10px; | 16 right: 10px; |
106 left: 0; | 17 left: 0; |
107 } | 18 } |
108 | 19 |
(...skipping 10 matching lines...) Expand all Loading... |
119 margin-left: -150px; | 30 margin-left: -150px; |
120 margin-right: -150px; | 31 margin-right: -150px; |
121 width: 980px; | 32 width: 980px; |
122 } | 33 } |
123 | 34 |
124 #globalnav | 35 #globalnav |
125 { | 36 { |
126 margin-top: 5px; | 37 margin-top: 5px; |
127 margin-bottom: 5px; | 38 margin-bottom: 5px; |
128 } | 39 } |
OLD | NEW |