[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Summary view] [Print] [Text view]
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;/*#f1f6e8;*/ 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: 16% 0; 54 } 55 .welcome-div{ 56 padding: 16% 0; 57 } 58 .mig-div{ 59 padding: 10% 0; 60 } 61 .vLinks{ 62 margin: 6% 0; 63 padding: 4% 10%; 64 width: 85px; 65 height: 200px; 66 background: #eee; 67 border-radius: 4px; 68 float: right; 69 border: 1px solid #ddd; 70 } 71 .marginTopZero{ 72 margin-top: 0; 73 } 74 hr{ 75 border: 1px solid #ddd; 76 margin: 13px 0; 77 } 78 .row-fluid .group-container{ 79 background: #eee; 80 border: 1px solid #ddd; 81 border-radius: 3px; 82 margin-bottom: 25px; 83 padding: 15px; 84 position: relative; 85 min-height: 230px !important; 86 *margin: 0px !important; 87 *padding: 5px 0; 88 } 89 .group-heading{ 90 color: #2c69a7; 91 text-shadow: 0px 0px 1px #BBB; 92 } 93 .group-desc{ 94 padding-bottom:9px; 95 min-height: 130px; 96 } 97 .module_list{ 98 background: #146bae; 99 border-radius: 3px 0; 100 right: 0; 101 bottom: 0; 102 position: absolute; 103 color: #fff; 104 font-weight: bold; 105 padding: 3px 10px; 106 text-shadow: 0 0 1px #000; 107 z-index: 605; 108 } 109 .module_list a{ 110 cursor: pointer; 111 text-decoration: none; 112 color: #fff; 113 } 114 .reveal_modules{ 115 position: absolute; 116 height:0; 117 width: 0; 118 z-index: 600; 119 background: #000; 120 opacity: 0; 121 top:100%; 122 left:100%; 123 color: #fff; 124 visibility:hidden; 125 border-radius: 3px; 126 } 127 .reveal_modules > div{ 128 padding-left: 30px; 129 } 130 .reveal_modules > div > p{ 131 margin: 0 30px 10px 0; 132 vertical-align: top; 133 display: inline-block; 134 } 135 .config-table{ 136 width: 100%; 137 border: 1px solid #ddd; 138 margin: 5px 0 15px; 139 border-radius: 3px; 140 border-collapse: separate; 141 padding: 0; 142 background: #fff; 143 } 144 .config-table tr td, .config-table tr th{ 145 padding: 8px; 146 } 147 148 .config-table tr th:last-child{ 149 border-radius: 0 3px 0 0; 150 } 151 .config-table tr th:first-child{ 152 border-radius: 3px 0 0 0; 153 text-align: left; 154 } 155 .config-table tr td:first-child{ 156 text-align: left; 157 } 158 .config-table th{ 159 background: #ddd; 160 } 161 .config-table tr:hover{ 162 background: #efefef; 163 } 164 165 .config-table td, .config-table th{ 166 text-align: center; 167 width: 33%; 168 } 169 170 .config-table tr td.no, p.no,span.no{ 171 color: red; 172 font-weight: bold; 173 } 174 .config-table tr td.yes, p.yes, span.yes{ 175 color: green; 176 font-weight: bold; 177 178 } 179 .config-table td span img{ 180 margin-left: 10px; 181 } 182 .button-container a{ 183 text-decoration: none; 184 } 185 .button-container{ 186 float: right; 187 } 188 .button-container .btn{ 189 margin-left: 15px; 190 min-width: 100px; 191 font-weight: bold; 192 } 193 .license{ 194 padding: 10px; 195 height: 330px; 196 overflow-y: scroll; 197 margin: 15px 0; 198 border: 1px solid #ddd; 199 font-size: 12px; 200 } 201 .input-table tr td{ 202 padding: 5px 10px; 203 height: 30px; 204 text-align: left; 205 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |