MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Geschichts-Wiki
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 7: | Zeile 7: | ||
display: none !important; | display: none !important; | ||
} | } | ||
#ca- | #ca-viewsource { | ||
display: none !important; | display: none !important; | ||
} | } | ||
Version vom 15. Juli 2024, 10:00 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
#ca-history {
display: none !important;
}
#ca-talk {
display: none !important;
}
#ca-viewsource {
display: none !important;
}
{{#css:
body {
background: yellow;
font-size: 20pt;
color: red;
}
}}
