LLWiki正在建设中,欢迎加入我们

MediaWiki:Gadget-Vector.css

来自LLWiki
跳转到导航 跳转到搜索

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

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Internet Explorer:按住Ctrl的同时单击刷新,或按Ctrl-F5
  • Opera:前往菜单 → 设置(Mac为Opera → Preferences),然后隐私和安全 → 清除浏览数据 → 缓存的图片和文件
#mw-side {
	display: none;
}
@media screen and (pointer: coarse) {
	.vectorMenu > .vectorMenuCheckbox {
		display: none;
	}
}
@media screen and (max-width: 720px) {
	#mw-page-base {
		margin-bottom: 1.5em;
	}
	#mw-head {
		position: absolute !important;
		margin-top: 0;
	}
	#p-personal {
		width: auto;
		float: right;
	}
	#pt-userpage {
		margin-right: 0.4em;
	}
	#pt-userpage > a {
		width: 0;
		height: 20px;
		opacity: 0.87;
		overflow: hidden;
		pointer-events: none;
		margin-top: 2px;
		padding: 0 0 0 20px !important;
		background-position: left;
		background-size: auto;
	}
	#pt-userpage > ul.menu {
		margin-right: 0;
		top: 2em;
		right: auto;
	}
	#pt-userpage li {
		font-size: 0.8125rem;
		margin-left: 0;
		padding: 0.5em 0;
		float: none;
	}
	#pt-userpage > .menu a {
		background-image: none;
		font-size: 1em;
		padding: 0 !important;
	}
	.mw-echo-ui-notificationBadgeButtonPopupWidget-popup > .oo-ui-popupWidget-popup {
		width: auto !important;
	}
	.mw-echo-ui-notificationBadgeButtonPopupWidget-popup > .oo-ui-popupWidget-popup > .oo-ui-popupWidget-body {
		overflow-x: hidden !important;
	}
	.mw-echo-ui-notificationBadgeButtonPopupWidget-popup > .oo-ui-popupWidget-popup > .oo-ui-popupWidget-footer span.mw-echo-ui-notificationBadgeButtonPopupWidget-footer-buttons {
		display: inline-block;
		width: 100%;
	}
	.mw-echo-ui-notificationBadgeButtonPopupWidget-popup > .oo-ui-popupWidget-popup > .oo-ui-popupWidget-footer span.mw-echo-ui-notificationBadgeButtonPopupWidget-footer-buttons .oo-ui-buttonElement {
		display: inline-block;
		width: 50%;
	}
	#left-navigation, #right-navigation {
		margin-top: 1.5em;
	}
	#p-search {
		text-align: center;
	}
	#simpleSearch {
		display: inline-block;
		margin: 0;
	}
	#mw-side {
		display: inline;
		position: absolute;
		top: 0;
		font-size: 20px;
		margin: 0.5em;
	}
	#mw-side > h3 {
		margin: 0;
		padding: 0;
	}
	#mw-side > h3 > span {
		margin-top: -1.25em;
		padding-left: 0;
	}
	#mw-side > #mw-panel {
		position: absolute;
		width: auto;
		height: auto;
		top: 20px;
		padding: 0 0.5em;
		font-size: 106.7%;
	}
	#mw-side > div#mw-panel div.portal, #mw-side > #mw-panel .portal .body, #mw-panel .portal h3 {
		margin: 0;
	}
	#mw-panel li > a {
		padding: 0;
	}
	.mw-rcfilters-ui-highlights {
		margin-left: -15px;
		width: 15px;
	}
	.client-js .mw-changeslist table.mw-enhanced-rc {
		margin-left: 15px;
	}
}