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.
 
 
 

122 line
1.8 KiB

  1. body {
  2. /* container styles */
  3. max-width: 720px;
  4. margin: auto;
  5. font-family: "proxima-nova", sans-serif;
  6. font-size: 15px;
  7. color: #6c7680;
  8. text-rendering: optimizeLegibility !important;
  9. line-height: 1.5em;
  10. -moz-osx-font-smoothing: grayscale;
  11. -webkit-font-smoothing: antialiased;
  12. }
  13. h1,
  14. h2,
  15. h3,
  16. h4,
  17. h5,
  18. h6,
  19. .lead,
  20. .page-sidebar,
  21. .breadcrumb,
  22. .label,
  23. .h6,
  24. .sans,
  25. blockquote {
  26. font-family: "proxima-nova", sans-serif;
  27. color: #36414C;
  28. }
  29. header {
  30. margin: 4rem 0; /* SAME 1 */
  31. font-size: 1.6em;
  32. font-weight: 300;
  33. text-align: center;
  34. }
  35. header .lead-text {
  36. line-height: 3rem;
  37. margin: 2rem 0;
  38. }
  39. .demo-tip {
  40. margin-top: 1rem; /* SAME 2 */
  41. font-size: 1rem;
  42. }
  43. section {
  44. margin: 4em 0; /* SAME 1 */
  45. }
  46. section figure {
  47. border: 1px solid #ddd; /* SAME 3 */
  48. border-radius: 3px;
  49. }
  50. .btn, .btn-group {
  51. margin-bottom: 1rem;
  52. }
  53. .btn-group, .btn-action {
  54. margin-right: 0.5rem;
  55. }
  56. h1 {
  57. font-size: 3.5rem;
  58. margin-bottom: 1.5rem;
  59. }
  60. h1, h6 {
  61. font-weight: 700;
  62. }
  63. p.new-context {
  64. margin-top: 2rem;
  65. }
  66. .btn {
  67. outline: none !important;
  68. }
  69. .blue.button {
  70. color: #fff;
  71. background: #7575ff;
  72. border: 0px;
  73. border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  74. }
  75. .blue.button:hover {
  76. background: #5b5be5;
  77. }
  78. .large.button {
  79. font-size: 1.33em;
  80. padding: 12px 24px 10px;
  81. border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  82. }
  83. a {
  84. color: #5E64FF;
  85. }
  86. a, a:focus, a:hover {
  87. transition: color 0.3s, border 0.3s, background-color 0.3s;
  88. }
  89. /* BaseCSS */
  90. .mt1 {
  91. margin-top: 1rem; /* SAME 2 */
  92. }
  93. .mv1 {
  94. margin: 2em 0 1em 0;
  95. }
  96. .border {
  97. border: 1px solid #ddd; /* SAME 3 */
  98. border-radius: 3px;
  99. }
  100. .text-center {
  101. text-align: center;
  102. }
  103. /* Moon images */
  104. .image-container {
  105. padding: 3px;
  106. }
  107. .image-container img{
  108. display: block;
  109. width: 100%;
  110. }
  111. .content-data p {
  112. margin-bottom: 5px;
  113. font-size: 12px;
  114. }