lazy-player/lazy_player/style.css

21 lines
320 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
#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(64, 64, 64, 0.25);
2025-03-08 22:32:47 +01:00
padding: 24px;
border-radius: 8px;
margin: 32px;
2025-03-08 21:56:41 +01:00
width: 80%;
2025-03-08 21:51:44 +01:00
}