1
0
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:
Stian Lund
2023-02-16 15:24:16 +01:00
parent 3d6917402e
commit f0ace1da5a
16 changed files with 118 additions and 125 deletions

View File

@@ -31,14 +31,14 @@
<a class="NORM" href="..">..</a><br>
[&nbsp;&nbsp;&nbsp;0&nbsp;Oct&nbsp;&nbsp;7&nbsp;18:31]&nbsp;&nbsp;<a class="DIR" href="./cache/">cache</a><br>
[&nbsp;&nbsp;&nbsp;0&nbsp;Oct&nbsp;&nbsp;7&nbsp;18:32]&nbsp;&nbsp;<a class="DIR" href="./float/">float</a><br>
[&nbsp;&nbsp;&nbsp;0&nbsp;Jul&nbsp;&nbsp;9&nbsp;12:51]&nbsp;&nbsp;<a class="DIR" href="./focus/">focus</a><br>
[&nbsp;&nbsp;&nbsp;0&nbsp;Jul&nbsp;&nbsp;9&nbsp;&nbsp;2022]&nbsp;&nbsp;<a class="DIR" href="./focus/">focus</a><br>
[&nbsp;&nbsp;&nbsp;0&nbsp;Nov&nbsp;&nbsp;9&nbsp;17:43]&nbsp;&nbsp;<a class="DIR" href="./js/">js</a><br>
[&nbsp;&nbsp;&nbsp;0&nbsp;Jul&nbsp;&nbsp;9&nbsp;12:45]&nbsp;&nbsp;<a class="DIR" href="./login/">login</a><br>
[&nbsp;&nbsp;&nbsp;0&nbsp;Jul&nbsp;&nbsp;9&nbsp;&nbsp;2022]&nbsp;&nbsp;<a class="DIR" href="./login/">login</a><br>
[&nbsp;&nbsp;&nbsp;0&nbsp;Dec&nbsp;30&nbsp;12:43]&nbsp;&nbsp;<a class="DIR" href="./media-fullscreen/">media-fullscreen</a><br>
[&nbsp;&nbsp;&nbsp;0&nbsp;Jul&nbsp;&nbsp;9&nbsp;12:45]&nbsp;&nbsp;<a class="DIR" href="./pdf/">pdf</a><br>
[&nbsp;&nbsp;&nbsp;0&nbsp;Jul&nbsp;&nbsp;9&nbsp;12:45]&nbsp;&nbsp;<a class="DIR" href="./referrer/">referrer</a><br>
[&nbsp;&nbsp;&nbsp;0&nbsp;Jul&nbsp;&nbsp;9&nbsp;&nbsp;2022]&nbsp;&nbsp;<a class="DIR" href="./pdf/">pdf</a><br>
[&nbsp;&nbsp;&nbsp;0&nbsp;Jul&nbsp;&nbsp;9&nbsp;&nbsp;2022]&nbsp;&nbsp;<a class="DIR" href="./referrer/">referrer</a><br>
[&nbsp;&nbsp;&nbsp;0&nbsp;Oct&nbsp;&nbsp;7&nbsp;18:29]&nbsp;&nbsp;<a class="DIR" href="./test-links/">test-links</a><br>
[&nbsp;&nbsp;&nbsp;0&nbsp;Jul&nbsp;&nbsp;9&nbsp;12:45]&nbsp;&nbsp;<a class="DIR" href="./translate/">translate</a><br>
[&nbsp;&nbsp;&nbsp;0&nbsp;Jul&nbsp;&nbsp;9&nbsp;&nbsp;2022]&nbsp;&nbsp;<a class="DIR" href="./translate/">translate</a><br>
[&nbsp;&nbsp;&nbsp;0&nbsp;Oct&nbsp;&nbsp;7&nbsp;17:59]&nbsp;&nbsp;<a class="DIR" href="./video-mkv-aac/">video-mkv-aac</a><br>
[&nbsp;383&nbsp;Feb&nbsp;&nbsp;8&nbsp;&nbsp;2022]&nbsp;&nbsp;<a class="EXEC" href="./db-test.php">db-test.php</a><br>
[&nbsp;366&nbsp;Oct&nbsp;&nbsp;5&nbsp;23:07]&nbsp;&nbsp;<a class="EXEC" href="./test-favicon.php">test-favicon.php</a><br>

View File

@@ -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>

View File

@@ -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 */

View File

