Sha256: 47f3a0d738a0872f5c4b86ad3ca96d3c5ee830f85f3e3158c9c7e9a95c163826

Contents?: true

Size: 803 Bytes

Versions: 75

Compression:

Stored size: 803 Bytes

Contents

.gallery {
	padding: 0.5rem;
	
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
}

.gallery figure {
	margin: 1rem;
	
	background-color: rgb(250, 250, 250);
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
	
	/* This ensures that our figures never grow bigger than desired. */
	flex-basis: 400px;
}

.gallery figure a {
	display: block;
	margin: 0.5rem;
}

.gallery img {
	border: none;
	display: block;
	
	width: 100%;
}

.gallery figcaption {
	display: block;
	margin: 0.5rem;
	
	font-size: 1rem;
	text-align: center;
	
	display: flex;
	align-items: center;
	justify-content: center;
	
	/* The figure caption should have a minimum height, if there are multiple
	lines of caption, the total size of the figure is likely to be the same as
	others. */
	min-height: 4rem;
}

Version data entries

75 entries across 73 versions & 3 rubygems

Version Path
utopia-project-0.32.0 public/_components/jquery-litebox/jquery.litebox.gallery.css
utopia-project-0.31.0 public/_components/jquery-litebox/jquery.litebox.gallery.css
utopia-project-0.30.1 public/_components/jquery-litebox/jquery.litebox.gallery.css
utopia-project-0.30.0 public/_components/jquery-litebox/jquery.litebox.gallery.css
utopia-project-0.29.0 public/_components/jquery-litebox/jquery.litebox.gallery.css
utopia-project-0.28.1 public/_components/jquery-litebox/jquery.litebox.gallery.css
utopia-project-0.28.0 public/_components/jquery-litebox/jquery.litebox.gallery.css
utopia-project-0.27.0 public/_components/jquery-litebox/jquery.litebox.gallery.css
utopia-project-0.26.1 public/_components/jquery-litebox/jquery.litebox.gallery.css
utopia-project-0.26.0 public/_components/jquery-litebox/jquery.litebox.gallery.css
utopia-project-0.25.0 public/_components/jquery-litebox/jquery.litebox.gallery.css
utopia-project-0.24.1 public/_components/jquery-litebox/jquery.litebox.gallery.css
utopia-project-0.24.0 public/_components/jquery-litebox/jquery.litebox.gallery.css
utopia-project-0.23.0 public/_components/jquery-litebox/jquery.litebox.gallery.css
utopia-project-0.22.0 public/_components/jquery-litebox/jquery.litebox.gallery.css
utopia-project-0.21.0 public/_components/jquery-litebox/jquery.litebox.gallery.css
utopia-project-0.20.3 public/_components/jquery-litebox/jquery.litebox.gallery.css
utopia-project-0.20.2 public/_components/jquery-litebox/jquery.litebox.gallery.css
utopia-project-0.20.1 public/_components/jquery-litebox/jquery.litebox.gallery.css
utopia-project-0.20.0 public/_components/jquery-litebox/jquery.litebox.gallery.css