52,23 → 52,22 |
); |
|
/* FIXME: :hover hides first row */ |
?> |
/* |
.multi-display .upper .content .analysis tr { |
<?php |
Mixins::animation('-play-state', 'running'); |
?> |
} |
|
.multi-display .upper .content .analysis:hover tr { |
<?php |
Mixins::animation('-play-state', 'paused'); |
?> |
?> |
} |
*/ |
?> |
|
.multi-display .upper .content .analysis tr:hover |
{ |
color: #f90 !important; |
} |
|
/* Blink rate 1 Hz should be safe for people with photosensitive epilepsy */ |
.multi-display .upper .content .analysis tr:nth-child(1) th, |
.multi-display .upper .content .analysis tr:nth-child(1) td |
.multi-display .upper .content .analysis tr:nth-child(1) |
{ |
<?php |
Mixins::animation('', 'analysis 1.5s linear 0s, analysis-scan 4s linear 2.0s infinite'); |
75,8 → 74,7 |
?> |
} |
|
.multi-display .upper .content .analysis tr:nth-child(2) th, |
.multi-display .upper .content .analysis tr:nth-child(2) td |
.multi-display .upper .content .analysis tr:nth-child(2) |
{ |
<?php |
Mixins::animation('', 'analysis 1.5s linear 0.25s, analysis-scan 4s linear 3.0s infinite'); |
83,8 → 81,7 |
?> |
} |
|
.multi-display .upper .content .analysis tr:nth-child(3) th, |
.multi-display .upper .content .analysis tr:nth-child(3) td |
.multi-display .upper .content .analysis tr:nth-child(3) |
{ |
<?php |
Mixins::animation('', 'analysis 1.5s linear 0.5s, analysis-scan 4s linear 4.0s infinite'); |
549,7 → 546,7 |
line-height: 1.2; |
max-width: 100%; |
} |
|
|
.multi-display .upper .content .analysis th { |
padding: 0 0.4em 0 0.1em; |
font-weight: normal; |
567,12 → 564,6 |
text-overflow: ellipsis; |
} |
|
.multi-display .upper .content .analysis tr:hover th, |
.multi-display .upper .content .analysis tr:hover td |
{ |
color: #f90; |
} |
|
.multi-display .upper .content .analysis td sup { |
line-height: 1; |
font-weight: 500; |