MediaWiki:Common.css
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* Sidebar typography and organization pass */
/* Section headings: bolder, uppercase, letter-spaced, clearly separated from links */
.vector-menu-heading {
font-size: 0.75em;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.06em;
color: #54595d;
padding-top: 0.9em;
padding-bottom: 0.3em;
border-top: 1px solid #e4e4e4;
margin-top: 0.4em;
}
/* First heading in the sidebar shouldn't have a divider line above it */
#p-navigation .vector-menu-heading {
border-top: none;
margin-top: 0;
}
/* Sidebar links: more breathing room between items, slightly larger click target */
.vector-menu-content-list li {
padding: 0.15em 0;
line-height: 1.5;
}
.vector-menu-content-list li a {
font-size: 0.95em;
}
/* Subtle hover state so it's clear these are navigable */
.vector-menu-content-list li a:hover {
text-decoration: underline;
}
/* Site notice banner: tighten up line-height so it doesn't look cramped on mobile widths */
#siteNotice {
line-height: 1.5;
}