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.
/* Use the following to embed into a .css page
  @import url('http://meta.wikipedia.org/w/index.php?title=User:Microchip08/global.css&action=raw&ctype=text/css');
*/

/* colour inter-project links fancily */
#bodyContent a.extiw[href*="meta.wikimedia.org/w"] {
	border-bottom: 1px dotted gray;
	color: black;
}
 
#bodyContent a.extiw[href*="commons.wikimedia.org/w"] {
	 border-bottom: 1px dotted #999;
	color: #800000;
}
 
#bodyContent a.extiw[href*=".wikipedia.org/w"] {
	color: green;
}
 
#bodyContent a.extiw[href*=".wiktionary.org/w"] {
	color: #9400D3;
}
 
#bodyContent a.extiw[href*=".wikiquote.org/w"] {
	color: #FF00FF;
}
 
/* TODO: does not work with [[oldwikisource:]] */
#bodyContent a.extiw[href*=".wikisource.org/w"] {
	color: #00008B;
}
 
#bodyContent a.extiw[href*=".wikibooks.org/w"] {
	color: #8B0000;
}
 
#bodyContent a.extiw[href*=".wikiversity.org/w"] {
	color: #FF8C00;
}
 
#bodyContent a.extiw[href*="species.wikimedia.org/w"] {
	 border-bottom: 1px dotted #999;
	color: #F08080;
}
 
#bodyContent a.extiw[href*="incubator.wikimedia.org/w"] {
	border-bottom: 1px dotted #999;
	color: red;
}
 
#bodyContent a.extiw[href*="www.mediawiki.org/w"] {
	border-bottom: 1px dotted #999;
	color: orange;
}
#bodyContent a.extiw[href*=".wikivoyage.org/w"] {
	border-bottom: 1px dotted #999; 
	color: #E4D00A; /* "citrine" (yellowy-brown) */
}
#bodyContent a.extiw[href*="www.wikidata.org/w"] {
	border-bottom: 1px dotted #999;
	color: #E0B0FF; /* "mauve" (light purple) */
}
#bodyContent a.extiw[href*=".wikinews.org/w"] {
	border-bottom: 1px dotted #999; 
	color: #4B92DB; /* UN blue */
}

/* for the highlight sysops snippet in global.js */
.nick_bot, a.nick_bot:visited {
	background-color:#d0e5f5; /* blue */
	border-top:1px solid #abd5f5;
	border-bottom:1px solid #abd5f5;
	padding-left:0.2em;
	padding-right:0.2em;
}

.nick_editor, a.nick_editor:visited,
.nick_OTRS-member, a.nick_OTRS-member:visited {
	background-color:#F2CEE0; /* pink */
	border-top:3px double #BFA3B1 !important;
	border-bottom:3px double #BFA3B1 !important;
	padding-left:0.2em;
	padding-right:0.2em;
}

.nick_sysop, a.nick_sysop:visited {
	background-color:#cef2e0; /* green */
	border-top:1px solid #a3bfb1;
	border-bottom:1px solid #a3bfb1;
	padding-left:0.2em;
	padding-right:0.2em;
}

.nick_steward, a.nick_steward:visited {
	background-color:#E0CEF2; /* purple */
	border-top:1px solid #B1A3BF;
	border-bottom:1px solid #B1A3BF;
	padding-left:0.2em;
	padding-right:0.2em;
}

/* for [[User:Microchip08/highlightme.js]] */
.nick_me, a.nick_me:visited {
	background-color:#faecc8; /* gold */
	border-top:1px solid #fad67d;
	border-bottom:1px solid #fad67d;
	padding-left:0.2em;
	padding-right:0.2em;
}
/* use fancy font on category links (it's in stack due to kowiki) */
.catlinks {
	font-family: "NanumGothic";
}

/* highlights to make it easier to find them in unfamillar languages */
#mw-diff-ntitle1 a[href*="&undo="] { /* undo link */
    background-color:#aee;
}

#n-recentchanges { /* recent changes in sidebar */
	font-weight:bold;
}

#ca-ve-edit { /* visual editor caction */
    display:none; /* keep clicking it */
}

.mw-tag-markers {
	font-size:70%;
}

/* [[m:User:BDavis (WMF)/global.css]] */
body.skin-vector  {
	background-color:#eee;
}
.skin-vector #mw-head {
	background-color:#eee;
}
.skin-vector #mw-page-base {
    background-image:none;
    background-color:#eee;
}
.skin-vector div#content {
    border:1px solid #eee;
}
.skin-vector div.vectorTabs ul li {
    background-image:none;
    background-color:#eee;
}
.skin-vector #p-views, #p-views *,
.skin-vector #p-namespaces, #p-namespaces * {
    background-image:none;
}
.skin-vector div.vectorTabs ul li.selected  {
    border-bottom:2px solid #e11;
}
.skin-vector div.vectorTabs ul li span a:hover {
    text-decoration:none;
    border-bottom:2px dotted #ccc;
}
.skin-vector div#mw-head div.vectorMenu h3 {
	background-image:none;
}
#p-personal #pt-betafeatures {
	display:none;
}
#p-personal #pt-mytalk {
	display:none;
}

#p-personal #pt-flyout div {
	background-color:#fff;
}

.stub { /* small articles */
    text-decoration:underline;
}