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: Zurückgesetzt
Keine Bearbeitungszusammenfassung
 
(22 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
/************************************************************
/* =========================================================
  MIKE-KLUBNIKA-STYLE für MediaWiki
  KLUBNIKA Custom Components für MediaWiki
  - Schwarzer Hintergrund, diagonale Seitenstreifen
  Für MediaWiki:Common.css
  - Zentraler "Kasten", harte Ränder, Terminal-Grün
  ========================================================= */
  - 88x31-Buttons, Log-/Registry-Listen, animiertes Catalogue-Grid
  - Infobox-Dossiers im dunklen Panel-Look
  - Sanftes responsives Verhalten
************************************************************/


/* ====== BASIS ====== */
/* ---------- Topbar Navigation ---------- */
html, body {
.mw-klub-topbar {
   margin: 0; padding: 0;
   display: flex;
   background: #000;
  gap: 8px;
   color: #f5f5f5;
  align-items: center;
   font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  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);
}
}


/* Diagonale Randstreifen links/rechts */
.mw-klub-pill {
body::before, body::after {
  display: inline-block;
   content: "";
  font-family: ui-monospace, 'Menlo', 'Consolas', monospace;
   position: fixed;
  font-size: 12px;
   top: 0; bottom: 0;
  line-height: 1;
   width: 120px;
   font-weight: 500;
   z-index: -1;
   color: #a6a6a6;
   background-image: repeating-linear-gradient(
   background: #0b0b0b;
    135deg,
  border: 1px solid #262626;
    #111 0, #111 12px,
   border-radius: 4px;
    #000 12px, #000 24px
   padding: 7px 12px;
   );
   box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.8);
  transition: all 0.15s ease;
   cursor: pointer;
}
}
body::before { left: 0; }
body::after  { right: 0; }


/* Haupt-Content-Container */
.mw-klub-pill:hover {
.mw-body, #content {
   color: #fff;
  max-width: 980px;
   background: #121212;
   margin: 24px auto 40px auto;
   border-color: #333;
   padding: 18px 22px 26px 22px;
   transform: translateY(-1px);
   background: #050505;
   box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.8),
   border: 2px solid #444;
              0 2px 6px rgba(0, 0, 0, 0.3);
   box-shadow: 0 0 16px #000;
}
}


/* Seitentitel */
/* Links in Pills sollen kein Underline haben */
.firstHeading {
a .mw-klub-pill {
   font-size: 2.1rem;
   text-decoration: none !important;
   font-weight: 800;
}
   text-transform: uppercase;
 
   letter-spacing: 0.08em;
/* ---------- Content Panels ---------- */
   margin-bottom: 0.4rem;
.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;
}
}


/* Fließtext */
/* Panel-Titel Style (die spans) */
.mw-body p {
.klub-panel span[style*="font-family: ui-monospace"],
   line-height: 1.55;
.klub-panel span[style*="text-transform: uppercase"] {
   font-size: 0.96rem;
   display: block;
   color: #e3e3e3;
   background: transparent !important;
   margin: 0.6rem 0 0.9rem;
   padding: 0 !important;
   margin: 0 0 8px 0 !important;
}
}


/* Links (Terminal-Grün) */
/* Falls MediaWiki automatisch Titel-Styling hinzufügt */
a, .mw-body a {
.klub-panel > span:first-child,
   color: #00ff88;
.klub-panel-highlight > span:first-child {
   text-decoration: none;
   background: transparent !important;
   border: none !important;
  padding: 0 !important;
}
}
a:hover, .mw-body a:hover { text-decoration: underline; }


/* Überschriften-Trennlinie */
.klub-panel h2 {
.mw-body h2, .mw-body h3, .mw-body h4 {
   margin: 0 0 12px 0 !important;
   margin-top: 1.8rem;
  padding: 0 !important;
   padding-bottom: 0.15rem;
  color: #cfcfcf !important;
   border-bottom: 1px solid #555;
  font-family: ui-monospace, monospace !important;
   font-size: 14px !important;
   font-weight: 600 !important;
   text-transform: uppercase;
   text-transform: uppercase;
   font-weight: 700;
   letter-spacing: 0.5px;
   letter-spacing: 0.04em;
   border: none !important;
  background: transparent !important;
}
}


