[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

/sites/all/plugins/imageflow/ -> imageflow.css (source)

   1  /* ImageFlow Settings
   2  ==================================== */
   3  @media screen, projection {
   4      .imageflow {
   5          overflow:hidden;
   6          position:relative; 
   7          text-align:left;
   8          visibility:hidden;
   9          width:100%;
  10      }
  11      .imageflow img {
  12          border:none;
  13          position:absolute;
  14          top:0px;
  15          visibility:hidden;
  16          -ms-interpolation-mode:bicubic; /* Enables bicubic image resampling for the IE7 */
  17      }
  18      .imageflow p {
  19          margin:0 auto;
  20          text-align:center;
  21      }
  22      .imageflow .loading {
  23          border:1px solid black;
  24          height:15px;
  25          left:50%;
  26          margin-left:-106px;
  27          padding:5px;
  28          position:relative;
  29          visibility:visible;
  30          width:200px;
  31      }
  32      .imageflow .loading_bar {
  33          background:#fff;
  34          height:15px;
  35          visibility:visible;
  36          width:1%;
  37      }
  38      .imageflow .navigation{
  39          z-index:10000;
  40      }
  41      .imageflow .caption {
  42          font-weight:bold;
  43          position:relative; 
  44          text-align:center;
  45          z-index:10001;
  46      }
  47      .imageflow .scrollbar {
  48          padding-top: 80px;                    
  49          border-bottom:1px solid #b3b3b3;
  50          position:relative; 
  51          visibility:hidden;
  52          z-index:1;
  53          height:1px;
  54      }
  55      .imageflow .slider {
  56          background:url(triple-spiral-3-small-button.png) no-repeat;
  57          height:31px;
  58          margin:-14px 0 0 -7px;
  59          position:absolute;
  60          width:31px;
  61          z-index:1;
  62      }
  63      .imageflow .slideshow {
  64          cursor:pointer;
  65          height:14px;
  66          margin:20px 0 20px 20px;
  67          position:absolute;
  68          width:14px;
  69          z-index:10003;
  70      }
  71      .imageflow .slideshow.pause {
  72          background:url(button_pause.png) no-repeat;
  73      }
  74      .imageflow .slideshow.play {
  75          background:url(button_play.png) no-repeat;
  76      }
  77      .imageflow .images {
  78          overflow:hidden;
  79          white-space:nowrap;
  80      }
  81      .imageflow .button {
  82          cursor:pointer;
  83          height:17px;
  84          position:relative;
  85          width:17px;
  86      }
  87      .imageflow .previous {
  88          background: url(button_left.png) top left no-repeat;
  89          float:left;
  90          margin: -7px 0 0 -30px;
  91      }
  92      .imageflow .next {
  93          background: url(button_right.png) top left no-repeat;
  94          float:right;    
  95          margin:-7px -30px 0 30px;
  96      }
  97  }


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