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