home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Blogs / wordpress2.6.exe / wordpress2.6 / wp-admin / css / install.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2008-07-10  |  2.2 KB  |  142 lines

  1. html { background: #f1f1f1; }
  2.  
  3. body {
  4.     background: #fff;
  5.     color: #333;
  6.     font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
  7.     margin: 2em auto 0 auto;
  8.     width: 700px;
  9.     padding: 1em 2em;
  10.     -moz-border-radius: 12px;
  11.     -khtml-border-radius: 12px;
  12.     -webkit-border-radius: 12px;
  13.     border-radius: 12px;
  14. }
  15.  
  16. a { color: #2583ad; text-decoration: none; }
  17.  
  18. a:hover { color: #d54e21; }
  19.  
  20.  
  21. h1 {
  22.     font-size: 18px;
  23.     margin-bottom: 0;
  24. }
  25.  
  26. h2 { font-size: 16px; }
  27.  
  28. p, li {
  29.     padding-bottom: 2px;
  30.     font-size: 13px;
  31.     line-height: 18px;
  32. }
  33.  
  34. code {
  35.     font-size: 13px;
  36. }
  37.  
  38. ul, ol { padding: 5px 5px 5px 22px; }
  39.  
  40. #logo { margin: 6px 0 14px 0px; border-bottom: none;}
  41.  
  42. .step {
  43.     margin: 20px 0 15px;
  44. }
  45.  
  46. .step input {
  47.     font-size: 18px;
  48. }
  49.  
  50. a.button {
  51.     font-size: 18px;
  52. }
  53.  
  54. .step, th { text-align: left; padding: 0; }
  55.  
  56. .submit input, .button, .button-secondary {
  57.     font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
  58.     padding: 5px 7px 7px;
  59.     border: 1px solid #a3a3a3;
  60.     margin-left: 0;
  61.     -moz-border-radius: 3px;
  62.     -khtml-border-radius: 3px;
  63.     -webkit-border-radius: 3px;
  64.     border-radius: 3px;
  65.     color: #246;
  66.     background: #e5e5e5;
  67. }
  68.  
  69. .button-secondary {
  70.     background: #cee1ef;
  71. }
  72.  
  73. .submit input:hover, .button:hover, .button-secondary:hover {
  74.     color: #d54e21;
  75.     border-color: #535353;
  76. }
  77.  
  78. .form-table {
  79.     border-collapse: collapse;
  80.     margin-top: 1em;
  81.     width: 100%;
  82. }
  83.  
  84. .form-table td {
  85.     margin-bottom: 9px;
  86.     padding: 10px;
  87.     border-bottom: 8px solid #fff;
  88.     font-size: 12px;
  89. }
  90.  
  91. .form-table th {
  92.     font-size: 13px;
  93.     text-align: left;
  94.     padding: 16px 10px 10px 10px;
  95.     border-bottom: 8px solid #fff;
  96.     width: 110px;
  97.     vertical-align: top;
  98. }
  99.  
  100. .form-table tr {
  101.     background: #eaf3fa;
  102. }
  103.  
  104. .form-table code {
  105.     line-height: 18px;
  106.     font-size: 18px;
  107. }
  108.  
  109. .form-table p {
  110.     margin: 4px 0 0 0;
  111.     font-size: 11px;
  112. }
  113.  
  114. .form-table input {
  115.     line-height: 20px;
  116.     font-size: 15px;
  117.     padding: 2px;
  118. }
  119.  
  120. h1 {
  121.     border-bottom: 1px solid #dadada;
  122.     clear: both;
  123.     color: #666666;
  124.     font: 24px Georgia, "Times New Roman", Times, serif;
  125.     margin: 5px 0 0 -4px;
  126.     padding: 0;
  127.     padding-bottom: 7px;
  128. }
  129.  
  130. #error-page {
  131.     margin-top: 50px;
  132. }
  133.  
  134. #error-page p {
  135.     font-size: 14px;
  136.     line-height: 16px;
  137.     margin: 25px 0 20px;
  138. }
  139.  
  140. #error-page code {
  141.     font-size: 15px;
  142. }