Guest User

Untitled

a guest
Dec 11th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. .button_style{
  2. display: inline-block;
  3. font-size: 11px;
  4. height: 19px;
  5. margin: 5px 10px 5px 10px;
  6. padding: 9px 13px 0;
  7. text-decoration: none !important;
  8. color:#fff !important;
  9. line-height:11px;
  10. background: #59595a;
  11. border-radius: 3px;
  12. border:1px solid #23282F;
  13. }
  14. /* You can add other sub classes such as small, very large as well. */
  15.  
  16. .button_style.large{
  17. font-size: 14px;
  18. height: 24px;
  19. line-height: 14px;
  20. padding: 11px 10px 0;
  21. background-position:0 -28px;
  22. }
  23. .button_style{
  24. text-shadow:0 1px 0 rgba(0, 0, 0, 0.4) !important;
  25. -webkit-transition:all 0.3s ease-in;
  26. -moz-transition:all 0.3s ease-in;
  27. -o-transition:all 0.3s ease-in;
  28. transition:all 0.3s ease-in;
  29. }
  30.  
  31. .button_style:hover{
  32. text-decoration:none !important;
  33. opacity:0.8;
  34. }
Add Comment
Please, Sign In to add comment