• 欢迎来到小可 · Wiki,人人可编辑的,多平台聊天机器人“小可”的官方文档资源。
  • 小可很可爱,请给我们打钱
  • 原 MkDocs 已迁入本站。若发现 404 属正常现象,请点击左上角搜索您想要的模块。

MediaWiki:Gadget-navigation.css

MediaWiki系统消息页面
Dianliang233讨论 | 贡献2021年8月7日 (六) 13:49的版本 (// Edit via InPageEdit)

注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-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;
}

.mw-structurednav-group-content-item::before {
        display: none;
}
Cookie帮助我们提供我们的服务。通过使用我们的服务,您同意我们使用cookie。