lazy-player/lazy_player/style.css

52 lines
670 B
CSS

listview > row {
padding: 8px;
font-size: 24px;
font-family: monospace;
}
.file-icon {
-gtk-icon-size: 24px;
}
.unwatched {
color: #666;
}
.in-progress {
color: #ff0;
}
.completed {
color: #0f0;
}
#black-overlay {
background-color: black;
}
#overlay-text {
color: white;
font-size: 24px;
font-family: monospace;
background-color: rgba(32, 32, 32, 0.5);
padding: 24px;
border-radius: 8px;
margin: 32px;
}
#thumbnail-image {
margin: 8px;
}
#digital-clock,
#grid-clock {
color: white;
font-size: 48px;
font-family: monospace;
padding: 12px;
}
#grid-clock {
background-color: rgba(32, 32, 32, 0.5);
border-radius: 8px;
}