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
Markierung: Manuelle Zurücksetzung
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
/* === Global === */
/* ====== Mike-Klubnika-inspirierter MediaWiki-Theme ======
  Einfach in MediaWiki:Common.css einfügen.
  Du kannst Farben/Abstände in :root ändern.
=========================================================== */


body {
:root{
   background-color: #000;
   --bg: #0b0b0b;
   color: #f5f5f5;
  --bg-alt:#121212;
   font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --panel:#111;
  margin: 0;
  --panel-2:#0d0d0d;
   --text:#e6e6e6;
   --muted:#a8a8a8;
  --accent:#9fd2ff;    /* Linkfarbe hellblau */
  --accent-2:#76b2ff;
  --danger:#ff5151;
  --ok:#9cff9c;
  --shadow: rgba(0,0,0,.6);
  --maxw: 980px;        /* Breite der Mittelspalte */
  --radius: 6px;
  --gap: 14px;
  --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;
}
}


/* Seitenränder mit diagonalen Streifen (Old-Web / Klubnika-Vibe) */
/* Hintergrund: diagonale dunkle Streifen + leichte Vignette */
body::before,
html,body{
body::after {
   background:
   content: "";
    repeating-linear-gradient(135deg,#0b0b0b 0 18px,#101010 18px 36px);
  position: fixed;
   color: var(--text);
  top: 0;
   font-family: var(--sans);
   bottom: 0;
   line-height: 1.45;
   width: 120px;
  z-index: -1;
   background-image: repeating-linear-gradient(
    135deg,
    #111 0,
    #111 12px,
    #000 12px,
    #000 24px
  );
}
}
body::before { left: 0; }
body::after  { right: 0; }


/* Haupt-Content zentriert im "Kasten" */
/* Mittelspalte, zentriert */
#content,
body .mw-body, #content, #mw-content-text{
.mw-body {
   background: transparent !important;
  max-width: 980px;
   box-shadow: none !important;
  margin: 24px auto 40px auto;
  padding: 18px 22px 26px 22px;
   background: #050505;
  border: 2px solid #444;
   box-shadow: 0 0 16px #000;
}
}
 
#mw-page-base, #mw-head-base{ display:none; }
/* Seitentitel */
#content{
.firstHeading {
   max-width: var(--maxw);
   font-size: 2.1rem;
   margin: 0 auto;
  font-weight: 700;
   padding: 20px 12px 60px;
  text-transform: uppercase;
   letter-spacing: 0.08em;
   margin-bottom: 0.4rem;
}
}


