Template:Talk quote inline/styles.css: Difference between revisions

From Celestial Lance Universe Wiki
Jump to navigation Jump to search
(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: '"' '"'; }")
 
No edit summary
 
Line 1: Line 1:
/* {{pp-template}} */
@media screen {
@media screen {
     html.skin-theme-clientpref-night .inline-quote-talk {
     html.skin-theme-clientpref-night .inline-quote-talk {

Latest revision as of 12:54, 9 April 2025

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