Rev 75 | Rev 80 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 75 | Rev 79 | ||
---|---|---|---|
Line 6... | Line 6... | ||
6 | 6 | ||
7 | /* Do not let resource be cached in HTTP/1.0 caches */
|
7 | /* Do not let resource be cached in HTTP/1.0 caches */
|
8 | \header('Expires: ' . gmdate('D, d M Y H:i:s', time()) . ' GMT'); |
8 | \header('Expires: ' . gmdate('D, d M Y H:i:s', time()) . ' GMT'); |
9 | 9 | ||
10 | \header('Content-Type: text/css; charset=UTF-8'); |
10 | \header('Content-Type: text/css; charset=UTF-8'); |
11 | ?>
|
- | |
12 | @CHARSET "UTF-8";
|
11 | ?>@charset "UTF-8"; |
13 | 12 | ||
14 | <?php |
13 | <?php |
15 | if (!isset($_GET['ani']) || $_GET['ani'] !== '0') |
14 | if (!isset($_GET['ani']) || $_GET['ani'] !== '0') |
16 | {
|
15 | {
|
17 | ?>
|
16 | ?>
|
18 | @import url("/styles/lcars-ani.css");
|
17 | @import url("/styles/lcars-ani.css");
|
19 | <?php |
18 | <?php |
20 | }
|
19 | }
|
21 | ?>
|
20 | ?>
|
22 | 21 | ||
23 | body {
|
22 | body {
|
Line 506... | Line 505... | ||
506 | position: fixed; |
505 | position: fixed; |
507 | top: 9em; |
506 | top: 9em; |
508 | left: 21.8em; |
507 | left: 21.8em; |
509 | right: 0.2em; |
508 | right: 0.2em; |
510 | height: 1em; |
509 | height: 1em; |
- | 510 | }
|
|
- | 511 | ||
- | 512 | .multi-display .border div |
|
- | 513 | {
|
|
- | 514 | position: absolute; |
|
- | 515 | top: 0; |
|
- | 516 | height: 1em; |
|
- | 517 | }
|
|
- | 518 | ||
- | 519 | .multi-display .upper .border div |
|
- | 520 | {
|
|
511 | background-color: #9cf; |
521 | background-color: #9cf; |
- | 522 | }
|
|
- | 523 | ||
- | 524 | .multi-display .upper .border .left |
|
- | 525 | {
|
|
- | 526 | left: 0; |
|
- | 527 | right: 5.2em; |
|
- | 528 | height: 1em; |
|
- | 529 | }
|
|
- | 530 | ||
- | 531 | .multi-display .upper .border .right |
|
- | 532 | {
|
|
- | 533 | width: 5em; |
|
- | 534 | right: 0; |
|
512 | }
|
535 | }
|
513 | 536 | ||
514 | .multi-display .lower |
537 | .multi-display .lower |
515 | {
|
538 | {
|
516 | position: absolute; |
539 | position: absolute; |
Line 559... | Line 582... | ||
559 | background-color: black; |
582 | background-color: black; |
560 | }
|
583 | }
|
561 | 584 | ||
562 | .multi-display .lower .border |
585 | .multi-display .lower .border |
563 | {
|
586 | {
|
564 | position: absolute; |
- | |
565 | top: 0; |
- | |
566 | left: 0; |
587 | left: 0; |
567 | right: 0.2em; |
588 | right: 0.2em; |
- | 589 | }
|
|
- | 590 | ||
568 | height: 1em; |
591 | .multi-display .lower .border div |
- | 592 | {
|
|
569 | background-color: #fc6; |
593 | background-color: #fc6; |
570 | }
|
594 | }
|
571 | 595 | ||
- | 596 | .multi-display .lower .border .left |
|
- | 597 | {
|
|
- | 598 | left: 0; |
|
- | 599 | right: 5.4em; |
|
- | 600 | }
|
|
- | 601 | ||
- | 602 | .multi-display .lower .border .right |
|
- | 603 | {
|
|
- | 604 | width: 5em; |
|
- | 605 | right: 0.2em; |
|
- | 606 | }
|
|
- | 607 | ||
572 | .menu .button.secondary, |
608 | .menu .button.secondary, |
573 | .multi-display .lower .elbo.secondary, |
609 | .multi-display .lower .elbo.secondary, |
574 | .multi-display .lower .bg.secondary, |
610 | .multi-display .lower .bg.secondary, |
575 | .multi-display .lower .border.secondary |
611 | .multi-display .lower .border.secondary |
576 | {
|
612 | {
|