Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* 
  ID selectors use "#"    
  Class selectors use "."   
*/

/*
  Watchlist stuff
*/

table.mw-enhanced-rc {font-size:13px}
 
/*
  Edit box stuff
*/

/* Turn the "Save page" button green if I'm logged in */
INPUT#wpSave {background-color:#88ff88}

div.editCheckboxes {margin-top:100px}
div.editButtons {float:right}
div.mw-tos-summary {visibility:hidden}
div#editpage-copywarn {visibility:hidden}
input#wpWatchthis {margin-left: 150px}

/* 
  Misc junk
*/

/* no need to keep looking at "Take me back" and "New features" links */
/*
li#pt-prefswitch-link-off {
    display: none;
}
li.no-text-transform {
    display: none;
}
*/

li#pt-prefswitch-link-on, li#pt-prefswitch-link-anon {
    display: none;
}


/*table.dmbox-disambig {visibility:hidden}*/