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

  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: #1e70bf;
  100. text-decoration: none;
  101. }
  102. /*******************************
  103. Highlighting
  104. *******************************/
  105. /* Site */
  106. ::-webkit-selection {
  107. background-color: #cce2ff;
  108. color: rgba(0, 0, 0, 0.87);
  109. }
  110. ::-moz-selection {
  111. background-color: #cce2ff;
  112. color: rgba(0, 0, 0, 0.87);
  113. }
  114. ::selection {
  115. background-color: #cce2ff;
  116. color: rgba(0, 0, 0, 0.87);
  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.87);
  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.87);
  128. }
  129. textarea::selection,
  130. input::selection {
  131. background-color: rgba(100, 100, 100, 0.4);
  132. color: rgba(0, 0, 0, 0.87);
  133. }
  134. /*******************************
  135. Global Overrides
  136. *******************************/
  137. /*******************************
  138. Site Overrides
  139. *******************************/