[ Index ]

PHP Cross Reference of MyBB

title

Body

[close]

/admin/styles/default/ -> imodal.css (source)

   1  #ModalOverlay {
   2      background-color:#000;
   3      cursor:wait;
   4  }
   5  
   6  #ModalContainer {
   7      left: 50%;
   8      top: 15%;
   9  }
  10  
  11  .modalClose {
  12      z-index: 100000;
  13      cursor: pointer;
  14      display: block;
  15      position: absolute;
  16      height: 20px;
  17      width: 20px;
  18      right: 10px;
  19      top: 10px;
  20      background: url('images/close.gif') no-repeat;
  21  }
  22  
  23  #ModalLoadingOverlay {
  24      background: #000;
  25      cursor: wait;
  26  }
  27  
  28  #ModalLoadingIndicator {
  29      width: 100px;
  30      height: 100px;
  31      margin-left: -50px;
  32      margin-top: -50px;
  33      background: url('images/loading.gif') no-repeat;
  34      position: fixed;
  35      top: 50%;
  36      left: 50%;
  37      z-index: 30001;
  38  }
  39  
  40  #ModalContentContainer {
  41      background: #fff;
  42      background-image: url('images/background.gif');
  43      background-repeat: repeat-x;
  44      background-position: left bottom;
  45  }
  46  #ModalTitle, .ModalTitle {
  47      background: #efefef;
  48      color: #444;
  49      font-size: 110%;
  50      font-weight: bold;
  51      padding: 10px 14px;
  52      border-bottom: 1px solid #777;
  53      text-align: left;
  54  }
  55  
  56  #ModalContent, .ModalContent {
  57      margin: 14px;
  58      margin-top: 8px;
  59      margin-bottom: 8px;
  60      padding-bottom: 8px;
  61      text-align: left;
  62      color: #444;
  63  }
  64  
  65  #ModalContentContainer .ModalContentWithButtons {
  66      border-bottom: 1px solid #757575;
  67      margin-bottom: 0;
  68  }
  69  
  70  #ModalButtonRow, .ModalButtonRow {
  71      text-align: right;
  72      border-top: 1px solid #fff;
  73      margin: 8px;
  74      margin-top: 0;
  75      height: 45px;
  76  }
  77  
  78  #ModalButtonRow input, .ModalButtonRow input {
  79      text-align: center;
  80  }
  81  
  82  #ModalButtonRow input.Submit, .ModalButtonRow input.Submit {
  83      font-weight: bold;
  84  }
  85  
  86  #ModalTopBorder {
  87      position: absolute;
  88      height: 11px;
  89      background: url('images/border-topbottom.png') repeat-x  0 0;
  90      top: -9px;
  91      left: 12px;
  92      right: 26px;
  93  }
  94  
  95  #ModalBottomBorder {
  96      position: absolute;
  97      height: 15px;
  98      background: url('images/border-topbottom.png') repeat-x 0 -11px;
  99      bottom: -7px;
 100      left: 12px;
 101      right: 26px;
 102  }
 103  
 104  #ModalRightBorder {
 105      position: absolute;
 106      background: url('images/border-sides.png') repeat-y 0 scroll;
 107      right: -20px;
 108      width: 20px;
 109      top: 34px;
 110      bottom: 32px;
 111  }
 112  
 113  #ModalLeftBorder {
 114      position: absolute;
 115      background: url('images/border-sides.png') repeat-y -37px scroll;
 116      left: -20px;
 117      width: 20px;
 118      top: 34px;
 119      bottom: 31px;
 120  }
 121  
 122  #ModalBottomLeftCorner {
 123      position: absolute;
 124      background: url('images/border-corners.png') no-repeat 0 -24px;
 125      bottom:-9px;
 126      height:40px;
 127      left:-8px;
 128      width:20px;
 129  }
 130  
 131  #ModalTopRightCorner {
 132      position: absolute;
 133      background: url('images/border-corners.png') no-repeat -22px 0;
 134      top:-6px;
 135      height:40px;
 136      right:-14px;
 137      width:40px;
 138  }
 139  
 140  #ModalTopLeftCorner {
 141      position: absolute;
 142      background: url('images/border-corners.png') no-repeat 0 0;
 143      top:-6px;
 144      height:40px;
 145      left:-8px;
 146      width:20px;
 147  }
 148  
 149  #ModalBottomRightCorner {
 150      position: absolute;
 151      background: url('images/border-corners.png') no-repeat -22px -23px;
 152      bottom:-8px;
 153      height:40px;
 154      right:-14px;
 155      width:40px;
 156  }


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