Difference between revisions of "Template:Stack/styles.css"

From blackwiki
Jump to navigation Jump to search
m (8 revisions imported)
blackwiki>MSGJ
(changes requested by User:Great Brightstar)
Line 2: Line 2:
 
/* {{pp-template}} */
 
/* {{pp-template}} */
 
@media all and (max-width: 720px) {
 
@media all and (max-width: 720px) {
     .mobile-float-reset {
+
     .stack-container {
 
float: none !important;
 
float: none !important;
 
width: 100% !important;
 
width: 100% !important;
Line 42: Line 42:
 
margin-left:1em;
 
margin-left:1em;
 
}
 
}
.stack-object {
+
.stack-item {
 
margin: 1px;
 
margin: 1px;
 
overflow: hidden;
 
overflow: hidden;
 
}
 
}

Revision as of 13:10, 11 September 2020

/* Styling for Template:Stack */
/* {{pp-template}} */
@media all and (max-width: 720px) {
    .stack-container {
		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-margin-clear-left {
	float: left;
	clear: left;
	margin-right:1em;
}
.stack-margin-clear-right {
	float: right;
	clear: right;
	margin-left:1em;
}
.stack-margin-left {
	float: left;
	margin-right:1em;
}
.stack-margin-right {
	float: right;
	margin-left:1em;
}
.stack-item {
	margin: 1px;
	overflow: hidden;
}