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.

229 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
  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. /*-------------------
  58. Background Colors
  59. --------------------*/
  60. /* Used for differentiating neutrals */
  61. /* Used for differentiating layers */
  62. /*-------------------
  63. Grid
  64. --------------------*/
  65. /*-------------------
  66. Breakpoints
  67. --------------------*/
  68. /*******************************
  69. Power-User
  70. *******************************/
  71. /*-------------------
  72. Icons
  73. --------------------*/
  74. /* Max Width of Icon */
  75. /*-------------------
  76. Easing
  77. --------------------*/
  78. /*--- Neutrals ---*/
  79. /*--- Colored Backgrounds ---*/
  80. /*--- Colored Text ---*/
  81. /*--- Colored Headers ---*/
  82. /*-------------------
  83. Emotive Colors
  84. --------------------*/
  85. /* Mood */
  86. /* Solid Background Color */
  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 Mix-in
  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: 320px;
  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. }
  170. /*******************************
  171. Text
  172. *******************************/
  173. h1,
  174. h2,
  175. h3,
  176. h4,
  177. h5 {
  178. margin: 1em 0em 1rem;
  179. padding: 0em;
  180. }
  181. p {
  182. margin: 0em 0em 1em;
  183. }
  184. p:first-child {
  185. margin-top: 0em;
  186. }
  187. p:last-child {
  188. margin-bottom: 0em;
  189. }
  190. /*-------------------
  191. Links
  192. --------------------*/
  193. a {
  194. color: #009fda;
  195. text-decoration: none;
  196. }
  197. a:hover {
  198. color: #00b2f3;
  199. }
  200. /*******************************
  201. Highlighting
  202. *******************************/
  203. ::-webkit-selection {
  204. background-color: #ffffcc;
  205. color: rgba(0, 0, 0, 0.8);
  206. }
  207. ::-moz-selection {
  208. background-color: #ffffcc;
  209. color: rgba(0, 0, 0, 0.8);
  210. }
  211. ::selection {
  212. background-color: #ffffcc;
  213. color: rgba(0, 0, 0, 0.8);
  214. }
  215. /*******************************
  216. Global Overrides
  217. *******************************/
  218. /*******************************
  219. Overrides
  220. *******************************/