mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2026-06-24 13:09:56 -04:00
Update
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
<a class="NORM" href="..">..</a><br>
|
||||
[ 0 Jan 6 20:23] <a class="DIR" href="./adblock/">adblock</a><br>
|
||||
[ 0 Jan 6 20:23] <a class="DIR" href="./mods/">mods</a><br>
|
||||
[ 0 Mar 21 14:55] <a class="DIR" href="./panels/">panels</a><br>
|
||||
[ 0 Mar 21 14:56] <a class="DIR" href="./panels/">panels</a><br>
|
||||
[ 0 Jan 6 20:23] <a class="DIR" href="./sdthumbs/">sdthumbs</a><br>
|
||||
[ 0 Jan 6 20:23] <a class="DIR" href="./tools/">tools</a><br>
|
||||
[ 0 Jan 6 20:23] <a class="DIR" href="./user_files/">user_files</a><br>
|
||||
|
||||
@@ -87,13 +87,18 @@
|
||||
}
|
||||
|
||||
/* Hide AddressField stuff */
|
||||
.UrlBar-AddressField .permission-popup.is-blocking,
|
||||
.UrlBar-AddressField .permission-popup,
|
||||
.UrlBar-AddressField .UrlBar-UrlObfuscationWarning,
|
||||
.UrlBar-AddressField .ContentBlocker-Control,
|
||||
.UrlBar-AddressField .ToolbarButton-Button[title^="Translate"] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* AddressField show allowed permission buttons */
|
||||
.UrlBar-AddressField .permission-popup.is-allowing {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
/* AddressField URL scheme part */
|
||||
.UrlFragment--Lowlight:first-of-type {
|
||||
color: var(--colorFgFadedMost);
|
||||
@@ -104,6 +109,15 @@
|
||||
color: var(--colorFgIntense) !important;
|
||||
font-weight: bold;
|
||||
}
|
||||
/* AddressField dropdown URL color */
|
||||
.OmniLinkItem-DisplayText .displayUrl {
|
||||
color: var(--colorHighlightBgFaded);
|
||||
}
|
||||
|
||||
/* AddressField pageload indicator */
|
||||
.UrlBar-AddressField .pageload .pageload-indicator {
|
||||
background-color: var(--colorAccentBg) !important;
|
||||
}
|
||||
|
||||
/* Extensions toggle button */
|
||||
.toolbar-extensions .ExtensionToggleIcon button svg path {
|
||||
@@ -113,7 +127,7 @@
|
||||
|
||||
/* Extensions buttons background */
|
||||
.ExtensionDropdownIcon, .ExtensionIcon,
|
||||
.ExtensionToggleIcon.ExtensionToggleIcon--extensionsExpanded {
|
||||
.ExtensionToggleIcon.ExtensionToggleIcon--Expanded {
|
||||
background-color: transparent !important
|
||||
}
|
||||
|
||||
@@ -189,12 +203,7 @@
|
||||
background-color: var(--colorHighlightBgDark) !important;
|
||||
}
|
||||
|
||||
/* Pageload Indicator */
|
||||
.UrlBar-AddressField .pageload .pageload-indicator {
|
||||
background-color: var(--colorAccentBg) !important;
|
||||
}
|
||||
|
||||
/* Hide overlay info bubble */
|
||||
/* Hide overlay info bubble + Fullscreen reminder */
|
||||
.overlayinfobubble {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@@ -29,11 +29,11 @@
|
||||
<body>
|
||||
<h1>CSS</h1><p>
|
||||
<a class="NORM" href="..">..</a><br>
|
||||
[5.2K Jan 6 13:13] <a class="EXEC" href="./custom.css">custom.css</a><br>
|
||||
[5.5K Apr 3 15:46] <a class="EXEC" href="./custom.css">custom.css</a><br>
|
||||
[1002 Jan 8 10:51] <a class="EXEC" href="./find-in-page.css">find-in-page.css</a><br>
|
||||
[2.3K Aug 7 2024] <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>
|
||||
[ 979 Nov 24 20:01] <a class="EXEC" href="./speed-dials.css">speed-dials.css</a><br>
|
||||
[ 947 Apr 8 16:43] <a class="EXEC" href="./speed-dials.css">speed-dials.css</a><br>
|
||||
[ 354 Oct 14 2023] <a class="EXEC" href="./tabcycler.css">tabcycler.css</a><br>
|
||||
<br><br>
|
||||
</p>
|
||||
|
||||
@@ -3,40 +3,40 @@
|
||||
margin: 1em auto;
|
||||
}
|
||||
|
||||
/* Settings button focus outline */
|
||||
.SpeedDialView-Settings-Button:focus {
|
||||
outline: 2px solid var(--colorHighlightBg);
|
||||
}
|
||||
|
||||
/* Speed Dials search field position (if shown) */
|
||||
.sdwrapper .iconmenu-container.SearchField {
|
||||
background: var(--colorBgAlphaHeavy);
|
||||
}
|
||||
|
||||
/* Speed Dials look */
|
||||
.speeddial .dial {
|
||||
.SpeedDial {
|
||||
opacity: 0.8 !important;
|
||||
transition: opacity 0.2s linear;
|
||||
background-color: var(--colorBgAlphaHeavy);
|
||||
background: var(--colorBgAlphaHeavy);
|
||||
}
|
||||
|
||||
/* Speed Dials opaque when hovering */
|
||||
.speeddial .dial:hover, .speeddial .dial:focus {
|
||||
.SpeedDial:hover, .SpeedDial:focus {
|
||||
opacity: 1 !important;
|
||||
}
|
||||
|
||||
/* Speed Dials thumbnail */
|
||||
.speeddial .dial .thumbnail-image {
|
||||
.SpeedDial .thumbnail-image {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* Speed Dials thumbnail fit container */
|
||||
.speeddial .dial .thumbnail-image img {
|
||||
.SpeedDial .thumbnail-image img {
|
||||
object-fit: contain;
|
||||
object-position: center;
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
/* Settings button focus outline */
|
||||
/*.SpeedDialView-Settings-Button:focus {
|
||||
outline: 2px solid var(--colorHighlightBg);
|
||||
}*/
|
||||
|
||||
/* Speed Dial background image fit */
|
||||
/*.startpage {
|
||||
background-size: 100% 100% !important;
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
[ 0 Mar 21 14:55] <a class="DIR" href="./HTTP/">HTTP</a><br>
|
||||
[ 0 Mar 21 14:55] <a class="DIR" href="./JS/">JS</a><br>
|
||||
[ 0 Mar 21 14:55] <a class="DIR" href="./Radio/">Radio</a><br>
|
||||
[ 0 Mar 21 14:55] <a class="DIR" href="./res/">res</a><br>
|
||||
[ 0 Mar 21 14:56] <a class="DIR" href="./res/">res</a><br>
|
||||
[ 0 Mar 21 14:55] <a class="DIR" href="./unicodeChartsPanel/">unicodeChartsPanel</a><br>
|
||||
[ 421 Aug 15 2023] <a class="EXEC" href="./html-chars.css">html-chars.css</a><br>
|
||||
[ 30K Jan 15 10:26] <a class="EXEC" href="./html-chars.html">html-chars.html</a><br>
|
||||
|
||||
Reference in New Issue
Block a user