MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
m make sidebar headers bolder |
m update selector -- it changed in the latest MediaWiki version |
||
| Line 17: | Line 17: | ||
/* to give headers greater distinction -- default is grayer */ | /* to give headers greater distinction -- default is grayer */ | ||
div#mw-panel | div#mw-panel.collapsible-nav .portal.expanded h3 a { | ||
font-weight: 600; | font-weight: 600; | ||
} | } | ||
Revision as of 21:05, 2 July 2014
/* CSS placed here will affect users of the Vector skin */
/* needed to keep content border top from extending too far left */
div#mw-head-base {
margin-left: 11em;
}
/* needed to keep content border bottom from extending too far left */
div#footer {
margin-left: 11em;
}
#p-logo {
width: 11em;
}
/* to give headers greater distinction -- default is grayer */
div#mw-panel.collapsible-nav .portal.expanded h3 a {
font-weight: 600;
}