plans.css 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319
  1. /*------------------------------------------------------------------
  2. Bootstrap Admin Template by EGrappler.com
  3. ------------------------------------------------------------------*/
  4. /*-- Plan Container --*/
  5. .plan-container {
  6. position: relative;
  7. float: left;
  8. }
  9. /*-- Plan --*/
  10. .plan {
  11. margin-right: 6px;
  12. }
  13. /*-- Plan Header --*/
  14. .plan-header {
  15. text-align: center;
  16. color: #FFF;
  17. background-color: #686868;
  18. text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  19. }
  20. .plan-title {
  21. padding: 10px 0;
  22. font-size: 16px;
  23. color: #FFF;
  24. border-bottom: 1px solid #FFF;
  25. border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  26. }
  27. .plan-price {
  28. padding: 20px 0 10px;
  29. font-size: 66px;
  30. line-height: 0.8em;
  31. background-color: #797979;
  32. border-top: 1px solid rgba(255, 255, 255, 0.2);
  33. }
  34. .plan-price span.term {
  35. display: block;
  36. margin-bottom: 0;
  37. font-size: 13px;
  38. line-height: 0;
  39. padding: 2em 0 1em;
  40. }
  41. .plan-price span.note {
  42. position: relative;
  43. top: -40px;
  44. display: inline;
  45. font-size: 17px;
  46. line-height: 0.8em;
  47. }
  48. /*-- Plan Features --*/
  49. .plan-features {
  50. border: 1px solid #DDD;
  51. border-bottom: none;
  52. }
  53. .plan-features {
  54. padding-bottom: 1em;
  55. }
  56. .plan-features ul {
  57. padding: 0;
  58. margin: 0;
  59. list-style: none;
  60. }
  61. .plan-features li {
  62. padding: 1em 0;
  63. margin: 0 2em;
  64. text-align: center;
  65. border-bottom: 1px dotted #CCC;
  66. }
  67. .plan-features li:last-child {
  68. border-bottom: none;
  69. }
  70. /*-- Plan Actions --*/
  71. .plan-actions {
  72. padding: 1.15em 0;
  73. background: #F2F2F2;
  74. background-color: whiteSmoke;
  75. border: 1px solid #DDD;
  76. }
  77. .plan-actions .btn {
  78. padding: 1em 0;
  79. margin: 0 2em;
  80. display: block;
  81. font-size: 16px;
  82. font-weight: 600;
  83. }
  84. /*-- Columns --*/
  85. .pricing-plans.plans-1 .plan-container {
  86. width: 100%;
  87. }
  88. .pricing-plans.plans-2 .plan-container {
  89. width: 50%;
  90. }
  91. .pricing-plans.plans-3 .plan-container {
  92. width: 33.33%;
  93. }
  94. .pricing-plans.plans-4 .plan-container {
  95. width: 25%;
  96. }
  97. /*-- Best Value Highlight --*/
  98. .plan.best-value .plan-header {
  99. background-color: #677E30;
  100. }
  101. .plan.best-value .plan-price {
  102. background-color: #81994D;
  103. }
  104. .plan.skyblue .plan-header {
  105. background-color: #3D7AB8;
  106. }
  107. .plan.skyblue .plan-price {
  108. background-color: #69C;
  109. }
  110. .plan.lavendar .plan-header {
  111. background-color: #754F75;
  112. }
  113. .plan.lavendar .plan-price {
  114. background-color: #969;
  115. }
  116. .plan.teal .plan-header {
  117. background-color: #257272;
  118. }
  119. .plan.teal .plan-price {
  120. background-color: #399;
  121. }
  122. .plan.pink .plan-header {
  123. background-color: #FF3778;
  124. }
  125. .plan.pink .plan-price {
  126. background-color: #F69;
  127. }
  128. .plan.black .plan-header {
  129. background-color: #222;
  130. }
  131. .plan.black .plan-price {
  132. background-color: #333;
  133. }
  134. .plan.yellow .plan-header {
  135. background-color: #C69E00;
  136. }
  137. .plan.yellow .plan-price {
  138. background-color: #E8B900;
  139. }
  140. .plan.purple .plan-header {
  141. background-color: #4E2675;
  142. }
  143. .plan.purple .plan-price {
  144. background-color: #639;
  145. }
  146. .plan.red .plan-header {
  147. background-color: #A40000;
  148. }
  149. .plan.red .plan-price {
  150. background-color: #C00;
  151. }
  152. .plan.orange .plan-header {
  153. background-color: #D98200;
  154. }
  155. .plan.orange .plan-price {
  156. background-color: #F90;
  157. }
  158. .plan.blue .plan-header {
  159. background-color: #0052A4;
  160. }
  161. .plan.blue .plan-price {
  162. background-color: #06C;
  163. }
  164. .plan.green .plan-header {
  165. background-color: #00ba8b ;
  166. }
  167. .plan.green .plan-price {
  168. background-color: #00ba8b ;
  169. }
  170. /*------------------------------------------------------------------
  171. [2. Min Width: 767px / Max Width: 979px]
  172. */
  173. @media (min-width: 767px) and (max-width: 979px) {
  174. .pricing-plans .plan-container {
  175. width: 50% !important;
  176. margin-bottom: 2em;
  177. }
  178. }
  179. @media (max-width: 767px) {
  180. .pricing-plans .plan-container {
  181. width: 100% !important;
  182. margin-bottom: 2em;
  183. }
  184. }