/***** Edit this file to customize the Monaco 'custom' theme. Please ensure you do not violate Wikia's Terms of Use by obscuring or removing the advertising. See Help:Customizing_Monaco for details *****/

/***** Edit this file to customize the Monaco 'custom' theme. Please ensure you do not violate Wikia's Terms of Use by obscuring or removing the advertising. See Help:Customizing_Monaco for details *****/

/* start with the gaming skin as the base */
@import "http://images.wikia.com/common/skins/monaco/sapphire/css/main.css";

/* this makes the menu headers blue */
.color1 { background-color: #0000FF; color: ##FF0000; }
.color1 a { color: red !important;}

/* this makes the toolbox white */
#link_box, #link_box a {
        background-image:none;
        background-color:ffffff;
}

/* this supplies the Sonic-head background */
.color2 {
	background: #ffffff url(http://images3.wikia.nocookie.net/sonic/images/8/84/Wiki_background.png); 
}

/* this removes the white block behind the site logo */
#background_strip {
	background: transparent;
	border-color: transparent;
}

/* this makes the wikia footer white */
#wikia_footer {  background-color: #FFFFFF; }

/* this makes the wikia header white, and its border black */
#wikia_header { 
        background: #FFFFFF;
        border-color: #000000; }

/* this overrides the logo with a red one */
#wikia_logo {
   background-image: url(http://images1.wikia.nocookie.net/help/images/4/4c/Monaco_wikia_logo_template.png);
}
* html #wikia_logo {
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images3.wikia.nocookie.net/help/images/d/d9/Sapphire_wikia_logo.png', sizingMethod='crop');
}

/* this makes the background of those 'pill' buttons blue also */
.headerMenuButton dt, .headerMenuButton dd {
   background-image: url(http://images1.wikia.nocookie.net/help/images/3/3a/Sapphire_header_button.png);
   color: #808080;
}
* html .headerMenuButton dt, * html .headerMenuButton dd  {
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images3.wikia.nocookie.net/help/images/d/d9/Sapphire_wikia_logo.png', sizingMethod='crop');
}

/* and this makes the search arrow red too */
#search_button {
   background-image: url(http://images2.wikia.nocookie.net/help/images/c/c4/Monaco_search_button_template.png);
}
* html #search_button {
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images3.wikia.nocookie.net/help/images/d/d9/Sapphire_wikia_logo.png', sizingMethod='crop');
}

/* fix the orangebox 'usermessage' box */
.usermessage {
background-color: #0000FF;
color: #FFD700;
border-color: #FF0000;
border-width: 4px;
}

.usermessage a {
color: #FE28A2 !important;
}

/* User masthead */
#user_masthead ul.nav_links li, #user_masthead ul.nav_links li a {
  background: #3366CC;
  color: #FF0000;
}
#user_masthead ul.nav_links li.selected, #user_masthead ul.nav_links li.selected a {
  background: #0000FF;
  color: #FF0000;
}
body.masthead-regular #page_bar, body.masthead-special #page_bar, 
body.masthead-regular #page_bar a, body.masthead-special #page_bar a {
  background: #0000FF;
  color: #FF0000;
}