MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
(11 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
#ca-talk { display: none !important; } | #ca-talk { display: none !important; } | ||
#p-tb { display: none; } | #p-tb { display: none; } | ||
#p- | |||
#p-logo + .mw-portlet h3 { | |||
display: block; | |||
} | |||
/* Images should be responsive */ | |||
img { | |||
max-width:100%; | |||
height:auto; | |||
} |
Latest revision as of 03:45, 12 March 2022
/* CSS placed here will be applied to all skins */ #ca-viewsource { display: none !important; } #ca-history { display: none !important;} #ca-talk { display: none !important; } #p-tb { display: none; } #p-logo + .mw-portlet h3 { display: block; } /* Images should be responsive */ img { max-width:100%; height:auto; }