Advertisement
Guest User

CSS

a guest
Oct 21st, 2014
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. @import
  2. url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,
  3. 700italic,800italic,400,300,600,700);
  4. .tp-caption{ font-family: 'Open Sans', sans-serif;}
  5. .tp-caption.grey_bg_big {
  6. font-size: 30px;
  7. font-weight:700;
  8. color: #fff;
  9. letter-spacing:0px;
  10. line-height: 36px ;
  11. background:rgba(0, 0, 0, 0.7);
  12. padding:10px 15px;
  13. }
  14.  
  15. .tp-caption.greylight_bg_mid {
  16. font-size: 18px;
  17. font-weight:700;
  18. color: #fff;
  19. letter-spacing:0px;
  20. line-height: 24px ;
  21. background:#888888;
  22. padding:10px 15px;
  23. }
  24. .tp-caption.mid_black_text {
  25. font-size: 15px;
  26. font-weight:700;
  27. color: #2c2c30;
  28. letter-spacing:0px;
  29. line-height: 16px ;
  30. }
  31. .tp-caption.mid_white_text {
  32. font-size: 15px;
  33. font-weight:700;
  34. color: #fff;
  35. letter-spacing:0px;
  36. line-height: 16px ;
  37. }
  38. .tp-caption.white_normal_big {
  39. font-size: 36px;
  40. font-weight:300;
  41. color: #fff;
  42. letter-spacing:0px;
  43. line-height: 44px ;
  44. }
  45. .tp-caption.white_big_text_bold {
  46. font-weight: bold;
  47. font-size: 48px;
  48. line-height: 56px ;
  49. color: #fff;
  50. }
  51. .tp-caption.white_small_text_cap {
  52. font-size: 12px;
  53. color: #fff;
  54. letter-spacing:0px;
  55. line-height: 20x ;
  56. font-weight: bold;
  57. text-align:left;
  58. text-transform: uppercase;
  59. }
  60. .tp-caption a.tp-readmorelink {
  61. font-size: 14px;
  62. color: #fff;
  63. letter-spacing:0px;
  64. line-height: 14px ;
  65. font-weight: bold;
  66. text-align:center;
  67. text-transform: uppercase;
  68. }
  69. .tp-caption.mid_black_text2 {
  70. font-size: 24px;
  71. font-weight:400;
  72. letter-spacing:0px;
  73. line-height: 24px ;
  74. text-transform: uppercase;
  75. }
  76. .tp-caption.normal_black_text {
  77. font-size: 13px;
  78. letter-spacing:0px;
  79. line-height: 18px ;
  80. color: #fff;
  81. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement