Difference between revisions of "MediaWiki:Vector.css"

From dinoflaj3
Jump to: navigation, search
 
(No difference)

Latest revision as of 12:53, 2 December 2016

/* CSS placed here will affect users of the Vector skin */

/* Decrease Vector sidebar padding and margins. This allows space for more text. */
 
#mw-panel { padding-left: 0; } /* Reduces sidebar padding on the left. */
div#mw-panel div.portal { margin-left: 0; margin-right: 0; } /* Reduces sidebar margins. */
div#mw-panel div.portal div.body { margin-left: 0.5em; } /* Reduces left margin of sidebar toolbox */

/* increase sidebar font size to medium from small */
#mw-panel div.portal div.body ul li {
        font-size: medium !important;
}

/* disable tabs for users not logged-in */
#ca-viewsource { display: none !important; }
#ca-talk { display: none !important; }
#ca-history { display: none !important; }
#ca-view { display: none !important; }
#ca-nstab-main { display: none !important; }