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:
@@ -8,8 +8,9 @@
|
||||
|
||||
/* Remove V button expand arrow */
|
||||
.vivaldi .expand-arrow {display: none;}
|
||||
#browser:has(.vivaldi-v), #browser:has(.burger-icon) {
|
||||
--menuWidth: 25px !important;
|
||||
#browser.menu-icon .vivaldi, #browser.menu-burger .vivaldi {
|
||||
width: 25px;
|
||||
grid-template-columns: unset;
|
||||
}
|
||||
|
||||
/* Skinnier mainbar */
|
||||
@@ -41,34 +42,6 @@
|
||||
border-top: unset !important;
|
||||
}
|
||||
|
||||
/* SiteInfoButton */
|
||||
.SiteInfoButton {
|
||||
opacity: unset !important;
|
||||
height: 22px;
|
||||
width: 22px;
|
||||
}
|
||||
|
||||
/* 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");
|
||||
}
|
||||
|
||||
/* SiteInfo old style lock */
|
||||
.SiteInfoButton.secure svg path, .SiteInfoButton.certified svg path {
|
||||
d: path("M12.2 6.7C12.2 4 10.5 2 8 2 5.8 2 3.8 4 3.8 6.7V7H3v7h10V7h-.8v-.3zM10.7 8H5.3V6.7c0-1.7 1.4-3 2.8-3 1.7 0 2.8 1.3 2.8 3V8z");
|
||||
fill: #00a100;
|
||||
}
|
||||
|
||||
/* SiteInfo secure background colour */
|
||||
.SiteInfoButton.secure, .SiteInfoButton.certified {
|
||||
background-color: #004400 !important;
|
||||
}
|
||||
|
||||
/* SiteInfo hide EV/Not Secure text */
|
||||
.SiteInfoButton .siteinfo-text {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Remove panels switch top padding */
|
||||
#switch {
|
||||
padding-top: unset;
|
||||
|
||||
@@ -35,12 +35,14 @@
|
||||
}
|
||||
|
||||
/* V icon size + zindex */
|
||||
#browser:not(.tabs-top) #titlebar .vivaldi,
|
||||
#browser:not(.tabs-top) .toolbar-mainbar .vivaldi {
|
||||
width: 25px;
|
||||
margin: unset;
|
||||
scale: unset;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
/* V icon SVG size */
|
||||
#browser:not(.tabs-top) .vivaldi svg {
|
||||
height: 22px;
|
||||
|
||||
@@ -29,17 +29,18 @@
|
||||
<body>
|
||||
<h1>CSS</h1><p>
|
||||
<a class="NORM" href="..">..</a><br>
|
||||
[5.3K] <a class="EXEC" href="./custom.css">custom.css</a><br>
|
||||
[4.4K] <a class="EXEC" href="./custom.css">custom.css</a><br>
|
||||
[ 894] <a class="EXEC" href="./find-in-page.css">find-in-page.css</a><br>
|
||||
[2.4K] <a class="EXEC" href="./header.css">header.css</a><br>
|
||||
[ 683] <a class="EXEC" href="./quick-command-tweaks.css">quick-command-tweaks.css</a><br>
|
||||
[2.5K] <a class="EXEC" href="./header.css">header.css</a><br>
|
||||
[ 683] <a class="EXEC" href="./quick-commands.css">quick-commands.css</a><br>
|
||||
[ 900] <a class="EXEC" href="./siteinfo.css">siteinfo.css</a><br>
|
||||
[ 692] <a class="EXEC" href="./speed-dials.css">speed-dials.css</a><br>
|
||||
[ 354] <a class="EXEC" href="./tabcycler.css">tabcycler.css</a><br>
|
||||
<br><br>
|
||||
</p>
|
||||
<p>
|
||||
|
||||
0 directories, 6 files
|
||||
0 directories, 7 files
|
||||
<br><br>
|
||||
</p>
|
||||
</html>
|
||||
|
||||
27
vivaldi/mods/CSS/siteinfo.css
Executable file
27
vivaldi/mods/CSS/siteinfo.css
Executable file
@@ -0,0 +1,27 @@
|
||||
/* SiteInfoButton */
|
||||
.SiteInfoButton {
|
||||
opacity: unset !important;
|
||||
height: 22px;
|
||||
width: 22px;
|
||||
}
|
||||
|
||||
/* 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");
|
||||
}
|
||||
|
||||
/* SiteInfo old style lock */
|
||||
.SiteInfoButton.secure svg path, .SiteInfoButton.certified svg path {
|
||||
d: path("M12.2 6.7C12.2 4 10.5 2 8 2 5.8 2 3.8 4 3.8 6.7V7H3v7h10V7h-.8v-.3zM10.7 8H5.3V6.7c0-1.7 1.4-3 2.8-3 1.7 0 2.8 1.3 2.8 3V8z");
|
||||
fill: #00a100;
|
||||
}
|
||||
|
||||
/* SiteInfo secure background colour */
|
||||
.SiteInfoButton.secure, .SiteInfoButton.certified {
|
||||
background-color: #004400 !important;
|
||||
}
|
||||
|
||||
/* SiteInfo hide EV/Not Secure text */
|
||||
.SiteInfoButton .siteinfo-text {
|
||||
display: none;
|
||||
}
|
||||
@@ -8,8 +8,9 @@
|
||||
|
||||
/* Remove V button expand arrow */
|
||||
.vivaldi .expand-arrow {display: none;}
|
||||
#browser:has(.vivaldi-v), #browser:has(.burger-icon) {
|
||||
--menuWidth: 25px !important;
|
||||
#browser.menu-icon .vivaldi, #browser.menu-burger .vivaldi {
|
||||
width: 25px;
|
||||
grid-template-columns: unset;
|
||||
}
|
||||
|
||||
/* Skinnier mainbar */
|
||||
@@ -213,3 +214,8 @@
|
||||
.tabs-top #tabs-tabbar-container .toolbar-tabbar-before:empty {
|
||||
min-width: 0px;
|
||||
}
|
||||
|
||||
/* TEMP FIX FOR TAB BAR */
|
||||
#tabs-tabbar-container.top {
|
||||
padding-top: unset;
|
||||
}
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
<a class="NORM" href="..">..</a><br>
|
||||
[ 0] <a class="DIR" href="./CSS/">CSS</a><br>
|
||||
[ 0] <a class="DIR" href="./JS/">JS</a><br>
|
||||
[5.3K] <a class="EXEC" href="./custom.css">custom.css</a><br>
|
||||
[5.4K] <a class="EXEC" href="./custom.css">custom.css</a><br>
|
||||
[1.5K] <a class="EXEC" href="./custom.unused.css">custom.unused.css</a><br>
|
||||
[ 364] <a class="EXEC" href="./page-confirm-info-bar.css">page-confirm-info-bar.css</a><br>
|
||||
[ 854] <a class="EXEC" href="./window-panel-tweaks.css">window-panel-tweaks.css</a><br>
|
||||
|
||||
Reference in New Issue
Block a user