diff --git a/themes/46ad7343-7639-4447-afb9-1aacbd24916b/chrome.css b/themes/46ad7343-7639-4447-afb9-1aacbd24916b/chrome.css new file mode 100644 index 00000000..ff284f8c --- /dev/null +++ b/themes/46ad7343-7639-4447-afb9-1aacbd24916b/chrome.css @@ -0,0 +1,61 @@ + +.control-item.control-button { + display: none !important; +} + +#close, #unpip { + display: none !important; + +&:hover { + &::after { + display: none !important; + } + } +} + +#close { + display: none !important; +} + +#unpip { + display: none !important; +} + +/* for dragging */ +#controls { + visibility: hidden !important; + +&:hover { + visibility: hidden !important; + } +} + +#controls-bottom-gradient { + display: none !important; +} + +#controls-bottom { + display: none !important; +} + +/* progress bar */ +.scrubber-no-drag { + display: none !important; +} + +#scrubber::-moz-range-thumb { + display: none !important; +} + +#scrubber { + display: none !important; + &:hover { + display: none !important; + } +} + +#scrubber { + &::-moz-range-track, &::-moz-range-progress { + display: none !important; + } +} diff --git a/themes/46ad7343-7639-4447-afb9-1aacbd24916b/image.png b/themes/46ad7343-7639-4447-afb9-1aacbd24916b/image.png new file mode 100644 index 00000000..b451d170 Binary files /dev/null and b/themes/46ad7343-7639-4447-afb9-1aacbd24916b/image.png differ diff --git a/themes/46ad7343-7639-4447-afb9-1aacbd24916b/readme.md b/themes/46ad7343-7639-4447-afb9-1aacbd24916b/readme.md new file mode 100644 index 00000000..84969e4f --- /dev/null +++ b/themes/46ad7343-7639-4447-afb9-1aacbd24916b/readme.md @@ -0,0 +1,3 @@ + +It's a pure PiP with no UI elements—just video. +I sometimes found the UI elements visible on mouseover annoying, and I always wanted a player that just shows videos. diff --git a/themes/46ad7343-7639-4447-afb9-1aacbd24916b/theme.json b/themes/46ad7343-7639-4447-afb9-1aacbd24916b/theme.json new file mode 100644 index 00000000..d5e791d4 --- /dev/null +++ b/themes/46ad7343-7639-4447-afb9-1aacbd24916b/theme.json @@ -0,0 +1,14 @@ +{ + "id": "46ad7343-7639-4447-afb9-1aacbd24916b", + "name": "Empty your PiP", + "description": "Remove all the UI elements on the PiP window. Just pure video.", + "homepage": "", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/46ad7343-7639-4447-afb9-1aacbd24916b/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/46ad7343-7639-4447-afb9-1aacbd24916b/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/46ad7343-7639-4447-afb9-1aacbd24916b/image.png", + "author": "ImBada", + "version": "1.0.0", + "tags": [], + "createdAt": "2025-02-26", + "updatedAt": "2025-02-26" +} \ No newline at end of file