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

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

来自LLWiki
跳转到导航 跳转到搜索
第1行: 第1行:
/* 模板快速编辑 */
/* template-ve */
.wiki-highlight {
float: right;
}
.wiki-highlight, .my-highlight {
.wiki-highlight, .my-highlight {
width: 49%;
width: 49%;
box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
white-space: pre-wrap;
}
}
.my-highlight .CodeMirror {
.my-highlight .CodeMirror {
background: none;
background: none;
height: auto;
height: auto;
}
.my-highlight .CodeMirror-scroll {
overflow: auto !important;
}
}



2021年1月13日 (三) 05:56的版本

/* template-ve */
.wiki-highlight {
	float: right;
}
.wiki-highlight, .my-highlight {
	width: 49%;
	box-sizing: border-box;
}
.my-highlight .CodeMirror {
	background: none;
	height: auto;
}

/* 编辑页面 */
#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;
}