You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

105 lines
1.5 KiB

10 years ago
  1. #pricing-tagline {
  2. font-weight: bold;
  3. margin: 20px 0;
  4. font-size: 28px;
  5. }
  6. .panel.plan h1 {
  7. font-size: 24px;
  8. font-weight: bold;
  9. display: inline-block;
  10. line-height: 0.9;
  11. text-shadow: 0px 1px white, -1px 1px white, 1px 1px white, -1px 0px white;
  12. }
  13. .hobbyist h1 {
  14. color: #0a220c;
  15. border-bottom: 3px solid #A5D6A7;
  16. }
  17. .supporter h1 {
  18. color: #1d190f;
  19. border-bottom: 3px solid #FFE082;
  20. }
  21. .business h1 {
  22. color: #141c22;
  23. border-bottom: 3px solid #90CAF9;
  24. }
  25. .business-plus h1 {
  26. color: #221f1e;
  27. border-bottom: 3px solid #BCAAA4;
  28. }
  29. .mo {
  30. font-size: 16px;
  31. }
  32. .plan .btn {
  33. font-weight: bold;
  34. color: #1ea65a;
  35. border-color: #1ea65a;
  36. background: #FFF;
  37. transition: all 0.2s ease;
  38. border-radius: 5px;
  39. padding: 8px 20px;
  40. }
  41. .plan .btn:hover {
  42. color: #fff;
  43. background: #22bc66;
  44. border-color: #22bc66;
  45. }
  46. .plan .list-group-item {
  47. padding: 10px 8px;
  48. }
  49. .plan .list-group-item:last-child {
  50. border-bottom: 0;
  51. }
  52. .error-message {
  53. font-family: monospace;
  54. }
  55. #faq {
  56. margin: 40px 0;
  57. }
  58. #faq h2 {
  59. font-size: 14px;
  60. font-weight: bold;
  61. }
  62. #period-controls {
  63. text-align: center;
  64. padding: 24px;
  65. }
  66. #period-controls .btn {
  67. width: 100px;
  68. }
  69. #plans .panel-footer {
  70. background: transparent;
  71. }
  72. #annual-note {
  73. margin: 10px 0;
  74. color: #AAA;
  75. }
  76. .page-pricing span[data-help] {
  77. border-bottom: 1px dashed #888;
  78. cursor: help;
  79. }
  80. .page-pricing .tooltip-inner {
  81. text-align: left;
  82. }