Rev 144 | Rev 149 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 144 | Rev 148 | ||
---|---|---|---|
Line 50... | Line 50... | ||
50 | }
|
50 | }
|
51 | CSS |
51 | CSS |
52 | ); |
52 | ); |
53 | 53 | ||
54 | /* FIXME: :hover hides first row */
|
54 | /* FIXME: :hover hides first row */
|
55 | ?>
|
- | |
56 | /*
|
55 | /*
|
57 | .multi-display .upper .content .analysis tr {
|
- | |
58 | <?php
|
- | |
59 | Mixins::animation('-play-state', 'running');
|
- | |
60 | ?>
|
- | |
61 | }
|
- | |
62 | - | ||
63 | .multi-display .upper .content .analysis:hover tr {
|
56 | .multi-display .upper .content .analysis:hover tr {
|
64 | <?php
|
57 | <?php
|
65 | Mixins::animation('-play-state', 'paused');
|
58 | Mixins::animation('-play-state', 'paused');
|
66 | ?>
|
59 | ?>
|
67 | }
|
60 | }
|
68 | */
|
61 | */
|
- | 62 | ?>
|
|
- | 63 | ||
- | 64 | .multi-display .upper .content .analysis tr:hover |
|
- | 65 | {
|
|
- | 66 | color: #f90 !important; |
|
- | 67 | }
|
|
- | 68 | ||
69 | /* Blink rate 1 Hz should be safe for people with photosensitive epilepsy */
|
69 | /* Blink rate 1 Hz should be safe for people with photosensitive epilepsy */
|
70 | .multi-display .upper .content .analysis tr:nth-child(1) th, |
- | |
71 | .multi-display .upper .content .analysis tr:nth-child(1) td |
70 | .multi-display .upper .content .analysis tr:nth-child(1) |
72 | {
|
71 | {
|
73 | <?php |
72 | <?php |
74 | Mixins::animation('', 'analysis 1.5s linear 0s, analysis-scan 4s linear 2.0s infinite'); |
73 | Mixins::animation('', 'analysis 1.5s linear 0s, analysis-scan 4s linear 2.0s infinite'); |
75 | ?>
|
74 | ?>
|
76 | }
|
75 | }
|
77 | 76 | ||
78 | .multi-display .upper .content .analysis tr:nth-child(2) th, |
- | |
79 | .multi-display .upper .content .analysis tr:nth-child(2) td |
77 | .multi-display .upper .content .analysis tr:nth-child(2) |
80 | {
|
78 | {
|
81 | <?php |
79 | <?php |
82 | Mixins::animation('', 'analysis 1.5s linear 0.25s, analysis-scan 4s linear 3.0s infinite'); |
80 | Mixins::animation('', 'analysis 1.5s linear 0.25s, analysis-scan 4s linear 3.0s infinite'); |
83 | ?>
|
81 | ?>
|
84 | }
|
82 | }
|
85 | 83 | ||
86 | .multi-display .upper .content .analysis tr:nth-child(3) th, |
- | |
87 | .multi-display .upper .content .analysis tr:nth-child(3) td |
84 | .multi-display .upper .content .analysis tr:nth-child(3) |
88 | {
|
85 | {
|
89 | <?php |
86 | <?php |
90 | Mixins::animation('', 'analysis 1.5s linear 0.5s, analysis-scan 4s linear 4.0s infinite'); |
87 | Mixins::animation('', 'analysis 1.5s linear 0.5s, analysis-scan 4s linear 4.0s infinite'); |
91 | ?>
|
88 | ?>
|
92 | }
|
89 | }
|
Line 547... | Line 544... | ||
547 | .multi-display .upper .content .analysis table { |
544 | .multi-display .upper .content .analysis table { |
548 | border-collapse: collapse; |
545 | border-collapse: collapse; |
549 | line-height: 1.2; |
546 | line-height: 1.2; |
550 | max-width: 100%; |
547 | max-width: 100%; |
551 | }
|
548 | }
|
552 | 549 | ||
553 | .multi-display .upper .content .analysis th { |
550 | .multi-display .upper .content .analysis th { |
554 | padding: 0 0.4em 0 0.1em; |
551 | padding: 0 0.4em 0 0.1em; |
555 | font-weight: normal; |
552 | font-weight: normal; |
556 | text-align: left; |
553 | text-align: left; |
557 | text-transform: uppercase; |
554 | text-transform: uppercase; |
Line 565... | Line 562... | ||
565 | white-space: nowrap; |
562 | white-space: nowrap; |
566 | vertical-align: baseline; |
563 | vertical-align: baseline; |
567 | text-overflow: ellipsis; |
564 | text-overflow: ellipsis; |
568 | }
|
565 | }
|
569 | 566 | ||
570 | .multi-display .upper .content .analysis tr:hover th, |
- | |
571 | .multi-display .upper .content .analysis tr:hover td |
- | |
572 | {
|
- | |
573 | color: #f90; |
- | |
574 | }
|
- | |
575 | - | ||
576 | .multi-display .upper .content .analysis td sup { |
567 | .multi-display .upper .content .analysis td sup { |
577 | line-height: 1; |
568 | line-height: 1; |
578 | font-weight: 500; |
569 | font-weight: 500; |
579 | }
|
570 | }
|
580 | 571 |