User:SpikeToronto/common.css
Appearance
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
The accompanying .js page for this skin is at User:SpikeToronto/common.js. |
/* 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> */