Es gibt z.Z. Probleme mit einem Update, es ist nur Lesen möglich. Currently there are issues with the installation, readonly possible for now. |
Difference between revisions of "MediaWiki:Common.css"
(Die Seite wurde neu angelegt: „→Das folgende CSS wird für alle Benutzeroberflächen geladen.: body.mainpage.action-view h1.firstHeading, body.mainpage.action-submit h1.firstHeading { di…“) |
|||
Line 1: | Line 1: | ||
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | /* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | ||
− | body.mainpage.action-view h1.firstHeading, body.mainpage.action-submit h1.firstHeading { display: none; } | + | /*body.mainpage.action-view h1.firstHeading, body.mainpage.action-submit h1.firstHeading { display: none; }*/ |
+ | |||
+ | /*body.page-Main_Page h1.firstHeading { display:none; }*/ | ||
+ | /*body.page-No_page_title h1.firstHeading { display:none; }*/ | ||
+ | /*body.page-No_page_title h1.firstHeading, body.page-Main_Page h1.firstHeading { display:none; }*/ | ||
+ | |||
+ | .action-view.page-Hauptseite h1.firstHeading, | ||
+ | .action-view.page-Hauptseite #contentSub, | ||
+ | .action-view.page-Hauptseite #catlinks { | ||
+ | display: none; | ||
+ | } |
Revision as of 22:21, 28 February 2016
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ /*body.mainpage.action-view h1.firstHeading, body.mainpage.action-submit h1.firstHeading { display: none; }*/ /*body.page-Main_Page h1.firstHeading { display:none; }*/ /*body.page-No_page_title h1.firstHeading { display:none; }*/ /*body.page-No_page_title h1.firstHeading, body.page-Main_Page h1.firstHeading { display:none; }*/ .action-view.page-Hauptseite h1.firstHeading, .action-view.page-Hauptseite #contentSub, .action-view.page-Hauptseite #catlinks { display: none; }