[ XREF Home ] [ Index ]

PHP Cross Reference of WordPress Trunk

Provided by Yoast

title

Body

[close]

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

   1  html {
   2      background: #f9f9f9;
   3  }
   4  
   5  body {
   6      background: #fff;
   7      color: #333;
   8      font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
   9      margin: 2em auto;
  10      width: 700px;
  11      padding: 1em 2em;
  12      -moz-border-radius: 11px;
  13      -khtml-border-radius: 11px;
  14      -webkit-border-radius: 11px;
  15      border-radius: 11px;
  16      border: 1px solid #dfdfdf;
  17  }
  18  
  19  a {
  20      color: #2583ad;
  21      text-decoration: none;
  22  }
  23  
  24  a:hover {
  25      color: #d54e21;
  26  }
  27  
  28  h1 {
  29      border-bottom: 1px solid #dadada;
  30      clear: both;
  31      color: #666;
  32      font: 24px Georgia, "Times New Roman", Times, serif;
  33      margin: 5px 0 0 -4px;
  34      padding: 0;
  35      padding-bottom: 7px;
  36  }
  37  
  38  h2 {
  39      font-size: 16px;
  40  }
  41  
  42  p, li, dd, dt {
  43      padding-bottom: 2px;
  44      font-size: 12px;
  45      line-height: 18px;
  46  }
  47  
  48  code, .code {
  49      font-size: 13px;
  50  }
  51  
  52  ul, ol, dl {
  53      padding: 5px 5px 5px 22px;
  54  }
  55  
  56  a img {
  57      border:0
  58  }
  59  abbr {
  60      border: 0;
  61      font-variant: normal;
  62  }
  63  #logo {
  64      margin: 6px 0 14px 0;
  65      border-bottom: none;
  66      text-align:center
  67  }
  68  .step {
  69      margin: 20px 0 15px;
  70  }
  71  .step, th {
  72      text-align: left;
  73      padding: 0;
  74  }
  75  
  76  .submit input, .button, .button-secondary {
  77      font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
  78      text-decoration: none;
  79      font-size: 14px !important;
  80      line-height: 16px;
  81      padding: 6px 12px;
  82      cursor: pointer;
  83      border: 1px solid #bbb;
  84      color: #464646;
  85      -moz-border-radius: 15px;
  86      -khtml-border-radius: 15px;
  87      -webkit-border-radius: 15px;
  88      border-radius: 15px;
  89      -moz-box-sizing: content-box;
  90      -webkit-box-sizing: content-box;
  91      -khtml-box-sizing: content-box;
  92      box-sizing: content-box;
  93  }
  94  
  95  .button:hover, .button-secondary:hover, .submit input:hover {
  96      color: #000;
  97      border-color: #666;
  98  }
  99  
 100  .button, .submit input, .button-secondary {
 101      background: #f2f2f2 url(../images/white-grad.png) repeat-x scroll left top;
 102  }
 103  
 104  .button:active, .submit input:active, .button-secondary:active {
 105      background: #eee url(../images/white-grad-active.png) repeat-x scroll left top;
 106  }
 107  
 108  textarea {
 109      border: 1px solid #bbb;
 110      -moz-border-radius: 3px;
 111      -khtml-border-radius: 3px;
 112      -webkit-border-radius: 3px;
 113      border-radius: 3px;
 114  }
 115  
 116  .form-table {
 117      border-collapse: collapse;
 118      margin-top: 1em;
 119      width: 100%;
 120  }
 121  
 122  .form-table td {
 123      margin-bottom: 9px;
 124      padding: 10px;
 125      border-bottom: 8px solid #fff;
 126      font-size: 12px;
 127  }
 128  
 129  .form-table th {
 130      font-size: 13px;
 131      text-align: left;
 132      padding: 16px 10px 10px 10px;
 133      border-bottom: 8px solid #fff;
 134      width: 130px;
 135      vertical-align: top;
 136  }
 137  
 138  .form-table tr {
 139      background: #f3f3f3;
 140  }
 141  
 142  .form-table code {
 143      line-height: 18px;
 144      font-size: 18px;
 145  }
 146  
 147  .form-table p {
 148      margin: 4px 0 0 0;
 149      font-size: 11px;
 150  }
 151  
 152  .form-table input {
 153      line-height: 20px;
 154      font-size: 15px;
 155      padding: 2px;
 156  }
 157  
 158  .form-table th p {
 159      font-weight: normal;
 160  }
 161  
 162  #error-page {
 163      margin-top: 50px;
 164  }
 165  
 166  #error-page p {
 167      font-size: 12px;
 168      line-height: 18px;
 169      margin: 25px 0 20px;
 170  }
 171  
 172  #error-page code, .code {
 173      font-family: Consolas, Monaco, Courier, monospace;
 174  }
 175  
 176  #pass-strength-result {
 177      background-color: #eee;
 178      border-color: #ddd !important;
 179      border-style: solid;
 180      border-width: 1px;
 181      margin: 5px 5px 5px 1px;
 182      padding: 5px;
 183      text-align: center;
 184      width: 200px;
 185      display: none;
 186  }
 187  
 188  #pass-strength-result.bad {
 189      background-color: #ffb78c;
 190      border-color: #ff853c !important;
 191  }
 192  
 193  #pass-strength-result.good {
 194      background-color: #ffec8b;
 195      border-color: #ffcc00 !important;
 196  }
 197  
 198  #pass-strength-result.short {
 199      background-color: #ffa0a0;
 200      border-color: #f04040 !important;
 201  }
 202  
 203  #pass-strength-result.strong {
 204      background-color: #c3ff88;
 205      border-color: #8dff1c !important;
 206  }
 207  
 208  .message {
 209      border: 1px solid #e6db55;
 210      padding: 0.3em 0.6em;
 211      margin: 5px 0 15px;
 212      background-color: #ffffe0;
 213  }


Generated: Wed Jun 1 08:30:02 2011 Cross-referenced by PHPXref 0.7
Provided by Yoast and awesome WordPress Hosting