[ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Summary view] [Print] [Text view]
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; 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: 0 0 0 2px #2271b1; 31 /* Only visible in Windows High Contrast mode */ 32 outline: 2px solid transparent; 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 #logo { 77 margin: -130px auto 25px; 78 padding: 0 0 25px; 79 width: 84px; 80 height: 84px; 81 overflow: hidden; 82 background-image: url(../images/w-logo-blue.png?ver=20131202); 83 background-image: none, url(../images/wordpress-logo.svg?ver=20131107); 84 background-size: 84px; 85 background-position: center top; 86 background-repeat: no-repeat; 87 color: #3c434a; /* same as login.css */ 88 font-size: 20px; 89 font-weight: 400; 90 line-height: 1.3em; 91 text-decoration: none; 92 text-align: center; 93 text-indent: -9999px; 94 outline: none; 95 } 96 97 .step { 98 margin: 20px 0 15px; 99 } 100 .step, th { 101 text-align: right; 102 padding: 0; 103 } 104 .language-chooser.wp-core-ui .step .button.button-large { 105 font-size: 14px; 106 } 107 textarea { 108 border: 1px solid #dcdcde; 109 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 110 width: 100%; 111 box-sizing: border-box; 112 } 113 114 .form-table { 115 border-collapse: collapse; 116 margin-top: 1em; 117 width: 100%; 118 } 119 120 .form-table td { 121 margin-bottom: 9px; 122 padding: 10px 0 10px 20px; 123 font-size: 14px; 124 vertical-align: top 125 } 126 127 .form-table th { 128 font-size: 14px; 129 text-align: right; 130 padding: 10px 0 10px 20px; 131 width: 115px; 132 vertical-align: top; 133 } 134 135 .form-table code { 136 line-height: 1.28571428; 137 font-size: 14px; 138 } 139 140 .form-table p { 141 margin: 4px 0 0; 142 font-size: 11px; 143 } 144 145 .form-table .setup-description { 146 margin: 4px 0 0; 147 line-height: 1.6; 148 } 149 150 .form-table input { 151 line-height: 1.33333333; 152 font-size: 15px; 153 padding: 3px 5px; 154 } 155 156 .wp-pwd { 157 margin-top: 0; 158 } 159 160 .form-table .wp-pwd { 161 display: flex; 162 column-gap: 4px; 163 } 164 165 .form-table .password-input-wrapper { 166 width: 100%; 167 } 168 169 input, 170 submit { 171 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 172 } 173 174 .form-table input[type=text], 175 .form-table input[type=email], 176 .form-table input[type=url], 177 .form-table input[type=password], 178 #pass-strength-result { 179 width: 100%; 180 } 181 182 .form-table th p { 183 font-weight: 400; 184 } 185 186 .form-table.install-success th, 187 .form-table.install-success td { 188 vertical-align: middle; 189 padding: 16px 0 16px 20px; 190 } 191 192 .form-table.install-success td p { 193 margin: 0; 194 font-size: 14px; 195 } 196 197 .form-table.install-success td code { 198 margin: 0; 199 font-size: 18px; 200 } 201 202 #error-page { 203 margin-top: 50px; 204 } 205 206 #error-page p { 207 font-size: 14px; 208 line-height: 1.28571428; 209 margin: 25px 0 20px; 210 } 211 212 #error-page code, .code { 213 font-family: Consolas, Monaco, monospace; 214 } 215 216 .message { 217 border-right: 4px solid #d63638; 218 padding: .7em .6em; 219 background-color: #fcf0f1; 220 } 221 222 /* rtl:ignore */ 223 #dbname, 224 #uname, 225 #pwd, 226 #dbhost, 227 #prefix, 228 #user_login, 229 #admin_email, 230 #pass1, 231 #pass2 { 232 direction: ltr; 233 } 234 235 236 /* localization */ 237 body.rtl, 238 .rtl textarea, 239 .rtl input, 240 .rtl submit { 241 font-family: Tahoma, sans-serif; 242 } 243 244 :lang(he-il) body.rtl, 245 :lang(he-il) .rtl textarea, 246 :lang(he-il) .rtl input, 247 :lang(he-il) .rtl submit { 248 font-family: Arial, sans-serif; 249 } 250 251 @media only screen and (max-width: 799px) { 252 body { 253 margin-top: 115px; 254 } 255 #logo a { 256 margin: -125px auto 30px; 257 } 258 } 259 260 @media screen and (max-width: 782px) { 261 262 .form-table { 263 margin-top: 0; 264 } 265 266 .form-table th, 267 .form-table td { 268 display: block; 269 width: auto; 270 vertical-align: middle; 271 } 272 273 .form-table th { 274 padding: 20px 0 0; 275 } 276 277 .form-table td { 278 padding: 5px 0; 279 border: 0; 280 margin: 0; 281 } 282 283 textarea, 284 input { 285 font-size: 16px; 286 } 287 288 .form-table td input[type="text"], 289 .form-table td input[type="email"], 290 .form-table td input[type="url"], 291 .form-table td input[type="password"], 292 .form-table td select, 293 .form-table td textarea, 294 .form-table span.description { 295 width: 100%; 296 font-size: 16px; 297 line-height: 1.5; 298 padding: 7px 10px; 299 display: block; 300 max-width: none; 301 box-sizing: border-box; 302 } 303 304 #pwd { 305 padding-left: 2.5rem; 306 } 307 308 .wp-pwd #pass1 { 309 padding-left: 50px; 310 } 311 312 .wp-pwd .button.wp-hide-pw { 313 left: 0; 314 } 315 316 #pass-strength-result { 317 width: 100%; 318 } 319 } 320 321 body.language-chooser { 322 max-width: 300px; 323 } 324 325 .language-chooser select { 326 padding: 8px; 327 width: 100%; 328 display: block; 329 border: 1px solid #dcdcde; 330 background: #fff; 331 color: #2c3338; 332 font-size: 16px; 333 font-family: Arial, sans-serif; 334 font-weight: 400; 335 } 336 337 .language-chooser select:focus { 338 color: #2c3338; 339 } 340 341 .language-chooser select option:hover, 342 .language-chooser select option:focus { 343 color: #0a4b78; 344 } 345 346 .language-chooser .step { 347 text-align: left; 348 } 349 350 .screen-reader-input, 351 .screen-reader-text { 352 border: 0; 353 clip: rect(1px, 1px, 1px, 1px); 354 clip-path: inset(50%); 355 height: 1px; 356 margin: -1px; 357 overflow: hidden; 358 padding: 0; 359 position: absolute; 360 width: 1px; 361 word-wrap: normal !important; 362 } 363 364 .spinner { 365 background: url(../images/spinner.gif) no-repeat; 366 background-size: 20px 20px; 367 visibility: hidden; 368 opacity: 0.7; 369 filter: alpha(opacity=70); 370 width: 20px; 371 height: 20px; 372 margin: 2px 5px 0; 373 } 374 375 .step .spinner { 376 display: inline-block; 377 vertical-align: middle; 378 margin-left: 15px; 379 } 380 381 .button.hide-if-no-js, 382 .hide-if-no-js { 383 display: none; 384 } 385 386 /** 387 * HiDPI Displays 388 */ 389 @media print, 390 (min-resolution: 120dpi) { 391 392 .spinner { 393 background-image: url(../images/spinner-2x.gif); 394 } 395 396 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated : Wed Nov 13 08:20:01 2024 | Cross-referenced by PHPXref |