Note: After saving, changes may not occur immediately. Click here to learn how to bypass your browser's cache.
  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (Cmd-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (Cmd-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences

For details and instructions about other browsers, see Wikipedia:Bypass your cache.

body {
  background: #fff;
}
.mw-body {
  width: 720px;
  margin: 0 auto;
  border: none;
}
div#mw-panel {
  display: none;
}
.mw-body h1, .mw-body h2 {
  font-family: arial;
  font-weight: 900;
}
div#content {
  font: 14pt/1.3 Arial;
  background: #fff;
  color: #555;
  font-feature-settings: "liga" 1, "onum" 1;
}
a:link, a:visited, a:active { color: #6060a0; }
.portlet {
  font-size: x-small;
}
div.mw-geshi div,
div.mw-geshi div pre,
span.mw-geshi,
code,
pre,
pre.source-css,
pre.source-javascript,
pre.source-lua {
  font-family: "Courier Prime Sans", Consolas, "Courier New", monospace  !important;
  font-size: 80% !important;
  line-height: 1.25;
  font-feature-settings: "onum", "zero", "ss02", "ss03";
}