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.

230 lines
5.8 KiB

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
  1. @import 'http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic';
  2. /*
  3. * # Semantic - Site
  4. * http://github.com/semantic-org/semantic-ui/
  5. *
  6. *
  7. * Copyright 2014 Contributor
  8. * Released under the MIT license
  9. * http://opensource.org/licenses/MIT
  10. *
  11. */
  12. /*******************************
  13. Theme
  14. *******************************/
  15. /*
  16. */
  17. /*******************************
  18. Folders
  19. *******************************/
  20. /* Path to theme packages */
  21. /* Path to site override folder */
  22. /*******************************
  23. Themes
  24. *******************************/
  25. /* To override a theme for an individual element
  26. specify theme name below
  27. Be sure to update the user folder name (see README)
  28. */
  29. /* Global */
  30. /* Elements */
  31. /* Collections */
  32. /* Modules */
  33. /* Views */
  34. /*******************************
  35. Import Directives
  36. *******************************/
  37. /*------------------
  38. Load Defaults
  39. -------------------*/
  40. /*******************************
  41. Site Settings
  42. *******************************/
  43. /*-------------------
  44. Paths
  45. --------------------*/
  46. /*-------------------
  47. Fonts
  48. --------------------*/
  49. /*-------------------
  50. Site Colors
  51. --------------------*/
  52. /*--- Colors ---*/
  53. /*--- Light Colors ---*/
  54. /*-------------------
  55. Page
  56. --------------------*/
  57. /* Used to match floats with text */
  58. /*-------------------
  59. Background Colors
  60. --------------------*/
  61. /* Used for differentiating neutrals */
  62. /* Used for differentiating layers */
  63. /*-------------------
  64. Grid
  65. --------------------*/
  66. /*-------------------
  67. Breakpoints
  68. --------------------*/
  69. /*******************************
  70. Power-User
  71. *******************************/
  72. /*-------------------
  73. Icons
  74. --------------------*/
  75. /* Max Width of Icon */
  76. /*-------------------
  77. Easing
  78. --------------------*/
  79. /*--- Neutrals ---*/
  80. /*--- Colored Backgrounds ---*/
  81. /*--- Colored Text ---*/
  82. /*--- Colored Headers ---*/
  83. /*-------------------
  84. Emotive Colors
  85. --------------------*/
  86. /* Mood */
  87. /* Status */
  88. /* Darkened Headers */
  89. /*-------------------
  90. Neutral Text
  91. --------------------*/
  92. /*-------------------
  93. Brand Colors
  94. --------------------*/
  95. /*-------------------
  96. Grid Columns
  97. --------------------*/
  98. /*-------------------
  99. Borders
  100. --------------------*/
  101. /*-------------------
  102. Sizes
  103. --------------------*/
  104. /*-------------------
  105. Transitions
  106. --------------------*/
  107. /*******************************
  108. States
  109. *******************************/
  110. /*-------------------
  111. Disabled
  112. --------------------*/
  113. /*-------------------
  114. Hover
  115. --------------------*/
  116. /*--- Colors ---*/
  117. /*--- Emotive ---*/
  118. /*--- Neutrals ---*/
  119. /*-------------------
  120. Down (:active)
  121. --------------------*/
  122. /*--- Colors ---*/
  123. /*--- Emotive ---*/
  124. /*--- Neutrals ---*/
  125. /*-------------------
  126. Active
  127. --------------------*/
  128. /*--- Standard ---*/
  129. /*--- Emotive ---*/
  130. /*--- Neutrals ---*/
  131. /*------------------
  132. Load Theme
  133. -------------------*/
  134. /*------------------
  135. Load Site
  136. -------------------*/
  137. /*******************************
  138. User Global Variables
  139. *******************************/
  140. /*------------------
  141. Override Loader
  142. -------------------*/
  143. /*******************************
  144. Web Fonts
  145. *******************************/
  146. /*******************************
  147. Page
  148. *******************************/
  149. /* UI requires Border-Box */
  150. *,
  151. *:before,
  152. *:after {
  153. box-sizing: border-box;
  154. }
  155. html,
  156. body {
  157. height: 100%;
  158. font-smoothing: antialiased;
  159. }
  160. body {
  161. margin: 0px;
  162. padding: 0px;
  163. min-width: 278px;
  164. background: #f7f7f7;
  165. font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  166. font-size: 14px;
  167. line-height: 1.33;
  168. color: rgba(0, 0, 0, 0.8);
  169. overflow-x: hidden;
  170. }
  171. /*******************************
  172. Text
  173. *******************************/
  174. h1,
  175. h2,
  176. h3,
  177. h4,
  178. h5 {
  179. margin: 1em 0em 1rem;
  180. padding: 0em;
  181. }
  182. p {
  183. margin: 0em 0em 1em;
  184. }
  185. p:first-child {
  186. margin-top: 0em;
  187. }
  188. p:last-child {
  189. margin-bottom: 0em;
  190. }
  191. /*-------------------
  192. Links
  193. --------------------*/
  194. a {
  195. color: #009fda;
  196. text-decoration: none;
  197. }
  198. a:hover {
  199. color: #00b2f3;
  200. }
  201. /*******************************
  202. Highlighting
  203. *******************************/
  204. ::-webkit-selection {
  205. background-color: #ffffcc;
  206. color: rgba(0, 0, 0, 0.8);
  207. }
  208. ::-moz-selection {
  209. background-color: #ffffcc;
  210. color: rgba(0, 0, 0, 0.8);
  211. }
  212. ::selection {
  213. background-color: #ffffcc;
  214. color: rgba(0, 0, 0, 0.8);
  215. }
  216. /*******************************
  217. Global Overrides
  218. *******************************/
  219. /*******************************
  220. Overrides
  221. *******************************/