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
 
(15 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
/* =====================================================
/* =========================================================
   🔧 KILLES DARK / MIKE KLUBNIKA STYLE MEDIAWIKI THEME
   KLUBNIKA Custom Components für MediaWiki
   (funktioniert mit Vector 2022 / Legacy)
   Für MediaWiki:Common.css
   ===================================================== */
   ========================================================= */


/* Grundfarben */
/* ---------- Topbar Navigation ---------- */
:root{
.mw-klub-topbar {
   --bg-main: #0e0e0e;
   display: flex;
   --panel: #121212;
   gap: 8px;
   --panel2: #0d0d0d;
   align-items: center;
   --border: #1b1b1b;
   justify-content: center;
   --text: #e6e6e6;
   flex-wrap: wrap;
   --muted: #9b9b9b;
   background: linear-gradient(180deg, #151515 0%, #0e0e0e 100%);
   --accent: #9fd2ff;
   border: 1px solid #1c1c1c;
   --accent2: #76b2ff;
   border-radius: 6px;
   --radius: 6px;
   padding: 10px 12px;
   --shadow: rgba(0,0,0,.55);
   margin: 0 0 24px 0;
   --mono: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
   box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03),
  --sans: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
              0 2px 8px rgba(0, 0, 0, 0.4);
}
}


/* Seitenhintergrund (schräge Streifen wie mikeklubnika.com) */
.mw-klub-pill {
html, body {
   display: inline-block;
   background: repeating-linear-gradient(135deg,#0b0b0b 0 18px,#101010 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;
}
}


/* Hauptinhaltsbereich mittig, leicht schmaler */
.mw-klub-pill:hover {
#content, .mw-body, .vector-body {
  color: #fff;
   background: var(--bg-main);
   background: #121212;
   border: 1px solid #111;
   border-color: #333;
   border-radius: var(--radius);
   transform: translateY(-1px);
   box-shadow: 0 0 15px rgba(0,0,0,.6);
   box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.8),
  max-width: 960px;
              0 2px 6px rgba(0, 0, 0, 0.3);
  margin: 30px auto;
  padding: 24px 28px 60px;
}
}


/* Titel */
/* Links in Pills sollen kein Underline haben */
h1, h2, h3, h4 {
a .mw-klub-pill {
   font-family: var(--mono);
   text-decoration: none !important;
  color: #fff;
}
}
h1.firstHeading {
 
   font-size: 1.6em;
/* ---------- Content Panels ---------- */
   border-bottom: 1px solid #222;
.klub-panel {
   padding-bottom: .3em;
   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);
}
}


/* Text und Links */
/* Spezielle hellere Panels (wie Welcome & Featured) */
a {
.klub-panel-highlight {
   color: var(--accent);
   background: linear-gradient(135deg, #1a1a1a 0%, #0d0d0d 100%) !important;
   text-decoration: none;
   border: 1px solid #2a2a2a !important;
}
   box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03),
a:hover {
              0 0 0 1px #000,
   color: var(--accent2);
              0 8px 32px rgba(0, 0, 0, 0.6) !important;
  text-decoration: underline;
}
}
a:active { color: #fff; }


p, li { color: var(--text); }
/* Panel-Titel Style (die spans) */
 
.klub-panel span[style*="font-family: ui-monospace"],
/* Tabellen, Infoboxen */
.klub-panel span[style*="text-transform: uppercase"] {
table.wikitable, .infobox {
   display: block;
  background: var(--panel);
   background: transparent !important;
  color: var(--text);
   padding: 0 !important;
   border: 1px solid var(--border);
   margin: 0 0 8px 0 !important;
   border-radius: var(--radius);
}
table.wikitable th, table.wikitable td,
.infobox th, .infobox td {
   border: 1px solid #222;
   padding: 6px 8px;
}
}


/* Inhaltsverzeichnis */
/* Falls MediaWiki automatisch Titel-Styling hinzufügt */
#toc, .toc {
.klub-panel > span:first-child,
  background: var(--panel2);
.klub-panel-highlight > span:first-child {
  color: var(--text);
   background: transparent !important;
   border: 1px solid #222;
   border: none !important;
   border-radius: var(--radius);
   padding: 0 !important;
   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 {
.klub-panel h2 {
   font: 600 14px var(--mono);
  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;
   text-transform: uppercase;
   letter-spacing: .4px;
   letter-spacing: 0.5px;
  color: #cfcfcf;
   border: none !important;
   margin-top: 0;
   background: transparent !important;
   margin-bottom: 10px;
}
}
.klub-muted { color: var(--muted); }


/* Topbar mit „Pills“ */
.klub-panel p {
.mw-klub-topbar {
   margin: 0.5em 0;
   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);
.klub-muted {
  border: 1px solid #262626;
   color: #a6a6a6;
   background: #0b0b0b;
   font-size: 0.95em;
  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 */
/* ---------- Zwei-Spalten Layout ---------- */
.klub-columns {
.klub-columns {
   display: grid;
   display: grid;
   grid-template-columns: 1fr 1fr;
   grid-template-columns: 1fr 1fr;
   gap: 16px;
   gap: 16px;
  margin-bottom: 20px;
}
}
@media (max-width:900px){ .klub-columns { grid-template-columns:1fr; } }


/* Auf kleinen Screens: eine Spalte */
@media (max-width: 768px) {
  .klub-columns {
    grid-template-columns: 1fr;
  }
}
/* ---------- Listen (Registry/Updates) ---------- */
.klub-list {
.klub-list {
   list-style: none;
   list-style: none;
  margin: 0;
   padding: 0;
   padding: 0;
  margin: 0;
}
}
.klub-list li {
.klub-list li {
   display: flex;
   display: flex;
   justify-content: space-between;
   justify-content: space-between;
  align-items: center;
   gap: 12px;
   gap: 12px;
   padding: 6px 0;
   padding: 8px 0;
   border-bottom: 1px dashed #222;
   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 {
.klub-date {
   color: var(--muted);
   color: #a6a6a6;
   font-size: 12px;
   font-size: 11px;
   white-space: nowrap;
   white-space: nowrap;
  font-family: ui-monospace, monospace;
}
}


/* Catalogue Raster */
/* ---------- Katalog-Gitter ---------- */
.klub-catalog {
.klub-catalog {
   display: grid;
   display: grid;
   grid-template-columns: repeat(auto-fill, minmax(120px,1fr));
   grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
   gap: 12px;
   gap: 12px;
  margin-top: 12px;
}
}
.klub-catalog .item {
.klub-catalog .item {
  position: relative;
   background: #0b0b0b;
   background: #0b0b0b;
   border: 1px solid #252525;
   border: 1px solid #252525;
   border-radius: 6px;
   border-radius: 6px;
   box-shadow: inset 0 1px 0 #000, 0 0 0 1px #000;
   box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.8),
   display: grid;
              0 0 0 1px #000;
   place-items: center;
   display: flex;
   align-items: center;
  justify-content: center;
   height: 120px;
   height: 120px;
   transition: transform .08s;
  overflow: hidden;
   transition: all 0.2s ease;
  cursor: pointer;
}
}
.klub-catalog .item:hover {
.klub-catalog .item:hover {
   transform: translateY(-2px);
   transform: translateY(-3px);
   border-color: #2f2f2f;
   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);
}
}


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


/* Kleine Texte */
.klub-catalog .item:hover img {
.small { font-size: 12px; color: var(--muted); }
  opacity: 1;
}


/* Code */
/* Falls Bilder fehlen: Platzhalter */
code, pre {
.klub-catalog .item:empty::before {
  content: '?';
  font-size: 48px;
  color: #333;
  font-family: ui-monospace, monospace;
}
 
/* ---------- Character Cards ---------- */
.klub-char-card {
   background: #0b0b0b;
   background: #0b0b0b;
   border: 1px solid #242424;
   border: 1px solid #252525;
   border-radius: 4px;
   border-radius: 6px;
   padding: 2px 4px;
  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);
}
}


/* Navigation & Footer leicht abdunkeln, aber nicht transparent */
.klub-char-image {
#mw-panel, #p-logo, #footer {
  width: 100%;
  height: 140px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
   background: #080808;
   background: #080808;
  border-right: 1px solid #111;
}
}
#footer {
 
   border-top: 1px solid #111;
.klub-char-image img {
   color: var(--muted);
  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;
  }
}
}

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