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"
(Iconlink Wikipedia) |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
/*body.page-No_page_title h1.firstHeading, body.page-Main_Page h1.firstHeading { display:none; }*/ | /*body.page-No_page_title h1.firstHeading, body.page-Main_Page h1.firstHeading { display:none; }*/ | ||
− | .action-view.page- | + | .action-view.page-Main_Page h1.firstHeading, |
− | .action-view.page- | + | .action-view.page-Main_Page #contentSub, |
− | .action-view.page- | + | .action-view.page-Main_Page #catlinks { |
display: none; | display: none; | ||
+ | } | ||
+ | |||
+ | .roundborder { | ||
+ | border:2px solid black; | ||
+ | border-radius:5px; | ||
+ | padding:2px; | ||
+ | } | ||
+ | |||
+ | /* fixed table header while srolling */ | ||
+ | .fixhead { | ||
+ | position:sticky; | ||
+ | top:0; | ||
+ | } | ||
+ | |||
+ | .mw-parser-output a[href*="wikipedia"].external, a[href*="wikipedia"] { | ||
+ | background: url("https://upload.wikimedia.org/wikipedia/commons/thumb/2/2c/Tango_style_Wikipedia_Icon.svg/16px-Tango_style_Wikipedia_Icon.svg.png") no-repeat right; padding-right: 20px; | ||
} | } |
Latest revision as of 09:11, 21 January 2021
/* 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-Main_Page h1.firstHeading, .action-view.page-Main_Page #contentSub, .action-view.page-Main_Page #catlinks { display: none; } .roundborder { border:2px solid black; border-radius:5px; padding:2px; } /* fixed table header while srolling */ .fixhead { position:sticky; top:0; } .mw-parser-output a[href*="wikipedia"].external, a[href*="wikipedia"] { background: url("https://upload.wikimedia.org/wikipedia/commons/thumb/2/2c/Tango_style_Wikipedia_Icon.svg/16px-Tango_style_Wikipedia_Icon.svg.png") no-repeat right; padding-right: 20px; }