changeset 16 | a86126ab1dd4 |
parent 9 | 177826044cd9 |
child 18 | be944660c56a |
15:3d4e9c994f10 | 16:a86126ab1dd4 |
---|---|
1 /*! This file is auto-generated */ |
|
1 html { |
2 html { |
2 background: #f1f1f1; |
3 background: #f1f1f1; |
3 margin: 0 20px; |
4 margin: 0 20px; |
4 } |
5 } |
5 |
6 |
18 color: #0073aa; |
19 color: #0073aa; |
19 } |
20 } |
20 |
21 |
21 a:hover, |
22 a:hover, |
22 a:active { |
23 a:active { |
23 color: #00a0d2; |
24 color: #006799; |
24 } |
25 } |
25 |
26 |
26 a:focus { |
27 a:focus { |
27 color: #124964; |
28 color: #124964; |
28 box-shadow: |
29 box-shadow: |
29 0 0 0 1px #5b9dd9, |
30 0 0 0 1px #5b9dd9, |
30 0 0 2px 1px rgba(30, 140, 190, 0.8); |
31 0 0 2px 1px rgba(30, 140, 190, 0.8); |
31 } |
|
32 |
|
33 .ie8 a:focus { |
|
34 outline: #5b9dd9 solid 1px; |
|
35 } |
32 } |
36 |
33 |
37 h1, h2 { |
34 h1, h2 { |
38 border-bottom: 1px solid #ddd; |
35 border-bottom: 1px solid #ddd; |
39 clear: both; |
36 clear: both; |
79 label { |
76 label { |
80 cursor: pointer; |
77 cursor: pointer; |
81 } |
78 } |
82 |
79 |
83 #logo { |
80 #logo { |
84 margin: 6px 0 14px 0; |
81 margin: -130px auto 25px; |
85 padding: 0 0 7px 0; |
82 padding: 0 0 25px 0; |
86 border-bottom: none; |
83 width: 84px; |
87 text-align: center |
84 height: 84px; |
88 } |
85 overflow: hidden; |
89 #logo a { |
|
90 background-image: url(../images/w-logo-blue.png?ver=20131202); |
86 background-image: url(../images/w-logo-blue.png?ver=20131202); |
91 background-image: none, url(../images/wordpress-logo.svg?ver=20131107); |
87 background-image: none, url(../images/wordpress-logo.svg?ver=20131107); |
92 background-size: 84px; |
88 background-size: 84px; |
93 background-position: center top; |
89 background-position: center top; |
94 background-repeat: no-repeat; |
90 background-repeat: no-repeat; |
95 color: #444; /* same as login.css */ |
91 color: #444; /* same as login.css */ |
96 height: 84px; |
|
97 font-size: 20px; |
92 font-size: 20px; |
98 font-weight: 400; |
93 font-weight: 400; |
99 line-height: 1.3em; |
94 line-height: 1.3em; |
100 margin: -130px auto 25px; |
|
101 padding: 0; |
|
102 text-decoration: none; |
95 text-decoration: none; |
103 width: 84px; |
96 text-align: center; |
104 text-indent: -9999px; |
97 text-indent: -9999px; |
105 outline: none; |
98 outline: none; |
106 overflow: hidden; |
|
107 display: block; |
|
108 } |
99 } |
109 |
100 |
110 .step { |
101 .step { |
111 margin: 20px 0 15px; |
102 margin: 20px 0 15px; |
112 } |
103 } |
113 .step, th { |
104 .step, th { |
114 text-align: right; |
105 text-align: right; |
115 padding: 0; |
106 padding: 0; |
116 } |
107 } |
117 .language-chooser.wp-core-ui .step .button.button-large { |
108 .language-chooser.wp-core-ui .step .button.button-large { |
118 height: 36px; |
109 font-size: 14px; |
119 font-size: 14px; |
|
120 line-height: 33px; |
|
121 vertical-align: middle; |
|
122 } |
110 } |
123 textarea { |
111 textarea { |
124 border: 1px solid #ddd; |
112 border: 1px solid #ddd; |
125 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
113 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
126 width: 100%; |
114 width: 100%; |
147 width: 140px; |
135 width: 140px; |
148 vertical-align: top; |
136 vertical-align: top; |
149 } |
137 } |
150 |
138 |
151 .form-table code { |
139 .form-table code { |
152 line-height: 18px; |
140 line-height: 1.28571428; |
153 font-size: 14px; |
141 font-size: 14px; |
154 } |
142 } |
155 |
143 |
156 .form-table p { |
144 .form-table p { |
157 margin: 4px 0 0 0; |
145 margin: 4px 0 0 0; |
158 font-size: 11px; |
146 font-size: 11px; |
159 } |
147 } |
160 |
148 |
161 .form-table input { |
149 .form-table input { |
162 line-height: 20px; |
150 line-height: 1.33333333; |
163 font-size: 15px; |
151 font-size: 15px; |
164 padding: 3px 5px; |
152 padding: 3px 5px; |
165 border: 1px solid #ddd; |
153 border: 1px solid #ddd; |
166 box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07); |
154 box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07); |
167 } |
155 } |
203 margin-top: 50px; |
191 margin-top: 50px; |
204 } |
192 } |
205 |
193 |
206 #error-page p { |
194 #error-page p { |
207 font-size: 14px; |
195 font-size: 14px; |
208 line-height: 18px; |
196 line-height: 1.28571428; |
209 margin: 25px 0 20px; |
197 margin: 25px 0 20px; |
210 } |
198 } |
211 |
199 |
212 #error-page code, .code { |
200 #error-page code, .code { |
213 font-family: Consolas, Monaco, monospace; |
201 font-family: Consolas, Monaco, monospace; |
299 display: block; |
287 display: block; |
300 max-width: none; |
288 max-width: none; |
301 box-sizing: border-box; |
289 box-sizing: border-box; |
302 } |
290 } |
303 |
291 |
292 .wp-pwd #pass1 { |
|
293 padding-left: 50px; |
|
294 } |
|
295 |
|
296 .wp-pwd .button.wp-hide-pw { |
|
297 left: 0; |
|
298 } |
|
299 |
|
300 #pass-strength-result { |
|
301 width: 100%; |
|
302 } |
|
304 } |
303 } |
305 |
304 |
306 body.language-chooser { |
305 body.language-chooser { |
307 max-width: 300px; |
306 max-width: 300px; |
308 } |
307 } |
310 .language-chooser select { |
309 .language-chooser select { |
311 padding: 8px; |
310 padding: 8px; |
312 width: 100%; |
311 width: 100%; |
313 display: block; |
312 display: block; |
314 border: 1px solid #ddd; |
313 border: 1px solid #ddd; |
315 background-color: #fff; |
314 background: #fff; |
316 color: #32373c; |
315 color: #32373c; |
317 font-size: 16px; |
316 font-size: 16px; |
318 font-family: Arial, sans-serif; |
317 font-family: Arial, sans-serif; |
319 font-weight: 400; |
318 font-weight: 400; |
319 } |
|
320 |
|
321 .language-chooser select:focus { |
|
322 color: #32373c; |
|
323 } |
|
324 |
|
325 .language-chooser select option:hover, |
|
326 .language-chooser select option:focus { |
|
327 color: #016087; |
|
320 } |
328 } |
321 |
329 |
322 .language-chooser p { |
330 .language-chooser p { |
323 text-align: left; |
331 text-align: left; |
324 } |
332 } |