• Wikisimpsons needs more Featured Article, Picture, Quote, Episode and Comprehensive article nominations!
  • Wikisimpsons has a Discord server! Click here for your invite! Join to talk about the wiki, Simpsons and Tapped Out news, or just to talk to other users.
  • Make an account! It's easy, free, and your work on the wiki can be attributed to you.
TwitterFacebookDiscord

MediaWiki:Monaco.css

Wikisimpsons - The Simpsons Wiki
Revision as of 01:27, May 4, 2010 by Solar Dragon (talk)
/*** MAIN COLORS ***/

.color1, .color1 a {
	background-color: #FED51B;
	color: #000;
}
.color2 {
	background: #399BC0 url(http://images2.wikia.nocookie.net/simpsons/images/8/80/Simp2.jpg); 
}
#background_strip {
	background: transparent;
	border: none;
}

/*** HEADER & FOOTER ***/

#wikia_header {
	border: none;
}
#userData a, #wikiaBranding a {
	color: #000;
}
#header_username a {
	color: #000;
}
#wikia_logo {
	background-image: url(http://images2.wikia.nocookie.net/simpsons/images/6/62/WikiaLogo.png);
}
* html #wikia_logo {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoade (src='http://images2.wikia.nocookie.net/simpsons/images/6/62/WikiaLogo.png', sizingMethod='crop');
}
.headerMenuButton dt, .headerMenuButton dd {
	background: url(http://images1.wikia.nocookie.net/simpsons/images/9/90/HeaderButton.png);
	color: #FED51B;
}
* html .headerMenuButton dt, * html .headerMenuButton dd  {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images1.wikia.nocookie.net/simpsons/images/9/90/HeaderButton.png', sizingMethod='crop');
}
#wikia_footer, #wikia_footer a {
	color: #000;
}
#wikia_corporate_footer {
	border-top: none;
}

/*** WIDGETS ***/

.widget dd {
	background: #FDF6A5;
}
#navigation a {
	background: #FDF6A5;
	color: #111;
}
#navigation a:hover, .navigation-hover {
	background: #FED51B;
	color: #111;
}
#navigation .menu-item {
	border-color: #CCC;
}
#link_box, #link_box_dynamic {
	background: #FEE46E;
}
#link_box_table td {
	padding: 1px 4px;
}
#search_button {
	background: transparent url(http://images3.wikia.nocookie.net/simpsons/images/4/40/SearchButton.png);
}
#search_box {
	background-image: none;
}
.WidgetCommunity .community_header {
	background: transparent;
	border-bottom: none;
}
.WidgetCommunity .toolbar {
	background: transparent;
	border-top: none;
}

.accent {
	background: #FFF4C4;
}
CreatePage.redLinkClick = function() {
};