Advertisement
Guest User

Untitled

a guest
Aug 5th, 2013
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.58 KB | None | 0 0
  1. /** THEME STYLE CSS **/
  2. /** Folder Gallery **/
  3. .lb-container, .lb-image {
  4.     height:500px !important;
  5.     width: auto !important;
  6.  
  7. }
  8.  
  9. .fg-subtitle {
  10.     width:150px;
  11.     text-align:center;
  12. }
  13.  
  14. .fg-img img{
  15.     margin-left: 25px;
  16. }
  17.  
  18. .fg-wrapper {
  19.     float:left;
  20.     width: 100px;
  21.     margin: 0 30px;
  22. }
  23.  
  24.  
  25. /** Folder Gallery Style CSS **/
  26. .fg_gallery img { margin:0px 5px 5px 0px; padding:2px; border:1px solid #ddd; display:block; float:left; margin-left:25px !important; }
  27. .fg_gallery img:hover { border-color:#888; }
  28. .fg_title_link { font-weight: bold; }
  29. .fg_title { font-style: italic; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement