[ Index ]

PHP Cross Reference of MyBB

title

Body

[close]

/admin/styles/sharepoint/ -> style.css (source)

   1  #templatebox {
   2      position: absolute;
   3      top: 40px;
   4      left: 0;
   5      width: 100%;
   6      z-index: 100; 
   7      text-align: center;
   8      line-height: 0;
   9  }
  10  
  11  #fader{
  12      position: absolute;
  13      top: 0;
  14      left: 0;
  15      z-index: 90;
  16      width: 100%;
  17      height: 500px;
  18      background-color: #000;
  19      filter:alpha(opacity=60);
  20      -moz-opacity: 0.6;
  21      opacity: 0.6;
  22  }
  23  
  24  #outerContainer {
  25      position: relative;
  26      background-color: #fff;
  27      width: 70%;
  28      height: 300px;
  29      margin: 0 auto;
  30  }
  31  
  32  ins {
  33      background: #dfd;
  34      text-decoration: none;
  35      padding: 2px;
  36  }
  37  
  38  del {
  39      background: #fdd;
  40      text-decoration: none;
  41      padding: 2px;
  42  }


Generated: Tue Oct 8 19:19:50 2013 Cross-referenced by PHPXref 0.7.1