WARFRAME 繁體中文維基
(小修正)
(修正完成)
第2,244行: 第2,244行:
 
.comments li[data-user="Honestleaf"] blockquote,
 
.comments li[data-user="Honestleaf"] blockquote,
 
.comments li[data-user="Overdoes"] blockquote,
 
.comments li[data-user="Overdoes"] blockquote,
.comments li[data-user="Smile slime 47"] blockquote {
+
.comments li[data-user="Smile_slime_47"] blockquote {
 
background:#d2f0f4 !important;
 
background:#d2f0f4 !important;
 
}
 
}
第2,252行: 第2,252行:
 
.comments li[data-user="Honestleaf"] blockquote:after,
 
.comments li[data-user="Honestleaf"] blockquote:after,
 
.comments li[data-user="Overdoes"] blockquote:after,
 
.comments li[data-user="Overdoes"] blockquote:after,
.comments li[data-user="Smile slime 47"] blockquote:after {
+
.comments li[data-user="Smile_slime_47"] blockquote:after {
 
border-color:transparent #d2f0f4 #d2f0f4 transparent !important;
 
border-color:transparent #d2f0f4 #d2f0f4 transparent !important;
 
}
 
}
第2,260行: 第2,260行:
 
.comments li[data-user="Honestleaf"] blockquote div,
 
.comments li[data-user="Honestleaf"] blockquote div,
 
.comments li[data-user="Overdoes"] blockquote div,
 
.comments li[data-user="Overdoes"] blockquote div,
.comments li[data-user="Smile slime 47"] blockquote div {
+
.comments li[data-user="Smile_slime_47"] blockquote div {
 
background:transparent !important;
 
background:transparent !important;
 
}
 
}
第2,268行: 第2,268行:
 
.comments li[data-user="Honestleaf"] .edited-by:after,
 
.comments li[data-user="Honestleaf"] .edited-by:after,
 
.comments li[data-user="Overdoes"] .edited-by:after,
 
.comments li[data-user="Overdoes"] .edited-by:after,
.comments li[data-user="Smile_slime 47"] .edited-by:after {
+
.comments li[data-user="Smile_slime_47"] .edited-by:after {
 
content: "管理员"; color: #FFF; background-color: #333; border-radius: 6px; padding: 0 5px; margin-left: 3px;
 
content: "管理员"; color: #FFF; background-color: #333; border-radius: 6px; padding: 0 5px; margin-left: 3px;
 
}
 
}

於 2015年10月12日 (一) 08:18 的修訂

/* CSS imported from English Wiki */
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:700,400);

/* toclimit code */
.toclimit-2 .toclevel-2 {display:none;}
.toclimit-3 .toclevel-3 {display:none;}
.toclimit-4 .toclevel-4 {display:none;}
.toclimit-5 .toclevel-5 {display:none;}
.toclimit-6 .toclevel-6 {display:none;}
.toclimit-7 .toclevel-7 {display:none;}

/*Main Content shadow*/
.WikiaPage {
   -moz-box-shadow: 0 0 15px #6d6d6d;
   -webkit-box-shadow: 0 0 15px #6d6d6d;
   box-shadow: 0 0 15px #6d6d6d;
}
 
/*Article H1 headers font*/
#WikiaUserPagesHeader h1,
#WikiaPageHeader h1 {
    font-family: 'Roboto';
    font-weight: 300;
}
 
/* Templates */
/** Navbox template **/
.navbox {
     background-color: rgba(255,255,255,0.5);
     border-radius: 0px;
     border: 1px solid #CCCCCC;
     box-shadow: none;
     margin-bottom: 10px;
     padding: 0px;
     text-align: center;
     width: 100%;
     background-image:url("http://img1.wikia.nocookie.net/__cb20140911231247/warframe/images/0/08/Navboxflower6.png");
     background-position: center bottom;
     background-repeat: no-repeat;
}
 
.navboxhead {
     background-color: #D8D8D8;
     color: #000000;
     font-size: 14px;
     margin: 0 auto;
     padding: 2px 0;
     text-align: center;
}
 
.navboxhead a {
     color: #3A3A3A;
}
 
.navboxgroup {
     background-color: #D8D8D8;
     font-weight: bold;
     text-align: center;
     width: 15%;
}
 
.navboxfooter {
     background-color: #D8D8D8;
     color: #000000;
     font-size: 14px;
     margin: 0 auto;
     padding: 2px 0;
     text-align: center;
}
 
/** Infobox template **/
.infobox {
     background-color: #d4d4d4;
     border: 1px solid #CCCCCC;
     color: #1C1C1C;
     float: right;
     font-size: 11px;
     margin: 0px 0px 10px 2em;
     width: 270px;
}
 
.infobox .name {
     background: none repeat scroll 0% 0% #3A3A3A;
     color: #eeeeee;
     font-size: 16px;
     padding: 1em;
     text-align: center;
}
 
.infobox .image {
     height: 200px;
     padding: 0.5em;
     text-align: center;
}
 
.infobox .category {
     background: none repeat scroll 0% 0% #3A3A3A;
     color: #eeeeee;
}
 
.infobox .category a {
     color:#afd8ff;
}
 
.infobox .left {
     background: none repeat scroll 0% 0% #3A3A3A;
     color: #eeeeee;
     text-align: right;
     padding-right: 5px;
}
 
.infobox .left a {
     color:#afd8ff;
}
 
.infobox .right {
     padding: 1px 5px;
     text-align: left;
     width: 60%;
}
 
/** Infobox horizontal**/
.infobox-hori {
     background-color: #d4d4d4;
     border: 1px solid #CCCCCC;
     color: #1C1C1C;
     float: left;
     font-size: 11px;
     margin: 0px 0px 10px 2em;
     width: 660px;
}
 
.infobox-hori .name {
     background: none repeat scroll 0% 0% #3A3A3A;
     color: #eeeeee;
     font-size: 16px;
     padding: 3px;
     text-align: center;
}
 
.infobox-hori .image {
     height: 200px;
     padding: 0.5em;
     text-align: center;
}
 
.infobox-hori .category {
     background: none repeat scroll 0% 0% #3A3A3A;
     color: #eeeeee;
}
 
.infobox-hori .category a {
     color:#afd8ff;
}
 
.infobox-hori .left {
     background: none repeat scroll 0% 0% #3A3A3A;
     color: #eeeeee;
     text-align: right;
     padding-right: 5px;
}
 
.infobox-hori .left a {
     color:#afd8ff;
}
 
.infobox-hori .right {
     padding: 1px 5px;
     text-align: left;
     width: 110px;
}

.mainpage-header {
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
background:#36a0e5;
border-left:1px solid #1770aa;
border-top:1px solid #1770aa;
border-bottom:1px solid #1770aa;
padding-top:14px;
padding-left:22px;
height:54px;
width:calc(100%-35px);
-webkit-border-top-left-radius:2px;
-webkit-border-bottom-left-radius:2px;
-moz-border-radius-topleft:2px;
-moz-border-radius-bottomleft:2px;
border-top-left-radius:2px;
border-bottom-left-radius:2px;
margin-bottom:10px;
margin-top:19px;
}

