You are here

brilliant_gallery.css in Brilliant Gallery 6.4

/*
ul.brilliant_gallery {
*/
/* 
Total 'width' controls the number of thumbnails in each row. 
The number, in pixels, should be calculated thusly:
[maximum width desired for thumbnails] + [padding - if any, x 2] + [margin - if any, x 2] + [border - if any, x 2] x [number of thumbnails desired in each row]
*/
/*
width: 174px;
*/
/*
}
*/
/*	
ul.brilliant_gallery li {
float: left;
list-style: none;
background: #000;
width: 44px;
height: 33px;
padding: 4px;
text-align: center;
margin: 0;
border: none;
}
*/

ul.brilliant_gallery img, ul.brilliant_gallery li a {
    border: none;
}
/*
.brilliant_gallery {
text-decoration: line-through
}
*/
/*
<ul class="brilliant_gallery">
<li><a href="http://www.vacilando.eu/sites/vacilando.eu/files/albums/2007_Tomas/Ali.al-fulopp_i_DSC05951.JPG" rel="lightbox[1563447]" title="Ali al-fulopp i DSC05951"><img src="http://www.vacilando.eu/sites/all/modules/brilliant_gallery/image.php?imgp=L3Zhci93d3cvdmhvc3RzL3ZhY2lsYW5kby5ldS9odHRwZG9jcy9zaXRlcy92YWNpbGFuZG8uZXUvZmlsZXMvYWxidW1zLzIwMDdfVG9tYXMvQWxpLmFsLWZ1bG9wcF9pX0RTQzA1OTUxLkpQRw==&amp;imgw=44&amp;imgh=33" /></a></li>
...
</ul>
*/

File

brilliant_gallery.css
View source
  1. /*
  2. ul.brilliant_gallery {
  3. */
  4. /*
  5. Total 'width' controls the number of thumbnails in each row.
  6. The number, in pixels, should be calculated thusly:
  7. [maximum width desired for thumbnails] + [padding - if any, x 2] + [margin - if any, x 2] + [border - if any, x 2] x [number of thumbnails desired in each row]
  8. */
  9. /*
  10. width: 174px;
  11. */
  12. /*
  13. }
  14. */
  15. /*
  16. ul.brilliant_gallery li {
  17. float: left;
  18. list-style: none;
  19. background: #000;
  20. width: 44px;
  21. height: 33px;
  22. padding: 4px;
  23. text-align: center;
  24. margin: 0;
  25. border: none;
  26. }
  27. */
  28. ul.brilliant_gallery img, ul.brilliant_gallery li a {
  29. border: none;
  30. }
  31. /*
  32. .brilliant_gallery {
  33. text-decoration: line-through
  34. }
  35. */
  36. /*
  37. */