optimizations

This commit is contained in:
2026-03-28 19:15:39 +01:00
parent 0b25d9570a
commit cab4fbd83e
509 changed files with 1016804 additions and 1605 deletions

BIN
public/gfx/noise.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

BIN
public/gfx/sb_logo.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

View File

@@ -25,9 +25,9 @@
}
/*
.toolbarLogo {
background:url(/gfx/sb_logo.png) no-repeat;
width:163px;
height:60px;
background:url(/gfx/sb_logo.webp) no-repeat;
width:289px;
height:100px;
display:block;
text-indent:-10000px;
margin-top:3px;
@@ -167,7 +167,7 @@
text-align:left;
margin-top:30px;
padding-left:100px;
display:block;
display:block;
}
#browserMenuList li a{
@@ -216,7 +216,7 @@
text-align:left;
margin-top:30px;
padding-left:100px;
display:block;
display:block;
}
#browserMenuListMain li a{
@@ -363,7 +363,7 @@ subLoginMenu ul {
#1f262d 75%,
#1f262d);
background: -webkit-gradient(
linear, left top, left bottom,
linear, left top, left bottom,
from(#161a20),
color-stop(0.50, #1f262d),
color-stop(0.50, #1f262d),
@@ -533,7 +533,7 @@ subLoginMenu ul {
/*!
* Yamm!3 - Yet another megamenu for Bootstrap 3
* http://geedmo.github.com/yamm3
*
*
* @geedmo - Licensed under the MIT license
*/
.yamm .nav,
@@ -586,15 +586,15 @@ subLoginMenu ul {
background:rgba(16, 25, 33, 0.9);
border-bottom:solid 1px #000;
box-shadow:0 0 14px #333;
z-index:1000;
z-index:1000;
}
.dropdown:hover .dropdown-menu {
display: block;
}
.navbar-skinbase .navbar-brand {
color: #333;
}