Template:Talk quote inline/styles.css

From Celestial Lance Universe Wiki
< Template:Talk quote inline
This is an old revision of this page, as edited by Cellan3 (talk | contribs) at 12:31, 9 April 2025 (Created page with "→‎{{pp-template}}: @media screen { html.skin-theme-clientpref-night .inline-quote-talk { color: #00B785; } } .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: '"' '"'; }"). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
/* {{pp-template}} */

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

.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: '"' '"';
}