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

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

来自LLWiki
跳转到导航 跳转到搜索
第10行: 第10行:
text-align: center;
text-align: center;
}
}
#simple-search {
#simpleSearch {
display: inline-block;
display: inline-block;
margin: 0;
margin: 0;

2021年10月5日 (二) 04:19的版本

@media screen and (max-width:720px) {
	#mw-head {
		position: absolute !important;
		margin-top: 0;
	}
	#content, #left-navigation, #right-navigation {
		margin-top: 1.5em;
	}
	#p-search {
		text-align: center;
	}
	#simpleSearch {
		display: inline-block;
		margin: 0;
	}
	#mw-navigation #mw-panel {
		font-size: 100%;
	}
}

.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;
}