mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2026-07-16 16:42:00 -04:00
update
This commit is contained in:
+4
-3
@@ -30,19 +30,20 @@
|
||||
<h1>vivaldi</h1><p>
|
||||
<a class="NORM" href="..">..</a><br>
|
||||
[ 0 Feb 18 12:37] <a class="DIR" href="./adblock/">adblock</a><br>
|
||||
[ 0 Dec 14 14:36] <a class="DIR" href="./mods/">mods</a><br>
|
||||
[ 0 Apr 28 14:10] <a class="DIR" href="./mods/">mods</a><br>
|
||||
[ 0 Dec 14 14:36] <a class="DIR" href="./panels/">panels</a><br>
|
||||
[ 0 Dec 14 14:36] <a class="DIR" href="./sdthumbs/">sdthumbs</a><br>
|
||||
[ 0 Mar 3 14:19] <a class="DIR" href="./tools/">tools</a><br>
|
||||
[ 0 Apr 11 14:53] <a class="DIR" href="./tools/">tools</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 Jan 10 23:28] <a class="EXEC" href="./keyboard.html">keyboard.html</a><br>
|
||||
[2.0K Mar 21 2021] <a class="EXEC" href="./Vivaldi-logo-red.svg">Vivaldi-logo-red.svg</a><br>
|
||||
[320K Dec 2 2021] <a class="EXEC" href="./Vivaldi-stars.jpg">Vivaldi-stars.jpg</a><br>
|
||||
<br><br>
|
||||
</p>
|
||||
<p>
|
||||
|
||||
7 directories, 2 files
|
||||
7 directories, 3 files
|
||||
<br><br>
|
||||
</p>
|
||||
</html>
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
[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>
|
||||
[1018 Nov 14 17:50] <a class="EXEC" href="./speed-dials.css">speed-dials.css</a><br>
|
||||
[ 354 Oct 14 0:13] <a class="EXEC" href="./tabcycler.css">tabcycler.css</a><br>
|
||||
[ 354 Oct 14 2023] <a class="EXEC" href="./tabcycler.css">tabcycler.css</a><br>
|
||||
<br><br>
|
||||
</p>
|
||||
<p>
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
[ 0 Apr 11 14:32] <a class="DIR" href="./JS/">JS</a><br>
|
||||
[4.7K Apr 11 14:31] <a class="EXEC" href="./custom.css">custom.css</a><br>
|
||||
[1.5K Apr 11 14:31] <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>
|
||||
[ 485 Apr 21 1:20] <a class="EXEC" href="./page-confirm-info-bar.css">page-confirm-info-bar.css</a><br>
|
||||
[ 854 Jun 7 2023] <a class="EXEC" href="./window-panel-tweaks.css">window-panel-tweaks.css</a><br>
|
||||
<br><br>
|
||||
</p>
|
||||
|
||||
Executable
+25
@@ -0,0 +1,25 @@
|
||||
.page-confirm-info-bar {
|
||||
height: 25px;
|
||||
color: var(--colorFg);
|
||||
background: var(--colorBg);
|
||||
}
|
||||
|
||||
.webpageview:has(.page-confirm-info-bar) .webpage {
|
||||
top: 25px;
|
||||
}
|
||||
|
||||
.webpageview:has(.page-confirm-info-bar) .find-in-page-wrapper {
|
||||
top: 25px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.infobar-controls input[type='button'] {
|
||||
height: 20px;
|
||||
color: white;
|
||||
background: darkred;
|
||||
}
|
||||
|
||||
.infobar-close svg {
|
||||
height: 20px !important;
|
||||
fill: var(--colorFgFadedMost) !important;
|
||||
}
|
||||
@@ -1,31 +0,0 @@
|
||||
/* 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;
|
||||
}
|
||||
@@ -33,7 +33,7 @@
|
||||
[ 0 Mar 3 14:20] <a class="DIR" href="./vivaldi-searchengine-sync/">vivaldi-searchengine-sync</a><br>
|
||||
[1.7K Feb 18 19:53] <a class="EXEC" href="./anonymize-history.sql">anonymize-history.sql</a><br>
|
||||
[ 631 Feb 17 18:05] <a class="EXEC" href="./create-cookie-file.sql">create-cookie-file.sql</a><br>
|
||||
[ 96 Jan 29 2020] <a class="EXEC" href="./fix-keepass-to-chrome.cmd">fix-keepass-to-chrome.cmd</a><br>
|
||||
[ 96 Jan 29 2020] <a class="EXEC" href="./keepass-to-chrome-csv.cmd">keepass-to-chrome-csv.cmd</a><br>
|
||||
[689K Dec 18 2017] <a class="EXEC" href="./ListExtensions.exe">ListExtensions.exe</a><br>
|
||||
[2.5M Sep 16 2017] <a class="EXEC" href="./python27.dll">python27.dll</a><br>
|
||||
<br><br>
|
||||
|
||||
Reference in New Issue
Block a user