.mainpage-header-right {
background:url(http://static.wikia.com/warframe/images/e/e6/Mainpage-Header-Right.png) no-repeat;
width:36px;
height:54px;
float:right;
margin-top:-64px;
}

.mainpage-box-top {
padding-right:2px;
width:660px;
margin:-1px auto;
}

.mainpage-box-top .right img {
margin-left:5px;
}

.mainpage-box-top .left {
display:inline;
float:left;
}

.mainpage-box-top .right {
display:inline;
float:right;
margin-top:-1px;
}

.mainpage-box-content {
margin-top:-3px;
}

.mainpage-box-content .buttons {
text-align:center;
}

.mainpage-box-content .buttons-top {
margin-bottom:15px;
}

.mainpage-box-content .buttons-bottom {
margin-top:11px;
}

.mainpage-box-content .content {
text-align:center;
width:670px;
margin:0 auto;
}

.mainpage-box-content .content-item {
display:inline-block;
margin-bottom:4px;
}

.mainpage-box-blogs {
margin-bottom:20px;
}

.mainpage-box-blogs .recent {
float:left;
margin-top:7px;
width:50%;
}

.mainpage-box-blogs .popular {
float:right;
margin-top:7px;
width:calc(50%-20px);
}

.mainpage-box-blogs .administration {
float:right;
margin-bottom:20px;
margin-top:12px;
width:calc(50%-20px);
}

.mainpage-box-blogs .WikiaBlogListing {
border:1px solid #b0d5ed;
margin-top:9px;
}

.mainpage-box-blogs .WikiaBlogListing .WikiaBlogListingPost {
border-bottom:1px solid #b0d5ed;
}

.mainpage-box-blogs .WikiaBlogListingPost:last-child {
border:medium none;
}

.mainpage-box-blogs .author-details h1 {
font-size:17px;
}

.mainpage-box-playfree a {
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
-moz-user-select:none;
-webkit-user-select:none;
-ms-user-select:none;
-o-user-select:none;
-user-select:none;
background:none repeat scroll 0 0 #36A0E5!important;
display:block;
-moz-border-radius:15px;
-webkit-border-radius:15px;
border-radius:15px;
border:medium none;
-moz-box-shadow:0 5px 0 #0A517F;
-webkit-box-shadow:0 5px 0 #0A517F;
box-shadow:0 5px 0 #0A517F;
color:#FFF;
cursor:pointer;
font-weight:700;
text-transform:uppercase;
width:290px;
text-align:center;
text-decoration:none!important;
font-size:35px;
text-shadow:none;
margin:0 auto 35px;
padding:20px 0!important;
}

.mainpage-box-playfree a:active {
-moz-box-shadow:0 1px 2px rgba(0,0,0,0.4) inset;
-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.4) inset;
box-shadow:0 1px 2px rgba(0,0,0,0.4) inset;
position:relative;
top:5px;
}

.mainpage-box-socialmedia {
text-align:center;
margin-bottom:17px;
}

.mainpage-box-socialmedia .social-container {
margin-left:-6px;
}

.mainpage-box-socialmedia .social {
display:inline-block;
margin-left:6px;
}

.mainpage-header-news {
margin-bottom:10px;
}

.mainpage-box-news {
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
border:1px solid #b0d5ed;
width:100%;
margin-bottom:17px;
padding:10px 0 4px 10px;
}

.mainpage-box-news .news {
margin-bottom:1px;
margin-top:-7px;
}

.mainpage-box-news .icon {
float:left;
margin-right:15px;
margin-top:-3px;
}

.mainpage-box-alerts {
margin-bottom:11px;
margin-top:9px;
text-align:center;
}

.mainpage-box-featuredpoll {
margin-bottom:17px;
margin-top:-5px;
}

.mainpage-box-featuredpoll .ajax-poll {
border:1px solid #b0d5ed;
padding-right:30px;
}

.mainpage-box-featuredpoll .ajax-poll form {
margin-bottom:-20px;
}

.mainpage-box-featuredpoll .ajax-poll .pollAnswerVotes div {
background:#1f82c6;
}

.wikia-slideshow-images li:before {
display:inline!important;
}

.mainpage-box-gallery .accent {
background-color:#B0D5ED!important;
}

.mainpage-box-gallery .slideshow-sizing-hack-200px .wikia-slideshow-wrapper {
width:280px!important;
}

.mainpage-box-gallery .slideshow-sizing-hack-200px .wikia-slideshow-wrapper .wikia-slideshow-images {
width:269px!important;
}

.mainpage-box-gallery .slideshow-sizing-hack-200px .wikia-slideshow-wrapper .wikia-slideshow-images .wikia-slideshow-image {
left:0;
width:269px!important;
}

.mainpage-box-gallery .wikia-slideshow-toolbar {
margin-bottom:-5px;
}

.mainpage-box-forumactivity ul {
margin-left:20px!important;
margin-top:-5px!important;
margin-bottom:-12px!important;
}

.mainpage-box-forumactivity .activityfeed li {
margin-bottom:5px;
margin-left:0;
}

.allpagesredirect:after {
color:gray;
content:" (redirect)";
}

.forumheader {
border:1px solid #aaa;
margin-top:1em;
padding:12px;
}

.forumlist td.forum_edited a {
color:#000;
text-decoration:none;
}

.forumlist td.forum_title a.forum_new {
font-weight:700;
background:url(http://warframe.wikia.com/images/4/4e/Forum_new.gif) center left no-repeat;
padding-left:20px;
}

.forumlist td.forum_title a.forum_new:visited {
font-weight:400;
background:none;
padding-left:20px;
}

.mw-plusminus-pos {
color:#006500;
}

.mw-plusminus-neg {
color:#8B0000;
}

div.tright,div.tleft {
border:1px solid silver;
}

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

div.babelbox {
float:right;
margin-left:1em;
margin-bottom:.5em;
width:246px;
border:1px solid #99B3FF;
padding:2px 0;
}

.lang-blockN,.lang-block0,.lang-block1,.lang-block2,.lang-block3 {
width:238px;
border-collapse:collapse;
margin:2px 4px;
}

td.lang-codeN,td.lang-code0,td.lang-code1,td.lang-code2,td.lang-code3 {
text-align:center;
font-size:14pt;
width:45px;
height:45px;
}

td.lang-descriptionN,td.lang-description0,td.lang-description1,td.lang-description2,td.lang-description3 {
font-size:8pt;
line-height:1.25em;
padding:4pt;
}

.lang-block0 {
border:1px solid #FFB3B3;
}

td.lang-code0 {
background-color:#FFB3B3;
color:#000;
}

td.lang-description0 {
background-color:#FFE0E8;
color:#000;
}

.lang-block1,.lang-block2,.lang-block3 {
border:1px solid #99B3FF;
}

td.lang-code1,td.lang-code2,td.lang-code3 {
background-color:#99B3FF;
color:#000;
}

td.lang-description1,td.lang-description2,td.lang-description3 {
background-color:#E0E8FF;
color:#000;
}

.lang-blockN {
border:1px solid #6EF7A7;
}

td.lang-codeN {
background-color:#6EF7A7;
color:#000;
}

td.lang-descriptionN {
background-color:#C5FCDC;
color:#000;
}

.yui-content {
background-color:#EDF5FF;
padding:.25em .5em;
}

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

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

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

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

.tabberlive .tabbertab h2,.tabberlive .tabbertab h3 {
display:block!important;
}

.tooltip-ready {
visibility:hidden;
display:block;
z-index:999;
}

.WikiaArticle dt {
font-size:14px;
}

.WikiaArticle dl {
margin:0;
}

dd > dl {
margin-top:5px!important;
}

p + ul {
margin-top:-5px!important;
}

.hoverbox {
display:inline-block;
padding:0;
}

.toc-horiz #toc,.toc-horiz #toc ul {
width:100%;
}

