mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-08 01:10:01 +02:00
Add theme: Empty your PiP
This commit is contained in:
parent
cdccfde6b2
commit
c0d092a4ad
4 changed files with 78 additions and 0 deletions
61
themes/46ad7343-7639-4447-afb9-1aacbd24916b/chrome.css
Normal file
61
themes/46ad7343-7639-4447-afb9-1aacbd24916b/chrome.css
Normal file
|
@ -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;
|
||||||
|
}
|
||||||
|
}
|
BIN
themes/46ad7343-7639-4447-afb9-1aacbd24916b/image.png
Normal file
BIN
themes/46ad7343-7639-4447-afb9-1aacbd24916b/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4 KiB |
3
themes/46ad7343-7639-4447-afb9-1aacbd24916b/readme.md
Normal file
3
themes/46ad7343-7639-4447-afb9-1aacbd24916b/readme.md
Normal file
|
@ -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.
|
14
themes/46ad7343-7639-4447-afb9-1aacbd24916b/theme.json
Normal file
14
themes/46ad7343-7639-4447-afb9-1aacbd24916b/theme.json
Normal file
|
@ -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"
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue