Advertisement
Guest User

Untitled

a guest
Dec 31st, 2013
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. body{
  2. font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "lato", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  3. }
  4. .popup_box {
  5. background:#4f515a;
  6. width:80%;
  7. height:80%;
  8. margin:auto;
  9. box-shadow:0 0 3px #4f515a;
  10. }
  11. .popup_box_head{
  12. padding-top:3px;
  13. padding-bottom:3px;
  14. background:#2f3138;
  15. font-size:22px;
  16. color:#ffffff;
  17. text-align:center;
  18. }
  19. .avatar{
  20. width: 150px;
  21. height: 150px;
  22. border-radius: 150px;
  23. -webkit-border-radius: 150px;
  24. -moz-border-radius: 150px;
  25. }
  26. .username{
  27. font-size:42px;
  28. color:#ffffff;
  29. }
  30. .password_buffer{
  31. margin-top:43px;
  32. }
  33. .password{
  34. color:black;
  35. background:#ffffff;
  36. text-align:center;
  37. border-color:#4f515a;
  38. border-radius: 5px;
  39. width:370px;
  40. height:40px ;
  41. }
  42. .login_buffer{
  43. margin-top:25px;
  44. }
  45. .button{
  46. background-image: -webkit-linear-gradient(top, #4f515a, #2f3138);
  47. background-image: -moz-linear-gradient(top, #4f515a, #2f3138);
  48. background-image: -ms-linear-gradient(top, #4f515a, #2f3138);
  49. background-image: -o-linear-gradient(top, #4f515a, #2f3138);
  50. background-image: linear-gradient(to bottom, #4f515a, #2f3138);
  51. -webkit-border-radius: 8;
  52. -moz-border-radius: 8;
  53. border-radius: 8px;
  54. -webkit-box-shadow: 0px 1px 9px #2f3138;
  55. -moz-box-shadow: 0px 1px 9px #2f3138;
  56. box-shadow: 0px 1px 9px #2f3138;
  57. font-family: Arial;
  58. color: #ffffff;
  59. font-size: 23px;
  60. padding: 7px;
  61. text-decoration: none;
  62.  
  63. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement