Guest User

Untitled

a guest
Jun 24th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.92 KB | None | 0 0
  1. body{
  2.     background-color : #f8f7f5 ;
  3. }
  4.  
  5.  
  6. #head{
  7.     position : absolute ;
  8.     top : -132px ;
  9.     width : 250px ;
  10.     margin-left : auto ;
  11.     margin-right : auto ;
  12. }
  13.  
  14. #title{
  15.     position : absolute ;
  16.     top : 20px ;
  17.     left : -40px ;
  18.     margin-left : auto ;
  19.     margin-right : auto ;
  20. }
  21.  
  22. #banner{
  23.     position : relative ;
  24.     top : 50px ;
  25.     left : 100px ;
  26.     margin-left : auto ;
  27.     margin-right : auto ;
  28. }
  29.  
  30. #wrapper
  31. {
  32.     position : relative ;
  33.     top : 200px ;
  34.     width : 400px ;
  35.     height : 260px ;
  36.     margin-left : auto ;
  37.     margin-right : auto ;
  38.     border-style : solid ;
  39.     border-color : black ;
  40.     border-width : 2px ;
  41.     background-color : white ;
  42.     -moz-border-radius: 15px ;
  43.     -webkit-border-radius:15px ;
  44.     -behavior:url(border-radius.htc) ;
  45. }
  46.  
  47. form{
  48.     position : relative ;
  49.     top : -05px ;
  50.     left : 17px ;
  51.     font-family : "Century Gothic" ;
  52. }
  53.  
  54. form p{
  55.     position : relative ;
  56.     top : 20px ;
  57.     left : 80px ;
  58.     font-family : "Century Gothic" ;
  59.     font-size: 18px ;
  60. }
  61.  
  62. form input{
  63.     position : relative ;
  64.     top : 10px ;
  65.     left : 50px ;
  66.     background-color : #f8f7f5 ; ;
  67.     color : #000033 ;
  68. }
  69.  
  70. div.userNameField input {
  71.     position : relative ;
  72.     top : -10px ;
  73.     left : -1px ;
  74.     cursor: pointer;
  75.     background-color : white;
  76.     color : black ;
  77.     font-family : "Century Gothic" ;
  78.     font-size: 18px ;
  79. }
  80.  
  81. div.passwordField input {
  82.     position : relative ;
  83.     top : -10px ;
  84.     left : 0px ;
  85.     cursor: pointer;
  86.     background-color : white;
  87.     color : black ;
  88.     font-family : "Century Gothic" ;
  89.     font-size: 18px ;
  90. }
  91.  
  92. div.loginButton input {
  93.     position : relative ;
  94.     top : 0px ;
  95.     left : 60px ;
  96.     width : 80px ;  
  97.     cursor:pointer;
  98.     border: none;
  99.     background-color : black ;
  100.     color : white ;
  101.     font-family : "Century Gothic" ;
  102.     font-size: 18px ;
  103. }
Add Comment
Please, Sign In to add comment