Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/skins/Cosmos/includes/CosmosTemplate.php on line 1316
Anonym
×
Einen neuen Artikel erstellen
Schreibe den Seitennamen hierhin:
Wir haben derzeit 6 Artikel auf Killes Boys. Gib deinen Artikelnamen oberhalb von oder klicke auf einen der unten stehenden Titel und beginne zu schreiben! ein



Killes Boys
6Artikel

MediaWiki:Common.css: Unterschied zwischen den Versionen

Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(7 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
/* =========================================================
/* =========================================================
   KLUBNIKA-LOOK für MediaWiki • SKIN: COSMOS
   KLUBNIKA Custom Components für MediaWiki
   Ziel: wie mikeklubnika.com – dunkler Stripe-BG, zentrierte
   Für MediaWiki:Common.css
  schmale Seite, eigene Boxen/Topbar. Keine Transparenz-Probleme.
   ========================================================= */
   ========================================================= */


/* ---------- Farb-/Layout-Variablen ---------- */
/* ---------- Topbar Navigation ---------- */
:root{
.mw-klub-topbar {
   --bg-a:#0b0b0b;         /* diagonale Streifen */
   display: flex;
   --bg-b:#101010;
   gap: 8px;
   --content-bg:#0e0e0e;   /* Hauptfläche (nicht transparent) */
   align-items: center;
   --panel:#121212;
   justify-content: center;
   --panel2:#0d0d0d;
   flex-wrap: wrap;
   --border:#1b1b1b;
   background: linear-gradient(180deg, #151515 0%, #0e0e0e 100%);
  --text:#e8e8e8;
   border: 1px solid #1c1c1c;
   --muted:#a6a6a6;
   border-radius: 6px;
   --accent:#9fd2ff;
   padding: 10px 12px;
   --accent2:#76b2ff;
   margin: 0 0 24px 0;
   --radius:6px;
   box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03),
   --shadow:rgba(0,0,0,.6);
              0 2px 8px rgba(0, 0, 0, 0.4);
  --maxw:980px;
  --mono: ui-monospace, Menlo, Consolas, "Liberation Mono", monospace;
  --sans: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
}


/* ---------- Globaler Hintergrund + Text ---------- */
.mw-klub-pill {
html, body{
   display: inline-block;
   background: repeating-linear-gradient(135deg,var(--bg-a) 0 18px,var(--bg-b) 18px 36px);
  font-family: ui-monospace, 'Menlo', 'Consolas', monospace;
   color: var(--text);
  font-size: 12px;
   font-family: var(--sans);
  line-height: 1;
   line-height: 1.5;
  font-weight: 500;
   color: #a6a6a6;
  background: #0b0b0b;
  border: 1px solid #262626;
  border-radius: 4px;
  padding: 7px 12px;
   box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.8);
   transition: all 0.15s ease;
  cursor: pointer;
}
}


/* ---------- Cosmos-Chrome runterdrehen ---------- */
.mw-klub-pill:hover {
/* Header/Top-Leiste ausblenden */
  color: #fff;
.skin-cosmos .page-header,
  background: #121212;
.skin-cosmos .page-toolbar,
  border-color: #333;
.skin-cosmos .page-header__inner { display:none !important; }
  transform: translateY(-1px);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.8),
              0 2px 6px rgba(0, 0, 0, 0.3);
}
 
/* Links in Pills sollen kein Underline haben */
a .mw-klub-pill {
  text-decoration: none !important;
}


/* Sidebar ausblenden (Cosmos bezeichnet sie je nach Version unterschiedlich) */
/* ---------- Content Panels ---------- */
.skin-cosmos .page-sidebar,
.klub-panel {
.skin-cosmos .cosmos-sidebar,
  background: linear-gradient(180deg, #121212 0%, #0d0d0d 100%);
.skin-cosmos [class*="sidebar"] { display:none !important; }
  border: 1px solid #1b1b1b;
  border-radius: 6px;
  padding: 18px 20px;
  margin: 0 0 20px 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02),
              0 0 0 1px #000,
              0 4px 16px rgba(0, 0, 0, 0.5);
}


