Lagebild: Powered-Badge durch Quellenhinweis im Tab ersetzt
Statt Badge rechts oben im Hero jetzt dezente Zeile "Daten bereitgestellt durch AegisSight Monitor" über der Zusammenfassung im Lagebild-Tab. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Dieser Commit ist enthalten in:
@@ -56,8 +56,6 @@
|
|||||||
<canvas id="hero-particles"></canvas>
|
<canvas id="hero-particles"></canvas>
|
||||||
<div class="hero-bg-pattern"></div>
|
<div class="hero-bg-pattern"></div>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<span class="powered-badge">Powered by AegisSight Monitor</span>
|
|
||||||
|
|
||||||
<h1 id="hero-title">LAGEBILD</h1>
|
<h1 id="hero-title">LAGEBILD</h1>
|
||||||
<p class="hero-incident-title" id="incident-title"></p>
|
<p class="hero-incident-title" id="incident-title"></p>
|
||||||
|
|
||||||
@@ -89,6 +87,7 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<!-- Tab: Lagebild -->
|
<!-- Tab: Lagebild -->
|
||||||
<div class="tab-panel active" id="panel-lagebild">
|
<div class="tab-panel active" id="panel-lagebild">
|
||||||
|
<p class="data-source-note">Daten bereitgestellt durch AegisSight Monitor</p>
|
||||||
<section class="content-card">
|
<section class="content-card">
|
||||||
<div class="card-header">
|
<div class="card-header">
|
||||||
<h2 id="lagebild-date-title">Lagebild</h2>
|
<h2 id="lagebild-date-title">Lagebild</h2>
|
||||||
|
|||||||
@@ -158,30 +158,13 @@
|
|||||||
50% { opacity: 0.4; transform: scale(0.7); }
|
50% { opacity: 0.4; transform: scale(0.7); }
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Powered-by Badge */
|
/* Data Source Note */
|
||||||
.powered-badge {
|
.data-source-note {
|
||||||
position: absolute;
|
font-size: 0.75rem;
|
||||||
top: 20px;
|
|
||||||
right: 24px;
|
|
||||||
display: inline-flex;
|
|
||||||
align-items: center;
|
|
||||||
gap: 6px;
|
|
||||||
background: rgba(200, 168, 81, 0.08);
|
|
||||||
border: 1px solid rgba(200, 168, 81, 0.18);
|
|
||||||
padding: 5px 12px;
|
|
||||||
border-radius: 16px;
|
|
||||||
font-size: 0.7rem;
|
|
||||||
font-weight: 500;
|
|
||||||
letter-spacing: 0.5px;
|
|
||||||
color: var(--lb-text-sec);
|
color: var(--lb-text-sec);
|
||||||
text-decoration: none;
|
letter-spacing: 0.3px;
|
||||||
z-index: 2;
|
margin: 0 0 12px;
|
||||||
transition: color 0.3s, border-color 0.3s, background 0.3s;
|
padding: 0;
|
||||||
}
|
|
||||||
.powered-badge:hover {
|
|
||||||
color: var(--lb-accent);
|
|
||||||
border-color: rgba(200, 168, 81, 0.4);
|
|
||||||
background: rgba(200, 168, 81, 0.12);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Hero Title */
|
/* Hero Title */
|
||||||
@@ -1438,11 +1421,6 @@ a.source-detail-article-title:hover {
|
|||||||
.lagebild-hero {
|
.lagebild-hero {
|
||||||
padding: 120px 16px 50px;
|
padding: 120px 16px 50px;
|
||||||
}
|
}
|
||||||
.powered-badge {
|
|
||||||
position: static;
|
|
||||||
margin: 0 auto 1rem;
|
|
||||||
font-size: 0.65rem;
|
|
||||||
}
|
|
||||||
.lagebild-hero h1 {
|
.lagebild-hero h1 {
|
||||||
font-size: 2.5rem;
|
font-size: 2.5rem;
|
||||||
letter-spacing: 3px;
|
letter-spacing: 3px;
|
||||||
|
|||||||
In neuem Issue referenzieren
Einen Benutzer sperren