site.css 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  1. /*!
  2. * # Semantic UI 2.4.2 - Site
  3. * http://github.com/semantic-org/semantic-ui/
  4. *
  5. *
  6. * Released under the MIT license
  7. * http://opensource.org/licenses/MIT
  8. *
  9. */
  10. /*******************************
  11. Page
  12. @import url('https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic&subset=latin');
  13. *******************************/
  14. @import url(./fonts.googleapis.com.css);
  15. html,
  16. body {
  17. height: 100%;
  18. }
  19. html {
  20. font-size: 14px;
  21. }
  22. body {
  23. margin: 0px;
  24. padding: 0px;
  25. overflow-x: hidden;
  26. min-width: 320px;
  27. background: #FFFFFF;
  28. font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  29. font-size: 14px;
  30. line-height: 1.4285em;
  31. color: rgba(0, 0, 0, 0.87);
  32. font-smoothing: antialiased;
  33. }
  34. /*******************************
  35. Headers
  36. *******************************/
  37. h1,
  38. h2,
  39. h3,
  40. h4,
  41. h5 {
  42. font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  43. line-height: 1.28571429em;
  44. margin: calc(2rem - 0.14285714em ) 0em 1rem;
  45. font-weight: bold;
  46. padding: 0em;
  47. }
  48. h1 {
  49. min-height: 1rem;
  50. font-size: 2rem;
  51. }
  52. h2 {
  53. font-size: 1.71428571rem;
  54. }
  55. h3 {
  56. font-size: 1.28571429rem;
  57. }
  58. h4 {
  59. font-size: 1.07142857rem;
  60. }
  61. h5 {
  62. font-size: 1rem;
  63. }
  64. h1:first-child,
  65. h2:first-child,
  66. h3:first-child,
  67. h4:first-child,
  68. h5:first-child {
  69. margin-top: 0em;
  70. }
  71. h1:last-child,
  72. h2:last-child,
  73. h3:last-child,
  74. h4:last-child,
  75. h5:last-child {
  76. margin-bottom: 0em;
  77. }
  78. /*******************************
  79. Text
  80. *******************************/
  81. p {
  82. margin: 0em 0em 1em;
  83. line-height: 1.4285em;
  84. }
  85. p:first-child {
  86. margin-top: 0em;
  87. }
  88. p:last-child {
  89. margin-bottom: 0em;
  90. }
  91. /*-------------------
  92. Links
  93. --------------------*/
  94. a {
  95. color: #4183C4;
  96. text-decoration: none;
  97. }
  98. a:hover {
  99. color: #1e70bf;
  100. text-decoration: none;
  101. }
  102. /*******************************
  103. Scrollbars
  104. *******************************/
  105. /*******************************
  106. Highlighting
  107. *******************************/
  108. /* Site */
  109. ::-webkit-selection {
  110. background-color: #CCE2FF;
  111. color: rgba(0, 0, 0, 0.87);
  112. }
  113. ::-moz-selection {
  114. background-color: #CCE2FF;
  115. color: rgba(0, 0, 0, 0.87);
  116. }
  117. ::selection {
  118. background-color: #CCE2FF;
  119. color: rgba(0, 0, 0, 0.87);
  120. }
  121. /* Form */
  122. textarea::-webkit-selection,
  123. input::-webkit-selection {
  124. background-color: rgba(100, 100, 100, 0.4);
  125. color: rgba(0, 0, 0, 0.87);
  126. }
  127. textarea::-moz-selection,
  128. input::-moz-selection {
  129. background-color: rgba(100, 100, 100, 0.4);
  130. color: rgba(0, 0, 0, 0.87);
  131. }
  132. textarea::selection,
  133. input::selection {
  134. background-color: rgba(100, 100, 100, 0.4);
  135. color: rgba(0, 0, 0, 0.87);
  136. }
  137. /* Force Simple Scrollbars */
  138. body ::-webkit-scrollbar {
  139. -webkit-appearance: none;
  140. width: 10px;
  141. height: 10px;
  142. }
  143. body ::-webkit-scrollbar-track {
  144. background: rgba(0, 0, 0, 0.1);
  145. border-radius: 0px;
  146. }
  147. body ::-webkit-scrollbar-thumb {
  148. cursor: pointer;
  149. border-radius: 5px;
  150. background: rgba(0, 0, 0, 0.25);
  151. -webkit-transition: color 0.2s ease;
  152. transition: color 0.2s ease;
  153. }
  154. body ::-webkit-scrollbar-thumb:window-inactive {
  155. background: rgba(0, 0, 0, 0.15);
  156. }
  157. body ::-webkit-scrollbar-thumb:hover {
  158. background: rgba(128, 135, 139, 0.8);
  159. }
  160. /* Inverted UI */
  161. body .ui.inverted::-webkit-scrollbar-track {
  162. background: rgba(255, 255, 255, 0.1);
  163. }
  164. body .ui.inverted::-webkit-scrollbar-thumb {
  165. background: rgba(255, 255, 255, 0.25);
  166. }
  167. body .ui.inverted::-webkit-scrollbar-thumb:window-inactive {
  168. background: rgba(255, 255, 255, 0.15);
  169. }
  170. body .ui.inverted::-webkit-scrollbar-thumb:hover {
  171. background: rgba(255, 255, 255, 0.35);
  172. }
  173. /*******************************
  174. Global Overrides
  175. *******************************/
  176. /*******************************
  177. Site Overrides
  178. *******************************/