/* Player Area */ .player-area { margin: 8px 0 0 0 } /* Video container */ .video-container, .unauth-video { position: relative; display: flex; align-items: center; justify-content: center; height: 560.5px; } #video-player { width: 100%; height: 100%; background-color: #000; height: 436.5px; position: relative; } /* Shifoo Video Player Base */ .shifoo-video-player { width: 780px; background: #C0C0C0; border: 2px solid; border-color: #FFFFFF #808080 #808080 #FFFFFF; box-shadow: 1px 1px 0 0 #000; } /* Fullscreen styles */ .shifoo-video-player:fullscreen { width: 100%; height: 100%; background: #000; border: none; box-shadow: none; } .shifoo-video-player:fullscreen .retro-buffer { top: 50%; left: 50%; transform: translate(-50%, -50%); } .shifoo-video-player:fullscreen .retro-buffer img { height: 64px; width: 64px; } .shifoo-video-player:fullscreen .shifoo-video-player-title-bar, .shifoo-video-player:fullscreen .episode-title { display: none; } .shifoo-video-player:fullscreen .shifoo-video-player-content { height: 100%; position: relative; } .shifoo-video-player:fullscreen #video-player { width: 100%; height: 100%; } .shifoo-video-player:fullscreen .shifoo-video-player-controls { position: fixed; bottom: 0px; width: 100%; opacity: 0; transition: opacity 0.3s ease; background: rgba(192, 192, 192, 0.95); z-index: 15; } .shifoo-video-player:fullscreen.controls-visible .shifoo-video-player-controls { opacity: 1; } /* Title Bar */ .shifoo-video-player-title-bar { background: rgb(3, 31, 106); background: linear-gradient(90deg, rgba(3, 31, 106, 1) 0%, rgba(163, 192, 227, 1) 100%); padding: 3px 2px 3px 3px; display: flex; justify-content: space-between; align-items: center; } .title-bar-text { color: #FFF; font-weight: bold; margin-left: 3px; } /* Episode Title */ .episode-title { padding: 4px 8px; background: #000; color: #1EFF1E; font-family: "DOS", "Consolas", monospace; } /* Controls Area */ .shifoo-video-player-controls { padding: 8px; background: #C0C0C0; display: flex; flex-direction: column; gap: 8px; color: #000; } /* Seek Bar */ .seek-control { display: flex; align-items: center; gap: 8px; color: #000; } .seek-slider-container { position: relative; height: 12px; flex: 1; background: #fff; border: 2px solid; border-color: #808080 #FFFFFF #FFFFFF #808080; } input[type="range"].seek-slider { position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: pointer; z-index: 2; } .seek-track { position: absolute; top: 0; left: 0; height: 100%; width: 100%; background: #C0C0C0; } .seek-fill { position: absolute; top: 0; left: 0; height: 100%; width: 0%; background: #000080; } .seek-buffer { position: absolute; top: 0; left: 0; height: 100%; width: 0%; background: rgba(0, 0, 128, 0.3); } /* Controls and Volume */ .controls-and-volume { display: flex; align-items: center; justify-content: space-between; gap: 8px; } /* Control Buttons */ .control-buttons { display: flex; align-items: center; gap: 4px; } .shifoo-video-player-btn { height: 22px; min-width: 22px; border: none; background: transparent; padding: 2px; position: relative; display: flex; align-items: center; justify-content: center; color: #000; } .shifoo-video-player-btn:hover { color: #FFF; background: #000080; } .shifoo-video-player-btn:active { color: #FFF; background: #0000FF; } .shifoo-video-player-btn:hover .shifoo-video-player-icon>* { color: #FFF; } .shifoo-video-player-icon { width: 14px; height: 14px; } .shifoo-video-player-icon>* { color: #000; } /* Volume Control */ .volume-control { display: flex; align-items: center; gap: 4px; } .volume-slider-container { position: relative; width: 70px; height: 24px; background: transparent; } .volume-slider-container::before { content: ''; position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background: linear-gradient(to right, #000 0%, transparent 100%); transform: translateY(-50%); } input[type="range"].volume-slider { position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: pointer; z-index: 2; } .volume-track { position: absolute; top: 50%; left: 0; width: 100%; height: 4px; background: #C0C0C0; transform: translateY(-50%); } .volume-fill { position: absolute; top: 0; left: 0; height: 100%; width: 100%; background: #000080; } /* Quality Menu and Dropdowns */ .quality-control, .sub-dub-control, .caption-control { position: relative; } .quality-menu, .sub-dub-menu, .caption-menu { display: none; position: absolute; bottom: 100%; left: 50%; transform: translateX(-50%); background: #C0C0C0; border: 2px solid; border-color: #FFFFFF #808080 #808080 #FFFFFF; padding: 2px; min-width: 100px; margin-bottom: 4px; z-index: 10; max-height: 180px; overflow: scroll; -ms-overflow-style: none; scrollbar-width: none; } .quality-menu::-webkit-scrollbar, .sub-dub-menu::-webkit-scrollbar, .caption-menu::-webkit-scrollbar { display: none; } .quality-menu.show, .sub-dub-menu.show, .caption-menu.show { display: block; } .quality-menu button, .sub-dub-menu button, .caption-menu button { display: block; width: 100%; text-align: left; padding: 4px 8px; border: none; background: none; color: #000; cursor: pointer; } .quality-menu button:hover, .sub-dub-menu button:hover, .caption-menu button:hover { background: #000080; color: #FFFFFF; } /* Slider thumbs */ .seek-thumb { position: absolute; width: 10px; height: 16px; background: #000; border: 2px solid; border-color: #FFFFFF #808080 #808080 #FFFFFF; top: 50%; left: 0%; transform: translate(-50%, -50%); pointer-events: none; z-index: 3; } .volume-thumb { position: absolute; width: 8px; height: 16px; background: #000; border: 2px solid; border-color: #FFFFFF #808080 #808080 #FFFFFF; top: 50%; left: 100%; transform: translate(-50%, -50%); pointer-events: none; z-index: 3; } /* Subtitle styles */ video::-webkit-media-controls { display: none !important; } video::-webkit-media-controls-enclosure { display: none !important; } .shifoo-video-player-controls:hover { opacity: 1; } .custom-subtitles { position: absolute; bottom: 20%; left: 50%; transform: translateX(-50%); z-index: 4; text-align: center; pointer-events: none; width: 80%; } .custom-subtitles span { background: none; color: white; font-size: 24px; -webkit-text-stroke: 4px black; paint-order: stroke fill; padding: 4px; display: inline-block; white-space: pre-line; -webkit-font-smoothing: antialiased; } .shifoo-video-player:fullscreen .custom-subtitles { bottom: 30px; transition: bottom 0.3s ease; } .shifoo-video-player:fullscreen .custom-subtitles span { font-size: 48px; -webkit-text-stroke: 8px black; padding: 8px; } .shifoo-video-player:fullscreen.controls-visible .custom-subtitles { bottom: 96px; } /* Hide native subtitles */ ::cue { opacity: 0 !important; visibility: hidden !important; display: none !important; } video::-webkit-media-text-track-display { display: none !important; } video::-webkit-media-text-track-container { display: none !important; } 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; }