Template:Quote: Difference between revisions

Content deleted Content added
css rather than inline styles
add space after em dash
 
(4 intermediate revisions by the same user not shown)
Line 1:
<templatestyles src="Quote/styles.css" />
<div class="quote">
<spanblockquote styleclass="padding: 4px 5px;quote-text">{{{1|Imagine a world in which every single person on the planet has free access to the sum of all human knowledge.}}}</spanblockquote>
<span class="quote-mark">“</span>
<pcite class="quote-bylineattribution"><cite style="font-style: normal;">—{{{2|Jimmy Wales, Founder of Wikipedia}}}</cite></p>
<span style="padding: 4px 5px;">{{{1|Imagine a world in which every single person on the planet has free access to the sum of all human knowledge.}}}</span>
<span class="quote-mark">”</span>
</div>
<p class="quote-byline"><cite style="font-style: normal;">—{{{2|Jimmy Wales, Founder of Wikipedia}}}</cite></p>
<html>
<style>
.quote {
font-size: 1.3em;
}
.quote-mark {
color: rgb(178, 183, 242);
font-family: 'Times New Roman',serif;
font-weight: bold;
font-size: 1.2em;
}
.quote-byline {
font-size: 1.3em;
text-align: right;
}
</style>
</html>