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.

189 lines
2.8 KiB

9 years ago
  1. .page-welcome .navbar {
  2. margin-bottom: 0;
  3. }
  4. .index-bleed {
  5. padding-bottom: 2em;
  6. }
  7. .get-started-bleed {
  8. background: var(--get-started-bg);
  9. padding: 3em 0;
  10. }
  11. .footer-jumbo-bleed {
  12. background: #eee;
  13. }
  14. #pitch {
  15. text-align: center;
  16. padding: 100px 0;
  17. margin: 0;
  18. font-size: 36px;
  19. font-weight: bold;
  20. }
  21. #pitch small {
  22. display: block;
  23. margin-top: 10px;
  24. font-size: 18px;
  25. color: #333;
  26. }
  27. #pitch-subtitle {
  28. font-size: 14px;
  29. margin-top: 0;
  30. text-align: center;
  31. }
  32. #pitch-url {
  33. text-align: center;
  34. font-family: monospace;
  35. margin: 10px auto;
  36. }
  37. #pitch-url code {
  38. color: var(--text-color);
  39. background: var(--pre-bg);
  40. display: inline-block;
  41. margin-top: 0px;
  42. padding: 6px 9px;
  43. }
  44. #pitch-text {
  45. margin: 0 auto 72px auto;
  46. }
  47. .nav-tabs {
  48. margin-bottom: 0;
  49. }
  50. #get-started h1 {
  51. font-size: 20px;
  52. line-height: 1.5;
  53. margin: 0 0 20px 0;
  54. }
  55. .tour-title {
  56. margin: 50px 0;
  57. }
  58. .tour-section {
  59. margin-bottom: 80px;
  60. }
  61. .tour-section h3 {
  62. margin-top: 10px;
  63. font-weight: bold;
  64. }
  65. #welcome-integrations {
  66. margin-bottom: 80px;
  67. }
  68. #welcome-integrations h2 {
  69. font-size: 24px;
  70. text-align: center;
  71. margin-bottom: 20px;
  72. }
  73. #welcome-integrations h2 small {
  74. font-size: 14px;
  75. }
  76. #welcome-integrations .integration {
  77. display: block;
  78. color: var(--text-color);
  79. border: 1px solid var(--border-color);
  80. border-radius: 3px;
  81. padding: 20px 0;
  82. text-align: center;
  83. margin-bottom: 30px;
  84. text-decoration: none;
  85. }
  86. #welcome-integrations a.integration:hover {
  87. border-color: #0091EA;
  88. text-decoration: none;
  89. }
  90. #welcome-integrations img {
  91. width: 48px;
  92. height: 48px;
  93. }
  94. #welcome-integrations p {
  95. font-size: 18px;
  96. margin: 20px 0 0 0;
  97. line-height: 1.1;
  98. }
  99. #welcome-integrations p small {
  100. font-size: 12px;
  101. color: #777777;
  102. }
  103. .use-cases li {
  104. line-height: 200%;
  105. }
  106. .page-welcome .tab-content {
  107. border: 1px solid var(--border-color);
  108. border-top: 0;
  109. }
  110. #email.tab-pane {
  111. padding: 20px;
  112. margin: 0;
  113. }
  114. .page-welcome .highlight:nth-child(n+2) {
  115. border-top: 1px solid var(--border-color);
  116. }
  117. .page-welcome .tab-pane pre {
  118. margin-bottom: 0;
  119. background: transparent;
  120. padding: 15px;
  121. }
  122. .tab-pane.tab-pane-email {
  123. border: none;
  124. }
  125. #signup-modal .modal-header {
  126. border-bottom: 0;
  127. }
  128. #signup-modal .modal-body {
  129. padding: 0 50px 50px 50px;
  130. }
  131. #signup-modal div.title {
  132. font-size: 30px;
  133. text-align: center;
  134. margin: 0 0 50px 0;
  135. }
  136. #signup-modal label {
  137. font-weight: normal;
  138. }
  139. #signup-modal #link-instruction {
  140. text-align: center;
  141. }
  142. #signup-result {
  143. margin-top: 20px;
  144. text-align: center;
  145. font-size: 18px;
  146. display: none;
  147. }
  148. #footer-cta p {
  149. max-width: 800px;
  150. margin-left: auto;
  151. margin-right: auto;
  152. }