blueimp-bootstrap-image-gallery
Version:
Bootstrap Image Gallery is an extension to blueimp Gallery, a touch-enabled, responsive and customizable image and video gallery. It displays images and videos in the modal dialog of the Bootstrap framework, features swipe, mouse and keyboard navigation,
32 lines (30 loc) • 540 B
CSS
@charset "UTF-8";
/*
* Bootstrap Image Gallery Demo CSS
* https://github.com/blueimp/Bootstrap-Image-Gallery
*
* Copyright 2013, Sebastian Tschan
* https://blueimp.net
*
* Licensed under the MIT license:
* http://www.opensource.org/licenses/MIT
*/
body {
padding-top: 60px;
background: #222;
color: #fff;
}
h1 {
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}
a {
color: orange;
}
a:hover {
color: lightblue;
text-decoration: none;
}
.modal {
overflow: auto;
color: #333;
}