diff --git a/vivaldi/index.html b/vivaldi/index.html index b53e362..24f5722 100755 --- a/vivaldi/index.html +++ b/vivaldi/index.html @@ -29,11 +29,11 @@

vivaldi

..
-[   0 Feb 16 15:21]  mods
-[   0 Jun  6 18:30]  panels
-[   0 Feb 16 15:21]  sdthumbs
-[   0 Nov 13  2022]  user_files
-[   0 Dec 31 16:51]  userscript
+[   0 Jun  6 18:37]  mods
+[   0 Jun  6 18:37]  panels
+[   0 Jun  6 18:37]  sdthumbs
+[   0 Jun  6 18:37]  user_files
+[   0 Jun  6 18:37]  userscript
[ 25K Jul  6  2022]  keyboard.html


diff --git a/vivaldi/mods/CSS/custom.css b/vivaldi/mods/CSS/custom.css index f537111..8cf522c 100755 --- a/vivaldi/mods/CSS/custom.css +++ b/vivaldi/mods/CSS/custom.css @@ -19,10 +19,10 @@ /* Skinnier statusbar */ #browser footer .toolbar-statusbar { - height: 20px; + height: 22px; } #browser footer .toolbar-statusbar button { - height: 20px; + height: 22px; width: 100%; } #browser footer .toolbar-statusbar .override.button-icon { diff --git a/vivaldi/mods/CSS/find-in-page.css b/vivaldi/mods/CSS/find-in-page.css index a0b3f1c..029f929 100755 --- a/vivaldi/mods/CSS/find-in-page.css +++ b/vivaldi/mods/CSS/find-in-page.css @@ -22,7 +22,7 @@ opacity: 0.8; } -/* Find-in-page background color for no matches */ +/* Find-in-page background colour for no matches */ .find-in-page.fip-nomatches { background: darkred; } @@ -32,7 +32,12 @@ opacity: 1 !important; } -/* Find-in-page no animation */ +/* Find-in-page hit no animation */ .fip-active-hit { display: none; } + +/* Find-in-page hit no page dimming */ +.find-in-page-wrapper:has(.find-in-page) + .row-wrapper .webpage>webview { + filter: unset !important; +} \ No newline at end of file diff --git a/vivaldi/mods/CSS/index.html b/vivaldi/mods/CSS/index.html index ebc617b..b45fa60 100755 --- a/vivaldi/mods/CSS/index.html +++ b/vivaldi/mods/CSS/index.html @@ -29,16 +29,17 @@

CSS

..
-[4.2K Mar 13 10:35]  custom.css
-[ 704 Nov 25  2022]  find-in-page.css
+[4.2K Jun  4 15:27]  custom.css
+[ 853 May 17 23:19]  find-in-page.css
[2.0K Mar  4 13:31]  header.css
+[ 934 Jun  7 21:13]  quick-command-tweaks.css
[1001 Nov 25  2022]  speed-dials.css
[ 354 Nov 25  2022]  tabcycler.css


-0 directories, 5 files +0 directories, 6 files

