Difference between revisions of "MediaWiki:Common.css"
From ShareHim Documentation
Allan Jensen (Talk | contribs) |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
#ca-edit { display: none; } /* hide Edit button to non-logged in users */ | #ca-edit { display: none; } /* hide Edit button to non-logged in users */ | ||
+ | |||
+ | code { /* make it stand out more */ | ||
+ | background-color: #eaeaea; | ||
+ | padding: 1px 5px; | ||
+ | color: #242729; | ||
+ | } |
Latest revision as of 09:01, 29 March 2017
/* CSS placed here will be applied to all skins */ body h1.firstHeading { display:none; } /* hide page title on all pages */ #ca-edit { display: none; } /* hide Edit button to non-logged in users */ code { /* make it stand out more */ background-color: #eaeaea; padding: 1px 5px; color: #242729; }