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

来自「荏苒之境」
第1行: 第1行:
/* All CSS here will be loaded for users of the Timeless skin */
/* All CSS here will be loaded for users of the Timeless skin */


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


.mw-wiki-title {
.mw-wiki-title {

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

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

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

.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) {
	.mw-wiki-title {
		padding-top: 0.15em !important;
	}
	.mw-wiki-logo {
		height: 7em !important;
	}
}