[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

/sites/all/modules/image/contrib/image_gallery/ -> image_gallery.css (source)

   1  /* $Id: image_gallery.css,v 1.10 2009/08/27 12:10:57 joachim Exp $ */
   2  
   3  ul.galleries {
   4    list-style-type : none;
   5    margin : 0;
   6    padding : 0;
   7  }
   8  
   9  ul.galleries li {
  10    position : relative;
  11    background: transparent none;
  12    border : 1px #cccccc solid;
  13    margin : 1em 0;
  14    padding : 1em;
  15  }
  16  
  17  ul.galleries li img {
  18    float : left;
  19    position : relative;
  20    padding-right : 4px;
  21    margin-right : 4px;
  22  }
  23  
  24  ul.galleries li .count,
  25  ul.galleries li .last {
  26    clear : left;
  27    margin : 0;
  28    padding : 0;
  29    font-style : italic;
  30  }
  31  
  32  ul.galleries h3 {
  33    margin : 0;
  34    padding : 0;
  35  }
  36  
  37  ul.images {
  38    list-style-type : none;
  39    margin : 0;
  40    padding : 0;
  41  }
  42  
  43  ul.images h3 { 
  44    font-size:1em;
  45  }
  46  
  47  ul.images li {
  48    float : left;
  49    margin : 1em;
  50    background: transparent none;
  51    list-style: none;
  52  }
  53  
  54  /* Views: gallery terms style plugin. */
  55  .view .image-gallery-terms li {
  56    background: transparent none;
  57    border : 1px #cccccc solid;
  58    margin : 1em 0;
  59    padding : 1em;
  60  }
  61  .image-gallery-terms .image-gallery-view-cover-thumbnail {
  62    float: left;
  63    margin-right: 1em;
  64  }


Generated: Mon Jul 9 18:01:44 2012 Cross-referenced by PHPXref 0.7