MediaWiki: Tweeki.css: Unterschied zwischen den Versionen

Aus MAV
Wechseln zu: Navigation, Suche
Keine Bearbeitungszusammenfassung
Markierung: Zurückgesetzt
Keine Bearbeitungszusammenfassung
Markierung: Zurückgesetzt
Zeile 15: Zeile 15:
   padding: 0.8em 1em;            /* Innenabstand */
   padding: 0.8em 1em;            /* Innenabstand */
   box-shadow: 0 2px 4px rgba(0,0,0,0.05); /* sanfter Schatten */
   box-shadow: 0 2px 4px rgba(0,0,0,0.05); /* sanfter Schatten */
}
/* 1. Dunklere Schriftfarbe im TOC */
.skin-tweeki .toc,
.skin-tweeki .toc a {
  color: #222 !important;  /* sehr dunkles Grau, fast Schwarz */
}
/* 2. Überschriften im TOC etwas fetter */
.skin-tweeki .toc h2,
.skin-tweeki .toc h3 {
  font-weight: 600 !important;  /* halbfett für bessere Lesbarkeit */
}
/* 3. Links im TOC klarer darstellen */
.skin-tweeki .toc a {
  color: #000 !important;          /* tiefschwarz für maximale Lesbarkeit */
  text-decoration: none !important;/* cleaner Look */
}
}

Version vom 3. September 2025, 15:31 Uhr

/* CSS placed here will affect users of the Tweeki skin */

/* Hintergrundfarbe Tweeki-Navbar */
.skin-tweeki .navbar-inverse,
.skin-tweeki .navbar-dark.bg-dark {
  background-color: #722F37 !important; 
  border-color: #5a242b !important;   
}

/* Inhaltsverzeichnis klarer abheben */
.skin-tweeki .toc {
  background-color: #f9f9f9;     /* leicht grauer Hintergrund */
  border: 1px solid #ddd;        /* dezenter Rahmen */
  border-radius: 6px;            /* abgerundete Ecken */
  padding: 0.8em 1em;            /* Innenabstand */
  box-shadow: 0 2px 4px rgba(0,0,0,0.05); /* sanfter Schatten */
}

/* 1. Dunklere Schriftfarbe im TOC */
.skin-tweeki .toc,
.skin-tweeki .toc a {
  color: #222 !important;   /* sehr dunkles Grau, fast Schwarz */
}

/* 2. Überschriften im TOC etwas fetter */
.skin-tweeki .toc h2,
.skin-tweeki .toc h3 {
  font-weight: 600 !important;   /* halbfett für bessere Lesbarkeit */
}

/* 3. Links im TOC klarer darstellen */
.skin-tweeki .toc a {
  color: #000 !important;          /* tiefschwarz für maximale Lesbarkeit */
  text-decoration: none !important;/* cleaner Look */
}