Zum Inhalt springen

MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Schutzanlage
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 59: Zeile 59:
   color: #eee !important;
   color: #eee !important;
   border: 1px solid #444;
   border: 1px solid #444;
}
body.dark-mode #mw-panel a:hover {
  background-color: #333;
  color: #fff;
}
}

Version vom 16. Juni 2025, 20:38 Uhr

body.dark-mode,
body.dark-mode #content,
body.dark-mode #mw-content-text,
body.dark-mode #bodyContent,
body.dark-mode .mw-body {
  background-color: #121212 !important;
  color: #eee !important;
}

body.dark-mode a {
  color: #66baff !important;
}

body.dark-mode .infobox,
body.dark-mode .navbox,
body.dark-mode table.wikitable {
  background-color: #1c1c1c !important;
  border: 1px solid #444;
}

body.dark-mode th,
body.dark-mode td {
  background-color: #1c1c1c;
  color: #ccc;
}

body.dark-mode pre,
body.dark-mode code {
  background-color: #222;
  color: #99ccff;
}

/* Sidebar (Navigationsleiste links) */
body.dark-mode #mw-panel,
body.dark-mode #mw-head,
body.dark-mode #p-personal,
body.dark-mode #left-navigation,
body.dark-mode #right-navigation {
  background-color: #1a1a1a !important;
  color: #ccc !important;
  border-color: #444;
}

body.dark-mode #mw-panel a,
body.dark-mode #p-personal a,
body.dark-mode #mw-head a {
  color: #66baff !important;
}

body.dark-mode #p-logo a {
  background-color: #111 !important;
  background-image: none !important;
}

/* Sucheingabe & persönliche Werkzeuge */
body.dark-mode input,
body.dark-mode .vector-search-box {
  background-color: #2a2a2a !important;
  color: #eee !important;
  border: 1px solid #444;
}

body.dark-mode #mw-panel a:hover {
  background-color: #333;
  color: #fff;
}