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

  1. * { margin: 0; padding: 0; }
  2.  
  3. body {
  4.     border-top-width: 30px;
  5.     border-top-style: solid;
  6.     font: 12px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
  7. }
  8.  
  9. form {
  10.     margin-left: 8px;
  11.     padding: 16px 16px 40px 16px;
  12.     font-weight: bold;
  13.     -moz-border-radius: 5px;
  14.     -khtml-border-radius: 5px;
  15.     -webkit-border-radius: 5px;
  16.     border-radius: 5px;
  17. }
  18.  
  19. form .forgetmenot { font-weight: normal; float: left; margin-bottom: 0;}
  20.  
  21. #login form .submit input {
  22.     font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
  23.     padding: 3px 5px;
  24.     border: none;
  25.     font-size: 13px;
  26.     border-width: 1px;
  27.     border-style: solid;
  28.     -moz-border-radius: 3px;
  29.     -khtml-border-radius: 3px;
  30.     -webkit-border-radius: 3px;
  31.     border-radius: 3px;
  32.     cursor: default;
  33.     text-decoration: none;    
  34.     margin-top: -6px;
  35. }
  36.  
  37. form .submit { float: right; }
  38.  
  39. form p { margin-bottom: 24px; }
  40.  
  41. h1 a {
  42.     background: url(../images/logo-login.gif) no-repeat;
  43.     width: 292px;
  44.     height: 66px;
  45.     text-indent: -9999px;
  46.     overflow: hidden;
  47.     padding-bottom: 15px;
  48.     display: block;
  49. }
  50.  
  51. #backtoblog a {
  52.     position: absolute;
  53.     top: 7px;
  54.     left: 15px;
  55.     text-decoration: none;
  56. }
  57.  
  58. #login { width: 292px; margin: 7em auto; }
  59.  
  60. #login_error, .message {
  61.     margin: 0 0 16px 8px;
  62.     border-width: 1px;
  63.     border-style: solid;
  64.     padding: 12px;
  65. }
  66.  
  67. #nav { margin: 0 0 0 8px; padding: 16px; }
  68.  
  69. #user_pass, #user_login, #user_email {
  70.     font-size: 20px;
  71.     width: 97%;
  72.     padding: 3px;
  73.     margin-right: 6px;
  74. }