틀:Talk quote inline/styles.css: 두 판 사이의 차이

이삭위키
둘러보기로 이동 검색으로 이동
잔글 (Never mind; it was a browser/OS issue. This text actually shows up a big bigger because of the font, in Windows anyway, and it's simply more visually apparent inside <small>. The CSS change actually had no effect because there was no CSS issue to begin with.)
 
잔글 (판 1개를 가져왔습니다)
 
(차이 없음)

2023년 4월 25일 (화) 15:00 기준 최신판

/* {{pp-template}} */
.inline-quote-talk {
	font-family: Georgia, 'DejaVu Serif', serif;
	color: #008560;
	quotes: none;
}
.inline-quote-talk-italic {
	font-family: inherit;
	font-style: italic;
}
.inline-quote-talk-marks {
	quotes: '"' '"';
}