Menü aufrufen
Toggle preferences menu
Persönliches Menü aufrufen
Nicht angemeldet
Ihre IP-Adresse wird öffentlich sichtbar sein, wenn Sie Änderungen vornehmen.

MediaWiki:Citizen.css: Unterschied zwischen den Versionen

MediaWiki-Schnittstellenseite
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Markierung: Zurückgesetzt
Zeile 1: Zeile 1:
/* ===== StarCitizen.tools inspirierte Hauptseite ===== */
/* ===== DSA Rot/Orange Theme ===== */
 
:root {
    --dsa-red: #b3261e;
    --dsa-red-dark: #4a0f0b;
    --dsa-orange: #ff8a1f;
    --dsa-gold: #ffc15a;
    --dsa-text-accent: #ffb15c;
}
 
/* ===== Hauptseite ===== */


.sc-mainpage {
.sc-mainpage {
Zeile 6: Zeile 16:
     padding: 1.5rem 0 3rem 0;
     padding: 1.5rem 0 3rem 0;
}
}
/* ===== HERO ===== */


.sc-hero {
.sc-hero {
     position: relative;
     position: relative;
     overflow: hidden;
     overflow: hidden;
     border: 1px solid rgba(255,255,255,0.08);
     border: 1px solid rgba(255,138,31,0.15);
     border-radius: 20px;
     border-radius: 20px;
     background:
     background:
         linear-gradient(135deg, rgba(10,14,22,0.96), rgba(22,29,40,0.94)),
         linear-gradient(135deg, rgba(36,10,8,0.96), rgba(80,24,13,0.94)),
         url("/images/hero-placeholder.jpg") center/cover no-repeat;
         url("/images/hero-placeholder.jpg") center/cover no-repeat;
     min-height: 360px;
     min-height: 360px;
Zeile 19: Zeile 31:
     align-items: center;
     align-items: center;
     margin-bottom: 2rem;
     margin-bottom: 2rem;
     box-shadow: 0 16px 40px rgba(0,0,0,0.25);
     box-shadow: 0 16px 40px rgba(0,0,0,0.35);
}
}


Zeile 27: Zeile 39:
     inset: 0;
     inset: 0;
     background:
     background:
         radial-gradient(circle at top right, rgba(100,170,255,0.18), transparent 28%),
         radial-gradient(circle at top right, rgba(255,138,31,0.25), transparent 28%),
         linear-gradient(to right, rgba(6,8,12,0.78), rgba(6,8,12,0.28));
         linear-gradient(to right, rgba(10,4,3,0.85), rgba(10,4,3,0.3));
     pointer-events: none;
     pointer-events: none;
}
}
Zeile 43: Zeile 55:
     font-weight: 700;
     font-weight: 700;
     letter-spacing: 0.18em;
     letter-spacing: 0.18em;
     color: #7fb8ff;
     color: var(--dsa-orange);
     margin-bottom: 0.8rem;
     margin-bottom: 0.8rem;
}
}
Zeile 61: Zeile 73:
     margin-bottom: 1.4rem;
     margin-bottom: 1.4rem;
}
}
/* ===== BUTTONS ===== */


