Zum Inhalt springen

MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Schutzanlage
Die Seite wurde geleert.
Markierungen: Geleert Manuelle Zurücksetzung
Keine Bearbeitungszusammenfassung
 
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt)
Zeile 1: Zeile 1:
 
.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;
}

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