@import "http://en.anime.wikia.com/index.php?title=MediaWiki:Anime-Common.css&action=raw&ctype=text/css&templates=expand";

/*<pre>*/

/*</pre>*/
div.ajax-poll { width:auto !important; }
 /* CSS placed here will be applied to all skins */
 /* All template and light skin definitions can be made here */
 /* [[Category:User CSS| ]] [[Category:WoWWiki]] */






 /**** DESIGN TWEAKS ****/


 /* --- FIXES --- */
 
 /* remove table backgrounds */
 table {
  background-color:inherit;
 }

 /* quick fix for darker red links problem */
 a.new {
  color: #F05048;
 }
 
 /* to remove the external link icon from sortable tables */
 #bodyContent a.sortheader { 
  background: none; 
  padding-right: 0; 
 }
 
 /* fixes spacing after using plainlinks class to remove arrow */
 #bodyContent .plainlinks a {
        background: none !important;
        padding: 0 !important;
 }

 /* increase h2 heading margin */
 h2 {
        margin-top: 1em;
 }

 /* Change background of category bar */
 #catlinks { 
  background-color: #E6E6FD;
 }


 /* --- PERSONAL LINKS --- */
 
 /* icon change */
 li#pt-userpage, li#pt-anonuserpage, li#pt-login { 
  background: url(http://images4.wikia.nocookie.net/wowwiki/images/4/49/UserIcon.png) no-repeat;
 }
 
 /* self spacing, bold */
 #p-personal {
  font-weight: bold;
  padding: 4px 0px 3px 0px;
 }
 
 /* content spacing */
 #column-content, #p-cactions {
  margin-top: 5px;
 }
 
 /* removing a little wasted space */
 #p-personal UL {
  padding-right: 1em;
 }


 /* --- RC LIST --- */
 
 /* rc list byte-change colours */
 .mw-plusminus-neg { color: #8B0000; }
 .mw-plusminus-pos { color: #006400; }
 .mw-plusminus-null { color: #666; }
 
 /* move namespace bit on RC to the right */
 div.namespacesettings {
  float: right;
  clear: none;
  position: relative;
  top: -4em;
  width: 160px;
  border: 1px dotted #606060;
  background: #EEE;
  padding: 4px;
  font-size: 90%;
 }
 
 /* colour 'N' and 'm' */
 .newpage { color: #A56C40; }
 .minor { color: #666; }


 /* --- SMALLER TEMPLATES USED TEXT --- */
 
 .templatesUsed ul { font-size:90% }


 /* --- [[SPECIAL:ALLPAGES]], CATEGORY REDIRECT TWEAKS --- */
 
 .redirect-in-category, .allpagesredirect { font-style: italic; }
 .allpagesredirect:after { color: #808080; content: " (redirect)"}


 /* --- REFERENCE STYLES --- */
 
 /* make the list of references look smaller */
 ol.references { font-size: 100%; }
 
 .references-small { font-size: 90%;}
 
 /* VALIDATOR NOTICE: the following is correct, but the W3C validator doesn't accept it */
 /* -moz-* is a vendor-specific extension (CSS 2.1 4.1.2.1) */
 /* column-count is from the CSS3 module "CSS Multi-column Layout" */
 /* Please ignore any validator errors caused by these two lines */
 .references-2column {
  font-size: 90%;
  -moz-column-count:2;
  column-count:2;
 }
 
 .same-bg { background: none }
 
 /* Highlight clicked reference in blue to help navigation */
 
 ol.references > li:target {
  background-color: #ccf;
 }
 
 sup.reference:target { 
  background-color: #ccf;
 }


 /* --- YOU HAVE NEW MESSAGES BAR --- */
 
 /* prettified */
 .usermessage, .usermessage plainlinks {
  border: 2px solid #ee8500;
  margin: 0.5em 0em 0.5em 0em;
  padding: 0.5em;
  vertical-align: middle;
 }


 /* --- TAB STYLES --- */
 
 /* for "edit this page" tab and "discussion" tab etc */
 .tab {
      border-style: solid solid none;
      border-width: thin;
      border-color: #808080;
      padding:0.25ex 1ex 0ex;
      font-size: 95%;
    }


 /* --- OTHER TWEAKS --- */
 
 /* background for transparent images when viewed directly */
 #file img {
  background:transparent url(http://images2.wikia.nocookie.net/wowwiki/images/thumb/3/34/Wwchecker.svg/16px-Wwchecker.svg.png) repeat scroll 0% 0%
 }

 /* Prevents line breaks in links, used for navboxes */
 
 .nowraplinks a { white-space: nowrap; }