.toc-horiz #toc li {
display:inline;
margin-right:10px;
}

.toc-clear #toc td {
background:transparent!important;
border:0;
}

.toc-clear #toc {
background:transparent;
border:0;
}

.masthead-info span.tag a {
color:#0FF;
}

.i18ndoc {
background-color:#FFF77D;
border-bottom:1px solid #D3D3D3;
font-family:monospace;
font-size:8pt;
height:140px;
overflow:auto;
padding:3px;
}

.custom-dropdown {
padding:1px 8px;
}

.custom-dropdown > :first-child:after {
background-image:url(data:image/gif;base64,R0lGODlhAQABAIABAAAAAP///yH5BAEAAAEALAAAAAABAAEAQAICTAEAOw%3D%3D);
content:"";
display:inline-block;
height:1px;
margin-left:4px;
margin-top:2px;
position:relative;
vertical-align:middle;
width:1px;
border-color:#FFF transparent transparent;
border-style:solid;
border-width:4px;
}

.custom-dropdown:hover {
border-bottom-left-radius:0;
border-bottom-right-radius:0;
margin-bottom:-1px;
padding-bottom:2px;
}

.custom-dropdown ul {
list-style:none outside none;
min-width:100%;
top:23px;
}

.custom-dropdown li a {
font-size:12px;
height:14px;
line-height:14px;
}

.WarframeIcon {
width:20px;
height:400px;
background:rgba(0,0,0,0) top right fixed no-repeat;
transition:width .3s;
-webkit-transition:width .3s;
overflow:hidden;
}

.WarframeIcon:hover {
width:300px;
z-index:10;
}

.WarframeIcon2 {
width:55px;
height:290px;
background:rgba(0,0,0,0) top right fixed no-repeat;
-moz-transition:width .3s;
-webkit-transition:width .3s;
-o-transition:width .3s;
overflow:hidden;
}

.WarframeIcon2:hover {
width:690px;
z-index:10;
}

.PolButton {
height:25px;
width:110px;
background-color:#000;
-webkit-transition:all .5s ease;
-moz-transition:all .5s ease;
-o-transition:all .5s ease;
}

.PolButton:hover {
background-color:#26ecff;
}

.MainButtonTable {
margin-left:auto;
margin-right:auto;
text-align:center;
max-width:800px;
}

.MainButtonTable td {
padding:1px 5px;
}

.PolButton_Wrapper {
position:relative;
width:110px;
height:25px;
box-shadow:1px 1px 1px;
margin:5px auto;
}

.PolButton_Positioning {
position:relative;
top:-20px;
left:5px;
line-height:0;
text-align:left;
}

.WikiaBlogListing h1 {
font-size:12px;
}

.slideshow-sizing-hack-200px .wikia-slideshow-wrapper {
width:290px!important;
}

.slideshow-sizing-hack-200px .wikia-slideshow-wrapper .wikia-slideshow-images {
width:279px!important;
}

.slideshow-sizing-hack-200px .wikia-slideshow-wrapper .wikia-slideshow-images .wikia-slideshow-image {
left:0;
width:279px!important;
}

.tabbertab-borderless ul.tabbernav li.tabberactive a {
border-bottom:2px solid #fff!important;
background-color:rgba(223,223,223,0.3)!important;
padding:8px 8px 6px!important;
}

.tabbertab-borderless .tabberlive .tabbertab {
border:none!important;
}

.tabbertab-bordered ul.tabbernav li a:hover {
background-color:transparent;
}

.ambox {
font-size:95%;
width:80%;
border-left:10px solid #1e90ff;
border-collapse:collapse;
background-color:rgba(248,248,253,0.5);
margin:0 auto;
padding:25px;
}

.ambox-blue {
border-left:10px solid #1e90ff;
}

.ambox-red {
border-left:10px solid red;
}

.ambox-orange {
border-left:10px solid #f28500;
}

.ambox-yellow {
border-left:10px solid #f4c430;
}

.ambox-purple {
border-left:10px solid #9932cc;
}

.ambox-gray {
border-left:10px solid #4d4d4d;
}

.ambox-green {
border-left:10px solid #228b22;
}

.ambox-none {
border-left:0;
}

.ambox-smalltext {
font-size:smaller;
margin-top:.5em;
margin-left:.8em;
}

.ambox-image {
width:60px;
text-align:center;
padding:2px 0 2px .5em;
}

.Infobox_Collapsible {
height:0;
overflow:hidden;
-moz-transition:height .3s;
-webkit-transition:height .3s;
-o-transition:height .3s;
}

.text_rotate-90 {
-webkit-transform:rotate(90deg);
-moz-transform:rotate(90deg);
-o-transform:rotate(90deg);
}

.text_rotate-270 {
-webkit-transform:rotate(270deg);
-moz-transform:rotate(270deg);
-o-transform:rotate(270deg);
}

.emodtable,.emodlist {
background:#9FB0C2;
text-align:center;
border-collapse:collapse;
}

.emodtable th {
background:#69C;
border:thin solid #000;
width:65px;
}

.emodtable td {
border:thin solid #000;
}

.emarkettable {
width:100%;
background:#000;
text-align:center;
}

.emarkettable th {
background:#696969;
color:#FFF;
}

.emarkettable td {
background:#9AACBF;
width:20%;
padding:5px;
}

.einfobox_collapsible>td:nth-child(2) {
box-shadow:0 0 10px 2px #AAA inset;
}

.einfobox {
float:right;
width:270px;
background:#E6E6E6;
border:3px solid #424242;
border-radius:4px;
box-shadow:3px 3px 2px;
color:#1C1C1C;
font-size:11px;
margin:0 0 10px 2em;
}

.einfobox th {
background-color:#7C7C7C;
color:#FFF;
text-align:center;
}

.einfobox tr>td:nth-child(1) {
width:50%;
background-color:#D8D8D8;
text-align:right;
padding:1px 5px;
}

.einfobox tr>td:nth-child(2) {
width:50%;
text-align:left;
padding:1px 5px;
}

.customPoll div.ajax-poll {
margin-top:2px;
padding:2px;
}

.customPoll div.ajax-poll .header {
line-height:12px;
padding:2px;
}

.customPoll .ajax-poll > .center {
display:none;
font-size:50%;
line-height:normal;
}

.customPoll div.ajax-poll form > div > div:last-child {
display:none;
font-size:30%;
line-height:0;
}

.customPoll div.ajax-poll form > span {
font-size:10%;
line-height:normal;
}

.customPoll .pollAnswer {
clear:both;
margin:3px;
}

.customPoll .pollAnswerName {
float:left;
width:28%!important;
line-height:14px;
background:#a0a0a0;
border-radius:3px 7px 7px 3px;
padding:1px 2px 0 1px;
}

.customPoll .pollAnswerVotes {
float:right;
width:68%!important;
line-height:normal;
margin-left:1px;
}

.pollAnswerVotes div {
background:#707070;
}

.customPoll .ajax-poll input {
float:right;
}

.mainpage-box-hub .hub {
width:660px;
margin-left:auto;
margin-right:auto;
}

.mainpage-box-hub .hubtile1 {
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
height:140px;
width:23%;
float:left;
margin:5px;
}

.mainpage-box-hub .hubtile2 {
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
height:115px;
width:18%;
float:left;
margin:5px;
}

.mainpage-box-hub .hubtile-link {
position:relative;
top:-19px;
right:1px;
text-align:right;
}

.tag img {
height:25px;
width:auto;
vertical-align:middle;
}

.navboxhead,.navboxfooter {
background-color:#D8D8D8;
color:#000;
font-size:14px;
text-align:center;
margin:0 auto;
padding:2px 0;
}

.infobox .image,.infobox-hori .image {
height:200px;
text-align:center;
padding:.5em;
}

.infobox .category,.infobox-hori .category {
background:none repeat scroll 0 0 #3A3A3A;
color:#eee;
}

.infobox .category a,.infobox .left a,.infobox-hori .category a,.infobox-hori .left a {
color:#afd8ff;
}

.infobox .left,.infobox-hori .left {
background:none repeat scroll 0 0 #3A3A3A;
color:#eee;
text-align:right;
padding-right:5px;
}

.mainpage-box-content .button-item,.hoverbox .hoveritem.selected,.hoverbox:hover .hoveritem {
display:inline-block;
}

.mainpage-box-blogs .wikia-button,.mainpage-box-blogs .more,.mainpage-box-forumactivity .activityfeed table,.toclimit-2 .toclevel-1 ul,.toclimit-3 .toclevel-2 ul,.toclimit-4 .toclevel-3 ul,.toclimit-5 .toclevel-4 ul,.toclimit-6 .toclevel-5 ul,.toclimit-7 .toclevel-6 ul,.htt .tooltip-content .tooltip-hide,.hidden,.hoverbox:hover .hoveritem.selected,.hoverbox:hover .hoveritem2.selected,.einfobox_collapsible {
display:none;
}

.mainpage-box-gallery,.mainpage-box-forumactivity,.mainpage-box-recentactivity {
margin-bottom:17px;
margin-top:9px;
border:1px solid #b0d5ed;
padding:10px;
}

.allpagesredirect,.watchlistredir {
font-style:italic;
}

h2,.toc {
margin-top:10px;
}

.forumlist td.forum_title a,.forumlist th.forum_title {
padding-left:20px;
}

#article div.thumb,a.tag {
color:inherit;
}

.hoverbox .hoveritem,.hoverbox .hoveritem2 {
display:none;
margin:0;
padding:0;
}

.hoverbox .hoveritem2.selected,.hoverbox:hover .hoveritem2,.custom-dropdown:hover ul {
display:block;
}
/*
ul.tabbernav,.tabbertab-borderless ul.tabbernav,.tabbertab-bordered ul.tabbernav {
font-weight:400!important;
background-color:rgba(0,0,0,0.5)!important;
margin-top:-15px!important;
border:none!important;
text-transform:uppercase!important;
text-align:center!important;
color:#FFF!important;
padding:8px!important;
}

ul.tabbernav li a,.tabbertab-borderless ul.tabbernav li a,.tabbertab-bordered ul.tabbernav li a {
border:none!important;
background:none!important;
text-decoration:none;
}

ul.tabbernav li a:link,.tabbertab-borderless ul.tabbernav li a:link,.tabbertab-bordered ul.tabbernav li a:link {
color:#f1f2f8!important;
}

ul.tabbernav li a:hover,.tabbertab-borderless ul.tabbernav li a:hover {
background-color:transparent!important;
}

ul.tabbernav li.tabberactive a,.tabbertab-bordered ul.tabbernav li.tabberactive a {
border-bottom:2px solid #fff!important;
background-color:rgba(223,223,223,0.3)!important;
padding:8px 8px 7px!important;
}

.tabberlive,.tabbertab-borderless .tabberlive,.tabbertab-bordered .tabberlive {
width:100%!important;
}

.tabberlive .tabbertab,.tabbertab-bordered .tabberlive .tabbertab {
border:#878894 solid 1px!important;
}
*/
.comments li[data-user="Tnargraef"] blockquote,.comments li[data-user="Juper0"] blockquote,.comments li[data-user="Imargam"] blockquote,.comments li[data-user="Raigir"] blockquote,.comments li[data-user="Flaicher"] blockquote,.comments li[data-user="Noctuaa"] blockquote,.comments li[data-user="ChickenBar"] blockquote,.comments li[data-user="Emailformygames"] blockquote,.comments li[data-user="Twilight053"] blockquote,.comments li[data-user="Brizingr5"] blockquote,.comments li[data-user="Darthmufin"] blockquote,.comments li[data-user="Voqualin"] blockquote,.comments li[data-user="Rebulast"] blockquote {
background:#a6e9f4!important;
}

.comments li[data-user="Tnargraef"] blockquote:after,.comments li[data-user="Juper0"] blockquote:after,.comments li[data-user="Imargam"] blockquote:after,.comments li[data-user="Raigir"] blockquote:after,.comments li[data-user="Flaicher"] blockquote:after,.comments li[data-user="Noctuaa"] blockquote:after,.comments li[data-user="ChickenBar"] blockquote:after,.comments li[data-user="Emailformygames"] blockquote:after,.comments li[data-user="Twilight053"] blockquote:after,.comments li[data-user="Brizingr5"] blockquote:after,.comments li[data-user="Darthmufin"] blockquote:after,.comments li[data-user="Voqualin"] blockquote:after,.comments li[data-user="Rebulast"] blockquote:after {
border-color:transparent #a6e9f4 #a6e9f4 transparent !important;
}

.comments li[data-user="Tnargraef"] blockquote div,.comments li[data-user="Juper0"] blockquote div,.comments li[data-user="Imargam"] blockquote div,.comments li[data-user="Raigir"] blockquote div,.comments li[data-user="Flaicher"] blockquote div,.comments li[data-user="Noctuaa"] blockquote div,.comments li[data-user="ChickenBar"] blockquote div,.comments li[data-user="Emailformygames"] blockquote div,.comments li[data-user="Twilight053"] blockquote div,.comments li[data-user="Brizingr5"] blockquote div,.comments li[data-user="Darthmufin"] blockquote div,.comments li[data-user="Voqualin"] blockquote div,.comments li[data-user="Rebulast"] blockquote div {
background:transparent!important;
}

@media max-width1023px{
.mainpage-box-featuredpoll .ajax-poll form {
margin-bottom:0;
}
}

@media print{
.ambox {
display:none;
}
}

table.tennotable {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px 5px;
  text-align: center;
}

