Guest User

Untitled

a guest
Nov 21st, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. a:hover
  2. -moz-box-shadow: inset 0px 1px 0px 0px #ffffff
  3. -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff
  4. box-shadow: inset 0px 1px 0px 0px #ffffff
  5.  
  6. background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) )
  7. background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% )
  8. //filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf')
  9. background-color: #ededed
  10.  
  11. -moz-border-radius: 3px
  12. -webkit-border-radius: 3px
  13. border-radius: 3px
  14.  
  15. border: 1px solid #dcdcdc
  16. color: black
  17.  
  18. padding: 0 3px
  19. margin: 0 -4px
  20.  
  21. text-shadow: 1px 1px 0px silver
  22.  
  23. a:active
  24. background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) )
  25. background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% )
  26. //filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed')
  27. background-color: #dfdfdf
  28.  
  29. position: relative
  30. top: 1px
Add Comment
Please, Sign In to add comment