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.

479 lines
8.2 KiB

10 years ago
7 years ago
10 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
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
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
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.2.12 - 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. text-decoration: underline dotted;
  136. /* 2 */
  137. }
  138. /**
  139. * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
  140. */
  141. b,
  142. strong {
  143. font-weight: inherit;
  144. }
  145. /**
  146. * Add the correct font weight in Chrome, Edge, and Safari.
  147. */
  148. b,
  149. strong {
  150. font-weight: bolder;
  151. }
  152. /**
  153. * 1. Correct the inheritance and scaling of font size in all browsers.
  154. * 2. Correct the odd `em` font sizing in all browsers.
  155. */
  156. code,
  157. kbd,
  158. samp {
  159. font-family: monospace, monospace;
  160. /* 1 */
  161. font-size: 1em;
  162. /* 2 */
  163. }
  164. /**
  165. * Add the correct font style in Android 4.3-.
  166. */
  167. dfn {
  168. font-style: italic;
  169. }
  170. /**
  171. * Add the correct background and color in IE 9-.
  172. */
  173. mark {
  174. background-color: #ff0;
  175. color: #000;
  176. }
  177. /**
  178. * Add the correct font size in all browsers.
  179. */
  180. small {
  181. font-size: 80%;
  182. }
  183. /**
  184. * Prevent `sub` and `sup` elements from affecting the line height in
  185. * all browsers.
  186. */
  187. sub,
  188. sup {
  189. font-size: 75%;
  190. line-height: 0;
  191. position: relative;
  192. vertical-align: baseline;
  193. }
  194. sub {
  195. bottom: -0.25em;
  196. }
  197. sup {
  198. top: -0.5em;
  199. }
  200. /* Embedded content
  201. ========================================================================== */
  202. /**
  203. * Add the correct display in IE 9-.
  204. */
  205. audio,
  206. video {
  207. display: inline-block;
  208. }
  209. /**
  210. * Add the correct display in iOS 4-7.
  211. */
  212. audio:not([controls]) {
  213. display: none;
  214. height: 0;
  215. }
  216. /**
  217. * Remove the border on images inside links in IE 10-.
  218. */
  219. img {
  220. border-style: none;
  221. }
  222. /**
  223. * Hide the overflow in IE.
  224. */
  225. svg:not(:root) {
  226. overflow: hidden;
  227. }
  228. /* Forms
  229. ========================================================================== */
  230. /**
  231. * 1. Change the font styles in all browsers (opinionated).
  232. * 2. Remove the margin in Firefox and Safari.
  233. */
  234. button,
  235. input,
  236. optgroup,
  237. select,
  238. textarea {
  239. font-family: sans-serif;
  240. /* 1 */
  241. font-size: 100%;
  242. /* 1 */
  243. line-height: 1.15;
  244. /* 1 */
  245. margin: 0;
  246. /* 2 */
  247. }
  248. /**
  249. * Show the overflow in IE.
  250. * 1. Show the overflow in Edge.
  251. */
  252. button,
  253. input {
  254. /* 1 */
  255. overflow: visible;
  256. }
  257. /**
  258. * Remove the inheritance of text transform in Edge, Firefox, and IE.
  259. * 1. Remove the inheritance of text transform in Firefox.
  260. */
  261. button,
  262. select {
  263. /* 1 */
  264. text-transform: none;
  265. }
  266. /**
  267. * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
  268. * controls in Android 4.
  269. * 2. Correct the inability to style clickable types in iOS and Safari.
  270. */
  271. button,
  272. html [type="button"],
  273. [type="reset"],
  274. [type="submit"] {
  275. -webkit-appearance: button;
  276. /* 2 */
  277. }
  278. /**
  279. * Remove the inner border and padding in Firefox.
  280. */
  281. button::-moz-focus-inner,
  282. [type="button"]::-moz-focus-inner,
  283. [type="reset"]::-moz-focus-inner,
  284. [type="submit"]::-moz-focus-inner {
  285. border-style: none;
  286. padding: 0;
  287. }
  288. /**
  289. * Restore the focus styles unset by the previous rule.
  290. */
  291. button:-moz-focusring,
  292. [type="button"]:-moz-focusring,
  293. [type="reset"]:-moz-focusring,
  294. [type="submit"]:-moz-focusring {
  295. outline: 1px dotted ButtonText;
  296. }
  297. /**
  298. * Correct the padding in Firefox.
  299. */
  300. fieldset {
  301. padding: 0.35em 0.75em 0.625em;
  302. }
  303. /**
  304. * 1. Correct the text wrapping in Edge and IE.
  305. * 2. Correct the color inheritance from `fieldset` elements in IE.
  306. * 3. Remove the padding so developers are not caught out when they zero out
  307. * `fieldset` elements in all browsers.
  308. */
  309. legend {
  310. box-sizing: border-box;
  311. /* 1 */
  312. color: inherit;
  313. /* 2 */
  314. display: table;
  315. /* 1 */
  316. max-width: 100%;
  317. /* 1 */
  318. padding: 0;
  319. /* 3 */
  320. white-space: normal;
  321. /* 1 */
  322. }
  323. /**
  324. * 1. Add the correct display in IE 9-.
  325. * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
  326. */
  327. progress {
  328. display: inline-block;
  329. /* 1 */
  330. vertical-align: baseline;
  331. /* 2 */
  332. }
  333. /**
  334. * Remove the default vertical scrollbar in IE.
  335. */
  336. textarea {
  337. overflow: auto;
  338. }
  339. /**
  340. * 1. Add the correct box sizing in IE 10-.
  341. * 2. Remove the padding in IE 10-.
  342. */
  343. [type="checkbox"],
  344. [type="radio"] {
  345. box-sizing: border-box;
  346. /* 1 */
  347. padding: 0;
  348. /* 2 */
  349. }
  350. /**
  351. * Correct the cursor style of increment and decrement buttons in Chrome.
  352. */
  353. [type="number"]::-webkit-inner-spin-button,
  354. [type="number"]::-webkit-outer-spin-button {
  355. height: auto;
  356. }
  357. /**
  358. * 1. Correct the odd appearance in Chrome and Safari.
  359. * 2. Correct the outline style in Safari.
  360. */
  361. [type="search"] {
  362. -webkit-appearance: textfield;
  363. /* 1 */
  364. outline-offset: -2px;
  365. /* 2 */
  366. }
  367. /**
  368. * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
  369. */
  370. [type="search"]::-webkit-search-cancel-button,
  371. [type="search"]::-webkit-search-decoration {
  372. -webkit-appearance: none;
  373. }
  374. /**
  375. * 1. Correct the inability to style clickable types in iOS and Safari.
  376. * 2. Change font properties to `inherit` in Safari.
  377. */
  378. ::-webkit-file-upload-button {
  379. -webkit-appearance: button;
  380. /* 1 */
  381. font: inherit;
  382. /* 2 */
  383. }
  384. /* Interactive
  385. ========================================================================== */
  386. /*
  387. * Add the correct display in IE 9-.
  388. * 1. Add the correct display in Edge, IE, and Firefox.
  389. */
  390. details,
  391. menu {
  392. display: block;
  393. }
  394. /*
  395. * Add the correct display in all browsers.
  396. */
  397. summary {
  398. display: list-item;
  399. }
  400. /* Scripting
  401. ========================================================================== */
  402. /**
  403. * Add the correct display in IE 9-.
  404. */
  405. canvas {
  406. display: inline-block;
  407. }
  408. /**
  409. * Add the correct display in IE.
  410. */
  411. template {
  412. display: none;
  413. }
  414. /* Hidden
  415. ========================================================================== */
  416. /**
  417. * Add the correct display in IE 10-.
  418. */
  419. [hidden] {
  420. display: none;
  421. }
  422. /*******************************
  423. Site Overrides
  424. *******************************/