diff --git a/vivaldi/mods/CSS/quick-command-tweaks.css b/vivaldi/mods/CSS/quick-command-tweaks.css new file mode 100755 index 0000000..56987f4 --- /dev/null +++ b/vivaldi/mods/CSS/quick-command-tweaks.css @@ -0,0 +1,31 @@ +/* QC Placement */ +.qc-modal {top: 15vh !important;} + +/* QC Width */ +.quick-command-container, .quick-commands > div {width: 60vw !important;} +.quick-commands > div > div {max-width: 100% !important;} + +/* QC Height */ +.quick-commands > div {height: 60vh !important;} +.quick-commands {max-height: 100% !important;} + +/* QC Transparency */ +.quick-commands, input.quick-command-search-hint {background-color: transparent !important;} + +/* Selected line */ +.quick-command[data-selected] {background-color: var(--colorHighlightBgAlpha) !important;} + +.qc-modal > div { + color: var(--colorFgIntense) !important; + background-color: var(--colorBgAlphaBlur) !important; + backdrop-filter: var(--backgroundBlur); + border: 2px solid var(--colorHighlightBgAlpha); + border-radius: var(--radius); +} + +/* Hide scrollbar */ +.qc-modal ::-webkit-scrollbar-track, +.qc-modal ::-webkit-scrollbar-thumb, +.qc-modal ::-webkit-scrollbar-button { + display: none; +} diff --git a/vivaldi/mods/custom.css b/vivaldi/mods/custom.css index a80a531..8cf522c 100755 --- a/vivaldi/mods/custom.css +++ b/vivaldi/mods/custom.css @@ -19,17 +19,17 @@ /* Skinnier statusbar */ #browser footer .toolbar-statusbar { - height: 20px; + height: 22px; } #browser footer .toolbar-statusbar button { - height: 19px; + height: 22px; + width: 100%; } #browser footer .toolbar-statusbar .override.button-icon { - width: 100%; height: 100%; } -/* SiteInfo V logo */ +/* SiteInfo V logo */ .SiteInfoButton.internal svg path, .SiteInfoButton.warning svg path { d: path("M10.4 5c-.4-.8 0-1.8 1-2 .7 0 1.5.4 1.6 1.2a1.4 1.4 0 0 1-.2 1l-4 7c-.3.5-.7.8-1.2.8-.6 0-1-.2-1.3-.7L3.8 7.8 2.2 5c-.5-.8 0-2 1-2 .7 0 1 .2 1.4.7l1 2 1 1.4a2 2 0 0 0 1.7 1.5 2.2 2.2 0 0 0 2.3-2V6c0-.3 0-.6-.2-1z"); } @@ -74,12 +74,12 @@ display: none; } -/* AddressField URL scheme part */ +/* AddressField URL scheme part */ .UrlFragment--Lowlight:first-of-type { color: var(--colorFgFadedMost); } -/* AddressField URL host part */ +/* AddressField URL host part */ .UrlFragment-HostFragment-Subdomain, .UrlFragment-HostFragment-Basedomain, .UrlFragment-HostFragment-TLD { color: var(--colorFgIntense) !important; font-weight: bold; diff --git a/vivaldi/mods/index.html b/vivaldi/mods/index.html index 7bda5dc..0b050fd 100755 --- a/vivaldi/mods/index.html +++ b/vivaldi/mods/index.html @@ -29,12 +29,12 @@

mods

..
-[   0 Mar  6 10:15]  CSS
-[   0 Sep 11  2022]  JS
-[4.2K Mar  4 11:16]  custom.css
+[   0 Jun  7 21:24]  CSS
+[   0 Jun  6 18:37]  JS
+[4.2K Jun  4 15:27]  custom.css
[1.2K Sep 13  2022]  custom.unused.css
-[ 974 Feb  9  2022]  quick-command-tweaks.css
-[ 834 Nov 29  2020]  window-panel-tweaks.css
+[ 934 Jun  7 21:13]  quick-command-tweaks.css
+[ 854 Jun  7 21:18]  window-panel-tweaks.css


