Guest User

Untitled

a guest
Jul 22nd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. / Fancy submit buttons
  2. .submit-button
  3. :width 0
  4. :overflow visible
  5. .submit-button[class]
  6. :width auto
  7. .submit-button, x:nth-of-type(5n+2), x::selection
  8. :height 33px
  9. :padding 0
  10. :margin 0 .5em 0 0
  11. :font
  12. :size 14px
  13. :border-width 0 8px 0 8px
  14. :-webkit-border-image url(/images/sexy-button.png) 0 8 0 8 stretch stretch
  15. :-webkit-border-radius 5px
  16. :font-weight bold
  17. :text-shadow #e8e8e8 1px 1px 0px
  18. :color #333
  19. a.submit-button, x:nth-of-type(5n+2), x::selection
  20. :display inline-block
  21. :padding-top 7px
  22. :height 26px
  23. :color #333
  24. :text-decoration none
  25. :line-height 19px
  26. :vertical-align baseline
  27. .submit-button:focus, x:nth-of-type(5n+2), x::selection
  28. :outline 2px solid #ffffaa
  29. :text-shadow #333 1px 1px 0px
  30. :color #e8e8e8
  31. .submit-button, x:-moz-any-link
  32. :margin 0 .5em 0 0
  33. :padding 0
  34. :height 33px
  35. :vertical-align middle
  36. / 1.6em
  37. :font
  38. :size 19.2px
  39. :weight normal
  40. .submit-button, x:-moz-any-link, x:default
  41. :padding 0 20px
  42. a.submit-button, x:-moz-any-link
  43. :display inline
  44. :padding 0
  45. +normal-font
Add Comment
Please, Sign In to add comment