Advertisement
Guest User

Untitled

a guest
Dec 2nd, 2016
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. element.style {
  2. }
  3. .btn-primary, a.btn-primary, .btn-primary:link, .btn-primary:active, .btn-primary:visited {
  4. color: white;
  5. background-color: #00b259!important;
  6. background-image: none!important;
  7. border: 1px solid #008C46!important;
  8. }
  9. .btn-medium {
  10. cursor: pointer;
  11. margin: 0;
  12. padding-left: 20px;
  13. padding-right: 20px;
  14. min-width: 75px;
  15. height: 30px;
  16. font-size: 14px;
  17. line-height: 30px;
  18. display: inline-block;
  19. text-align: center;
  20. text-decoration: none;
  21. border-radius: 5px;
  22. }
  23. .btn-primary {
  24. color: #fff;
  25. background-color: #428bca;
  26. border-color: #357ebd;
  27. }
  28. .btn-primary, .btn-primary:link, .btn-primary:active, .btn-primary:visited {
  29. border-color: #007001;
  30. background-color: #007001;
  31. background-image: url(/images/Buttons/StyleGuide/bg-btn-green.png)!important;
  32. color: white;
  33. }
  34. .btn-medium {
  35. padding: 1px 13px 3px 13px;
  36. height: 28px;
  37. min-width: 62px;
  38. font-size: 20px;
  39. background-position: left -96px;
  40. line-height: 1.3em;
  41. }
  42. .btn-large, .btn-medium, .btn-small {
  43. margin: 0;
  44. display: inline-block;
  45. zoom: 1;
  46. text-align: center;
  47. font-weight: normal;
  48. text-decoration: none;
  49. border-width: 1px;
  50. border-style: solid;
  51. cursor: pointer;
  52. }
  53. a {
  54. text-decoration: none;
  55. font-weight: 400;
  56. transition: none;
  57. }
  58. a {
  59. text-decoration: none;
  60. }
  61. Inherited from body#rbx-body
  62. body, .text, pre {
  63. font-family: 'Source Sans Pro',Arial,Helvetica,sans-serif;
  64. color: #343434;
  65. font-size: 14px;
  66. line-height: 1.428;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement