]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-admin/css/login.dev.css
Wordpress 3.2.1
[autoinstalls/wordpress.git] / wp-admin / css / login.dev.css
1 * { margin: 0; padding: 0; }
2
3 html {
4         background: #fbfbfb !important;
5 }
6
7 body {
8         padding-top: 30px;
9         font-family: sans-serif;
10         font-size: 12px;
11 }
12
13 form {
14         margin-left: 8px;
15         padding: 26px 24px 46px;
16         font-weight: normal;
17         -moz-border-radius: 3px;
18         -khtml-border-radius: 3px;
19         -webkit-border-radius: 3px;
20         border-radius: 3px;
21         background: #fff;
22         border: 1px solid #e5e5e5;
23         -moz-box-shadow: rgba(200, 200, 200, 0.7) 0px 4px 10px -1px;
24         -webkit-box-shadow: rgba(200, 200, 200, 0.7) 0px 4px 10px -1px;
25         -khtml-box-shadow: rgba(200, 200, 200, 0.7) 0px 4px 10px -1px;
26         box-shadow: rgba(200, 200, 200, 0.7) 0px 4px 10px -1px;
27 }
28
29 form .forgetmenot {
30         font-weight: normal;
31         float: left;
32         margin-bottom: 0;
33 }
34
35 .button-primary {
36         font-family: sans-serif;
37         padding: 3px 10px;
38         border: none;
39         font-size: 13px;
40         border-width: 1px;
41         border-style: solid;
42         -moz-border-radius: 11px;
43         -khtml-border-radius: 11px;
44         -webkit-border-radius: 11px;
45         border-radius: 11px;
46         cursor: pointer;
47         text-decoration: none;
48         margin-top: -3px;
49 }
50
51 #login form p {
52         margin-bottom: 0;
53 }
54
55 label {
56         color: #777;
57         font-size: 14px;
58 }
59
60 form .forgetmenot label {
61         font-size: 12px;
62         line-height: 19px;
63 }
64
65 form .submit,
66 .alignright {
67         float: right;
68 }
69
70 form p {
71         margin-bottom: 24px;
72 }
73
74 h1 a {
75         background: url(../images/logo-login.png) no-repeat top center;
76         width: 326px;
77         height: 67px;
78         text-indent: -9999px;
79         overflow: hidden;
80         padding-bottom: 15px;
81         display: block;
82 }
83
84 #login {
85         width: 320px;
86         margin: 7em auto;
87 }
88
89 #login_error,
90 .message {
91         margin: 0 0 16px 8px;
92         border-width: 1px;
93         border-style: solid;
94         padding: 12px;
95         -moz-border-radius: 3px;
96         -khtml-border-radius: 3px;
97         -webkit-border-radius: 3px;
98         border-radius: 3px;
99 }
100
101 #nav,
102 #backtoblog {
103         text-shadow: rgba(255,255,255,1) 0 1px 0;
104         margin: 0 0 0 16px;
105         padding: 16px 16px 0;
106 }
107 #backtoblog {
108         padding: 12px 16px 0;
109 }
110
111 body form .input {
112         font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
113         font-weight: 200;
114         font-size: 24px;
115         width: 97%;
116         padding: 3px;
117         margin-top: 2px;
118         margin-right: 6px;
119         margin-bottom: 16px;
120         border: 1px solid #e5e5e5;
121         background: #fbfbfb;
122         outline: none;
123         -moz-box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
124         -webkit-box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
125         box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
126 }
127
128 input {
129         color: #555;
130 }
131
132 .clear {
133         clear: both;
134 }
135
136 #pass-strength-result {
137         font-weight: bold;
138         border-style: solid;
139         border-width: 1px;
140         margin: 12px 0 6px;
141         padding: 6px 5px;
142         text-align: center;
143 }
144