Zum Inhalt springen

MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Schutzanlage
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(7 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
body.dark-mode,
.mw-parser-output code {
body.dark-mode #content,
   background-color: #222;
body.dark-mode #mw-content-text,
   color: #99ccff;
body.dark-mode #bodyContent,
   padding: 0.4em;
body.dark-mode .mw-body {
   font-family: monospace;
   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;
}
}
 
.vertraulich-banner {
body.dark-mode th,
   background: #330000;
body.dark-mode td {
  color: #ffcccc;
   background-color: #1c1c1c;
   padding: 1em;
   color: #ccc;
  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 {
body.dark-mode pre,
   background: #440000;
body.dark-mode code {
   color: #ffdddd;
   background-color: #222;
   color: #99ccff;
}
}

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