changeset 18 | be944660c56a |
parent 16 | a86126ab1dd4 |
child 19 | 3d72ae0968f4 |
17:34716fd837a4 | 18:be944660c56a |
---|---|
1 html { |
1 html { |
2 background: #f1f1f1; |
2 background: #f0f0f1; |
3 margin: 0 20px; |
3 margin: 0 20px; |
4 } |
4 } |
5 |
5 |
6 body { |
6 body { |
7 background: #fff; |
7 background: #fff; |
8 color: #444; |
8 border: 1px solid #c3c4c7; |
9 color: #3c434a; |
|
9 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
10 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
10 margin: 140px auto 25px; |
11 margin: 140px auto 25px; |
11 padding: 20px 20px 10px 20px; |
12 padding: 20px 20px 10px 20px; |
12 max-width: 700px; |
13 max-width: 700px; |
13 -webkit-font-smoothing: subpixel-antialiased; |
14 -webkit-font-smoothing: subpixel-antialiased; |
14 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13); |
15 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); |
15 } |
16 } |
16 |
17 |
17 a { |
18 a { |
18 color: #0073aa; |
19 color: #2271b1; |
19 } |
20 } |
20 |
21 |
21 a:hover, |
22 a:hover, |
22 a:active { |
23 a:active { |
23 color: #006799; |
24 color: #135e96; |
24 } |
25 } |
25 |
26 |
26 a:focus { |
27 a:focus { |
27 color: #124964; |
28 color: #043959; |
28 box-shadow: |
29 box-shadow: |
29 0 0 0 1px #5b9dd9, |
30 0 0 0 1px #4f94d4, |
30 0 0 2px 1px rgba(30, 140, 190, 0.8); |
31 0 0 2px 1px rgba(79, 148, 212, 0.8); |
31 } |
32 } |
32 |
33 |
33 h1, h2 { |
34 h1, h2 { |
34 border-bottom: 1px solid #ddd; |
35 border-bottom: 1px solid #dcdcde; |
35 clear: both; |
36 clear: both; |
36 color: #666; |
37 color: #646970; |
37 font-size: 24px; |
38 font-size: 24px; |
38 padding: 0; |
39 padding: 0 0 7px; |
39 padding-bottom: 7px; |
|
40 font-weight: 400; |
40 font-weight: 400; |
41 } |
41 } |
42 |
42 |
43 h3 { |
43 h3 { |
44 font-size: 16px; |
44 font-size: 16px; |
85 background-image: url(../images/w-logo-blue.png?ver=20131202); |
85 background-image: url(../images/w-logo-blue.png?ver=20131202); |
86 background-image: none, url(../images/wordpress-logo.svg?ver=20131107); |
86 background-image: none, url(../images/wordpress-logo.svg?ver=20131107); |
87 background-size: 84px; |
87 background-size: 84px; |
88 background-position: center top; |
88 background-position: center top; |
89 background-repeat: no-repeat; |
89 background-repeat: no-repeat; |
90 color: #444; /* same as login.css */ |
90 color: #3c434a; /* same as login.css */ |
91 font-size: 20px; |
91 font-size: 20px; |
92 font-weight: 400; |
92 font-weight: 400; |
93 line-height: 1.3em; |
93 line-height: 1.3em; |
94 text-decoration: none; |
94 text-decoration: none; |
95 text-align: center; |
95 text-align: center; |
106 } |
106 } |
107 .language-chooser.wp-core-ui .step .button.button-large { |
107 .language-chooser.wp-core-ui .step .button.button-large { |
108 font-size: 14px; |
108 font-size: 14px; |
109 } |
109 } |
110 textarea { |
110 textarea { |
111 border: 1px solid #ddd; |
111 border: 1px solid #dcdcde; |
112 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
112 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
113 width: 100%; |
113 width: 100%; |
114 box-sizing: border-box; |
114 box-sizing: border-box; |
115 } |
115 } |
116 |
116 |
147 |
147 |
148 .form-table input { |
148 .form-table input { |
149 line-height: 1.33333333; |
149 line-height: 1.33333333; |
150 font-size: 15px; |
150 font-size: 15px; |
151 padding: 3px 5px; |
151 padding: 3px 5px; |
152 border: 1px solid #ddd; |
|
153 box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07); |
|
154 } |
152 } |
155 |
153 |
156 input, |
154 input, |
157 submit { |
155 submit { |
158 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
156 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
199 #error-page code, .code { |
197 #error-page code, .code { |
200 font-family: Consolas, Monaco, monospace; |
198 font-family: Consolas, Monaco, monospace; |
201 } |
199 } |
202 |
200 |
203 .message { |
201 .message { |
204 border-left: 4px solid #dc3232; |
202 border-left: 4px solid #d63638; |
205 padding: .7em .6em; |
203 padding: .7em .6em; |
206 background-color: #fbeaea; |
204 background-color: #fcf0f1; |
207 } |
205 } |
208 |
206 |
209 /* rtl:ignore */ |
207 /* rtl:ignore */ |
210 #dbname, |
208 #dbname, |
211 #uname, |
209 #uname, |
307 |
305 |
308 .language-chooser select { |
306 .language-chooser select { |
309 padding: 8px; |
307 padding: 8px; |
310 width: 100%; |
308 width: 100%; |
311 display: block; |
309 display: block; |
312 border: 1px solid #ddd; |
310 border: 1px solid #dcdcde; |
313 background: #fff; |
311 background: #fff; |
314 color: #32373c; |
312 color: #2c3338; |
315 font-size: 16px; |
313 font-size: 16px; |
316 font-family: Arial, sans-serif; |
314 font-family: Arial, sans-serif; |
317 font-weight: 400; |
315 font-weight: 400; |
318 } |
316 } |
319 |
317 |
320 .language-chooser select:focus { |
318 .language-chooser select:focus { |
321 color: #32373c; |
319 color: #2c3338; |
322 } |
320 } |
323 |
321 |
324 .language-chooser select option:hover, |
322 .language-chooser select option:hover, |
325 .language-chooser select option:focus { |
323 .language-chooser select option:focus { |
326 color: #016087; |
324 color: #0a4b78; |
327 } |
325 } |
328 |
326 |
329 .language-chooser p { |
327 .language-chooser .step { |
330 text-align: right; |
328 text-align: right; |
331 } |
329 } |
332 |
330 |
333 .screen-reader-input, |
331 .screen-reader-input, |
334 .screen-reader-text { |
332 .screen-reader-text { |