big update

This commit is contained in:
gpatruno
2026-04-22 22:42:36 +02:00
parent 68cf59ae75
commit 7b2135bfed
25 changed files with 2661 additions and 564 deletions
+25
View File
@@ -100,6 +100,31 @@ textarea, input,
box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}
.navbar-sitemap-bg {
background: linear-gradient(135deg, rgba(15, 15, 20, 0.65) 0%, rgba(35, 35, 60, 0.65) 100%);
border-bottom: 1px solid rgba(255,255,255,0.12);
backdrop-filter: blur(6px);
-webkit-backdrop-filter: blur(6px);
}
.navbar-sitemap-link {
border-radius: 10px;
padding: 8px 10px !important;
margin: 0 3px;
transition: background-color 140ms ease, color 140ms ease, transform 140ms ease, box-shadow 140ms ease;
}
.navbar-sitemap-link:hover {
background: rgba(0, 0, 0, 0.28);
box-shadow: 0 6px 16px rgba(0,0,0,0.25);
transform: translateY(-1px);
}
.navbar-sitemap-link.active {
background: rgba(0, 0, 0, 0.46);
box-shadow: inset 0 0 0 1px rgba(255,255,255,0.12);
}
.navbar-brand {
font-weight: bold;
font-size: 1.5rem;