MediaWiki: Tweeki.css: Unterschied zwischen den Versionen

Aus MAV
Wechseln zu: Navigation, Suche
Keine Bearbeitungszusammenfassung
Markierung: Manuelle Zurücksetzung
Keine Bearbeitungszusammenfassung
Markierung: Zurückgesetzt
Zeile 6: Zeile 6:
   background-color: #722F37 !important;  
   background-color: #722F37 !important;  
   border-color: #5a242b !important;   
   border-color: #5a242b !important;   
}
/* TOC in der Sidebar besser lesbar */
.skin-tweeki .sidebar-right .toc { background:transparent; border:0; }
.skin-tweeki .sidebar-right .toc a { color:#000; text-decoration:none; }
.skin-tweeki .sidebar-right .toc a:hover { color:#722F37; text-decoration:underline; }
.skin-tweeki .sidebar-right .toctoggle,
.skin-tweeki .sidebar-right .toctoggle a { color:#000; }
/* aktiver TOC-Eintrag */
.skin-tweeki .sidebar-right .toc .active > a {
  color:#722F37; font-weight:600;
}
}

Version vom 3. September 2025, 15:43 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;   
}

/* TOC in der Sidebar besser lesbar */
.skin-tweeki .sidebar-right .toc { background:transparent; border:0; }
.skin-tweeki .sidebar-right .toc a { color:#000; text-decoration:none; }
.skin-tweeki .sidebar-right .toc a:hover { color:#722F37; text-decoration:underline; }
.skin-tweeki .sidebar-right .toctoggle,
.skin-tweeki .sidebar-right .toctoggle a { color:#000; }

/* aktiver TOC-Eintrag */
.skin-tweeki .sidebar-right .toc .active > a {
  color:#722F37; font-weight:600;
}