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

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

来自LLWiki
跳转到导航 跳转到搜索
第23行: 第23行:
#feedlinks, #t-log, #t-print, #t-permalink {
#feedlinks, #t-log, #t-print, #t-permalink {
display: none;
display: none;
}
div[role="navigation"] li > a::after {
content: attr(accesskey);
vertical-align: sub;
text-transform: uppercase;
}
}

2021年11月17日 (三) 11:49的版本

.mw-contributions-current {
	background-color: #b3e7dc;
	margin-bottom: 0;
	padding-bottom: 0.1em;
}

/* 编辑页面 */
#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;
}
div[role="navigation"] li > a::after {
	content: attr(accesskey);
	vertical-align: sub;
	text-transform: uppercase;
}