Note: After saving, you have to bypass your browser's cache to see the changes. Internet Explorer: press Ctrl-F5, Mozilla: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Opera/Konqueror: press F5, Safari: hold down Shift + Alt while clicking Reload, Chrome: hold down Shift while clicking Reload.
/* Import css */
/* @import "//en.wikipedia.org/w/index.php?title=User:Voice_of_Clam/vector.css&action=raw&ctype=text/css"; */

/* Import js */
/* importScriptURI('//en.wikipedia.org/w/index.php?title=User:Voice_of_Clam/vector.js&action=raw&ctype=text/javascript'); */

/* .class { font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif } */

/* Wider edit summary */
#wpSummary { width: 80%; }

/* Remove to-me-useless notes in all edit boxes. leaves only the command buttons and special chars. */
#editpage-copywarn { display: none; }
#editpage-copywarn1 { display: none; }
#editpage-copywarn2 { display: none; }

.geo-default { display: inline } .geo-nondefault { display: inline }
.geo-dec { display: none } .geo-dms { display: inline }
.watchlistredir { font-style:italic; }
.allpagesredirect:after { color: #808080; content: " (redirect)"}

/* Disable geo-notices */
.geonotice { display: none; }

/* Remove Wiki ads template */
.qxz-ads {display: none;}

/* Reduce space around category links, allow word wrapping - see [[:de:Wikipedia:Fragen zur Wikipedia#MW118: Kategorienanzeige]] */
#catlinks li {
        display: inline;
        border-left: none;
        padding: 0;
}
#catlinks li:first-child { padding-left: 0; }
#catlinks li:before { content: " | "; }
#catlinks li:first-child:before { content: ""; }

/* From User:PiRSquared17/vector.css */

.usermessage { background: transparent; border: 0; }

/* get rid of the little 'person' icon next to the userpage link */
#pt-userpage { background-image: none; }
 
/* for non-article pages, the placid yellow tone should be the
background on the entire page, not just the body content */
/* note: this currently causes non-active tabs to look a little funny - this is much easier to fix on the MediaWiki side and i'll submit a patch to do that shortly */
body #content,
body,
body #mw-page-base,
body.ns-0 div.vectorTabs li.selected { background: #ffffd8; }
body.ns-0 #content,
body.ns-0,
body.ns-0 #mw-page-base,
body.ns-0 div.vectorTabs li.selected { background: #ffffec; }

/* Remove Wikipedia tagline */
/* #siteSub{
display:none
} */

/* Category box should not have border, background */
	
.catlinks { border: none; background-color: transparent; }

/* Remove external link icon (from Redrose, VPT 13/05/2013) */
external {
  background:none;
  padding: 0;
}

/* Remove watchlist key */
.mw-changeslist-legend {display: none;}

/* Remove link to Media Viewer from file description pages */
.mw-mmv-filepage-buttons { display: none }

/* Remove section snakes */
.mw-headline-anchor {display: none;}

/* Remove sandbox redlink */
#pt-sandbox { display: none; }

/* Centre justify main page captions */
.thumbcaption { text-align: center; }

/* Restore original diff font, from https://en.wikipedia.org/w/index.php?title=Wikipedia:Village_pump_(technical)&oldid=955182529#Thursday_font_change */
.diff-editfont-monospace .diff-addedline,
.diff-editfont-monospace .diff-deletedline,
.diff-editfont-monospace .diff-context {
  font-family: sans-serif;
}