更多操作
小无编辑摘要 |
小无编辑摘要 |
||
第25行: | 第25行: | ||
min-width:6em; | min-width:6em; | ||
font-weight: bold; | font-weight: bold; | ||
border- | border-right: 1px solid var(--color-Dic-Theme); | ||
} | } | ||
.navbox-page{ | .navbox-page{ | ||
border-top: 1px solid var(--color-Dic-Theme); | /*border-top: 1px solid var(--color-Dic-Theme);*/ | ||
} | } |
2024年12月26日 (四) 21:46的版本
.navbox {
display: table;
overflow: visible;
width: 100%;
text-align: left;
line-height: 1.3em;
}
.navbox tr {
box-sizing: border-box;
padding: 0 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);
}
.navbox-page{
/*border-top: 1px solid var(--color-Dic-Theme);*/
}