Module:Gallery/sandbox/styles.css

In this article we will thoroughly explore everything related to Module:Gallery/sandbox/styles.css. From its origin and evolution to its relevance today, through its applications in different areas and its impact on society. Through a detailed analysis, we will take an in-depth look at Module:Gallery/sandbox/styles.css, breaking down its main features and highlighting its importance in the current context. In addition, we will highlight the different perspectives and opinions that exist around Module:Gallery/sandbox/styles.css, as well as the possible future implications that they could have in various aspects of daily life. With this article, we aim to offer a complete and enriching overview of Module:Gallery/sandbox/styles.css, in order to provide our readers with a broader and more solid understanding of this topic.
/*  */
@media all and (max-width: 720px) {
	.mod-gallery-sb {
		width: 100% !important;
	}
}

.mod-gallery-sb {
	display: table;
}

.mod-gallery-sb-default {
	background: transparent;
	margin-top: 4px;
}

.mod-gallery-sb-center {
	margin-left: auto;
	margin-right: auto;
}

.mod-gallery-sb-left {
	float: left;
}

.mod-gallery-sb-right {
	float: right;
}

.mod-gallery-sb-none {
	float: none;
}

.mod-gallery-sb-collapsible {
	width: 100%;
}

.mod-gallery-sb .title,
.mod-gallery-sb .main,
.mod-gallery-sb .footer {
	display: table-row;
}

.mod-gallery-sb .title > div {
	display: table-cell;
	padding: 0 4px 4px;
	text-align: center;
	font-weight: bold;
}

.mod-gallery-sb .main > div {
	display: table-cell;
}

.mod-gallery-sb .gallery {
	line-height: 1.35em;
}

.mod-gallery-sb .footer > div {
	display: table-cell;
	padding: 4px;
	text-align: right;
	font-size: 80%;
	line-height: 1em;
}

.mod-gallery-sb .title > div *,
.mod-gallery-sb .footer > div * {
	overflow: visible;
}

.mod-gallery-sb .gallerybox img {
	background: none !important;
}

.mod-gallery-sb .bordered-images .thumb img {
	outline: solid #eaecf0 1px;
}

.mod-gallery-sb .whitebg .thumb {
	background: #fff !important;
}