قالب:Stack/styles.css

من موسوعة المزرعة
< قالب:Stack
مراجعة 23:14، 31 مارس 2021 بواسطة Jawad A Najar (نقاش | مساهمات) (أنشأ الصفحة ب'←‏Styling for Template:Stack: @media all and (max-width: 720px) { .mobile-float-reset { float: none !important; width: 100% !important; } } .stack-container...')
(فرق) → مراجعة أقدم | المراجعة الحالية (فرق) | مراجعة أحدث ← (فرق)
اذهب إلى التنقل اذهب إلى البحث
/* Styling for Template:Stack */
@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;
}