:프레임/styles.css

최근 편집: 2024년 6월 30일 (일) 18:38
낙엽1124 (토론 | 기여)님의 2024년 6월 30일 (일) 18:38 판 (섬네일 이미지와 비슷한 배치로 보이도록 추가함)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
body.ltr .textthumb {
  margin: 0.5em 0 1.3em 1.4em;
  clear: right;
  float: right;
}

body.rtl .textthumb {
  margin: 0.5em 1.3em 0  1.4em;
  clear: left;
  float: left;
}

.textthumbinnertext  {
	background-color: white;
	border: 1px solid #ccc;
	text-align: left;
	padding: 1em;
	margin-bottom: .5em;
}

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

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