MediaWiki:Common.css: Difference between revisions
Evobi admin (talk | contribs) (Created page with "→CSS placed here will be applied to all skins: function efAddSkinStyles(OutputPage &$out, Skin &$skin) { if(!$skin->getUser()->isLoggedIn()) { if ($skin->getSkinName() == 'vector') { $out->addInlineStyle('#ca-history { display:none; }'); } } else { if ($skin->getSkinName() == 'vector') { $out->addInlineStyle('#ca-view { display:none; }'); } } return true; } $wgHooks['BeforePageDisplay'][] = 'efA...") |
Evobi admin (talk | contribs) (Blanked the page) Tags: Blanking Manual revert |
||
(20 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||