更多操作
无编辑摘要 |
无编辑摘要 |
||
| 第10行: | 第10行: | ||
text-align:center; | text-align:center; | ||
border-radius:3.25px; | border-radius:3.25px; | ||
background-color: var(--color-Dic-Theme); | |||
} | } | ||
2024年12月20日 (五) 16:27的版本
.navbox {
display: table;
overflow: visible;
width: 100%;
text-align: left;
line-height: 1.3em;
}
.navbox-header {
text-align:center;
border-radius:3.25px;
background-color: var(--color-Dic-Theme);
}
.navbox-bar {
text-align:center;
min-width:6em;
border-radius:3.25px;
}
.navbox-page {
border-radius:3.25px;
border-top: 1px solid;
}