Blockquote/styles.css

From Eating Asturias, the Encyclopedia of Asturian Gastronomy
en>JJMC89
m (JJMC89 moved page Template:Quote/styles.css to Template:Blockquote/styles.css without leaving a redirect: requested move; consensus at Template talk:Blockquote)
 
m (1 revision imported: newest versions)
 
(2 intermediate revisions by 2 users not shown)
Line 3: Line 3:
overflow: hidden;
overflow: hidden;
margin: 1em 0;
margin: 1em 0;
padding: 0 40px;
padding: 0 32px;
}
}


.templatequote .templatequotecite {
.templatequotecite {
     line-height: 1.5em;
     line-height: 1.5em;
     /* @noflip */
     /* @noflip */
     text-align: left;
     text-align: left;
    /* @noflip */
    padding-left: 1.6em;
     margin-top: 0;
     margin-top: 0;
}
@media (min-width: 500px) {
.templatequotecite {
    /* @noflip */
    padding-left: 1.6em;
}
}
}

Latest revision as of 12:22, 24 January 2025

/* {{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;
	}
}