MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus MediaWiki 1.27.4
| Zeile 8: | Zeile 8: | ||
} | } | ||
| − | . | + | body.logged-out #mw-panel { |
display: none !important; | display: none !important; | ||
} | } | ||
Version vom 2. April 2025, 13:08 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/* Example for namespace 3000 */
.ns-3000 h1 {
color: blue; /* Change heading color for Draft namespace */
}
.ns-3000 p {
font-style: italic; /* Italicize paragraphs for Draft namespace */
}
body.logged-out #mw-panel {
display: none !important;
}