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
9 years ago
9 years ago
10 years ago
9 years ago
10 years ago
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
9 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
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
9 years ago
10 years ago
9 years ago
9 years ago
10 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
10 years ago
  1. /*!
  2. * # Semantic UI 2.0.0 - Site
  3. * http://github.com/semantic-org/semantic-ui/
  4. *
  5. *
  6. * Copyright 2015 Contributors
  7. * Released under the MIT license
  8. * http://opensource.org/licenses/MIT
  9. *
  10. */
  11. /*******************************
  12. Page
  13. *******************************/
  14. @import url('https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic&subset=latin');
  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.2857em;
  44. margin: calc(2rem - 0.14285em ) 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.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: #2c76bf;
  100. }
  101. /*******************************
  102. Highlighting
  103. *******************************/
  104. /* Site */
  105. ::-webkit-selection {
  106. background-color: #cce2ff;
  107. color: rgba(0, 0, 0, 0.87);
  108. }
  109. ::-moz-selection {
  110. background-color: #cce2ff;
  111. color: rgba(0, 0, 0, 0.87);
  112. }
  113. ::selection {
  114. background-color: #cce2ff;
  115. color: rgba(0, 0, 0, 0.87);
  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.87);
  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.87);
  127. }
  128. textarea::selection,
  129. input::selection {
  130. background-color: rgba(100, 100, 100, 0.4);
  131. color: rgba(0, 0, 0, 0.87);
  132. }
  133. /*******************************
  134. Global Overrides
  135. *******************************/
  136. /*******************************
  137. Site Overrides
  138. *******************************/