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

User:Bhsd/vector.css

来自LLWiki
< User:Bhsd
Bhsd讨论 | 贡献2020年12月18日 (五) 06:18的版本
跳转到导航 跳转到搜索

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

  • 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),然后隐私和安全 → 清除浏览数据 → 缓存的图片和文件
/* 模板快速编辑 */
.wiki-highlight, .my-highlight {
	width: 49%;
	box-sizing: border-box;
	display: inline-block;
	white-space: pre-wrap;
}
.my-highlight .CodeMirror {
	background: none;
	height: auto;
}
.my-highlight .CodeMirror-scroll {
	overflow: auto !important;
}

/* 其他名字空间快速编辑 */
.inspector {
	float: right;
	width: 50%;
	position: sticky;
	top: 7px;
	margin-top: 7px;
	height: calc(100vh - 7px) !important;
	box-sizing: border-box;
	padding-left: 1em;
}
.inspector .CodeMirror {
	border: 1px solid;
	height: calc(100% - 46px);
}
.inspector > div:last-child {
	text-align: center;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
}
.inspector .oo-ui-buttonWidget {
	margin: 0.5em;
}
.inspector .oo-ui-buttonWidget:first-child {
	margin-left: 1.5em;
}

/* 编辑页面 */
#wpTextbox1 {
	max-height: calc(100vh - 100px);
}

/* 导航 */
#feedlinks, #t-log, #t-print, #t-permalink {
	display: none;
}