install-rtl.css (6010B)
1 /*! This file is auto-generated */ 2 html { 3 background: #f0f0f1; 4 margin: 0 20px; 5 } 6 7 body { 8 background: #fff; 9 border: 1px solid #c3c4c7; 10 color: #3c434a; 11 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 12 margin: 140px auto 25px; 13 padding: 20px 20px 10px 20px; 14 max-width: 700px; 15 -webkit-font-smoothing: subpixel-antialiased; 16 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); 17 } 18 19 a { 20 color: #2271b1; 21 } 22 23 a:hover, 24 a:active { 25 color: #135e96; 26 } 27 28 a:focus { 29 color: #043959; 30 box-shadow: 31 0 0 0 1px #4f94d4, 32 0 0 2px 1px rgba(79, 148, 212, 0.8); 33 } 34 35 h1, h2 { 36 border-bottom: 1px solid #dcdcde; 37 clear: both; 38 color: #646970; 39 font-size: 24px; 40 padding: 0 0 7px; 41 font-weight: 400; 42 } 43 44 h3 { 45 font-size: 16px; 46 } 47 48 p, li, dd, dt { 49 padding-bottom: 2px; 50 font-size: 14px; 51 line-height: 1.5; 52 } 53 54 code, .code { 55 font-family: Consolas, Monaco, monospace; 56 } 57 58 ul, ol, dl { 59 padding: 5px 22px 5px 5px; 60 } 61 62 a img { 63 border: 0 64 } 65 abbr { 66 border: 0; 67 font-variant: normal; 68 } 69 70 fieldset { 71 border: 0; 72 padding: 0; 73 margin: 0; 74 } 75 76 label { 77 cursor: pointer; 78 } 79 80 #logo { 81 margin: -130px auto 25px; 82 padding: 0 0 25px 0; 83 width: 84px; 84 height: 84px; 85 overflow: hidden; 86 background-image: url(../images/w-logo-blue.png?ver=20131202); 87 background-image: none, url(../images/wordpress-logo.svg?ver=20131107); 88 background-size: 84px; 89 background-position: center top; 90 background-repeat: no-repeat; 91 color: #3c434a; /* same as login.css */ 92 font-size: 20px; 93 font-weight: 400; 94 line-height: 1.3em; 95 text-decoration: none; 96 text-align: center; 97 text-indent: -9999px; 98 outline: none; 99 } 100 101 .step { 102 margin: 20px 0 15px; 103 } 104 .step, th { 105 text-align: right; 106 padding: 0; 107 } 108 .language-chooser.wp-core-ui .step .button.button-large { 109 font-size: 14px; 110 } 111 textarea { 112 border: 1px solid #dcdcde; 113 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 114 width: 100%; 115 box-sizing: border-box; 116 } 117 118 .form-table { 119 border-collapse: collapse; 120 margin-top: 1em; 121 width: 100%; 122 } 123 124 .form-table td { 125 margin-bottom: 9px; 126 padding: 10px 0 10px 20px; 127 font-size: 14px; 128 vertical-align: top 129 } 130 131 .form-table th { 132 font-size: 14px; 133 text-align: right; 134 padding: 10px 0 10px 20px; 135 width: 140px; 136 vertical-align: top; 137 } 138 139 .form-table code { 140 line-height: 1.28571428; 141 font-size: 14px; 142 } 143 144 .form-table p { 145 margin: 4px 0 0 0; 146 font-size: 11px; 147 } 148 149 .form-table input { 150 line-height: 1.33333333; 151 font-size: 15px; 152 padding: 3px 5px; 153 } 154 155 input, 156 submit { 157 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 158 } 159 160 .form-table input[type=text], 161 .form-table input[type=email], 162 .form-table input[type=url], 163 .form-table input[type=password], 164 #pass-strength-result { 165 width: 218px; 166 } 167 168 .form-table th p { 169 font-weight: 400; 170 } 171 172 .form-table.install-success th, 173 .form-table.install-success td { 174 vertical-align: middle; 175 padding: 16px 0 16px 20px; 176 } 177 178 .form-table.install-success td p { 179 margin: 0; 180 font-size: 14px; 181 } 182 183 .form-table.install-success td code { 184 margin: 0; 185 font-size: 18px; 186 } 187 188 #error-page { 189 margin-top: 50px; 190 } 191 192 #error-page p { 193 font-size: 14px; 194 line-height: 1.28571428; 195 margin: 25px 0 20px; 196 } 197 198 #error-page code, .code { 199 font-family: Consolas, Monaco, monospace; 200 } 201 202 .message { 203 border-right: 4px solid #d63638; 204 padding: .7em .6em; 205 background-color: #fcf0f1; 206 } 207 208 /* rtl:ignore */ 209 #dbname, 210 #uname, 211 #pwd, 212 #dbhost, 213 #prefix, 214 #user_login, 215 #admin_email, 216 #pass1, 217 #pass2 { 218 direction: ltr; 219 } 220 221 222 /* localization */ 223 body.rtl, 224 .rtl textarea, 225 .rtl input, 226 .rtl submit { 227 font-family: Tahoma, sans-serif; 228 } 229 230 :lang(he-il) body.rtl, 231 :lang(he-il) .rtl textarea, 232 :lang(he-il) .rtl input, 233 :lang(he-il) .rtl submit { 234 font-family: Arial, sans-serif; 235 } 236 237 @media only screen and (max-width: 799px) { 238 body { 239 margin-top: 115px; 240 } 241 #logo a { 242 margin: -125px auto 30px; 243 } 244 } 245 246 @media screen and (max-width: 782px) { 247 248 .form-table { 249 margin-top: 0; 250 } 251 252 .form-table th, 253 .form-table td { 254 display: block; 255 width: auto; 256 vertical-align: middle; 257 } 258 259 .form-table th { 260 padding: 20px 0 0; 261 } 262 263 .form-table td { 264 padding: 5px 0; 265 border: 0; 266 margin: 0; 267 } 268 269 textarea, 270 input { 271 font-size: 16px; 272 } 273 274 .form-table td input[type="text"], 275 .form-table td input[type="email"], 276 .form-table td input[type="url"], 277 .form-table td input[type="password"], 278 .form-table td select, 279 .form-table td textarea, 280 .form-table span.description { 281 width: 100%; 282 font-size: 16px; 283 line-height: 1.5; 284 padding: 7px 10px; 285 display: block; 286 max-width: none; 287 box-sizing: border-box; 288 } 289 290 .wp-pwd #pass1 { 291 padding-left: 50px; 292 } 293 294 .wp-pwd .button.wp-hide-pw { 295 left: 0; 296 } 297 298 #pass-strength-result { 299 width: 100%; 300 } 301 } 302 303 body.language-chooser { 304 max-width: 300px; 305 } 306 307 .language-chooser select { 308 padding: 8px; 309 width: 100%; 310 display: block; 311 border: 1px solid #dcdcde; 312 background: #fff; 313 color: #2c3338; 314 font-size: 16px; 315 font-family: Arial, sans-serif; 316 font-weight: 400; 317 } 318 319 .language-chooser select:focus { 320 color: #2c3338; 321 } 322 323 .language-chooser select option:hover, 324 .language-chooser select option:focus { 325 color: #0a4b78; 326 } 327 328 .language-chooser .step { 329 text-align: left; 330 } 331 332 .screen-reader-input, 333 .screen-reader-text { 334 border: 0; 335 clip: rect(1px, 1px, 1px, 1px); 336 -webkit-clip-path: inset(50%); 337 clip-path: inset(50%); 338 height: 1px; 339 margin: -1px; 340 overflow: hidden; 341 padding: 0; 342 position: absolute; 343 width: 1px; 344 word-wrap: normal !important; 345 } 346 347 .spinner { 348 background: url(../images/spinner.gif) no-repeat; 349 background-size: 20px 20px; 350 visibility: hidden; 351 opacity: 0.7; 352 filter: alpha(opacity=70); 353 width: 20px; 354 height: 20px; 355 margin: 2px 5px 0; 356 } 357 358 .step .spinner { 359 display: inline-block; 360 vertical-align: middle; 361 margin-left: 15px; 362 } 363 364 .button.hide-if-no-js, 365 .hide-if-no-js { 366 display: none; 367 } 368 369 /** 370 * HiDPI Displays 371 */ 372 @media print, 373 (-webkit-min-device-pixel-ratio: 1.25), 374 (min-resolution: 120dpi) { 375 376 .spinner { 377 background-image: url(../images/spinner-2x.gif); 378 } 379 380 }