table.tennotable th {
  background-color:#2d2d2d;
  color:#f8f8f8
}

table.tennotable td {
  background-color:#F7F5FA;
  background-color:rgba(247,245,250,0.7)
}


/* Void drop table*/
table.voidtable {
    width:100%;
    text-align:left;
    border:1px solid #545658;
    border-collapse: collapse;
    background:rgba(246,246,231,0.2);
}
 
table.voidtable th {
    background-color: #303236;
    color:white;
    width:50%;
    padding:0px 4px;
    border:1px solid #C4C8CE;
}
 
table.voidtable td {
    width:50%;
    border:1px solid #C4C8CE;
    vertical-align: top;
}

/* Custom Mod table*/
.emodtable, .emodlist, .bigmodtable {
    text-align: center;
    border-collapse: collapse;
}
.bigmodtable {
    width:100%;
}
.emodtable th, .bigmodtable th {
    background-color: #2d2d2d;
    border:1px solid #a9b6ce;
    color: #f8f8f8;
    width:65px;
}
.emodtable th a, .bigmodtable th a{
    color: lightblue;
}
.emodtable td, .bigmodtable td {
    background-color: #F0ECF7;
    background-color: rgba(240,236,247,0.6);
    border:1px solid #a9b6ce;
}

/* Custom list table*/
table.listtable {
    width:100%;
    border-collapse: collapse;
    text-align:center;
}
 
table.listtable th {
    background-color: #B7B4BA;
}
 
table.listtable tr:nth-child(odd) td{
    background-color: #F0ECF7;
    background-color: rgba(240,236,247,0.6);
}
table.listtable tr:nth-child(even) td{
    background-color: #D6CFE1;
    background-color: rgba(214,207,225,0.6);
}

