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

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

来自LLWiki
跳转到导航 跳转到搜索
第1行: 第1行:
.sif-song-table tr:nth-child(-n+2) > th {
position: sticky;
top: 0;
z-index: 1;
}
.sif-song-table tr:nth-child(-n+2) > th::after {
content: '';
position: absolute;
top: -1px;
bottom: -1px;
left: -1px;
right: -1px;
border: 1px solid #a2a9b1;
}
/* template-ve */
/* template-ve */
.wiki-highlight, .template-ve {
.wiki-highlight, .template-ve {

2021年5月27日 (四) 03:43的版本

.sif-song-table tr:nth-child(-n+2) > th {
	position: sticky;
	top: 0;
	z-index: 1;
}
.sif-song-table tr:nth-child(-n+2) > th::after {
	content: '';
	position: absolute;
	top: -1px;
	bottom: -1px;
	left: -1px;
	right: -1px;
	border: 1px solid #a2a9b1;
}
/* template-ve */
.wiki-highlight, .template-ve {
	width: 49%;
	box-sizing: border-box;
}
.wiki-highlight {
	float: right;
}
.template-ve {
	top: 0;
	display: inline-block;
}
.template-ve .CodeMirror {
	background: none;
	height: auto;
}
#ve-btns {
	text-align: center;
}

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