Guest User

Untitled

a guest
Apr 25th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. // APPEARANCE
  2.  
  3. input
  4. :vertical-align middle
  5. :border 1px solid #CCCCCC
  6. input:focus
  7. :border 1px solid #4395DF
  8. :background #D7EAFC
  9. button.green
  10. :background url('/images/common/grad.gif') repeat-x center
  11. :border 1px solid #96bf6c
  12. :padding 4px
  13. :font
  14. :family Arial, Helvetica, sans-serif
  15. :size 14px
  16. :weight bold
  17. .signup
  18. :margin 15px auto
  19. :width 650px
  20.  
  21. .textfields
  22. div
  23. :clear both
  24. :overflow auto
  25. :margin 4px
  26. label
  27. :display block
  28. :float left
  29. :width 250px
  30. :font
  31. :size 17px
  32. :weight bold
  33. input
  34. :display block
  35. :float left
  36. :width 382px
  37. :padding 4px
  38. :font-size 14px
  39. .note
  40. :width 382px
  41. :padding 4px
  42. :margin-left 250px
  43. :background #EFF7FF
  44. :border 1px solid #C4E3FF
  45. :border-top none
  46. .note.error
  47. :background-color #ffcec2
  48. :border-color #b32400
  49. .agreement
  50. :margin 10px 4px
  51. :padding 4px
  52. :background #EFF7FF
  53. :border 1px solid #C4E3FF
  54. :line-height 25px
  55.  
  56. button
  57. :float right
  58. :margin-right 4px
Add Comment
Please, Sign In to add comment