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.

231 lines
5.9 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 Default
  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. /* Solid Background Color */
  88. /* Status */
  89. /* Darkened Headers */
  90. /*-------------------
  91. Neutral Text
  92. --------------------*/
  93. /*-------------------
  94. Brand Colors
  95. --------------------*/
  96. /*-------------------
  97. Grid Columns
  98. --------------------*/
  99. /*-------------------
  100. Borders
  101. --------------------*/
  102. /*-------------------
  103. Sizes
  104. --------------------*/
  105. /*-------------------
  106. Transitions
  107. --------------------*/
  108. /*******************************
  109. States
  110. *******************************/
  111. /*-------------------
  112. Disabled
  113. --------------------*/
  114. /*-------------------
  115. Hover
  116. --------------------*/
  117. /*--- Colors ---*/
  118. /*--- Emotive ---*/
  119. /*--- Neutrals ---*/
  120. /*-------------------
  121. Down (:active)
  122. --------------------*/
  123. /*--- Colors ---*/
  124. /*--- Emotive ---*/
  125. /*--- Neutrals ---*/
  126. /*-------------------
  127. Active
  128. --------------------*/
  129. /*--- Standard ---*/
  130. /*--- Emotive ---*/
  131. /*--- Neutrals ---*/
  132. /*------------------
  133. Load Theme
  134. -------------------*/
  135. /*------------------
  136. Load Site
  137. -------------------*/
  138. /*******************************
  139. User Global Variables
  140. *******************************/
  141. /*------------------
  142. Override Mix-in
  143. -------------------*/
  144. /*******************************
  145. Web Fonts
  146. *******************************/
  147. /*******************************
  148. Page
  149. *******************************/
  150. /* UI requires Border-Box */
  151. *,
  152. *:before,
  153. *:after {
  154. box-sizing: border-box;
  155. }
  156. html,
  157. body {
  158. height: 100%;
  159. font-smoothing: antialiased;
  160. }
  161. body {
  162. margin: 0px;
  163. padding: 0px;
  164. min-width: 250px;
  165. background: #f7f7f7;
  166. font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  167. font-size: 14px;
  168. line-height: 1.33;
  169. color: rgba(0, 0, 0, 0.8);
  170. overflow-x: hidden;
  171. }
  172. /*******************************
  173. Text
  174. *******************************/
  175. h1,
  176. h2,
  177. h3,
  178. h4,
  179. h5 {
  180. margin: 1em 0em 1rem;
  181. padding: 0em;
  182. }
  183. p {
  184. margin: 0em 0em 1em;
  185. }
  186. p:first-child {
  187. margin-top: 0em;
  188. }
  189. p:last-child {
  190. margin-bottom: 0em;
  191. }
  192. /*-------------------
  193. Links
  194. --------------------*/
  195. a {
  196. color: #009fda;
  197. text-decoration: none;
  198. }
  199. a:hover {
  200. color: #00b2f3;
  201. }
  202. /*******************************
  203. Highlighting
  204. *******************************/
  205. ::-webkit-selection {
  206. background-color: #ffffcc;
  207. color: rgba(0, 0, 0, 0.8);
  208. }
  209. ::-moz-selection {
  210. background-color: #ffffcc;
  211. color: rgba(0, 0, 0, 0.8);
  212. }
  213. ::selection {
  214. background-color: #ffffcc;
  215. color: rgba(0, 0, 0, 0.8);
  216. }
  217. /*******************************
  218. Global Overrides
  219. *******************************/
  220. /*******************************
  221. Overrides
  222. *******************************/