.sc-hero-buttons {
.sc-hero-buttons {
Zeile 77: Zeile 91:


.sc-btn-primary {
.sc-btn-primary {
     background: linear-gradient(135deg, #4da3ff, #6db8ff);
     background: linear-gradient(135deg, var(--dsa-red), var(--dsa-orange));
     color: #08111d;
     color: #1a0a05;
}
}


Zeile 84: Zeile 98:
     background: rgba(255,255,255,0.06);
     background: rgba(255,255,255,0.06);
     color: #fff;
     color: #fff;
     border: 1px solid rgba(255,255,255,0.12);
     border: 1px solid rgba(255,138,31,0.2);
}
}
/* ===== SECTIONS ===== */


.sc-section {
.sc-section {
Zeile 105: Zeile 121:
     color: rgba(255,255,255,0.72);
     color: rgba(255,255,255,0.72);
}
}
/* ===== CARDS ===== */


.sc-card-grid {
.sc-card-grid {
Zeile 113: Zeile 131:


.sc-card {
.sc-card {
     background: linear-gradient(180deg, rgba(22,27,34,0.98), rgba(16,20,26,0.98));
     background: linear-gradient(180deg, rgba(38,18,14,0.98), rgba(22,12,10,0.98));
     border: 1px solid rgba(255,255,255,0.08);
     border: 1px solid rgba(255,138,31,0.15);
     border-radius: 18px;
     border-radius: 18px;
     padding: 1.2rem;
     padding: 1.2rem;
     box-shadow: 0 10px 24px rgba(0,0,0,0.16);
     box-shadow: 0 10px 24px rgba(0,0,0,0.25);
     transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
     transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}
}
Zeile 123: Zeile 141:
.sc-card:hover {
.sc-card:hover {
     transform: translateY(-3px);
     transform: translateY(-3px);
     border-color: rgba(109,184,255,0.35);
     border-color: rgba(255,138,31,0.5);
     box-shadow: 0 16px 30px rgba(0,0,0,0.2);
     box-shadow: 0 16px 30px rgba(0,0,0,0.3);
}
}


Zeile 130: Zeile 148:
     margin-top: 0;
     margin-top: 0;
     margin-bottom: 0.5rem;
     margin-bottom: 0.5rem;
    font-size: 1.15rem;
}
}


.sc-card p {
.sc-card p {
    margin: 0;
     color: rgba(255,255,255,0.76);
     color: rgba(255,255,255,0.76);
    line-height: 1.6;
}
}
/* ===== PANELS ===== */


.sc-columns {
.sc-columns {
Zeile 144: Zeile 161:
     gap: 1rem;
     gap: 1rem;
     margin-bottom: 2rem;
     margin-bottom: 2rem;
}
.sc-panel {
    min-width: 0;
}
.sc-panel h2 {
    margin-bottom: 0.8rem;
}
}


.sc-panel-box {
.sc-panel-box {
     background: linear-gradient(180deg, rgba(18,22,28,0.98), rgba(13,17,22,0.98));
     background: linear-gradient(180deg, rgba(34,15,12,0.98), rgba(18,10,9,0.98));
     border: 1px solid rgba(255,255,255,0.08);
     border: 1px solid rgba(255,138,31,0.15);
     border-radius: 18px;
     border-radius: 18px;
     padding: 1.25rem;
     padding: 1.25rem;
}
}


.sc-panel-box h3 {
/* ===== LINKS ===== */
     margin-top: 0;
 
    margin-bottom: 0.5rem;
.sc-mainpage a {
     text-decoration: none;
}
}


.sc-panel-box p,
.sc-mainpage a:hover {
.sc-panel-box li {
     color: var(--dsa-orange);
     color: rgba(255,255,255,0.8);
    line-height: 1.6;
}
}


.sc-link-list {
/* ===== FOOTER NOTE ===== */
     list-style: none;
 
     margin: 0;
.sc-footer-note {
     padding: 0;
     margin-top: 2rem;
    padding: 1rem 1.2rem;
    border-left: 3px solid var(--dsa-orange);
     background: rgba(255,138,31,0.1);
     border-radius: 12px;
    color: rgba(255,255,255,0.82);
}
}


.sc-link-list li {
/* ===== TABLE ===== */
    padding: 0.65rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}


.sc-link-list li:last-child {
.sc-table-row {
     border-bottom: 0;
    background: linear-gradient(180deg, rgba(38,18,14,0.98), rgba(22,12,10,0.98));
     border: 1px solid rgba(255,138,31,0.15);
}
}


.sc-mini-grid {
.sc-table-row:hover {
     display: grid;
     border-color: rgba(255,138,31,0.4);
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 0.9rem;
}
}


.sc-mini-card {
/* ===== FARM TABLE ===== */
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 14px;
    padding: 1rem;
    text-align: center;
    font-weight: 700;
    transition: transform 0.16s ease, border-color 0.16s ease;
}


.sc-mini-card:hover {
.sc-farm-row {
     transform: translateY(-2px);
     background: linear-gradient(180deg, rgba(38,18,14,0.98), rgba(22,12,10,0.98));
     border-color: rgba(109,184,255,0.32);
     border: 1px solid rgba(255,138,31,0.15);
}
}


.sc-footer-note {
.sc-farm-header {
     margin-top: 2rem;
     background: linear-gradient(180deg, rgba(82,24,16,0.98), rgba(48,14,10,0.98)) !important;
    padding: 1rem 1.2rem;
     border: 1px solid rgba(255,138,31,0.4) !important;
    border-left: 3px solid #59aaff;
    background: rgba(89,170,255,0.08);
     border-radius: 12px;
    color: rgba(255,255,255,0.82);
}
}


/* Links in Cards/Panels schöner */
.sc-farm-header * {
.sc-mainpage a {
     color: var(--dsa-gold) !important;
     text-decoration: none;
}
}


.sc-mainpage a:hover {
/* ===== MOBILE ===== */
    text-decoration: none;
}


/* Mobile */
@media (max-width: 900px) {
@media (max-width: 900px) {
     .sc-columns {
     .sc-columns {
Zeile 242: Zeile 235:


@media (max-width: 640px) {
@media (max-width: 640px) {
    .sc-hero h1 {
     .sc-card-grid {
        font-size: 2rem;
    }
 
    .sc-hero p {
        font-size: 0.98rem;
    }
 
     .sc-card-grid,
    .sc-mini-grid {
         grid-template-columns: 1fr;
         grid-template-columns: 1fr;
     }
     }
}
}
/* ===== 2-Spalten-Boxen im gleichen Design ===== */
.sc-table {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 1rem;
}
.sc-table-head {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 1rem;
    padding: 0 0.4rem 0.35rem 0.4rem;
    border-bottom: 1px solid rgba(255,255,255,0.10);
}
.sc-table-head-left,
.sc-table-head-right {
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #7fb8ff;
}
.sc-table-row {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 1rem;
    align-items: center;
    padding: 0.95rem 1.1rem;
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(22,27,34,0.98), rgba(16,20,26,0.98));
    border: 1px solid rgba(255,255,255,0.08);
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}
.sc-table-row:hover {
    transform: translateY(-2px);
    border-color: rgba(109,184,255,0.20);
    box-shadow: 0 10px 24px rgba(0,0,0,0.16);
}
.sc-table-left {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
}
.sc-table-right {
    color: rgba(255,255,255,0.78);
    line-height: 1.6;
}
.sc-table-header .sc-table-left,
.sc-table-header .sc-table-right {
    color: #9cc9ff !important;
    font-size: 0.85rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
}
.sc-table-header .sc-table-left {
    font-size: 0.9rem !important;
}
.sc-farm-table {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    margin-bottom: 1.5rem;
}
.sc-farm-row {
    display: grid;
    grid-template-columns: 1.1fr 1.2fr 1.2fr 1.2fr;
    gap: 1rem;
    align-items: center;
    padding: 0.95rem 1.1rem;
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(22,27,34,0.98), rgba(16,20,26,0.98));
    border: 1px solid rgba(255,255,255,0.08);
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}
.sc-farm-row:hover {
    transform: translateY(-2px);
    border-color: rgba(109,184,255,0.20);
    box-shadow: 0 10px 24px rgba(0,0,0,0.16);
}
.sc-farm-header {
    background: linear-gradient(180deg, rgba(35,45,58,0.98), rgba(24,31,40,0.98)) !important;
    border: 1px solid rgba(127,184,255,0.35) !important;
}
.sc-farm-header .sc-farm-col-1,
.sc-farm-header .sc-farm-col-2,
.sc-farm-header .sc-farm-col-3,
.sc-farm-header .sc-farm-col-4 {
    color: #9cc9ff !important;
    font-size: 0.85rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
}
.sc-farm-col-1 {
    font-weight: 700;
    color: #fff;
}
.sc-farm-col-2,
.sc-farm-col-3,
.sc-farm-col-4 {
    color: rgba(255,255,255,0.78);
    line-height: 1.5;
}
@media (max-width: 700px) {
    .sc-table-head,
    .sc-table-row {
        grid-template-columns: 1fr;
    }
    .sc-table-head {
        gap: 0.25rem;
    }
    .sc-table-row {
        gap: 0.35rem;
    }

Version vom 2. Mai 2026, 11:17 Uhr

/* ===== DSA Rot/Orange Theme ===== */

:root {
    --dsa-red: #b3261e;
    --dsa-red-dark: #4a0f0b;
    --dsa-orange: #ff8a1f;
    --dsa-gold: #ffc15a;
    --dsa-text-accent: #ffb15c;
}

/* ===== Hauptseite ===== */

.sc-mainpage {
    max-width: 1400px;
    margin: 0 auto;
    padding: 1.5rem 0 3rem 0;
}

/* ===== HERO ===== */

.sc-hero {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255,138,31,0.15);
    border-radius: 20px;
    background:
        linear-gradient(135deg, rgba(36,10,8,0.96), rgba(80,24,13,0.94)),
        url("/images/hero-placeholder.jpg") center/cover no-repeat;
    min-height: 360px;
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    box-shadow: 0 16px 40px rgba(0,0,0,0.35);
}

.sc-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(255,138,31,0.25), transparent 28%),
        linear-gradient(to right, rgba(10,4,3,0.85), rgba(10,4,3,0.3));
    pointer-events: none;
}

.sc-hero-content {
    position: relative;
    z-index: 1;
    max-width: 760px;
    padding: 2.5rem;
}

.sc-hero-kicker {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    color: var(--dsa-orange);
    margin-bottom: 0.8rem;
}

.sc-hero h1 {
    margin: 0 0 0.75rem 0;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.05;
    font-weight: 800;
}

.sc-hero p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: rgba(255,255,255,0.88);
    max-width: 60ch;
    margin-bottom: 1.4rem;
}

