[ Index ] |
PHP Cross Reference of MyBB |
[Summary view] [Print] [Text view]
1 /* MyBB Admin CP 2 * 3 * Login CSS 4 */ 5 6 body { 7 font-family: Verdana, Arial, sans-serif; 8 font-size: 12px; 9 background: #efefef; 10 color: #000000; 11 margin: 0; 12 } 13 14 a { 15 color: #035488; 16 text-decoration: none; 17 } 18 19 a:hover { 20 color: #444; 21 text-decoration: underline; 22 } 23 24 .invisible { 25 display: none; 26 } 27 28 #container { 29 width: 410px; 30 margin: 100px auto; 31 } 32 33 #logo h1 { 34 height: 82px; 35 background: transparent url(images/login_logo.gif) bottom left no-repeat; 36 margin: 10px; 37 padding: 0; 38 } 39 40 #header h1 a { 41 float: left; 42 height: 82px; 43 width: 410px; 44 } 45 46 #content { 47 border: 2px solid #ccc; 48 background: #fff; 49 } 50 51 p, form { 52 padding: 0 10px 10px 10px 53 } 54 55 form { 56 padding-bottom: 0; 57 } 58 59 p { 60 margin-bottom: 0; 61 } 62 63 form p { 64 padding: 0 0 10px 0; 65 } 66 67 h2 { 68 background: #016DB1 url(images/thead_bg.gif) repeat-x top left; 69 border-bottom: 1px solid #000000; 70 color:#fff; 71 margin: 0; 72 padding: 8px; 73 font-size: 12px; 74 } 75 76 input.text_input { 77 border: 1px solid #0F5C8E; 78 background: #fff; 79 width: 255px; 80 padding: 4px; 81 font-size: 13px; 82 } 83 84 input.text_input:focus { 85 border: 1px solid #000; 86 } 87 88 #message { 89 margin: 10px 10px 0 10px; 90 padding: 10px; 91 font-weight: bold; 92 background: #efefef; 93 border: 1px solid #ccc; 94 } 95 96 #message.error { 97 border: 1px solid #FC6; 98 background: #FFC; 99 color: #C00; 100 } 101 102 #message.success { 103 border: #080 1px solid; 104 background-color: #E8FCDC; 105 color: #080; 106 } 107 108 form .label { 109 margin-top: 5px; 110 margin-bottom: 3px; 111 width: 120px; 112 clear: left; 113 float: left; 114 padding-bottom:5px; 115 } 116 117 form label { 118 font-weight: bold; 119 } 120 121 .form_container .field{ 122 float: left; 123 padding-bottom: 5px; 124 } 125 126 p.submit { 127 clear: both; 128 padding-top: 8px; 129 margin-top: 8px; 130 margin-right: 0; 131 padding-right: 0; 132 text-align: right; 133 } 134 135 p.submit input { 136 border: 3px double #0F5C8E; 137 padding: 3px; 138 background: #fff url(images/submit_bg.gif) repeat-x top; 139 color: #0F5C8E; 140 font-weight: bold; 141 margin-right: 3px; 142 } 143 144 .forgot_password { 145 float: left; 146 padding-top: 8px; 147 font-size: 11px; 148 } 149 150 .forgot_password a { 151 color: #555; 152 } 153 154 .alert { 155 padding: 5px 10px; 156 border: #FC6 1px solid; 157 background-color: #ffc; 158 color: #900; 159 font-style: normal; 160 font-weight: bold; 161 padding-left: 10px; 162 display: block; 163 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Tue Oct 8 19:19:50 2013 | Cross-referenced by PHPXref 0.7.1 |