MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus 5BN-Wiki
(Kommentar eingefügt: Ausblendung Hauptseitenüberschrift)
(siteNotice (für MediaWiki:Sitenotice))
Zeile 3: Zeile 3:
/* Überschrift auf der Hauptseite ausblenden */
/* Überschrift auf der Hauptseite ausblenden */
body.page-Hauptseite.action-view h1.firstHeading, body.page-Hauptseite.action-submit h1.firstHeading { display: none; }
body.page-Hauptseite.action-view h1.firstHeading, body.page-Hauptseite.action-submit h1.firstHeading { display: none; }
/* Hinweis an den Benutzer am Seitenanfang */
#siteNotice { color: white; background-color: #e16464; font-size: 0.8em; font-weight: bold; padding: 2px 3px 0 3px; margin-bottom: 10px; border: 1px solid red }

Version vom 22. Februar 2020, 21:39 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

/* Überschrift auf der Hauptseite ausblenden */
body.page-Hauptseite.action-view h1.firstHeading, body.page-Hauptseite.action-submit h1.firstHeading { display: none; }

/* Hinweis an den Benutzer am Seitenanfang */
#siteNotice { color: white; background-color: #e16464; font-size: 0.8em; font-weight: bold; padding: 2px 3px 0 3px; margin-bottom: 10px; border: 1px solid red }