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.

110 lines
1.6 KiB

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