Xiaolinpedia
Register
No edit summary
No edit summary
Line 6: Line 6:
 
.module{background:3!important;border-radius: 10px;-moz-box-shadow: 2px 2px 2px rgba(0,0,0,.3);-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.3);box-shadow: 2px 2px 2px rgba(0,0,0,.3);padding:20px 15px;}
 
.module{background:3!important;border-radius: 10px;-moz-box-shadow: 2px 2px 2px rgba(0,0,0,.3);-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.3);box-shadow: 2px 2px 2px rgba(0,0,0,.3);padding:20px 15px;}
 
 
body.mediawiki {
+
body {
 
background:#ECECEC url(http://images2.wikia.nocookie.net/xiaolinpedia/images/0/0b/WikiBackground.png) fixed center top !important;
 
background:#ECECEC url(http://images2.wikia.nocookie.net/xiaolinpedia/images/0/0b/WikiBackground.png) fixed center top !important;
 
-webkit-background-size: cover;
 
-webkit-background-size: cover;

Revision as of 05:05, 15 September 2013

   @import url("http://xiaolinpedia.wikia.com/index.php?title=MediaWiki:NewNav.css&action=raw&ctype=text/css");
   @import url("http://xiaolinpedia.wikia.com/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css");
 
#WikiaPageBackground{background:rgb(231,236,244);border-radius: 15px 15px 0 0;}
 
.module{background:3!important;border-radius: 10px;-moz-box-shadow: 2px 2px 2px rgba(0,0,0,.3);-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.3);box-shadow: 2px 2px 2px rgba(0,0,0,.3);padding:20px 15px;}
 
body {
     background:#ECECEC url(http://images2.wikia.nocookie.net/xiaolinpedia/images/0/0b/WikiBackground.png) fixed center top !important;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}
 

body:not(.editor) #WikiaHeader {
  border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  background: rgba(0, 28, 67, .85) !important;
  border-top: none !important;
  color:#fff !important;
}
 
.GlobalNavigation .subnav .catnav li {
border: none !important;
}
 
.GlobalNavigation, .AccountNavigation, .WallNotifications {
margin-top: -1px;
}
 
.GlobalNavigation a, .start-a-wiki {
border: none !important;
}
 
.GlobalNavigation li {
margin-top: -6px;
border-radius: 100%/10px;
-moz-border-radius: 100%/10px;
-webkit-border-radius: 100%/10px;
transition: background-color .5s, box-shadow .5s;
-webkit-transition: background-color .5s, box-shadow .5s;
-moz-transition: background-color .5s, box-shadow .5s;
-o-transition: background-color .5s, box-shadow .5s;
padding-top: 7px;
height: 26px;
}
 
 
.GlobalNavigation > li > a, .AccountNavigation > li > a {
  color:#fff !important;
font-weight: normal !important;
}
 
.GlobalNavigation .subnav, .AccountNavigation .subnav, #WallNotifications .subnav {
  color:#fff !important;
border: none !important;
background-color: rgba(0, 28, 67, .85) !important;
box-shadow: 0px 3px 15px -3px silver !important;
-moz-box-shadow: 0px 3px 15px -3px silver !important;
-webkit-box-shadow: 0px 3px 15px -3px silver !important;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
transition: background-color .5s;
-webkit-transition: background-color .5s;
-moz-transition: background-color .5s;
-o-transition: background-color .5s;
}
 
 
.GlobalNavigation .subnav .catnav li {
border: none !important;
}
 
.GlobalNavigation .subnav .catnav a, .AccountNavigation .subnav li, .WikiaMenuElement li, #WallNotifications .subnav li.read_notification, #WallNotifications .subnav li.unread_notification {
color:#fff !important;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
transition: background-color .5s, box-shadow .5s;
-webkit-transition: background-color .5s, box-shadow .5s;
-moz-transition: background-color .5s, box-shadow .5s;
-o-transition: background-color .5s, box-shadow .5s;
}
 
 
.AccountNavigation .avatar {
display: none;
}
 
.AccountNavigation li {
color:white;
margin-top: 1px;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
transition: background-color .5s, box-shadow .5s;
-webkit-transition: background-color .5s, box-shadow .5s;
-moz-transition: background-color .5s, box-shadow .5s;
-o-transition: background-color .5s, box-shadow .5s;
padding-top: 6px;
height: 26px;
}
 
.AccountNavigation .subnav li, #WallNotifications .subnav li {
border-top: none !important;
}
 
.AccountNavigation .subnav > li > a:hover, #WallNotifications .subnav > li > a:hover {
box-shadow: none !important;
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
background: transparent !important;
color: #000 !important;
}
 
.AccountNavigation .subnav > li > a, #WallNotifications .subnav a {
color: #FFF !important;
}
 
#WallNotifications .bubbles {
margin-top: 4px;
}
 
#bubbles_count {
background: #012E59 !important;
color: white;
}
 
#WallNotifications {
top: 0 !important;
}
 
#WallNotifications > li {
padding: 3px 4px 1px 11px !important;
border-radius: 100%/10px;
-moz-border-radius: 100%/10px;
-webkit-border-radius: 100%/10px;
margin-top: 2px;
}
 
#WallNotifications .subnav .notifications-header span {
border-radius: 100% 0 0 / 10px 0 0;
-moz-border-radius: 100% 0 0 / 10px 0 0;
-webkit-border-radius: 100% 0 0 / 10px 0 0;
background: transparent !important;
}
 
.AccountNavigation .subnav.show, .WallNotifications .subnav.show {
top: 32px !important;
}
 
#WallNotifications a .avatars .avatar {
border-radius: 100%/10px;
-moz-border-radius: 100%/10px;
-webkit-border-radius: 100%/10px;
}
 
#WallNotifications .timeago {
color: black !important;
}
 
body:not(.editor) #WikiaBarWrapper {
  color:black;
  border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  background: rgba(0, 28, 67, .75) !important;
}
 
.WikiHeaderRestyle h1::before,
.WikiHeaderRestyle .WikiaRail .module h2::before,
.wordmark::before,
.WikiaHeader nav ::before {
  /* Getting rid of all those annoying shadows */
  display: none;
}
 
.banner-corner-left, .banner-corner-right {display: none;}
.conditionalcontent3 {display:none;}
.tabberlive .editsection { display: none; }
#info a:after {
display: none;
}
 
