Template:MPC/styles.css

/* [[Category:邊緣人小組]] */
/* {{DEFAULTSORT:styles.css}} */
.mob {
	display: none;
}
.desk {
	display: inherit;
}
@media screen and (max-width: 600px) {
	.mob {
		display: inherit;
	}
	.desk {
		display: none;
	}
}

.mp-flexitem {
	height:18em;
	width:18em;
	max-width: 100%;
	border:#000000 solid 1px;
	float:left;
	box-sizing: border-box;
	margin: 0.3em;
	max-width:100%
}

.mp-flexitem-container {
	margin: 1em auto;
	height: 18em;
	overflow: hidden;
	position: relative;
}

.mp-flexitem-title {
	font-size: 200%;
	color:#777;
	font-weight: 300;
	text-align: center; 
	line-height:1.2em;
}

.mp-flexitem-content {
	font-size: 90%;
	color: #777;
	padding: 0.5em 1em;
	font-weight: 400;
	text-align: center;
	position: relative;
}