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...") |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 12: | Line 12: | ||
div#footer { | div#footer { | ||
margin-left: 1em; | 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; | ||
} | } |
Latest revision as of 07:39, 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;
}