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