Ugrás a tartalomhoz

„Sablon:Blockquote/styles.css” változatai közötti eltérés

Innen: TrashWiki
already have a lot of left whitespace on small resolutions with quotations, so make this inline below 500px. remove some unnecessary specificity
 
Új oldal, tartalma: „{{pp-template}}: .templatequote { overflow: hidden; margin: 1em 0; padding: 0 32px; } .templatequotecite { line-height: 1.5em; @noflip: text-align: left; margin-top: 0; } @media (min-width: 500px) { .templatequotecite { @noflip: padding-left: 1.6em; } }”
(Nincs különbség)

A lap 2025. január 21., 05:38-kori változata

/* {{pp-template}} */
.templatequote {
	overflow: hidden;
	margin: 1em 0;
	padding: 0 32px;
}

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

@media (min-width: 500px) {
	.templatequotecite {
	    /* @noflip */
	    padding-left: 1.6em;
	}
}