mirror of
https://github.com/LibreSplit/LibreSplit.git
synced 2026-03-11 07:20:31 +00:00
71 lines
No EOL
828 B
CSS
71 lines
No EOL
828 B
CSS
.window {
|
|
background-color: #000;
|
|
color: #FFF;
|
|
}
|
|
.title {
|
|
font-size: large;
|
|
}
|
|
.attempt-count {
|
|
color: #999;
|
|
}
|
|
|
|
.time, .delta {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.timer {
|
|
font-weight: normal;
|
|
text-shadow: 2px 2px #666;
|
|
}
|
|
|
|
.timer-seconds {
|
|
font-size: 300%;
|
|
}
|
|
|
|
.timer-millis {
|
|
font-size: 225%;
|
|
}
|
|
|
|
.split-time {
|
|
color: #FFF;
|
|
}
|
|
|
|
.done {
|
|
color: #999;
|
|
}
|
|
|
|
.timer, .delta {
|
|
color: #0C0;
|
|
}
|
|
|
|
.losing {
|
|
color: #6A6;
|
|
}
|
|
|
|
.behind {
|
|
color: #A66;
|
|
}
|
|
|
|
.behind.losing {
|
|
color: #C00;
|
|
}
|
|
|
|
.delay {
|
|
color: #999;
|
|
}
|
|
|
|
.best-segment {
|
|
color: #F90;
|
|
}
|
|
|
|
.best-split {
|
|
color: #99F;
|
|
}
|
|
|
|
.current-split {
|
|
background-color: rgba(127, 127, 255, 0.3);
|
|
}
|
|
|
|
.split-last {
|
|
border-top: 1px #FFF solid;
|
|
} |