更多操作
无编辑摘要 |
无编辑摘要 |
||
| 第5行: | 第5行: | ||
text-align: left; | text-align: left; | ||
line-height: 1.3em; | line-height: 1.3em; | ||
} | |||
.navbox tr { | |||
display: flex; | |||
box-sizing: border-box; | |||
flex-direction: column; | |||
padding: 0 10px; | |||
} | } | ||
2024年12月20日 (五) 16:46的版本
.navbox {
display: table;
overflow: visible;
width: 100%;
text-align: left;
line-height: 1.3em;
}
.navbox tr {
display: flex;
box-sizing: border-box;
flex-direction: column;
padding: 0 10px;
}
.navbox-header {
background-color: var(--color-Dic-Theme);
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;
border-top: 1px solid var(--color-Dic-Theme);
border-bottom: 1px solid var(--color-Dic-Theme);
font-weight: bold;
}
.navbox-page {
border-top: 1px solid var(--color-Dic-Theme);
border-bottom: 1px solid var(--color-Dic-Theme);
}