OLD | NEW |
1 header | 1 header |
2 { | 2 { |
3 width: auto; | 3 width: auto; |
4 min-height: 60px; | 4 min-height: 60px; |
5 padding: 10px; | 5 padding: 10px; |
6 } | 6 } |
7 | 7 |
8 header li a | 8 header li a |
9 { | 9 { |
10 display: block; | 10 display: block; |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
63 margin-top: 55px; | 63 margin-top: 55px; |
64 margin-left: -11px; | 64 margin-left: -11px; |
65 margin-right: -11px; | 65 margin-right: -11px; |
66 padding: 12px 12px 0px 12px; | 66 padding: 12px 12px 0px 12px; |
67 border: 1px solid #d9d9d9; | 67 border: 1px solid #d9d9d9; |
68 border-top: none; | 68 border-top: none; |
69 border-bottom: none; | 69 border-bottom: none; |
70 background-color: white; | 70 background-color: white; |
71 } | 71 } |
72 | 72 |
73 header nav>ul>li.selected, #footer-main nav section h1 | |
74 { | |
75 cursor: pointer; | |
76 } | |
77 | |
78 header nav>ul>li:not(.selected) | 73 header nav>ul>li:not(.selected) |
79 { | 74 { |
80 display: none; | 75 display: none; |
81 padding: 10px 5px; | 76 padding: 10px 5px; |
82 } | 77 } |
83 | 78 |
84 header nav>ul.visible>li | 79 header nav>ul.visible>li |
85 { | 80 { |
86 display: block; | 81 display: block; |
87 } | 82 } |
(...skipping 24 matching lines...) Expand all Loading... |
112 right: 2px; | 107 right: 2px; |
113 left: auto; | 108 left: auto; |
114 } | 109 } |
115 | 110 |
116 #content | 111 #content |
117 { | 112 { |
118 margin-top: 20px; | 113 margin-top: 20px; |
119 margin-bottom: 50px; | 114 margin-bottom: 50px; |
120 } | 115 } |
121 | 116 |
122 #footer-main | |
123 { | |
124 text-align: center; | |
125 position: static; | |
126 } | |
127 | |
128 #footer-main h1, #footer-main nav li | |
129 { | |
130 padding: 15px; | |
131 margin: 0px; | |
132 } | |
133 | |
134 #footer-main nav li | |
135 { | |
136 display: none; | |
137 } | |
138 | |
139 #footer-main nav section h1::after | |
140 { | |
141 content: ""; | |
142 display: inline-block; | |
143 width: 11px; | |
144 height: 11px; | |
145 margin-left: 5px; | |
146 margin-right: 0; | |
147 background-image: url(../img/sprite-main.png); | |
148 background-position: -31px -166px; | |
149 } | |
150 | |
151 html[dir="rtl"] #footer-main nav section h1::after | |
152 { | |
153 margin-right: 5px; | |
154 margin-left: 0; | |
155 } | |
156 | |
157 #footer-main nav section.visible h1::after | |
158 { | |
159 background-position: -31px -178px; | |
160 } | |
161 | |
162 #footer-main nav section.visible li | |
163 { | |
164 display: block; | |
165 } | |
166 | |
167 #social-list | |
168 { | |
169 padding: 0px; | |
170 } | |
171 | |
172 #anwiki-admin, #pageactions | 117 #anwiki-admin, #pageactions |
173 { | 118 { |
174 display: none; | 119 display: none; |
175 } | 120 } |
OLD | NEW |