/* Dünne HR */
.klub-panel p {
.mw-body hr {
   margin: 0.5em 0;
   border: 0;
  border-top: 1px solid #333;
  margin: 14px 0;
}
}


/* Listen & Tabellen kompakt */
.klub-muted {
.mw-body ul, .mw-body ol { margin-left: 1.2rem; }
   color: #a6a6a6;
.mw-body table {
   font-size: 0.95em;
   border-collapse: collapse;
   font-size: 0.88rem;
  margin: 0.6rem 0;
}
}
.mw-body th, .mw-body td {
 
   border: 1px solid #444;
/* ---------- Zwei-Spalten Layout ---------- */
   padding: 0.35rem 0.55rem;
.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;
  }
}
}
.mw-body th {
 
   background: #0a0a0a;
/* ---------- Listen (Registry/Updates) ---------- */
   font-weight: 700;
.klub-list {
   list-style: none;
   margin: 0;
  padding: 0;
}
}


/* Code, Zitate */
.klub-list li {
pre, code, kbd {
  display: flex;
   font-family: "JetBrains Mono","Fira Mono","Consolas",monospace;
  justify-content: space-between;
   background: #0a0a0a; border: 1px solid #333; color: #d6fbe6;
   align-items: center;
   gap: 12px;
  padding: 8px 0;
  border-bottom: 1px dashed #222;
  color: #e8e8e8;
  font-size: 0.95em;
}
}
pre { padding: 10px; overflow: auto; }
 
blockquote {
.klub-list li:last-child {
   border-left: 3px solid #444;
   border-bottom: none;
  margin: 0.6rem 0; padding: 0.4rem 0.8rem;
  color: #cfcfcf; background: #080808;
}
}


/* TOC, Tabs, Navigationsleiste minimal */
.klub-list li:hover {
#toc {
   color: #9fd2ff;
   background: #080808; border: 1px solid #333;
}
}
#toc .toctitle { font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
#p-views, #right-navigation, #left-navigation { filter: saturate(0.8) brightness(0.95); }


/* Kategorien & Footer dezent */
.klub-date {
#catlinks, #footer {
  color: #a6a6a6;
   background: transparent; border: none; color: #777;
   font-size: 11px;
  white-space: nowrap;
  font-family: ui-monospace, monospace;
}
}


/* ====== TOP-LINKLEISTE (wie "homepage · contact · about") ====== */
/* ---------- Katalog-Gitter ---------- */
#top-nav {
.klub-catalog {
   font-size: 0.82rem;
   display: grid;
   text-transform: lowercase;
   grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
   letter-spacing: 0.08em;
   gap: 12px;
   margin-bottom: 0.6rem;
   margin-top: 12px;
}
}
#top-nav a { color: #f5f5f5; margin-right: 12px; }
#top-nav a:hover { color: #00ff88; }


/* ====== 88x31-BUTTON-LEISTE ====== */
.klub-catalog .item {
#buttons-88x31 { margin: 10px 0 16px 0; }
  position: relative;
#buttons-88x31 img {
  background: #0b0b0b;
   width: 88px; height: 31px;
  border: 1px solid #252525;
   margin: 2px; border: 1px solid #333;
  border-radius: 6px;
   image-rendering: pixelated;
  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;
}
}


/* ====== SECTION-LABELS (Log/Dossier-Vibe) ====== */
.klub-catalog .item:hover {
.char-section-label {
   transform: translateY(-3px);
   font-family: "JetBrains Mono","Fira Mono","Consolas",monospace;
   border-color: #2f2f2f;
  font-size: 0.75rem;
   box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.8),
   text-transform: uppercase;
              0 0 0 1px #000,
   letter-spacing: 0.1em;
              0 6px 20px rgba(0, 0, 0, 0.6);
  color: #888;
  display: block;
  margin: 0.2rem 0 2px;
}
}