/* Footer dezent oder aus */
/* Spezielle hellere Panels (wie Welcome & Featured) */
.skin-cosmos .page-footer { display:none !important; }
.klub-panel-highlight {
  background: linear-gradient(135deg, #1a1a1a 0%, #0d0d0d 100%) !important;
  border: 1px solid #2a2a2a !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03),
              0 0 0 1px #000,
              0 8px 32px rgba(0, 0, 0, 0.6) !important;
}


/* ---------- Content-Schale: zentriert & dunkel ---------- */
/* Panel-Titel Style (die spans) */
/* Äußere Container aufräumen */
.klub-panel span[style*="font-family: ui-monospace"],
.skin-cosmos .page,
.klub-panel span[style*="text-transform: uppercase"] {
.skin-cosmos .page__body,
  display: block;
.skin-cosmos .mw-body,
.skin-cosmos .content,
.skin-cosmos .page-content,
.skin-cosmos .page-content__inner{
   background: transparent !important;
   background: transparent !important;
   box-shadow: none !important;
   padding: 0 !important;
   border: 0 !important;
   margin: 0 0 8px 0 !important;
}
}


/* Eigentliche Inhaltsspur */
/* Falls MediaWiki automatisch Titel-Styling hinzufügt */
.skin-cosmos .mw-parser-output,
.klub-panel > span:first-child,
.skin-cosmos .page-content .mw-body,
.klub-panel-highlight > span:first-child {
.skin-cosmos #content{
   background: transparent !important;
   background: var(--content-bg) !important;      /* NICHT transparent */
   border: none !important;
  border: 1px solid #111 !important;
   padding: 0 !important;
   border-radius: var(--radius);
  box-shadow: 0 0 24px var(--shadow);
  max-width: var(--maxw);
  margin: 32px auto !important;
   padding: 26px 28px 72px !important;
}
}


/* ---------- Typografie ---------- */
.klub-panel h2 {
.skin-cosmos h1, .skin-cosmos h2, .skin-cosmos h3, .skin-cosmos h4{
  margin: 0 0 12px 0 !important;
   font-family: var(--mono); color:#fff;  
  padding: 0 !important;
  color: #cfcfcf !important;
  font-family: ui-monospace, monospace !important;
  font-size: 14px !important;
   font-weight: 600 !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: none !important;
  background: transparent !important;
}
}
.skin-cosmos h1.firstHeading{
 
   font-size:1.6em; border-bottom:1px solid #222; padding-bottom:.3em;
.klub-panel p {
   margin: 0.5em 0;
}
}
.skin-cosmos p, .skin-cosmos li{ color:var(--text); }


/* Links */
.klub-muted {
.skin-cosmos a{ color:var(--accent); text-decoration:none; }
  color: #a6a6a6;
.skin-cosmos a:hover{ color:var(--accent2); text-decoration:underline; }
  font-size: 0.95em;
.skin-cosmos a:active{ color:#fff; }
}


/* ---------- TOC / Tabellen / Infobox ---------- */
/* ---------- Zwei-Spalten Layout ---------- */
.skin-cosmos #toc, .skin-cosmos .toc{
.klub-columns {
   background:var(--panel2) !important; color:var(--text) !important;
   display: grid;
   border:1px solid #222 !important; border-radius:var(--radius);
  grid-template-columns: 1fr 1fr;
   padding:10px 12px !important;
   gap: 16px;
   margin-bottom: 20px;
}
}
.skin-cosmos table.wikitable, .skin-cosmos .infobox{
 
  background:var(--panel) !important; color:var(--text) !important;
/* Auf kleinen Screens: eine Spalte */
   border:1px solid var(--border) !important; border-radius:var(--radius);
@media (max-width: 768px) {
   .klub-columns {
    grid-template-columns: 1fr;
  }
}
}
.skin-cosmos table.wikitable th, .skin-cosmos table.wikitable td,
 
.skin-cosmos .infobox th, .skin-cosmos .infobox td{
/* ---------- Listen (Registry/Updates) ---------- */
   border:1px solid #262626 !important; padding:6px 8px !important;
.klub-list {
  list-style: none;
   margin: 0;
  padding: 0;
}
}


