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.

161 lines
2.6 KiB

9 years ago
10 years ago
10 years ago
10 years ago
9 years ago
9 years ago
10 years ago
10 years ago
9 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
9 years ago
10 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
  1. @import 'https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic&subset=latin';
  2. /*!
  3. * # Semantic UI - Site
  4. * http://github.com/semantic-org/semantic-ui/
  5. *
  6. *
  7. * Copyright 2014 Contributors
  8. * Released under the MIT license
  9. * http://opensource.org/licenses/MIT
  10. *
  11. */
  12. /*******************************
  13. Page
  14. *******************************/
  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.8);
  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.33em;
  44. margin: -webkit-calc(2rem - 0.165em ) 0em 1rem;
  45. margin: calc(2rem - 0.165em ) 0em 1rem;
  46. font-weight: bold;
  47. padding: 0em;
  48. }
  49. h1 {
  50. min-height: 1rem;
  51. font-size: 2rem;
  52. }
  53. h2 {
  54. font-size: 1.714rem;
  55. }
  56. h3 {
  57. font-size: 1.28rem;
  58. }
  59. h4 {
  60. font-size: 1.071rem;
  61. }
  62. h5 {
  63. font-size: 1rem;
  64. }
  65. h1:first-child,
  66. h2:first-child,
  67. h3:first-child,
  68. h4:first-child,
  69. h5:first-child {
  70. margin-top: 0em;
  71. }
  72. h1:last-child,
  73. h2:last-child,
  74. h3:last-child,
  75. h4:last-child,
  76. h5:last-child {
  77. margin-bottom: 0em;
  78. }
  79. /*******************************
  80. Text
  81. *******************************/
  82. p {
  83. margin: 0em 0em 1em;
  84. line-height: 1.4285em;
  85. }
  86. p:first-child {
  87. margin-top: 0em;
  88. }
  89. p:last-child {
  90. margin-bottom: 0em;
  91. }
  92. /*-------------------
  93. Links
  94. --------------------*/
  95. a {
  96. color: #009fda;
  97. text-decoration: none;
  98. }
  99. a:hover {
  100. color: #00b2f3;
  101. }
  102. /*******************************
  103. Highlighting
  104. *******************************/
  105. /* Site */
  106. ::-webkit-selection {
  107. background-color: #cce2ff;
  108. color: rgba(0, 0, 0, 0.8);
  109. }
  110. ::-moz-selection {
  111. background-color: #cce2ff;
  112. color: rgba(0, 0, 0, 0.8);
  113. }
  114. ::selection {
  115. background-color: #cce2ff;
  116. color: rgba(0, 0, 0, 0.8);
  117. }
  118. /* Form */
  119. textarea::-webkit-selection,
  120. input::-webkit-selection {
  121. background-color: rgba(100, 100, 100, 0.4);
  122. color: rgba(0, 0, 0, 0.8);
  123. }
  124. textarea::-moz-selection,
  125. input::-moz-selection {
  126. background-color: rgba(100, 100, 100, 0.4);
  127. color: rgba(0, 0, 0, 0.8);
  128. }
  129. textarea::selection,
  130. input::selection {
  131. background-color: rgba(100, 100, 100, 0.4);
  132. color: rgba(0, 0, 0, 0.8);
  133. }
  134. /*******************************
  135. Global Overrides
  136. *******************************/
  137. /*******************************
  138. Site Overrides
  139. *******************************/