| [ Index ] | PHP Cross Reference of Mambo 4.6.5 |
|
| [ Variables ] [ Functions ] [ Classes ] [ Constants ] [ Statistics ] | ||
[Summary view] [Print] [Text view]
1 /** 2 * @package Mambo 3 * @author Mambo Foundation Inc see README.php 4 * @copyright Mambo Foundation Inc. 5 * See COPYRIGHT.php for copyright notices and details. 6 * @license http://www.opensource.org/licenses/gpl-2.0.php GNU/GPL, see 7 * LICENSE.php 8 * Mambo is free software; you can redistribute it and/or 9 * modify it under the terms of the GNU General Public License 10 * as published by the Free Software Foundation; version 2 of the 11 * License. 12 */ 13 body { 14 margin: 0px; 15 padding: 0px; 16 color : #333; 17 background-color : #FFF; 18 font-size : 11px; 19 direction:rtl; 20 } 21 22 #wrapper { 23 border: 0px; 24 margin: 0px; 25 margin-left: auto; 26 margin-right: auto; 27 padding: 0px; 28 } 29 30 #header { 31 background-color: #FFF; 32 background-position: left top; 33 border-bottom: 4px solid #80B5D7; 34 } 35 36 #mambo { 37 position: relative; 38 width: 100%; 39 background: url(header_blue.jpg) #30569D no-repeat; 40 background-position: top left; 41 margin: 0px; 42 padding: 0px; 43 } 44 45 #stepbar { 46 /*background-color: #F1F3F5;*/ 47 width: 750px !important; 48 width: 750px; 49 height: 30px; 50 font-size: 11px; 51 float: right; 52 text-align: right; 53 padding-top: 0px; 54 margin-bottom: -3px; 55 /*background: url(osi_certified.png) no-repeat; 56 background-position: right;*/ 57 } 58 /*#stepbar { 59 background-color: #F1F3F5; 60 width: 170px !important; 61 width: 170px; 62 height: 400px; 63 font-size: 11px; 64 float: left; 65 text-align: left; 66 background: url(osi_certified.png) no-repeat; 67 background-position: bottom; 68 }*/ 69 #step { 70 background: url(install_logo.png) no-repeat; 71 font-size: 30px; 72 font-family:Tahoma; 73 font-weight:bold; 74 text-align: right; 75 color: #666666; 76 padding: 10px 0px 20px 80px; 77 white-space: nowrap; 78 position: relative; 79 float: right; 80 } 81 #steposi { 82 width: 120px !important; 83 width: 120px; 84 height: 100px; 85 float: left; 86 margin-left: 10px; 87 background: url(osi_certified.png) no-repeat; 88 background-position: left; 89 90 } 91 .step-on { 92 color: #ff9900; 93 background: #30569d; 94 font-weight: bold; 95 font-size: 13px; 96 padding: 5px; 97 border-top: 1px solid #cccccc; 98 border-left: 1px solid #cccccc; 99 border-right: 1px solid #cccccc; 100 margin: 3px; 101 width: auto; 102 float: right; 103 font-family:Tahoma; 104 } 105 106 .step-off { 107 color: #ffffff; 108 font-weight: bold; 109 font-size: 13px; 110 padding: 5px; 111 border-top: 1px solid #cccccc; 112 border-left: 1px solid #cccccc; 113 border-right: 1px solid #cccccc; 114 margin: 3px; 115 width: auto; 116 float: right; 117 background: #80b5d7; 118 font-family:Tahoma; 119 } 120 121 #right { 122 float: right; 123 width: 750px !important; 124 width: 750px; 125 border-top: 5px solid #30569d; 126 border-bottom: 1px solid #30569d; 127 border-left: 1px solid #30569d; 128 border-right: 1px solid #30569d; 129 padding: 4px; 130 background: #f1f3f5; 131 } 132 #right2 { 133 float: right; 134 width: 750px !important; 135 width: 750px; 136 border-top: 5px solid #30569d; 137 border-bottom: 0px solid #30569d; 138 border-left: 1px solid #30569d; 139 border-right: 1px solid #30569d; 140 padding: 4px; 141 background: #f1f3f5; 142 } 143 #survey { 144 float: left; 145 width: 750px !important; 146 width: 750px; 147 border-top: 0px solid #30569d; 148 border-bottom: 1px solid #30569d; 149 border-left: 1px solid #30569d; 150 border-right: 1px solid #30569d; 151 padding: 4px; 152 margin-bottom: 1em; 153 background: #f1f3f5; 154 } 155 #break { 156 height: 20px; 157 } 158 159 .licensetext { 160 text-align: right; 161 } 162 163 .license { 164 padding: 0px; 165 width: 730px; 166 height: 300px; 167 } 168 169 .license-form { 170 float: right; 171 } 172 173 .install { 174 margin-left: auto; 175 margin-right: auto; 176 margin-top: 1em; 177 margin-bottom: 1em; 178 padding: 2px; 179 /*border: 1px solid #ff0000;*/ 180 width: 750px; 181 background: #ffffff; 182 } 183 184 .install h1 { 185 font-size: 15px; 186 font-weight: bold; 187 color: #FF9900; 188 padding: 10px 10px 4px 0px; 189 text-align: right; 190 border-bottom: 1px solid #FF9900; 191 margin-bottom: 10px; 192 193 } 194 195 .install-form { 196 position: relative; 197 text-align: right; 198 float: right; 199 width: 58%; 200 } 201 202 .install-text { 203 /*position: relative;*/ 204 text-align: right; 205 width: 40%; 206 float: right; 207 } 208 209 .form-block { 210 border: 1px solid #cccccc; 211 background: #E9ECEF; 212 padding-top: 5px; 213 padding-left: 5px; 214 padding-bottom: 5px; 215 padding-right: 5px; 216 } 217 218 .left { 219 position: relative; 220 text-align: left; 221 float: left; 222 width: 50%; 223 } 224 225 .right { 226 position: relative; 227 text-align: left; 228 float: right; 229 width: 50%; 230 } 231 232 .far-right { 233 position: relative; 234 text-align: left; 235 float: left; 236 } 237 238 .far-left { 239 position: relative; 240 text-align: right; 241 float: right; 242 } 243 244 .clr { 245 clear:both; 246 } 247 248 .ctr { 249 text-align: center; 250 } 251 252 .button { 253 border : solid 1px #cccccc; 254 background: #E9ECEF; 255 color : #666666; 256 font-weight : bold; 257 font-size : 11px; 258 padding: 3px; 259 } 260 261 table.content { 262 width: 80%; 263 font-family:Tahoma, Arial, Helvetica, sans-serif; 264 } 265 266 table.content td { 267 color : #333333; 268 font-size: 11px; 269 width: 50%; 270 } 271 272 table.content2 { 273 width: 90%; 274 } 275 276 table.content2 td { 277 color : #333333; 278 font-size: 11px; 279 } 280 281 .toggle { 282 font-weight: bold; 283 } 284 285 286 /* old stuff */ 287 288 289 a { 290 color : #FF9900; 291 text-decoration : none; 292 } 293 a:hover { 294 color : #999999; 295 text-decoration : underline; 296 } 297 a:active { 298 color : #FF6600; 299 text-decoration : underline; 300 } 301 302 .inputbox { 303 304 color: blue; 305 font-family: Arial, Helvetica, sans-serif; 306 z-index: -3; 307 font-size: 11px; 308 text-align:left; 309 direction:ltr; 310 } 311 312 .small { 313 color : #333; 314 font-size : 10px; 315 } 316 317 .error { 318 color : #cc0000; 319 font-size : 12px; 320 font-weight : bold; 321 padding-top: 10px; 322 padding-bottom: 10px; 323 } 324 325 326 select.options, input.options { 327 font-size: 8pt; 328 border: 1px solid #999; 329 } 330 331 form { 332 margin: 0px 0px 0px 0px; 333 } 334 335 336 .dottedline { 337 border-bottom: 1px solid #333; 338 } 339 340 .installheader { 341 color : #FFF; 342 font-size : 24px; 343 } 344 345 textarea { 346 color : #0000dd; 347 font-family : Arial; 348 font-size : 11px; 349 border: 1px; 350 } 351 352 .red {color:red} 353 .green {color:green}
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Wed Feb 8 00:05:01 2012 | Cross-referenced by PHPXref 0.7 |
| Mambo API: Mambo is Free software released under the GNU/General Public License, Version 2 |