You are here

bootstrap-paragraphs-colors.css in Bootstrap Paragraphs 8.2

Same filename and directory in other branches
  1. 8 css/bootstrap-paragraphs-colors.css

The css file for Bootstrap Paragraphs Colors.

Included in bp-base library.

File

css/bootstrap-paragraphs-colors.css
View source
  1. /**
  2. * @file
  3. * The css file for Bootstrap Paragraphs Colors.
  4. *
  5. * Included in bp-base library.
  6. */
  7. /* Adds padding to fill in color. */
  8. .paragraph.paragraph--color > .paragraph__column {
  9. padding-top: 30px;
  10. padding-bottom: 30px;
  11. }
  12. /* Fills color on colorless paragraph after color paragraph. */
  13. .paragraph.paragraph--color + .paragraph > .paragraph__column {
  14. padding-top: 30px;
  15. }
  16. /* RGBA Colors from http://mdbootstrap.com/css/colors/#rgba-colors */
  17. .paragraph--color--rgba-blue-light {
  18. background: rgba(3, 169, 244, 0.3);
  19. }
  20. .paragraph--color--rgba-red-light {
  21. background: rgba(244, 67, 54, 0.3);
  22. }
  23. .paragraph--color--rgba-pink-light {
  24. background: rgba(233, 30, 99, 0.3);
  25. }
  26. .paragraph--color--rgba-purple-light {
  27. background: rgba(156, 39, 176, 0.3);
  28. }
  29. .paragraph--color--rgba-indigo-light {
  30. background: rgba(63, 81, 181, 0.3);
  31. }
  32. .paragraph--color--rgba-cyan-light {
  33. background: rgba(0, 188, 212, 0.3);
  34. }
  35. .paragraph--color--rgba-teal-light {
  36. background: rgba(0, 150, 136, 0.3);
  37. }
  38. .paragraph--color--rgba-green-light {
  39. background: rgba(76, 175, 80, 0.3);
  40. }
  41. .paragraph--color--rgba-lime-light {
  42. background: rgba(205, 220, 57, 0.3);
  43. }
  44. .paragraph--color--rgba-yellow-light {
  45. background: rgba(255, 235, 59, 0.3);
  46. }
  47. .paragraph--color--rgba-orange-light {
  48. background: rgba(255, 152, 0, 0.3);
  49. }
  50. .paragraph--color--rgba-brown-light {
  51. background: rgba(121, 85, 72, 0.3);
  52. }
  53. .paragraph--color--rgba-grey-light {
  54. background: rgba(158, 158, 158, 0.3);
  55. }
  56. .paragraph--color--rgba-bluegrey-light {
  57. background: rgba(96, 125, 139, 0.3);
  58. }
  59. .paragraph--color--rgba-black-light {
  60. background: rgba(0, 0, 0, 0.3);
  61. }
  62. .paragraph--color--rgba-stylish-light {
  63. background: rgba(62, 69, 81, 0.3);
  64. }
  65. .paragraph--color--rgba-white-light {
  66. background: rgba(255, 255, 255, 0.3);
  67. }
  68. .paragraph--color--rgba-blue-strong {
  69. background: rgba(3, 169, 244, 0.7);
  70. }
  71. .paragraph--color--rgba-red-strong {
  72. background: rgba(244, 67, 54, 0.7);
  73. }
  74. .paragraph--color--rgba-pink-strong {
  75. background: rgba(233, 30, 99, 0.7);
  76. }
  77. .paragraph--color--rgba-purple-strong {
  78. background: rgba(156, 39, 176, 0.7);
  79. }
  80. .paragraph--color--rgba-indigo-strong {
  81. background: rgba(63, 81, 181, 0.7);
  82. }
  83. .paragraph--color--rgba-cyan-strong {
  84. background: rgba(0, 188, 212, 0.7);
  85. }
  86. .paragraph--color--rgba-teal-strong {
  87. background: rgba(0, 150, 136, 0.7);
  88. }
  89. .paragraph--color--rgba-green-strong {
  90. background: rgba(76, 175, 80, 0.7);
  91. }
  92. .paragraph--color--rgba-lime-strong {
  93. background: rgba(205, 220, 57, 0.7);
  94. }
  95. .paragraph--color--rgba-yellow-strong {
  96. background: rgba(255, 235, 59, 0.7);
  97. }
  98. .paragraph--color--rgba-orange-strong {
  99. background: rgba(255, 152, 0, 0.7);
  100. }
  101. .paragraph--color--rgba-brown-strong {
  102. background: rgba(121, 85, 72, 0.7);
  103. }
  104. .paragraph--color--rgba-grey-strong {
  105. background: rgba(158, 158, 158, 0.7);
  106. }
  107. .paragraph--color--rgba-bluegrey-strong {
  108. background: rgba(96, 125, 139, 0.7);
  109. }
  110. .paragraph--color--rgba-black-strong {
  111. background: rgba(0, 0, 0, 0.7);
  112. }
  113. .paragraph--color--rgba-stylish-strong {
  114. background: rgba(62, 69, 81, 0.7);
  115. }
  116. .paragraph--color--rgba-white-strong {
  117. background: rgba(255, 255, 255, 0.7);
  118. }
  119. .paragraph--color--rgba-blue-slight {
  120. background: rgba(3, 169, 244, 0.1);
  121. }
  122. .paragraph--color--rgba-red-slight {
  123. background: rgba(244, 67, 54, 0.1);
  124. }
  125. .paragraph--color--rgba-pink-slight {
  126. background: rgba(233, 30, 99, 0.1);
  127. }
  128. .paragraph--color--rgba-purple-slight {
  129. background: rgba(156, 39, 176, 0.1);
  130. }
  131. .paragraph--color--rgba-indigo-slight {
  132. background: rgba(63, 81, 181, 0.1);
  133. }
  134. .paragraph--color--rgba-cyan-slight {
  135. background: rgba(0, 188, 212, 0.1);
  136. }
  137. .paragraph--color--rgba-teal-slight {
  138. background: rgba(0, 150, 136, 0.1);
  139. }
  140. .paragraph--color--rgba-green-slight {
  141. background: rgba(76, 175, 80, 0.1);
  142. }
  143. .paragraph--color--rgba-lime-slight {
  144. background: rgba(205, 220, 57, 0.1);
  145. }
  146. .paragraph--color--rgba-yellow-slight {
  147. background: rgba(255, 235, 59, 0.1);
  148. }
  149. .paragraph--color--rgba-orange-slight {
  150. background: rgba(255, 152, 0, 0.1);
  151. }
  152. .paragraph--color--rgba-brown-slight {
  153. background: rgba(121, 85, 72, 0.1);
  154. }
  155. .paragraph--color--rgba-grey-slight {
  156. background: rgba(158, 158, 158, 0.1);
  157. }
  158. .paragraph--color--rgba-bluegrey-slight {
  159. background: rgba(96, 125, 139, 0.1);
  160. }
  161. .paragraph--color--rgba-black-slight {
  162. background: rgba(0, 0, 0, 0.1);
  163. }
  164. .paragraph--color--rgba-stylish-slight {
  165. background: rgba(62, 69, 81, 0.1);
  166. }
  167. .paragraph--color--rgba-white-slight {
  168. background: rgba(255, 255, 255, 0.1);
  169. }
  170. .paragraph--color--transparent {
  171. background: transparent;
  172. }
  173. /* Override these in your site's CSS file for complete customization. */
  174. .paragraph--color--primary,
  175. .paragraph--color--secondary,
  176. .paragraph--color--success,
  177. .paragraph--color--info,
  178. .paragraph--color--warning,
  179. .paragraph--color--danger {
  180. background: transparent;
  181. }