/* ---------- Reusable UI (Topbar, Panels, Katalog, Listen) ---------- */
.klub-list li {
.mw-klub-topbar{
   display: flex;
   display:flex; gap:8px; align-items:center;
  justify-content: space-between;
   background: linear-gradient(#151515,#0e0e0e);
  align-items: center;
   border:1px solid #1c1c1c; border-radius:var(--radius);
   gap: 12px;
   padding:10px; margin:6px 0 18px;
   padding: 8px 0;
   box-shadow: inset 0 1px 0 #000, 0 1px 10px var(--shadow);
  border-bottom: 1px dashed #222;
   color: #e8e8e8;
   font-size: 0.95em;
}
}
.mw-klub-pill{
  font:12px/1 var(--mono);
  border:1px solid #262626; background:#0b0b0b;
  padding:6px 10px; border-radius:4px; box-shadow: inset 0 1px 0 #000;
}
.mw-klub-pill:hover{ border-color:#333; color:#fff; }


.klub-panel{
.klub-list li:last-child {
  background: linear-gradient(#121212,#0d0d0d);
   border-bottom: none;
  border:1px solid var(--border);
   border-radius:var(--radius);
  box-shadow: inset 0 1px 0 #000, 0 0 0 1px #000, 0 8px 24px var(--shadow);
  padding:14px 16px; margin:20px 0;
}
.klub-panel h2{
  margin:0 0 10px; color:#cfcfcf;
  font:600 14px var(--mono); text-transform:uppercase; letter-spacing:.4px;
}
}
.klub-muted{ color:var(--muted); }
.klub-columns{ display:grid; grid-template-columns:1fr 1fr; gap:16px; }
@media (max-width:900px){ .klub-columns{ grid-template-columns:1fr; } }


.klub-list{ list-style:none; margin:0; padding:0; }
.klub-list li:hover {
.klub-list li{ display:flex; justify-content:space-between; gap:12px; padding:6px 0; border-bottom:1px dashed #222; }
   color: #9fd2ff;
.klub-date{ color:var(--muted); font-size:12px; white-space:nowrap; }
 
/* Katalog-Gitter */
.klub-catalog{ display:grid; grid-template-columns: repeat(auto-fill, minmax(120px,1fr)); gap:12px; }
.klub-catalog .item{
   background:#0b0b0b; border:1px solid #252525; border-radius:6px;
  box-shadow: inset 0 1px 0 #000, 0 0 0 1px #000;
  display:grid; place-items:center; height:120px; transition:transform .08s;
}
}
.klub-catalog .item:hover{ transform:translateY(-2px); border-color:#2f2f2f; }
.klub-catalog .item img{ width:100px; height:100px; object-fit:cover; opacity:.9; }


/* Code/Kleinteile */
.klub-date {
.small{ font-size:12px; color:var(--muted); }
  color: #a6a6a6;
code, pre{ background:#0b0b0b; border:1px solid #242424; border-radius:4px; padding:2px 4px; }
  font-size: 11px;
 
  white-space: nowrap;
/* Optional: Hauptseiten-Titel ausblenden, wenn Seite „Hauptseite“ heißt */
  font-family: ui-monospace, monospace;
.page-Hauptseite h1.firstHeading{ display:none; }
/* --- COSMOS: den Artikel-Header/Chrome wirklich komplett weg --- */
.skin-cosmos .page-header,
.skin-cosmos .page-header__inner,
.skin-cosmos .page-header__meta,
.skin-cosmos .page-header__stats,
.skin-cosmos .page-header__actions,
.skin-cosmos .page-header__tabs,
.skin-cosmos .page-toolbar {
  display: none !important;
}
}


/* --- COSMOS: Seitenränder/Gutter & Innenabstände neutralisieren --- */
/* ---------- Katalog-Gitter ---------- */
.skin-cosmos .page,
.klub-catalog {
.skin-cosmos .page__body,
   display: grid;
.skin-cosmos .page-content,
   grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
.skin-cosmos .page-content__inner {
   gap: 12px;
   background: transparent !important;
   margin-top: 12px;
   box-shadow: none !important;
   border: 0 !important;
  padding: 0 !important;      /* nimmt die dicken Innenabstände raus */
   margin: 0 !important;
}
}


/* --- Unser eigentlicher Content-Block bleibt (zentriert & dunkel) --- */
.klub-catalog .item {
.skin-cosmos #content,
   position: relative;
.skin-cosmos .mw-parser-output {
   background: #0b0b0b;
   max-width: 980px !important;
   border: 1px solid #252525;
  margin: 32px auto !important;
   border-radius: 6px;
  padding: 26px 28px 72px !important;
   box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.8),
   background: var(--content-bg) !important;
              0 0 0 1px #000;
   border: 1px solid #111 !important;
  display: flex;
   border-radius: 6px !important;
  align-items: center;
   box-shadow: 0 0 24px rgba(0,0,0,.6) !important;
  justify-content: center;
  height: 120px;
  overflow: hidden;
  transition: all 0.2s ease;
  cursor: pointer;
}
}


/* Optional: ganz oben die globale Cosmos-Bar auch ausblenden
.klub-catalog .item:hover {
  (Suche/Profil). Wenn du sie behalten willst: diesen Block weglassen. */
  transform: translateY(-3px);
/*
  border-color: #2f2f2f;
.skin-cosmos .global-header,
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.8),
.skin-cosmos .cosmos-globalHeader,
              0 0 0 1px #000,
.skin-cosmos [class*="global-header"] {
              0 6px 20px rgba(0, 0, 0, 0.6);
  display: none !important;
}
}
*/
/* ============================================================
  ✦  COSMOS – alle blauen Flächen auf schwarz/dunkelgrau setzen
  ============================================================ */


/* Header (Kopfbereich oben) */
.klub-catalog .item img {
.skin-cosmos .page-header,
   width: 100%;
.skin-cosmos .page-header__inner,
   height: 100%;
.skin-cosmos .page-header__meta,
   object-fit: cover;
.skin-cosmos .page-header__stats,
   opacity: 0.9;
.skin-cosmos .page-header__actions,
  transition: opacity 0.2s ease;
.skin-cosmos .page-header__tabs {
   background: #0b0b0b !important;
   border: 0 !important;
   box-shadow: none !important;
   color: #e6e6e6 !important;
}
}


/* Seitenkörper / Hintergründe */
.klub-catalog .item:hover img {
.skin-cosmos .page,
   opacity: 1;
.skin-cosmos .page__body,
.skin-cosmos .page-content,
.skin-cosmos .page-content__inner,
.skin-cosmos .mw-body {
   background: #0e0e0e !important;  /* tiefes Schwarzgrau */
  border: 0 !important;
  box-shadow: none !important;
}
}


/* Sidebar, wenn du sie eingeblendet hast */
/* Falls Bilder fehlen: Platzhalter */
.skin-cosmos .page-sidebar,
.klub-catalog .item:empty::before {
.skin-cosmos .cosmos-sidebar {
  content: '?';
   background: #0b0b0b !important;
  font-size: 48px;
   border-right: 1px solid #111 !important;
   color: #333;
   font-family: ui-monospace, monospace;
}
}


/* Such- und User-Bar ganz oben */
/* ---------- Character Cards ---------- */
.skin-cosmos .global-header,
.klub-char-card {
.skin-cosmos .cosmos-globalHeader,
   background: #0b0b0b;
.skin-cosmos [class*="global-header"] {
   border: 1px solid #252525;
   background: #080808 !important;
   border-radius: 6px;
   color: #e6e6e6 !important;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.8),
   border-bottom: 1px solid #111 !important;
              0 0 0 1px #000;
  overflow: hidden;
  transition: all 0.25s ease;
  cursor: pointer;
}
}


/* Buttons, Tabs, Leisten */
.klub-char-card:hover {
.skin-cosmos .cosmos-button,
   transform: translateY(-4px);
.skin-cosmos .cosmos-tab,
   border-color: #2f2f2f;
.skin-cosmos .cosmos-toolbar {
   box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.8),
   background: #0d0d0d !important;
              0 0 0 1px #000,
   color: #e6e6e6 !important;
              0 8px 24px rgba(0, 0, 0, 0.7);
   border: 1px solid #1a1a1a !important;
}
.skin-cosmos .cosmos-button:hover,
.skin-cosmos .cosmos-tab:hover {
  background: #151515 !important;
  border-color: #2a2a2a !important;
}
}


/* Links oben in der Topbar */
.klub-char-image {
.skin-cosmos .page-header a,
  width: 100%;
.skin-cosmos .global-header a {
  height: 140px;
   color: #9fd2ff !important;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
   background: #080808;
}
}
.skin-cosmos .page-header a:hover,
.skin-cosmos .global-header a:hover {
  color: #76b2ff !important;
}
/* ========= COSMOS: Primär-Farbvariablen auf dunkel setzen ========= */
.skin-cosmos {
  /* Hauptfarb-Tokens, die Cosmos intern verwendet */
  --cosmos-color-primary: #0b0b0b;
  --cosmos-color-secondary: #0d0d0d;
  --cosmos-color-surface: #0e0e0e;
  --cosmos-color-surface-2: #121212;
  --cosmos-header-background: #0b0b0b;
  --cosmos-toolbar-background: #0d0d0d;
  --cosmos-sidebar-background: #0b0b0b;
  --cosmos-border-color: #111;


   /* manche Builds nutzen diese Namen */
.klub-char-image img {
   --theme-primary: #0b0b0b;
   width: 100%;
   --theme-secondary: #0d0d0d;
   height: 100%;
   --theme-surface: #0e0e0e;
  object-fit: cover;
   opacity: 0.9;
   transition: opacity 0.25s ease, transform 0.3s ease;
}
}


/* ========= COSMOS: alle Header-/Toolbar-Varianten schwärzen ========= */
.klub-char-card:hover .klub-char-image img {
/* article header (manche Versionen nennen ihn "articleHeader") */
   opacity: 1;
.skin-cosmos .cosmos-articleHeader,
   transform: scale(1.05);
.skin-cosmos .cosmos-articleHeader__inner,
.skin-cosmos .cosmos-articleHeader__meta,
.skin-cosmos .cosmos-articleHeader__stats,
.skin-cosmos .cosmos-articleHeader__actions,
.skin-cosmos .cosmos-articleHeader__tabs {  
   background:#0b0b0b !important;  
   border:0 !important;
  box-shadow:none !important;
  color:#e6e6e6 !important;
}
}


/* generisch: alles mit "header"/"toolbar"/"banner" im Klassennamen */
.klub-char-name {
.skin-cosmos [class*="header"],
  padding: 10px 12px 4px;
.skin-cosmos [class*="Header"],
  font-family: ui-monospace, monospace;
.skin-cosmos [class*="toolbar"],
  font-size: 13px;
.skin-cosmos [class*="Toolbar"],
   font-weight: 600;
.skin-cosmos [class*="banner"],
   color: #e8e8e8;
.skin-cosmos [class*="Banner"]{
   text-align: center;
  background:#0b0b0b !important;
   border:0 !important;
   box-shadow:none !important;
   color:#e6e6e6 !important;
}
}


/* globale Topbar (Suche/Profil), falls sichtbar */
.klub-char-name a {
.skin-cosmos .global-header,
   color: #e8e8e8 !important;
.skin-cosmos .cosmos-globalHeader{
   text-decoration: none !important;
  background:#080808 !important;
   color:#e6e6e6 !important;
   border-bottom:1px solid #111 !important;
}
}


/* Falls Cosmos noch einen Wrapper färbt */
.klub-char-name a:hover {
.skin-cosmos .cosmos-page,
   color: #9fd2ff !important;
.skin-cosmos .cosmos-page__inner,
.skin-cosmos .cosmos-page-header,
.skin-cosmos .cosmos-page-toolbar{
   background:#0e0e0e !important;
  border:0 !important;
  box-shadow:none !important;
}
}


/* Buttons/Tabs, die blau waren */
.klub-char-role {
.skin-cosmos .cosmos-button,
   padding: 0 12px 12px;
.skin-cosmos .cosmos-tab,
   font-size: 11px;
.skin-cosmos .cosmos-toolbar,
   color: #a6a6a6;
.skin-cosmos .mw-ui-button {
  text-align: center;
   background:#0d0d0d !important;
   font-family: ui-monospace, monospace;
   color:#e6e6e6 !important;
   border:1px solid #1a1a1a !important;
}
.skin-cosmos .cosmos-button:hover,
.skin-cosmos .cosmos-tab:hover,
.skin-cosmos .mw-ui-button:hover{
  background:#151515 !important;
   border-color:#2a2a2a !important;
}
/* ULTIMATE: entferne ALLE Cosmos/Fandom Header-/Toolbar-Varianten */
.skin-cosmos .page-header,
.skin-cosmos .page-header__inner,
.skin-cosmos .page-header__meta,
.skin-cosmos .page-header__stats,
.skin-cosmos .page-header__actions,
.skin-cosmos .page-header__tabs,
.skin-cosmos .page-toolbar,
.skin-cosmos .cosmos-articleHeader,
.skin-cosmos .cosmos-articleHeader__inner,
.skin-cosmos .cosmos-articleHeader__meta,
.skin-cosmos .fandom-community-header,
.skin-cosmos .fandom-sticky-header,
.skin-cosmos [id*="PageHeader"],
.skin-cosmos [class*="CommunityHeader"],
.skin-cosmos [class*="StickyHeader"],
.skin-cosmos [class*="Header"],
.skin-cosmos [class*="header"],
.skin-cosmos [class*="toolbar"],
.skin-cosmos [class*="Toolbar"]{
  display: none !important;
}
}
/* Headings sicher: keine Überlappung mit TOC/Tools */
.skin-cosmos h1.firstHeading{
  position: relative; z-index: 2;
  margin: 0 0 .9em !important;
  line-height: 1.25;
}
.skin-cosmos .mw-parser-output h2,
.skin-cosmos .mw-parser-output h3,
.skin-cosmos .mw-parser-output h4{
  clear: both;
  margin: 1.2em 0 .55em !important;
  line-height: 1.25;
}
/* TOC schwebt manchmal – fest setzen */
.skin-cosmos #toc, .skin-cosmos .toc{
  float: none !important;
  margin: 0 0 1rem !important;
}
/* =========================================================
  FINAL FIX: Cosmos-Hintergrund (blauer Schleier) → tiefschwarz
  ========================================================= */


/* 1️⃣  Grundfläche (Browser & Cosmos-Root) */
/* ---------- Featured Character Section ---------- */
html, body,
.klub-featured-minimal {
.skin-cosmos,
   background: linear-gradient(135deg, #1a1a1a 0%, #0d0d0d 100%) !important;
.skin-cosmos body,
   border: 1px solid #2a2a2a !important;
.skin-cosmos .cosmos-root,
   box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03),
.skin-cosmos .page,
              0 0 0 1px #000,
.skin-cosmos .page__body,
              0 8px 32px rgba(0, 0, 0, 0.6) !important;
.skin-cosmos .page-background,
.skin-cosmos .cosmos-page-background {
   background: #000 !important;             /* echtes Schwarz */
   background-image: none !important;       /* keine Verlaufstexturen */
   background-color: #000 !important;
  filter: none !important;                 /* falls Cosmos dunkle Filter nutzt */
}
}


/* 2️⃣  Fallback-Ebenen, falls Cosmos Overlay-Effekte setzt */
/* Bild-Container für Featured Character - kein Scrollbar */
.skin-cosmos::before,
.klub-featured-minimal .thumbinner,
.skin-cosmos::after,
.klub-featured-minimal .thumbimage {
.skin-cosmos .page::before,
  background: transparent !important;
.skin-cosmos .page::after,
  border: none !important;
.skin-cosmos .cosmos-root::before,
   padding: 0 !important;
.skin-cosmos .cosmos-root::after {
   margin: 0 !important;
   background: none !important;
   content: none !important;
}
}


/* 3️⃣  Stripe-Hintergrund wieder aktivieren (deins überschreibt das Schwarz) */
.klub-featured-minimal img {
html, body {
   display: block;
   background: repeating-linear-gradient(
  width: 100%;
    135deg,
  height: auto;
    #0b0b0b 0 18px,
   max-width: 160px;
    #101010 18px 36px
   ) !important;
}
}
/* === FINAL OVERRIDE: Wrapper transparent, nur Content dunkel === */


/* 1) Alle Cosmos-Wrapper transparent machen */
/* Falls MediaWiki einen Wrapper drum macht */
.skin-cosmos .page,
.klub-featured-minimal .thumb,
.skin-cosmos .page__body,
.klub-featured-minimal .tleft,
.skin-cosmos .page-content,
.klub-featured-minimal .tright {
.skin-cosmos .page-content__inner,
  border: none !important;
.skin-cosmos .mw-body,
.skin-cosmos .cosmos-article,
.skin-cosmos .cosmos-article__inner,
.skin-cosmos .cosmos-page,
.skin-cosmos .cosmos-page__inner {
   background: transparent !important;
   background: transparent !important;
   background-image: none !important;
   margin: 0 !important;
  box-shadow: none !important;
  border: 0 !important;
   padding: 0 !important;
   padding: 0 !important;
  margin: 0 !important;
}
}


/* 2) Eventuelle Overlay-/Pseudo-Hintergründe killen */
/* ---------- Kleine Helfer ---------- */
.skin-cosmos::before,
.small {
.skin-cosmos::after,
  font-size: 12px;
.skin-cosmos .page::before,
   color: #a6a6a6;
.skin-cosmos .page::after,
   margin-top: 8px;
.skin-cosmos .cosmos-article::before,
.skin-cosmos .cosmos-article::after {
   content: none !important;
   background: none !important;
}
}


/* 3) Nur der eigentliche Inhalt ist dunkel/zentriert */
.small a {
.skin-cosmos #content,
   color: #76b2ff;
.skin-cosmos .mw-parser-output {
   text-decoration: none;
   max-width: 980px !important;
  margin: 32px auto !important;
  padding: 26px 28px 72px !important;
  background: var(--content-bg) !important;    /* dunkler Block */
  border: 1px solid #111 !important;
  border-radius: 6px !important;
   box-shadow: 0 0 24px rgba(0,0,0,.6) !important;
}
}


/* 4) Globaler Seitenhintergrund: Streifen (oder nimm #000) */
.small a:hover {
html, body {
   text-decoration: underline;
   background: repeating-linear-gradient(135deg,#0b0b0b 0 18px,#101010 18px 36px) !important;
  /* Wenn du reines Schwarz willst: einfach obige Zeile auskommentieren und:
    background:#000 !important; */
}
}


/* 5) Überschriften/TOC entknoten (falls noch nötig) */
/* ---------- Mobile Optimierung ---------- */
.skin-cosmos h1.firstHeading{ position:relative; z-index:2; margin:0 0 .9em !important; line-height:1.25; }
@media (max-width: 640px) {
.skin-cosmos .mw-parser-output h2,
  .mw-klub-topbar {
.skin-cosmos .mw-parser-output h3,
    padding: 8px 10px;
.skin-cosmos .mw-parser-output h4{ clear:both; margin:1.2em 0 .55em !important; line-height:1.25; }
    gap: 6px;
.skin-cosmos #toc,.skin-cosmos .toc{ float:none !important; margin:0 0 1rem !important; }
  }
 
  .mw-klub-pill {
    font-size: 11px;
    padding: 6px 10px;
  }
 
  .klub-catalog {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 10px;
  }
 
  .klub-catalog .item {
    height: 100px;
  }
 
  .klub-panel {
    padding: 14px 16px;
  }
 
  .klub-char-image {
    height: 120px;
  }
}

Aktuelle Version vom 13. November 2025, 00:57 Uhr

/* =========================================================
   KLUBNIKA Custom Components für MediaWiki
   Für MediaWiki:Common.css
   ========================================================= */

/* ---------- Topbar Navigation ---------- */
.mw-klub-topbar {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background: linear-gradient(180deg, #151515 0%, #0e0e0e 100%);
  border: 1px solid #1c1c1c;
  border-radius: 6px;
  padding: 10px 12px;
  margin: 0 0 24px 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03),
              0 2px 8px rgba(0, 0, 0, 0.4);
}

.mw-klub-pill {
  display: inline-block;
  font-family: ui-monospace, 'Menlo', 'Consolas', monospace;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  color: #a6a6a6;
  background: #0b0b0b;
  border: 1px solid #262626;
  border-radius: 4px;
  padding: 7px 12px;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.8);
  transition: all 0.15s ease;
  cursor: pointer;
}

.mw-klub-pill:hover {
  color: #fff;
  background: #121212;
  border-color: #333;
  transform: translateY(-1px);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.8),
              0 2px 6px rgba(0, 0, 0, 0.3);
}

/* Links in Pills sollen kein Underline haben */
a .mw-klub-pill {
  text-decoration: none !important;
}

/* ---------- Content Panels ---------- */
.klub-panel {
  background: linear-gradient(180deg, #121212 0%, #0d0d0d 100%);
  border: 1px solid #1b1b1b;
  border-radius: 6px;
  padding: 18px 20px;
  margin: 0 0 20px 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02),
              0 0 0 1px #000,
              0 4px 16px rgba(0, 0, 0, 0.5);
}

/* Spezielle hellere Panels (wie Welcome & Featured) */
.klub-panel-highlight {
  background: linear-gradient(135deg, #1a1a1a 0%, #0d0d0d 100%) !important;
  border: 1px solid #2a2a2a !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03),
              0 0 0 1px #000,
              0 8px 32px rgba(0, 0, 0, 0.6) !important;
}

/* Panel-Titel Style (die spans) */
.klub-panel span[style*="font-family: ui-monospace"],
.klub-panel span[style*="text-transform: uppercase"] {
  display: block;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 0 8px 0 !important;
}

/* Falls MediaWiki automatisch Titel-Styling hinzufügt */
.klub-panel > span:first-child,
.klub-panel-highlight > span:first-child {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}

.klub-panel h2 {
  margin: 0 0 12px 0 !important;
  padding: 0 !important;
  color: #cfcfcf !important;
  font-family: ui-monospace, monospace !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: none !important;
  background: transparent !important;
}

.klub-panel p {
  margin: 0.5em 0;
}

.klub-muted {
  color: #a6a6a6;
  font-size: 0.95em;
}

/* ---------- Zwei-Spalten Layout ---------- */
.klub-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 20px;
}

/* Auf kleinen Screens: eine Spalte */
@media (max-width: 768px) {
  .klub-columns {
    grid-template-columns: 1fr;
  }
}

/* ---------- Listen (Registry/Updates) ---------- */
.klub-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.klub-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px dashed #222;
  color: #e8e8e8;
  font-size: 0.95em;
}

.klub-list li:last-child {
  border-bottom: none;
}

.klub-list li:hover {
  color: #9fd2ff;
}

.klub-date {
  color: #a6a6a6;
  font-size: 11px;
  white-space: nowrap;
  font-family: ui-monospace, monospace;
}

/* ---------- Katalog-Gitter ---------- */
.klub-catalog {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.klub-catalog .item {
  position: relative;
  background: #0b0b0b;
  border: 1px solid #252525;
  border-radius: 6px;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.8),
              0 0 0 1px #000;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  overflow: hidden;
  transition: all 0.2s ease;
  cursor: pointer;
}

.klub-catalog .item:hover {
  transform: translateY(-3px);
  border-color: #2f2f2f;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.8),
              0 0 0 1px #000,
              0 6px 20px rgba(0, 0, 0, 0.6);
}

.klub-catalog .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
  transition: opacity 0.2s ease;
}

