Difference between revisions of "Template:Editnotices/Namespace/Category/doc"

From blackwiki
Jump to navigation Jump to search
imported>Technical 13
(HTML5 compliance.)
imported>John of Reading
m (→‎Hiding the message: Fixed "your your" using AWB)
 
Line 12: Line 12:
 
}
 
}
 
</syntaxhighlight>
 
</syntaxhighlight>
into [[Special:Mypage/skin.css|your skin.css]], which will apply the effect to your current skin.  To apply it to all skins, add the code to your [[Special:Mypage/common.css|your common.css]] instead. See [[Wikipedia:Skin]] for details.
+
into [[Special:Mypage/skin.css|your skin.css]], which will apply the effect to your current skin.  To apply it to all skins, add the code to [[Special:Mypage/common.css|your common.css]] instead. See [[Wikipedia:Skin]] for details.
  
 
=== See also ===
 
=== See also ===

Latest revision as of 21:01, 9 February 2015

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