Zum Inhalt springen

MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Schutzanlage
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(4 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
/* === Grundfarben === */
.mw-parser-output code {
body.dark-mode,
   background-color: #222;
body.dark-mode #content,
   color: #99ccff;
body.dark-mode #mw-content-text,
  padding: 0.4em;
body.dark-mode #bodyContent,
  font-family: monospace;
body.dark-mode .mw-body,
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,
body.dark-mode .mw-footer,
body.dark-mode .mw-portlet,
body.dark-mode .vector-menu-content,
body.dark-mode .vector-menu-content-list,
body.dark-mode .vector-menu-heading {
   background-color: #121212 !important;
   color: #e0e0e0 !important;
}
}
 
.vertraulich-banner {
/* === Links === */
  background: #330000;
body.dark-mode a {
   color: #ffcccc;
   color: #66baff !important;
  padding: 1em;
  border: 1px solid #660000;
  text-align: center;
  font-weight: bold;
  font-family: monospace;
  margin-bottom: 1em;
  border-radius: 4px;
}
}
body.dark-mode a:visited {
body.skin-vector-2022.night .vertraulich-banner {
  color: #a0a0ff !important;
   background: #440000;
}
   color: #ffdddd;
 
/* === Navigation & Sidebar === */
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;
}
 
/* === Infoboxen, Tabellen, Code === */
body.dark-mode .infobox,
body.dark-mode .navbox,
body.dark-mode table.wikitable,
body.dark-mode table,
body.dark-mode th,
body.dark-mode td {
  background-color: #1c1c1c !important;
  color: #ccc !important;
  border-color: #444 !important;
}
 
body.dark-mode pre,
body.dark-mode code {
  background-color: #222 !important;
  color: #99ccff !important;
}
 
/* === Suchfeld & Eingaben === */
body.dark-mode input,
body.dark-mode textarea,
body.dark-mode select {
  background-color: #2a2a2a !important;
  color: #eee !important;
  border: 1px solid #444 !important;
}
 
/* === Footer & Kleinteile === */
body.dark-mode .mw-footer,
body.dark-mode .printfooter,
body.dark-mode .catlinks {
  background-color: #111 !important;
  color: #888 !important;
}
 
 
body.dark-mode #mw-panel a:hover {
  background-color: #333;
   color: #fff;
}
}

Aktuelle Version vom 16. Juni 2025, 21:19 Uhr

.mw-parser-output code {
  background-color: #222;
  color: #99ccff;
  padding: 0.4em;
  font-family: monospace;
}
.vertraulich-banner {
  background: #330000;
  color: #ffcccc;
  padding: 1em;
  border: 1px solid #660000;
  text-align: center;
  font-weight: bold;
  font-family: monospace;
  margin-bottom: 1em;
  border-radius: 4px;
}
body.skin-vector-2022.night .vertraulich-banner {
  background: #440000;
  color: #ffdddd;
}