diff options
| author | Bobby <[email protected]> | 2024-12-24 06:50:59 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2024-12-24 06:50:59 -0500 |
| commit | 6df9f0dc40501e8f55bcc883dfe5be65e60d3c3d (patch) | |
| tree | 273148d564c11ae46e9f96c0231ce57427f5591f /static/css/anime/video_player.css | |
| parent | 4feba2452a151ed999d52d4a0d53b0b0584bf70e (diff) | |
| download | thatcomputerscientist-6df9f0dc40501e8f55bcc883dfe5be65e60d3c3d.tar.xz thatcomputerscientist-6df9f0dc40501e8f55bcc883dfe5be65e60d3c3d.zip | |
bucket load of things
Diffstat (limited to 'static/css/anime/video_player.css')
| -rw-r--r-- | static/css/anime/video_player.css | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/static/css/anime/video_player.css b/static/css/anime/video_player.css index 39abb527..e4b2f0b7 100644 --- a/static/css/anime/video_player.css +++ b/static/css/anime/video_player.css @@ -39,6 +39,17 @@ box-shadow: none; } +.win98-player:fullscreen .retro-buffer { + top: 50%; + left: 50%; + transform: translate(-50%, -50%); +} + +.win98-player:fullscreen .retro-buffer img { + height: 64px; + width: 64px; +} + .win98-player:fullscreen .win98-title-bar, .win98-player:fullscreen .episode-title { display: none; @@ -287,6 +298,8 @@ input[type="range"].volume-slider { min-width: 100px; margin-bottom: 4px; z-index: 10; + max-height: 180px; + overflow: scroll; } .quality-menu.show, @@ -412,4 +425,23 @@ video::-webkit-media-text-track-container { video::-webkit-media-text-track { display: none !important; +} + +/* Retro Buffer Styles */ +.retro-buffer { + position: absolute; + top: 246px; + left: 50%; + transform: translateX(-50%); + z-index: 5; + display: none; +} + +.retro-buffer img { + height: 32px; + width: 32px; +} + +.video-loading .retro-buffer { + display: block; }
\ No newline at end of file |
