Advertisement
jozz

ByTn

Feb 23rd, 2014
375
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. #btnAn{
  2. background-color:#1040d1;
  3. padding:10px;
  4. position:relative;
  5. font-family: 'Open Sans', sans-serif;
  6. font-size:12px;
  7. text-decoration:none;
  8. color:#fff;
  9. border: solid 1px #831212;
  10. background-image: linear-gradient(bottom, rgb(171,27,27) 0%, rgb(212,51,51) 100%);
  11. border-radius: 5px;
  12. }
  13. #pags{
  14. width: 150px;
  15. padding: 5px;
  16. font-size: 16px;
  17. border: 1px solid #ccc;
  18. height: 34px;
  19. background-color:#9999ff;
  20.  
  21. }
  22. #btnOn{
  23. background-color:#4BB02C;
  24. padding:10px;
  25. position:relative;
  26. font-family: 'Open Sans', sans-serif;
  27. font-size:12px;
  28. text-decoration:none;
  29. color:#fff;
  30. border: solid 1px #831212;
  31. background-image: linear-gradient(bottom, rgb(171,27,27) 0%, rgb(212,51,51) 100%);
  32. border-radius: 5px;
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement