/* 台詞斑馬紋 ---------------------------------------- */ .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:碧藍航線模板]] */