Difference between revisions of "MediaWiki:Common.css"
From ShareHim Documentation
Line 6: | Line 6: | ||
code { /* make it stand out more */ | code { /* make it stand out more */ | ||
− | background-color: # | + | background-color: #eaeaea; |
padding: 1px 5px; | padding: 1px 5px; | ||
} | } |
Revision as of 09:00, 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; }