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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* <pre> */  #siteNotice {     color: black; }  div#catlinks {   border: 1px inset #999999;   background-color: #9E9E9E;   color: inherit; }  p.catlinks {   border: 1px outset #D5D5D5; }   body { 	background-image: none; 	background-color: #DDDDDD; }  #bodyContent, #content, #footer { 	background-color: #F3F3F3; 	color: #000000; }  #content_withads {      background-color: #F3F3F3; }  .pBody { 	background-color: #CCCCCC; 	color: #000000; }  h1, h2, h3, h4, h5, h6 { font-weight:bold; color: #111100; } a { color: #0022AA; text-decoration: none; } a:visited { color: #001177; } a:hover { text-decoration: underline; } a.new { color: #AA0000; } #bodyContent a.extiw, #bodyContent a.extiw:active { color: #2222AA; } #bodyContent a.extiw:visited { color: #221177; } #bodyContent a.external { color: #1122AA; } #bodyContent a.external:visited { color: #111177; } #bodyContent a.stub, #bodyContent a.stub:visited { color: #FF5500; }  h1 { border-bottom: 1px solid #aaaaaa; }  .selected { 	background-color: #F3F3F3; 	color: #000000; 	border-color: #CCCCCC; }  #p-cactions ul li a { 	background-color: #F3F3F3; 	color: #000000; }  #footer { 	border-top: 1px solid #aaaaaa; 	border-bottom: 1px solid #aaaaaa; }  #p-personal { 	color: #0022AA; }  #p-personal a { 	color: #0022AA !important; }  #pagehistory li { border: 1px solid #DDDDDD; }  #pagehistory li.selected { 	background-color: #D5D5D5; 	border: 1px dashed #aaaaaa; }  table.diff { background: #D5D5D5; } td.diff-otitle { background: #D6D6D6; } td.diff-ntitle { background: #D6D6D6; }  td.diff-addedline { 	background-color: #000033; }  td.diff-deletedline { 	background-color: #330000; }  td.diff-context { 	background: #D6D6D6; }  table.grey, table.wiki-sidebar, table.browser { 	border: 1px inset #999999; 	background-color: #DEDEDE; 	color: inherit; }  table.grey td { 	border: 1px outset #DEDEDE; }  table.grey tr th, table.grey thead tr th { 	background-color: #660000; 	border: 1px outset #660000; }  th { 	color: #FFCC00; }  td.odd { 	background-color: #D5D5D5; 	border: 1px outset #D5D5D5; } td.even { 	border: 1px outset #DDDDDD; 	background-color: #DDDDDD; } table.browser td { 	background: #DEDEDE; 	border: 1px outset #DEDEDE; } table.browser td.topic { 	background-color: #D5D5D5; 	border: 1px outset #D5D5D5;  }  span.diffchange { color: red; } tr[bgcolor] td { color: black; }  #siteSub { 	color: black; }  #contentSub { 	color: #AAAAAA; }  table.mainpage { 	background-color: #D6D6D6; 	border: 1px inset #666666; }  table.mainpage tr th { 	background: #660000; }  caption { 	color: #FFCC00; }  div.header-notice, div.warning { 	border: 1px inset #999999; 	background-color: #DEDEDE; 	color: #000000; }  div.warning { 	color: red !important; }  div.notice, div.usermessage { 	background-color: #DEDEDE; 	color: #000000; }  .thumb, .tright, .tleft { 	border: 1px inset #999999 !important; 	background-color: #DEDEDE !important; }  div.thumb div { background-color: #DEDEDE !important; } table, td, tr { 	background-color: transparent; 	color: #000000; } #toc { 	background-color: #DEDEDE; 	border: 1px inset #999999; }  legend { 	background-color: #DEDEDE; 	border: 1px solid #2f6fab; 	color: #FFCC00; }  fieldset { background-color: #DEDEDE; }  #preftoc li a { color: #00CCFF; }  #preftoc li.selected { 	background-color: #DEDEDE; }  div.gallerytext {         background-color: #D5D5D5; 	border: 1px outset #D5D5D5; }  /* make a few corners round, only supported by moz/firefox/other gecko browsers for now */     #p-cactions ul li, #p-cactions ul li a {         -moz-border-radius-topleft: 1em;       -moz-border-radius-topright: 1em;     }     #content {        -moz-border-radius-topleft: 1em;        -moz-border-radius-bottomleft: 1em;     }     div.pBody {       -moz-border-radius-topright: 1em;       -moz-border-radius-bottomright: 1em;     }          /* same following the css3 draft specs, any browsers supporting this? */     #p-cactions ul li, #p-cactions ul li a {         border-radius-topleft: 1em;       border-radius-topright: 1em;     }     #content {        border-radius-topleft: 1em;       border-radius-bottomleft: 1em;     }     div.pBody {       border-radius-topright: 1em;       border-radius-bottomright: 1em;     }  /* </pre> */