Zum Inhalt springen

MediaWiki:Styles.css

Aus Pixopedia
Version vom 14. Februar 2026, 01:35 Uhr von Theleeksz (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „:root { --bg: #050509; --bg-elevated: #0c0c12; --accent: #7c5cff; --accent-soft: rgba(124, 92, 255, 0.16); --accent-strong: #00ff85; --text-main: #f5f5ff; --text-muted: #9b9bb5; --border-subtle: #1c1c2a; --danger: #ff4f6e; --radius-lg: 18px; --radius-pill: 999px; --shadow-soft: 0 22px 60px rgba(0, 0, 0, 0.65); --blur-bg: blur(16px); } * { box-sizing: border-box; margin: 0; padding: 0; } bod…“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)

Hinweis: Leere nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.

  • Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
  • Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
  • Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
:root {
    --bg: #050509;
    --bg-elevated: #0c0c12;
    --accent: #7c5cff;
    --accent-soft: rgba(124, 92, 255, 0.16);
    --accent-strong: #00ff85;
    --text-main: #f5f5ff;
    --text-muted: #9b9bb5;
    --border-subtle: #1c1c2a;
    --danger: #ff4f6e;
    --radius-lg: 18px;
    --radius-pill: 999px;
    --shadow-soft: 0 22px 60px rgba(0, 0, 0, 0.65);
    --blur-bg: blur(16px);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: radial-gradient(circle at top left, #181827 0, #050509 45%);
    color: var(--text-main);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 32px 16px;
}

.page {
    width: 100%;
    max-width: 1100px;
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
    gap: 28px;
    align-items: stretch;
    margin: 0 auto;
}

@media (max-width: 860px) {
    .page {
        grid-template-columns: minmax(0, 1fr);
    }
}

.glass {
    background: linear-gradient(145deg, rgba(12, 12, 18, 0.95), rgba(8, 8, 14, 0.96));
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.04);
    box-shadow: var(--shadow-soft);
    backdrop-filter: var(--blur-bg);
    -webkit-backdrop-filter: var(--blur-bg);
    position: relative;
    overflow: hidden;
}

/* Linke Spalte: Hero / Content */
.hero {
    padding: 26px 26px 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.hero-top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.brand-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border-radius: var(--radius-pill);
    background: radial-gradient(circle at top left, rgba(124, 92, 255, 0.22), rgba(12, 12, 18, 0.9));
    border: 1px solid rgba(124, 92, 255, 0.5);
    font-size: 12px;
    color: var(--text-muted);
}

.brand-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--accent-strong);
    box-shadow: 0 0 14px rgba(0, 255, 133, 0.9);
}

.live-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border-radius: var(--radius-pill);
    background: rgba(255, 79, 110, 0.12);
    border: 1px solid rgba(255, 79, 110, 0.6);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    color: #ffc4cf;
}

.live-dot {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: var(--danger);
    box-shadow: 0 0 14px rgba(255, 79, 110, 0.9);
}

.hero-main {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.eyebrow {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--text-muted);
}

h1 {
    font-size: clamp(32px, 4vw, 40px);
    line-height: 1.1;
    letter-spacing: 0.02em;
}

.gradient-text {
    background: linear-gradient(90deg, #ffffff, #c7b9ff, #7c5cff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero-sub {
    font-size: 14px;
    color: var(--text-muted);
    max-width: 520px;
}

.hero-sub strong {
    color: #d2d2ff;
    font-weight: 500;
}

.hero-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 6px;
}

.btn-primary {
    border: none;
    outline: none;
    padding: 10px 18px;
    border-radius: var(--radius-pill);
    background: linear-gradient(120deg, var(--accent), var(--accent-strong));
    color: #050509;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.7);
}

.btn-primary span {
    font-size: 18px;
}

.btn-ghost {
    border-radius: var(--radius-pill);
    padding: 10px 16px;
    font-size: 13px;
    border: 1px solid var(--border-subtle);
    background: rgba(5, 5, 10, 0.9);
    color: var(--text-muted);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.btn-ghost-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--accent);
    box-shadow: 0 0 12px rgba(124, 92, 255, 0.9);
}

.meta-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 12px;
}

.meta-card {
    padding: 10px 12px;
    border-radius: 14px;
    background: radial-gradient(circle at top, rgba(124, 92, 255, 0.12), rgba(5, 5, 9, 0.95));
    border: 1px solid rgba(255, 255, 255, 0.04);
}

.meta-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--text-muted);
    margin-bottom: 4px;
}

.meta-value {
    font-size: 14px;
}

.meta-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 3px 9px;
    border-radius: 999px;
    background: rgba(5, 5, 9, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 11px;
    color: var(--text-muted);
    margin-top: 6px;
}

