Difference between revisions of "MediaWiki:Vector.css"
(Created page with "→CSS placed here will affect users of the Vector skin: →* Hide sidebar *: div#mw-panel { display: none; } #left-navigation { left: 1em; } #mw-head-base, div#content...") |
|||
Line 13: | Line 13: | ||
margin-left: 1em; | margin-left: 1em; | ||
} | } | ||
+ | |||
+ | #ca-nstab-main { display:none!important; } | ||
+ | #ca-talk { display:none!important; } |
Revision as of 18:34, 19 January 2018
/* CSS placed here will affect users of the Vector skin */
/** Hide sidebar **/
div#mw-panel {
display: none;
}
#left-navigation {
left: 1em;
}
#mw-head-base,
div#content,
div#footer {
margin-left: 1em;
}
#ca-nstab-main { display:none!important; }
#ca-talk { display:none!important; }