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.
/* 03:47, 13 September 2015 (UTC) */
/* <source lang="CSS"> */

/* Restore Lupin's original NavPopups styling */
  @import url(https://en.wikipedia.org/w/index.php?title=User:SpikeToronto/common.css/navPopups.css&action=raw&ctype=text/css);
/* END Restore Lupin's original NavPopups styling */

/* Highlighting "Updated since last visit" in Revision Histories */
span.updatedmarker { background-color: lime; }
/* END Highlighting "Updated since last visit" in Revision Histories */

/* Force text wrapping in PRE, SOURCE, & SYNTAXHIGHLIGHT tags */
pre, source, syntaxhighlight {
  white-space: -moz-pre-wrap;  /* Mozilla, supported since 1999 */
  white-space: -pre-wrap;      /* Opera 4 - 6 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  white-space: pre-wrap;       /* CSS3 - Text module (Candidate Recommendation)
                                  http://www.w3.org/TR/css3-text/#white-space */
  word-wrap: break-word;       /* IE 5.5+ */
}
/* END Force text wrapping in PRE, SOURCE, & SYNTAXHIGHLIGHT tags */

/* Change source-mode font characteristics in editor */
#wpTextbox1 { font-family: monospace ! important; font-size: 12pt !important; font-weight: bold !important; color: #000000 !important; } 
#EditPageEditor textarea { font-family: monospace ! important; font-size: 12pt !important; font-weight: bold !important; color: #000000 !important; } 
/* END Change source-mode font characteristics in editor */

/* Increase fontsize of DIFFS */ 
td.diff-addedline, td.diff-deletedline, td.diff-context { vertical-align: top; font-size: 100%; }
#pt-login { font-weight: bold; font-size: 110%; }
p.error { font-weight: bold; }
/* End Increase fontsize of DIFFS */

/* Color certain items in Special:RecentChanges */
  .newpage { color : #990000; }
  .minor { color : #AAAAAA; }
  .unpatrolled { color : #ff00ff; }
/* END Color certain items in Special:RecentChanges */

/* Mark redirects in Special:Allpages and Special:Watchlist */
  .allpagesredirect a { color: #888; font-style: italic; }
  .watchlistredir a { color: #888; font-style: italic; }
  .nowraplinks a { white-space: nowrap; }
/* END Mark redirects in Special:Allpages and Special:Watchlist */

/* #recentchangestext { display: none !important; } */

/* </source> */