:인용문/styles.css

최근 편집: 2021년 8월 30일 (월) 03:03
.femiwiki_quote_1 {
	padding: 1.6rem 1rem 1.6rem 1.5rem;
	margin: 1em 0;
	background-color: rgba(135, 135, 135, 0.2);
}
.femiwiki_quote_1::before {
	/* Unicode for Left Double Quote */
	content: "\201C";
	/* Font */
	font-family: Georgia, serif;
	font-size: 2rem;
	font-weight: bold;
	color: #999;
	/* Positioning */
	position: absolute;
  left: 0.4rem;
  top: 1.3rem;
}

.femiwiki_quote_1 p {
	margin: 0.4em 0 0.5em 0;
}

.femiwiki_quote_1--footer {
	display: block;
	text-align: right;
	padding-right: 1em;
}

.femiwiki_quote_1--footer > bdo:first-child:before,
.femiwiki_quote_1--footer > cite:first-child:before {
	content: '—';
	padding-right: 0.3em;
}

.femiwiki_quote_1--footer > bdo {
	padding-left: 1em;
}

.femiwiki_quote_1--footer > bdo:not(:first-child):before,
.femiwiki_quote_1--footer > cite:not(:first-child):before {
	content: ',';
	padding-right: 0.5em;
}

@media screen and (max-width: 480px) {
	.femiwiki_quote_1	{
		width: calc(100% + 2.6rem);
		margin-left: -1.3rem;
		box-sizing: border-box;
	}
}