| [ 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 14 body { 15 margin: 0px; 16 padding: 0px; 17 color : #333; 18 background-color : #FFF; 19 font-size : 11px; 20 font-family : Arial, Helvetica, sans-serif; 21 } 22 23 #wrapper { 24 border: 0px; 25 margin: 0px; 26 margin-left: auto; 27 margin-right: auto; 28 padding: 0px; 29 } 30 31 #header { 32 background-color: #FFF; 33 background-position: right top; 34 border-bottom: 4px solid #80B5D7; 35 } 36 37 #mambo { 38 position: relative; 39 width: 100%; 40 background: url(../images/header_blue.jpg) #30569D no-repeat; 41 background-position: top right; 42 margin: 0px; 43 padding: 0px; 44 } 45 46 #break { 47 height: 50px; 48 } 49 50 form { 51 margin: 0px; 52 } 53 54 55 56 .button { 57 border : solid 1px #cccccc; 58 background: #E9ECEF; 59 color : #666666; 60 font-weight : bold; 61 font-size : 11px; 62 padding: 4px; 63 } 64 65 .login { 66 margin-left: auto; 67 margin-right: auto; 68 margin-top: 6em; 69 padding: 15px; 70 border: 1px solid #cccccc; 71 width: 429px; 72 background: #F1F3F5; 73 } 74 75 .login h1 { 76 background: url(../images/login_header.png) no-repeat; 77 background-position: left top; 78 color: #333; 79 margin: 0px; 80 height: 50px; 81 padding: 15px 4px 0 50px; 82 text-align: left; 83 font-size: 1.5em; 84 } 85 86 .login p { 87 padding: 0 1em 0 1em; 88 } 89 90 .form-block { 91 border: 1px solid #cccccc; 92 background: #E9ECEF; 93 padding-top: 15px; 94 padding-left: 10px; 95 padding-bottom: 10px; 96 padding-right: 10px; 97 } 98 99 .login-form { 100 text-align: left; 101 float: right; 102 width: 60%; 103 } 104 105 .login-text { 106 text-align: left; 107 width: 40%; 108 float: left; 109 } 110 111 .inputlabel { 112 font-weight: bold; 113 text-align: left; 114 } 115 116 .inputbox { 117 width: 150px; 118 margin: 0 0 1em 0; 119 border: 1px solid #cccccc; 120 } 121 122 .clr { 123 clear:both; 124 } 125 126 .ctr { 127 text-align: center; 128 } 129 130 .version { 131 font-size: 0.8em; 132 } 133 134 .footer { 135 136 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Wed May 23 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 |