From f0ace1da5a0958bd4e146476c2d04e7807c17e69 Mon Sep 17 00:00:00 2001
From: Stian Lund <1493836+Pathduck@users.noreply.github.com>
Date: Thu, 16 Feb 2023 15:24:16 +0100
Subject: [PATCH] Updated files
---
test/index.html | 10 ++---
test/test-links/index.html | 22 +++++------
vivaldi/Mods/CSS/custom.css | 64 ++++++++++++++++++++++++-------
vivaldi/Mods/CSS/index.html | 8 ++--
vivaldi/Mods/CSS/speed-dials.css | 2 +-
vivaldi/Mods/CSS/tabcycler.css | 2 +-
vivaldi/Mods/custom.css | 49 ++++++++++++++---------
vivaldi/Mods/custom.unused.css | 5 +++
vivaldi/Mods/hide-header.css | 39 -------------------
vivaldi/Mods/index.html | 8 ++--
vivaldi/Mods/tabcycler.css | 19 ---------
vivaldi/SDThumbs/GOG-old.png | Bin 45005 -> 35306 bytes
vivaldi/SDThumbs/Mastodon.png | Bin 0 -> 16757 bytes
vivaldi/SDThumbs/RPS-new.png | Bin 47555 -> 52919 bytes
vivaldi/SDThumbs/index.html | 7 ++--
vivaldi/index.html | 8 ++--
16 files changed, 118 insertions(+), 125 deletions(-)
delete mode 100755 vivaldi/Mods/hide-header.css
delete mode 100755 vivaldi/Mods/tabcycler.css
create mode 100755 vivaldi/SDThumbs/Mastodon.png
diff --git a/test/index.html b/test/index.html
index 7a255ce..94326b8 100644
--- a/test/index.html
+++ b/test/index.html
@@ -31,14 +31,14 @@
..
[ 0 Oct 7 18:31] cache
[ 0 Oct 7 18:32] float
-[ 0 Jul 9 12:51] focus
+[ 0 Jul 9 2022] focus
[ 0 Nov 9 17:43] js
-[ 0 Jul 9 12:45] login
+[ 0 Jul 9 2022] login
[ 0 Dec 30 12:43] media-fullscreen
-[ 0 Jul 9 12:45] pdf
-[ 0 Jul 9 12:45] referrer
+[ 0 Jul 9 2022] pdf
+[ 0 Jul 9 2022] referrer
[ 0 Oct 7 18:29] test-links
-[ 0 Jul 9 12:45] translate
+[ 0 Jul 9 2022] translate
[ 0 Oct 7 17:59] video-mkv-aac
[ 383 Feb 8 2022] db-test.php
[ 366 Oct 5 23:07] test-favicon.php
diff --git a/test/test-links/index.html b/test/test-links/index.html
index 3737cbf..8d5b9d6 100755
--- a/test/test-links/index.html
+++ b/test/test-links/index.html
@@ -3,17 +3,15 @@
..
-[3.4K Nov 13 14:59] custom.css
-[ 704 Apr 22 2022] find-in-page.css
+[4.2K Feb 16 15:16] custom.css
+[ 704 Nov 25 23:01] find-in-page.css
[1.8K Nov 11 9:36] hide-header.css
-[1004 Jul 21 15:02] speed-dials.css
-[ 355 Apr 11 2022] tabcycler.css
+[1001 Nov 25 23:01] speed-dials.css
+[ 354 Nov 25 23:01] tabcycler.css
diff --git a/vivaldi/Mods/CSS/speed-dials.css b/vivaldi/Mods/CSS/speed-dials.css
index 2eac803..38983b6 100755
--- a/vivaldi/Mods/CSS/speed-dials.css
+++ b/vivaldi/Mods/CSS/speed-dials.css
@@ -5,7 +5,7 @@
/* Settings button focus outline */
.SpeedDialView-Settings-Button:focus {
- outline: 2px solid var(--colorHighlightBg);
+ outline: 2px solid var(--colorHighlightBg);
}
/* Speed Dials search field position (if shown) */
diff --git a/vivaldi/Mods/CSS/tabcycler.css b/vivaldi/Mods/CSS/tabcycler.css
index 6bf802e..65e2213 100755
--- a/vivaldi/Mods/CSS/tabcycler.css
+++ b/vivaldi/Mods/CSS/tabcycler.css
@@ -15,5 +15,5 @@
/* Tabcycler hide scrollbar */
.tabswitcher.list .listed-tabs::-webkit-scrollbar {
- display: none;
+ display: none;
}
diff --git a/vivaldi/Mods/custom.css b/vivaldi/Mods/custom.css
index 7ce029e..45f5bbf 100755
--- a/vivaldi/Mods/custom.css
+++ b/vivaldi/Mods/custom.css
@@ -4,9 +4,17 @@
.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 */
-.SiteInfoButton .siteinfo-text {
- display: none;
+/* Skinnier mainbar */
+.toolbar-mainbar,
+.toolbar-mainbar .button-toolbar button,
+.toolbar-mainbar .toolbar-extensions,
+.toolbar-mainbar .toolbar-extensions .button-toolbar button {
+ height: 30px;
+}
+
+/* Skinnier mainbar fix for BookmarkButton */
+.UrlBar-AddressField .BookmarkButton button {
+ height: 100%;
}
/* SiteInfo V logo */
@@ -27,15 +35,9 @@
width: 22px;
}
-/* URL Bar scheme part */
-.UrlFragment--Lowlight:first-of-type {
- color: var(--colorFgFadedMost);
-}
-
-/* URL Bar host part */
-.UrlFragment-HostFragment-Subdomain, .UrlFragment-HostFragment-Basedomain, .UrlFragment-HostFragment-TLD {
- color: var(--colorFgIntense) !important;
- font-weight: bold;
+/* SiteInfo hide EV/Not Secure text */
+.SiteInfoButton .siteinfo-text {
+ display: none;
}
/* Hide AddressField stuff */
@@ -46,8 +48,19 @@
display: none;
}
+/* AddressField URL scheme part */
+.UrlFragment--Lowlight:first-of-type {
+ color: var(--colorFgFadedMost);
+}
+
+/* AddressField URL host part */
+.UrlFragment-HostFragment-Subdomain, .UrlFragment-HostFragment-Basedomain, .UrlFragment-HostFragment-TLD {
+ color: var(--colorFgIntense) !important;
+ font-weight: bold;
+}
+
/* Extensions toggle button */
-.toolbar-extensions svg path {
+.toolbar-extensions button 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;
}
@@ -92,6 +105,11 @@
display: none !important;
}
+/* Hide Image Properties button */
+.webpageview button.inspector {
+ display: none;
+}
+
/* Unread tabs bold font */
.tab-strip .tab.unread {
font-weight: bold;
@@ -110,8 +128,3 @@
/* 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/custom.unused.css b/vivaldi/Mods/custom.unused.css
index b0eac9d..643c8ca 100755
--- a/vivaldi/Mods/custom.unused.css
+++ b/vivaldi/Mods/custom.unused.css
@@ -46,3 +46,8 @@ body {
.tabswitcher.list .listed-tabs::-webkit-scrollbar {
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
deleted file mode 100755
index 69c1fec..0000000
--- a/vivaldi/Mods/hide-header.css
+++ /dev/null
@@ -1,39 +0,0 @@
-/* Hide header when tabs not on top */
-#browser:not(.tabs-top) #header {
- 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) .toolbar-mainbar {
- padding-left: 30px;
- padding-right: 130px
-}
-
-/* Override V icon size */
-#browser .vivaldi svg {
- height: 22px;
- width: 22px;
-}
-
-/* Reset header on windowed/minimal-ui/bottom-UrlBar/horizontal-menu */
-#browser.normal #header,
-#browser.minimal-ui #header,
-#browser.address-bottom #header
-#browser.horizontal-menu #header {
- min-height: 25px;
-}
-
-/* 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 1c5ebf2..92adefb 100644
--- a/vivaldi/Mods/index.html
+++ b/vivaldi/Mods/index.html
@@ -31,17 +31,15 @@
..
[ 0 Sep 11 0:32] CSS
[ 0 Sep 11 0:32] JS
-[3.1K Aug 13 1:11] custom.css
-[1.1K Apr 11 2022] custom.unused.css
-[ 922 Jul 3 16:13] hide-header.css
+[3.4K Nov 13 14:59] custom.css
+[1.2K Sep 13 17:47] custom.unused.css
[ 974 Feb 9 2022] quick-command-tweaks.css
-[ 355 Apr 11 2022] tabcycler.css
[ 834 Nov 29 2020] window-panel-tweaks.css
-2 directories, 6 files
+2 directories, 4 files
^CcY1KQi$h%|Jd%JdXnVqq0gyZ#RHRM#w&QZtYd
zt7nz~CIaTEWpjAs$D;Hlu{%=*N;!Gb9-3jW0Y}04n2Oj##r+ !+UssuRCg#
zeTTaCd#