79 label { |
75 label { |
80 cursor: pointer; |
76 cursor: pointer; |
81 } |
77 } |
82 |
78 |
83 #logo { |
79 #logo { |
84 margin: 6px 0 14px 0; |
80 margin: -130px auto 25px; |
85 padding: 0 0 7px 0; |
81 padding: 0 0 25px 0; |
86 border-bottom: none; |
82 width: 84px; |
87 text-align: center |
83 height: 84px; |
88 } |
84 overflow: hidden; |
89 #logo a { |
|
90 background-image: url(../images/w-logo-blue.png?ver=20131202); |
85 background-image: url(../images/w-logo-blue.png?ver=20131202); |
91 background-image: none, url(../images/wordpress-logo.svg?ver=20131107); |
86 background-image: none, url(../images/wordpress-logo.svg?ver=20131107); |
92 background-size: 84px; |
87 background-size: 84px; |
93 background-position: center top; |
88 background-position: center top; |
94 background-repeat: no-repeat; |
89 background-repeat: no-repeat; |
95 color: #444; /* same as login.css */ |
90 color: #444; /* same as login.css */ |
96 height: 84px; |
|
97 font-size: 20px; |
91 font-size: 20px; |
98 font-weight: 400; |
92 font-weight: 400; |
99 line-height: 1.3em; |
93 line-height: 1.3em; |
100 margin: -130px auto 25px; |
|
101 padding: 0; |
|
102 text-decoration: none; |
94 text-decoration: none; |
103 width: 84px; |
95 text-align: center; |
104 text-indent: -9999px; |
96 text-indent: -9999px; |
105 outline: none; |
97 outline: none; |
106 overflow: hidden; |
|
107 display: block; |
|
108 } |
98 } |
109 |
99 |
110 .step { |
100 .step { |
111 margin: 20px 0 15px; |
101 margin: 20px 0 15px; |
112 } |
102 } |
113 .step, th { |
103 .step, th { |
114 text-align: left; |
104 text-align: left; |
115 padding: 0; |
105 padding: 0; |
116 } |
106 } |
117 .language-chooser.wp-core-ui .step .button.button-large { |
107 .language-chooser.wp-core-ui .step .button.button-large { |
118 height: 36px; |
108 font-size: 14px; |
119 font-size: 14px; |
|
120 line-height: 33px; |
|
121 vertical-align: middle; |
|
122 } |
109 } |
123 textarea { |
110 textarea { |
124 border: 1px solid #ddd; |
111 border: 1px solid #ddd; |
125 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; |
126 width: 100%; |
113 width: 100%; |
310 .language-chooser select { |
308 .language-chooser select { |
311 padding: 8px; |
309 padding: 8px; |
312 width: 100%; |
310 width: 100%; |
313 display: block; |
311 display: block; |
314 border: 1px solid #ddd; |
312 border: 1px solid #ddd; |
315 background-color: #fff; |
313 background: #fff; |
316 color: #32373c; |
314 color: #32373c; |
317 font-size: 16px; |
315 font-size: 16px; |
318 font-family: Arial, sans-serif; |
316 font-family: Arial, sans-serif; |
319 font-weight: 400; |
317 font-weight: 400; |
|
318 } |
|
319 |
|
320 .language-chooser select:focus { |
|
321 color: #32373c; |
|
322 } |
|
323 |
|
324 .language-chooser select option:hover, |
|
325 .language-chooser select option:focus { |
|
326 color: #016087; |
320 } |
327 } |
321 |
328 |
322 .language-chooser p { |
329 .language-chooser p { |
323 text-align: right; |
330 text-align: right; |
324 } |
331 } |