2012-04-23 09:29:12 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* IMAGE LIST */
|
|
|
|
|
2013-03-08 20:09:29 -08:00
|
|
|
ul.gallery > li > div > h5 { text-align: center }
|
|
|
|
ul.gallery-cat > li > div > h3 { text-align: center }
|
2012-04-23 09:29:12 +00:00
|
|
|
|
|
|
|
/* CATEGORY LIST */
|
|
|
|
|
2012-04-24 08:36:35 +00:00
|
|
|
|
|
|
|
|
2013-03-08 20:09:29 -08:00
|
|
|
.lb-dataContainer { padding-top:10px; font-size: 110%;}
|
2012-04-23 09:29:12 +00:00
|
|
|
|
2013-03-08 20:09:29 -08:00
|
|
|
.lb-caption { }
|
2012-04-25 03:21:02 +00:00
|
|
|
|
|
|
|
|
2012-04-25 10:01:24 +00:00
|
|
|
/* SLIDESHOW */
|
2012-04-25 21:01:05 +00:00
|
|
|
|
2012-07-14 10:40:40 +00:00
|
|
|
#gallery-slideshow-wrapper { display:block; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; width: 660px; height: 146px; overflow: hidden; background: #000000; margin-left:auto;margin-right:auto }
|
2012-04-25 21:01:05 +00:00
|
|
|
|
2012-04-25 10:38:12 +00:00
|
|
|
#gallery-slideshow-content { width: 3500px; }
|
2012-04-25 21:01:05 +00:00
|
|
|
|
2012-04-25 10:38:12 +00:00
|
|
|
#gallery-slideshow-content .slide { float: left; width: 660px; padding:12px; height: 146px; }
|
2012-04-25 21:01:05 +00:00
|
|
|
|
2012-04-25 10:38:12 +00:00
|
|
|
.gallery-slideshow-controls { clear:both; width: 660px; margin-left:auto; margin-right:auto; padding-bottom:10px; }
|
2012-04-25 21:01:05 +00:00
|
|
|
|
2012-04-25 10:38:12 +00:00
|
|
|
.gallery-slide-item { margin-right:8px; }
|
2012-04-25 21:01:05 +00:00
|
|
|
|
|
|
|
.gallery-slideshow-thumb { -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; }
|
|
|
|
|
|
|
|
.gallery-slideshow-thumb:hover { }
|
|
|
|
|
|
|
|
.gallery-slide-jumper-container { text-align:center; padding-left:250px;}
|
|
|
|
|
|
|
|
.gallery-slide-jumper { padding:3px;}
|
|
|
|
|
|
|
|
.gallery-slide-jumper-selected { font-weight:bold }
|
|
|
|
|
|
|
|
|
2013-12-25 01:53:38 -08:00
|
|
|
/* Fix for Bootstrap2 margin-left issue when wrapping */
|
|
|
|
.row-fluid .gallery div.span6:nth-child(2n + 3) { margin-left : 0px; }
|
|
|
|
.row-fluid .gallery div.span4:nth-child(3n + 4) { margin-left : 0px; }
|
|
|
|
.row-fluid .gallery div.span3:nth-child(4n + 5) { margin-left : 0px; }
|
|
|
|
.row-fluid .gallery div.span2:nth-child(6n + 7) { margin-left : 0px; }
|
|
|
|
|
|
|
|
.row-fluid .gallery-cat div.span6:nth-child(2n + 3) { margin-left : 0px; }
|
|
|
|
.row-fluid .gallery-cat div.span4:nth-child(3n + 4) { margin-left : 0px; }
|
|
|
|
.row-fluid .gallery-cat div.span3:nth-child(4n + 5) { margin-left : 0px; }
|
|
|
|
.row-fluid .gallery-cat div.span2:nth-child(6n + 7) { margin-left : 0px; }
|