Wikipedia:Cộng đồng/Thư mời/Mẫu 2/styles.css

Bách khoa toàn thư mở Wikipedia
.wp-tm-2-layout {
	background-color: #fffaf0;
}

.wp-tm-2-icon {
	padding: 1em 2em;
}

.wp-tm-2-header {
	margin: 0 0 10px;
	color: #ff8c00;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.8em;
	font-family: 'Segoe UI Light', sans-serif;
	letter-spacing: 2px;
}

.wp-tm-2-content {
	text-align: center;
	padding: 1em 2em;
}

@media only screen and (max-width: 800px) {
	.wp-tm-2-layout {
		flex-flow: column-reverse;
	}
}