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
Zeile 1: Zeile 1:
/* ====== Mike-Klubnika-inspirierter MediaWiki-Theme ======
/* =====================================================
   Einfach in MediaWiki:Common.css einfügen.
   🔧 KILLES DARK / MIKE KLUBNIKA STYLE MEDIAWIKI THEME
   Du kannst Farben/Abstände in :root ändern.
   (funktioniert mit Vector 2022 / Legacy)
=========================================================== */
  ===================================================== */


/* Grundfarben */
:root{
:root{
   --bg: #0b0b0b;
   --bg-main: #0e0e0e;
   --bg-alt:#121212;
   --panel: #121212;
   --panel:#111;
   --panel2: #0d0d0d;
   --panel-2:#0d0d0d;
   --border: #1b1b1b;
   --text:#e6e6e6;
   --text: #e6e6e6;
   --muted:#a8a8a8;
   --muted: #9b9b9b;
   --accent:#9fd2ff;     /* Linkfarbe hellblau */
   --accent: #9fd2ff;
   --accent-2:#76b2ff;
   --accent2: #76b2ff;
  --danger:#ff5151;
  --ok:#9cff9c;
  --shadow: rgba(0,0,0,.6);
  --maxw: 980px;        /* Breite der Mittelspalte */
   --radius: 6px;
   --radius: 6px;
   --gap: 14px;
   --shadow: rgba(0,0,0,.55);
   --mono: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
   --mono: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
   --sans: system-ui, -apple-system, Segoe UI, Roboto, "Noto Sans", "Helvetica Neue", Arial, sans-serif;
   --sans: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}
}


