1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-13 11:04:38 +01:00
php-e107/e107_plugins/gallery/gallery_style.css

30 lines
722 B
CSS
Raw Normal View History

2012-04-23 09:29:12 +00:00
/* 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; }
2012-04-24 08:36:35 +00:00
.gallery-list-nextprev { text-align:center; }
.gallery-list-back { }
2012-04-23 09:29:12 +00:00