lazy-player/lazy_player/style.css
2025-03-11 20:13:15 +01:00

92 lines
1.5 KiB
CSS

.file-icon {
-gtk-icon-size: 24px;
}
.unwatched {
color: #666;
}
.in-progress {
color: #ff0;
}
.completed {
color: #0f0;
}
#file-list {
margin: 8px;
margin-top: 122px;
border-radius: 4px;
box-shadow: rgba(32, 32, 32, 0.5) 0px 0px 4px;
}
#file-list > row {
padding: 8px;
font-size: 24px;
font-family: monospace;
}
#thumbnail-picture {
margin: 16px;
margin-top: 32px;
margin-right: 8px;
border-radius: 4px;
box-shadow: rgba(32, 32, 32, 0.5) 0px 0px 4px;
background: #444;
}
#overlay {
background-color: black;
}
#overlay-message {
color: white;
font-size: 24px;
font-family: monospace;
background-color: rgba(32, 32, 32, 0.5);
padding: 24px;
border-radius: 8px;
margin: 32px;
}
#main-clock,
#overlay-clock {
color: white;
font-size: 48px;
font-family: monospace;
padding: 12px;
box-shadow: rgba(32, 32, 32, 0.5) 0px 0px 4px;
background-color: rgba(32, 32, 32, 1);
border-bottom-right-radius: 8px;
}
#overlay-clock {
background-color: rgba(64, 64, 64, 0.5);
border-bottom-right-radius: 8px;
}
#progressbar {
margin-left: 64px;
margin-right: 64px;
margin-bottom: 32px;
border-radius: 0px;
box-shadow: rgba(32, 32, 32, 0.5) 0px 0px 8px;
background: rgba(32, 32, 32, 0.5);
border: 0px;
}
#progressbar trough {
min-height: 32px;
border-radius: 0px;
padding: 2px;
border: 2px solid #fff;
background: transparent;
}
#progressbar progress {
border-radius: 0px;
min-height: 32px;
background: #fff;
border: 0px;
}