Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 

128 рядки
1.8 KiB

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