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

User:Bhsd/common.css

来自LLWiki
< User:Bhsd
Bhsd讨论 | 贡献2020年9月27日 (日) 11:30的版本
跳转到导航 跳转到搜索

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

  • 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),然后隐私和安全 → 清除浏览数据 → 缓存的图片和文件
.quickEdit-replace {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 1px #ccc solid;
	box-shadow: 0 0 3px #ccc;
	padding: 10px 20px;
	z-index: 10000;
	background-color: white;
	font-size: 16px;
	text-align: center;
}
.quickEdit-replace label {
	display: block;
	margin-bottom: 5px;
}
.quickEdit-replace input {
	width: 220px;
	height: 22px;
	text-indent: 5px;
	border: 1px #ABABAB solid;
}
.quickEdit-replace button {
	margin: 0 5px;
	cursor: pointer;
}

.mw-editTools > :not(div) {
	display:none;
}

.skin-minerva .sec-hide {
	 display:none !important;
}
.skin-minerva .section-container h2 {
	 cursor:pointer;
}
.skin-minerva .section-container h2 .mw-ui-icon-flush-left {
	 height:1.3em;
}

.Wikiplus-InterBox-Close,
/* #p-navigation, */
#feedlinks, #t-log, #t-print, #t-permalink {
	display:none;
}
textarea#Wikiplus-Quickedit {
	min-height:0;
	height:370px;
}