/***** Edit this file to customize the monobook skin for the entire site. *****/

/* See also: [[MediaWiki:Common.css]] */


/*<pre><nowiki>*/


/*** Bold 'edit this page' link to encourage newcomers ***/

#ca-edit a { 
    font-weight: bold !important; 
}

body, #wikia_header {
  background: #fdfaf5 url(http://images.wikia.com/freeciv/images/0/01/Wikibg.jpg) repeat;
}

#navigation a:hover, .navigation-hover {
  background: #e17272;
}

.th-0 {
  background: #9bc3d1;
}

.tr-0 {
  background: #e0eff0;
}

.tr-1 {
  background: #ceeef0;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.ftplink {
  font-size: 90%;
  white-space: nowrap;
}

em.comment {
  color: red;
}

/* lighter background at various places... */

#p-cactions ul li a,
#p-cactions ul li a:hover,
#p-cactions ul li.selected a,
#p-personal div.pBody a:hover,
#p-navigation div.pBody,
#p-search div.pBody,
#p-tb div.pBody,
#p-wikicities-nav div.pBody,
#p-lang div.pBody,
#footer,
#content,
#wikia_page {
  background: transparent url(http://images.wikia.com/freeciv/images/0/0e/Wikibg_light.jpg) repeat;
}

.color1 {
   background: #a61919;
}
.widget {
   background: url(http://images.wikia.com/freeciv/images/0/0e/Wikibg_light.jpg);
}


#wikia_logo {
   background-image: url(http://images.wikia.com/freeciv/images/9/9e/Monaco_wikia_logo.png);
}
* html #wikia_logo {
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.wikia.com/freeciv/images/9/9e/Monaco_wikia_logo.png', sizingMethod='crop');
}

.headerMenuButton dt, .headerMenuButton dd {
   background-image: url(http://images.wikia.com/freeciv/images/6/69/Monaco_header_button.png);
}
* html .headerMenuButton dt, * html .headerMenuButton dd  {
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.wikia.com/freeciv/images/6/69/Monaco_header_button.png', sizingMethod='crop');
}

#search_button {
   background-image: url(http://images.wikia.com/freeciv/images/2/22/Monaco_search.png);
}
* html #search_button {
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.wikia.com/freeciv/images/2/22/Monaco_search.png', sizingMethod='crop');
}

#header_username a {
   color: #442103;
}

/*</nowiki></pre>*/