Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
svenhoutmeyers committed Dec 23, 2014
2 parents 4941203 + 51db03b commit 6cb88e0
Show file tree
Hide file tree
Showing 39 changed files with 2,458 additions and 868 deletions.
1 change: 1 addition & 0 deletions css/blueimp-gallery.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

87 changes: 87 additions & 0 deletions css/bootstrap-gallery.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
@charset "UTF-8";
/*
* Bootstrap Image Gallery CSS 3.0.0
* 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
*/

.blueimp-gallery .modal-body {
position: relative;
text-align: center;
padding: 0 0 56.25% 0;
overflow: hidden;
cursor: pointer;
}
.blueimp-gallery .modal-footer {
margin: 0;
}
.blueimp-gallery .modal-body img,
.blueimp-gallery .modal-body .video-content video,
.blueimp-gallery .modal-body .video-content iframe,
.blueimp-gallery .modal-body .video-content a {
max-width: 100%;
max-height: 100%;
margin: auto;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.blueimp-gallery .modal-body .video-content video {
display: none;
}
.blueimp-gallery .modal-body .video-playing video {
display: block;
}
.blueimp-gallery .modal-body .video-content iframe {
width: 100%;
height: 100%;
border: none;
left: 100%;
}
.blueimp-gallery .modal-body .video-playing iframe {
left: 0;
}
.blueimp-gallery .modal-body .video-playing img,
.blueimp-gallery .modal-body .video-playing a {
display: none;
}
.blueimp-gallery .modal-body .video-content a {
cursor: pointer;
}
.blueimp-gallery .modal-body .video-content a:after {
font-family: "Glyphicons Halflings";
-webkit-font-smoothing: antialiased;
content: "\e029";
font-size: 64px;
line-height: 64px;
width: 64px;
height: 64px;
position: absolute;
top: 50%;
margin: -32px 0 0 -32px;
}
.blueimp-gallery .modal-body .video-loading a {
background: url(../img/loading.gif) center no-repeat;
background-size: 64px 64px;
}
.blueimp-gallery .modal-body .video-loading a:after {
content: none;
}

@media screen and (min-width: 768px) {
.blueimp-gallery .modal-dialog {
right: auto;
left: auto;
width: auto;
max-width: 900px;
padding-left: 5%;
padding-right: 5%;
}
}
5 changes: 5 additions & 0 deletions culturefeed_bootstrap.info
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ regions[footer] = 'Footer'
stylesheets[all][] = less/style.less
; TEMP
stylesheets[all][] = css/bootstrap-switch.css
stylesheets[all][] = css/bootstrap-gallery.css
stylesheets[all][] = css/blueimp-gallery.min.css


less[vars][@brand-primary] = #428bca
Expand All @@ -35,6 +37,9 @@ less[vars][@font-family-serif] = Georgia, "Times New Roman", Times, serif

; Scripts
scripts[] = 'js/culturefeed-bootstrap.js'
scripts[] = 'js/jquery.blueimp-gallery.js'
scripts[] = 'js/bootstrap-gallery.js'


;**********************************
; METHOD 1: Bootstrap Source Files
Expand Down
Loading

0 comments on commit 6cb88e0

Please sign in to comment.