/* ====== INFOBOX (dunkles Dossier-Panel) ====== */
.klub-catalog .item img {
/* greift gängige Infobox-Klassen/Tabellen ab */
   width: 100%;
.infobox, table.infobox, .infobox-character, .infobox-charakter {
   height: 100%;
   background: #050505;
   object-fit: cover;
   border: 2px solid #444;
   opacity: 0.9;
   box-shadow: 0 0 8px #000;
   transition: opacity 0.2s ease;
  color: #f5f5f5;
   font-size: 0.82rem;
   margin: 0 0 12px 18px;
  float: right;
  width: 260px;
}
}
.infobox caption {
 
  caption-side: top;
.klub-catalog .item:hover img {
  padding: 6px 8px;
   opacity: 1;
  background: #000;
  font-weight: 800;
   text-transform: uppercase;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #444;
}
}
.infobox th, .infobox td, table.infobox th, table.infobox td {
 
   border: none; padding: 3px 8px;
/* Falls Bilder fehlen: Platzhalter */
.klub-catalog .item:empty::before {
   content: '?';
  font-size: 48px;
  color: #333;
  font-family: ui-monospace, monospace;
}
}
.infobox th, table.infobox th {
 
   text-align: left; font-weight: 700; color: #bdbdbd;
/* ---------- Character Cards ---------- */
   text-transform: uppercase; font-size: 0.72rem; letter-spacing: .04em;
.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;
}
}
.infobox td { color: #f5f5f5; }
 
.infobox img, table.infobox img {
.klub-char-card:hover {
   width: 100%; max-height: 220px; object-fit: cover;
   transform: translateY(-4px);
   margin: 6px 0; border: 1px solid #333;
  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);
}
}