/* ===== BUTTONS ===== */

.sc-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.sc-btn {
    display: inline-block;
    padding: 0.82rem 1.15rem;
    border-radius: 12px;
    font-weight: 700;
    text-decoration: none;
}

.sc-btn-primary {
    background: linear-gradient(135deg, var(--dsa-red), var(--dsa-orange));
    color: #1a0a05;
}

.sc-btn-secondary {
    background: rgba(255,255,255,0.06);
    color: #fff;
    border: 1px solid rgba(255,138,31,0.2);
}

/* ===== SECTIONS ===== */

.sc-section {
    margin-bottom: 2rem;
}

.sc-section-header {
    margin-bottom: 1rem;
}

.sc-section-header h2 {
    margin-bottom: 0.25rem;
    font-size: 1.6rem;
    font-weight: 750;
}

.sc-section-header p {
    margin: 0;
    color: rgba(255,255,255,0.72);
}

/* ===== CARDS ===== */

.sc-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 1rem;
}

.sc-card {
    background: linear-gradient(180deg, rgba(38,18,14,0.98), rgba(22,12,10,0.98));
    border: 1px solid rgba(255,138,31,0.15);
    border-radius: 18px;
    padding: 1.2rem;
    box-shadow: 0 10px 24px rgba(0,0,0,0.25);
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.sc-card:hover {
    transform: translateY(-3px);
    border-color: rgba(255,138,31,0.5);
    box-shadow: 0 16px 30px rgba(0,0,0,0.3);
}

.sc-card h3 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.sc-card p {
    color: rgba(255,255,255,0.76);
}

/* ===== PANELS ===== */

.sc-columns {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 1rem;
    margin-bottom: 2rem;
}

.sc-panel-box {
    background: linear-gradient(180deg, rgba(34,15,12,0.98), rgba(18,10,9,0.98));
    border: 1px solid rgba(255,138,31,0.15);
    border-radius: 18px;
    padding: 1.25rem;
}

/* ===== LINKS ===== */

.sc-mainpage a {
    text-decoration: none;
}

.sc-mainpage a:hover {
    color: var(--dsa-orange);
}

/* ===== FOOTER NOTE ===== */

.sc-footer-note {
    margin-top: 2rem;
    padding: 1rem 1.2rem;
    border-left: 3px solid var(--dsa-orange);
    background: rgba(255,138,31,0.1);
    border-radius: 12px;
    color: rgba(255,255,255,0.82);
}

/* ===== TABLE ===== */

.sc-table-row {
    background: linear-gradient(180deg, rgba(38,18,14,0.98), rgba(22,12,10,0.98));
    border: 1px solid rgba(255,138,31,0.15);
}

.sc-table-row:hover {
    border-color: rgba(255,138,31,0.4);
}

/* ===== FARM TABLE ===== */

.sc-farm-row {
    background: linear-gradient(180deg, rgba(38,18,14,0.98), rgba(22,12,10,0.98));
    border: 1px solid rgba(255,138,31,0.15);
}

.sc-farm-header {
    background: linear-gradient(180deg, rgba(82,24,16,0.98), rgba(48,14,10,0.98)) !important;
    border: 1px solid rgba(255,138,31,0.4) !important;
}

.sc-farm-header * {
    color: var(--dsa-gold) !important;
}

/* ===== MOBILE ===== */

@media (max-width: 900px) {
    .sc-columns {
        grid-template-columns: 1fr;
    }

    .sc-hero {
        min-height: 300px;
    }

    .sc-hero-content {
        padding: 1.5rem;
    }
}

@media (max-width: 640px) {
    .sc-card-grid {
        grid-template-columns: 1fr;
    }
}