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

“User:Bhsd/vector.css”的版本间差异

来自LLWiki
跳转到导航 跳转到搜索
第48行: 第48行:


/* 编辑页面 */
/* 编辑页面 */
#wpTextbox1 {
.skin-vector #wpTextbox1 {
max-height: calc(100vh - 100px);
max-height: calc(100vh - 120px);
}
}
.Wikiplus-InterBox-Close {
.Wikiplus-InterBox-Close {

2020年12月19日 (六) 13:58的版本

/* 模板快速编辑 */
.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 .cm-mw-pagename {
	cursor: pointer;
}
.inspector > div:last-child {
	text-align: center;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	z-index: 1000001;
}
.inspector .oo-ui-buttonWidget {
	margin: 0.5em;
}
.inspector .oo-ui-buttonWidget:first-child {
	margin-left: 1.5em;
}

/* 编辑页面 */
.skin-vector #wpTextbox1 {
	max-height: calc(100vh - 120px);
}
.Wikiplus-InterBox-Close {
	display: none;
}
textarea#Wikiplus-Quickedit {
	min-height: 0;
	height: 370px;
}

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