/* Status-Badges für |Status= */
.klub-char-image {
.infobox .status-alive,
  width: 100%;
.infobox .status-dead,
  height: 140px;
.infobox .status-unknown {
   overflow: hidden;
   display: inline-block; padding: 1px 6px;
  display: flex;
   font-size: 0.66rem; text-transform: uppercase;
   align-items: center;
   border: 1px solid currentColor;
  justify-content: center;
   background: #080808;
}
}
.infobox .status-alive  { color: #00ff88; }
.infobox .status-dead    { color: #ff4444; }
.infobox .status-unknown { color: #ffaa00; }


/* ====== CATALOGUE (Feature + animiertes Icon-Grid) ====== */
.klub-char-image img {
.catalogue-wrapper {
   width: 100%;
   display: grid;
   height: 100%;
   grid-template-columns: minmax(260px, 360px) 1fr;
  object-fit: cover;
   gap: 20px; align-items: flex-start;
   opacity: 0.9;
  transition: opacity 0.25s ease, transform 0.3s ease;
}
}
.section-link-right { float: right; font-size: 0.74rem; text-transform: lowercase; }


.catalogue-feature {
.klub-char-card:hover .klub-char-image img {
   border: 1px solid #333; padding: 10px;
   opacity: 1;
   background: #020202; box-shadow: 0 0 6px #000;
   transform: scale(1.05);
}
}


/* Grid für die kleinen „Objekt-Icons“ */
.klub-char-name {
.catalogue-grid {
   padding: 10px 12px 4px;
   display: grid;
   font-family: ui-monospace, monospace;
   grid-template-columns: repeat(6, 1fr);
  font-size: 13px;
   gap: 10px; justify-items: center;
  font-weight: 600;
   color: #e8e8e8;
  text-align: center;
}
}
.catalogue-item img {
 
   display: block; width: 56px; height: 56px; object-fit: contain;
.klub-char-name a {
  image-rendering: pixelated;
   color: #e8e8e8 !important;
   filter: drop-shadow(0 0 2px #000);
   text-decoration: none !important;
  animation: float 3s ease-in-out infinite;
}
}
.catalogue-item:nth-child(3n) img { animation-duration: 3.6s; }
.catalogue-item:nth-child(4n) img { animation-duration: 2.6s; }


.catalogue-item:hover img {
.klub-char-name a:hover {
   transform: translateY(-4px) scale(1.05) rotate(-3deg);
   color: #9fd2ff !important;
  transition: transform 0.15s;
}
}
@keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-4px)} }


/* ====== REGISTRY / UPDATES (Logliste) ====== */
.klub-char-role {
.log-list {
  padding: 0 12px 12px;
   font-family: "JetBrains Mono","Fira Mono","Consolas",monospace;
   font-size: 11px;
   font-size: 0.82rem; margin-top: 6px;
  color: #a6a6a6;
   text-align: center;
  font-family: ui-monospace, monospace;
}
}
.log-item {
 
   display: flex; gap: 10px; align-items: baseline;
/* ---------- Featured Character Section ---------- */
   margin-bottom: 2px;
.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;
}
}
.log-date { width: 60px; color: #888; }
.log-label { color: #ff4444; margin-right: 4px; }
.log-link a { color: #f5f5f5; }
.log-link a:hover { color: #00ff88; }


/* ====== MEDIAWIKI-KOMPAT (Galerien/Thumbs/Formulare) ====== */
/* Bild-Container für Featured Character - kein Scrollbar */
.thumb { background: transparent; border: none; }
.klub-featured-minimal .thumbinner,
.thumb .thumbinner {
.klub-featured-minimal .thumbimage {
   background: #070707; border: 1px solid #333; color: #ddd;
  background: transparent !important;
  border: none !important;
   padding: 0 !important;
  margin: 0 !important;
}
}
.gallerybox, .gallerytext {
 
   background: #080808; border: 1px solid #333; color: #ddd;
.klub-featured-minimal img {
   display: block;
  width: 100%;
  height: auto;
  max-width: 160px;
}
}
input, textarea, select {
 
   background: #0b0b0b; color: #e8e8e8;
/* Falls MediaWiki einen Wrapper drum macht */
   border: 1px solid #333; outline: none;
.klub-featured-minimal .thumb,
.klub-featured-minimal .tleft,
.klub-featured-minimal .tright {
   border: none !important;
  background: transparent !important;
   margin: 0 !important;
  padding: 0 !important;
}
}
input:focus, textarea:focus, select:focus {
 
   border-color: #00ff88; box-shadow: 0 0 0 2px rgba(0,255,136,0.15);
/* ---------- Kleine Helfer ---------- */
.small {
   font-size: 12px;
  color: #a6a6a6;
  margin-top: 8px;
}
}


/* ====== RESPONSIVE (kleinere Screens) ====== */
.small a {
@media (max-width: 1200px) {
  color: #76b2ff;
   body::before, body::after { width: 70px; }
   text-decoration: none;
}
}
@media (max-width: 980px) {
 
   body::before, body::after { display: none; }
.small a:hover {
   .mw-body, #content { margin: 12px auto 24px; padding: 14px 14px 20px; }
  text-decoration: underline;
   .infobox, table.infobox, .infobox-character, .infobox-charakter {
}
     float: none; margin: 10px 0; width: 100%;
 
/* ---------- 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;
   }
   }
   .catalogue-wrapper {
 
     grid-template-columns: 1fr; gap: 14px;
   .klub-catalog .item {
     height: 100px;
  }
 
  .klub-panel {
    padding: 14px 16px;
  }
 
  .klub-char-image {
    height: 120px;
   }
   }
  .catalogue-grid { grid-template-columns: repeat(6, 1fr); }
}
@media (max-width: 520px) {
  .catalogue-grid { grid-template-columns: repeat(4, 1fr); }
}
}

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;
  }
}