MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
div#content h1, div#content h2, div#content #firstHeading { | div#content h1, div#content h2, div#content #firstHeading { | ||
background: # | background: #f4f4f4; | ||
font-family: sans-serif; | |||
} | } | ||
#ca-view { display:none!important; } | |||
#ca-history { display:none!important; } | |||
#ca-viewsource { display:none!important; } |
Latest revision as of 10:25, 22 June 2019
/* CSS placed here will be applied to all skins */ div#content h1, div#content h2, div#content #firstHeading { background: #f4f4f4; font-family: sans-serif; } #ca-view { display:none!important; } #ca-history { display:none!important; } #ca-viewsource { display:none!important; }