The Murder, She Wrote Wiki
Advertisement

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.
/*************************/
/****** MAIN DESIGN ******/
/*************************/

/*** MAIN COLORS ***/
a, table.gallery td a, div.thumbinner a {
	color: #00CCFF;
}
a:visited, table.gallery td a:visited {
	color: #0066FF;
}
a.new {
	color: #ba0000 !important;
}
.color1, .color1 a, .yui-panel .hd {
	background-color: #000000;
	color: #FFF;
}
.color2 {
	background: #252525; 
}
#background_strip {
	background: #000000;
	border-color: #000000;
}
code {
	background-color: #191919;
	color: #fff;
}
pre {
        border: 1px dashed #fec423;
        background-color: #2c2c2c;
	color: #fff;
        display: block;
        overflow: auto;
}

/*** WIDGETS ***/
.widget {
	background-color: #000000;
	border-color: #000000;
}
.widget dd {
	color: #FFF;
	background-color: #252525;
}
#navigation .menu-item {
	border-color: #252525;
}
#navigation a {
	background-color: #000000;
	color: #FFF;
}
#navigation a:hover, .navigation-hover {
	background-color: #000000;
}
#link_box, .community_details {
	background-image: none;
}
.community_details {
	border: 1px solid #000000;
        background-color: #000000;
}
#search_button {
	background-image: url(https://images.wikia.nocookie.net/murdershewrote/images/8/84/Monaco_search_Powder_Blue.png);
}
* html #search_button {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://images.wikia.nocookie.net/murdershewrote/images/8/84/Monaco_search_Powder_Blue.png', sizingMethod='crop');
}

/*** HEADER AND FOOTER ***/
#wikia_header {
	border-color: #000000;
}
#userData a, #wikiaBranding a {
	color: #FFF;
}
#header_username a {
	color: #70B8FF;
}
#wikia_footer {
	color: #FFF;
}
#wikia_footer a {
	color: #EEE;
}
#wikia_logo {
	background-image: url(https://images.wikia.nocookie.net/murdershewrote/images/b/b6/Monaco_wikia_logo_Black.png);
}
* html #wikia_logo {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://images.wikia.nocookie.net/murdershewrote/images/b/b6/Monaco_wikia_logo_Black.png', sizingMethod='crop');
}
.headerMenuButton dt, .headerMenuButton dd {
	background-image: url(https://images.wikia.nocookie.net/murdershewrote/images/e/e4/Monaco_header_button_Black.png);
	color: #333;
}
* html .headerMenuButton dt, * html .headerMenuButton dd {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://images.wikia.nocookie.net/murdershewrote/images/e/e4/Monaco_header_button_Black.png', sizingMethod='crop');
}

/*** PAGE ***/
body {
	color: #EEE;
}
#wikia_page {
	background: #AAA;
	border-color: #000000;
}
#article {
	background-color: #333;
	margin: 0 2px 2px;
        min-height: 0px;
}
#search_box {
	background: #000000;
}
#page_bar {
	background: black;
        border-bottom: 1px solid #3c3c3c;
}
#page_tabs li {
	background: #555;
        border:1px solid #000000;
        border-bottom: none;
        position:relative;
        top:1px;
}
#page_tabs li:hover {
	background: #4c4c4c;
}
#page_tabs li a {
	color: #CCC !important;
}
#page_tabs li a.new {
	color: #F05048 !important;
}
#page_tabs li.selected {
	background: #333;
	color: #FFF !important;
        border: 1px solid #3f3f3f;
        border-bottom: 1px solid #333;
}
#page_tabs li.selected a {
	background: #333;
	color: #FFF !important;
}
#articleFooter {
	background-color: #333;
	margin: -2px 2px 2px;
}
#articleFooter strong {
	color: #ddd;
}

