[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/mod/data/preset/imagegallery/ -> csstemplate.css (source)

   1  /******  List View CSS ******/
   2  
   3  #pictures {
   4    width: 750px;
   5  }
   6  
   7  .picture {
   8    padding: 5px;
   9    border-style: solid;
  10    border-width: thin;
  11    border-color: #779;
  12    background-color: white;
  13  
  14    display:table-cell;display:inline-table;display:inline-block;
  15  }
  16  
  17  .pictureframe {
  18    padding: 5px;
  19  
  20    display:table-cell;display:inline-table;display:inline-block;
  21  }
  22  
  23  .picturediv {
  24    display: inline;
  25    max-width: 150px;
  26    max-height: 200px;
  27  }
  28  
  29  .inline {
  30    display: inline;
  31  }
  32  
  33  /*****  Single View CSS *****/
  34  
  35  .caption {
  36    font-style: italic;
  37  }
  38  
  39  #singleimage img {
  40    width: 700px;
  41    height: auto;
  42  }


Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1