<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
PullQuote Style Name: Default
PullQuote Style URI: http://striderweb.com/nerdaphernalia/features/wp-javascript-pull-quotes/
Description: A classic style that looks good with a wide variety of blog themes
Version: 1.0
Author: Stephen Rider
Author URI: http://striderweb.com/
*/

/*	NOTE: Right-side quotes will get the .pullquote class AND the .pqRight class. 
	Sample Pull-Quote HTML:

&lt;aside class="pullquote"&gt;
	&lt;p&gt;Zowie!&lt;/p&gt;
&lt;/aside&gt;
*/
/* NOTE: Styles are also applied from resources/jspullquotes-core.css */

blockquote.pullquote, aside.pullquote, div.pullquote {
	color: #444;
	text-align: center;
	font-size: 1.3em;
	font-style: italic;
}

blockquote.pullquote em,  aside.pullquote em, div.pullquote em, blockquote.pullquote i, aside.pullquote i, div.pullquote i {
	font-style: normal;
}

blockquote.pqRight, aside.pqRight, div.pqRight {
}

blockquote.pullquote p, aside.pullquote p, div.pullquote p {
	border: 3px double #ccc;
	border-width: 3px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
</pre></body></html>