Template:Blockquote/sandbox/styles.css

From Bharatpedia, an open encyclopedia
< Template:Blockquote
Revision as of 19:06, 7 September 2024 by Muskit Gergous (talk | contribs) (Created page with ".templatequote { overflow: hidden; margin: 1em 0; padding: 0 40px; } .templatequote blockquote { overflow: visible; margin: 0; padding: 0; } .templatequotecite { line-height: 1.5em; →‎@noflip: text-align: left; →‎@noflip: padding-left: 1.6em; margin-top: 0.5em; } .templatequotecite::before { margin-right: 0.2em; content: "—"; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.templatequote {
	overflow: hidden;
	margin: 1em 0;
	padding: 0 40px;
}

.templatequote blockquote {
	overflow: visible;
	margin: 0;
	padding: 0;
}

.templatequotecite {
    line-height: 1.5em;
    /* @noflip */
    text-align: left;
    /* @noflip */
    padding-left: 1.6em;
    margin-top: 0.5em;
}

.templatequotecite::before {
	margin-right: 0.2em;
	content: "—";
}