Create New Item
×
Item Type
File
Folder
Item Name
×
Search file in folder and subfolders...
File Manager
/
wp-content
/
plugins
/
foogallery
/
includes
/
admin
/
boilerplates
/
template
/
css
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
/* Add any CSS that will be needed by your {name} gallery template. This will be output to the frontend */ ul.foogallery-{slug} li { display: inline; } ul.foogallery-{slug} li a { background: #fff; display: inline; float: left; margin: 0 30px 20px 0; width: auto; padding: 10px 10px 15px; } ul.foogallery-{slug} li a:hover { -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .5); -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .5); } ul.foogallery-{slug} li img { display: block; width: 190px; margin-bottom: 12px; }