Difference between revisions of "MediaWiki:Vector.css"
| Line 20: | Line 20: | ||
#ca-watch { display:none!important; } | #ca-watch { display:none!important; } | ||
#ca-viewsource { display:none!important; } | #ca-viewsource { display:none!important; } | ||
| + | |||
| + | /** Hide external links **/ | ||
| + | a.external:after { | ||
| + | display: none !important; | ||
| + | } | ||
Revision as of 07:34, 4 February 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; }
#ca-view { display:none!important; }
#ca-history { display:none!important; }
#ca-watch { display:none!important; }
#ca-viewsource { display:none!important; }
/** Hide external links **/
a.external:after {
display: none !important;
}