@@ -29,11 +29,11 @@
<body>
<h1>CSS</h1><p>
<a class="NORM" href="..">..</a><br>
[3.4K&nbsp;Nov&nbsp;13&nbsp;14:59]&nbsp;&nbsp;<a class="EXEC" href="./custom.css">custom.css</a><br>
[&nbsp;704&nbsp;Apr&nbsp;22&nbsp;&nbsp;2022]&nbsp;&nbsp;<a class="EXEC" href="./find-in-page.css">find-in-page.css</a><br>
[4.2K&nbsp;Feb&nbsp;16&nbsp;15:16]&nbsp;&nbsp;<a class="EXEC" href="./custom.css">custom.css</a><br>
[&nbsp;704&nbsp;Nov&nbsp;25&nbsp;23:01]&nbsp;&nbsp;<a class="EXEC" href="./find-in-page.css">find-in-page.css</a><br>
[1.8K&nbsp;Nov&nbsp;11&nbsp;&nbsp;9:36]&nbsp;&nbsp;<a class="EXEC" href="./hide-header.css">hide-header.css</a><br>
[1004&nbsp;Jul&nbsp;21&nbsp;15:02]&nbsp;&nbsp;<a class="EXEC" href="./speed-dials.css">speed-dials.css</a><br>
[&nbsp;355&nbsp;Apr&nbsp;11&nbsp;&nbsp;2022]&nbsp;&nbsp;<a class="EXEC" href="./tabcycler.css">tabcycler.css</a><br>
[1001&nbsp;Nov&nbsp;25&nbsp;23:01]&nbsp;&nbsp;<a class="EXEC" href="./speed-dials.css">speed-dials.css</a><br>
[&nbsp;354&nbsp;Nov&nbsp;25&nbsp;23:01]&nbsp;&nbsp;<a class="EXEC" href="./tabcycler.css">tabcycler.css</a><br>
<br><br>
</p>
<p>

View File

@@ -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) */

View File

@@ -15,5 +15,5 @@
/* Tabcycler hide scrollbar */
.tabswitcher.list .listed-tabs::-webkit-scrollbar {
display: none;
display: none;
}

View File

@@ -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;
}

View File

@@ -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;
}

View File

@@ -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;
}

View File

@@ -31,17 +31,15 @@
<a class="NORM" href="..">..</a><br>
[&nbsp;&nbsp;&nbsp;0&nbsp;Sep&nbsp;11&nbsp;&nbsp;0:32]&nbsp;&nbsp;<a class="DIR" href="./CSS/">CSS</a><br>
[&nbsp;&nbsp;&nbsp;0&nbsp;Sep&nbsp;11&nbsp;&nbsp;0:32]&nbsp;&nbsp;<a class="DIR" href="./JS/">JS</a><br>
[3.1K&nbsp;Aug&nbsp;13&nbsp;&nbsp;1:11]&nbsp;&nbsp;<a class="EXEC" href="./custom.css">custom.css</a><br>
[1.1K&nbsp;Apr&nbsp;11&nbsp;&nbsp;2022]&nbsp;&nbsp;<a class="EXEC" href="./custom.unused.css">custom.unused.css</a><br>
[&nbsp;922&nbsp;Jul&nbsp;&nbsp;3&nbsp;16:13]&nbsp;&nbsp;<a class="EXEC" href="./hide-header.css">hide-header.css</a><br>
[3.4K&nbsp;Nov&nbsp;13&nbsp;14:59]&nbsp;&nbsp;<a class="EXEC" href="./custom.css">custom.css</a><br>
[1.2K&nbsp;Sep&nbsp;13&nbsp;17:47]&nbsp;&nbsp;<a class="EXEC" href="./custom.unused.css">custom.unused.css</a><br>
[&nbsp;974&nbsp;Feb&nbsp;&nbsp;9&nbsp;&nbsp;2022]&nbsp;&nbsp;<a class="EXEC" href="./quick-command-tweaks.css">quick-command-tweaks.css</a><br>
[&nbsp;355&nbsp;Apr&nbsp;11&nbsp;&nbsp;2022]&nbsp;&nbsp;<a class="EXEC" href="./tabcycler.css">tabcycler.css</a><br>
[&nbsp;834&nbsp;Nov&nbsp;29&nbsp;&nbsp;2020]&nbsp;&nbsp;<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>

View File

@@ -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

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

View File

