Template:Quote/styles.css: Difference between revisions
Content deleted Content added
Johnrdorazio (talk | contribs) No edit summary |
Johnrdorazio (talk | contribs) No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
padding: 0 40px; |
padding: 0 40px; |
||
text-align: justify; |
text-align: justify; |
||
font-size: 0.9em; |
|||
} |
} |
||
Line 14: | 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;
}