| [ Index ] |
PHP Cross Reference of Wordpress 2.9.1 |
[Summary view] [Print] [Text view]
1 * { margin: 0; padding: 0; } 2 3 body { 4 border-top-width: 30px; 5 border-top-style: solid; 6 font: 11px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif; 7 } 8 9 form { 10 margin-left: 8px; 11 padding: 16px 16px 40px 16px; 12 font-weight: normal; 13 -moz-border-radius: 11px; 14 -khtml-border-radius: 11px; 15 -webkit-border-radius: 11px; 16 border-radius: 5px; 17 background: #fff; 18 border: 1px solid #e5e5e5; 19 -moz-box-shadow: rgba(200,200,200,1) 0 4px 18px; 20 -webkit-box-shadow: rgba(200,200,200,1) 0 4px 18px; 21 -khtml-box-shadow: rgba(200,200,200,1) 0 4px 18px; 22 box-shadow: rgba(200,200,200,1) 0 4px 18px; 23 } 24 25 form .forgetmenot { 26 font-weight: normal; 27 float: left; 28 margin-bottom: 0; 29 } 30 31 .button-primary { 32 font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif; 33 padding: 3px 10px; 34 border: none; 35 font-size: 12px; 36 border-width: 1px; 37 border-style: solid; 38 -moz-border-radius: 11px; 39 -khtml-border-radius: 11px; 40 -webkit-border-radius: 11px; 41 border-radius: 11px; 42 cursor: pointer; 43 text-decoration: none; 44 margin-top: -3px; 45 } 46 47 #login form p { 48 margin-bottom: 0; 49 } 50 51 label { 52 color: #777; 53 font-size: 13px; 54 } 55 56 form .forgetmenot label { 57 font-size: 11px; 58 line-height: 19px; 59 } 60 61 form .submit, 62 .alignright { 63 float: right; 64 } 65 66 form p { 67 margin-bottom: 24px; 68 } 69 70 h1 a { 71 background: url(../images/logo-login.gif) no-repeat top center; 72 width: 326px; 73 height: 67px; 74 text-indent: -9999px; 75 overflow: hidden; 76 padding-bottom: 15px; 77 display: block; 78 } 79 80 #nav { 81 text-shadow: rgba(255,255,255,1) 0 1px 0; 82 } 83 84 #backtoblog a { 85 position: absolute; 86 top: 7px; 87 left: 15px; 88 text-decoration: none; 89 } 90 91 #login { width: 320px; margin: 7em auto; } 92 93 #login_error, 94 .message { 95 margin: 0 0 16px 8px; 96 border-width: 1px; 97 border-style: solid; 98 padding: 12px; 99 -moz-border-radius: 3px; 100 -khtml-border-radius: 3px; 101 -webkit-border-radius: 3px; 102 border-radius: 3px; 103 } 104 105 #nav { 106 margin: 0 0 0 8px; 107 padding: 16px; 108 } 109 110 #user_pass, 111 #user_login, 112 #user_email { 113 font-size: 24px; 114 width: 97%; 115 padding: 3px; 116 margin-top: 2px; 117 margin-right: 6px; 118 margin-bottom: 16px; 119 border: 1px solid #e5e5e5; 120 background: #fbfbfb; 121 } 122 123 input { 124 color: #555; 125 } 126 127 .clear { 128 clear: both; 129 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Fri Jan 8 00:19:48 2010 | Cross-referenced by PHPXref 0.7 |