Template:Stack/styles.css

< Template:Stack
Revision as of 00:25, 9 June 2020 by Viceroy Sam (talk | contribs) (1 revision imported: Template:!! Template:Format item‏‎ Template:Item Template:Border-radius Template:Cat Template:Clc‏‎ Template:Date Template:Google books Template:R from modification Template:Semantic markup templates Template:Stack/styles.css‏‎ Template:Str rep‏‎ Template:This is a redirect/rcat‏‎ Template:Twinkle standard installation‏‎ Template:Wikidata property‏‎ Template:(‏‎ Template:))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
/* Styling for Template:Stack */
/* {{pp-template}} */
@media all and (max-width: 720px) {
    .mobile-float-reset {
		float: none !important;
		width: 100% !important;
	}
}
.stack-container {
	box-sizing: border-box;
}
.stack-clear-left {
	float: left;
	clear: left;
}
.stack-clear-right {
	float: right;
	clear: right;
}
.stack-left {
	float: left;
}
.stack-right {
	float: right;
}
.stack-object {
	margin: 1px;
	overflow: hidden;
}