1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-18 05:09:05 +01:00
php-e107/e107_plugins/gallery/gallery_style.css
2012-04-25 21:01:05 +00:00

61 lines
1.7 KiB
CSS

/* IMAGE LIST */
.gallery-list-start { clear:both; }
.gallery-list-item { width:190px; height:180px; float:left; margin:3px; border:1px solid #000000; background-color:#000000 }
.gallery-list-end { text-align:center; clear:both; padding-top:20px; }
.gallery-list-caption { display:block; text-align:center; color:#FFFFFF; }
/* CATEGORY LIST */
.gallery-cat-start { clear:both; }
.gallery-cat-item { width:190px; height:180px; float:left; margin:3px; border:1px solid #000000; background-color:#000000; }
.gallery-cat-end { text-align:center; clear:both; }
.gallery-cat-title { text-align:center; }
.gallery-list-nextprev { text-align:center; }
.gallery-list-back { }
.lb-dataContainer { padding-top:10px; font-size: 110%;}
.lb-caption { }
/* SLIDESHOW */
#gallery-slideshow-wrapper { -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 }
#gallery-slideshow-content { width: 3500px; }
#gallery-slideshow-content .slide { float: left; width: 660px; padding:12px; height: 146px; }
.gallery-slideshow-controls { clear:both; width: 660px; margin-left:auto; margin-right:auto; padding-bottom:10px; }
.gallery-slide-item { margin-right:8px; }
.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 }