[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/layouts/vlayout/modules/Migration/css/ -> style.css (source)

   1  /* 
   2      Document   : style
   3      Created on : Jun 5, 2013, 3:23:02 PM
   4      Author     : Administrator
   5      Description:
   6          Purpose of the stylesheet follows.
   7  */
   8  html{
   9      height:100%;
  10  }
  11  body{
  12      font-family: Tahoma, "Trebuchet MS","Lucida Grande",Verdana !important;
  13      background: #F5FAEE !important;
  14      color : #555 !important;
  15      font-size: 85% !important;
  16      height: 98% !important;
  17  }
  18  .page-container{
  19      width:70%;
  20      margin: 10px auto;
  21      min-height: 600px;
  22      min-width: 1100px;
  23  }
  24  .error{
  25      border: 1px solid red !important;
  26  }
  27  .main-container{
  28      background: #fff;
  29      border: 1px solid #ddd;
  30      border-radius: 3px;
  31      box-shadow: 0 0 5px #ccc;
  32      min-height: 375px;
  33      *padding: 0 15px;
  34  }
  35  .logo{
  36      padding: 15px 0 ;
  37  }
  38  .head
  39  {
  40      padding-top: 15px;
  41  }
  42  .inner-container{
  43      padding: 15px 2%;
  44      *padding: 15px 0 0;
  45  }
  46  .welcome-image{
  47      text-align: right;
  48  }
  49  .alignCenter{
  50      text-align: center;
  51  }
  52  .welcome-div{
  53      padding: 10% 0;
  54  }
  55  .mig-div{
  56      padding: 10% 0;
  57  }
  58  .vLinks{
  59      margin: 6% 0;
  60      padding: 4% 10%;
  61      background: #eee;
  62      border-radius: 4px;
  63      border: 1px solid #ddd;
  64  }
  65  .marginTopZero{
  66      margin-top: 0;
  67  }
  68  hr{
  69      border: 1px solid #ddd;
  70      margin: 13px 0;
  71  }
  72  .row-fluid .group-container{
  73      background: #eee;
  74      border: 1px solid #ddd;
  75      border-radius: 3px;
  76      margin-bottom: 25px; 
  77      padding: 15px;
  78      position: relative;
  79      min-height: 230px !important;
  80      *margin: 0px !important;
  81      *padding: 5px 0;
  82  }
  83  .group-heading{
  84      color: #2c69a7;
  85      text-shadow: 0px 0px 1px #BBB;
  86  }
  87  .group-desc{
  88      padding-bottom:9px;
  89      min-height: 130px;
  90  }
  91  .module_list{
  92      background: #146bae;
  93      border-radius: 3px 0;
  94      right: 0;
  95      bottom: 0;
  96      position: absolute;
  97      color: #fff;
  98      font-weight: bold;
  99      padding: 3px 10px;
 100      text-shadow: 0 0 1px #000;
 101      z-index: 605;
 102  }
 103  .module_list a{
 104      cursor: pointer;
 105      text-decoration: none;
 106      color: #fff;
 107  }
 108  .reveal_modules{
 109      position: absolute;
 110      height:0;
 111      width: 0;
 112      z-index: 600;
 113      background: #000;
 114      opacity: 0;
 115      top:100%;
 116      left:100%;
 117      color: #fff;
 118      visibility:hidden;
 119      border-radius: 3px;
 120  }
 121  .reveal_modules > div{
 122      padding-left: 30px;
 123  }
 124  .reveal_modules > div > p{
 125      margin: 0  30px 10px 0;
 126      vertical-align: top;
 127      display: inline-block;
 128  }
 129  .config-table{
 130      width: 100%;
 131      border: 1px solid #ddd;    
 132      margin: 5px 0 15px;
 133      border-radius: 3px;
 134      border-collapse: separate;
 135      padding: 0;
 136      background: #fff;
 137  }
 138  .config-table tr td, .config-table tr th{
 139      padding: 8px;
 140      background: #EEF6FE;
 141  }
 142  
 143  .config-table tr th:last-child{
 144      border-radius: 0 3px 0 0;
 145  }
 146  .config-table tr th:first-child{
 147      border-radius: 3px 0 0 0;
 148      text-align: left;
 149  }
 150  .config-table tr td:first-child{
 151      text-align: left;
 152  }
 153  .config-table th{
 154      background: #ddd;
 155  }
 156  .config-table tr:hover{
 157      background: #efefef;
 158  }
 159  
 160  .config-table td, .config-table th{
 161      text-align: center;
 162      width: 33%;
 163  } 
 164  
 165  .config-table tr td.no, p.no,span.no{
 166      color: red;
 167      font-weight: bold;
 168  } 
 169  .config-table tr td.yes, p.yes, span.yes{
 170      color: green;
 171      font-weight: bold;
 172  
 173  }
 174  .config-table td span img{
 175      margin-left: 10px;
 176  }
 177  .button-container a{
 178      text-decoration: none;
 179  }
 180  .button-container{
 181      float: right;
 182  }
 183  .button-container .btn{
 184      margin-left: 15px;
 185      min-width: 100px;
 186      font-weight: bold;
 187  }
 188  .license{
 189      padding: 10px;   
 190      height: 330px;
 191      overflow-y: scroll;
 192      margin: 15px 0;
 193      border: 1px solid #ddd;
 194      font-size: 12px;
 195  }
 196  
 197  #overlay {
 198    background-color: black;
 199    position: fixed;
 200    top: 0; right: 0; bottom: 0; left: 0;
 201    opacity: 0.2; /* also -moz-opacity, etc. */
 202    z-index: 10;
 203  }


Generated: Fri Nov 28 20:08:37 2014 Cross-referenced by PHPXref 0.7.1