]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-admin/css/install.css
Wordpress 3.5
[autoinstalls/wordpress.git] / wp-admin / css / install.css
1 html {
2         background: #f9f9f9;
3 }
4
5 body {
6         background: #fff;
7         color: #333;
8         font-family: sans-serif;
9         margin: 2em auto;
10         padding: 1em 2em;
11         -webkit-border-radius: 3px;
12         border-radius: 3px;
13         border: 1px solid #dfdfdf;
14         max-width: 700px;
15 }
16
17 a {
18         color: #21759b;
19         text-decoration: none;
20 }
21
22 a:hover {
23         color: #d54e21;
24 }
25
26 h1 {
27         border-bottom: 1px solid #dadada;
28         clear: both;
29         color: #666;
30         font: 24px Georgia, "Times New Roman", Times, serif;
31         margin: 30px 0 0 0;
32         padding: 0;
33         padding-bottom: 7px;
34 }
35
36 h2 {
37         font-size: 16px;
38 }
39
40 p, li, dd, dt {
41         padding-bottom: 2px;
42         font-size: 14px;
43         line-height: 1.5;
44 }
45
46 code, .code {
47         font-size: 14px;
48 }
49
50 ul, ol, dl {
51         padding: 5px 5px 5px 22px;
52 }
53
54 a img {
55         border:0
56 }
57 abbr {
58         border: 0;
59         font-variant: normal;
60 }
61 #logo {
62         margin: 6px 0 14px 0;
63         border-bottom: none;
64         text-align:center
65 }
66 #logo a {
67         background-image: url('../images/wordpress-logo.png?ver=20120216');
68         background-size: 274px 63px;
69         background-position: top center;
70         background-repeat: no-repeat;
71         height: 67px;
72         text-indent: -9999px;
73         outline: none;
74         overflow: hidden;
75         display: block;
76 }
77 @media print,
78   (-o-min-device-pixel-ratio: 5/4),
79   (-webkit-min-device-pixel-ratio: 1.25),
80   (min-resolution: 120dpi) {
81         #logo a {
82                 background-image: url('../images/wordpress-logo-2x.png?ver=20120412');
83                 background-size: 274px 63px;
84         }
85 }
86 .step {
87         margin: 20px 0 15px;
88 }
89 .step, th {
90         text-align: left;
91         padding: 0;
92 }
93 .step .button-large {
94         font-size: 14px;
95 }
96 textarea {
97         border: 1px solid #dfdfdf;
98         -webkit-border-radius: 3px;
99         border-radius: 3px;
100         font-family: sans-serif;
101         width:  695px;
102 }
103
104 .form-table {
105         border-collapse: collapse;
106         margin-top: 1em;
107         width: 100%;
108 }
109
110 .form-table td {
111         margin-bottom: 9px;
112         padding: 10px 20px 10px 0;
113         border-bottom: 8px solid #fff;
114         font-size: 14px;
115         vertical-align: top
116 }
117
118 .form-table th {
119         font-size: 14px;
120         text-align: left;
121         padding: 16px 20px 10px 0;
122         border-bottom: 8px solid #fff;
123         width: 140px;
124         vertical-align: top;
125 }
126
127 .form-table code {
128         line-height: 18px;
129         font-size: 14px;
130 }
131
132 .form-table p {
133         margin: 4px 0 0 0;
134         font-size: 11px;
135 }
136
137 .form-table input {
138         line-height: 20px;
139         font-size: 15px;
140         padding: 2px;
141         border: 1px #dfdfdf solid;
142         -webkit-border-radius: 3px;
143         border-radius: 3px;
144         font-family: sans-serif;
145 }
146
147 .form-table input[type=text],
148 .form-table input[type=password] {
149         width: 206px;
150 }
151
152 .form-table th p {
153         font-weight: normal;
154 }
155
156 .form-table.install-success td {
157         vertical-align: middle;
158         padding: 16px 20px 10px 0;
159 }
160
161 .form-table.install-success td p {
162         margin: 0;
163         font-size: 14px;
164 }
165
166 .form-table.install-success td code {
167         margin: 0;
168         font-size: 18px;
169 }
170
171 #error-page {
172         margin-top: 50px;
173 }
174
175 #error-page p {
176         font-size: 14px;
177         line-height: 18px;
178         margin: 25px 0 20px;
179 }
180
181 #error-page code, .code {
182         font-family: Consolas, Monaco, monospace;
183 }
184
185 #pass-strength-result {
186         background-color: #eee;
187         border-color: #ddd !important;
188         border-style: solid;
189         border-width: 1px;
190         margin: 5px 5px 5px 0;
191         padding: 5px;
192         text-align: center;
193         width: 200px;
194         display: none;
195 }
196
197 #pass-strength-result.bad {
198         background-color: #ffb78c;
199         border-color: #ff853c !important;
200 }
201
202 #pass-strength-result.good {
203         background-color: #ffec8b;
204         border-color: #ffcc00 !important;
205 }
206
207 #pass-strength-result.short {
208         background-color: #ffa0a0;
209         border-color: #f04040 !important;
210 }
211
212 #pass-strength-result.strong {
213         background-color: #c3ff88;
214         border-color: #8dff1c !important;
215 }
216
217 .message {
218         border: 1px solid #e6db55;
219         padding: 0.3em 0.6em;
220         margin: 5px 0 15px;
221         background-color: #ffffe0;
222 }
223
224 /* install-rtl */
225 body.rtl {
226         font-family: Tahoma, arial;
227 }
228
229 .rtl h1 {
230         font-family: arial;
231         margin: 5px -4px 0 0;
232 }
233
234 .rtl ul,
235 .rtl ol {
236         padding: 5px 22px 5px 5px;
237 }
238
239 .rtl .step,
240 .rtl th,
241 .rtl .form-table th {
242         text-align: right;
243 }
244
245 .rtl .submit input,
246 .rtl .button,
247 .rtl .button-secondary {
248         margin-right: 0;
249 }
250
251 .rtl #dbname,
252 .rtl #uname,
253 .rtl #pwd,
254 .rtl #dbhost,
255 .rtl #prefix,
256 .rtl #user_login,
257 .rtl #admin_email,
258 .rtl #pass1,
259 .rtl #pass2 {
260         direction: ltr;
261 }