Module:Gallery/sandbox/styles.css

From Wikipedia, the free encyclopedia
@media all and (max-width: 720px) {
	.mod-gallery-sb {
		width: 100% !important;
	}
	.mod-gallery-sb .title > div,
	.mod-gallery-sb .footer > div {
		padding-left: 4px;
	}
}

.mod-gallery-sb {
	display: table;
}
.mod-gallery-default {
	background: transparent;
	margin-top: 4px;
}
.mod-gallery-center {
	margin-left: auto;
	margin-right: auto;
}
.mod-gallery-left {
	float: left;
}
.mod-gallery-right {
	float: right;
}
.mod-gallery-none {
	float: none;
}
.mod-gallery-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-bottom: 0.5em;
	text-align: center;
	font-weight: bold;
}
.mod-gallery-sb .main > div {
	display: table-cell;
}
.mod-gallery-sb .gallery {
	line-height: 1.375em;
}
.mod-gallery-sb .footer > div {
	display: table-cell;
	padding-bottom: 2px;
	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 {
	border: solid #eaecf0 1px;
}
.mod-gallery-sb .whitebg .thumb {
	background: #fff !important;
}