MediaWiki:Monaco.css

From Solar Dragon Sandbox Wiki
Jump to navigationJump 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 ***/
div# {
	background: #000000 url(http://shoutwiki.com/w/images/continuum/1/1f/Background.jpg) top no-repeat;
}
.color1, .color1 a {
	background: #000000 url(http://shoutwiki.com/w/images/continuum/1/1f/Background.jpg) top no-repeat;
	color: #fff;

}
.color2 {
	background: #000000 url(http://shoutwiki.com/w/images/continuum/1/1f/Background.jpg) top no-repeat;
 
#catlinks {
	background: #000000 url(http://shoutwiki.com/w/images/continuum/1/1f/Background.jpg) top no-repeat;
}
 
}
#background_strip {
	background: transparent;
	border: none;
}

#article {
  background: #426173 !important;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-top: none;
  line-height: 1.5em;
}

/*** FOOTER ***/
#footer, #footer a {
	color: #fff;
}
#corporate_footer {
	border-top: none;
}
#articleFooter {
	background: #426173;
}

/*** WIDGETS ***/
.widget dd {
	background: #426173;
}
#navigation a {
	background: #426173;
	color: #111;
}
#navigation a:hover, .navigation-hover {
	background: #426173;
	color: #111;
}
#navigation .menu-item {
	border-color: #CCC;
}
#link_box, #link_box_dynamic {
	background: #426173;
}
#link_box_table td {
	padding: 1px 4px;
}
#search_box {
	background-image: none;
}
.WidgetCommunity .community_header {
	background: #426173;
	border-bottom: none;
}
.WidgetCommunity .toolbar {
	background: #426173;
	border-top: none;
}
.WidgetCommunity .community_details{
	background: #426173;
	border-top: none;
} 
.accent {
	background: #426173;
}

/*** Page bar and search box ***/
div#page_bar {
	background: #000000 url(http://shoutwiki.com/w/images/continuum/1/1f/Background.jpg) top no-repeat;
}

div#search_box {
	background: #000000 url(http://shoutwiki.com/w/images/continuum/1/1f/Background.jpg) top no-repeat;
}


/*** Tabs ***/
#page_tabs li.selected { 
         background: #426173;
         color: #fff;
}

#page_tabs li.new { 
         background: #557181;
         color: #fff;
}

/* Link colors */
a:link {
	color: #4FCBF4;
	text-decoration: bold;
}
 
a:visited {
	color: #4FCBF4;
	text-decoration: bold;
}
 
a:hover {
	color: #4FCBF4;
	text-decoration: bold;
}
 
a:active {
	color: #4FCBF4;
	text-decoration: bold;
}