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.
/*Navigation styling*/ #left-navigation { visibility: hidden; } #ca-view, #ca-history { visibility: hidden; } /*Paragraph style*/ * { font-family: Helvetica, Tahoma, System sans-serif; } /*Body styling*/ html { font-size: 125%; } /* Heading and section styles*/ h2 { overflow: auto; font-weight: bold; } h3 { overflow: auto; } h4, h5, h6 { overflow: auto; } h2, h3, h4, h5, h6 { padding-top: 1.5em; } .vector-body h2 { padding-bottom: 0.20em; } .vector-body h3 { margin-bottom: 0; font-size: 1.25em; padding-bottom: 0.20em; } .vector-body h4 { margin-bottom: 0; font-size: 1.25em; padding-bottom: 0.20em; } .vector-body h5, .vector-body h6 { margin-bottom: 0; font-size: 1.15em; padding-bottom: 0.20em; } /* Horizontal line styles*/ h2 { border-bottom: 6px solid #66D09A; } h3 { border-bottom: 4px solid #D5E6B1; } h4 { border-bottom: 3px solid #F8A97A; } h5 { border-bottom: 2px solid #F8A97A; } h6 { border-bottom: 1px solid #F8A97A; } hr { border-top: 1px solid rgb(200,216,228); } /*TOC container styling*/ html .mw-table-of-contents-container { font-size: 85%; } .mw-table-of-contents-container { border-right: 1px solid rgb(200,216,228); } .sidebar-toc-title:before { visibility: visible; color: #54595d; content: 'Page '; font-weight: bold; } .sidebar-toc .sidebar-toc-title { font-size: 2em; font-weight: bold; } .sidebar-toc-text { color: #000; line-height: 1.15em; }