更多操作
无编辑摘要 |
无编辑摘要 |
||
| 第14行: | 第14行: | ||
padding: 5px 10px; | padding: 5px 10px; | ||
text-align: center; | text-align: center; | ||
font-weight: bolder; | |||
} | } | ||
| 第20行: | 第21行: | ||
min-width:6em; | min-width:6em; | ||
border-bottom: 1px solid var(--color-Dic-Theme); | border-bottom: 1px solid var(--color-Dic-Theme); | ||
font-weight: bold; | |||
} | } | ||
2024年12月20日 (五) 16:37的版本
.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;
font-weight: bolder;
}
.navbox-bar {
text-align:center;
min-width:6em;
border-bottom: 1px solid var(--color-Dic-Theme);
font-weight: bold;
}
.navbox-page {
border-bottom: 1px solid var(--color-Dic-Theme);
}