lazy-player/lazy_player/style.css

53 lines
670 B
CSS
Raw Normal View History

2025-03-08 20:02:44 +01:00
listview > row {
padding: 8px;
2025-03-08 22:32:47 +01:00
font-size: 24px;
2025-03-08 20:02:44 +01:00
font-family: monospace;
}
2025-03-08 21:14:30 +01:00
2025-03-08 23:34:19 +01:00
.file-icon {
2025-03-09 10:18:12 +01:00
-gtk-icon-size: 24px;
}
.unwatched {
color: #666;
}
.in-progress {
color: #ff0;
}
.completed {
color: #0f0;
2025-03-08 23:34:19 +01:00
}
2025-03-08 21:14:30 +01:00
#black-overlay {
background-color: black;
}
2025-03-08 21:51:44 +01:00
#overlay-text {
color: white;
2025-03-08 22:32:47 +01:00
font-size: 24px;
2025-03-08 21:51:44 +01:00
font-family: monospace;
background-color: rgba(32, 32, 32, 0.5);
2025-03-08 22:32:47 +01:00
padding: 24px;
border-radius: 8px;
margin: 32px;
2025-03-08 21:51:44 +01:00
}
2025-03-09 22:23:22 +01:00
#thumbnail-image {
margin: 8px;
}
2025-03-09 22:52:44 +01:00
2025-03-11 14:13:20 +01:00
#digital-clock,
#grid-clock {
2025-03-09 22:52:44 +01:00
color: white;
font-size: 48px;
font-family: monospace;
2025-03-11 14:13:20 +01:00
padding: 12px;
}
#grid-clock {
background-color: rgba(32, 32, 32, 0.5);
border-radius: 8px;
2025-03-09 22:52:44 +01:00
}