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

From Stiles Wiki
Jump to navigation Jump to search
imported>SMcCandlish
m (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.)
 
(Created page with "→‎{{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: '"' '"'; }")
 

Latest revision as of 13:17, 11 June 2022

/* {{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: '"' '"';
}