/* Standardtext */
/* Globale Link-Optik */
.mw-body p {
a{ color: var(--accent); text-decoration: none; }
  line-height: 1.5;
a:hover{ color: var(--accent-2); text-decoration: underline; }
  font-size: 0.95rem;
a:active{ color: #fff; }
  color: #e0e0e0;
}


/* Links in Giftgrün */
/* Obere schmale Header-Leiste mit kleinen "Pills" */
.mw-body a,
.mw-klub-topbar{
a {
  display:flex; gap:8px; align-items:center;
   color: #00ff88;
  background: linear-gradient(#151515,#0e0e0e);
   text-decoration: none;
  border: 1px solid #1c1c1c;
   box-shadow: 0 1px 0 #000 inset, 0 1px 10px var(--shadow);
   padding: 10px;
  border-radius: var(--radius);
  margin: 8px 0 16px;
}
}
.mw-body a:hover,
.mw-klub-topbar .brand{
a:hover {
  font-weight:700; letter-spacing:.5px;
   text-decoration: underline;
  background:#000; padding:6px 10px; border-radius:4px;
   border:1px solid #262626;
}
}
 
.mw-klub-pill{
/* Überschriften wie Sections auf der Klubnika-Seite */
   font: 12px/1 var(--mono);
.mw-body h2,
   border:1px solid #262626;
.mw-body h3 {
   background:#0b0b0b;
   margin-top: 1.8rem;
   padding:6px 10px;
   padding-bottom: 0.15rem;
  border-radius:4px;
   border-bottom: 1px solid #555;
   box-shadow: 0 1px 0 #000 inset;
   text-transform: uppercase;
   white-space:nowrap;
   font-weight: 600;
   letter-spacing: 0.04em;
}
}


/* Listen & Tabellen etwas techno / kompakt */
/* Panels (Boxen) */
.mw-body ul,
.klub-panel{
.mw-body ol {
  background: linear-gradient(#121212,#0d0d0d);
   margin-left: 1.2rem;
  border: 1px solid #1b1b1b;
  border-radius: var(--radius);
  box-shadow: 0 1px 0 #000 inset, 0 0 0 1px #000, 0 8px 24px var(--shadow);
  padding: 12px 14px;
   margin-bottom: 18px;
}
}
.mw-body table {
.klub-panel h2{
   border-collapse: collapse;
   font: 600 14px var(--mono);
   font-size: 0.85rem;
   letter-spacing:.4px; text-transform:uppercase;
}
   margin: 0 0 10px; color:#cfcfcf;
.mw-body th,
.mw-body td {
  border: 1px solid #444;
   padding: 0.25rem 0.45rem;
}
}
.klub-muted{ color: var(--muted); }


/* Footer minimal */
/* Featured-Bildschirm (alter TV-Rahmen-Look) */
#footer,
.klub-featured{
#catlinks {
   display:flex; gap:14px; align-items:flex-start; flex-wrap:wrap;
   background: transparent;
  border: none;
  color: #777;
}
}
 
.klub-crt{
/* Optional: Sidebar sehr reduziert (auskommentieren, wenn du sie brauchst) */
  width: 360px; max-width:100%;
/*
  aspect-ratio: 4 / 3;
#mw-panel {
  background:#050505;
   opacity: 0.15;
  border: 2px solid #222;
  border-radius: 8px;
   box-shadow: 0 1px 0 #000 inset, 0 0 0 1px #000, 0 8px 24px var(--shadow);
  position: relative; overflow:hidden;
}
}
#mw-panel:hover {
.klub-crt img{ width:100%; height:100%; object-fit:cover; opacity:.92; }
   opacity: 1;
.klub-crt::after{
   transition: opacity 0.2s;
   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; }


/* === Top-Nav-Leiste (homepage / contact / about / etc.) === */
/* Katalog: kleine Items rechts vom Featured */
 
.klub-catalog{
#top-nav {
   display:grid; grid-template-columns: repeat(auto-fill, 64px);
   font-size: 0.8rem;
   gap: 12px;
  text-transform: lowercase;
  letter-spacing: 0.08em;
   margin-bottom: 0.6rem;
}
}
#top-nav a {
.klub-catalog .item{
   color: #f5f5f5;
   width:64px; height:64px; background:#0b0b0b;
   margin-right: 12px;
   border:1px solid #252525; border-radius:6px;
}
  box-shadow: 0 1px 0 #000 inset, 0 0 0 1px #000;
#top-nav a:hover {
  display:grid; place-items:center;
   color: #00ff88;
   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; }


/* === 88x31 Button-Leiste === */
/* Zweispaltige Sektion: Registry / Updates */
 
.klub-columns{
#buttons-88x31 {
   display:grid; grid-template-columns: 1fr 1fr; gap: var(--gap);
   margin: 10px 0 16px 0;
}
}
#buttons-88x31 img {
@media (max-width: 900px){ .klub-columns{ grid-template-columns: 1fr; } }
  margin: 2px;
  border: 1px solid #333;
  image-rendering: pixelated;
}
 
/* === Catalogue: Grid + Animation === */


.catalogue-wrapper {
.klub-list{
   display: grid;
   list-style:none; padding:0; margin:0;
  grid-template-columns: minmax(260px, 360px) 1fr;
  gap: 20px;
  align-items: flex-start;
}
}
 
.klub-list li{
/* Link "view all" rechts */
   display:flex; justify-content:space-between; gap:16px;
.section-link-right {
   padding:8px 0; border-bottom:1px dashed #222;
   float: right;
   font-size: 0.7rem;
  text-transform: lowercase;
}
}
.klub-list a{ font-family: var(--mono); font-size:13px; }
.klub-date{ color:var(--muted); font-size:12px; white-space:nowrap; }


/* Feature-Box (links, kann Bild / Text / TV-Frame sein) */
/* Tabellen/Infoboxen dunkel */
.catalogue-feature {
.infobox, table.wikitable{
   border: 1px solid #333;
   background: var(--panel) !important;
   padding: 8px;
   color: var(--text);
   background: #020202;
   border:1px solid #242424;
  box-shadow: 0 0 6px #000;
}
}
 
.infobox th, .infobox td, table.wikitable th, table.wikitable td{
/* Icons rechts: animiertes Grid */
   border:1px solid #262626; padding:6px 8px;
.catalogue-grid {
   display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  justify-items: center;
}
}


