Note – after saving, you may have to bypass your browser’s cache to see the changes.

  • Mozilla / Firefox / Safari: hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (Command-R on a Macintosh);
  • Konqueror and Chrome: click Reload or press F5;
  • Opera: clear the cache in Tools → Preferences;
  • Internet Explorer: hold Ctrl while clicking Refresh, or press Ctrl-F5.

This CSS is applied for TheDaveRoss to every page.


.mysig
{
    background-color:#eee;
    color:#FF6600;
}
.mw-recentchanges-toplinks
{ /* hide the links at the top of RC */
    display:none;
}
.watchlistDetails
{
    display:none;
}

.active-vote-block
{
    //display:none;
}

.rcfilters-head
{ /* move the new .js filters to the right of the page so RC start at the top */
    //width:25%;
    //float:right;
}
.mw-head
{
    position:fixed;
    z-index:999;
    background:white;
}