Advertisement
Guest User

Untitled

a guest
Feb 1st, 2015
337
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. .pad0 {
  2. padding: 0px !important;
  3. }
  4.  
  5. .pad10 {
  6. padding: 10px !important;
  7. }
  8.  
  9. .pad20 {
  10. padding: 20px !important;
  11. }
  12.  
  13. .marR0 {
  14. margin-right: 0px !important;
  15. }
  16.  
  17. .marR10 {
  18. margin-right: 10px !important;
  19. }
  20.  
  21. .marL0 {
  22. margin-left: 0px !important;
  23. }
  24.  
  25. .marL5 {
  26. margin-left: 5px !important;
  27. }
  28.  
  29. .marL10 {
  30. margin-left: 10px !important;
  31. }
  32.  
  33. .marL20 {
  34. margin-left: 20px !important;
  35. }
  36.  
  37. .marL30 {
  38. margin-left: 30px !important;
  39. }
  40.  
  41. .marT1 {
  42. margin-top: 1px !important;
  43. }
  44.  
  45. .marT5 {
  46. margin-top: 5px !important;
  47. }
  48.  
  49. .marT10 {
  50. margin-top: 10px !important;
  51. }
  52.  
  53. .marT20 {
  54. margin-top: 20px !important;
  55. }
  56.  
  57. .marT30 {
  58. margin-top: 30px !important;
  59. }
  60.  
  61. .marT40 {
  62. margin-top: 40px !important;
  63. }
  64.  
  65. .marT50 {
  66. margin-top: 50px !important;
  67. }
  68.  
  69. .marB0 {
  70. margin-bottom: 0px !important;
  71. }
  72.  
  73. .marB20 {
  74. margin-bottom: 20px !important;
  75. }
  76.  
  77. .marB30 {
  78. margin-bottom: 30px !important;
  79. }
  80.  
  81. .padT10 {
  82. padding-top: 10px !important;
  83. }
  84.  
  85. .padT25 {
  86. padding-top: 25px !important;
  87. }
  88.  
  89. .padB10 {
  90. padding-bottom: 10px !important;
  91. }
  92.  
  93. .padB20 {
  94. padding-bottom: 20px !important;
  95. }
  96.  
  97. .padB30 {
  98. padding-bottom: 30px !important;
  99. }
  100.  
  101. .padL40 {
  102. padding-left: 40px !important;
  103. }
  104.  
  105. .padR40 {
  106. padding-right: 40px !important;
  107. }
  108.  
  109. .padL45 {
  110. padding-left: 45px !important;
  111. }
  112.  
  113. .align-left {
  114. text-align: left !important;
  115. }
  116.  
  117. .table.no-border td {
  118. border: none !important;
  119. }
  120.  
  121. .fontsize16 {
  122. font-size: 16px !important;
  123. }
  124.  
  125. .fontsize25 {
  126. font-size: 25px !important;
  127. }
  128.  
  129. .no-border {
  130. border: none !important;
  131. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement