2023年政策修订增补工作正在进行中,欢迎参与!
Template:碧蓝航线/styles.css
跳转到导航
跳转到搜索
/* 台词斑马纹
---------------------------------------- */
.customers tr:nth-child(2n) td {
background-color: #ebf8ff;
}
/*外框圆角
---------------------------------------- */
.azurlane-nav>table.navbox{
border-collapse: separate;
padding:0;
}
/* 导航标题
---------------------------------------- */
.azurlane-nav {
border-radius: 0.3em;
}
.azurlane-nav .navbox-title {
border-top-right-radius: 0.3em;
border-top-left-radius: 0.3em;
}
.azurlane-nav .hlist>a>span {
background: none !important;
}
.azurlane-nav .mw-collapsible-text {
color: #fff;
}
.azurlane-nav .navbox-list>div {
padding: 0 !important;
}
.azurlane-nav .TabContent {
border-width: 0 !important;
}
.azurlane-nav .textToggleDisplayButtons {
font-size: 1.1em;
}
.azurlane-nav .textToggleDisplayButtonLabel {
cursor: pointer;
}
.azurlane-nav .textToggleDisplayButtonLabel.on {
border-color: rgba(0, 0, 0, .5);
font-weight: 700;
}
.azurlane-nav .textToggleDisplayButtonLabel.on::before {
content: '▪ ';
}
/* 内容表格
---------------------------------------- */
.azurlane-navtable {
width: 100%;
}
.azurlane-navtable th {
text-align: center;
color: #fff;
border-top: 2px solid #fff;
}
.azurlane-navtable td {
color: #000000;
text-align: left;
border-top: 2px solid #fff;
border-left: 2px solid #fff;
}
.azurlane-navtable tr:last-of-type th {
border-bottom-left-radius: 0.3em;
}
.azurlane-navtable tr:last-of-type td {
border-bottom-right-radius: 0.3em;
}
/* 舰船表格
---------------------------------------- */
.azurlane-table-kansen th {
background-color: #6d9ef0;
width: 6.8em;
}
.azurlane-table-kansen.liandong th {
width: 10em;
}
.azurlane-table-kansen tr:nth-child(2n) td {
background-color: #ebf7ff;
}
/* 装备表格
---------------------------------------- */
.azurlane-table-equip th {
background-color: #3DCDCD;
width: 6.5em;
}
.azurlane-table-equip tr:nth-child(2n) td {
background-color: #ebf8ff;
}
/* 衍生作品表格
---------------------------------------- */
.azurlane-table-music {
border-spacing:2px 0;
border-collapse:separate !important;
}
.azurlane-table-music th {
background-color: #ffa07a;
width: 6.5em;
}
.azurlane-table-music tr:nth-child(2n+1) td {
background-color: #f5f5f5;
}
/* 其他
---------------------------------------- */
.azurlane-table-others th {
background-color: #e3af49;
width: 6.5em;
}
.azurlane-table-others tr:nth-child(2n) td {
background-color: #f5f5f5;
}
/* 按钮样式
---------------------------------------- */
.navbox-abovebelow {
padding: 0;
}
.textToggleDisplayButtons {
width: 100%;
justify-content: center;
}
.textToggleDisplayButtons>span {
flex: 1;
}
.textToggleDisplayButtonLabel {
border-width: 1px;
width: 100%;
display: inline-block;
margin: 0;
box-shadow: none;
border: none;
border-radius: 0;
padding: 0;
}
.textToggleDisplayButtonInput {
position: absolute;
left: 0;
z-index: -10;
}
/* [[Category:在模板名字空间下的CSS页面]][[Category:碧蓝航线模板]] */