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.

109 lines
1.5 KiB

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