Rev 103 | Rev 116 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 103 | Rev 109 | ||
---|---|---|---|
Line 170... | Line 170... | ||
170 | #bow-top-left { |
170 | #bow-top-left { |
171 | position: absolute; |
171 | position: absolute; |
172 | top: 2em; |
172 | top: 2em; |
173 | left: 0; |
173 | left: 0; |
174 | right: 0; |
174 | right: 0; |
175 | height: 3.2em; |
175 | height: 4.4em; |
176 | width: 9.2em; |
176 | width: 9.2em; |
177 | background-color: #999; |
177 | background-color: #999; |
- | 178 | overflow: hidden; |
|
178 | }
|
179 | }
|
179 | 180 | ||
180 | .empty #bow-top-left { |
181 | .empty #bow-top-left { |
181 | display: none; |
182 | display: none; |
182 | }
|
183 | }
|
183 | 184 | ||
184 | #bow-top-left .concave { |
185 | #bow-top-left .concave { |
185 | position: absolute; |
186 | position: absolute; |
186 | top: 0; |
187 | top: 0; |
187 | left: 8em; |
188 | left: 8em; |
188 | height: 3.2em; |
189 | height: 4.4em; |
189 | width: 1.2em; |
190 | width: 1.2em; |
190 | background-color: #000; |
191 | background-color: #000; |
191 | border-top-left-radius: 1.2em; |
192 | border-top-left-radius: 1.2em; |
192 | }
|
193 | }
|
193 | 194 | ||
Line 196... | Line 197... | ||
196 | }
|
197 | }
|
197 | 198 | ||
198 | .menu-container { |
199 | .menu-container { |
199 | position: fixed; |
200 | position: fixed; |
200 | left: 0.2em; |
201 | left: 0.2em; |
201 | top: 5.6em; |
202 | top: 6.8em; |
202 | width: 8em; |
203 | width: 8em; |
203 | bottom: 2.8em; |
204 | bottom: 2.8em; |
204 | background-color: #999; |
205 | background-color: #999; |
205 | overflow: auto; |
206 | overflow: auto; |
- | 207 | overflow-x: hidden; |
|
- | 208 | overflow-y: auto; |
|
206 | }
|
209 | }
|
207 | 210 | ||
208 | .menu
|
211 | .menu
|
209 | {
|
212 | {
|
210 | height: 21.2em; |
213 | height: 20em; |
211 | background-color: #000; |
214 | background-color: #000; |
212 | }
|
215 | }
|
213 | 216 | ||
214 | .menu ul { |
217 | .menu ul { |
215 | margin: 0 0.2em 0 0; |
218 | margin: 0 0.2em 0 0; |