mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2026-06-24 13:09:56 -04:00
Updated files
This commit is contained in:
@@ -31,14 +31,14 @@
|
||||
<a class="NORM" href="..">..</a><br>
|
||||
[ 0 Oct 7 18:31] <a class="DIR" href="./cache/">cache</a><br>
|
||||
[ 0 Oct 7 18:32] <a class="DIR" href="./float/">float</a><br>
|
||||
[ 0 Jul 9 12:51] <a class="DIR" href="./focus/">focus</a><br>
|
||||
[ 0 Jul 9 2022] <a class="DIR" href="./focus/">focus</a><br>
|
||||
[ 0 Nov 9 17:43] <a class="DIR" href="./js/">js</a><br>
|
||||
[ 0 Jul 9 12:45] <a class="DIR" href="./login/">login</a><br>
|
||||
[ 0 Jul 9 2022] <a class="DIR" href="./login/">login</a><br>
|
||||
[ 0 Dec 30 12:43] <a class="DIR" href="./media-fullscreen/">media-fullscreen</a><br>
|
||||
[ 0 Jul 9 12:45] <a class="DIR" href="./pdf/">pdf</a><br>
|
||||
[ 0 Jul 9 12:45] <a class="DIR" href="./referrer/">referrer</a><br>
|
||||
[ 0 Jul 9 2022] <a class="DIR" href="./pdf/">pdf</a><br>
|
||||
[ 0 Jul 9 2022] <a class="DIR" href="./referrer/">referrer</a><br>
|
||||
[ 0 Oct 7 18:29] <a class="DIR" href="./test-links/">test-links</a><br>
|
||||
[ 0 Jul 9 12:45] <a class="DIR" href="./translate/">translate</a><br>
|
||||
[ 0 Jul 9 2022] <a class="DIR" href="./translate/">translate</a><br>
|
||||
[ 0 Oct 7 17:59] <a class="DIR" href="./video-mkv-aac/">video-mkv-aac</a><br>
|
||||
[ 383 Feb 8 2022] <a class="EXEC" href="./db-test.php">db-test.php</a><br>
|
||||
[ 366 Oct 5 23:07] <a class="EXEC" href="./test-favicon.php">test-favicon.php</a><br>
|
||||
|
||||
@@ -3,17 +3,15 @@
|
||||
<head>
|
||||
<title>HTML Test Cases</title>
|
||||
</head>
|
||||
<body>
|
||||
<h3>Test Links</h3>
|
||||
<hr>
|
||||
<div>Test Custom protocol: <a href="sftp://mab.sdf.org">mab.sdf.org</a></div>
|
||||
<div>Test Flash download link: <a href="https://get.adobe.com/flashplayer/">Download</a></div>
|
||||
<div>Test Mailto link: <a href="mailto:test@example.com">Mailto link</a></div>
|
||||
<div>Test TEL link: <a href="tel:1-234-567-8910">TEL link</a></div>
|
||||
<div>Test FTP download: <a href="ftp://ftp.sunet.se/robots.txt">Download over FTP</a></div>
|
||||
<div>Test "insecure" EXE download: <a href="http://ftp.matrixgames.com/pub/amazon/Afghanistan11-SetupBeta-v070.exe">Download over plain HTTP</a></div>
|
||||
<hr>
|
||||
<div>Test IFrame:<br><iframe width="100%" height="200px" src="https://int21.de/frametest/"></iframe></div>
|
||||
<hr>
|
||||
<body>
|
||||
<h3>Testing Links</h3>
|
||||
<hr>
|
||||
<div>Custom protocol: <a href="sftp://mab.sdf.org">mab.sdf.org</a></div>
|
||||
<div>Flash download link: <a href="https://get.adobe.com/flashplayer/">Download</a></div>
|
||||
<div>Mailto link: <a href="mailto:test@example.com">Mailto link</a></div>
|
||||
<div>TEL link: <a href="tel:1-234-567-8910">TEL link</a></div>
|
||||
<div>FTP download: <a href="ftp://ftp.sunet.se/robots.txt">Download over FTP</a></div>
|
||||
<div>"insecure" EXE download: <a href="http://ftp.matrixgames.com/pub/amazon/Afghanistan11-SetupBeta-v070.exe">Download over plain HTTP</a></div>
|
||||
<hr>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -9,14 +9,26 @@
|
||||
.toolbar-mainbar .button-toolbar button,
|
||||
.toolbar-mainbar .toolbar-extensions,
|
||||
.toolbar-mainbar .toolbar-extensions .button-toolbar button {
|
||||
height: 30px;
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
/* Skinnier mainbar fix for BookmarkButton */
|
||||
/* Skinnier mainbar - fix BookmarkButton focus */
|
||||
.UrlBar-AddressField .BookmarkButton button {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
/* Skinnier statusbar */
|
||||
#browser footer .toolbar-statusbar {
|
||||
height: 20px;
|
||||
}
|
||||
#browser footer .toolbar-statusbar button {
|
||||
height: 19px;
|
||||
}
|
||||
#browser footer .toolbar-statusbar .override.button-icon {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
/* 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");
|
||||
@@ -40,6 +52,20 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Remove panels switch top padding */
|
||||
#switch {
|
||||
padding-top: unset;
|
||||
}
|
||||
|
||||
/* Add drop-shadow to some buttons */
|
||||
#switch button img,
|
||||
.tab:not(.active) .favicon img,
|
||||
.OmniLinkItem-Favicon img,
|
||||
.SiteInfoButton-Favicon,
|
||||
.item-icon {
|
||||
filter: drop-shadow(0 0 1px white);
|
||||
}
|
||||
|
||||
/* Hide AddressField stuff */
|
||||
.UrlBar-AddressField .permission-popup.is-blocking,
|
||||
.UrlBar-AddressField .UrlBar-UrlObfuscationWarning,
|
||||
@@ -64,6 +90,7 @@
|
||||
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;
|
||||
@@ -76,23 +103,22 @@
|
||||
|
||||
/* Address + Search field icons dimmed */
|
||||
.toolbar-insideinput button {
|
||||
opacity: 0.75;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
/* Trashcan dimmed */
|
||||
.button-toolbar.toggle-trash button {
|
||||
transition: opacity 200ms;
|
||||
opacity: 0.2;
|
||||
.toolbar-tabbar.sync-and-trash-container button {
|
||||
opacity: 0.3;
|
||||
}
|
||||
|
||||
/* Bookmark button fill colour */
|
||||
.bookmark-animated-fill {
|
||||
.BookmarkButton .bookmark-animated-fill {
|
||||
fill: var(--colorAccentBgFaded) !important;
|
||||
}
|
||||
|
||||
/* Panels switch buttons */
|
||||
#switch > button.panelbtn img {
|
||||
filter: drop-shadow(0 0 1px white);
|
||||
/* Bookmark button active opacity */
|
||||
.BookmarkButton .button-on {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
/* Bookmarks Panel input width */
|
||||
@@ -112,18 +138,28 @@
|
||||
|
||||
/* Unread tabs bold font */
|
||||
.tab-strip .tab.unread {
|
||||
font-weight: bold;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Tab tooltip hide image */
|
||||
#vivaldi-tooltip .tooltip .tooltip-item .thumbnail-image {
|
||||
display: none;
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Tab tooltip size */
|
||||
#vivaldi-tooltip .tooltip .tab-group .tooltip-item {
|
||||
width: 250px;
|
||||
height: auto;
|
||||
width: 250px;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
/* Dim empty UrlField text colour */
|
||||
.UrlField--IsEmpty {
|
||||
color: var(--colorFgFadedMost);
|
||||
}
|
||||
|
||||
/* Use Highlight colour for settings selected */
|
||||
.vivaldi-settings .settings-sidebar .button-category.category-selected {
|
||||
background-color: var(--colorHighlightBgFaded);
|
||||
}
|
||||
|
||||
/* Hide Extension buttons */
|
||||
|
||||
@@ -29,11 +29,11 @@
|
||||
<body>
|
||||
<h1>CSS</h1><p>
|
||||
<a class="NORM" href="..">..</a><br>
|
||||
[3.4K Nov 13 14:59] <a class="EXEC" href="./custom.css">custom.css</a><br>
|
||||
[ 704 Apr 22 2022] <a class="EXEC" href="./find-in-page.css">find-in-page.css</a><br>
|
||||
[4.2K Feb 16 15:16] <a class="EXEC" href="./custom.css">custom.css</a><br>
|
||||
[ 704 Nov 25 23:01] <a class="EXEC" href="./find-in-page.css">find-in-page.css</a><br>
|
||||
[1.8K Nov 11 9:36] <a class="EXEC" href="./hide-header.css">hide-header.css</a><br>
|
||||
[1004 Jul 21 15:02] <a class="EXEC" href="./speed-dials.css">speed-dials.css</a><br>
|
||||
[ 355 Apr 11 2022] <a class="EXEC" href="./tabcycler.css">tabcycler.css</a><br>
|
||||
[1001 Nov 25 23:01] <a class="EXEC" href="./speed-dials.css">speed-dials.css</a><br>
|
||||
[ 354 Nov 25 23:01] <a class="EXEC" href="./tabcycler.css">tabcycler.css</a><br>
|
||||
<br><br>
|
||||
</p>
|
||||
<p>
|
||||
|
||||
@@ -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) */
|
||||
|
||||
@@ -15,5 +15,5 @@
|
||||
|
||||
/* Tabcycler hide scrollbar */
|
||||
.tabswitcher.list .listed-tabs::-webkit-scrollbar {
|
||||
display: none;
|
||||
display: none;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
@@ -31,17 +31,15 @@
|
||||
<a class="NORM" href="..">..</a><br>
|
||||
[ 0 Sep 11 0:32] <a class="DIR" href="./CSS/">CSS</a><br>
|
||||
[ 0 Sep 11 0:32] <a class="DIR" href="./JS/">JS</a><br>
|
||||
[3.1K Aug 13 1:11] <a class="EXEC" href="./custom.css">custom.css</a><br>
|
||||
[1.1K Apr 11 2022] <a class="EXEC" href="./custom.unused.css">custom.unused.css</a><br>
|
||||
[ 922 Jul 3 16:13] <a class="EXEC" href="./hide-header.css">hide-header.css</a><br>
|
||||
[3.4K Nov 13 14:59] <a class="EXEC" href="./custom.css">custom.css</a><br>
|
||||
[1.2K Sep 13 17:47] <a class="EXEC" href="./custom.unused.css">custom.unused.css</a><br>
|
||||
[ 974 Feb 9 2022] <a class="EXEC" href="./quick-command-tweaks.css">quick-command-tweaks.css</a><br>
|
||||
[ 355 Apr 11 2022] <a class="EXEC" href="./tabcycler.css">tabcycler.css</a><br>
|
||||
[ 834 Nov 29 2020] <a class="EXEC" href="./window-panel-tweaks.css">window-panel-tweaks.css</a><br>
|
||||
<br><br>
|
||||
</p>
|
||||
<p>
|
||||
|
||||
2 directories, 6 files
|
||||
2 directories, 4 files
|
||||
<br><br>
|
||||
</p>
|
||||
</html>
|
||||
|
||||
@@ -1,19 +0,0 @@
|
||||
/* Tabcycler hide image */
|
||||
.tabswitcher.list img.visual-list-preview {
|
||||
visibility: collapse;
|
||||
height: 0;
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
/* Tabcycler list */
|
||||
.tabswitcher.list {
|
||||
grid-template-columns: 0px 1fr;
|
||||
grid-gap: unset;
|
||||
width: 36em;
|
||||
max-height: 80vh;
|
||||
}
|
||||
|
||||
/* Tabcycler hide scrollbar */
|
||||
.tabswitcher.list .listed-tabs::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 34 KiB |
BIN
vivaldi/SDThumbs/Mastodon.png
Executable file
BIN
vivaldi/SDThumbs/Mastodon.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 52 KiB |
@@ -34,13 +34,14 @@
|
||||
[ 15K Mar 30 2016] <a class="EXEC" href="./BBC.png">BBC.png</a><br>
|
||||
[ 11K Oct 10 2016] <a class="EXEC" href="./Feedly.png">Feedly.png</a><br>
|
||||
[7.9K Oct 23 2019] <a class="EXEC" href="./GOG.png">GOG.png</a><br>
|
||||
[ 44K Oct 21 2019] <a class="EXEC" href="./GOG-old.png">GOG-old.png</a><br>
|
||||
[ 34K Nov 13 15:19] <a class="EXEC" href="./GOG-old.png">GOG-old.png</a><br>
|
||||
[ 57K Apr 1 2016] <a class="EXEC" href="./Hinterland.png">Hinterland.png</a><br>
|
||||
[ 70K Feb 2 2019] <a class="EXEC" href="./Inmatrix.png">Inmatrix.png</a><br>
|
||||
[ 16K Dec 11 21:43] <a class="EXEC" href="./Mastodon.png">Mastodon.png</a><br>
|
||||
[ 17K Sep 6 2018] <a class="EXEC" href="./NRK.png">NRK.png</a><br>
|
||||
[4.4K Aug 21 2021] <a class="EXEC" href="./NRK-TV.png">NRK-TV.png</a><br>
|
||||
[8.4K Nov 18 2018] <a class="EXEC" href="./RPS.png">RPS.png</a><br>
|
||||
[ 46K Nov 13 15:21] <a class="EXEC" href="./RPS-new.png">RPS-new.png</a><br>
|
||||
[ 52K Jan 27 2021] <a class="EXEC" href="./RPS-new.png">RPS-new.png</a><br>
|
||||
[ 23K Jun 17 2017] <a class="EXEC" href="./RPS-old.png">RPS-old.png</a><br>
|
||||
[8.8K Feb 28 2018] <a class="EXEC" href="./StartMe.png">StartMe.png</a><br>
|
||||
[ 23K Oct 10 2016] <a class="EXEC" href="./Steam.png">Steam.png</a><br>
|
||||
@@ -55,7 +56,7 @@
|
||||
</p>
|
||||
<p>
|
||||
|
||||
0 directories, 22 files
|
||||
0 directories, 23 files
|
||||
<br><br>
|
||||
</p>
|
||||
</html>
|
||||
|
||||
@@ -29,11 +29,11 @@
|
||||
<body>
|
||||
<h1>vivaldi</h1><p>
|
||||
<a class="NORM" href="..">..</a><br>
|
||||
[ 0 Sep 11 0:32] <a class="DIR" href="./Mods/">Mods</a><br>
|
||||
[ 0 Nov 13 15:22] <a class="DIR" href="./SDThumbs/">SDThumbs</a><br>
|
||||
[ 0 Feb 16 15:21] <a class="DIR" href="./Mods/">Mods</a><br>
|
||||
[ 0 Feb 16 15:21] <a class="DIR" href="./SDThumbs/">SDThumbs</a><br>
|
||||
[ 0 Nov 13 15:24] <a class="DIR" href="./user_files/">user_files</a><br>
|
||||
[ 0 Dec 31 16:50] <a class="DIR" href="./Userscript/">Userscript</a><br>
|
||||
[ 25K Jul 6 18:21] <a class="EXEC" href="./keyboard.html">keyboard.html</a><br>
|
||||
[ 0 Dec 31 16:51] <a class="DIR" href="./Userscript/">Userscript</a><br>
|
||||
[ 25K Jul 6 2022] <a class="EXEC" href="./keyboard.html">keyboard.html</a><br>
|
||||
<br><br>
|
||||
</p>
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user