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 23 matching lines...) Expand all Loading... |
111 { | 106 { |
112 right: 2px; | 107 right: 2px; |
113 left: auto; | 108 left: auto; |
114 } | 109 } |
115 | 110 |
116 #content | 111 #content |
117 { | 112 { |
118 margin: 20px 10px 50px 10px; | 113 margin: 20px 10px 50px 10px; |
119 } | 114 } |
120 | 115 |
121 #footer-main | |
122 { | |
123 text-align: center; | |
124 position: static; | |
125 } | |
126 | |
127 #footer-main h1, #footer-main nav li | |
128 { | |
129 padding: 15px; | |
130 margin: 0px; | |
131 } | |
132 | |
133 #footer-main nav li | |
134 { | |
135 display: none; | |
136 } | |
137 | |
138 #footer-main nav section h1::after | |
139 { | |
140 content: ""; | |
141 display: inline-block; | |
142 width: 11px; | |
143 height: 11px; | |
144 margin-left: 5px; | |
145 margin-right: 0; | |
146 background-image: url(../img/sprite-main.png); | |
147 background-position: -31px -166px; | |
148 } | |
149 | |
150 html[dir="rtl"] #footer-main nav section h1::after | |
151 { | |
152 margin-right: 5px; | |
153 margin-left: 0; | |
154 } | |
155 | |
156 #footer-main nav section.visible h1::after | |
157 { | |
158 background-position: -31px -178px; | |
159 } | |
160 | |
161 #footer-main nav section.visible li | |
162 { | |
163 display: block; | |
164 } | |
165 | |
166 #social-list | |
167 { | |
168 padding: 0px; | |
169 } | |
170 | |
171 #anwiki-admin, #pageactions | 116 #anwiki-admin, #pageactions |
172 { | 117 { |
173 display: none; | 118 display: none; |
174 } | 119 } |
OLD | NEW |