Auto-sync: 2026-03-20 10:55:27
This commit is contained in:
+173
-140
@@ -3,6 +3,10 @@
|
||||
--kalilab-bg-2: #0b1220;
|
||||
--kalilab-bg-3: #0f1923;
|
||||
|
||||
--kalilab-panel-bg: rgba(10, 17, 28, 0.34);
|
||||
--kalilab-panel-border: rgba(72, 202, 228, 0.10);
|
||||
--kalilab-panel-glow: rgba(0, 180, 216, 0.05);
|
||||
|
||||
--kalilab-card-top: rgba(18, 28, 45, 0.92);
|
||||
--kalilab-card-bottom: rgba(10, 17, 30, 0.96);
|
||||
|
||||
@@ -29,9 +33,6 @@
|
||||
--kalilab-danger: #ef4444;
|
||||
--kalilab-danger-bg: rgba(239, 68, 68, 0.10);
|
||||
--kalilab-danger-border: rgba(239, 68, 68, 0.35);
|
||||
|
||||
--kalilab-ok: #22c55e;
|
||||
--kalilab-warn: #f59e0b;
|
||||
}
|
||||
|
||||
/* Basis */
|
||||
@@ -45,7 +46,6 @@ body,
|
||||
color: var(--kalilab-text) !important;
|
||||
}
|
||||
|
||||
/* Global Typography */
|
||||
body,
|
||||
button,
|
||||
input,
|
||||
@@ -53,7 +53,7 @@ textarea {
|
||||
color: var(--kalilab-text) !important;
|
||||
}
|
||||
|
||||
/* Header / obere Widgets ruhiger */
|
||||
/* Obere Infoleiste ruhig */
|
||||
div[class*="information-widget"],
|
||||
div[class*="widget_resources"],
|
||||
div[class*="widget_search"],
|
||||
@@ -85,40 +85,56 @@ input[type="text"]:focus,
|
||||
inset 0 1px 0 rgba(255,255,255,0.04) !important;
|
||||
}
|
||||
|
||||
/* =========================
|
||||
V4 GROUP PANELS
|
||||
========================= */
|
||||
div[data-name],
|
||||
section {
|
||||
position: relative;
|
||||
margin-bottom: 22px !important;
|
||||
padding: 14px 14px 18px 14px !important;
|
||||
border-radius: 18px !important;
|
||||
background:
|
||||
linear-gradient(180deg, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0.01) 100%),
|
||||
rgba(10, 17, 28, 0.22) !important;
|
||||
border: 1px solid var(--kalilab-panel-border) !important;
|
||||
box-shadow:
|
||||
inset 0 1px 0 rgba(255,255,255,0.02),
|
||||
0 0 0 1px rgba(0,180,216,0.03),
|
||||
0 12px 30px rgba(0, 0, 0, 0.18) !important;
|
||||
}
|
||||
|
||||
/* Panel-Topline */
|
||||
div[data-name]::before,
|
||||
section::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 18px;
|
||||
right: 18px;
|
||||
height: 1px;
|
||||
background: linear-gradient(
|
||||
90deg,
|
||||
rgba(0,180,216,0) 0%,
|
||||
rgba(72,202,228,0.32) 50%,
|
||||
rgba(0,180,216,0) 100%
|
||||
);
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
/* Gruppenüberschriften */
|
||||
h2,
|
||||
.group-title {
|
||||
color: #e8f7ff !important;
|
||||
font-weight: 800 !important;
|
||||
letter-spacing: 0.2px;
|
||||
margin-bottom: 0.7rem !important;
|
||||
letter-spacing: 0.15px;
|
||||
margin-bottom: 1rem !important;
|
||||
text-shadow: 0 0 10px rgba(0, 180, 216, 0.08);
|
||||
}
|
||||
|
||||
/* Gruppensektion leicht separieren */
|
||||
div[data-name],
|
||||
section {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
div[data-name]::before,
|
||||
section::before {
|
||||
content: "";
|
||||
display: block;
|
||||
height: 1px;
|
||||
width: 100%;
|
||||
margin-bottom: 10px;
|
||||
background: linear-gradient(
|
||||
90deg,
|
||||
rgba(0, 180, 216, 0.00) 0%,
|
||||
rgba(0, 180, 216, 0.18) 18%,
|
||||
rgba(255, 255, 255, 0.04) 50%,
|
||||
rgba(0, 180, 216, 0.18) 82%,
|
||||
rgba(0, 180, 216, 0.00) 100%
|
||||
);
|
||||
}
|
||||
|
||||
/* Service Cards / Bookmarks / Widget Cards */
|
||||
/* =========================
|
||||
EINHEITLICHE CARDS
|
||||
========================= */
|
||||
.service-card,
|
||||
.bookmark,
|
||||
.widget-card,
|
||||
@@ -138,9 +154,10 @@ div[class*="bookmark_"] {
|
||||
box-shadow 0.18s ease,
|
||||
border-color 0.18s ease,
|
||||
background 0.18s ease !important;
|
||||
min-height: 86px;
|
||||
}
|
||||
|
||||
/* Subtile Accent-Linie oben */
|
||||
/* Top Accent */
|
||||
.service-card::before,
|
||||
.bookmark::before,
|
||||
.widget-card::before,
|
||||
@@ -158,112 +175,10 @@ div[class*="bookmark_"]::before {
|
||||
rgba(72, 202, 228, 0.55) 50%,
|
||||
rgba(0, 180, 216, 0) 100%
|
||||
);
|
||||
opacity: 0.7;
|
||||
opacity: 0.75;
|
||||
}
|
||||
|
||||
/* Hover */
|
||||
.service-card:hover,
|
||||
.bookmark:hover,
|
||||
.widget-card:hover,
|
||||
div[class*="service_"]:hover,
|
||||
div[class*="bookmark_"]:hover {
|
||||
transform: translateY(-2px);
|
||||
border-color: var(--kalilab-border-hover) !important;
|
||||
box-shadow: var(--kalilab-shadow-hover) !important;
|
||||
background: linear-gradient(180deg, rgba(22, 34, 54, 0.95) 0%, rgba(12, 20, 34, 0.98) 100%) !important;
|
||||
}
|
||||
|
||||
/* Titel */
|
||||
.service-card h3,
|
||||
.service-card .title,
|
||||
.bookmark h3,
|
||||
.widget-card h3,
|
||||
div[class*="service_"] h3 {
|
||||
color: #f4fbff !important;
|
||||
font-weight: 750 !important;
|
||||
font-size: 1rem !important;
|
||||
letter-spacing: 0.1px;
|
||||
}
|
||||
|
||||
/* Beschreibungen */
|
||||
.service-card p,
|
||||
.service-card .description,
|
||||
.bookmark p,
|
||||
.widget-card p,
|
||||
div[class*="service_"] p {
|
||||
color: var(--kalilab-text-soft) !important;
|
||||
font-size: 0.89rem !important;
|
||||
line-height: 1.35 !important;
|
||||
}
|
||||
|
||||
/* Noch etwas ruhigere Secondary Texte */
|
||||
small,
|
||||
span[class*="description"],
|
||||
div[class*="description"] {
|
||||
color: var(--kalilab-text-dim) !important;
|
||||
}
|
||||
|
||||
/* Icons */
|
||||
.service-card img,
|
||||
.service-card svg,
|
||||
.bookmark img,
|
||||
.bookmark svg,
|
||||
.widget-card img,
|
||||
.widget-card svg {
|
||||
opacity: 0.96;
|
||||
filter: drop-shadow(0 0 4px rgba(0, 180, 216, 0.06));
|
||||
}
|
||||
|
||||
/* Status-Dots etwas hochwertiger */
|
||||
div[class*="status"],
|
||||
.status {
|
||||
filter: saturate(1.05) brightness(1.04);
|
||||
}
|
||||
|
||||
/* API-Fehler / Error Banner entschärft */
|
||||
.error,
|
||||
[class*="error"],
|
||||
[class*="failed"],
|
||||
[class*="danger"] {
|
||||
background: linear-gradient(180deg, rgba(127, 17, 17, 0.34), rgba(80, 12, 12, 0.38)) !important;
|
||||
border: 1px solid rgba(239, 68, 68, 0.18) !important;
|
||||
border-left: 3px solid rgba(239, 68, 68, 0.58) !important;
|
||||
border-radius: 10px !important;
|
||||
color: #fecaca !important;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
/* Falls Error-Balken Links/Buttons enthalten */
|
||||
.error a,
|
||||
[class*="error"] a,
|
||||
[class*="failed"] a,
|
||||
[class*="danger"] a {
|
||||
color: #fecaca !important;
|
||||
}
|
||||
|
||||
/* Kleine Badges / pills */
|
||||
span,
|
||||
div[class*="badge"] {
|
||||
border-radius: 999px;
|
||||
}
|
||||
|
||||
/* Links */
|
||||
a {
|
||||
color: var(--kalilab-accent-3);
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
/* Card-Inhalt etwas strukturierter */
|
||||
.service-card > *,
|
||||
div[class*="service_"] > * {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
/* Sehr dezenter innerer Shine */
|
||||
/* innerer shine */
|
||||
.service-card::after,
|
||||
.bookmark::after,
|
||||
.widget-card::after,
|
||||
@@ -282,7 +197,114 @@ div[class*="bookmark_"]::after {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
/* Topbar etwas cleaner */
|
||||
/* Hover */
|
||||
.service-card:hover,
|
||||
.bookmark:hover,
|
||||
.widget-card:hover,
|
||||
div[class*="service_"]:hover,
|
||||
div[class*="bookmark_"]:hover {
|
||||
transform: translateY(-2px);
|
||||
border-color: var(--kalilab-border-hover) !important;
|
||||
box-shadow: var(--kalilab-shadow-hover) !important;
|
||||
background: linear-gradient(180deg, rgba(22, 34, 54, 0.95) 0%, rgba(12, 20, 34, 0.98) 100%) !important;
|
||||
}
|
||||
|
||||
/* Titel */
|
||||
.service-card h3,
|
||||
.service-card .title,
|
||||
.bookmark h3,
|
||||
.bookmark .title,
|
||||
.widget-card h3,
|
||||
div[class*="service_"] h3,
|
||||
div[class*="bookmark_"] h3 {
|
||||
color: #f4fbff !important;
|
||||
font-weight: 750 !important;
|
||||
font-size: 1rem !important;
|
||||
letter-spacing: 0.1px;
|
||||
}
|
||||
|
||||
/* Texte */
|
||||
.service-card p,
|
||||
.service-card .description,
|
||||
.bookmark p,
|
||||
.bookmark .description,
|
||||
.widget-card p,
|
||||
div[class*="service_"] p,
|
||||
div[class*="bookmark_"] p {
|
||||
color: var(--kalilab-text-soft) !important;
|
||||
font-size: 0.89rem !important;
|
||||
line-height: 1.35 !important;
|
||||
}
|
||||
|
||||
small,
|
||||
span[class*="description"],
|
||||
div[class*="description"] {
|
||||
color: var(--kalilab-text-dim) !important;
|
||||
}
|
||||
|
||||
/* Bookmark-Karten explizit an obere Karten angleichen */
|
||||
.bookmark,
|
||||
div[class*="bookmark_"] {
|
||||
padding-top: 14px !important;
|
||||
padding-bottom: 14px !important;
|
||||
min-height: 82px !important;
|
||||
}
|
||||
|
||||
/* Falls Bookmark-Layout zu flach bleibt */
|
||||
.bookmark a,
|
||||
div[class*="bookmark_"] a {
|
||||
display: flex !important;
|
||||
align-items: center;
|
||||
min-height: 52px;
|
||||
}
|
||||
|
||||
/* Icons */
|
||||
.service-card img,
|
||||
.service-card svg,
|
||||
.bookmark img,
|
||||
.bookmark svg,
|
||||
.widget-card img,
|
||||
.widget-card svg {
|
||||
opacity: 0.96;
|
||||
filter: drop-shadow(0 0 4px rgba(0, 180, 216, 0.06));
|
||||
}
|
||||
|
||||
/* Status */
|
||||
div[class*="status"],
|
||||
.status {
|
||||
filter: saturate(1.05) brightness(1.04);
|
||||
}
|
||||
|
||||
/* Error-Banner */
|
||||
.error,
|
||||
[class*="error"],
|
||||
[class*="failed"],
|
||||
[class*="danger"] {
|
||||
background: linear-gradient(180deg, rgba(127, 17, 17, 0.34), rgba(80, 12, 12, 0.38)) !important;
|
||||
border: 1px solid rgba(239, 68, 68, 0.18) !important;
|
||||
border-left: 3px solid rgba(239, 68, 68, 0.58) !important;
|
||||
border-radius: 10px !important;
|
||||
color: #fecaca !important;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
.error a,
|
||||
[class*="error"] a,
|
||||
[class*="failed"] a,
|
||||
[class*="danger"] a {
|
||||
color: #fecaca !important;
|
||||
}
|
||||
|
||||
/* Links */
|
||||
a {
|
||||
color: var(--kalilab-accent-3);
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
/* Header cleaner */
|
||||
header,
|
||||
div[class*="header"] {
|
||||
background: transparent !important;
|
||||
@@ -309,24 +331,35 @@ div[class*="header"] {
|
||||
background: rgba(0, 180, 216, 0.40);
|
||||
}
|
||||
|
||||
/* Mobile etwas kompakter */
|
||||
/* Mobile */
|
||||
@media (max-width: 900px) {
|
||||
div[data-name],
|
||||
section {
|
||||
padding: 12px 12px 16px 12px !important;
|
||||
border-radius: 16px !important;
|
||||
}
|
||||
|
||||
.service-card,
|
||||
.bookmark,
|
||||
.widget-card,
|
||||
div[class*="service_"],
|
||||
div[class*="bookmark_"] {
|
||||
border-radius: 12px !important;
|
||||
min-height: 76px !important;
|
||||
}
|
||||
|
||||
.service-card h3,
|
||||
.service-card .title,
|
||||
div[class*="service_"] h3 {
|
||||
.bookmark h3,
|
||||
div[class*="service_"] h3,
|
||||
div[class*="bookmark_"] h3 {
|
||||
font-size: 0.96rem !important;
|
||||
}
|
||||
|
||||
.service-card p,
|
||||
div[class*="service_"] p {
|
||||
.bookmark p,
|
||||
div[class*="service_"] p,
|
||||
div[class*="bookmark_"] p {
|
||||
font-size: 0.84rem !important;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user