[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-admin/css/ -> install-rtl.css (source)

   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      -webkit-clip-path: inset(50%);
 355      clip-path: inset(50%);
 356      height: 1px;
 357      margin: -1px;
 358      overflow: hidden;
 359      padding: 0;
 360      position: absolute;
 361      width: 1px;
 362      word-wrap: normal !important;
 363  }
 364  
 365  .spinner {
 366      background: url(../images/spinner.gif) no-repeat;
 367      background-size: 20px 20px;
 368      visibility: hidden;
 369      opacity: 0.7;
 370      filter: alpha(opacity=70);
 371      width: 20px;
 372      height: 20px;
 373      margin: 2px 5px 0;
 374  }
 375  
 376  .step .spinner {
 377      display: inline-block;
 378      vertical-align: middle;
 379      margin-left: 15px;
 380  }
 381  
 382  .button.hide-if-no-js,
 383  .hide-if-no-js {
 384      display: none;
 385  }
 386  
 387  /**
 388   * HiDPI Displays
 389   */
 390  @media print,
 391    (min-resolution: 120dpi) {
 392  
 393      .spinner {
 394          background-image: url(../images/spinner-2x.gif);
 395      }
 396  
 397  }


Generated : Thu Apr 25 08:20:02 2024 Cross-referenced by PHPXref