diff --git a/vivaldi/mods/quick-command-tweaks.css b/vivaldi/mods/quick-command-tweaks.css index 9f3342f..56987f4 100755 --- a/vivaldi/mods/quick-command-tweaks.css +++ b/vivaldi/mods/quick-command-tweaks.css @@ -1,30 +1,31 @@ -/* QC Height and Width */ -.qc-modal {top: 20vh !important;} -.quick-command-container, .quick-command-container .quick-commands > div {width:60vw !important; } -.quick-command-container .quick-commands > div > div {max-width: 100% !important;} -.quick-commands {max-height: 100% !important;} -.quick-commands > div {height: 60vh !important;} +/* QC Placement */ +.qc-modal {top: 15vh !important;} +/* QC Width */ +.quick-command-container, .quick-commands > div {width: 60vw !important;} +.quick-commands > div > div {max-width: 100% !important;} + +/* QC Height */ +.quick-commands > div {height: 60vh !important;} +.quick-commands {max-height: 100% !important;} /* QC Transparency */ -.quick-commands, input.quick-command-search-hint { - background-color: transparent !important; -} +.quick-commands, input.quick-command-search-hint {background-color: transparent !important;} + +/* Selected line */ +.quick-command[data-selected] {background-color: var(--colorHighlightBgAlpha) !important;} -.quick-commands .quick-command[data-selected] { - background-color: var(--colorHighlightBgAlpha) !important; -} .qc-modal > div { - color: var(--colorFgIntense) !important; - background-color: var(--colorBgAlphaHeavy) !important; - backdrop-filter: blur(5px); + color: var(--colorFgIntense) !important; + background-color: var(--colorBgAlphaBlur) !important; + backdrop-filter: var(--backgroundBlur); border: 2px solid var(--colorHighlightBgAlpha); + border-radius: var(--radius); } -.qc-modal ::-webkit-scrollbar-track, .qc-modal ::-webkit-scrollbar-thumb { - background-color: var(--colorBgAlphaHeavier) !important; -} - +/* Hide scrollbar */ +.qc-modal ::-webkit-scrollbar-track, +.qc-modal ::-webkit-scrollbar-thumb, .qc-modal ::-webkit-scrollbar-button { - display: none; + display: none; } diff --git a/vivaldi/mods/window-panel-tweaks.css b/vivaldi/mods/window-panel-tweaks.css index 17fde75..85b8073 100755 --- a/vivaldi/mods/window-panel-tweaks.css +++ b/vivaldi/mods/window-panel-tweaks.css @@ -7,9 +7,23 @@ /*#window-panel .tree-row .title.active, #window-panel .tree-row .title.unread {padding: 0 5px;}*/ /* Active tab */ -#window-panel .tree-row .title.active:before {content: '\2B24';position: absolute; margin-left: -40px;} -#window-panel .tree-row .title.active {background-color: var(--colorAccentBorder); border-radius: var(--radius);} +#window-panel .tree-row .title.active:before { + content: '\2B24'; + position: absolute; + margin-left: -40px; +} +#window-panel .tree-row .title.active { + background-color: var(--colorAccentBorder); + border-radius: var(--radius); +} /* Unread tabs */ -#window-panel .tree-row .title.unread:before {content: '\25CB'; position: absolute; margin-left: -40px} -#window-panel .tree-row .title.unread {background-color: var(--colorHighlightBgAlpha); border-radius: var(--radius);} +#window-panel .tree-row .title.unread:before { + content: '\25CB'; + position: absolute; + margin-left: -40px; +} +#window-panel .tree-row .title.unread { + background-color: var(--colorHighlightBgAlpha); + border-radius: var(--radius); +} diff --git a/vivaldi/panels/index.html b/vivaldi/panels/index.html index 80bc7be..cb5167f 100755 --- a/vivaldi/panels/index.html +++ b/vivaldi/panels/index.html @@ -29,12 +29,12 @@

panels

..
-[   0 Apr  7 22:23]  CSS
-[   0 Apr  7 22:23]  HTML
-[   0 Apr  7 22:23]  HTTP
-[   0 Apr  7 22:23]  JS
-[   0 Apr  7 22:24]  res
-[   0 Apr  7 22:23]  unicodeChartsPanel
+[   0 Jun  6 18:37]  CSS
+[   0 Jun  6 18:37]  HTML
+[   0 Jun  6 18:37]  HTTP
+[   0 Jun  6 18:37]  JS
+[   0 Jun  6 18:37]  res
+[   0 Jun  6 18:37]  unicodeChartsPanel
[ 410 Aug 16  2008]  html-chars.css
[ 30K Apr  7 22:14]  html-chars.html
[4.2K Nov 25  2022]  html-chars.ico