Difference between revisions of "MediaWiki:Monaco.css"

From DoomWiki.org

(reverting accidental skin changes)
 
(removed a lot of wikia cruft)
Line 1: Line 1:
/***** 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. *****/
  
 
/*** MAIN COLORS ***/
 
/*** MAIN COLORS ***/
Line 54: Line 54:
 
}
 
}
 
#search_button {
 
#search_button {
background-image: url(http://images.wikia.com/common/skins/monaco/brick/images/search.png);
+
background-image: none;
 
}
 
}
 
#search_box {
 
#search_box {
Line 60: Line 60:
 
}
 
}
  
/*** HEADER AND FOOTER ***/
 
#wikia_header {
 
border-color: #fec423;
 
}
 
#userData a, #wikiaBranding a {
 
color: #FFF;
 
}
 
#header_username a {
 
color: #fec423;
 
}
 
#wikia_footer {
 
color: #FFF;
 
}
 
#wikia_footer a {
 
color: #EEE;
 
}
 
#wikia_logo {
 
background-image: url(/skins/monaco/brick/images/wikia_logo.png); /* $wgCdnStylePath */
 
}
 
 
.editsectionbutton {
 
.editsectionbutton {
 
background-color: #FFC;
 
background-color: #FFC;

Revision as of 03:57, 3 October 2011

/***** Edit this file to customize the Monaco 'custom' theme. *****/

/*** MAIN COLORS ***/
.color1, .color1 a, .yui-panel .hd {
	background-color: #fec423;
	color: #000;
}
.color2 {
	background-color: #3b0902;
}
.color3 {
	background-color: #000;
}


.dark_text_1 {
	color: #5D1B01;
}
.dark_text_2 {
	color: #3B0902;
}
.accent	{
	background-color: #F9EAC1;
	border-color: #3B0902;
	color: #000;
}


#background_strip {
	background-color: #5d1b01;
	border-color: #fec423;
}
#page_bar {
	background-image: none;
}

/*** WIDGETS ***/
.widget dt {
	background-color: #5d1b01;
	color: #fec423;
}
#navigation_widget, #navigation_widget .widget {
	background-color: #FFF;
}
#link_box {
	background-color: #f9eac1;
	border: 1px solid #CCC;
}
#link_box a {
	color: #333 !important;
}
.community_details {
	background-color: #F5F5F5;
}
#search_button {
	background-image: none;
}
#search_box {
	background-image: none;
}

.editsectionbutton {
	background-color: #FFC;
	color: #FFC;
}
.header-button img {
	background-position: -72px -94px;
}