Difference between revisions of "MediaWiki:Vector.css"

From GivenHansco Keystone Help
Jump to navigation Jump to search
(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#cont...")
 
(No difference)

Latest revision as of 20:52, 9 January 2020

/* 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;
}

#bodyContent { 
font-size: 80%;
line-height: 1.3em;
}

body.page-Main_Page li#ca-talk { display: none !important; }
body.page-Main_Page li#ca-viewsource { display: none !important; }
body.page-Main_Page li#ca-nstab-main { display: none !important; }
body.page-Main_Page li#ca-view { display: none !important; }
body.page-Main_Page li#ca-history { display: none !important; }