#toc {
	margin:1em 0 1em 0;
	border:1px solid #999;
	-moz-border-radius:0 1em 1em 0;
	-webkit-border-top-right-radius:1em;
	-webkit-border-bottom-right-radius 1em;
	border-radius:0 1em 1em 0;
	-moz-box-shadow:0.1em 0.1em 0.5em #303030;
	-webkit-box-shadow:0.1em 0.1em 0.5em #303030;
	box-shadow:0.1em 0.1em 0.5em #303030;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	background:#F9F9F9 url(http://images2.wikia.nocookie.net/__cb20100119202528/es.pokemon/images/c/cd/Tocline.png) top center repeat-x;
}
 
#toctitle { margin-top:-3px; margin-bottom:7px; }
 
span.tocnumber, span.toctext { color:#001E8C; }
a:hover{color: #00C;}
hr {border: 1px rgba(87,57,33,.4) dashed;}
.move{display:none}
.RelatedPagesModule li img {border-radius: 10px;}
 
.WikiaRail .module {
	background:rgba(255,255,255,.5);
}
 
table.infobox-exterior,
#infobox-exterior {
    border:2px solid #fff;
    -webkit-border-radius: 10px 0px 0px 10px;
       -moz-border-radius: 10px 0px 0px 10px;
        -ms-border-radius: 10px 0px 0px 10px;
         -o-border-radius: 10px 0px 0px 10px;
            border-radius: 10px 0px 0px 10px;
      -moz-box-shadow:0 0 20px #FFCA2B;
    -webkit-box-shadow:0 0 20px #FFCA2B;
         -o-box-shadow:0 0 20px #FFCA2B;
        -ms-box-shadow:0 0 20px #FFCA2B;
            box-shadow:0 0 20px #FFCA2B;
    background:#FFCA2B;
    color:#fff;
    width:250px;
    float:right;
    clear:right;
    margin:0px 0px 5px 5px;
    padding-top: 5px;
    padding-bottom:15px;
}
 
table.infobox-interior,
#infobox-interior {
	font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L', 'Nimbus Sans L', sans-serif;
	font-size: 12px;
	margin:auto;
    padding:auto;
    float:right;
	text-align: right;
    width:245px;
    max-width:245px;
	border-collapse: collapse;
    -webkit-border-radius: 10px 0px 0px 10px;
       -moz-border-radius: 10px 0px 0px 10px;
        -ms-border-radius: 10px 0px 0px 10px;
         -o-border-radius: 10px 0px 0px 10px;
            border-radius: 10px 0px 0px 10px;
}
 
table.infobox-interior th,
#infobox-interior th {
    color: #fff;
    overflow:hidden;
    text-decoration:none;
    letter-spacing:0px;
    margin-right:4px;
    padding: 4px;
    width:240px;
    line-height:110%;
    background:#FFCA2B; 
}
 
table.infobox-interior td,
#infobox-interior td {
    padding: 4px;
    width:240px;
    background: #ececec;
    background: -moz-linear-gradient(45deg,  #ffffff 0%, #ececec 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#ffffff), color-stop(100%,#ececec));
    background: -webkit-linear-gradient(45deg,  #ffffff 0%,#ececec 100%);
    background: -o-linear-gradient(45deg,  #ffffff 0%,#ececec 100%);
    background: -ms-linear-gradient(45deg,  #ffffff 0%,#ececec 100%);
    background: linear-gradient(45deg,  #ffffff 0%,#ececec 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=1 );
    border-top: 1px solid #fff;
    color: black;
}
 
table.infobox-interior tbody tr:hover td,
#infobox-interior tbody tr:hover td {
    background: #d8dfe5;
}
 
table.infobox-interior td.info-both,
#infobox-interior td.info-both {
    text-align:right;
    padding:0 0 0 0;
    line-height:100%;
 
}
table.infobox-interior td.info-both img,
#infobox-interior td.info-both img {
    display:block; /*force new line after img in sidebar */
	margin: 0;
	padding-left: 0; 
    padding-right: 0;
}
 
table.infobox-interior td.info-left, 
#infobox-interior td.info-left {
	width: 125px;
	font-weight: bold;
	text-align: right;
	vertical-align:top;
    line-height:100%;
}
 
table.infobox-interior td.conflict-left,
#infobox-inteior td.conflict-left {
    width:50%;
    text-align:center;
    border-right:1px solid #FFCA2B;
}
 
 
table.infobox-interior td.info-right,
#infobox-interior td.info-right {
    text-align:left;
    vergical-align:top;
    line-height:100%
}
 
table.infobox-interior td.conflict-right,
#infobox-inteior td.conflict-right {
    width:50%;
    text-align:center;
}
 
/*  Navigation frame for story infoboxes */
 
table.infobox-interior td.info-left-nav,
#infobox-interior td.info-left-nav {
    width: 125px;
    text-align: center;
    padding:2px;
    vertical-align:top;
    line-height:100%;
}
 
table.infobox-interior td.info-right-nav,
#infobox-interior td.info-right-nav {
    text-align: center;
    padding:2px;
    vertical-align:middle;
    line-height:100%;
    width:125px;
}
 
