MediaWiki:Common.css
From MSX Game Library
Note: After saving, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
// Base color body { background-color: #65dbef; } body.ns-0 { background-color: #cccccc; } #sitetitle { font-family: Courier, monospace; background-color:#5955e0; color:#8076f1; } // Headline h2 { border-bottom: solid thin black; } h3 { border-bottom: solid thin gray; } h4 { border-bottom: solid thin dashed; } // Misc pre { line-height: 110%; }