.klub-catalog .item:hover img {
  opacity: 1;
}

/* Falls Bilder fehlen: Platzhalter */
.klub-catalog .item:empty::before {
  content: '?';
  font-size: 48px;
  color: #333;
  font-family: ui-monospace, monospace;
}

/* ---------- Character Cards ---------- */
.klub-char-card {
  background: #0b0b0b;
  border: 1px solid #252525;
  border-radius: 6px;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.8),
              0 0 0 1px #000;
  overflow: hidden;
  transition: all 0.25s ease;
  cursor: pointer;
}

.klub-char-card:hover {
  transform: translateY(-4px);
  border-color: #2f2f2f;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.8),
              0 0 0 1px #000,
              0 8px 24px rgba(0, 0, 0, 0.7);
}

.klub-char-image {
  width: 100%;
  height: 140px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #080808;
}

.klub-char-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
  transition: opacity 0.25s ease, transform 0.3s ease;
}

.klub-char-card:hover .klub-char-image img {
  opacity: 1;
  transform: scale(1.05);
}

.klub-char-name {
  padding: 10px 12px 4px;
  font-family: ui-monospace, monospace;
  font-size: 13px;
  font-weight: 600;
  color: #e8e8e8;
  text-align: center;
}

.klub-char-name a {
  color: #e8e8e8 !important;
  text-decoration: none !important;
}

