更多操作
小无编辑摘要 |
小无编辑摘要 |
||
第4行: | 第4行: | ||
width: 100%; | width: 100%; | ||
text-align: left; | text-align: left; | ||
line-height: 1. | line-height: 1.5em; | ||
} | } | ||
第27行: | 第27行: | ||
border-right: 1px solid var(--color-Dic-Theme); | border-right: 1px solid var(--color-Dic-Theme); | ||
border-top: 1px dotted var(--color-surface-4); | border-top: 1px dotted var(--color-surface-4); | ||
text-align: right; | |||
} | } | ||
2024年12月26日 (四) 22:12的最新版本
.navbox {
display: table;
overflow: visible;
width: 100%;
text-align: left;
line-height: 1.5em;
}
.navbox tr td {
box-sizing: border-box;
padding: 4px 10px;
}
.navbox-header {
background: linear-gradient(90deg, #750800, #ba0000);
color: var(--color-Dic-Title);
font-size: 1.05em;
padding: 0 10px;
text-align: center;
font-weight: bolder;
}
.navbox-bar {
text-align:center;
min-width:6em;
font-weight: bold;
border-right: 1px solid var(--color-Dic-Theme);
border-top: 1px dotted var(--color-surface-4);
text-align: right;
}
.navbox-page {
border-top: 1px dotted var(--color-surface-4);
}
.navbox-header, .navbox-header+tr td {
border-top: none;
}