/***** CSS placed here will be applied to all skins on the entire site. *****/
/* See also: [[MediaWiki:Monobook.css]] */

.blizzcon2 { 
   background: url('http://images2.wikia.nocookie.net/diablo/images/c/c9/Diablobg.jpg');
   color: #EEEEEE;
}
.opacity70 {
   background: url('http://images3.wikia.nocookie.net/diablo/images/c/ca/70opacity.png') repeat;
   color: #EEEEEE;
}
.MPbg1 {
   background: #090909 url('http://images2.wikia.nocookie.net/diablo/images/2/2f/MPbg1.jpg') no-repeat;
}
.MPbg2 {
   background: #090909 url('http://images1.wikia.nocookie.net/diablo/images/3/3f/MPbg2.jpg') no-repeat;
}
.MPbg3 {
   background: #090909 url('http://images1.wikia.nocookie.net/diablo/images/3/31/MPbg3.jpg') no-repeat;
}
.MPbg4 {
   background: #090909 url('http://images1.wikia.nocookie.net/diablo/images/4/47/MPbg4.jpg') no-repeat;
}

/* Hide title and tagline on Main Page */
body.page-Diablo_Wiki h1.firstHeading, body.page-Diablo_Wiki #siteSub { 
    display:none;
}

/* Mark redirects in Special:Allpages and Special:Watchlist */
.allpagesredirect a {
    color: #888;
    font-style: italic;
}
.watchlistredir a {
    color: #888;
    font-style: italic;
}

/* Put a checker background at the image description page only visible if the image has transparent background */
#file img {
    background: url("http://images.wikia.com/central/images/5/5d/Checker-16x16.png") repeat;
}

/* Infobox template style */
.infobox {
   border: 1px solid #aaaaaa;
   background-color: #f9f9f9;
   color: black;
   margin-bottom: 0.5em;
   margin-left: 1em;
   padding: 0.2em;
   float: right;
   clear: right;
}
.infobox td,
.infobox th {
   vertical-align: top;
}
.infobox caption {
   font-size: larger;
   margin-left: inherit;
}
.infobox.bordered {
   border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
   border: 1px solid #aaaaaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
   border: 0;
}

/* Forum formatting (by -Algorithm & -Splaka) */
.forumheader {
     border: 1px solid #aaa;
     background-color: #f9f9f9; margin-top: 1em; padding: 12px;
}
.forumlist td.forum_edited a {
     color: #bbb; text-decoration: none
}
.forumlist td.forum_title a {
     padding-left: 20px;
}
.forumlist td.forum_title a.forum_new {
     font-weight: bold; background: url(/images/4/4e/Forum_new.gif)
     center left no-repeat; padding-left: 20px;
}
.forumlist td.forum_title a.forum_new:visited {
     font-weight: normal; background: none; padding-left: 20px;
}
.forumlist th.forum_title {
     padding-left: 20px;
}

/* Recent changes byte indicators */
.mw-plusminus-pos { color: #006500; }
.mw-plusminus-neg { color: #8B0000; }

/* Image frame fix */
div.tright, div.tleft {
    border: 1px solid silver;
}
div.thumb {
    margin: 2px;
}

div.thumbinner {
    background: inherit;
    border: none;
}
#article div.thumb {
    color:inherit;
}

 /* dark table style */
 table.darktable {
  border: 1px solid #606060;
  padding: 5px;
  background: #202020;
  font-size: 90%;
 }
 
 table.darktable th {
  background-color: #113A5E;
  padding: 0 0.5em;
 }
 
 table.darktable caption {
  font-size: 120%;
  font-weight: bold;   
 }
 
 table.darktable tr:not(:first-child) th {
   background-color: #112A44;
 }

/* remove talk link from forum namespace (monobooks/newskins/quartzskins/monaco) */
body.ns-110 #ca-talk, body.ns-110 #this_talk, body.ns-110 #page_tabs li+li  { display: none; }
body.mainpage .FAST_HOME1 {
  height:106px !important;
}

/*Edit similar extension*/

#editsimilar_links {
 background-color: #290000 !important;
 color: #fff !important;
 font-weight: bold !important;
}