Jump to content

Template:Talk quote inline/sandbox/styles.css

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by I Am Andumé (talk | contribs) at 20:08, 22 June 2024 (Changed styling). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

.inline-quote-talk {
	font-family: Georgia, 'DejaVu Serif', serif;
	color: #008560;
	quotes: none;
}

html.skin-theme-clientpref-night .inline-quote-talk {
	color: #00B785;
}

@media (prefers-color-scheme: dark) {
	html.skin-theme-clientpref-os .inline-quote-talk {
		color: #00B785;
	}
}

.inline-quote-talk-italic {
	font-family: inherit;
	font-style: italic;
}
.inline-quote-talk-marks {
	quotes: '"' '"';
}