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.

177 lines
2.5 KiB

9 years ago
  1. .page-welcome .navbar {
  2. margin-bottom: 0;
  3. }
  4. .index-bleed {
  5. background: #FFF;
  6. padding-bottom: 2em;
  7. }
  8. .get-started-bleed {
  9. background: #f2f5f2;
  10. padding: 3em 0;
  11. }
  12. .footer-jumbo-bleed {
  13. background: #eee;
  14. }
  15. #pitch {
  16. text-align: center;
  17. padding: 100px 0;
  18. margin: 0;
  19. font-size: 36px;
  20. font-weight: bold;
  21. }
  22. #pitch small {
  23. display: block;
  24. margin-top: 10px;
  25. font-size: 18px;
  26. color: #333;
  27. }
  28. #pitch-subtitle {
  29. font-size: 14px;
  30. margin-top: 0;
  31. text-align: center;
  32. }
  33. #pitch-url {
  34. text-align: center;
  35. font-family: monospace;
  36. margin: 10px auto;
  37. }
  38. #pitch-url code {
  39. background: #f5f5f5;
  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 h1 {
  69. text-align: center;
  70. margin-bottom: 20px;
  71. }
  72. #welcome-integrations .integration {
  73. display: block;
  74. color: #333;
  75. border: 1px solid #ddd;
  76. border-radius: 3px;
  77. padding: 20px 0;
  78. text-align: center;
  79. margin-bottom: 30px;
  80. text-decoration: none;
  81. }
  82. #welcome-integrations a.integration:hover {
  83. border-color: #0091EA;
  84. text-decoration: none;
  85. }
  86. #welcome-integrations img {
  87. width: 48px;
  88. height: 48px;
  89. }
  90. #welcome-integrations h3 {
  91. font-size: 18px;
  92. margin-bottom: 0;
  93. }
  94. #welcome-integrations h3 small {
  95. font-size: 12px;
  96. }
  97. .use-cases li {
  98. line-height: 200%;
  99. }
  100. .page-welcome .tab-content {
  101. border: 1px solid #ddd;
  102. border-top: 0;
  103. }
  104. #email.tab-pane {
  105. padding: 20px;
  106. margin: 0;
  107. }
  108. .page-welcome .highlight:nth-child(n+2) {
  109. border-top: 1px solid #ddd;
  110. }
  111. .page-welcome .tab-pane pre {
  112. margin-bottom: 0;
  113. background: transparent;
  114. padding: 15px;
  115. }
  116. .tab-pane.tab-pane-email {
  117. border: none;
  118. }
  119. #signup-modal .modal-header {
  120. border-bottom: 0;
  121. }
  122. #signup-modal .modal-body {
  123. padding: 0 50px 50px 50px;
  124. }
  125. #signup-modal h1 {
  126. text-align: center;
  127. margin: 0 0 50px 0;
  128. }
  129. #signup-modal #link-instruction {
  130. text-align: center;
  131. }
  132. #signup-result {
  133. margin-top: 20px;
  134. text-align: center;
  135. font-size: 18px;
  136. display: none;
  137. }
  138. #footer-cta p {
  139. max-width: 800px;
  140. margin-left: auto;
  141. margin-right: auto;
  142. }