Template:Create/styles.css

< Template:Create
蓮花祖泉讨论 | 贡献2024年3月2日 (六) 16:47的版本 (导入1个版本)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
/**
 * [[Category:Template style pages]]
 */
.template-create {
	margin: 1em 0;
}
.template-create .mw-inputbox-centered {
	text-align: left;
}
.template-create .createboxInput {
	margin-bottom: .3em;
	width: 300px;
}
.template-create .createboxButton {
	margin-bottom: .3em;
}

/**
 * Small screens
 */
@media screen and (max-width:600px) {
	.template-create .mw-ui-input {
		width: 100%;
	}
	.template-create .mw-ui-button {
		display: block;
		margin: .5em 0;
		width: 100%;
		max-width: 100%;
	}
}