table.infobox-interior td.info-both-nav,
#infobox-interior td.info-both-nav {
    text-align: center;
    padding:2px;
    font-weight:bold;
    vertical-align:middle;
    line-height:100%;
}
/*table box water */
table.infobox-exterior-water,
#infobox-exterior-water {
    border:2px solid #fff;
    -webkit-border-radius: 10px 0px 0px 10px;
       -moz-border-radius: 10px 0px 0px 10px;
        -ms-border-radius: 10px 0px 0px 10px;
         -o-border-radius: 10px 0px 0px 10px;
            border-radius: 10px 0px 0px 10px;
      -moz-box-shadow:0 0 20px #6890F0;
    -webkit-box-shadow:0 0 20px #6890F0;
         -o-box-shadow:0 0 20px #6890F0;
        -ms-box-shadow:0 0 20px #6890F0;
            box-shadow:0 0 20px #6890F0;
    background:#6890F0; 
    background:-moz-linear-gradient(top, #6890F0 0%, #47587E 100%); 
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#6890F0), color-stop(100%,#47587E )); 
    background:-webkit-linear-gradient(top, #6890F0 0%,#47587E 100%); 
    background:-o-linear-gradient(top, #6890F0 0%,#47587E 100%); 
    background:-ms-linear-gradient(top, #6890F0 0%,#47587E 100%); 
    background:linear-gradient(to bottom, #6890F0 0%,#47587E 100%); 
    color:#fff;
    width:250px;
    float:right;
    clear:right;
    margin:0px 0px 5px 5px;
    padding-top: 5px;
    padding-bottom:15px;
}
 
table.infobox-interior-water,
#infobox-interior-water {
	font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L', 'Nimbus Sans L', sans-serif;
	font-size: 12px;
	margin:auto;
    padding:auto;
    float:right;
	text-align: right;
    width:245px;
    max-width:245px;
	border-collapse: collapse;
    -webkit-border-radius: 10px 0px 0px 10px;
       -moz-border-radius: 10px 0px 0px 10px;
        -ms-border-radius: 10px 0px 0px 10px;
         -o-border-radius: 10px 0px 0px 10px;
            border-radius: 10px 0px 0px 10px;
}
 
table.infobox-interior-water th,
#infobox-interior-water th {
    color: #fff;
    overflow:hidden;
    text-decoration:none;
    letter-spacing:0px;
    margin-right:4px;
    padding: 4px;
    width:240px;
    line-height:110%;
    background:#6890F0; 
    background:-moz-linear-gradient(top, #6890F0 0%, #47587E 100%); 
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#6890F0), color-stop(100%,#47587E )); 
    background:-webkit-linear-gradient(top, #6890F0 0%,#47587E 100%); 
    background:-o-linear-gradient(top, #6890F0 0%,#47587E 100%); 
    background:-ms-linear-gradient(top, #6890F0 0%,#47587E 100%); 
    background:linear-gradient(to bottom, #6890F0 0%,#47587E 100%);  
}
 
table.infobox-interior-water td,
#infobox-interior-water td {
    padding: 4px;
    width:240px;
    background: #ececec;
    background: -moz-linear-gradient(45deg,  #ffffff 0%, #ececec 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#ffffff), color-stop(100%,#ececec));
    background: -webkit-linear-gradient(45deg,  #ffffff 0%,#ececec 100%);
    background: -o-linear-gradient(45deg,  #ffffff 0%,#ececec 100%);
    background: -ms-linear-gradient(45deg,  #ffffff 0%,#ececec 100%);
    background: linear-gradient(45deg,  #ffffff 0%,#ececec 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=1 );
    border-top: 1px solid #fff;
    color: black;
}
 
table.infobox-interior-water tbody tr:hover td,
#infobox-interior tbody tr:hover td {
    background: #d8dfe5;
}
 
table.infobox-interior-water td.info-both,
#infobox-interior td.info-both {
    text-align:right;
    padding:0 0 0 0;
    line-height:100%;
 
}
table.infobox-interior-water td.info-both img,
#infobox-interior td.info-both img {
    display:block; /*force new line after img in sidebar */
	margin: 0;
	padding-left: 0; 
    padding-right: 0;
}
 
table.infobox-interior-water td.info-left, 
#infobox-interior td.info-left {
	width: 125px;
	font-weight: bold;
	text-align: right;
	vertical-align:top;
    line-height:100%;
}
 
table.infobox-interior-water td.conflict-left,
#infobox-inteior td.conflict-left {
    width:50%;
    text-align:center;
    border-right:1px solid #FFCA2B;
}
 
 
table.infobox-interior-water td.info-right,
#infobox-interior td.info-right {
    text-align:left;
    vergical-align:top;
    line-height:100%
}
 
table.infobox-interior-water td.conflict-right,
#infobox-inteior td.conflict-right {
    width:50%;
    text-align:center;
}
 
/*  Navigation frame for story infoboxes */
 
table.infobox-interior-water td.info-left-nav,
#infobox-interior td.info-left-nav {
    width: 125px;
    text-align: center;
    padding:2px;
    vertical-align:top;
    line-height:100%;
}
 
table.infobox-interior-water td.info-right-nav,
#infobox-interior td.info-right-nav {
    text-align: center;
    padding:2px;
    vertical-align:middle;
    line-height:100%;
    width:125px;
}
 
table.infobox-interior-water td.info-both-nav,
#infobox-interior td.info-both-nav {
    text-align: center;
    padding:2px;
    font-weight:bold;
    vertical-align:middle;
    line-height:100%;
}
/*table box fire */
table.infobox-exterior-fire,
#infobox-exterior-fire {
    border:2px solid #fff;
    -webkit-border-radius: 10px 0px 0px 10px;
       -moz-border-radius: 10px 0px 0px 10px;
        -ms-border-radius: 10px 0px 0px 10px;
         -o-border-radius: 10px 0px 0px 10px;
            border-radius: 10px 0px 0px 10px;
      -moz-box-shadow:0 0 20px #F08030;
    -webkit-box-shadow:0 0 20px #F08030;
         -o-box-shadow:0 0 20px #F08030;
        -ms-box-shadow:0 0 20px #F08030;
            box-shadow:0 0 20px #F08030;
    background:#F08030; 
background:-moz-linear-gradient(top, #F08030 0%, #634221 100%); 
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#F08030), color-stop(100%,#634221)); 
background:-webkit-linear-gradient(top, #F08030 0%,#634221 100%); 
background:-o-linear-gradient(top, #F08030 0%,#634221 100%); 
background:-ms-linear-gradient(top, #F08030 0%,#634221 100%); 
background:linear-gradient(to bottom, #F08030 0%,#634221 100%);  
    color:#fff;
    width:250px;
    float:right;
    clear:right;
    margin:0px 0px 5px 5px;
    padding-top: 5px;
    padding-bottom:15px;
}
 
table.infobox-interior-fire,
#infobox-interior-fire {
	font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L', 'Nimbus Sans L', sans-serif;
	font-size: 12px;
	margin:auto;
    padding:auto;
    float:right;
	text-align: right;
    width:245px;
    max-width:245px;
	border-collapse: collapse;
    -webkit-border-radius: 10px 0px 0px 10px;
       -moz-border-radius: 10px 0px 0px 10px;
        -ms-border-radius: 10px 0px 0px 10px;
         -o-border-radius: 10px 0px 0px 10px;
            border-radius: 10px 0px 0px 10px;
}
 
table.infobox-interior-fire th,
#infobox-interior-fire th {
    color: #fff;
    overflow:hidden;
    text-decoration:none;
    letter-spacing:0px;
    margin-right:4px;
    padding: 4px;
    width:240px;
    line-height:110%;
background:#F08030; 
background:-moz-linear-gradient(top, #F08030 0%, #634221 100%); 
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#F08030), color-stop(100%,#634221)); 
background:-webkit-linear-gradient(top, #F08030 0%,#634221 100%); 
background:-o-linear-gradient(top, #F08030 0%,#634221 100%); 
background:-ms-linear-gradient(top, #F08030 0%,#634221 100%); 
background:linear-gradient(to bottom, #F08030 0%,#634221 100%); 
}
 
table.infobox-interior-fire td,
#infobox-interior-fire td {
    padding: 4px;
    width:240px;
    background: #ececec;
    background: -moz-linear-gradient(45deg,  #ffffff 0%, #ececec 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#ffffff), color-stop(100%,#ececec));
    background: -webkit-linear-gradient(45deg,  #ffffff 0%,#ececec 100%);
    background: -o-linear-gradient(45deg,  #ffffff 0%,#ececec 100%);
    background: -ms-linear-gradient(45deg,  #ffffff 0%,#ececec 100%);
    background: linear-gradient(45deg,  #ffffff 0%,#ececec 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=1 );
    border-top: 1px solid #fff;
    color: black;
}
 
table.infobox-interior-fire tbody tr:hover td,
#infobox-interior tbody tr:hover td {
    background: #d8dfe5;
}
 
table.infobox-interior-fire td.info-both,
#infobox-interior td.info-both {
    text-align:right;
    padding:0 0 0 0;
    line-height:100%;
 
}
table.infobox-interior-fire td.info-both img,
#infobox-interior td.info-both img {
    display:block; /*force new line after img in sidebar */
	margin: 0;
	padding-left: 0; 
    padding-right: 0;
}
 
table.infobox-interior-fire td.info-left, 
#infobox-interior td.info-left {
	width: 125px;
	font-weight: bold;
	text-align: right;
	vertical-align:top;
    line-height:100%;
}
 
table.infobox-interior-fire td.conflict-left,
#infobox-inteior td.conflict-left {
    width:50%;
    text-align:center;
    border-right:1px solid #FFCA2B;
}
 
 
table.infobox-interior-fire td.info-right,
#infobox-interior td.info-right {
    text-align:left;
    vergical-align:top;
    line-height:100%
}
 
table.infobox-interior-fire td.conflict-right,
#infobox-inteior td.conflict-right {
    width:50%;
    text-align:center;
}
 
/*  Navigation frame for story infoboxes */
 
table.infobox-interior-fire td.info-left-nav,
#infobox-interior td.info-left-nav {
    width: 125px;
    text-align: center;
    padding:2px;
    vertical-align:top;
    line-height:100%;
}
 
table.infobox-interior-fire td.info-right-nav,
#infobox-interior td.info-right-nav {
    text-align: center;
    padding:2px;
    vertical-align:middle;
    line-height:100%;
    width:125px;
}
 
table.infobox-interior-fire td.info-both-nav,
#infobox-interior td.info-both-nav {
    text-align: center;
    padding:2px;
    font-weight:bold;
    vertical-align:middle;
    line-height:100%;
}
/*table box wind */
table.infobox-exterior-wind,
#infobox-exterior-wind {
    border:2px solid #fff;
    -webkit-border-radius: 10px 0px 0px 10px;
       -moz-border-radius: 10px 0px 0px 10px;
        -ms-border-radius: 10px 0px 0px 10px;
         -o-border-radius: 10px 0px 0px 10px;
            border-radius: 10px 0px 0px 10px;
      -moz-box-shadow:0 0 20px #98D8D8;
    -webkit-box-shadow:0 0 20px #98D8D8;
         -o-box-shadow:0 0 20px #98D8D8;
        -ms-box-shadow:0 0 20px #98D8D8;
            box-shadow:0 0 20px #98D8D8;
background:#98D8D8; 
background:-moz-linear-gradient(top, #98D8D8 0%, #728C8C 100%); 
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#98D8D8), color-stop(100%,#728C8C )); 
background:-webkit-linear-gradient(top, #98D8D8 0%,#728C8C 100%); 
background:-o-linear-gradient(top, #98D8D8 0%,#728C8C 100%); 
background:-ms-linear-gradient(top, #98D8D8 0%,#728C8C 100%); 
background:linear-gradient(to bottom, #98D8D8 0%,#728C8C 100%); 
    color:#fff;
    width:250px;
    float:right;
    clear:right;
    margin:0px 0px 5px 5px;
    padding-top: 5px;
    padding-bottom:15px;
}
 
table.infobox-interior-wind,
#infobox-interior-wind {
	font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L', 'Nimbus Sans L', sans-serif;
	font-size: 12px;
	margin:auto;
    padding:auto;
    float:right;
	text-align: right;
    width:245px;
    max-width:245px;
	border-collapse: collapse;
    -webkit-border-radius: 10px 0px 0px 10px;
       -moz-border-radius: 10px 0px 0px 10px;
        -ms-border-radius: 10px 0px 0px 10px;
         -o-border-radius: 10px 0px 0px 10px;
            border-radius: 10px 0px 0px 10px;
}
 
table.infobox-interior-wind th,
#infobox-interior-wind th {
    color: #fff;
    overflow:hidden;
    text-decoration:none;
    letter-spacing:0px;
    margin-right:4px;
    padding: 4px;
    width:240px;
    line-height:110%;
background:#98D8D8; 
background:-moz-linear-gradient(top, #98D8D8 0%, #728C8C 100%); 
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#98D8D8), color-stop(100%,#728C8C )); 
background:-webkit-linear-gradient(top, #98D8D8 0%,#728C8C 100%); 
background:-o-linear-gradient(top, #98D8D8 0%,#728C8C 100%); 
background:-ms-linear-gradient(top, #98D8D8 0%,#728C8C 100%); 
background:linear-gradient(to bottom, #98D8D8 0%,#728C8C 100%); 
}
 
table.infobox-interior-wind td,
#infobox-interior-wind td {
    padding: 4px;
    width:240px;
    background: #ececec;
    background: -moz-linear-gradient(45deg,  #ffffff 0%, #ececec 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#ffffff), color-stop(100%,#ececec));
    background: -webkit-linear-gradient(45deg,  #ffffff 0%,#ececec 100%);
    background: -o-linear-gradient(45deg,  #ffffff 0%,#ececec 100%);
    background: -ms-linear-gradient(45deg,  #ffffff 0%,#ececec 100%);
    background: linear-gradient(45deg,  #ffffff 0%,#ececec 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=1 );
    border-top: 1px solid #fff;
    color: black;
}
 
table.infobox-interior-wind tbody tr:hover td,
#infobox-interior tbody tr:hover td {
    background: #d8dfe5;
}
 
table.infobox-interior-wind td.info-both,
#infobox-interior td.info-both {
    text-align:right;
    padding:0 0 0 0;
    line-height:100%;
 
}
table.infobox-interior-wind td.info-both img,
#infobox-interior td.info-both img {
    display:block; /*force new line after img in sidebar */
	margin: 0;
	padding-left: 0; 
    padding-right: 0;
}
 
table.infobox-interior-wind td.info-left, 
#infobox-interior td.info-left {
	width: 125px;
	font-weight: bold;
	text-align: right;
	vertical-align:top;
    line-height:100%;
}
 
table.infobox-interior-wind td.conflict-left,
#infobox-inteior td.conflict-left {
    width:50%;
    text-align:center;
    border-right:1px solid #FFCA2B;
}
 
 
table.infobox-interior-wind td.info-right,
#infobox-interior td.info-right {
    text-align:left;
    vergical-align:top;
    line-height:100%
}
 
table.infobox-interior-wind td.conflict-right,
#infobox-inteior td.conflict-right {
    width:50%;
    text-align:center;
}
 
/*  Navigation frame for story infoboxes */
 
table.infobox-interior-wind td.info-left-nav,
#infobox-interior td.info-left-nav {
    width: 125px;
    text-align: center;
    padding:2px;
    vertical-align:top;
    line-height:100%;
}
 
table.infobox-interior-wind td.info-right-nav,
#infobox-interior td.info-right-nav {
    text-align: center;
    padding:2px;
    vertical-align:middle;
    line-height:100%;
    width:125px;
}
 
table.infobox-interior-wind td.info-both-nav,
#infobox-interior td.info-both-nav {
    text-align: center;
    padding:2px;
    font-weight:bold;
    vertical-align:middle;
    line-height:100%;
}
/*table box earth */
table.infobox-exterior-earth,
#infobox-exterior-earth {
    border:2px solid #fff;
    -webkit-border-radius: 10px 0px 0px 10px;
       -moz-border-radius: 10px 0px 0px 10px;
        -ms-border-radius: 10px 0px 0px 10px;
         -o-border-radius: 10px 0px 0px 10px;
            border-radius: 10px 0px 0px 10px;
      -moz-box-shadow:0 0 20px #E0C068;
    -webkit-box-shadow:0 0 20px #E0C068;
         -o-box-shadow:0 0 20px #E0C068;
        -ms-box-shadow:0 0 20px #E0C068;
            box-shadow:0 0 20px #E0C068;
background:#E0C068; 
background:-moz-linear-gradient(top, #E0C068 0%, #49422B 100%); 
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#E0C068), color-stop(100%,#49422B )); 
background:-webkit-linear-gradient(top, #E0C068 0%,#49422B 100%); 
background:-o-linear-gradient(top, #E0C068 0%,#49422B 100%); 
background:-ms-linear-gradient(top, #E0C068 0%,#49422B 100%); 
background:linear-gradient(to bottom, #E0C068 0%,#49422B 100%);
    color:#fff;
    width:250px;
    float:right;
    clear:right;
    margin:0px 0px 5px 5px;
    padding-top: 5px;
    padding-bottom:15px;
}
 
table.infobox-interior-earth,
#infobox-interior-earth {
	font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L', 'Nimbus Sans L', sans-serif;
	font-size: 12px;
	margin:auto;
    padding:auto;
    float:right;
	text-align: right;
    width:245px;
    max-width:245px;
	border-collapse: collapse;
    -webkit-border-radius: 10px 0px 0px 10px;
       -moz-border-radius: 10px 0px 0px 10px;
        -ms-border-radius: 10px 0px 0px 10px;
         -o-border-radius: 10px 0px 0px 10px;
            border-radius: 10px 0px 0px 10px;
}
 
table.infobox-interior-earth th,
#infobox-interior-earth th {
    color: #fff;
    overflow:hidden;
    text-decoration:none;
    letter-spacing:0px;
    margin-right:4px;
    padding: 4px;
    width:240px;
    line-height:110%;
background:#E0C068; 
background:-moz-linear-gradient(top, #E0C068 0%, #49422B 100%); 
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#E0C068), color-stop(100%,#49422B )); 
background:-webkit-linear-gradient(top, #E0C068 0%,#49422B 100%); 
background:-o-linear-gradient(top, #E0C068 0%,#49422B 100%); 
background:-ms-linear-gradient(top, #E0C068 0%,#49422B 100%); 
background:linear-gradient(to bottom, #E0C068 0%,#49422B 100%);
}
 
table.infobox-interior-earth td,
#infobox-interior-earth td {
    padding: 4px;
    width:240px;
    background: #ececec;
    background: -moz-linear-gradient(45deg,  #ffffff 0%, #ececec 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#ffffff), color-stop(100%,#ececec));
    background: -webkit-linear-gradient(45deg,  #ffffff 0%,#ececec 100%);
    background: -o-linear-gradient(45deg,  #ffffff 0%,#ececec 100%);
    background: -ms-linear-gradient(45deg,  #ffffff 0%,#ececec 100%);
    background: linear-gradient(45deg,  #ffffff 0%,#ececec 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=1 );
    border-top: 1px solid #fff;
    color: black;
}
 
table.infobox-interior-earth tbody tr:hover td,
#infobox-interior tbody tr:hover td {
    background: #d8dfe5;
}
 
table.infobox-interior-earth td.info-both,
#infobox-interior td.info-both {
    text-align:right;
    padding:0 0 0 0;
    line-height:100%;
 
}
table.infobox-interior-earth td.info-both img,
#infobox-interior td.info-both img {
    display:block; /*force new line after img in sidebar */
	margin: 0;
	padding-left: 0; 
    padding-right: 0;
}
 
table.infobox-interior-earth td.info-left, 
#infobox-interior td.info-left {
	width: 125px;
	font-weight: bold;
	text-align: right;
	vertical-align:top;
    line-height:100%;
}
 
table.infobox-interior-earth td.conflict-left,
#infobox-inteior td.conflict-left {
    width:50%;
    text-align:center;
    border-right:1px solid #FFCA2B;
}
 
 
table.infobox-interior-earth td.info-right,
#infobox-interior td.info-right {
    text-align:left;
    vergical-align:top;
    line-height:100%
}
 
table.infobox-interior-earth td.conflict-right,
#infobox-inteior td.conflict-right {
    width:50%;
    text-align:center;
}
 
/*  Navigation frame for story infoboxes */
 
table.infobox-interior-earth td.info-left-nav,
#infobox-interior td.info-left-nav {
    width: 125px;
    text-align: center;
    padding:2px;
    vertical-align:top;
    line-height:100%;
}
 
table.infobox-interior-earth td.info-right-nav,
#infobox-interior td.info-right-nav {
    text-align: center;
    padding:2px;
    vertical-align:middle;
    line-height:100%;
    width:125px;
}
 
table.infobox-interior-earth td.info-both-nav,
#infobox-interior td.info-both-nav {
    text-align: center;
    padding:2px;
    font-weight:bold;
    vertical-align:middle;
    line-height:100%;
}
/*table box wood */
table.infobox-exterior-wood,
#infobox-exterior-wood {
    border:2px solid #fff;
    -webkit-border-radius: 10px 0px 0px 10px;
       -moz-border-radius: 10px 0px 0px 10px;
        -ms-border-radius: 10px 0px 0px 10px;
         -o-border-radius: 10px 0px 0px 10px;
            border-radius: 10px 0px 0px 10px;
      -moz-box-shadow:0 0 20px #78C850;
    -webkit-box-shadow:0 0 20px #78C850;
         -o-box-shadow:0 0 20px #78C850;
        -ms-box-shadow:0 0 20px #78C850;
            box-shadow:0 0 20px #78C850;
background:#78C850; 
background:-moz-linear-gradient(top, #78C850 0%, #536F39 100%); 
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#78C850), color-stop(100%,#536F39 )); 
background:-webkit-linear-gradient(top, #78C850 0%,#536F39 100%); 
background:-o-linear-gradient(top, #78C850 0%,#536F39 100%); 
background:-ms-linear-gradient(top, #78C850 0%,#536F39 100%); 
background:linear-gradient(to bottom, #78C850 0%,#536F39 100%); 
    color:#fff;
    width:250px;
    float:right;
    clear:right;
    margin:0px 0px 5px 5px;
    padding-top: 5px;
    padding-bottom:15px;
}
 
table.infobox-interior-wood,
#infobox-interior-wood {
	font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L', 'Nimbus Sans L', sans-serif;
	font-size: 12px;
	margin:auto;
    padding:auto;
    float:right;
	text-align: right;
    width:245px;
    max-width:245px;
	border-collapse: collapse;
    -webkit-border-radius: 10px 0px 0px 10px;
       -moz-border-radius: 10px 0px 0px 10px;
        -ms-border-radius: 10px 0px 0px 10px;
         -o-border-radius: 10px 0px 0px 10px;
            border-radius: 10px 0px 0px 10px;
}
 
table.infobox-interior-wood th,
#infobox-interior-wood th {
    color: #fff;
    overflow:hidden;
    text-decoration:none;
    letter-spacing:0px;
    margin-right:4px;
    padding: 4px;
    width:240px;
    line-height:110%;
background:#78C850; 
background:-moz-linear-gradient(top, #78C850 0%, #536F39 100%); 
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#78C850), color-stop(100%,#536F39 )); 
background:-webkit-linear-gradient(top, #78C850 0%,#536F39 100%); 
background:-o-linear-gradient(top, #78C850 0%,#536F39 100%); 
background:-ms-linear-gradient(top, #78C850 0%,#536F39 100%); 
background:linear-gradient(to bottom, #78C850 0%,#536F39 100%); 
}
 
table.infobox-interior-wood td,
#infobox-interior-wood td {
    padding: 4px;
    width:240px;
    background: #ececec;
    background: -moz-linear-gradient(45deg,  #ffffff 0%, #ececec 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#ffffff), color-stop(100%,#ececec));
    background: -webkit-linear-gradient(45deg,  #ffffff 0%,#ececec 100%);
    background: -o-linear-gradient(45deg,  #ffffff 0%,#ececec 100%);
    background: -ms-linear-gradient(45deg,  #ffffff 0%,#ececec 100%);
    background: linear-gradient(45deg,  #ffffff 0%,#ececec 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=1 );
    border-top: 1px solid #fff;
    color: black;
}
 
table.infobox-interior-wood tbody tr:hover td,
#infobox-interior tbody tr:hover td {
    background: #d8dfe5;
}
 
table.infobox-interior-wood td.info-both,
#infobox-interior td.info-both {
    text-align:right;
    padding:0 0 0 0;
    line-height:100%;
 
}
table.infobox-interior-wood td.info-both img,
#infobox-interior td.info-both img {
    display:block; /*force new line after img in sidebar */
	margin: 0;
	padding-left: 0; 
    padding-right: 0;
}
 
table.infobox-interior-wood td.info-left, 
#infobox-interior td.info-left {
	width: 125px;
	font-weight: bold;
	text-align: right;
	vertical-align:top;
    line-height:100%;
}
 
table.infobox-interior-wood td.conflict-left,
#infobox-inteior td.conflict-left {
    width:50%;
    text-align:center;
    border-right:1px solid #FFCA2B;
}
 
 
table.infobox-interior-wood td.info-right,
#infobox-interior td.info-right {
    text-align:left;
    vergical-align:top;
    line-height:100%
}
 
table.infobox-interior-wood td.conflict-right,
#infobox-inteior td.conflict-right {
    width:50%;
    text-align:center;
}
 
/*  Navigation frame for story infoboxes */
 
table.infobox-interior-wood td.info-left-nav,
#infobox-interior td.info-left-nav {
    width: 125px;
    text-align: center;
    padding:2px;
    vertical-align:top;
    line-height:100%;
}
 
table.infobox-interior-wood td.info-right-nav,
#infobox-interior td.info-right-nav {
    text-align: center;
    padding:2px;
    vertical-align:middle;
    line-height:100%;
    width:125px;
}
 
table.infobox-interior-wood td.info-both-nav,
#infobox-interior td.info-both-nav {
    text-align: center;
    padding:2px;
    font-weight:bold;
    vertical-align:middle;
    line-height:100%;
}
/*table box heylin */
table.infobox-exterior-heylin,
#infobox-exterior-heylin {
    border:2px solid #fff;
    -webkit-border-radius: 10px 0px 0px 10px;
       -moz-border-radius: 10px 0px 0px 10px;
        -ms-border-radius: 10px 0px 0px 10px;
         -o-border-radius: 10px 0px 0px 10px;
            border-radius: 10px 0px 0px 10px;
      -moz-box-shadow:0 0 20px #705898;
    -webkit-box-shadow:0 0 20px #705898;
         -o-box-shadow:0 0 20px #705898;
        -ms-box-shadow:0 0 20px #705898;
            box-shadow:0 0 20px #705898;
background:#705898; 
background:-moz-linear-gradient(top, #705898 0%, #413953 100%); 
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#705898), color-stop(100%,#413953 )); 
background:-webkit-linear-gradient(top, #705898 0%,#413953 100%); 
background:-o-linear-gradient(top, #705898 0%,#413953 100%); 
background:-ms-linear-gradient(top, #705898 0%,#413953 100%); 
background:linear-gradient(to bottom, #705898 0%,#413953 100%); 
    color:#fff;
    width:250px;
    float:right;
    clear:right;
    margin:0px 0px 5px 5px;
    padding-top: 5px;
    padding-bottom:15px;
}
 
table.infobox-interior-heylin,
#infobox-interior-heylin {
	font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L', 'Nimbus Sans L', sans-serif;
	font-size: 12px;
	margin:auto;
    padding:auto;
    float:right;
	text-align: right;
    width:245px;
    max-width:245px;
	border-collapse: collapse;
    -webkit-border-radius: 10px 0px 0px 10px;
       -moz-border-radius: 10px 0px 0px 10px;
        -ms-border-radius: 10px 0px 0px 10px;
         -o-border-radius: 10px 0px 0px 10px;
            border-radius: 10px 0px 0px 10px;
}
 
table.infobox-interior-heylin th,
#infobox-interior-heylin th {
    color: #fff;
    overflow:hidden;
    text-decoration:none;
    letter-spacing:0px;
    margin-right:4px;
    padding: 4px;
    width:240px;
    line-height:110%;
background:#705898; 
background:-moz-linear-gradient(top, #705898 0%, #413953 100%); 
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#705898), color-stop(100%,#413953 )); 
background:-webkit-linear-gradient(top, #705898 0%,#413953 100%); 
background:-o-linear-gradient(top, #705898 0%,#413953 100%); 
background:-ms-linear-gradient(top, #705898 0%,#413953 100%); 
background:linear-gradient(to bottom, #705898 0%,#413953 100%);  
}
 
table.infobox-interior-heylin td,
#infobox-interior-heylin td {
    padding: 4px;
    width:240px;
    background: #ececec;
    background: -moz-linear-gradient(45deg,  #ffffff 0%, #ececec 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#ffffff), color-stop(100%,#ececec));
    background: -webkit-linear-gradient(45deg,  #ffffff 0%,#ececec 100%);
    background: -o-linear-gradient(45deg,  #ffffff 0%,#ececec 100%);
    background: -ms-linear-gradient(45deg,  #ffffff 0%,#ececec 100%);
    background: linear-gradient(45deg,  #ffffff 0%,#ececec 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=1 );
    border-top: 1px solid #fff;
    color: black;
}
 
table.infobox-interior-heylin tbody tr:hover td,
#infobox-interior tbody tr:hover td {
    background: #d8dfe5;
}
 
table.infobox-interior-heylin td.info-both,
#infobox-interior td.info-both {
    text-align:right;
    padding:0 0 0 0;
    line-height:100%;
 
}
table.infobox-interior-heylin td.info-both img,
#infobox-interior td.info-both img {
    display:block; /*force new line after img in sidebar */
	margin: 0;
	padding-left: 0; 
    padding-right: 0;
}
 
table.infobox-interior-heylin td.info-left, 
#infobox-interior td.info-left {
	width: 125px;
	font-weight: bold;
	text-align: right;
	vertical-align:top;
    line-height:100%;
}
 
table.infobox-interior-heylin td.conflict-left,
#infobox-inteior td.conflict-left {
    width:50%;
    text-align:center;
    border-right:1px solid #FFCA2B;
}
 
 
table.infobox-interior-heylin td.info-right,
#infobox-interior td.info-right {
    text-align:left;
    vergical-align:top;
    line-height:100%
}
 
table.infobox-interior-heylin td.conflict-right,
#infobox-inteior td.conflict-right {
    width:50%;
    text-align:center;
}
 
/*  Navigation frame for story infoboxes */
 
table.infobox-interior-heylin td.info-left-nav,
#infobox-interior td.info-left-nav {
    width: 125px;
    text-align: center;
    padding:2px;
    vertical-align:top;
    line-height:100%;
}
 
table.infobox-interior-heylin td.info-right-nav,
#infobox-interior td.info-right-nav {
    text-align: center;
    padding:2px;
    vertical-align:middle;
    line-height:100%;
    width:125px;
}
 
table.infobox-interior-heylin td.info-both-nav,
#infobox-interior td.info-both-nav {
    text-align: center;
    padding:2px;
    font-weight:bold;
    vertical-align:middle;
    line-height:100%;
}
/*table box neutral */
table.infobox-exterior-neutral,
#infobox-exterior-neutral {
    border:2px solid #fff;
    -webkit-border-radius: 10px 0px 0px 10px;
       -moz-border-radius: 10px 0px 0px 10px;
        -ms-border-radius: 10px 0px 0px 10px;
         -o-border-radius: 10px 0px 0px 10px;
            border-radius: 10px 0px 0px 10px;
      -moz-box-shadow:0 0 20px #a8a878;
    -webkit-box-shadow:0 0 20px #a8a878;
         -o-box-shadow:0 0 20px #a8a878;
        -ms-box-shadow:0 0 20px #a8a878;
            box-shadow:0 0 20px #a8a878;
background:#a8a878; 
background:-moz-linear-gradient(top, #a8a878 0%, #64634e 100%); 
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#a8a878), color-stop(100%,#64634e)); 
background:-webkit-linear-gradient(top, #a8a878 0%,#64634e 100%); 
background:-o-linear-gradient(top, #a8a878 0%,#64634e 100%); 
background:-ms-linear-gradient(top, #a8a878 0%,#64634e 100%); 
background:linear-gradient(to bottom, #a8a878 0%,#64634e 100%);
    color:#fff;
    width:250px;
    float:right;
    clear:right;
    margin:0px 0px 5px 5px;
    padding-top: 5px;
    padding-bottom:15px;
}
 
table.infobox-interior-neutral,
#infobox-interior-neutral {
	font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L', 'Nimbus Sans L', sans-serif;
	font-size: 12px;
	margin:auto;
    padding:auto;
    float:right;
	text-align: right;
    width:245px;
    max-width:245px;
	border-collapse: collapse;
    -webkit-border-radius: 10px 0px 0px 10px;
       -moz-border-radius: 10px 0px 0px 10px;
        -ms-border-radius: 10px 0px 0px 10px;
         -o-border-radius: 10px 0px 0px 10px;
            border-radius: 10px 0px 0px 10px;
}
 
table.infobox-interior-neutral th,
#infobox-interior-neutral th {
    color: #fff;
    overflow:hidden;
    text-decoration:none;
    letter-spacing:0px;
    margin-right:4px;
    padding: 4px;
    width:240px;
    line-height:110%;
background:#a8a878; 
background:-moz-linear-gradient(top, #a8a878 0%, #64634e 100%); 
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#a8a878), color-stop(100%,#64634e)); 
background:-webkit-linear-gradient(top, #a8a878 0%,#64634e 100%); 
background:-o-linear-gradient(top, #a8a878 0%,#64634e 100%); 
background:-ms-linear-gradient(top, #a8a878 0%,#64634e 100%); 
background:linear-gradient(to bottom, #a8a878 0%,#64634e 100%);
}
 
table.infobox-interior-neutral td,
#infobox-interior-neutral td {
    padding: 4px;
    width:240px;
    background: #ececec;
    background: -moz-linear-gradient(45deg,  #ffffff 0%, #ececec 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#ffffff), color-stop(100%,#ececec));
    background: -webkit-linear-gradient(45deg,  #ffffff 0%,#ececec 100%);
    background: -o-linear-gradient(45deg,  #ffffff 0%,#ececec 100%);
    background: -ms-linear-gradient(45deg,  #ffffff 0%,#ececec 100%);
    background: linear-gradient(45deg,  #ffffff 0%,#ececec 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=1 );
    border-top: 1px solid #fff;
    color: black;
}
 
table.infobox-interior-neutral tbody tr:hover td,
#infobox-interior tbody tr:hover td {
    background: #d8dfe5;
}
 
table.infobox-interior-neutral td.info-both,
#infobox-interior td.info-both {
    text-align:right;
    padding:0 0 0 0;
    line-height:100%;
 
}
table.infobox-interior-neutral td.info-both img,
#infobox-interior td.info-both img {
    display:block; /*force new line after img in sidebar */
	margin: 0;
	padding-left: 0; 
    padding-right: 0;
}
 
table.infobox-interior-neutral td.info-left, 
#infobox-interior td.info-left {
	width: 125px;
	font-weight: bold;
	text-align: right;
	vertical-align:top;
    line-height:100%;
}
 
table.infobox-interior-neutral td.conflict-left,
#infobox-inteior td.conflict-left {
    width:50%;
    text-align:center;
    border-right:1px solid #FFCA2B;
}
 
 
table.infobox-interior-neutral td.info-right,
#infobox-interior td.info-right {
    text-align:left;
    vergical-align:top;
    line-height:100%
}
 
table.infobox-interior-neutral td.conflict-right,
#infobox-inteior td.conflict-right {
    width:50%;
    text-align:center;
}
 
/*  Navigation frame for story infoboxes */
 
table.infobox-interior-neutral td.info-left-nav,
#infobox-interior td.info-left-nav {
    width: 125px;
    text-align: center;
    padding:2px;
    vertical-align:top;
    line-height:100%;
}
 
table.infobox-interior-neutral td.info-right-nav,
#infobox-interior td.info-right-nav {
    text-align: center;
    padding:2px;
    vertical-align:middle;
    line-height:100%;
    width:125px;
}
 
table.infobox-interior-neutral td.info-both-nav,
#infobox-interior td.info-both-nav {
    text-align: center;
    padding:2px;
    font-weight:bold;
    vertical-align:middle;
    line-height:100%;
}
 
.voting-controls {
display:none; 
}
 
.voting-controls .votes.notlink {
display:none;
}
 
.vote {
display:none;
}
 
.tabberlive .tabbertab h2,
.tabberlive .tabbertab h3 { display: block !important; }
 
ul.tabbernav li a:link { color: #FFF !important; }
 
ul.tabbernav li a:hover {
 color: yellow !important;
 background: dodgerblue !important;
    border-top: 2px solid #000 !important;
    border-right: 2px solid #000 !important;
    border-left: 2px solid #000 !important;
    border-bottom: 2px solid #000080 !important;
 text-shadow: 0em 0em 0.5em #000 !important;
}
 
ul.tabbernav li.tabberactive a { background-color: rgba(0,28,67,.85) !important; }
 
ul.tabbernav li a {
    background: dodgerblue !important;
    color: #FFF !important;
    border-top: 2px outset #000080 !important;
    border-right: 2px outset #000080 !important;
    border-left: 2px outset #000080 !important;
    border-bottom: 2px solid #000080 !important;
    margin-left: 0px !important;
    margin-right: 3px;
    -moz-border-radius:1em 1em 0em 0em;
    -khtml-border-radius: 1em 1em 0em 0em;
    -webkit-border-radius:1em 1em 0em 0em;
    border-radius: 1em 1em 0em 0em;
    text-shadow: 0em 0em 0.5em #000000!important;
}
 
.tabberlive .tabbertab { border: none !important; }
 
ul.tabbernav { border-bottom: 2px solid #000080 !important; }
 
.tabberlive .editsection { display: none; }
 
.WikiaRail .module h1 {
	background:url("http://images.wikia.com/operation-neogenesis/images/5/5d/Blue_Stripe_Background.png") repeat right bottom;
	color: #FFF !important;
	border-radius: 5px;
	border-radius: 5px;
	border:thin solid #3c547f;
	box-shadow:2px 2px 5px #000000;
	text-shadow:1px 1px 1px #000000;
}
 
.WikiaRail .module h1:hover {
	color:yellow !important;
	-webkit-transition: all .4s linear 0s;
	-moz-transition: all .4s linear 0s;
	-ms-transition: all .4s linear 0s;
	-o-transition: all .4s linear 0s;
	transition: all .4s linear 0s;
	box-shadow:2px 2px 5px #000000;
	text-shadow:2px 2px 2px #000000;
}
 
.WikiaRail .module .button {
background:rgba(0,0,0,0);
}
 
.ChatModule .wikia-button, .ChatModule .wikia-button:hover {
background:rgba(0,0,0,0);
}
 
.ChatModule a:hover {
color:yellow !important;
}
 
#ChatHeader img {
background-color: #2B54B5;
border-radius: 3px;
}
 
.enlacesblancos, .mainpagedesign1 {
	background:url("http://images.wikia.com/operation-neogenesis/images/5/5d/Blue_Stripe_Background.png") repeat right bottom;
	color: #FFF !important;
	border-radius: 5px;
	border-radius: 5px;
	border:thin solid #3c547f;
	box-shadow:2px 2px 5px #000000;
	text-shadow:1px 1px 1px #000000;
	-moz-box-shadow:0.1em 0.1em 1em #000 !important;
	-webkit-box-shadow:0.1em 0.1em 1em #000 !important;
	box-shadow:0.1em 0.1em 1em #000 !important;
	border:2px outset #000080 !important;
}
 
.mainpagedesign1 a { color:#FFF !important; }
 
.mainpagedesign1 a:hover {
	color:yellow !important;
	-webkit-transition: all .4s linear 0s;
	-moz-transition: all .4s linear 0s;
	-ms-transition: all .4s linear 0s;
	-o-transition: all .4s linear 0s;
	transition: all .4s linear 0s;
	text-shadow:2px 2px 2px #000000;
	text-decoration:none;
}
 
.enlacesblancos:hover {
	color:yellow !important;
	-webkit-transition: all .4s linear 0s;
	-moz-transition: all .4s linear 0s;
	-ms-transition: all .4s linear 0s;
	-o-transition: all .4s linear 0s;
	transition: all .4s linear 0s;
	box-shadow:2px 2px 5px #000000;
	text-shadow:2px 2px 2px #000000;
}
 
/*</pre>*/