打开/关闭菜单
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

MediaWiki:Gadget-RCSidebar.css

MediaWiki界面页面
deltarune>KumkiTAT2025年10月13日 (一) 00:47的版本
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)

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

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
.rc-sidebar-item {
	display: flex;
	gap: 12px;
	align-items: center;
}

@media screen {
	li.rc-sidebar-item {
		margin-bottom: 0.2em;
	}
}

.rc-sidebar-item-body {
	width: 80%;
}

.rc-sidebar-item-body a.rc-sidebar-item-title {
	padding-bottom: 0;
}

.rc-sidebar-item-title-text {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.rc-sidebar-item-description {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 0.8em;
	white-space: nowrap;
}

.vector-menu .vector-menu-heading a,
.rc-sidebar-item a.rc-sidebar-item-description-link {
	color: var(--color-base);
}

.rc-sidebar-item a.rc-sidebar-item-description-link:last-of-type {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
}

.rc-sidebar-item-thumbnail .cdx-thumbnail__image {
	background-color: var(--background-color-interactive-subtle);
}