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.

480 lines
8.2 KiB

9 years ago
9 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
10 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
7 years ago
7 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
7 years ago
7 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
7 years ago
7 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
10 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
9 years ago
  1. /*!
  2. * # Semantic UI 2.5.0 - Reset
  3. * http://github.com/semantic-org/semantic-ui/
  4. *
  5. *
  6. * Released under the MIT license
  7. * http://opensource.org/licenses/MIT
  8. *
  9. */
  10. /*******************************
  11. Reset
  12. *******************************/
  13. /* Border-Box */
  14. *,
  15. *:before,
  16. *:after {
  17. box-sizing: inherit;
  18. }
  19. html {
  20. box-sizing: border-box;
  21. }
  22. /* iPad Input Shadows */
  23. input[type="text"],
  24. input[type="email"],
  25. input[type="search"],
  26. input[type="password"] {
  27. -webkit-appearance: none;
  28. -moz-appearance: none;
  29. /* mobile firefox too! */
  30. }
  31. /*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
  32. /* Document
  33. ========================================================================== */
  34. /**
  35. * 1. Correct the line height in all browsers.
  36. * 2. Prevent adjustments of font size after orientation changes in
  37. * IE on Windows Phone and in iOS.
  38. */
  39. html {
  40. line-height: 1.15;
  41. /* 1 */
  42. -ms-text-size-adjust: 100%;
  43. /* 2 */
  44. -webkit-text-size-adjust: 100%;
  45. /* 2 */
  46. }
  47. /* Sections
  48. ========================================================================== */
  49. /**
  50. * Remove the margin in all browsers (opinionated).
  51. */
  52. body {
  53. margin: 0;
  54. }
  55. /**
  56. * Add the correct display in IE 9-.
  57. */
  58. article,
  59. aside,
  60. footer,
  61. header,
  62. nav,
  63. section {
  64. display: block;
  65. }
  66. /**
  67. * Correct the font size and margin on `h1` elements within `section` and
  68. * `article` contexts in Chrome, Firefox, and Safari.
  69. */
  70. h1 {
  71. font-size: 2em;
  72. margin: 0.67em 0;
  73. }
  74. /* Grouping content
  75. ========================================================================== */
  76. /**
  77. * Add the correct display in IE 9-.
  78. * 1. Add the correct display in IE.
  79. */
  80. figcaption,
  81. figure,
  82. main {
  83. /* 1 */
  84. display: block;
  85. }
  86. /**
  87. * Add the correct margin in IE 8.
  88. */
  89. figure {
  90. margin: 1em 40px;
  91. }
  92. /**
  93. * 1. Add the correct box sizing in Firefox.
  94. * 2. Show the overflow in Edge and IE.
  95. */
  96. hr {
  97. box-sizing: content-box;
  98. /* 1 */
  99. height: 0;
  100. /* 1 */
  101. overflow: visible;
  102. /* 2 */
  103. }
  104. /**
  105. * 1. Correct the inheritance and scaling of font size in all browsers.
  106. * 2. Correct the odd `em` font sizing in all browsers.
  107. */
  108. pre {
  109. font-family: monospace, monospace;
  110. /* 1 */
  111. font-size: 1em;
  112. /* 2 */
  113. }
  114. /* Text-level semantics
  115. ========================================================================== */
  116. /**
  117. * 1. Remove the gray background on active links in IE 10.
  118. * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
  119. */
  120. a {
  121. background-color: transparent;
  122. /* 1 */
  123. -webkit-text-decoration-skip: objects;
  124. /* 2 */
  125. }
  126. /**
  127. * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
  128. * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
  129. */
  130. abbr[title] {
  131. border-bottom: none;
  132. /* 1 */
  133. text-decoration: underline;
  134. /* 2 */
  135. -webkit-text-decoration: underline dotted;
  136. text-decoration: underline dotted;
  137. /* 2 */
  138. }
  139. /**
  140. * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
  141. */
  142. b,
  143. strong {
  144. font-weight: inherit;
  145. }
  146. /**
  147. * Add the correct font weight in Chrome, Edge, and Safari.
  148. */
  149. b,
  150. strong {
  151. font-weight: bolder;
  152. }
  153. /**
  154. * 1. Correct the inheritance and scaling of font size in all browsers.
  155. * 2. Correct the odd `em` font sizing in all browsers.
  156. */
  157. code,
  158. kbd,
  159. samp {
  160. font-family: monospace, monospace;
  161. /* 1 */
  162. font-size: 1em;
  163. /* 2 */
  164. }
  165. /**
  166. * Add the correct font style in Android 4.3-.
  167. */
  168. dfn {
  169. font-style: italic;
  170. }
  171. /**
  172. * Add the correct background and color in IE 9-.
  173. */
  174. mark {
  175. background-color: #ff0;
  176. color: #000;
  177. }
  178. /**
  179. * Add the correct font size in all browsers.
  180. */
  181. small {
  182. font-size: 80%;
  183. }
  184. /**
  185. * Prevent `sub` and `sup` elements from affecting the line height in
  186. * all browsers.
  187. */
  188. sub,
  189. sup {
  190. font-size: 75%;
  191. line-height: 0;
  192. position: relative;
  193. vertical-align: baseline;
  194. }
  195. sub {
  196. bottom: -0.25em;
  197. }
  198. sup {
  199. top: -0.5em;
  200. }
  201. /* Embedded content
  202. ========================================================================== */
  203. /**
  204. * Add the correct display in IE 9-.
  205. */
  206. audio,
  207. video {
  208. display: inline-block;
  209. }
  210. /**
  211. * Add the correct display in iOS 4-7.
  212. */
  213. audio:not([controls]) {
  214. display: none;
  215. height: 0;
  216. }
  217. /**
  218. * Remove the border on images inside links in IE 10-.
  219. */
  220. img {
  221. border-style: none;
  222. }
  223. /**
  224. * Hide the overflow in IE.
  225. */
  226. svg:not(:root) {
  227. overflow: hidden;
  228. }
  229. /* Forms
  230. ========================================================================== */
  231. /**
  232. * 1. Change the font styles in all browsers (opinionated).
  233. * 2. Remove the margin in Firefox and Safari.
  234. */
  235. button,
  236. input,
  237. optgroup,
  238. select,
  239. textarea {
  240. font-family: sans-serif;
  241. /* 1 */
  242. font-size: 100%;
  243. /* 1 */
  244. line-height: 1.15;
  245. /* 1 */
  246. margin: 0;
  247. /* 2 */
  248. }
  249. /**
  250. * Show the overflow in IE.
  251. * 1. Show the overflow in Edge.
  252. */
  253. button,
  254. input {
  255. /* 1 */
  256. overflow: visible;
  257. }
  258. /**
  259. * Remove the inheritance of text transform in Edge, Firefox, and IE.
  260. * 1. Remove the inheritance of text transform in Firefox.
  261. */
  262. button,
  263. select {
  264. /* 1 */
  265. text-transform: none;
  266. }
  267. /**
  268. * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
  269. * controls in Android 4.
  270. * 2. Correct the inability to style clickable types in iOS and Safari.
  271. */
  272. button,
  273. html [type="button"],
  274. [type="reset"],
  275. [type="submit"] {
  276. -webkit-appearance: button;
  277. /* 2 */
  278. }
  279. /**
  280. * Remove the inner border and padding in Firefox.
  281. */
  282. button::-moz-focus-inner,
  283. [type="button"]::-moz-focus-inner,
  284. [type="reset"]::-moz-focus-inner,
  285. [type="submit"]::-moz-focus-inner {
  286. border-style: none;
  287. padding: 0;
  288. }
  289. /**
  290. * Restore the focus styles unset by the previous rule.
  291. */
  292. button:-moz-focusring,
  293. [type="button"]:-moz-focusring,
  294. [type="reset"]:-moz-focusring,
  295. [type="submit"]:-moz-focusring {
  296. outline: 1px dotted ButtonText;
  297. }
  298. /**
  299. * Correct the padding in Firefox.
  300. */
  301. fieldset {
  302. padding: 0.35em 0.75em 0.625em;
  303. }
  304. /**
  305. * 1. Correct the text wrapping in Edge and IE.
  306. * 2. Correct the color inheritance from `fieldset` elements in IE.
  307. * 3. Remove the padding so developers are not caught out when they zero out
  308. * `fieldset` elements in all browsers.
  309. */
  310. legend {
  311. box-sizing: border-box;
  312. /* 1 */
  313. color: inherit;
  314. /* 2 */
  315. display: table;
  316. /* 1 */
  317. max-width: 100%;
  318. /* 1 */
  319. padding: 0;
  320. /* 3 */
  321. white-space: normal;
  322. /* 1 */
  323. }
  324. /**
  325. * 1. Add the correct display in IE 9-.
  326. * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
  327. */
  328. progress {
  329. display: inline-block;
  330. /* 1 */
  331. vertical-align: baseline;
  332. /* 2 */
  333. }
  334. /**
  335. * Remove the default vertical scrollbar in IE.
  336. */
  337. textarea {
  338. overflow: auto;
  339. }
  340. /**
  341. * 1. Add the correct box sizing in IE 10-.
  342. * 2. Remove the padding in IE 10-.
  343. */
  344. [type="checkbox"],
  345. [type="radio"] {
  346. box-sizing: border-box;
  347. /* 1 */
  348. padding: 0;
  349. /* 2 */
  350. }
  351. /**
  352. * Correct the cursor style of increment and decrement buttons in Chrome.
  353. */
  354. [type="number"]::-webkit-inner-spin-button,
  355. [type="number"]::-webkit-outer-spin-button {
  356. height: auto;
  357. }
  358. /**
  359. * 1. Correct the odd appearance in Chrome and Safari.
  360. * 2. Correct the outline style in Safari.
  361. */
  362. [type="search"] {
  363. -webkit-appearance: textfield;
  364. /* 1 */
  365. outline-offset: -2px;
  366. /* 2 */
  367. }
  368. /**
  369. * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
  370. */
  371. [type="search"]::-webkit-search-cancel-button,
  372. [type="search"]::-webkit-search-decoration {
  373. -webkit-appearance: none;
  374. }
  375. /**
  376. * 1. Correct the inability to style clickable types in iOS and Safari.
  377. * 2. Change font properties to `inherit` in Safari.
  378. */
  379. ::-webkit-file-upload-button {
  380. -webkit-appearance: button;
  381. /* 1 */
  382. font: inherit;
  383. /* 2 */
  384. }
  385. /* Interactive
  386. ========================================================================== */
  387. /*
  388. * Add the correct display in IE 9-.
  389. * 1. Add the correct display in Edge, IE, and Firefox.
  390. */
  391. details,
  392. menu {
  393. display: block;
  394. }
  395. /*
  396. * Add the correct display in all browsers.
  397. */
  398. summary {
  399. display: list-item;
  400. }
  401. /* Scripting
  402. ========================================================================== */
  403. /**
  404. * Add the correct display in IE 9-.
  405. */
  406. canvas {
  407. display: inline-block;
  408. }
  409. /**
  410. * Add the correct display in IE.
  411. */
  412. template {
  413. display: none;
  414. }
  415. /* Hidden
  416. ========================================================================== */
  417. /**
  418. * Add the correct display in IE 10-.
  419. */
  420. [hidden] {
  421. display: none;
  422. }
  423. /*******************************
  424. Site Overrides
  425. *******************************/