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.

160 lines
2.6 KiB

9 years ago
10 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
10 years ago
10 years ago
9 years ago
10 years ago
10 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
  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. min-width: 320px;
  26. background: #f7f7f7;
  27. font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  28. font-size: 14px;
  29. line-height: 1.33;
  30. color: rgba(0, 0, 0, 0.8);
  31. font-smoothing: antialiased;
  32. }
  33. /*******************************
  34. Headers
  35. *******************************/
  36. h1,
  37. h2,
  38. h3,
  39. h4,
  40. h5 {
  41. font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  42. line-height: 1.33em;
  43. margin: -webkit-calc(2rem - 0.165em ) 0em 1rem;
  44. margin: calc(2rem - 0.165em ) 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.714rem;
  54. }
  55. h3 {
  56. font-size: 1.28rem;
  57. }
  58. h4 {
  59. font-size: 1.071rem;
  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.33;
  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: #009fda;
  96. text-decoration: none;
  97. }
  98. a:hover {
  99. color: #00b2f3;
  100. }
  101. /*******************************
  102. Highlighting
  103. *******************************/
  104. /* Site */
  105. ::-webkit-selection {
  106. background-color: #cce2ff;
  107. color: rgba(0, 0, 0, 0.8);
  108. }
  109. ::-moz-selection {
  110. background-color: #cce2ff;
  111. color: rgba(0, 0, 0, 0.8);
  112. }
  113. ::selection {
  114. background-color: #cce2ff;
  115. color: rgba(0, 0, 0, 0.8);
  116. }
  117. /* Form */
  118. textarea::-webkit-selection,
  119. input::-webkit-selection {
  120. background-color: rgba(100, 100, 100, 0.4);
  121. color: rgba(0, 0, 0, 0.8);
  122. }
  123. textarea::-moz-selection,
  124. input::-moz-selection {
  125. background-color: rgba(100, 100, 100, 0.4);
  126. color: rgba(0, 0, 0, 0.8);
  127. }
  128. textarea::selection,
  129. input::selection {
  130. background-color: rgba(100, 100, 100, 0.4);
  131. color: rgba(0, 0, 0, 0.8);
  132. }
  133. /*******************************
  134. Global Overrides
  135. *******************************/
  136. /*******************************
  137. Site Overrides
  138. *******************************/