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.

146 lines
2.4 KiB

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
10 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: 278px;
  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. /*******************************
  65. Text
  66. *******************************/
  67. p {
  68. margin: 0em 0em 1em;
  69. line-height: 1.33;
  70. }
  71. p:first-child {
  72. margin-top: 0em;
  73. }
  74. p:last-child {
  75. margin-bottom: 0em;
  76. }
  77. /*-------------------
  78. Links
  79. --------------------*/
  80. a {
  81. color: #009fda;
  82. text-decoration: none;
  83. }
  84. a:hover {
  85. color: #00b2f3;
  86. }
  87. /*******************************
  88. Highlighting
  89. *******************************/
  90. /* Site */
  91. ::-webkit-selection {
  92. background-color: #cce2ff;
  93. color: rgba(0, 0, 0, 0.8);
  94. }
  95. ::-moz-selection {
  96. background-color: #cce2ff;
  97. color: rgba(0, 0, 0, 0.8);
  98. }
  99. ::selection {
  100. background-color: #cce2ff;
  101. color: rgba(0, 0, 0, 0.8);
  102. }
  103. /* Form */
  104. textarea::-webkit-selection,
  105. input::-webkit-selection {
  106. background-color: rgba(100, 100, 100, 0.4);
  107. color: rgba(0, 0, 0, 0.8);
  108. }
  109. textarea::-moz-selection,
  110. input::-moz-selection {
  111. background-color: rgba(100, 100, 100, 0.4);
  112. color: rgba(0, 0, 0, 0.8);
  113. }
  114. textarea::selection,
  115. input::selection {
  116. background-color: rgba(100, 100, 100, 0.4);
  117. color: rgba(0, 0, 0, 0.8);
  118. }
  119. /*******************************
  120. Global Overrides
  121. *******************************/
  122. /*******************************
  123. Site Overrides
  124. *******************************/