/* Hintergrund: diagonale dunkle Streifen + leichte Vignette */
/* Seitenhintergrund (schräge Streifen wie mikeklubnika.com) */
html,body{
html, body {
   background:
   background: repeating-linear-gradient(135deg,#0b0b0b 0 18px,#101010 18px 36px);
    repeating-linear-gradient(135deg,#0b0b0b 0 18px,#101010 18px 36px);
   color: var(--text);
   color: var(--text);
   font-family: var(--sans);
   font-family: var(--sans);
   line-height: 1.45;
   line-height: 1.5;
}
 
/* Hauptinhaltsbereich mittig, leicht schmaler */
#content, .mw-body, .vector-body {
  background: var(--bg-main);
  border: 1px solid #111;
  border-radius: var(--radius);
  box-shadow: 0 0 15px rgba(0,0,0,.6);
  max-width: 960px;
  margin: 30px auto;
  padding: 24px 28px 60px;
}
 
/* Titel */
h1, h2, h3, h4 {
  font-family: var(--mono);
  color: #fff;
}
h1.firstHeading {
  font-size: 1.6em;
  border-bottom: 1px solid #222;
  padding-bottom: .3em;
}
}


/* Mittelspalte, zentriert */
/* Text und Links */
body .mw-body, #content, #mw-content-text{
a {
   background: transparent !important;
   color: var(--accent);
   box-shadow: none !important;
   text-decoration: none;
}
}
#mw-page-base, #mw-head-base{ display:none; }
a:hover {
#content{
   color: var(--accent2);
   max-width: var(--maxw);
   text-decoration: underline;
   margin: 0 auto;
  padding: 20px 12px 60px;
}
}
a:active { color: #fff; }


/* Globale Link-Optik */
p, li { color: var(--text); }
a{ color: var(--accent); text-decoration: none; }
a:hover{ color: var(--accent-2); text-decoration: underline; }
a:active{ color: #fff; }


/* Obere schmale Header-Leiste mit kleinen "Pills" */
/* Tabellen, Infoboxen */
.mw-klub-topbar{
table.wikitable, .infobox {
   display:flex; gap:8px; align-items:center;
   background: var(--panel);
   background: linear-gradient(#151515,#0e0e0e);
   color: var(--text);
   border: 1px solid #1c1c1c;
   border: 1px solid var(--border);
  box-shadow: 0 1px 0 #000 inset, 0 1px 10px var(--shadow);
  padding: 10px;
   border-radius: var(--radius);
   border-radius: var(--radius);
  margin: 8px 0 16px;
}
}
.mw-klub-topbar .brand{
table.wikitable th, table.wikitable td,
   font-weight:700; letter-spacing:.5px;
.infobox th, .infobox td {
   background:#000; padding:6px 10px; border-radius:4px;
   border: 1px solid #222;
  border:1px solid #262626;
   padding: 6px 8px;
}
}
.mw-klub-pill{
 
   font: 12px/1 var(--mono);
/* Inhaltsverzeichnis */
   border:1px solid #262626;
#toc, .toc {
  background:#0b0b0b;
  background: var(--panel2);
  padding:6px 10px;
   color: var(--text);
   border-radius:4px;
   border: 1px solid #222;
  box-shadow: 0 1px 0 #000 inset;
   border-radius: var(--radius);
   white-space:nowrap;
   padding: 10px 12px;
}
}
#toc a { color: var(--accent); }


/* Panels (Boxen) */
/* Panels (wie einzelne Boxen) */
.klub-panel{
.klub-panel {
   background: linear-gradient(#121212,#0d0d0d);
   background: linear-gradient(#121212,#0d0d0d);
   border: 1px solid #1b1b1b;
   border: 1px solid var(--border);
   border-radius: var(--radius);
   border-radius: var(--radius);
   box-shadow: 0 1px 0 #000 inset, 0 0 0 1px #000, 0 8px 24px var(--shadow);
   box-shadow: 0 1px 0 #000 inset, 0 0 0 1px #000, 0 8px 24px var(--shadow);
   padding: 12px 14px;
   padding: 14px 16px;
   margin-bottom: 18px;
   margin-bottom: 22px;
}
}
.klub-panel h2{
.klub-panel h2 {
   font: 600 14px var(--mono);
   font: 600 14px var(--mono);
   letter-spacing:.4px; text-transform:uppercase;
  text-transform: uppercase;
   margin: 0 0 10px; color:#cfcfcf;
   letter-spacing: .4px;
  color: #cfcfcf;
   margin-top: 0;
  margin-bottom: 10px;
}
}
.klub-muted{ color: var(--muted); }
.klub-muted { color: var(--muted); }


/* Featured-Bildschirm (alter TV-Rahmen-Look) */
/* Topbar mit „Pills“ */
.klub-featured{
.mw-klub-topbar {
   display:flex; gap:14px; align-items:flex-start; flex-wrap:wrap;
   display: flex;
  gap: 8px;
  align-items: center;
  background: linear-gradient(#151515,#0e0e0e);
  border: 1px solid #1c1c1c;
  box-shadow: 0 1px 0 #000 inset, 0 1px 10px var(--shadow);
  padding: 10px;
  border-radius: var(--radius);
  margin-bottom: 20px;
}
}
.klub-crt{
.mw-klub-pill {
   width: 360px; max-width:100%;
   font: 12px/1 var(--mono);
   aspect-ratio: 4 / 3;
   border: 1px solid #262626;
   background:#050505;
   background: #0b0b0b;
   border: 2px solid #222;
   padding: 6px 10px;
   border-radius: 8px;
   border-radius: 4px;
   box-shadow: 0 1px 0 #000 inset, 0 0 0 1px #000, 0 8px 24px var(--shadow);
   box-shadow: inset 0 1px 0 #000;
  position: relative; overflow:hidden;
}
.klub-crt img{ width:100%; height:100%; object-fit:cover; opacity:.92; }
.klub-crt::after{
  content:""; position:absolute; inset:0;
  background:
    radial-gradient(ellipse at center, rgba(255,255,255,.06), transparent 60%),
    repeating-linear-gradient(0deg, rgba(255,255,255,.04), rgba(255,255,255,.04) 1px, transparent 1px, transparent 3px);
  mix-blend-mode: screen; pointer-events:none;
}
}
.klub-featured .desc{ flex:1 1 260px; }
.mw-klub-pill:hover { border-color: #333; color: #fff; }


/* Katalog: kleine Items rechts vom Featured */
/* Registry & Updates Spalten */
.klub-catalog{
.klub-columns {
   display:grid; grid-template-columns: repeat(auto-fill, 64px);
   display: grid;
   gap: 12px;
  grid-template-columns: 1fr 1fr;
   gap: 16px;
}
}
.klub-catalog .item{
@media (max-width:900px){ .klub-columns { grid-template-columns:1fr; } }
  width:64px; height:64px; background:#0b0b0b;
  border:1px solid #252525; border-radius:6px;
  box-shadow: 0 1px 0 #000 inset, 0 0 0 1px #000;
  display:grid; place-items:center;
  transition: transform .08s ease;
}
.klub-catalog .item img{ width:48px; height:48px; object-fit:contain; opacity:.9; }
.klub-catalog .item:hover{ transform: translateY(-2px); border-color:#2f2f2f; }


/* Zweispaltige Sektion: Registry / Updates */
.klub-list {
.klub-columns{
   list-style: none;
   display:grid; grid-template-columns: 1fr 1fr; gap: var(--gap);
  padding: 0;
  margin: 0;
}
}
@media (max-width: 900px){ .klub-columns{ grid-template-columns: 1fr; } }
.klub-list li {
 
  display: flex;
.klub-list{
  justify-content: space-between;
   list-style:none; padding:0; margin:0;
   gap: 12px;
  padding: 6px 0;
  border-bottom: 1px dashed #222;
}
}
.klub-list li{
.klub-date {
   display:flex; justify-content:space-between; gap:16px;
   color: var(--muted);
   padding:8px 0; border-bottom:1px dashed #222;
  font-size: 12px;
   white-space: nowrap;
}
}
.klub-list a{ font-family: var(--mono); font-size:13px; }
.klub-date{ color:var(--muted); font-size:12px; white-space:nowrap; }


/* Tabellen/Infoboxen dunkel */
/* Catalogue Raster */
.infobox, table.wikitable{
.klub-catalog {
   background: var(--panel) !important;
   display: grid;
   color: var(--text);
   grid-template-columns: repeat(auto-fill, minmax(120px,1fr));
   border:1px solid #242424;
   gap: 12px;
}
}
.infobox th, .infobox td, table.wikitable th, table.wikitable td{
.klub-catalog .item {
   border:1px solid #262626; padding:6px 8px;
  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 {
/* Kopf-/Fußleisten von MediaWiki stark reduzieren */
   transform: translateY(-2px);
#mw-page-base, #mw-head, #left-navigation, #right-navigation,
   border-color: #2f2f2f;
#p-personal, #p-logo, .mw-portlet.vector-user-menu-legacy,
.vector-header-container{ display:none !important; }
.mw-body{ margin-top: 0 !important; }
 
/* Fußnote/kleiner Text */
.small{ font-size:12px; color:var(--muted); }
 
/* Code-Blöcke */
pre, code{ background:#0b0b0b; border:1px solid #242424; border-radius:4px; }
 
/* Buttons */
.klub-btn{
   display:inline-block; font: 12px var(--mono);
   padding:6px 10px; border-radius:4px;
  border:1px solid #262626; background:#0b0b0b;
  box-shadow: 0 1px 0 #000 inset;
}
}
.klub-btn:hover{ border-color:#2e2e2e; text-decoration:none; }


/* Optional: Kategorie-/Seiten-Titel ausblenden auf Hauptseite */
/* Bilder in Items */
.page-Hauptseite h1.firstHeading{ display:none; }
.klub-catalog .item img {
 
  width: 100px;
/* ==== CLEAN VECTOR RESET (macht Vector wie eine normale Website) ==== */
  height: 100px;
 
   object-fit: cover;
/* Hintergrund (diagonale Streifen bleibt) */
   opacity: .9;
html,body{
   background: repeating-linear-gradient(135deg,#0b0b0b 0 18px,#101010 18px 36px);
   color:#e6e6e6;
}
}


/* Linke Sidebar + Logo ausblenden */
/* Kleine Texte */
#mw-panel, #p-logo { display:none !important; }
.small { font-size: 12px; color: var(--muted); }


/* Gesamtlayout zentrieren */
/* Code */
#page-base, #head-base, #mw-head, #footer, #mw-data-after-content {
code, pre {
   background: transparent !important; box-shadow:none !important;
   background: #0b0b0b;
}
   border: 1px solid #242424;
#content, .mw-body, .mw-content-ltr{
   border-radius: 4px;
   background: transparent !important;
   padding: 2px 4px;
   max-width: 980px;               /* Breite der Mittelspalte */
  margin: 0 auto !important;      /* zentrieren */
   padding: 20px 12px 80px !important;
  border: 0 !important;
  box-shadow: none !important;
}
}
body { min-width: unset !important; }
#left-navigation, #right-navigation { display:none !important; } /* Vector-Topmenü optional aus */


/* Titel & Typo */
/* Navigation & Footer leicht abdunkeln, aber nicht transparent */
.firstHeading { color:#fff; font-weight:800; letter-spacing:.3px; }
#mw-panel, #p-logo, #footer {
.mw-body { font: 15px/1.5 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }
   background: #080808;
 
   border-right: 1px solid #111;
/* Links */
a{ color:#9fd2ff; text-decoration:none; }
a:hover{ color:#76b2ff; text-decoration:underline; }
 
/* Pane/Boxen */
.klub-panel{
   background: linear-gradient(#121212,#0d0d0d);
   border: 1px solid #1b1b1b;
  border-radius: 6px;
  box-shadow: 0 1px 0 #000 inset, 0 0 0 1px #000, 0 8px 24px rgba(0,0,0,.55);
  padding: 12px 14px; margin: 18px 0;
}
}
.klub-panel h2{
#footer {
   margin:0 0 10px; font: 600 14px ui-monospace,Consolas,Menlo,monospace;
   border-top: 1px solid #111;
   text-transform:uppercase; color:#cfcfcf; letter-spacing:.4px;
   color: var(--muted);
}
}
.klub-muted{ color:#a8a8a8; }
/* Inhaltsverzeichnis „TOC“ dunkel */
#toc, .toc{
  background:#111 !important; color:#e6e6e6 !important;
  border:1px solid #242424 !important; border-radius:6px;
}
#toc a{ color:#cfe7ff; }
/* Tabellen/Infobox */
table.wikitable, .infobox{
  background:#111 !important; color:#e6e6e6 !important;
  border:1px solid #242424 !important;
}
table.wikitable th, table.wikitable td, .infobox th, .infobox td{
  border:1px solid #262626 !important; padding:6px 8px !important;
}
/* Mini-Topbar wie beim Vorbild (frei belegbar) */
.mw-klub-topbar{
  display:flex; gap:8px; align-items:center;
  background: linear-gradient(#151515,#0e0e0e);
  border:1px solid #1c1c1c; border-radius:6px;
  padding:10px; margin:8px 0 16px;
  box-shadow: 0 1px 0 #000 inset, 0 1px 10px rgba(0,0,0,.6);
}
.mw-klub-pill{
  font:12px/1 ui-monospace,Consolas,Menlo,monospace;
  border:1px solid #262626; background:#0b0b0b;
  padding:6px 10px; border-radius:4px; box-shadow: inset 0 1px 0 #000;
}
/* 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:#2e2e2e; }
/* Zweispaltige Listen (Registry/Updates) */
.klub-columns{ display:grid; grid-template-columns: 1fr 1fr; gap:14px; }
@media (max-width:900px){ .klub-columns{ grid-template-columns:1fr; } }
.klub-list{ list-style:none; margin:0; padding:0; }
.klub-list li{ display:flex; justify-content:space-between; gap:16px; padding:8px 0; border-bottom:1px dashed #222; }
.klub-date{ color:#a8a8a8; font-size:12px; white-space:nowrap; }
/* Hauptseiten-Titel ausblenden (optional: wenn Seite "Hauptseite" heißt) */
.page-Hauptseite h1.firstHeading{ display:none; }

Version vom 12. November 2025, 22:38 Uhr

/* =====================================================
   🔧 KILLES DARK / MIKE KLUBNIKA STYLE MEDIAWIKI THEME
   (funktioniert mit Vector 2022 / Legacy)
   ===================================================== */

/* Grundfarben */
:root{
  --bg-main: #0e0e0e;
  --panel: #121212;
  --panel2: #0d0d0d;
  --border: #1b1b1b;
  --text: #e6e6e6;
  --muted: #9b9b9b;
  --accent: #9fd2ff;
  --accent2: #76b2ff;
  --radius: 6px;
  --shadow: rgba(0,0,0,.55);
  --mono: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
  --sans: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

/* Seitenhintergrund (schräge Streifen wie mikeklubnika.com) */
html, body {
  background: repeating-linear-gradient(135deg,#0b0b0b 0 18px,#101010 18px 36px);
  color: var(--text);
  font-family: var(--sans);
  line-height: 1.5;
}

/* Hauptinhaltsbereich mittig, leicht schmaler */
#content, .mw-body, .vector-body {
  background: var(--bg-main);
  border: 1px solid #111;
  border-radius: var(--radius);
  box-shadow: 0 0 15px rgba(0,0,0,.6);
  max-width: 960px;
  margin: 30px auto;
  padding: 24px 28px 60px;
}

/* Titel */
h1, h2, h3, h4 {
  font-family: var(--mono);
  color: #fff;
}
h1.firstHeading {
  font-size: 1.6em;
  border-bottom: 1px solid #222;
  padding-bottom: .3em;
}

/* Text und Links */
a {
  color: var(--accent);
  text-decoration: none;
}
a:hover {
  color: var(--accent2);
  text-decoration: underline;
}
a:active { color: #fff; }

p, li { color: var(--text); }

/* Tabellen, Infoboxen */
table.wikitable, .infobox {
  background: var(--panel);
  color: var(--text);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}
table.wikitable th, table.wikitable td,
.infobox th, .infobox td {
  border: 1px solid #222;
  padding: 6px 8px;
}

/* Inhaltsverzeichnis */
#toc, .toc {
  background: var(--panel2);
  color: var(--text);
  border: 1px solid #222;
  border-radius: var(--radius);
  padding: 10px 12px;
}
#toc a { color: var(--accent); }

/* Panels (wie einzelne Boxen) */
.klub-panel {
  background: linear-gradient(#121212,#0d0d0d);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: 0 1px 0 #000 inset, 0 0 0 1px #000, 0 8px 24px var(--shadow);
  padding: 14px 16px;
  margin-bottom: 22px;
}
.klub-panel h2 {
  font: 600 14px var(--mono);
  text-transform: uppercase;
  letter-spacing: .4px;
  color: #cfcfcf;
  margin-top: 0;
  margin-bottom: 10px;
}
.klub-muted { color: var(--muted); }

/* Topbar mit „Pills“ */
.mw-klub-topbar {
  display: flex;
  gap: 8px;
  align-items: center;
  background: linear-gradient(#151515,#0e0e0e);
  border: 1px solid #1c1c1c;
  box-shadow: 0 1px 0 #000 inset, 0 1px 10px var(--shadow);
  padding: 10px;
  border-radius: var(--radius);
  margin-bottom: 20px;
}
.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; }

/* Registry & Updates Spalten */
.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;
  padding: 0;
  margin: 0;
}
.klub-list li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 6px 0;
  border-bottom: 1px dashed #222;
}
.klub-date {
  color: var(--muted);
  font-size: 12px;
  white-space: nowrap;
}

/* Catalogue Raster */
.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;
}

/* Bilder in Items */
.klub-catalog .item img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  opacity: .9;
}

/* Kleine Texte */
.small { font-size: 12px; color: var(--muted); }

/* Code */
code, pre {
  background: #0b0b0b;
  border: 1px solid #242424;
  border-radius: 4px;
  padding: 2px 4px;
}

/* Navigation & Footer leicht abdunkeln, aber nicht transparent */
#mw-panel, #p-logo, #footer {
  background: #080808;
  border-right: 1px solid #111;
}
#footer {
  border-top: 1px solid #111;
  color: var(--muted);
}