/***PREFERENCES***/
#preferences {
	background-color: #202020;
	border-color: #606060;
	color: #FFF;
	position: relative;
	top: -3px
}
.prefsection table, .prefsection legend {
	background-color: #202020;
	color: #FFFFFF;
}
div.prefsectiontip {
        color:#aaa;
        font-size:80%;
}
#preftoc li {
	border-color: #606060;
	background-color: #151515;
	margin-left: 0px !important;
	margin-right: 3px !important;
}
#preftoc li:hover {
	background-color: #252525;
	cursor: pointer;
}
#preftoc li.selected {
	background-color: #202020;
	border-color: #606060;
	padding-top: 4px;
	top: -1px;
}
#preftoc li a {
	color: #FFFFFF;
}
#preftoc li a:active {
	color: #FFF;
}

/***GALLERY***/
table.gallery {
	border:  none;
	background-color: transparent;
}

table.gallery td {
	background-color: transparent;
	border: none;
}

div.gallerytext {
        background-color: #222222;
	border: 1px outset #222222;
}

div.gallerybox div.thumb {
	border: none;
}


/***HISTORY***/
#pagehistory li {
	border: 1px solid #333;
}
#pagehistory li.selected {
	background-color: #252525;
	border: 1px dashed #404040;
	color: #eee;
}
table.diff {
	background: #191919;
}
td.diff-otitle, td.diff-ntitle {
	background: transparent;
}
td.diff-context {
	background-color: #252525;
}
td.diff-deletedline {
	background-color: #331100;
}
td.diff-addedline {
	background-color: #113300;
}

/***THUMB***/
div.thumb div {
	background-color: #202020;
	border-color: #606060;
	color: #EEEEEE;
}
div.thumb div a img {
	border-color: #444;
}

/***MESSAGES***/
.editsimilar a {
	color: #002BB8;
}

/***PROBLEM REPORTS***/
.problemReportsList thead tr {
	background: #252525 !important;
	color: #FFF !important;
}
.problemReportsList .odd {
	background-color: #252525 !important;
	color: #FFF !important;
}

/***HERE'S WHERE IT GETS WEIRD***/

#toc,
.toc,
#catlinks,
#userloginForm form,
div#userlogin form#userlogin2,
.forumheader,
ul#filetoc
{
	background-color: #282828;
	border: 1px solid #000;
	color: #fff;
}

div#userlogin form#userlogin2 table,
#userloginForm .captcha,
div#userlogin .captcha
{
	background-color: #282828;
	border: none;
	color: #fff;
}

#catlinks {
        border: 1px solid #aaa;
	background-color: #2A2A2A;
	padding: 5px;
	clear: both;
	background-repeat: no-repeat; 
	background-position: bottom right; 
}
p.catlinks {
        margin: 2px;
        padding: 7px;
}

/* Sidebar formatting */
table.wiki-sidebar, table.sidebar {
	border: 1px inset #999999;
	background-color: #2A2A2A;
	color: inherit;
	float: right;
	margin-left: 5px;
	width: 200px;
}
table.wiki-sidebar td {
	line-height: 130%;
}
table.wiki-sidebar td.odd {
	width: 35%;
	font-weight: bold;
	text-align: right;
}
table.wiki-sidebar td.even {
	font-weight: bold;
	text-align: center;
}
table.sidebar td {
	line-height: 130%;
        text-align: center;
}
table.sidebar td.title {
	font-weight: bold;
	text-align: center;
	border: 1px outset #333;
	background-color: #333;
}
table.sidebar td.left {
        white-space: nowrap;
        padding-right: 2em;
	font-weight: bold;
	text-align: left;
}
table.sidebar td.right {
        white-space: nowrap;
        padding-right: 1em;
	text-align: left;
}

/* Appearance table formatting */
table.appearances {
	border: 2px solid #999;
	width: 100%;
	text-align: center;
	clear: both;
        font-size: 0.9em;
}

table.grey {
	border: 1px inset #999999;
	background-color: #2A2A2A;
	color: inherit;
}

table.grey td {
	border: 1px outset #2A2A2A;
}

table.grey tr th {
	color: inherit;
	background-color: #660000;
	border: 1px outset #660000;
	text-align: left;
	font-weight: bold;
}

