“MediaWiki:Timeless.css”的版本间的差异

来自「荏苒之境」
第35行: 第35行:
.mw-wiki-title {
.mw-wiki-title {
padding-top: 0.12em !important;
padding-top: 0.11em !important;
}
}
.mw-wiki-logo {
.mw-wiki-logo {

2021年9月1日 (三) 13:26的版本

/* All CSS here will be loaded for users of the Timeless skin */

@import url(https://googlefonts.wp-china-yes.net/css?family=Noto+Serif+SC);

.mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6, .mw-body dt,
#p-logo-text a {
	font-family: "Noto Serif SC";
}

body {
	font-family: "Noto Serif SC";
}

.color-left { background: #999999; }
.color-right { background: #999999; }
.color-middle { background: #999999; }

#mw-content-container { border-bottom: solid 4px #BBBBBB; }
.mw-footer-container { border-top: solid 1px #BBBBBB !important; }

.mw-body h1.firstHeading {border-bottom: solid 4px #BBBBBB; }
.tools-inline li.selected { border-bottom-color: #BBBBBB; }

.mw-wiki-title {
	font-size: 1.7em !important;
	height: 100% !important;
	padding-top: 0.2em !important;
	vertical-align: middle !important;
	display: table-cell !important;
}

@media screen and (min-width: 851px) {
	.color-left { background: #BBBBBB; }
	.color-right { background: #BBBBBB; }
	
	.mw-wiki-title {
		padding-top: 0.11em !important;
	}
	.mw-wiki-logo {
		height: 7em !important;
	}
}

@media screen and (max-width: 851px) {
	.mw-body h1.firstHeading {
		padding-top: 0.3em !important;
	}
}