MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
m update selector -- it changed in the latest MediaWiki version |
m minor update to nav headings |
||
| Line 16: | Line 16: | ||
} | } | ||
/* to give | /* next 2 to give headings greater distinction -- slightly bolder, slightly larger */ | ||
div#mw-panel.collapsible-nav .portal.expanded h3 a { | div#mw-panel.collapsible-nav .portal.expanded h3 a { | ||
font-weight: 600; | font-weight: 600; | ||
} | |||
div#mw-panel.collapsible-nav .portal h3 { | |||
font-size: .80em; | |||
} | } | ||
Revision as of 22:16, 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;
}
/* next 2 to give headings greater distinction -- slightly bolder, slightly larger */
div#mw-panel.collapsible-nav .portal.expanded h3 a {
font-weight: 600;
}
div#mw-panel.collapsible-nav .portal h3 {
font-size: .80em;
}