• 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

Difference between revisions of "MediaWiki:Monaco.css"

Wikisimpsons - The Simpsons Wiki
Line 106: Line 106:
  
 
#wikia_page {
 
#wikia_page {
background: #fffdcc;
+
background: #FFCC33; url(http://simpsons.wikia.com/wiki/File:Simp.jpg);
 
border-color: #69461e;
 
border-color: #69461e;
 
}
 
}

Revision as of 13:02, February 9, 2010

/*************************/
/****** MAIN DESIGN ******/
/*************************/

/*** MAIN COLORS ***/
.color1, .yui-panel .hd {
	background: #f5f5f5 url(http://simpsons.wikia.com/wiki/File:Simp.jpg)
	color: #000;
}
.color2 {
	background: #efb28e;
        color: #000;
}
#background_strip {
	background: transparent;
	border-color: transparent;
}

h1, h2,  h3, h4, h5, h6{
	color: #000;
}

/*** WIDGETS ***/
.widget {
	background-color: #69461e;
	border-color: #69461e;
        color: #;
	padding:0;
}
.widget dd {
        color: #69461e;
	background: #ffd912;
}
#navigation .menu-item {
	border-color: #ffd912; 
}
#navigation a {
	background-color: #69461e;
	color: #ffd912;
}
#navigation a:hover, .navigation-hover {
	background-color: #c6a766;
        color: #69461e;
}
#link_box, #link_box a {
        background-color:fffff0;
        color:#69461e;
}
.community_details {
	background-image: none;
	color: #69461e;
        border: 1px solid #69461e;
        background: #fffdcc;
}
#search_button {
	background-image: url(http://images.wikia.com/common/skins/monaco/images/search.png);
}
* html #search_button {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.wikia.com/common/skins/monaco/images/search.png', sizingMethod='crop');
}

/*** HEADER AND FOOTER ***/
#wikia_header {
	background: #fea3aa
	border-color: transparent;
        border-bottom-width: 0;
}
#userData a, #wikiaBranding a {
	color: 	#69461e;
}
#header_username a {
	color: 	#69461e;
}
#wikia_footer {
	color: #69461e;
}
#wikia_footer a {
	color: #69461e;
}
#wikia_logo {
        background-image: url(http://images3.wikia.nocookie.net/simpsons/images/8/81/Simpsons_wikia_logo_template.png);
        border-color: transparent;
}
* html #wikia_logo {
        background: #ffd912;
        background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images1.wikia.nocookie.net/dragonball/images/5/57/Header-button.png', sizingMethod='crop');
}
.headerMenu {
        background: #ffd912;
        color: #69461e;
}
.headerMenuButton dt, .headerMenuButton dd {
        background: #ffd912;
	background-image: url(http://images3.wikia.nocookie.net/help/images/7/70/Yellow_header_button.png);
	color: #69461e;
}
* html .headerMenuButton dt, * html .headerMenuButton dd {
        background: #ffd912;
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images3.wikia.nocookie.net/help/images/7/70/Yellow_header_button.png', sizingMethod='crop');
}

/*** PAGE ***/

#wikia_page {
	background: #FFCC33; url(http://simpsons.wikia.com/wiki/File:Simp.jpg);
	border-color: #69461e;
}
#article {
	background-color: #fffdcc;
	margin:0;
        min-height: 0px;
}
#search_box {
	background: #FFF url(http://images1.wikia.nocookie.net/simpsons/images/a/ac/Simpsons_page_bar.png) repeat;
}
#page_bar {
	background: #fffdcc url(http://images1.wikia.nocookie.net/simpsons/images/a/ac/Simpsons_page_bar.png) repeat;
        border-top: 1px solid #69461e;
        color: #ffd912;
        margin:0;
}
#page_controls a {
        color: #000 !important;
}
#page_tabs li {
	background: #e6d1a9;
        border:1px solid #69461e;
        color: #fffdcc;
        border-bottom: none;
        position:relative;
        top:1px;
}
#page_tabs li:hover, #page_tabs li.selected:hover {
	background: #fffdcc;
}
#page_tabs li a {
	color: #bb6204 !important;
}
#page_tabs li a.new {
        color: #e71600 !important;
}
#page_tabs li.selected {
	background: #fffdcc;
	color: #fffdcc !important;
        border: 1px solid #69461e;
        border-bottom: 1px solid #FFF;
}
#page_tabs li.selected a {
	background: #fffdcc;
	color: #bb6204 !important;
}
#articleFooter {
	background-color: #FFF;
	margin:-2px 0 0;
	display:none;
}
#articleFooter strong {
	color: #ddd;
}
#wikia_corporate_footer {
        border-color: #69461e;
}