MediaWiki:Monaco.css

From Logo Creation Wiki
Jump to navigation Jump to search

Note: After saving, 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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/*** MAIN COLORS ***/
#page {
	background-color: #CCCCFF;
}
.color1, .color1 a {
	background-color: #9999FF;
	color: #000;
}
.color2 {
	background: #9999FF;
}
#background_strip {
	background: transparent;
	border: none;
}

/*** HEADER & FOOTER ***/
#header {
	background: none;
	border: none;
}
#userData a, #wikiaBranding a {
	color: #000;
}
#header_username a {
	color: #000;
}
#header a {
	color: #000000;
}
#header_username a {
	color: #000000;
}

.headerMenuButton dt, .headerMenuButton dd {
	background: url(http://www.shoutwiki.com/w/images/simpsons/9/90/HeaderButton.png);
	color: #FED51B;
}
* html .headerMenuButton dt, * html .headerMenuButton dd {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.shoutwiki.com/w/images/simpsons/9/90/HeaderButton.png', sizingMethod='crop');
}

#footer, #footer a {
	color: #000;
}
#corporate_footer {
	border-top: none;
}
#monaco_footer, #footer {
	color: #003366;
}
#monaco_footer a, #footer a {
	color: #003366;
}

/*** WIDGETS ***/
.widget dd {
	background: #3399FF;
}
#navigation a {
	background: #3399FF;
	color: #111;
}
#navigation a:hover, .navigation-hover {
	background: #0000CC;
	color: #111;
}
#navigation .menu-item {
	border-color: #CCC;
}
#link_box, #link_box_dynamic {
	background: #9999FF;
}
#link_box_table td {
	padding: 1px 4px;
}
#search_button {
	background: transparent url(http://www.shoutwiki.com/w/images/simpsons/4/40/SearchButton.png) !important;
}
#search_box {
	background-image: none;
}
.WidgetCommunity .community_header {
	background: transparent;
	border-bottom: none;
}
.WidgetCommunity .toolbar {
	background: transparent;
	border-top: none;
}

.accent {
	background: #9999FF;
}

/* references */
ol.references li:target,
sup.reference:target {
	background: #FFEFD5;
	border: 1px solid yellow;
	padding: 1px 2px;
}

/* infobox */
.infobox {
	border: 1px solid #FFD733 !important;
}

/* new message box */
div.notice, div.usermessage {
	margin: 1.0em auto 0.5em auto;
	padding: 5px;
	text-align: center;
	border-width: 2px;
	border-color: blue;
	background: #3399FF;
	color: #000000;
	line-height: 120%;
}

/* Template:Disambig */
#disambig {
	max-width: 1040px;
}

/* Community box */
.community_details {
	background: #3399FF;
}

/* Main Page */
.page-Main_Page #firstHeading {
	display: none;
}
 
/* Tables (i.e. sitenotice, Special:SpecialPages etc.) */
table {
	background-color: transparent;
}

/* Thumb and gallery colors */
.thumb {
	background: transparent !important;
	border-color: transparent !important;
}
 
.gallery {
	background: #99CCFF !important;
	border: 1px solid blue !important;
}
 
.gallery td {
	vertical-align: top;
	padding: 0 !important;
	background: none !important;
	border: none !important;
}
 
.gallery .thumb {
	border-color: #9999FF !important;
	margin: 0 !important;
	background: #9999FF !important;
}
 
.gallerybox {
	margin: 2px;
	padding: 0 3px;
	background: none !important;
}