注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。
- Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5或Ctrl-R(Mac为⌘-R)
- Google Chrome:按Ctrl-Shift-R(Mac为⌘-Shift-R)
- Internet Explorer或Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
- Opera:按 Ctrl-F5。
.mw-structurednav-navigation-container {
background-color: var(--color-surface-2);
border: var(--border-color-base) solid 1px;
border-radius: var(--border-radius--small);
}
.mw-structurednav-header, .mw-structurednav-group-title {
color: var(--color-base);
background-color: var(--color-surface-3);
}
.mw-structurednav-header .mw-structurednav-header-title {
font-size: 18px;
}
.mw-structurednav-group-title, .mw-structurednav-group-content {
border-top: none;
}
.mw-structurednav-group-title:after {
display: none;
}
.mw-structurednav-group-content-item:not(:last-child) {
padding-right: 0.286em;
}
.mw-structurednav-group-content-item:not(:last-child)::after {
content: "";
display: inline-block;
position: relative;
left: 0.286em;
bottom: 0.214em;
background-color: #000;
height: 3px;
width: 3px;
padding: 0;
}
.mw-structurednav-group-content-item::before {
display: none;
}