/* Hometile style */
.HomeTile
{
    position:relative;
    height: 106px;
    width: 106px;
    background: -webkit-radial-gradient(#727272, #151515); 
    background: -o-radial-gradient(#727272, #151515); 
    background: -moz-radial-gradient(#727272, #151515); 
    background: radial-gradient(#727272, #151515); 
    z-index:0;
}
 
.HomeTilelink
{
    position:absolute;
    top:84px;
    width:99%;
    background-color:rgba(0,0,0,0.6);
    text-align:center;
    text-transform:uppercase;
    color:white;
    text-shadow: 0 0 2px;
    font-size:12px;
    z-index:4;
    left:1px;
}
 
.HomeTilelink a
{
    color:white;
    text-decoration: none;
}
 
.HomeTileimage,
.HomeTileimage-overlap
{
    position:absolute;
    top:0px;
    transition:0.3s;
    -webkit-transition: 0.3s; 
    -moz-transition: 0.3s; 
    -o-transition: 0.3s; 
    opacity:1;
    z-index:1;
}

/* Custom Foundry table*/
table.foundrytable {
    text-align:center;
    max-width:calc(100% - 305px);
    border-collapse: collapse;
}
 
table.foundrytable th,
table.foundrytable td {
    border:1px solid #a9b6ce;
}
 
table.foundrytable th {
    background-color: #2d2d2d;
    color: #f8f8f8;
}
 
table.foundrytable td {
    background-color: #F0ECF7;
    background-color: rgba(240,236,247,0.6);
}
 
table.foundrytable th a{
    color:lightblue;
}

/* Background for Template:Codex*/
.codexflower {
    background-color:#2A2A2A;
    background-image:url("http://img1.wikia.nocookie.net/__cb20140827083239/warframe/images/d/df/Codexflower4.png");
    background-position: left;
    background-repeat: no-repeat;
}

/* Zoom-out Transition */
.zoomout {
    z-index:0;
    transition:All 1s ease;
    -webkit-transition:All 1s ease;
    -moz-transition:All 1s ease;
    -o-transition:All 1s ease;
    transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
    -webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
    -o-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
    -ms-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
}

.zoomout:hover{
    z-index:500;
    transform: rotate(0deg) scale(1.2) skew(0deg) translate(0px);
    -webkit-transform: rotate(0deg) scale(1.2) skew(0deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1.2) skew(0deg) translate(0px);
    -o-transform: rotate(0deg) scale(1.2) skew(0deg) translate(0px);
    -ms-transform: rotate(0deg) scale(1.2) skew(0deg) translate(0px);
}

/* Border Radius Style*/
.diagborderradius {
    -moz-border-radius-topleft: 25px;
    -moz-border-radius-topright:5px;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:25px;
    -webkit-border-top-left-radius:25px;
    -webkit-border-top-right-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:25px;
    border-top-left-radius:25px;
    border-top-right-radius:5px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:25px;

}

.tlborderradius {
    -moz-border-radius-topleft: 25px;
    -moz-border-radius-topright:5px;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-top-left-radius:25px;
    -webkit-border-top-right-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    border-top-left-radius:25px;
    border-top-right-radius:5px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
}

.brborderradius {
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright:5px;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:25px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:25px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:25px;
}

/* Wiki page box-shadow and round conner */
.WikiaPage {
    box-shadow: 0px 2px 5px 3px #808080;
    border-radius: 5px;
}

.WikiaPageBackground {
    border-radius: 5px;
}

/*Time to apply widths for accordian to work
Width of image = 510px
total images = 5
so width of hovered image = 510px
width of un-hovered image = 40px - you can set this to anything
so total container width = 510 + 40*4 = 670px;
default width = 670/5 = 134px;
*/

.accordian {
	width: 674px; height: 350px;
	overflow: hidden;
	
	/*Time for some styling*/
	margin: 10px auto;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
}

/*A small hack to prevent flickering on some browsers*/
.accordian ul {
	width: 2000px;
	margin: 0px;
	/*This will give ample space to the last item to move
	instead of falling down/flickering during hovers.*/
}

.accordian li {
	position: relative;
	display: block;
	width: 134px;
	float: left;
    margin: 0px;
    
	border-left: 1px solid #888;
	
	box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
	
	/*Transitions to give animation effect*/
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	/*If you hover on the images now you should be able to 
	see the basic accordian*/
}

/*Reduce with of un-hovered elements*/
.accordian ul:hover li {width: 40px;}
/*Lets apply hover effects now*/
/*The LI hover style should override the UL hover style*/
.accordian ul li:hover {width: 510px;}


.accordian li img {
	display: block;
}

.accordian li p {
	margin: 0px;
}

.recent{
	float:left;
	margin-top:7px;
	width:50%
}

.mainpage-box-blogs .popular{
	float:right;
	margin-top:7px;
	width:48%;
	width:-moz-calc(50% - 10px);
	width:-webkit-calc(50% - 10px);
	width:-o-calc(50% - 10px);
	width:calc(50% - 10px)
}

.mainpage-box-blogs .administration{
	float:right;
	margin-bottom:10px;
	margin-top:12px;
	width:48%;
	width:-moz-calc(50% - 10px);
	width:-webkit-calc(50% - 10px);
	width:-o-calc(50% - 10px);
	width:calc(50% - 10px)
}

.mainpage-header-sub {
  font-size: 20px;
  font-weight: bold;
  color: red;
}

.WikiaBlogListing {
  border: 1px solid #C0C0C0;
  background-color: rgba(250,250,250,0.3);
}

.HomeNav{
  display:inline-block;
  position:relative;
  width:112px;
  -ms-transform: skew(30deg,0deg);
  -webkit-transform: skew(30deg,0deg);
  transform: skew(30deg,0deg);
  text-align:center;
  background:#707070;
  padding:5px;
  text-transform:uppercase;
  font-size:14px;margin:2px
}

.HomeNav span{
  display:inline-block;
  -ms-transform: skew(-30deg,0deg);
  -webkit-transform: skew(-30deg,0deg);
  transform: skew(-30deg,0deg);
}

.HomeNav span a{
  font-size:14px;
  font-weight:bold;
  color:white;
  text-decoration:none
}

.HomeNav .trapzoidleft{
  position:absolute;
  top:0;
  left:-10px;
  height:100%;
  width:30px;
  background:#D50F04;
  -ms-transform: skew(-30deg,0deg);
  -webkit-transform: skew(-30deg,0deg);
  transform: skew(-30deg,0deg);
}

.HomeNav .trapzoidright{
  position:absolute;
  top:0;
  right:-10px;
  height:100%;
  width:30px;
  background:#D50F04;
  -ms-transform: skew(-30deg,0deg);
  -webkit-transform: skew(-30deg,0deg);
  transform: skew(-30deg,0deg);
}

.HomeNav:hover span a{
  color:red;
}

div.SliderTitle a:hover {
    text-decoration: none;
    text-shadow: 0px 0px 4px white;
}

/* RSS decoration */
div.wikiaRss {
    width:298px;
    overflow:hidden;
    background-color:#292F33;
    font-size: 14px;
    box-shadow:inset 0px 0px 20px #A9A9A9;
}

div.wikiaRss a{
    text-decoration:none;
    color:#A9A9A9;
}

div.wikiaRss b{
    text-decoration:none;
    color:#A9A9A9;
}

div.wikiaRss dd{
    padding: 0px 0px 0px 3px;
    text-decoration:none;
    color:#A9A9A9;
}

div.wikiaRss dl{
    white-space:normal;
}

div.wikiaRss dt{
    border-top: 1px solid gray;
    padding: 3px 3px;
    color:#A9A9A9;
}

div.wikiaRss ul {
  list-style-type: circle;
  color: white;
}

div.wikiaRss a {
  pointer-events: none;
  cursor: default;
}

/* enable headers in tabber */
.tabberlive .tabbertab h2, .tabberlive .tabbertab h3 { 
    display:block !important; 
}

/* tabber style */
ul.tabbernav,
.tabbertab-borderless ul.tabbernav,
.tabbertab-bordered ul.tabbernav
{
    background-color: #2c3e45 !important;
    margin-top: -15px !important;
    padding: 8px !important;
    border: none !important;
    text-align: center !important;
    color: #FFF !important;
    font-family:'Open Sans' !important;
    font-weight:normal !important;
    text-transform:uppercase !important;
}
 
ul.tabbernav li a,
.tabbertab-borderless ul.tabbernav li a,
.tabbertab-bordered ul.tabbernav li a
{
    border: none !important;
    background: none !important;
    text-decoration: none;
}
 
ul.tabbernav li a:link,
.tabbertab-borderless ul.tabbernav li a:link,
.tabbertab-bordered ul.tabbernav li a:link
{
    color: white !important; 
}
 
ul.tabbernav li a:hover,
.tabbertab-borderless ul.tabbernav li a:hover,
.tabbertab-bordered ul.tabbernav li a:hover
{
    background-color:transparent !important;
}
 
ul.tabbernav li.tabberactive a,
.tabbertab-borderless ul.tabbernav li.tabberactive a,
.tabbertab-bordered ul.tabbernav li.tabberactive a
{
    border-bottom:2px solid #fff!important;
    background-color: #517783 !important;
    padding:7px 8px 6px 8px !important;
}
 
.tabberlive,
.tabbertab-borderless .tabberlive,
.tabbertab-bordered .tabberlive 
{
    width: 100% !important;
}
 
.tabbertab-borderless .tabberlive .tabbertab 
{
    border: medium none !important;
    padding: 0px !important;
}
 
.tabberlive .tabbertab,
.tabbertab-bordered .tabberlive .tabbertab 
{
    border-width:1px !important; 
    border-color:#878894 !important; 
    border-style:solid !important;
}

/* Brizingr5: WEAPONINFOBOX */
.Infobox_Collapsible {
    height: 0px;
    overflow: hidden;
    -moz-transition:height 0.3s;
    -webkit-transition:height 0.3s; /* Safari */
    -o-transition:height 0.3s;
}
/* END Brizingr5: WEAPONINFOBOX */

.Infobox_Parent:hover .Infobox_Collapsible {
    height: 24px;
    margin-bottom: 2px;
}

/* Remove poll border and modify the width of the vote bar */
.ajax-poll {
    border:none !important;
}

.pollAnswerVotes {
    width: calc(100% - 10px) !important; 
}

/*** TabView extension ***/
 
.tabs li a {
  border-top-right-radius: 15px;
  border-top-left-radius: 0;
  background-color: rgb(203, 203, 203);
  border-top: 1px #444 solid;
  border-right: 1px #444 solid;
  border-bottom: none;
  border-left: none;
  color:black;
}
 
.tabs li a:hover {
  text-decoration: none;  
}
 
.tabs .selected a {
  box-shadow: 0 3px 10px black;
  border-top: 1px #444 solid;
  border-right: 1px #444 solid;
  z-index: 100;
  top: 2px;
}
 
.tabs {
  padding: 5px 5px 0px !important;
  background-image: url("http://vignette3.wikia.nocookie.net/warframe/images/3/3d/TabViewWaterStamp.png/revision/latest?cb=20150128153747&path-prefix=zh"), -webkit-linear-gradient(left,rgba(255,255,0,0),rgba(255,0,0,1)); /*Safari 5.1-6*/
  background-image: url("http://vignette3.wikia.nocookie.net/warframe/images/3/3d/TabViewWaterStamp.png/revision/latest?cb=20150128153747&path-prefix=zh"), -o-linear-gradient(left,rgba(255,0,0,0),rgba(255,0,0,1)); /*Opera 11.1-12*/
  background-image: url("http://vignette3.wikia.nocookie.net/warframe/images/3/3d/TabViewWaterStamp.png/revision/latest?cb=20150128153747&path-prefix=zh"), -moz-linear-gradient(left,rgba(255,0,0,0),rgba(255,0,0,1)); /*Fx 3.6-15*/
  background-image: url("http://vignette3.wikia.nocookie.net/warframe/images/3/3d/TabViewWaterStamp.png/revision/latest?cb=20150128153747&path-prefix=zh"), linear-gradient(to left, rgba(100,100,100,0), rgba(100,100,100,1)); /*Standard*/
  background-repeat: no-repeat;
  background-position: right;
  border:1px gray solid;
  overflow:visible;
}

ul.tabs {
  margin: 0;
}
 
.tabBody {
  border:1px gray solid;
  border-top: medium none;
  padding: 5px;
  background-color: #EBEBEB;
  z-index: 200;
}
 
/* END Background color and border of tab content */

/* remove box-shadow on tabs which appear on user profile page */
div.tabs-container .tabs .selected a {
  box-shadow: none;
  top: 2px;
}

/* remove box-shadow on tabs which appear on wiki statistic page */
#ws_action_tabs .selected a {
  box-shadow: none;
  top: 2px;
}

/* void trader banner styling */
.voidTraderBanner .voidTraderBannerPic {
  position: relative;
}

.voidTraderBanner .voidTraderBannerText {
  position: relative;
  background-color: #444;
  padding: 5px 0;
  box-shadow: 0 -5px 10px #222;
}

.voidTraderBanner .voidTraderBannerText .countdown,
.voidTraderBanner .voidTraderBannerText .post-countdown {
  /*text-shadow: 2px 2px 2px black;*/
  margin-left: 15px; 
}

.voidTraderBanner .voidTraderBannerText .countdowndate {
  margin-left: 65px; 
}

.voidTraderBanner p {
  margin: 0;
}

.voidTraderBanner {
  width: 298px;
  border: 1px gray solid;
  overflow: hidden;
  box-shadow: 0px 2px 5px 0px #CCC;
}

.voidTraderLocation {
  margin-left: 15px;
  color: white;
}

/* hide archievement in activityfeed */
.achievement-in-activity-feed {
  display:none;
}

/* Category view */
#main-cat {
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
  padding: 0;
  /* Firefox 3.6+ */ 
  background: -moz-linear-gradient(left, rgba(150,150,150,0), rgba(150,150,150,0.5) 30%, rgba(150,150,150,0.5) 70%, rgba(150,150,150,0)); 
  /* Safari 4-5, Chrome 1-9 */ 
  background: -webkit-gradient(linear, left top, right top, from(rgba(150,150,150,0)), color-stop(0.5, rgba(150,150,150,0.5)), color-stop(0.5, rgba(150,150,150,0.5)), to(rgba(150,150,150,0))); 
  /* Safari 5.1+, Chrome 10+ */ 
  background: -webkit-linear-gradient(left, rgba(150,150,150,0), rgba(150,150,150,0.5) 30%, rgba(150,150,150,0.5) 70%, rgba(150,150,150,0)); 
  /* Opera 11.10+ */ 
  background: -o-linear-gradient(left, rgba(150,150,150,0), rgba(150,150,150,0.5) 30%, rgba(150,150,150,0.5) 70%, rgba(150,150,150,0));
  /* Standard */
  background: linear-gradient(to left, rgba(150,150,150,0), rgba(150,150,150,0.5) 30%, rgba(150,150,150,0.5) 70%, rgba(150,150,150,0));
}

div.mainCatItem, div.mainCatSide {
  display: inline-block;
}

div.mainCatSide {
  width: 25%;
}

div.mainCatItem {
  height: calc(100% - 12px);
  padding-top: 10px;
  text-align: center;
  width: calc(50% / 3);
  cursor: pointer;
}

div.selectedMainCatItem {
  background-color: rgba(230, 230, 230, 0.6);
  border-bottom: 2px white solid;
}

span.mainCatText {
  font-size: 25px;
  font-weight: bold;
  color:white;
}

#cat-content {
  width:100%;
  display:table;
}

div.subcatCollection {
  width:100%
}

div.subCat {
  overflow: hidden;
  display:table;
  position:relative;
  cursor: pointer;
  background-color:white;
  width:230px;
  height:50px;
  margin:5px 10px 0 10px;
  border-right: 1px solid gray;
  border-bottom: 1px solid gray;
}

div.selectedSubCat {
  height:100px;
}

div.subCatSet {
  display:none;
}

div.selectedSubCatSet {
  display:table-cell;
  width:250px;
  height:100%;
}

div.subCatContent {
  display:none;
}

div.selectedSubCatContent {
  display:table-cell;
  width:100%;
  height:100%;
  padding-left:10px;
}

div.subCatText {
  display:table-cell;
  width:100%;
  height:100%;
  vertical-align:middle;
  padding-left:10px;
  font-weight:bold;
}

div.subCatPic {
  display:table-cell;
  position:absolute;
  right:10px;
  top:10px;
  height:100%;
  text-align:center;
  vertical-align:middle;
}

/* make the text bold and remove the edit link for header lower than level 2 */
h3, h4, h5, h6 {
  font-weight:bold;
}

h3 .editsection, h4 .editsection {
  display:none;
}

/* Tooltip style */
div.tooltip {
  padding: 0;
  border-bottom: 1px green dashed;
}

div.tooltip:hover{
  border-bottom: none;
}

div.tooltip span.tip {
  z-index:10;
  display:none;
  padding:14px 20px; 
  margin-top:35px; 
  margin-left:-180px; 
  width:300px; 
  line-height:16px; 
} 

div.tooltip:hover span.tip{ 
  display:inline; 
  position:absolute; 
  border:2px solid #FFF; 
  color:#EEE; 
  background-color:black; 
} 

div.tooltip div.callout {
  z-index:20;
  position:absolute;
  border:0;
  top:-16px;
  left:150px;
}

/*SyndicatesNavVisual hover*/
.syndicate_container
{
  width:100%; 
  height:100px;
  text-align:center;
}
 
.syndicate_container .flag
{
    position:relative;
    height:95px; 
    width:60px;
    display:inline-block;
    margin:0 2px;
}
 
.syndicate_container .flag .text
{
    position:absolute;
    top:30px;
    text-align:center;
    width:100%;
    color:white;
    text-shadow: 0px 0px 2px black;
    opacity:0;
    transition:0.2s;
    font-size:12px;
    line-height:13px;
}
 
.syndicate_container .flag .text a
{
    color:white;
}
 
.syndicate_container .flag:hover .text
{
    opacity:1;
}

/*infoboxes with tabber functionality - see Equinox*/
.infoboxBorderless .infobox .image
{
    padding: 0em;
}
 
.infoboxBorderless ul.tabbernav,
.infoboxBordered ul.tabbernav
{
    background-color: transparent !important;
    margin-top: -13px !important;
    padding: 0 !important;
    border: none !important;
    text-align: center !important;
    color: #000 !important;
    font-size:12px !important;
    font-family:'Open Sans' !important;
    font-weight:100 !important;
    text-transform:uppercase !important;
}
 
.infoboxBorderless ul.tabbernav li,
.infoboxBordered ul.tabbernav li {
    line-height:22px !important;
}
 
.infoboxBorderless ul.tabbernav li a,
.infoboxBordered ul.tabbernav li a
{
    border:none !important;
    background: none !important;
    text-decoration: none !important;
}
 
.infoboxBorderless ul.tabbernav li a:link,
.infoboxBordered ul.tabbernav li a:link
{
    color:#000 !important; 
}
 
.infoboxBorderless ul.tabbernav li a:hover,
.infoboxBordered ul.tabbernav li a:hover
{
    background-color:transparent !important;
}
 
.infoboxBorderless ul.tabbernav li.tabberactive a,
.infoboxBordered ul.tabbernav li.tabberactive a
{
    border-bottom: none !important;
    background-color: transparent !important;
    padding:6px !important;
    box-shadow:none !important;
    color:#3366FF !important;
}
 
.infoboxBorderless .tabberlive,
.infoboxBordered .tabberlive 
{
    width: 100% !important;
}
 
.infoboxBorderless .tabberlive .tabbertab 
{
    border: none !important;
    padding: 0px !important;
}
 
.infoboxBordered .tabberlive .tabbertab 
{
    border: #000000 solid 1px !important;
}
.infoboxBorderless .tabbertab p, .infoboxBordered .tabbertab p 
{
    margin:0 !important;
}

/***** Portable Infobox - styles of old class names ******/
/***** (to be removed ones new class names are released) *****/
 
.portable-infobox {
    background-color: #d4d4d4;
    border: 1px solid #CCCCCC;
    color: #1C1C1C;
    font-size: 11px;
    width: 268px;
    padding: 0px 0px 5px 0px;
}
 
.portable-infobox .item-type-key-val {
    box-sizing: border-box;
    display:table;
    width: 100%;
}
 
 
 
.portable-infobox .portable-infobox-item-label,
.portable-infobox .portable-infobox-item-value {
    display: table-cell !important; /* needed for proper handling of tabber */
    padding-left: 7px;
    font-size: 11px;
}
 
.portable-infobox .portable-infobox-item-value {
    padding-top: 2px;
}
 
.tabberlive .tabbertab .portable-infobox h3.portable-infobox-item-label {
    display: table-cell !important; /* needed for proper handling of tabber */
}
 
.portable-infobox .portable-infobox-item-label {
    padding-left: 10px;
    width: 89px;
    background: none repeat scroll 0% 0% #3A3A3A;
    color: #eeeeee;
    text-align: right;
    padding-right: 5px;
    vertical-align: middle;
}
 
.portable-infobox .portable-infobox-item-label a {
    color: #afd8ff;
}
 
.portable-infobox .item-type-key-val:not(:last-of-type) {
    border-bottom: 0px;
}
 
/** Styling section headers **/
 
.portable-infobox .item-type-header .portable-infobox-secondary-font {
    font-size: 11px;
    padding: 2px;
    color: #eeeeee;
}
 
.portable-infobox .portable-infobox-item-margins {
    padding: 2px 4px 0px 4px;
    min-height: 26px;
}
 
.portable-infobox .item-type-header {
    background-color: #3A3A3A;
    margin: 2px 4px 0px 4px;
    height: 24px;
    text-align: center;
    min-height: 0px;
}
 
.portable-infobox .item-type-title {
    background-color: #3A3A3A;
    color: #eeeeee;
    font-size: 16px;
    padding: 1em;
    text-align: center;
    margin: 4px;
}
 
/***** Portable Infobox - styles for new class names *****/
/***** (changes to be announced soon) *****/
 
.portable-infobox {
    background-color: #d4d4d4;
    border: 1px solid #CCCCCC;
    color: #1C1C1C;
    font-size: 11px;
    width: 268px;
    padding: 0px 0px 5px 0px;
}
 
.portable-infobox .pi-data {
    box-sizing: border-box;
    display:table;
    width: 100%;
}
 
.portable-infobox .pi-data-label,
.portable-infobox .pi-data-value {
    display: table-cell !important; /* needed for proper handling of tabber */
    padding-left: 7px;
    font-size: 11px;
}
 
.portable-infobox .pi-data-value {
    padding-top: 2px;
}
 
.tabberlive .tabbertab .portable-infobox h3.pi-data-label {
    display: table-cell !important; /* needed for proper handling of tabber */
}
 
.portable-infobox .pi-data-label {
    padding-left: 10px;
    width: 89px;
    background: none repeat scroll 0% 0% #3A3A3A;
    color: #eeeeee;
    text-align: right;
    padding-right: 5px;
    vertical-align: middle;
}
 
.portable-infobox .pi-data-label a {
    color: #afd8ff;
}
 
.portable-infobox .pi-item:not(:last-of-type) {
    border-bottom: 0px;
}

/** Styling section headers **/
 
.portable-infobox .pi-header.pi-secondary-font {
    font-size: 11px;
    padding: 2px;
    color: #eeeeee;
}
 
.portable-infobox .pi-item-spacing {
    padding: 2px 4px 0px 4px;
    min-height: 26px;
}
 
.portable-infobox .pi-header {
    background-color: #3A3A3A;
    margin: 2px 4px 0px 4px;
    height: 24px;
    text-align: center;
    min-height: 0px;
}
 
.portable-infobox .pi-title {
    background-color: #3A3A3A;
    color: #eeeeee;
    font-size: 16px;
    padding: 1em;
    text-align: center;
    margin: 4px;
}

/* Admin Comment Highlighting - Background */
.comments li[data-user="Rhinhelm"] blockquote,
.comments li[data-user="Honestleaf"] blockquote,
.comments li[data-user="Overdoes"] blockquote,
.comments li[data-user="Smile_slime_47"] blockquote {
	background:#d2f0f4 !important;
}
 
/* Admin Comment Highlighting - Pointer */
.comments li[data-user="Rhinhelm"] blockquote:after,
.comments li[data-user="Honestleaf"] blockquote:after,
.comments li[data-user="Overdoes"] blockquote:after,
.comments li[data-user="Smile_slime_47"] blockquote:after {
	border-color:transparent #d2f0f4 #d2f0f4 transparent !important;
}
 
/* Admin Comment Highlighting - ?? */
.comments li[data-user="Rhinhelm"] blockquote div,
.comments li[data-user="Honestleaf"] blockquote div,
.comments li[data-user="Overdoes"] blockquote div,
.comments li[data-user="Smile_slime_47"] blockquote div {
	background:transparent !important;
}
 
/* Admin Comment Highlighting - Tag */
.comments li[data-user="Rhinhelm"] .edited-by:after,
.comments li[data-user="Honestleaf"] .edited-by:after,
.comments li[data-user="Overdoes"] .edited-by:after,
.comments li[data-user="Smile_slime_47"] .edited-by:after { 
    content: "管理员"; color: #FFF; background-color: #333; border-radius: 6px; padding: 0 5px; margin-left: 3px; 
}
 
/*Moderator comment highlighting*/
.comments li[data-user="空缺中"] blockquote {
	background:#c5eec5 !important;
}

.comments li[data-user="空缺中"] blockquote:after {
	border-color:transparent #c5eec5 #c5eec5 transparent !important;
}

.comments li[data-user="空缺中"] blockquote div {
	background:transparent !important;
}

.comments li[data-user="空缺中"] .edited-by:after { 
    content: "空缺中"; color: #FFF; background-color: #333; border-radius: 6px; padding: 0 5px; margin-left: 3px; 
}

/* Admin Forum Comment HighLighting - Tag */
.edited-by a.subtle[href$=":Rhinhelm"]:after,
.edited-by a.subtle[href$=":Honestleaf"]:after,
.edited-by a.subtle[href$=":Overdoes"]:after,
.edited-by a.subtle[href$=":Smile_slime_47"]:after { 
    content: "管理员"; color: #FFF; background-color: #333; border-radius: 6px; padding: 1px 5px; margin-left: 3px; 
}