diff --git a/themes/a421e460-670a-44b7-ac6b-e146b6f60309/chrome.css b/themes/a421e460-670a-44b7-ac6b-e146b6f60309/chrome.css new file mode 100644 index 00000000..d8ed0eba --- /dev/null +++ b/themes/a421e460-670a-44b7-ac6b-e146b6f60309/chrome.css @@ -0,0 +1,68 @@ + +@-moz-document url-prefix("chrome:") { + window.sidebar-panel { + background-color: var(--zen-themed-toolbar-bg) !important; + } + + search-textbox#search-box { + appearance: none !important; + background-color: var(--zen-colors-tertiary) !important; + border: 1px solid var(--zen-colors-border) !important; + padding: 0.5rem !important; + border-radius: 5px !important; + } + + search-textbox#search-box:hover { + border: 1px solid var(--zen-colors-secondary) !important; + } + + search-textbox#search-box:hover:active { + border: 1px solid var(--zen-colors-secondary) !important; + } + + button#viewButton { + appearance: none; + color: inherit; + background-color: transparent !important; + border-radius: var(--toolbarbutton-border-radius); + border: 1px solid transparent !important; + } + + button#viewButton:hover { + background-color: var(--zen-colors-border) !important; + } + + button#viewButton:hover:active { + background-color: var(--zen-colors-border) !important; + } + + #sidebar-box[sidebarcommand="viewBookmarksSidebar"] #sidebar-header { + border-bottom: 0px !important; + } + + #sidebar-box[sidebarcommand="viewBookmarksSidebar"] { + background-color: var(--zen-themed-toolbar-bg) !important; + border-radius: var(--zen-border-radius); + box-shadow: 0 0 2px 2px rgba(0,0,0,.1); + border: 1px solid var(--zen-colors-border); + padding: var(--zen-toolbox-padding) !important; + position: fixed; + z-index: 1; + height: 80vh !important; + width: 20em !important; + top: 10vh !important; + right: 0.6vw !important; + transform: translateX(105%); + transition: all 0.2s ease-in-out; + } + + #sidebar-box[hidden=true][sidebarcommand="viewBookmarksSidebar"] { + display: flex !important; + opacity: 0 !important; + transform: translateX(105%); + } + + #sidebar-box[checked=true][sidebarcommand="viewBookmarksSidebar"] { + transform: translateX(0); + } +} diff --git a/themes/a421e460-670a-44b7-ac6b-e146b6f60309/image.png b/themes/a421e460-670a-44b7-ac6b-e146b6f60309/image.png new file mode 100644 index 00000000..f6d23aeb Binary files /dev/null and b/themes/a421e460-670a-44b7-ac6b-e146b6f60309/image.png differ diff --git a/themes/a421e460-670a-44b7-ac6b-e146b6f60309/readme.md b/themes/a421e460-670a-44b7-ac6b-e146b6f60309/readme.md new file mode 100644 index 00000000..c0c74411 --- /dev/null +++ b/themes/a421e460-670a-44b7-ac6b-e146b6f60309/readme.md @@ -0,0 +1,2 @@ + += ̄ω ̄= diff --git a/themes/a421e460-670a-44b7-ac6b-e146b6f60309/theme.json b/themes/a421e460-670a-44b7-ac6b-e146b6f60309/theme.json new file mode 100644 index 00000000..8549c47a --- /dev/null +++ b/themes/a421e460-670a-44b7-ac6b-e146b6f60309/theme.json @@ -0,0 +1,14 @@ +{ + "id": "a421e460-670a-44b7-ac6b-e146b6f60309", + "name": "Floating Bookmark Sidebar", + "description": "Improves appearance of bookmark sidebar, placing it on right, floating it and giving it zen aesthetic", + "homepage": "https://github.com/TISupe/Zen-Floating-Bookmark", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a421e460-670a-44b7-ac6b-e146b6f60309/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a421e460-670a-44b7-ac6b-e146b6f60309/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a421e460-670a-44b7-ac6b-e146b6f60309/image.png", + "author": "TISupe", + "version": "1.0.0", + "tags": [], + "createdAt": "2025-04-12", + "updatedAt": "2025-04-12" +} \ No newline at end of file