update files
This commit is contained in:
parent
60e2138a12
commit
aabac5f993
@ -5,10 +5,10 @@
|
||||
border-radius: var(--radius);
|
||||
max-width: fit-content;
|
||||
margin: 0 auto;
|
||||
top: 3px;
|
||||
right: 0;
|
||||
left: 0;
|
||||
z-index:1;
|
||||
top: 3px;
|
||||
left: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
/* Find-in-page input wider */
|
||||
|
@ -15,20 +15,27 @@
|
||||
padding-right: 130px;
|
||||
}
|
||||
|
||||
/* Bottom border of mainbar */
|
||||
#browser:not(.tabs-top) .toolbar-mainbar:after {
|
||||
content: '';
|
||||
background-color: var(--colorAccentBgDarker);
|
||||
bottom: 0;
|
||||
/* Remove tabbar/icon padding/margin when windowed */
|
||||
#browser.normal .vivaldi,
|
||||
#browser.normal #tabs-tabbar-container {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* Window buttons size + zindex */
|
||||
#browser:not(.tabs-top) .window-buttongroup,
|
||||
#browser .window-buttongroup button {
|
||||
height: 30px !important;
|
||||
#browser.maximized .window-buttongroup,
|
||||
#browser.maximized .window-buttongroup button,
|
||||
#browser.normal.tabs-top .window-buttongroup button {
|
||||
height: 30px !important;
|
||||
z-index: 10 !important;
|
||||
}
|
||||
|
||||
/* Window buttons size when windowed */
|
||||
#browser.normal:not(.tabs-top) #titlebar .vivaldi,
|
||||
#browser.normal:not(.tabs-top) .window-buttongroup button {
|
||||
height: 25px !important;
|
||||
}
|
||||
|
||||
/* V icon size + zindex */
|
||||
#browser:not(.tabs-top) #titlebar .vivaldi {
|
||||
width: 26px;
|
||||
|
@ -30,8 +30,8 @@
|
||||
<h1>CSS</h1><p>
|
||||
<a class="NORM" href="..">..</a><br>
|
||||
[4.8K Jul 31 19:30] <a class="EXEC" href="./custom.css">custom.css</a><br>
|
||||
[ 923 Mar 1 21:55] <a class="EXEC" href="./find-in-page.css">find-in-page.css</a><br>
|
||||
[2.1K Aug 5 18:03] <a class="EXEC" href="./header.css">header.css</a><br>
|
||||
[ 923 Aug 7 16:15] <a class="EXEC" href="./find-in-page.css">find-in-page.css</a><br>
|
||||
[2.3K Aug 7 16:17] <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 Jul 2 10:25] <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>
|
||||
|
@ -9,10 +9,10 @@
|
||||
.vivaldi .expand-arrow {display: none;}
|
||||
|
||||
/* Skinnier mainbar */
|
||||
.mainbar>.toolbar-mainbar,
|
||||
.mainbar>.toolbar-mainbar .button-toolbar button,
|
||||
.mainbar>.toolbar-mainbar .toolbar-extensions,
|
||||
.mainbar>.toolbar-mainbar .toolbar-extensions .button-toolbar button {
|
||||
.mainbar .toolbar-mainbar,
|
||||
.mainbar .toolbar-mainbar .button-toolbar button,
|
||||
.mainbar .toolbar-mainbar .toolbar-extensions,
|
||||
.mainbar .toolbar-mainbar .toolbar-extensions .button-toolbar button {
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
@ -46,7 +46,8 @@
|
||||
|
||||
/* SiteInfo secure background colour */
|
||||
.SiteInfoButton.secure, .SiteInfoButton.certified {
|
||||
background-color: #004400;
|
||||
background-color: #004400 !important;
|
||||
opacity: unset;
|
||||
height: 22px;
|
||||
width: 22px;
|
||||
}
|
||||
@ -154,7 +155,6 @@
|
||||
|
||||
/* Tab tooltip hide size+ruler+thumbnail */
|
||||
#vivaldi-tooltip .tooltip-item .thumbnail-text hr,
|
||||
#vivaldi-tooltip .tooltip-item .thumbnail-text .size,
|
||||
#vivaldi-tooltip .tooltip-item .thumbnail-image {
|
||||
display: none !important;
|
||||
}
|
||||
|
@ -31,7 +31,7 @@
|
||||
<a class="NORM" href="..">..</a><br>
|
||||
[ 0 May 17 13:50] <a class="DIR" href="./CSS/">CSS</a><br>
|
||||
[ 0 May 27 18:23] <a class="DIR" href="./JS/">JS</a><br>
|
||||
[4.9K Jul 9 13:27] <a class="EXEC" href="./custom.css">custom.css</a><br>
|
||||
[4.8K Aug 7 13:01] <a class="EXEC" href="./custom.css">custom.css</a><br>
|
||||
[1.5K Mar 23 15:03] <a class="EXEC" href="./custom.unused.css">custom.unused.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>
|
||||
|
Loading…
Reference in New Issue
Block a user