File "gallery-EXTSLUG.css"
Full path: /home/satitravel/public_html/wp-content/plugins/foogallery/includes/admin/boilerplates/template/css/gallery-EXTSLUG.css
File
size: 574 B
MIME-type: text/plain
Charset: utf-8
Download Open Edit Advanced Editor &nnbsp; Back
/*
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;
}