Rev 102 | Rev 109 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 102 | Rev 103 | ||
|---|---|---|---|
| Line 210... | Line 210... | ||
| 210 | height: 21.2em; |
210 | height: 21.2em; |
| 211 | background-color: #000; |
211 | background-color: #000; |
| 212 | }
|
212 | }
|
| 213 | 213 | ||
| 214 | .menu ul { |
214 | .menu ul { |
| 215 | margin: 0 0.2em 0.2em 0; |
215 | margin: 0 0.2em 0 0; |
| 216 | padding: 0; |
216 | padding: 0; |
| 217 | }
|
217 | }
|
| 218 | 218 | ||
| 219 | .menu li { |
219 | .menu li { |
| 220 | margin: 0; |
220 | margin: 0; |
| Line 272... | Line 272... | ||
| 272 | display: none; |
272 | display: none; |
| 273 | }
|
273 | }
|
| 274 | 274 | ||
| 275 | /* Controls */
|
275 | /* Controls */
|
| 276 | 276 | ||
| 277 | .button:visited:hover, |
- | |
| 278 | .button:visited, |
277 | .button:visited, |
| 279 | .button:hover, |
- | |
| 280 | .button
|
278 | .button
|
| 281 | {
|
279 | {
|
| 282 | position: relative; |
280 | position: relative; |
| 283 | display: inline-block; |
281 | display: inline-block; |
| 284 | margin-right: 0.2em; |
282 | margin-right: 0.2em; |
| Line 534... | Line 532... | ||
| 534 | .multi-display .upper .elbo .concave |
532 | .multi-display .upper .elbo .concave |
| 535 | {
|
533 | {
|
| 536 | position: absolute; |
534 | position: absolute; |
| 537 | left: 5em; |
535 | left: 5em; |
| 538 | top: 0; |
536 | top: 0; |
| 539 | width: 1em; |
537 | width: 1.1em; |
| 540 | height: 2.2em; |
538 | height: 2.2em; |
| 541 | border-bottom-left-radius: 1em; |
539 | border-bottom-left-radius: 1em; |
| 542 | background-color: black; |
540 | background-color: black; |
| 543 | }
|
541 | }
|
| 544 | 542 | ||
| Line 604... | Line 602... | ||
| 604 | .multi-display .lower .elbo .concave |
602 | .multi-display .lower .elbo .concave |
| 605 | {
|
603 | {
|
| 606 | position: absolute; |
604 | position: absolute; |
| 607 | left: 5em; |
605 | left: 5em; |
| 608 | top: 1em; |
606 | top: 1em; |
| 609 | width: 1em; |
607 | width: 1.1em; |
| 610 | height: 2em; |
608 | height: 2.1em; |
| 611 | background-color: black; |
609 | background-color: black; |
| 612 | border-top-left-radius: 1em; |
610 | border-top-left-radius: 1em; |
| 613 | }
|
611 | }
|
| 614 | 612 | ||
| 615 | .multi-display .lower .bg |
613 | .multi-display .lower .bg |