Zum Inhalt springen

MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Schutzanlage
Keine Bearbeitungszusammenfassung
Markierung: Zurückgesetzt
Keine Bearbeitungszusammenfassung
 
(2 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
/* Standard: helles Emblem zeigen */
.mw-parser-output code {
.emblem-dark { display: none; }
  background-color: #222;
 
  color: #99ccff;
body.dark-mode .emblem-light { display: none; }
  padding: 0.4em;
body.dark-mode .emblem-dark  { display: inline-block; }
  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;
}

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