Template:Editnotices/Namespace/Category

From blackwiki
< Template:Editnotices‎ | Namespace
Revision as of 11:41, 31 May 2011 by imported>Amalthea (Protected Template:Editnotices/Namespace/Category: interface page, transcluded in MadiaWiki space ([edit=sysop] (indefinite) [move=sysop] (indefinite)))
Jump to navigation Jump to search
50px Template documentation[view] [edit] [history] [purge]

Usage

Hiding the message

This template is marked with the CSS id and CSS class name "category-namespace-editnotice", so that editors can apply their own CSS customisation if they wish, in particular to hide it (see WP:CSSHIDE for details). To hide the message, add:

#category-namespace-editnotice {
    display: none !important;
}

into your skin.css, which will apply the effect to your current skin. To apply it to all skins, add the code to your common.css instead. See Wikipedia:Skin for details.

See also