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

From The Audiovisual Identity Database
Jump to navigation Jump to search
imported>Hb1290
(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;...")
 
imported>Hb1290
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* {{pp-template}} */
/* {{pp-template}} */
.inline-quote-talk {
blockquote.talkquote {
font-family: Georgia, 'DejaVu Serif', serif;
background-color:#fef6e7;
color: #008560;
padding:0 .8em;
quotes: none;
margin:0;
}
}
.inline-quote-talk-italic {
 
font-family: inherit;
.talkquote-by,
.talkquote-source {
margin-left:1.6em;
}
 
.talkquote-source {
font-style: italic;
font-style: italic;
}
.inline-quote-talk-marks {
quotes: '"' '"';
}
}

Latest revision as of 23:33, 17 December 2020

/* {{pp-template}} */
blockquote.talkquote {
	 background-color:#fef6e7;
	 padding:0 .8em;
	 margin:0;
}

.talkquote-by,
.talkquote-source {
	margin-left:1.6em;
}

.talkquote-source {
	font-style: italic;
}