Difference between revisions of "MediaWiki:Vector.css"
Line 28: | Line 28: | ||
#ca-talk { | #ca-talk { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | #content { | ||
+ | margin:0; | ||
+ | border: 0; | ||
+ | } | ||
+ | |||
+ | #mw-page-base, #mw-head-base, #mw-head { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | #firstHeading { | ||
display: none; | display: none; | ||
} | } |
Revision as of 07:43, 9 October 2018
/* CSS placed here will affect users of the Vector skin */ #left-navigation { margin-left: 1em !important; } div#mw-panel { display: none; } #content { margin-left: 1em; } #footer { margin-left: 1em !important; } #footer-places { display: none; } #footer-poweredbyico { display: none; } #ca-talk { display: none; } #content { margin:0; border: 0; } #mw-page-base, #mw-head-base, #mw-head { display: none; } #firstHeading { display: none; }