/* Episode table formatting */
table.episodes {
	border: 2px solid #999;
	width: 500px;
	text-align: center;
	clear: both;
        font-size: 0.9em;
}
/* Tabs at the top of each page */
#p-cactions li.selected a {
	z-index: 3; 
	background-color: #333; 
	color: #FFF; 
	border-color: #CCC; 
	padding: 0 1em .2em!important;
}

#p-cactions li a:hover {
	z-index: 3;
	text-decoration: none;
	background-color: #333;
	color: #FFF;
	border-color: #CCC;
}

/* Fancy table formatting */
table.fancy {
         width: 100%;
         border: 1px solid #999;
         margin: 0;
         font-size: 95%;
         background-color: #000;
         text-align: center;
         border-collapse: collapse;
}

table.smaller {
         border: 1px solid #999;
         margin: 0;
         font-size: 95%;
         background-color: #000;
         text-align: center;
         border-collapse: collapse;
}

table.fancy th, table.smaller th {
         background: #999;
         text-align: center;
         color: #000;
         margin: 0;
}

table.fancy td, table.smaller td {
         text-align: center;
         vertical-align: middle;
         padding: 2px 5px 2px 5px;
         margin: 0;
}

table.fancy td.description, table.smaller td.description {
         text-align: left;
         vertical-align: top;
}

td.spacer {
         background: #999;
         height: 10px;
}

/* Simple table formatting */
table.simple {
         width: 100%;
         margin: 0;
         font-size: 95%;
         background-color: #000;
         text-align: center;
         border: 1px solid #999;
         border-collapse: collapse;
}
table.simple th {
         background: #999;
         text-align: left;
         color: #000;
         padding-top: 0;
         padding-bottom: 0;
         padding-right: 0;
         padding-left: 5px;
         margin: 0;
}
table.simple tr {
         border-top: 1px solid #999;
         border-bottom: 1px solid #999;
}
table.simple td {
         text-align: left;
         vertical-align: top;
         padding: 2px 5px 2px 5px;
         margin: 0;
}

/* Special:Allmessages formatting */
#allmessagestable th {
	background-color: #000;
}
#allmessagestable tr.orig {
	background-color: #003300;
}
#allmessagestable tr.new {
	background-color: #999;
}
#allmessagestable tr.def {
	background-color: #333;
}

/* Special:Preferences formatting */
#preftoc a { color: #fff }

#preftoc li {
        margin: 0 1px 0 4px;
	float: left;
	padding: 0;
        color: #fff;
	background-color: #333;
	border: 1px solid #ccc;
        border-bottom: none;
	position: relative;
	white-space: nowrap;
	list-style-type: none;
	list-style-image: none;
	z-index: 3;
}
#preftoc li.selected {
	margin-bottom: 0;
        margin-right: 3px;
	float: left;
	padding: 0;
	font-weight: bold;
        color: #fff;
	background-color: #333;
	border: 1px solid #ffcc00;
	border-bottom: none;
	cursor: default;
	top: 1px;
}
#prefsubmit {
	background-color: #333;
}
#preferences {
	border: 1px solid #ccc;
	padding: 10px 0 0 0;
	background-color: #333;
}
#preferences fieldset {
	border: 1px solid #ccc;
        margin: 10px 10px 10px 10px;
        padding: 5px;
        background-color: #2A2A2A;
}
#preferences legend {
	background-color: #333;
	border: 1px solid #ccc;
	font-weight: bold;
	color: #fff;
}
#preferences table {	 
	background-color: #2A2A2A;	 
}
div.prefsectiontip {
	background-color: #666;
}
div.prefsection {
	border: none;
	padding: 10px;
	margin: 0;
	background-color: #333;
}
div.prefsection fieldset {
	border: 1px solid #ccc;
        margin: 10px 10px 10px 10px;
        padding: 5px;
        background-color: #2A2A2A;
}
div.prefsection legend {
	background-color: #333;
	border: 1px solid #ccc;
	font-weight: bold;
	color: #00CCFF;
}
div.prefsection table {
	background-color: #333;
}


