Template:Quote/styles.css: Difference between revisions

From Seeds of the Word, the encyclopedia of the influence of the Gospel on culture
m (1 revision imported)
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 4: Line 4:
margin: 1em 0;
margin: 1em 0;
padding: 0 40px;
padding: 0 40px;
text-align: justify;
font-size: 0.9em;
}
}


Line 13: Line 15:
     padding-left: 1.6em;
     padding-left: 1.6em;
     margin-top: 0;
     margin-top: 0;
    font-size: 0.9em;
}
.templatequote-author {
font-variant: small-caps;
}
}

Latest revision as of 07:37, September 10, 2020

/* {{pp-template}} */
.templatequote {
	overflow: hidden;
	margin: 1em 0;
	padding: 0 40px;
	text-align: justify;
	font-size: 0.9em;
}

.templatequote .templatequotecite {
    line-height: 1.5em;
    /* @noflip */
    text-align: left;
    /* @noflip */
    padding-left: 1.6em;
    margin-top: 0;
    font-size: 0.9em;
}

.templatequote-author {
	font-variant: small-caps;
}