/* Only for [[原神]] */
/* [[Category:在主名字空间下的CSS页面]] */
/*
* 目录自适应分栏显示
*/
.toc ul {
column-count: 2;
column-width: 12em;
}
.toc ul > li > ul {
column-count: 1;
}
.toctoggle {
float: right;
}
/*
* [[原神#登场角色]]部分
*/
@media screen and (min-width: 985px) {
.AutoFloat {
float: left;
}
#chara_tabs{
padding-left: 20px !important;
}
#chara_tabs > .Tabs > .TabLabel {
width: 700px;
}
}
.AutoFloat {
margin: 0 -1px -1px 0;
}
#chara_tabs {
max-width: 745px;
}
#chara_tabs > .Tabs > .TabLabel {
box-shadow: inset 0 -1px 0 0 #a2a9b1;
justify-content: space-evenly;
}
#chara_tabs > .Tabs > .TabLabel > .TabLabelText {
text-align: center;
font-weight: bold;
font-size: 110%;
}
#chara_tabs > .Tabs > .TabContent {
padding-top: 10px !important;
}
#chara_tabs > .Tabs > .TabLabel > .TabLabelText.selected {
border-bottom: 3px solid !important;
}
/* 旅行者 {{genshincolor|无三}} */
#chara_tabs > .Tabs > .TabLabel > .TabLabelText:nth-child(1).selected { color: #929797; }
/* {{genshincolor|无二}}99 */
#chara_tabs .TabContentText:nth-child(1) .TabLabelText { background: rgba(243, 243, 243, 0.6) !important; }
/* 蒙德 风 (同上) */
#chara_tabs > .Tabs > .TabLabel > .TabLabelText:nth-child(2).selected { color: #009397; }
#chara_tabs .TabContentText:nth-child(2) .TabLabelText { background: rgba(234, 246, 245, 0.6) !important; }
/* 璃月 岩 */
#chara_tabs > .Tabs > .TabLabel > .TabLabelText:nth-child(3).selected { color: #CF8620; }
#chara_tabs .TabContentText:nth-child(3) .TabLabelText { background: rgba(255, 241, 230, 0.6) !important; }
/* 稻妻 雷 */
#chara_tabs > .Tabs > .TabLabel > .TabLabelText:nth-child(4).selected { color: #5E45D2; }
#chara_tabs .TabContentText:nth-child(4) .TabLabelText { background: rgba(247, 241, 255, 0.6) !important; }
/* 须弥 草 */
#chara_tabs > .Tabs > .TabLabel > .TabLabelText:nth-child(5).selected { color: #4AA400; }
#chara_tabs .TabContentText:nth-child(5) .TabLabelText { background: rgba(241, 246, 229, 0.6) !important; }
/* 枫丹 水 */
#chara_tabs > .Tabs > .TabLabel > .TabLabelText:nth-child(6).selected { color: #0086D2; }
#chara_tabs .TabContentText:nth-child(6) .TabLabelText { background: rgba(238, 244, 254, 0.6) !important; }
/* 纳塔 火 */
#chara_tabs > .Tabs > .TabLabel > .TabLabelText:nth-child(7).selected { color: #E53D29; }
#chara_tabs .TabContentText:nth-child(7) .TabLabelText { background: rgba(255, 240, 237, 0.6) !important; }
/* 挪德卡莱冰 */
#chara_tabs > .Tabs > .TabLabel > .TabLabelText:nth-child(8).selected { color: #00A6CE; }
#chara_tabs .TabContentText:nth-child(8) .TabLabelText { background: rgba(235, 245, 250, 0.6) !important; }
/* 至冬 冰 */
#chara_tabs > .Tabs > .TabLabel > .TabLabelText:nth-child(9).selected { color: #00A6CE; }
#chara_tabs .TabContentText:nth-child(9) .TabLabelText { background: rgba(235, 245, 250, 0.6) !important; }
/* 坎瑞亚 无 */
#chara_tabs > .Tabs > .TabLabel > .TabLabelText:nth-child(10).selected { color: #929797; }
#chara_tabs .TabContentText:nth-child(10) .TabLabelText { background: rgba(243, 243, 243, 0.6) !important; }
/* 异界 */
#chara_tabs > .Tabs > .TabLabel > .TabLabelText:nth-child(11).selected { color: #254067; }
#chara_tabs .TabContentText:nth-child(11) .TabLabelText { background: rgba(234, 246, 245, 0.6) !important; }
#chara_tabs .Tabs .Tabs > .TabContent {
margin-top: 5px;
}
#chara_tabs .Tabs .Tabs > .TabLabel {
text-align: center;
font-weight: bold;
}
#chara_tabs .Tabs .Tabs > .TabLabel > .TabLabelText {
min-width: 5.5em;
margin: 0.3em 0.37em;
padding: 0 0 3px !important;
color: #4a5366;
border-radius: 5px;
border-width: 0 !important;
box-shadow: 0px 0px 3px 1px #c6c6c6, inset 0 -25px 0 0 rgba(255,255,255,0.6);
}
#chara_tabs .Tabs .Tabs > .TabLabel > .TabLabelText img {
height: 5.5em;
width: initial;
}
#chara_tabs .Tabs .Tabs > .TabLabel > .TabLabelText.selected {
padding: 0 !important;
border-bottom-width: 3px !important;
box-shadow: 0px 0px 3px 1px #888888, inset 0 -23px 0 0 rgba(255,255,255,0.6);
}
/* 避免在 MoeSkin 下被套 wrapper */
#chara_tabs .moe-wide-table-wrapper {
overflow-x: initial !important;
clear: initial !important;
}