diff --git a/vivaldi/Mods/CSS/custom.css b/vivaldi/Mods/CSS/custom.css index 1612898..7ce029e 100755 --- a/vivaldi/Mods/CSS/custom.css +++ b/vivaldi/Mods/CSS/custom.css @@ -4,7 +4,7 @@ .vivaldi-v, .vivaldi-horizontal-icon {opacity: 1 !important;} .vivaldi-v svg, .vivaldi-horizontal-icon svg {background: radial-gradient(white, white 50%, transparent 50%); fill: #383838;} -/* SiteInfo hide text */ +/* SiteInfo hide text */ .SiteInfoButton .siteinfo-text { display: none; } @@ -59,8 +59,6 @@ /* Toolbar buttons keyboard focus */ .button-toolbar:focus-within, .button-toolbar:hover { background-color: var(--colorAccentBgDark) !important; - /* outline: 2px solid var(--colorHighlightBg); */ - /* outline-offset: -3px; */ } /* Address + Search field icons dimmed */ @@ -113,7 +111,7 @@ /* Hide Extension buttons */ .button-toolbar.extensionId button[title="Spatial Navigation"] {display: none;} -/* Temporary fix for url bar dropdown */ +/* TEMP(?) fix for url bar dropdown */ .OmniLinkItem--Highlighted, OmniLinkItem:hover { background-color: var(--colorHighlightBg) !important; } diff --git a/vivaldi/Mods/CSS/index.html b/vivaldi/Mods/CSS/index.html index 31947b5..e496128 100644 --- a/vivaldi/Mods/CSS/index.html +++ b/vivaldi/Mods/CSS/index.html @@ -29,10 +29,10 @@

CSS

..
-[3.2K Jul  6 17:06]  custom.css
+[3.1K Aug 13  1:11]  custom.css
[ 704 Apr 22 16:01]  find-in-page.css
[ 922 Jul  3 16:13]  hide-header.css
-[ 910 May 29 15:00]  speed-dials.css
+[1004 Jul 21 15:02]  speed-dials.css
[ 355 Apr 11 19:13]  tabcycler.css


diff --git a/vivaldi/Mods/CSS/speed-dials.css b/vivaldi/Mods/CSS/speed-dials.css index fc1ea6c..2eac803 100755 --- a/vivaldi/Mods/CSS/speed-dials.css +++ b/vivaldi/Mods/CSS/speed-dials.css @@ -1,11 +1,15 @@ /* Speed Dials Mods */ -.speeddial, .SpeedDialView-Head, .SpeedDialView-Head:empty { - margin-top: 1em; +.SpeedDialView-Head, .SpeedDialView-Head:empty { + margin: 1em auto; +} + +/* Settings button focus outline */ +.SpeedDialView-Settings-Button:focus { + outline: 2px solid var(--colorHighlightBg); } /* Speed Dials search field position (if shown) */ .sdwrapper .iconmenu-container.SearchField { - margin: 1em auto 0; background: var(--colorBgAlphaHeavy); } @@ -23,8 +27,8 @@ /* Speed Dials thumbnail */ .speeddial .dial .thumbnail-image { - /* background: rgba(25,25,25,0.4); */ padding: 1em; + /* background: rgba(25,25,25,0.4); */ } /* Speed Dials thumbnail fit container */ diff --git a/vivaldi/Mods/custom.css b/vivaldi/Mods/custom.css index add1e65..7ce029e 100755 --- a/vivaldi/Mods/custom.css +++ b/vivaldi/Mods/custom.css @@ -4,7 +4,7 @@ .vivaldi-v, .vivaldi-horizontal-icon {opacity: 1 !important;} .vivaldi-v svg, .vivaldi-horizontal-icon svg {background: radial-gradient(white, white 50%, transparent 50%); fill: #383838;} -/* SiteInfo hide text */ +/* SiteInfo hide text */ .SiteInfoButton .siteinfo-text { display: none; } @@ -38,33 +38,27 @@ font-weight: bold; } -/* Security blocked content warning hide */ -.UrlBar-AddressField .permission-popup.is-blocking { - display: none; -} - -/* Content blocker button hide */ -.UrlBar-AddressField .ContentBlocker-Control { - display: none; -} - -/* Translate button hide */ +/* Hide AddressField stuff */ +.UrlBar-AddressField .permission-popup.is-blocking, +.UrlBar-AddressField .UrlBar-UrlObfuscationWarning, +.UrlBar-AddressField .ContentBlocker-Control, .UrlBar-AddressField .ToolbarButton-Button[title^="Translate"] { display: none; } -/* Toggle extension button */ +/* Extensions toggle button */ .toolbar-extensions svg path { d: path("M10 13l3.634-3.634c.504-.504 1.366-.147 1.366.566v6.137c0 .713-.862 1.07-1.366.566l-3.634-3.634z"); opacity: .5; } +/* Extensions buttons background */ +.ExtensionDropdownIcon, .ExtensionIcon { + background-color: var(--colorAccentBg) !important; +} /* Toolbar buttons keyboard focus */ -.toolbar-extensions .button-toolbar:focus-within, -.toolbar-mainbar .button-toolbar:focus-within { - background-color: var(--colorAccentBgDark); - /* outline: 2px solid var(--colorHighlightBg); */ - /* outline-offset: -3px; */ +.button-toolbar:focus-within, .button-toolbar:hover { + background-color: var(--colorAccentBgDark) !important; } /* Address + Search field icons dimmed */ @@ -116,3 +110,8 @@ /* Hide Extension buttons */ .button-toolbar.extensionId button[title="Spatial Navigation"] {display: none;} + +/* TEMP(?) fix for url bar dropdown */ +.OmniLinkItem--Highlighted, OmniLinkItem:hover { + background-color: var(--colorHighlightBg) !important; +} diff --git a/vivaldi/Mods/hide-header.css b/vivaldi/Mods/hide-header.css index 953e1ec..69c1fec 100755 --- a/vivaldi/Mods/hide-header.css +++ b/vivaldi/Mods/hide-header.css @@ -3,29 +3,37 @@ min-height: 0; } +/* Make sure buttons are in front */ +#browser:not(.tabs-top) .vivaldi, +#browser:not(.tabs-top) .window-buttongroup { + z-index: 10; +} + /* Set UrlBar l/r padding */ -#browser:not(.tabs-top) .UrlBar { +#browser:not(.tabs-top) .toolbar-mainbar { padding-left: 30px; padding-right: 130px } -/* Fix V icon size */ -#browser:not(.tabs-top) .vivaldi svg { +/* Override V icon size */ +#browser .vivaldi svg { height: 22px; width: 22px; } -/* Reset header on windowed/minimal-ui/bottom-UrlBar */ +/* Reset header on windowed/minimal-ui/bottom-UrlBar/horizontal-menu */ #browser.normal #header, #browser.minimal-ui #header, -#browser.address-bottom #header { +#browser.address-bottom #header +#browser.horizontal-menu #header { min-height: 25px; } -/* Reset UrlBar on windowed/minimal-ui/bottom-UrlBar */ -#browser.normal .UrlBar, -#browser.minimal-ui .UrlBar, -#browser.address-bottom .UrlBar { +/* Reset header on windowed/minimal-ui/bottom-UrlBar/horizontal-menu */ +#browser.normal .toolbar-mainbar, +#browser.minimal-ui .toolbar-mainbar, +#browser.address-bottom .toolbar-mainbar, +#browser.horizontal-menu .toolbar-mainbar { padding-left: unset; padding-right: unset; } diff --git a/vivaldi/Mods/index.html b/vivaldi/Mods/index.html index 4588771..8615439 100644 --- a/vivaldi/Mods/index.html +++ b/vivaldi/Mods/index.html @@ -29,12 +29,12 @@

Mods

..
-[   0 Jul 27 17:37]  CSS
-[   0 Jul 27 17:37]  JS
-[3.0K May 30 17:02]  custom.css
+[   0 Sep 11  0:17]  CSS
+[   0 Sep 11  0:17]  JS
+[3.1K Aug 13  1:11]  custom.css
[1.1K Apr 11 18:42]  custom.unused.css
-[ 651 Apr 11 19:30]  hide-header.css
-[ 974 Feb  9 22:48]  quick-command-tweaks.css
+[ 922 Jul  3 16:13]  hide-header.css
+[ 974 Feb  9  2022]  quick-command-tweaks.css
[ 355 Apr 11 19:13]  tabcycler.css
[ 834 Nov 29  2020]  window-panel-tweaks.css


diff --git a/vivaldi/user_files/index.html b/vivaldi/user_files/index.html index 59ede1d..7d9b625 100644 --- a/vivaldi/user_files/index.html +++ b/vivaldi/user_files/index.html @@ -30,7 +30,7 @@

user_files

..
[6.3K Nov 25  2003]  Emulate_text_browser.css
-[5.0K Jan 31 23:42]  Nostalgia_C64.css
+[5.0K Jan 31  2022]  Nostalgia_C64.css