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

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

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


/* 编辑页面 */
/* 编辑页面 */
.skin-vector #wpTextbox1 {
#wpTextbox1 {
max-height: calc(100vh - 120px);
height: calc(100vh - 130px);
}
}
.wikiEditor-ui-text > div {
.wikiEditor-ui-text > div {

2021年1月8日 (五) 04:29的版本

/* 模板快速编辑 */
.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;
}

/* 编辑页面 */
#wpTextbox1 {
	height: calc(100vh - 130px);
}
.wikiEditor-ui-text > div {
	height: calc(100vh - 60px) !important;
}
.Wikiplus-InterBox-Close {
	display: none;
}
textarea#Wikiplus-Quickedit {
	min-height: 0;
	height: 370px;
}

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