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.
 
 
 

196 rivejä
2.8 KiB

  1. body {
  2. font-family: "proxima-nova", sans-serif;
  3. font-size: 15px;
  4. color: #6c7680;
  5. text-rendering: optimizeLegibility !important;
  6. line-height: 1.5em;
  7. -moz-osx-font-smoothing: grayscale;
  8. -webkit-font-smoothing: antialiased;
  9. }
  10. h1,
  11. h2,
  12. h3,
  13. h4,
  14. h5,
  15. h6,
  16. .lead,
  17. .page-sidebar,
  18. .breadcrumb,
  19. .label,
  20. .h6,
  21. .sans,
  22. blockquote {
  23. font-family: "proxima-nova", sans-serif;
  24. color: #36414C;
  25. }
  26. h1, h6 {
  27. font-weight: 700;
  28. }
  29. h1 {
  30. font-size: 2.13em;
  31. }
  32. .blue.button {
  33. color: #fff;
  34. background: #7575ff;
  35. border: 0px;
  36. border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  37. }
  38. .blue.button:hover {
  39. background: #5b5be5;
  40. }
  41. .large.button {
  42. font-size: 1.33em;
  43. padding: 12px 24px 10px;
  44. border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  45. }
  46. .row.section,
  47. section {
  48. padding: 70px 0 70px;
  49. }
  50. .row.section p,
  51. section p {
  52. color: #6c7680;
  53. }
  54. .hero {
  55. padding: 70px 0;
  56. font-size: 1.6em;
  57. font-weight: 300;
  58. text-align: center;
  59. }
  60. a {
  61. color: #5E64FF;
  62. }
  63. a,
  64. a:focus,
  65. a:hover {
  66. transition: color 0.3s, border 0.3s, background-color 0.3s;
  67. }
  68. .group, .border-bottom {
  69. border-bottom: 1px solid #d1d8dd;
  70. }
  71. .container, .navbar, footer {
  72. max-width: 900px;
  73. margin: auto;
  74. }
  75. /* frappe-theme end */
  76. /*buttons*/
  77. /*
  78. .active {
  79. background-color: #fff;
  80. color: #000;
  81. }
  82. .btn {
  83. padding: .5em 1.25em;
  84. border-radius:.25em;
  85. cursor: pointer;
  86. transition: all 0.3s ease 0s;
  87. border-bottom: 3px solid #00000030;
  88. }
  89. .btn-secondary {
  90. padding: 0.5em 1.25em;
  91. border-right: 1px solid #e2e2ec;
  92. border-left: 1px solid #e2e2ec;
  93. border-top: 1px solid #e2e2ec;
  94. background-color: #fafafe;
  95. }
  96. .btn-secondary:hover{
  97. background: rgb(255, 255, 255);
  98. color: #36414c;
  99. } */
  100. /* custom */
  101. .page-header {
  102. width: 100%;
  103. text-align: center;
  104. color: #fff;
  105. padding: 2em 0;
  106. }
  107. .jumbotron {
  108. padding: 2rem 2rem;
  109. }
  110. .project-name {
  111. padding-top: 1.8em;
  112. font-size: 2.5em;
  113. }
  114. .project-tagline {
  115. font-size: 1em;
  116. opacity: 0.7;
  117. padding: 2em;
  118. }
  119. .btn-transparent {
  120. margin: 0 0.5em;
  121. color: #fff;
  122. background: rgba(255, 255, 255, 0.1);
  123. border: 1px solid rgba(255, 255, 255, 0.4);
  124. }
  125. .btn-transparent:hover {
  126. color: #fff;
  127. background: rgba(255, 255, 255, 0.3);
  128. }
  129. .main-content {
  130. padding: 2em;
  131. }
  132. .main-content .row {
  133. margin-bottom: 20px;
  134. }
  135. hr {
  136. margin-bottom: 2rem;
  137. }
  138. .step-explain {
  139. margin-top: 30px;
  140. }
  141. pre.highlight {
  142. background: #f7f7f7;
  143. border-radius: 3px;
  144. }
  145. .btn {
  146. outline: none !important;
  147. }
  148. .dashboard-section h1 {
  149. margin-left: -2px;
  150. }
  151. .data-container {
  152. padding: 20px;
  153. padding-bottom: 0px;
  154. }
  155. .image-container {
  156. padding: 3px;
  157. }
  158. .image-container img{
  159. display: block;
  160. width: 100%;
  161. }
  162. .data p {
  163. margin-bottom: 5px;
  164. font-size: 12px;
  165. }
  166. .margin-vertical-px {
  167. margin: 15px 0px;
  168. }
  169. .margin-vertical-rem {
  170. margin: 2em 0 1em 0;
  171. }
  172. .border {
  173. border: 1px solid #ddd;
  174. border-radius: 3px;
  175. }
  176. .text-center {
  177. text-align: center;
  178. }