/* Browser table formatting */
table.browser {
	border: 1px inset #999;
	background-color: #2A2A2A;
	color: inherit;
	width: 100%;
	clear: both;
	margin: 0px;
}
table.browser td {
	text-align: center;
	width: 33%;
	background: #2A2A2A;
	border: 1px outset #2A2A2A;
	line-height: 130%;
        vertical-align: middle;
}
table.browser th {
	background-color: #222;
	border: 1px outset #222; 
        vertical-align: middle;
}

/* References table formatting */
table.references {
	border: 1px solid #999;
	margin: 0;
	border-collapse: collapse;
	width: 100%;
	padding: 3px;
}

table.references th {
	padding: 3px;
	background: #999;
	text-align: center;
	color: #000;
	font-size: 100%;
	font-weight: bold;
	vertical-align: middle;
        width: auto;
}

table.references td {
	padding: 3px;
	font-size: 85%;
	background: #333;
	vertical-align: middle;
        width: 99%;
}

/* Research Files table formatting */
table.research {
	width: 100%;
	margin: 0; 
	padding: 0; 
	border: 0; 
	border-collapse: collapse;
}

table.research th {
	font-weight: bold;
	text-align: center; 
	background: #999; 
	color: #000;
}

/* Scrollbar styling works in IE only */
div.research {
	height: 280px;
	overflow: auto;
	border: 1px solid #999;
	padding: 0;
	margin: 0;
	scrollbar-face-color:black;
	scrollbar-highlight-color:darkgray;
	scrollbar-3dlight-color:gainsboro;
	scrollbar-darkshadow-color:dimgray;
	scrollbar-shadow-color:gray;
	scrollbar-arrow-color:dimgray;
	scrollbar-track-color:gray;
}


/* Ad column customization */
#column-google {
     width: 125px !important;
}

div#column-google div {
     color: #fff !important;
     background-color: #000 !important;
}

#column-google a, div#column-google a {
     color: #00CCFF !important;
     background-color: transparent !important
}

div#column-google a:visited { color: #0066FF !important }

.adText {
     color: white !important;
     background-color: transparent;
}

.adText a { color: #00CCFF !important }
.adText a:visited { color: #0066FF !important }

.adHeadline {
     color: white !important;
     background-color: transparent;
}

.adHeadline a { color: #00CCFF !important }
.adHeadline a:visited { color: #0066FF !important }

/* Search page and Login page formatting */
h2.wikiasearch, h2.searchtitle {
        color: #fff;
	border: 1px solid #AAAAAA;
	background-color: #2A2A2A;
        padding: 3px 0px 3px 3px;
}

div#userloginForm form,
div#userlogin form#userlogin2 {
	clear: both;
	float: left;
	margin: 0 3em 1em 0;
	padding: 1.5em 2em;
	border: 1px solid #AAAAAA;
	background-color: #2A2A2A;

}

div#userloginForm table,
div#userlogin form#userlogin2 table {
	background-color: #2A2A2A;
}

div#userlogin .captcha {
	border: 1px solid #bbb;
	padding: 1.5em 2em;
	width: 400px;
        color: #fff;
	background-color: #333;
}

/* United States template table formatting */

table.usa { 
        float: right;
        margin: 0 0 0 15px;
        padding: 5px;
        border: 1px solid #333;
        font-size: 85%;
        background: #000;
}

th.usa {
        background: #000;
        text-align: center;
        font-weight: bold;
}

td.usa {
        background: #333 !important;
        padding: 0 5px 2px 5px;
}

.forumheader { border: 1px solid #999999; background-color: #000000; margin-top: 1em; padding: 8px; }
.forumlist td.forum_edited a { color: white; }

table.mw_metadata th {
        background-color: #000;
        color: #FFF;
}

#editcount table { background-color:#333 !important }

table.mw_metadata td {
        background-color: #222;
        color: #FFF;
}

/* AJAX page watch / unwatch fix --Jack */
div#mw-js-message {
	background: transparent;
}

/* Special:SpecialPages fix */
h4.mw-specialpagesgroup {
background-color:#222;
}

.wikia-gallery .neutral { background-color: inherit; }
Advertisement