@@ -34,13 +34,14 @@
[&nbsp;15K&nbsp;Mar&nbsp;30&nbsp;&nbsp;2016]&nbsp;&nbsp;<a class="EXEC" href="./BBC.png">BBC.png</a><br>
[&nbsp;11K&nbsp;Oct&nbsp;10&nbsp;&nbsp;2016]&nbsp;&nbsp;<a class="EXEC" href="./Feedly.png">Feedly.png</a><br>
[7.9K&nbsp;Oct&nbsp;23&nbsp;&nbsp;2019]&nbsp;&nbsp;<a class="EXEC" href="./GOG.png">GOG.png</a><br>
[&nbsp;44K&nbsp;Oct&nbsp;21&nbsp;&nbsp;2019]&nbsp;&nbsp;<a class="EXEC" href="./GOG-old.png">GOG-old.png</a><br>
[&nbsp;34K&nbsp;Nov&nbsp;13&nbsp;15:19]&nbsp;&nbsp;<a class="EXEC" href="./GOG-old.png">GOG-old.png</a><br>
[&nbsp;57K&nbsp;Apr&nbsp;&nbsp;1&nbsp;&nbsp;2016]&nbsp;&nbsp;<a class="EXEC" href="./Hinterland.png">Hinterland.png</a><br>
[&nbsp;70K&nbsp;Feb&nbsp;&nbsp;2&nbsp;&nbsp;2019]&nbsp;&nbsp;<a class="EXEC" href="./Inmatrix.png">Inmatrix.png</a><br>
[&nbsp;16K&nbsp;Dec&nbsp;11&nbsp;21:43]&nbsp;&nbsp;<a class="EXEC" href="./Mastodon.png">Mastodon.png</a><br>
[&nbsp;17K&nbsp;Sep&nbsp;&nbsp;6&nbsp;&nbsp;2018]&nbsp;&nbsp;<a class="EXEC" href="./NRK.png">NRK.png</a><br>
[4.4K&nbsp;Aug&nbsp;21&nbsp;&nbsp;2021]&nbsp;&nbsp;<a class="EXEC" href="./NRK-TV.png">NRK-TV.png</a><br>
[8.4K&nbsp;Nov&nbsp;18&nbsp;&nbsp;2018]&nbsp;&nbsp;<a class="EXEC" href="./RPS.png">RPS.png</a><br>
[&nbsp;46K&nbsp;Nov&nbsp;13&nbsp;15:21]&nbsp;&nbsp;<a class="EXEC" href="./RPS-new.png">RPS-new.png</a><br>
[&nbsp;52K&nbsp;Jan&nbsp;27&nbsp;&nbsp;2021]&nbsp;&nbsp;<a class="EXEC" href="./RPS-new.png">RPS-new.png</a><br>
[&nbsp;23K&nbsp;Jun&nbsp;17&nbsp;&nbsp;2017]&nbsp;&nbsp;<a class="EXEC" href="./RPS-old.png">RPS-old.png</a><br>
[8.8K&nbsp;Feb&nbsp;28&nbsp;&nbsp;2018]&nbsp;&nbsp;<a class="EXEC" href="./StartMe.png">StartMe.png</a><br>
[&nbsp;23K&nbsp;Oct&nbsp;10&nbsp;&nbsp;2016]&nbsp;&nbsp;<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>

View File

@@ -29,11 +29,11 @@
<body>
<h1>vivaldi</h1><p>
<a class="NORM" href="..">..</a><br>
[&nbsp;&nbsp;&nbsp;0&nbsp;Sep&nbsp;11&nbsp;&nbsp;0:32]&nbsp;&nbsp;<a class="DIR" href="./Mods/">Mods</a><br>
[&nbsp;&nbsp;&nbsp;0&nbsp;Nov&nbsp;13&nbsp;15:22]&nbsp;&nbsp;<a class="DIR" href="./SDThumbs/">SDThumbs</a><br>
[&nbsp;&nbsp;&nbsp;0&nbsp;Feb&nbsp;16&nbsp;15:21]&nbsp;&nbsp;<a class="DIR" href="./Mods/">Mods</a><br>
[&nbsp;&nbsp;&nbsp;0&nbsp;Feb&nbsp;16&nbsp;15:21]&nbsp;&nbsp;<a class="DIR" href="./SDThumbs/">SDThumbs</a><br>
[&nbsp;&nbsp;&nbsp;0&nbsp;Nov&nbsp;13&nbsp;15:24]&nbsp;&nbsp;<a class="DIR" href="./user_files/">user_files</a><br>
[&nbsp;&nbsp;&nbsp;0&nbsp;Dec&nbsp;31&nbsp;16:50]&nbsp;&nbsp;<a class="DIR" href="./Userscript/">Userscript</a><br>
[&nbsp;25K&nbsp;Jul&nbsp;&nbsp;6&nbsp;18:21]&nbsp;&nbsp;<a class="EXEC" href="./keyboard.html">keyboard.html</a><br>
[&nbsp;&nbsp;&nbsp;0&nbsp;Dec&nbsp;31&nbsp;16:51]&nbsp;&nbsp;<a class="DIR" href="./Userscript/">Userscript</a><br>
[&nbsp;25K&nbsp;Jul&nbsp;&nbsp;6&nbsp;&nbsp;2022]&nbsp;&nbsp;<a class="EXEC" href="./keyboard.html">keyboard.html</a><br>
<br><br>
</p>
<p>