.meta-pill-dot {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: var(--accent-strong);
}

/* Sektion: Panels / Content */
.sections {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.1fr);
    gap: 12px;
    margin-top: 10px;
}

@media (max-width: 960px) {
    .sections {
        grid-template-columns: minmax(0, 1fr);
    }
}

.panel {
    background: radial-gradient(circle at top left, rgba(124, 92, 255, 0.12), rgba(5, 5, 9, 0.98));
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.04);
    padding: 13px 14px 12px;
}

.panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 8px;
}

.panel-title {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--text-muted);
}

.panel-tag {
    font-size: 11px;
    padding: 4px 9px;
    border-radius: 999px;
    background: rgba(5, 5, 9, 0.9);
    border: 1px solid var(--border-subtle);
    color: var(--text-muted);
}

.panel-content {
    font-size: 13px;
    color: #c6c6dd;
    line-height: 1.4;
}

.chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
}

.chip {
    padding: 4px 10px;
    font-size: 11px;
    border-radius: 999px;
    background: rgba(5, 5, 9, 0.95);
    border: 1px solid var(--border-subtle);
    color: var(--text-muted);
}

.social-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.social-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 11px;
    border-radius: var(--radius-pill);
    background: rgba(5, 5, 9, 0.94);
    border: 1px solid var(--border-subtle);
    font-size: 12px;
    color: var(--text-muted);
    text-decoration: none;
}

.social-icon {
    width: 16px;
    height: 16px;
    border-radius: 5px;
    background: linear-gradient(135deg, #8b5cff, #00ffb3);
}

/* Rechte Spalte: Card / Spotlight */
.side-card {
    padding: 20px 18px 16px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.side-badge-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

.side-badge {
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.04);
    color: var(--text-muted);
    background: rgba(5, 5, 9, 0.9);
}

.avatar-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.avatar {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    background: radial-gradient(circle at top left, #ff4f6e, #7c5cff);
    position: relative;
    overflow: hidden;
}

.avatar-inner {
    position: absolute;
    inset: 8px;
    border-radius: inherit;
    background: radial-gradient(circle at top, #222235, #06060a);
    border: 1px solid rgba(255, 255, 255, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    overflow: hidden;
}

.avatar-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.avatar-name {
    font-size: 15px;
    font-weight: 600;
}

.avatar-sub {
    font-size: 12px;
    color: var(--text-muted);
}

.side-main {
    font-size: 13px;
    color: #d0d0e8;
    line-height: 1.45;
}

.side-main strong {
    color: #ffffff;
}

.pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.pill {
    padding: 4px 9px;
    font-size: 11px;
    border-radius: 999px;
    background: rgba(5, 5, 9, 0.95);
    border: 1px solid var(--border-subtle);
    color: var(--text-muted);
}

.Server {
    margin-top: 6px;
    padding: 10px 11px;
    border-radius: 14px;
    background: radial-gradient(circle at top, rgba(0, 255, 133, 0.12), rgba(5, 5, 9, 0.98));
    border: 1px solid rgba(0, 255, 133, 0.4);
    font-size: 12px;
    color: #31f5f2;
}

.schedule {
    margin-top: 6px;
    padding: 10px 11px;
    border-radius: 14px;
    background: radial-gradient(circle at top, rgba(0, 255, 133, 0.12), rgba(5, 5, 9, 0.98));
    border: 1px solid rgba(0, 255, 133, 0.4);
    font-size: 12px;
    color: #d8ffe8;
}

.schedule-title {
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 11px;
    margin-bottom: 4px;
    opacity: 0.9;
}

.schedule-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 6px;
}

.schedule-pill {
    padding: 3px 9px;
    border-radius: 999px;
    border: 1px solid rgba(216, 255, 232, 0.5);
    font-size: 11px;
    color: #e9ffee;
}

.side-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: 6px;
}

.small-note {
    font-size: 11px;
    color: var(--text-muted);
}

.side-cta {
    padding: 7px 12px;
    border-radius: var(--radius-pill);
    border: 1px solid rgba(124, 92, 255, 0.7);
    background: radial-gradient(circle at top left, rgba(124, 92, 255, 0.4), rgba(5, 5, 9, 0.96));
    font-size: 12px;
    color: #f5f5ff;
    text-decoration: none;
}

/* Footer */
footer {
    margin-top: 26px;
    width: 100%;
    max-width: 1100px;
    margin-inline: auto;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

footer .footer-inner {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding: 14px 4px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px;
    font-size: 11px;
    color: #9b9bb5;
}

footer a {
    color: #c9c5ff;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 999px;
    border: 1px solid #1c1c2a;
    background: rgba(5, 5, 9, 0.92);
}

footer a:hover {
    text-decoration: underline;
}