置顶公告:【置顶】关于临时开启评论区所有功能的公告(2022.10.22) | 【置顶】关于本站Widget恢复使用的公告
  • 你好~!欢迎来到萌娘百科镜像站!如需查看或编辑,请联系本站管理员注册账号。
  • 本镜像站和其他萌娘百科的镜像站无关,请注意分别。

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:碧蓝航线模板]] */