User:SpikeToronto/common.css

From mediawiki.org

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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* 18:14, 6 August 2014 (UTC) */
/* <source lang="CSS"> */

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

/* 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> */