:프레임/styles.css

최근 편집: 2018년 9월 26일 (수) 21:53
낙엽1124 (토론 | 기여)님의 2018년 9월 26일 (수) 21:53 판 (이 문법은 현재 미디어위키 버전에서 지원되지 않음(https://phabricator.wikimedia.org/T197617 ))
.textthumbinnertext  {
	background-color: white;
	border: 1px solid #ccc;
	text-align: left;
	padding: 1em;
	margin-bottom: .5em;
}

@media screen and (max-width: 480px) {
	.textthumbinnertext {
		width: calc(100% + 2.6rem);
		margin-left: -1.3rem;
		position: relative;
		border: none;
		background-color: #f0f0f0;
	}

	.textthumb .thumbinner {
		padding: 0;
		overflow: visible;
		max-width: none !important;
	}
}