.catalogue-item img {
/* Kopf-/Fußleisten von MediaWiki stark reduzieren */
  display: block;
#mw-page-base, #mw-head, #left-navigation, #right-navigation,
  width: 56px;
#p-personal, #p-logo, .mw-portlet.vector-user-menu-legacy,
  height: 56px;
.vector-header-container{ display:none !important; }
  object-fit: contain;
.mw-body{ margin-top: 0 !important; }
  image-rendering: pixelated;
  filter: drop-shadow(0 0 2px #000);
  animation: float 3s ease-in-out infinite;
}


/* leicht unterschiedliche Timings, damit es "lebt" */
/* Fußnote/kleiner Text */
.catalogue-item:nth-child(3n) img { animation-duration: 3.6s; }
.small{ font-size:12px; color:var(--muted); }
catalogue-item:nth-child(4n) img { animation-duration: 2.8s; }


/* Hover-Effekt wie „ich bin interaktiv“ */
/* Code-Blöcke */
.catalogue-item:hover img {
pre, code{ background:#0b0b0b; border:1px solid #242424; border-radius:4px; }
  transform: translateY(-4px) scale(1.05) rotate(-3deg);
  transition: transform 0.15s;
}
 
/* Float-Animation */
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-4px); }
}
 
/* === Registry & Updates: monospace Log-Liste === */
 
.log-list {
  font-family: "JetBrains Mono", "Fira Mono", "Consolas", monospace;
  font-size: 0.8rem;
  margin-top: 6px;
}
 
.log-item {
  display: flex;
  gap: 10px;
  align-items: baseline;
  margin-bottom: 2px;
}
 
.log-date {
  width: 60px;
  color: #888;
}


.log-label {
/* Buttons */
   color: #ff4444; /* für !!! NEW !!! etc. */
.klub-btn{
   margin-right: 4px;
   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; }


.log-link a {
/* Optional: Kategorie-/Seiten-Titel ausblenden auf Hauptseite */
  color: #f5f5f5;
.page-Hauptseite h1.firstHeading{ display:none; }
}
.log-link a:hover {
  color: #00ff88;
}

Version vom 12. November 2025, 22:14 Uhr

/* ====== Mike-Klubnika-inspirierter MediaWiki-Theme ======
   Einfach in MediaWiki:Common.css einfügen.
   Du kannst Farben/Abstände in :root ändern.
=========================================================== */

:root{
  --bg: #0b0b0b;
  --bg-alt:#121212;
  --panel:#111;
  --panel-2:#0d0d0d;
  --text:#e6e6e6;
  --muted:#a8a8a8;
  --accent:#9fd2ff;     /* Linkfarbe hellblau */
  --accent-2:#76b2ff;
  --danger:#ff5151;
  --ok:#9cff9c;
  --shadow: rgba(0,0,0,.6);
  --maxw: 980px;         /* Breite der Mittelspalte */
  --radius: 6px;
  --gap: 14px;
  --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;
}

/* Hintergrund: diagonale dunkle Streifen + leichte Vignette */
html,body{
  background:
    repeating-linear-gradient(135deg,#0b0b0b 0 18px,#101010 18px 36px);
  color: var(--text);
  font-family: var(--sans);
  line-height: 1.45;
}

/* Mittelspalte, zentriert */
body .mw-body, #content, #mw-content-text{
  background: transparent !important;
  box-shadow: none !important;
}
#mw-page-base, #mw-head-base{ display:none; }
#content{
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 20px 12px 60px;
}

/* Globale Link-Optik */
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" */
.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: 8px 0 16px;
}
.mw-klub-topbar .brand{
  font-weight:700; letter-spacing:.5px;
  background:#000; padding:6px 10px; border-radius:4px;
  border:1px solid #262626;
}
.mw-klub-pill{
  font: 12px/1 var(--mono);
  border:1px solid #262626;
  background:#0b0b0b;
  padding:6px 10px;
  border-radius:4px;
  box-shadow: 0 1px 0 #000 inset;
  white-space:nowrap;
}

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

/* Featured-Bildschirm (alter TV-Rahmen-Look) */
.klub-featured{
  display:flex; gap:14px; align-items:flex-start; flex-wrap:wrap;
}
.klub-crt{
  width: 360px; max-width:100%;
  aspect-ratio: 4 / 3;
  background:#050505;
  border: 2px solid #222;
  border-radius: 8px;
  box-shadow: 0 1px 0 #000 inset, 0 0 0 1px #000, 0 8px 24px var(--shadow);
  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; }

/* Katalog: kleine Items rechts vom Featured */
.klub-catalog{
  display:grid; grid-template-columns: repeat(auto-fill, 64px);
  gap: 12px;
}
.klub-catalog .item{
  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-columns{
  display:grid; grid-template-columns: 1fr 1fr; gap: var(--gap);
}
@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:16px;
  padding:8px 0; border-bottom:1px dashed #222;
}
.klub-list a{ font-family: var(--mono); font-size:13px; }
.klub-date{ color:var(--muted); font-size:12px; white-space:nowrap; }

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

/* Kopf-/Fußleisten von MediaWiki stark reduzieren */
#mw-page-base, #mw-head, #left-navigation, #right-navigation,
#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 */
.page-Hauptseite h1.firstHeading{ display:none; }