mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2026-06-24 13:09:56 -04:00
Update files
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
[ 0 Dec 14 14:36] <a class="DIR" href="./sdthumbs/">sdthumbs</a><br>
|
||||
[ 0 Dec 14 14:36] <a class="DIR" href="./user_files/">user_files</a><br>
|
||||
[ 0 Dec 14 14:36] <a class="DIR" href="./userscript/">userscript</a><br>
|
||||
[ 39K Dec 14 13:43] <a class="EXEC" href="./keyboard.html">keyboard.html</a><br>
|
||||
[ 39K Jan 10 23:28] <a class="EXEC" href="./keyboard.html">keyboard.html</a><br>
|
||||
[320K Dec 2 2021] <a class="EXEC" href="./Vivaldi-stars.jpg">Vivaldi-stars.jpg</a><br>
|
||||
<br><br>
|
||||
</p>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<title>Keyboard Cheat Sheet</title>
|
||||
<style>
|
||||
body {background: black; color: white;}
|
||||
input {background: silver; color: black; margin-left: 10px;}
|
||||
input {background: silver; color: black; margin-left: 10px; font-family: monospace;}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
|
||||
@@ -61,6 +61,12 @@
|
||||
padding-top: unset;
|
||||
}
|
||||
|
||||
/* Smaller icon for internal webpanels */
|
||||
#switch .button-toolbar-webpanel .button-icon svg {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
/* Add drop-shadow to some buttons */
|
||||
#switch button img,
|
||||
.tab:not(.active) .favicon img,
|
||||
@@ -161,10 +167,20 @@
|
||||
color: var(--colorFgFadedMost);
|
||||
}
|
||||
|
||||
/* Use Highlight colour for settings selected */
|
||||
/* Input text selection background */
|
||||
#browser input:focus::selection,
|
||||
#browser textarea:focus::selection,
|
||||
#browser [contenteditable]:focus::selection,
|
||||
.OmniLinkItem--Highlighted,
|
||||
.vivaldi-settings .settings-sidebar .button-category.category-selected {
|
||||
background-color: var(--colorHighlightBgFaded);
|
||||
background-color: var(--colorHighlightBgDark) !important;
|
||||
}
|
||||
|
||||
/* Pageload Indicator */
|
||||
.UrlBar-AddressField .pageload .pageload-indicator {
|
||||
background-color: var(--colorAccentBg) !important;
|
||||
}
|
||||
|
||||
|
||||
/* Hide Extension buttons */
|
||||
.button-toolbar.extensionId button[title="Spatial Navigation"] {display: none;}
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
<body>
|
||||
<h1>CSS</h1><p>
|
||||
<a class="NORM" href="..">..</a><br>
|
||||
[4.3K Nov 12 13:44] <a class="EXEC" href="./custom.css">custom.css</a><br>
|
||||
[4.7K Feb 1 23:04] <a class="EXEC" href="./custom.css">custom.css</a><br>
|
||||
[ 853 May 17 2023] <a class="EXEC" href="./find-in-page.css">find-in-page.css</a><br>
|
||||
[2.0K Mar 4 2023] <a class="EXEC" href="./header.css">header.css</a><br>
|
||||
[ 922 Jun 8 2023] <a class="EXEC" href="./quick-command-tweaks.css">quick-command-tweaks.css</a><br>
|
||||
|
||||
@@ -4,6 +4,10 @@
|
||||
.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;}
|
||||
|
||||
/* Remove V button expand arrow */
|
||||
#browser:has(.vivaldi-v) {--menuWidth: 26px;}
|
||||
.vivaldi .expand-arrow {display: none;}
|
||||
|
||||
/* Skinnier mainbar */
|
||||
.mainbar>.toolbar-mainbar,
|
||||
.mainbar>.toolbar-mainbar .button-toolbar button,
|
||||
@@ -57,6 +61,12 @@
|
||||
padding-top: unset;
|
||||
}
|
||||
|
||||
/* Smaller icon for internal webpanels */
|
||||
#switch .button-toolbar-webpanel .button-icon svg {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
/* Add drop-shadow to some buttons */
|
||||
#switch button img,
|
||||
.tab:not(.active) .favicon img,
|
||||
@@ -93,7 +103,7 @@
|
||||
|
||||
/* Extensions buttons background */
|
||||
.ExtensionDropdownIcon, .ExtensionIcon {
|
||||
background-color: var(--colorAccentBg) !important;
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
/* Toolbar buttons keyboard focus */
|
||||
@@ -157,10 +167,20 @@
|
||||
color: var(--colorFgFadedMost);
|
||||
}
|
||||
|
||||
/* Use Highlight colour for settings selected */
|
||||
/* Input text selection background */
|
||||
#browser input:focus::selection,
|
||||
#browser textarea:focus::selection,
|
||||
#browser [contenteditable]:focus::selection,
|
||||
.OmniLinkItem--Highlighted,
|
||||
.vivaldi-settings .settings-sidebar .button-category.category-selected {
|
||||
background-color: var(--colorHighlightBgFaded);
|
||||
background-color: var(--colorHighlightBgDark) !important;
|
||||
}
|
||||
|
||||
/* Pageload Indicator */
|
||||
.UrlBar-AddressField .pageload .pageload-indicator {
|
||||
background-color: var(--colorAccentBg) !important;
|
||||
}
|
||||
|
||||
|
||||
/* Hide Extension buttons */
|
||||
.button-toolbar.extensionId button[title="Spatial Navigation"] {display: none;}
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
<a class="NORM" href="..">..</a><br>
|
||||
[ 0 Dec 14 14:36] <a class="DIR" href="./CSS/">CSS</a><br>
|
||||
[ 0 Dec 14 14:36] <a class="DIR" href="./JS/">JS</a><br>
|
||||
[4.2K Jun 4 2023] <a class="EXEC" href="./custom.css">custom.css</a><br>
|
||||
[4.7K Feb 1 23:04] <a class="EXEC" href="./custom.css">custom.css</a><br>
|
||||
[1.2K Sep 13 2022] <a class="EXEC" href="./custom.unused.css">custom.unused.css</a><br>
|
||||
[ 934 Jun 7 2023] <a class="EXEC" href="./quick-command-tweaks.css">quick-command-tweaks.css</a><br>
|
||||
[ 854 Jun 7 2023] <a class="EXEC" href="./window-panel-tweaks.css">window-panel-tweaks.css</a><br>
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
[ 0 Jun 6 2023] <a class="DIR" href="./JS/">JS</a><br>
|
||||
[ 0 Dec 14 14:36] <a class="DIR" href="./res/">res</a><br>
|
||||
[ 0 Jun 6 2023] <a class="DIR" href="./unicodeChartsPanel/">unicodeChartsPanel</a><br>
|
||||
[ 421 Aug 15 15:48] <a class="EXEC" href="./html-chars.css">html-chars.css</a><br>
|
||||
[ 421 Aug 15 2023] <a class="EXEC" href="./html-chars.css">html-chars.css</a><br>
|
||||
[ 30K Apr 7 2023] <a class="EXEC" href="./html-chars.html">html-chars.html</a><br>
|
||||
[4.2K Nov 25 2022] <a class="EXEC" href="./html-chars.ico">html-chars.ico</a><br>
|
||||
[1.4K Apr 7 2023] <a class="EXEC" href="./multisearch.html">multisearch.html</a><br>
|
||||
|
||||
Reference in New Issue
Block a user