Template:沙盒/TemplateStyles/和每個人好好相處/userpage.css

维基百科,自由的百科全书
@media screen and (max-width: 550px) {
	.five {
		display:none;
	}
	.four {
		display: block !important;
	}
}
@media screen and (max-width: 450px) {
	.four {
		display: none !important;
	}
	.three {
		display: block !important;
	}
}
@media screen and (max-width: 250px) {
	.three {
		display: none !important;
	}
	.two {
		display: block !important;
	}
}
@media screen and (max-width: 150px) {
	.two {
		display: none !important;
	}
	.one {
		display: block !important;
	}
}