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