.klub-char-name a:hover {
  color: #9fd2ff !important;
}

.klub-char-role {
  padding: 0 12px 12px;
  font-size: 11px;
  color: #a6a6a6;
  text-align: center;
  font-family: ui-monospace, monospace;
}

/* ---------- Featured Character Section ---------- */
.klub-featured-minimal {
  background: linear-gradient(135deg, #1a1a1a 0%, #0d0d0d 100%) !important;
  border: 1px solid #2a2a2a !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03),
              0 0 0 1px #000,
              0 8px 32px rgba(0, 0, 0, 0.6) !important;
}

/* Bild-Container für Featured Character - kein Scrollbar */
.klub-featured-minimal .thumbinner,
.klub-featured-minimal .thumbimage {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.klub-featured-minimal img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 160px;
}

/* Falls MediaWiki einen Wrapper drum macht */
.klub-featured-minimal .thumb,
.klub-featured-minimal .tleft,
.klub-featured-minimal .tright {
  border: none !important;
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* ---------- Kleine Helfer ---------- */
.small {
  font-size: 12px;
  color: #a6a6a6;
  margin-top: 8px;
}

.small a {
  color: #76b2ff;
  text-decoration: none;
}

.small a:hover {
  text-decoration: underline;
}

/* ---------- Mobile Optimierung ---------- */
@media (max-width: 640px) {
  .mw-klub-topbar {
    padding: 8px 10px;
    gap: 6px;
  }

  .mw-klub-pill {
    font-size: 11px;
    padding: 6px 10px;
  }

  .klub-catalog {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 10px;
  }

  .klub-catalog .item {
    height: 100px;
  }

  .klub-panel {
    padding: 14px 16px;
  }
  
  .klub-char-image {
    height: 120px;
  }
}