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

/* Loads everything transcluded in [[MediaWiki:CSS/Common]] at once. */
@import "http://alicesoft.wikia.com/index.php?title=MediaWiki:CSS/Common&action=raw&ctype=text/css&templates=expand&2";

/*<pre>*/
.logoContainer {
    background-color: transparent;
}
/*</pre>*/

/* 
== Misc fixes ==
<pre>
*/
h1, h2, h3, h4, h5, h6 {
    color:inherit;
}
#bodyContent, div.thumb, div.thumbinner {
    background:inherit;
    color:inherit;
}
table {
    background:inherit;
    color:inherit;
}

div.thumb {
    border:none;
}

body#body span.show_hide_btn_span {
  float:right;
  font-size: 0.8em;
  font-weight: normal;
}

/* </pre>
== Color classes ==
<pre> */
.purpleBG {
    background-color:#f3f3ff;
}
.greenBG {
    background-color:#f3fff3;
}
.blueBG {
    background-color:lightblue;
}

.darkText, #content .darkText, #article .darkText {
        color: black;
}
.darkText a {
	color: #002bb8;
}
.darkText a:visited {
	color: #5a3696;
}
.darkText a:active {
	color: #faa700;
}
.darkText a.stub {
	color: #772233;
}
.darkText a.new {
	color: #ba0000;
}
.darkText a.new:visited {
	color: #a55858;
}
#bodyContent .darkText a.extiw, #bodyContent .darkText a.extiw:active, #bodyContent .darkText a.external {
        color: #3366BB;
}

.lightText, #content .lightText, #article .lightText {
	color: #FFF;
}
.lightText a {
	color: #71d1ef;
}
.lightText a:visited{
        color: #71aaDD;
}
.lightText a.new {
	color: #FF0000;
}
.lightText a.new:visited {
	color: #FF8888;
}
#bodyContent .lightText a.extiw, #bodyContent .lightText a.extiw:active, #bodyContent .lightText a.external {
        color: #33BBBB;
}
/* </pre>
== Tabview stuff ==
<pre> */
.yui-content {
background-color: #1D2588;
/*border: solid 1px;*/
padding: 0.25em 0.5em;
}

.yui-nav {
border-color:#1D2588;
border-style:solid;
border-width:0pt 0pt 5px;
margin: 0px !important;
}


.yui-skin-sam .yui-navset .yui-nav, .yui-skin-sam .yui-navset .yui-navset-top .yui-nav {
border-color:#1D2588;
border-style:solid;
border-width:0pt 0pt 5px;
}

.yui-navset .yui-nav .selected {
background-color: #1D2588;
}

.yui-navset .yui-nav li {
padding-left: 10px;
padding-right: 10px;
}

/* </pre>
== Category Tree ==
<pre> */
.CategoryTreeItem span {
  display:none;
}

/* </pre>
== Tournament Brackets ==
<pre> */
table.brac td{
    border-width: 1px;
    border-color: silver;
    border-style:none;
}
table.brac tr.topbranch td.leftstem,
table.brac tr.topbranch td.rightstem {
    border-bottom: 1px solid silver;
    min-width: 0.5em;
}

table.brac td.leftbranch table.ket {
    float:right;
}
table.brac td.rightbranch table.ket {
    float:left;
}
table.brac tr.topbranch td,
table.brac table.ket tr.topbranch td {
    vertical-align:bottom;
}
table.brac tr.bottombranch td,
table.brac table.ket tr.bottombranch td {
    vertical-align:top;
}
table.brac tr td.single,
table.brac tr td table.ket tr td.single {
    vertical-align:middle;
}
table.brac tr td.middlebranch div.middlebranchdiv{
    margin-bottom: -0.6em;
}

table.brac tr.topbranch td.leftbranch table.ket td.left,
table.brac tr.topbranch td.rightbranch table.ket td.right {
    display:none;
}
table.brac tr.topbranch td.leftbranch table.ket tr.bottombranch td.right,
table.brac td.leftbranch table.ket tr.topbranch table.ket tr.bottombranch td.right {
    border-style: solid solid none none ;
    min-width: 0.5em
}
table.brac tr.bottombranch td.leftbranch table.ket tr.topbranch td.right,
table.brac td.leftbranch table.ket tr.bottombranch table.ket tr.topbranch td.right {
    border-style: none solid solid none;
    min-width: 0.5em
}
table.brac tr.top td.rightbranch table.ket tr.bottombranch td.left,
table.brac td.rightbranch table.ket tr.topbranch table.ket tr.bottombranch td.left {
    border-style: solid none none solid;
    min-width: 0.5em
}
table.brac tr.bottombranch td.rightbranch table.ket tr.topbranch td.left,
table.brac td.rightbranch table.ket tr.bottombranch table.ket tr.topbranch td.left {
    border-style:  none none solid solid;
    min-width: 0.5em
}
table.brac tr td table.ket tr.topbranch table.ket tr.topbranch td,
table.brac tr td table.ket tr.bottombranch table.ket tr.bottombranch td {
    border-style:none !important;
}
/*
table.brac tr.topbranch td.leftbranch table.ket tr.topbranch table.ket tr.topbranch td.right,
table.brac tr.bottombranch td.leftbranch table.ket tr.bottombranch table.ket tr.bottombranch td.right,
table.brac tr.topbranch td.rightbranch table.ket tr.topbranch table.ket tr.topbranch td.left,
table.brac tr.bottombranch td.rightbranch table.ket tr.bottombranch table.ket tr.bottombranch td.left {
    border: none !important;
}
*/
/* </pre>
*/