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.
#editpage-copywarn { display: none; }
#editpage-copywarn1 { display: none; }
#editpage-copywarn2 { display: none; }
#editpage-copywarn3 { display: none; }

/* new message notification (a red background with white text/links */
.usermessage {
    background: #C50024 url('http://www.micahclemens.com/wikipedia/red.png') repeat-x scroll left top;
    border: 1px solid #FF0000;
    color: #FFFFFF;
    font-weight: bold;
    margin: 2em 0em 1em 0em;
    padding: 0.5em 1em 0.5em 1em;
    vertical-align: middle;
	}
.usermessage a, .usermessage a:visited {color:#D7B435;}

h1.firstHeading {background: #000000 url('http://www.micahclemens.com/wikipedia/new_message_blue.png') repeat-x scroll left top;color:#FEFEFE;padding 3px;border:1px solid #696B2E;text-indent:.5em;}

/* Bolding */
.mw-plusminus-pos {
    color:green;
    font-weight:bold;
}

.mw-plusminus-neg {
    color:red;
    font-weight:bold;
}

/* Colors of links */
.pBody { background-color: #000000; border-color:#000000; color: white }

#p-navigation h5, #p-interaction h5, #p-tb h5 {border:1px solid #232323;background:#3934B4 url('http://www.micahclemens.com/wikipedia/new_message_blue.png') repeat-x scroll left top;color:#FFFFFF;padding:1px 10em 1px 1em;margin:0 3px 0.5em 0;font-size:125%;text-align:left;}

#p-navigation h5, #p-search h5, #p-tb h5 {border:1px solid #232323;background:#3934B4 url('http://www.micahclemens.com/wikipedia/new_message_blue.png') repeat-x scroll left top;color:#FFFFFF;padding:1px 10em 1px 1em;margin:0 3px 0.5em 0;font-size:125%;text-align:left;}

#content, #mytabs li a, #p-cactions li a, #p-cactions li a:hover, #p-cactions li.selected a {background-color: #EBF1FA;}
#content div.thumb {border-color: #000000;}

#content, #footer {
   -moz-border-radius-topleft: 4px;
   -moz-border-radius-bottomleft: 4px;
}

div.pBody {
   -moz-border-radius-bottomright: 4px;
}

/* Dotted borders on pre look ugly, replace with a solid one */
#bodyContent pre {
    border: 1px solid #aaa;
}

/* suppress the person icon by your username */
li#pt-userpage { background: none }


/* Avoid offpage text */

/* Eliminate yellow colour everywhere in borders */
#p-cactions li.selected {
    border-color: #aaa;
}

/*Supress non-editing material so as not to confuse me*/
li#f-copyright,
li#f-lastmod,
#editpage-copywarn,
h3#siteSub,
#fundraising,
#editpage-specialchars,
#editpage-copywarn2,
#pabanner { display: none; }

#nav {
	float: left;
	width: 750px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 82%;
	border-top: 1px solid #64A6F3;
	border-bottom: 3px solid #134783;
	background: #235C9D url(../img/nav-bg-blue.gif) repeat-x top left;
	}
#nav li {
	float: left;
	margin: 0;
	padding: 0 1px 0 0;
	list-style: none;
	background: url(../img/nav-li-bg-blu.gif) no-repeat top right;
	}
#nav a {
	float: left;
	padding: 7px 13px;
	text-decoration: none;
	border-bottom: none;
	color: #fff;
	}
#nav a:hover, #nav a.active {
	color: #fff;
	background: #235C9D;
	}
#nav a.active {
	font-weight: bold;
	}
li#t-home a {
	margin-left: 25px;
	background: url(../img/nav-li-bg-blu.gif) no-repeat top left;
	}

/* Nice borders for (almost) all boxes */
input[type="radio"],
input[type="checkbox"] { border:none; }
input[type="text"], input[type="submit"], textarea {
    border: 1px solid #aaa !important;
}
/* make round corners for the rest */
input[type="text"], input[type="submit"], textarea, pre, #toc {
   -moz-border-radius: 2px;
}

#footer {display:none;}
.printfooter {display:none;}

/* this is the ul contained in the portlet */
.portlet li a {color: #ffffff;}
----


/*
** the page-related actions- page/talk, edit etc 
*/
#p-cactions {
	
    position:absolute;
    top: 1.3em;
    left: 11.5em;
    margin: 0;
    white-space:nowrap;
    width: 75%;
    line-height: 1.1em;
    overflow: visible;
    background: none;
    border-collapse: collapse;
    padding-left: 1em;
    list-style: none;
    font-size: 95%;
}
#p-cactions .hiddenStructure { display: none; }
#p-cactions ul {
    list-style: none;
}
#p-cactions li {
    display: inline;
    border: 1px solid #000000;
    border-bottom: none;
    padding: 0 0 0.1em 0;
    margin: 0 0.3em 0 0;
    overflow: visible;
    background: none;
}
#p-cactions li.selected {
    border-color: #000;
	background:#000000;
    padding: 0 0 0.2em 0;
}

#p-cactions li.unselected {
    border-color: #fff;
	background:#ffffff;
    padding: 0 0 0.2em 0;
}

#p-cactions li#ca-nstab-main {background: #cccccc url('http://www.micahclemens.com/wikipedia/grey.png') repeat-x scroll left top;}
#p-cactions li a {
    background-color: #FFFFFF;
    color: #FF0000;
    border: 0px;
    padding: 0 0.8em 0.3em 0.8em;
    text-decoration: none;
    text-transform: lowercase;
    position: relative;
    z-index: 0;
    margin: 0;
}

/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */
#p-cactions ul li, #p-cactions ul li a {  
  -moz-border-radius-topright: 1em;
  -moz-border-radius-topleft: 1em;
}
#content { 
  -moz-border-radius-topleft: 1em; 
  -moz-border-radius-bottomleft: 1em;
}
div.pBody {
  -moz-border-radius-bottomright: 1em;
}

#p-cactions .selected a { z-index: 3; }
#p-cactions .new a { color: #CC00CC; }
#p-cactions li a:hover {
    z-index: 3;
    text-decoration: none;
}
#p-cactions h5 { display: none; }
#p-cactions li.istalk { margin-right: 0; }
#p-cactions li.istalk a { padding-right: 0.5em; }
#p-cactions #ca-addsection a { 
    padding-left: 0.4em;
    padding-right: 0.4em;

}
/*</nowiki></pre>*/