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.

274 lines
6.7 KiB

  1. /*
  2. * # Semantic - Site
  3. * http://github.com/semantic-org/semantic-ui/
  4. *
  5. *
  6. * Copyright 2013 Contributors
  7. * Released under the MIT license
  8. * http://opensource.org/licenses/MIT
  9. *
  10. */
  11. /*******************************
  12. Theme
  13. *******************************/
  14. /*
  15. */
  16. /*******************************
  17. Folders
  18. *******************************/
  19. /* Path to theme packages */
  20. /* Path to site override folder */
  21. /*******************************
  22. Themes
  23. *******************************/
  24. /* To override a theme for an individual element
  25. specify theme name below
  26. Be sure to update the user folder name (see README)
  27. */
  28. /* Global */
  29. /* Elements */
  30. /* Collections */
  31. /* Modules */
  32. /* Views */
  33. /*******************************
  34. Import Directives
  35. *******************************/
  36. /*------------------
  37. Load Default
  38. -------------------*/
  39. /*******************************
  40. Global Variables
  41. *******************************/
  42. /*-------------------
  43. Paths
  44. --------------------*/
  45. /*-------------------
  46. Page
  47. --------------------*/
  48. /*-------------------
  49. Breakpoints
  50. --------------------*/
  51. /*-------------------
  52. Fonts
  53. --------------------*/
  54. /*-------------------
  55. Icons
  56. --------------------*/
  57. /* Width of largest icon */
  58. /*******************************
  59. BG Colors
  60. *******************************/
  61. /*******************************
  62. Colors
  63. *******************************/
  64. /*-------------------
  65. Background
  66. --------------------*/
  67. /*--- Colors ---*/
  68. /*--- Emotive ---*/
  69. /*--- Neutrals ---*/
  70. /*-------------------
  71. Emotive
  72. --------------------*/
  73. /*-------------------
  74. Text Colors
  75. --------------------*/
  76. /*-------------------
  77. Brand Colors
  78. --------------------*/
  79. /*-------------------
  80. Borders
  81. --------------------*/
  82. /*-------------------
  83. Sizes
  84. --------------------*/
  85. /*-------------------
  86. Transitions
  87. --------------------*/
  88. /*******************************
  89. States
  90. *******************************/
  91. /*-------------------
  92. Disabled
  93. --------------------*/
  94. /*-------------------
  95. Hover
  96. --------------------*/
  97. /*--- Colors ---*/
  98. /*--- Emotive ---*/
  99. /*--- Neutrals ---*/
  100. /*-------------------
  101. Down (:active)
  102. --------------------*/
  103. /*--- Colors ---*/
  104. /*--- Emotive ---*/
  105. /*--- Neutrals ---*/
  106. /*-------------------
  107. Active
  108. --------------------*/
  109. /*--- Standard ---*/
  110. /*--- Emotive ---*/
  111. /*--- Neutrals ---*/
  112. /*------------------
  113. Load Theme
  114. -------------------*/
  115. /*------------------
  116. Load Site
  117. -------------------*/
  118. /*******************************
  119. User Global Variables
  120. *******************************/
  121. /*------------------
  122. Override Mix-in
  123. -------------------*/
  124. /*******************************
  125. Page
  126. *******************************/
  127. /* UI requires Border-Box */
  128. *,
  129. *:before,
  130. *:after {
  131. -webkit-box-sizing: border-box;
  132. -moz-box-sizing: border-box;
  133. box-sizing: border-box;
  134. }
  135. html,
  136. body {
  137. font-size: 14px;
  138. height: 100%;
  139. }
  140. body {
  141. background: #fcfcfc;
  142. font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  143. margin: 0px;
  144. padding: 0px;
  145. color: rgba(0, 0, 0, 0.8);
  146. min-width: 320px;
  147. }
  148. /*******************************
  149. Text
  150. *******************************/
  151. h1,
  152. h2,
  153. h3,
  154. h4,
  155. h5 {
  156. margin: 1em 0em 1rem;
  157. padding: 0em;
  158. }
  159. p {
  160. margin: 1em 0em;
  161. }
  162. p:first-child {
  163. margin-top: 0em;
  164. }
  165. p:last-child {
  166. margin-bottom: 0em;
  167. }
  168. /*-------------------
  169. Links
  170. --------------------*/
  171. a {
  172. color: #009fda;
  173. text-decoration: none;
  174. }
  175. a:hover {
  176. color: #00b2f3;
  177. }
  178. /*******************************
  179. Highlighting
  180. *******************************/
  181. ::-webkit-selection {
  182. background-color: #ffffcc;
  183. color: rgba(0, 0, 0, 0.8);
  184. }
  185. ::-moz-selection {
  186. background-color: #ffffcc;
  187. color: rgba(0, 0, 0, 0.8);
  188. }
  189. ::selection {
  190. background-color: #ffffcc;
  191. color: rgba(0, 0, 0, 0.8);
  192. }
  193. /*******************************
  194. Global Variables
  195. *******************************/
  196. /*-------------------
  197. Paths
  198. --------------------*/
  199. /*-------------------
  200. Page
  201. --------------------*/
  202. /*-------------------
  203. Breakpoints
  204. --------------------*/
  205. /*-------------------
  206. Fonts
  207. --------------------*/
  208. /*-------------------
  209. Icons
  210. --------------------*/
  211. /* Width of largest icon */
  212. /*******************************
  213. BG Colors
  214. *******************************/
  215. /*******************************
  216. Colors
  217. *******************************/
  218. /*-------------------
  219. Background
  220. --------------------*/
  221. /*--- Colors ---*/
  222. /*--- Emotive ---*/
  223. /*--- Neutrals ---*/
  224. /*-------------------
  225. Text Colors
  226. --------------------*/
  227. /*-------------------
  228. Brand Colors
  229. --------------------*/
  230. /*-------------------
  231. Borders
  232. --------------------*/
  233. /*-------------------
  234. Sizes
  235. --------------------*/
  236. /*-------------------
  237. Transitions
  238. --------------------*/
  239. /*******************************
  240. States
  241. *******************************/
  242. /*-------------------
  243. Disabled
  244. --------------------*/
  245. /*-------------------
  246. Hover
  247. --------------------*/
  248. /*--- Colors ---*/
  249. /*--- Emotive ---*/
  250. /*--- Neutrals ---*/
  251. /*-------------------
  252. Down (:active)
  253. --------------------*/
  254. /*--- Colors ---*/
  255. /*--- Emotive ---*/
  256. /*--- Neutrals ---*/
  257. /*-------------------
  258. Active
  259. --------------------*/
  260. /*--- Standard ---*/
  261. /*--- Emotive ---*/
  262. /*--- Neutrals ---*/
  263. /*******************************
  264. Overrides
  265. *******************************/