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.

425 lines
8.3 KiB

9 years ago
8 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
  1. /*!
  2. * # Semantic UI 2.2.0 - Reset
  3. * http://github.com/semantic-org/semantic-ui/
  4. *
  5. *
  6. * Copyright 2015 Contributors
  7. * Released under the MIT license
  8. * http://opensource.org/licenses/MIT
  9. *
  10. */
  11. /*******************************
  12. Reset
  13. *******************************/
  14. /* Border-Box */
  15. *,
  16. *:before,
  17. *:after {
  18. box-sizing: inherit;
  19. }
  20. html {
  21. box-sizing: border-box;
  22. }
  23. /* iPad Input Shadows */
  24. input[type="text"],
  25. input[type="email"],
  26. input[type="search"],
  27. input[type="password"] {
  28. -webkit-appearance: none;
  29. -moz-appearance: none;
  30. /* mobile firefox too! */
  31. }
  32. /*******************************
  33. Theme Overrides
  34. *******************************/
  35. /*! normalize.css v3.0.1 | MIT License | git.io/normalize */
  36. /**
  37. * Correct `block` display not defined in IE 8/9.
  38. */
  39. /*! normalize.css v3.0.1 | MIT License | git.io/normalize */
  40. /**
  41. * 1. Set default font family to sans-serif.
  42. * 2. Prevent iOS text size adjust after orientation change, without disabling
  43. * user zoom.
  44. */
  45. html {
  46. font-family: sans-serif;
  47. /* 1 */
  48. -ms-text-size-adjust: 100%;
  49. /* 2 */
  50. -webkit-text-size-adjust: 100%;
  51. /* 2 */
  52. }
  53. /**
  54. * Remove default margin.
  55. */
  56. body {
  57. margin: 0;
  58. }
  59. /* HTML5 display definitions
  60. ========================================================================== */
  61. /**
  62. * Correct `block` display not defined for any HTML5 element in IE 8/9.
  63. * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
  64. * Correct `block` display not defined for `main` in IE 11.
  65. */
  66. article,
  67. aside,
  68. details,
  69. figcaption,
  70. figure,
  71. footer,
  72. header,
  73. hgroup,
  74. main,
  75. nav,
  76. section,
  77. summary {
  78. display: block;
  79. }
  80. /**
  81. * 1. Correct `inline-block` display not defined in IE 8/9.
  82. * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
  83. */
  84. audio,
  85. canvas,
  86. progress,
  87. video {
  88. display: inline-block;
  89. /* 1 */
  90. vertical-align: baseline;
  91. /* 2 */
  92. }
  93. /**
  94. * Prevent modern browsers from displaying `audio` without controls.
  95. * Remove excess height in iOS 5 devices.
  96. */
  97. audio:not([controls]) {
  98. display: none;
  99. height: 0;
  100. }
  101. /**
  102. * Address `[hidden]` styling not present in IE 8/9/10.
  103. * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
  104. */
  105. [hidden],
  106. template {
  107. display: none;
  108. }
  109. /* Links
  110. ========================================================================== */
  111. /**
  112. * Remove the gray background color from active links in IE 10.
  113. */
  114. a {
  115. background: transparent;
  116. }
  117. /**
  118. * Improve readability when focused and also mouse hovered in all browsers.
  119. */
  120. a:active,
  121. a:hover {
  122. outline: 0;
  123. }
  124. /* Text-level semantics
  125. ========================================================================== */
  126. /**
  127. * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
  128. */
  129. abbr[title] {
  130. border-bottom: 1px dotted;
  131. }
  132. /**
  133. * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
  134. */
  135. b,
  136. strong {
  137. font-weight: bold;
  138. }
  139. /**
  140. * Address styling not present in Safari and Chrome.
  141. */
  142. dfn {
  143. font-style: italic;
  144. }
  145. /**
  146. * Address variable `h1` font-size and margin within `section` and `article`
  147. * contexts in Firefox 4+, Safari, and Chrome.
  148. */
  149. h1 {
  150. font-size: 2em;
  151. margin: 0.67em 0;
  152. }
  153. /**
  154. * Address styling not present in IE 8/9.
  155. */
  156. mark {
  157. background: #ff0;
  158. color: #000;
  159. }
  160. /**
  161. * Address inconsistent and variable font size in all browsers.
  162. */
  163. small {
  164. font-size: 80%;
  165. }
  166. /**
  167. * Prevent `sub` and `sup` affecting `line-height` in all browsers.
  168. */
  169. sub,
  170. sup {
  171. font-size: 75%;
  172. line-height: 0;
  173. position: relative;
  174. vertical-align: baseline;
  175. }
  176. sup {
  177. top: -0.5em;
  178. }
  179. sub {
  180. bottom: -0.25em;
  181. }
  182. /* Embedded content
  183. ========================================================================== */
  184. /**
  185. * Remove border when inside `a` element in IE 8/9/10.
  186. */
  187. img {
  188. border: 0;
  189. }
  190. /**
  191. * Correct overflow not hidden in IE 9/10/11.
  192. */
  193. svg:not(:root) {
  194. overflow: hidden;
  195. }
  196. /* Grouping content
  197. ========================================================================== */
  198. /**
  199. * Address margin not present in IE 8/9 and Safari.
  200. */
  201. figure {
  202. margin: 1em 40px;
  203. }
  204. /**
  205. * Address differences between Firefox and other browsers.
  206. */
  207. hr {
  208. height: 0;
  209. }
  210. /**
  211. * Contain overflow in all browsers.
  212. */
  213. pre {
  214. overflow: auto;
  215. }
  216. /**
  217. * Address odd `em`-unit font size rendering in all browsers.
  218. */
  219. code,
  220. kbd,
  221. pre,
  222. samp {
  223. font-family: monospace, monospace;
  224. font-size: 1em;
  225. }
  226. /* Forms
  227. ========================================================================== */
  228. /**
  229. * Known limitation: by default, Chrome and Safari on OS X allow very limited
  230. * styling of `select`, unless a `border` property is set.
  231. */
  232. /**
  233. * 1. Correct color not being inherited.
  234. * Known issue: affects color of disabled elements.
  235. * 2. Correct font properties not being inherited.
  236. * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
  237. */
  238. button,
  239. input,
  240. optgroup,
  241. select,
  242. textarea {
  243. color: inherit;
  244. /* 1 */
  245. font: inherit;
  246. /* 2 */
  247. margin: 0;
  248. /* 3 */
  249. }
  250. /**
  251. * Address `overflow` set to `hidden` in IE 8/9/10/11.
  252. */
  253. button {
  254. overflow: visible;
  255. }
  256. /**
  257. * Address inconsistent `text-transform` inheritance for `button` and `select`.
  258. * All other form control elements do not inherit `text-transform` values.
  259. * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
  260. * Correct `select` style inheritance in Firefox.
  261. */
  262. button,
  263. select {
  264. text-transform: none;
  265. }
  266. /**
  267. * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
  268. * and `video` controls.
  269. * 2. Correct inability to style clickable `input` types in iOS.
  270. * 3. Improve usability and consistency of cursor style between image-type
  271. * `input` and others.
  272. */
  273. button,
  274. html input[type="button"],
  275. input[type="reset"],
  276. input[type="submit"] {
  277. -webkit-appearance: button;
  278. /* 2 */
  279. cursor: pointer;
  280. /* 3 */
  281. }
  282. /**
  283. * Re-set default cursor for disabled elements.
  284. */
  285. button[disabled],
  286. html input[disabled] {
  287. cursor: default;
  288. }
  289. /**
  290. * Remove inner padding and border in Firefox 4+.
  291. */
  292. button::-moz-focus-inner,
  293. input::-moz-focus-inner {
  294. border: 0;
  295. padding: 0;
  296. }
  297. /**
  298. * Address Firefox 4+ setting `line-height` on `input` using `!important` in
  299. * the UA stylesheet.
  300. */
  301. input {
  302. line-height: normal;
  303. }
  304. /**
  305. * It's recommended that you don't attempt to style these elements.
  306. * Firefox's implementation doesn't respect box-sizing, padding, or width.
  307. *
  308. * 1. Address box sizing set to `content-box` in IE 8/9/10.
  309. * 2. Remove excess padding in IE 8/9/10.
  310. */
  311. input[type="checkbox"],
  312. input[type="radio"] {
  313. box-sizing: border-box;
  314. /* 1 */
  315. padding: 0;
  316. /* 2 */
  317. }
  318. /**
  319. * Fix the cursor style for Chrome's increment/decrement buttons. For certain
  320. * `font-size` values of the `input`, it causes the cursor style of the
  321. * decrement button to change from `default` to `text`.
  322. */
  323. input[type="number"]::-webkit-inner-spin-button,
  324. input[type="number"]::-webkit-outer-spin-button {
  325. height: auto;
  326. }
  327. /**
  328. * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
  329. * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
  330. * (include `-moz` to future-proof).
  331. */
  332. input[type="search"] {
  333. -webkit-appearance: textfield;
  334. /* 1 */
  335. }
  336. /**
  337. * Remove inner padding and search cancel button in Safari and Chrome on OS X.
  338. * Safari (but not Chrome) clips the cancel button when the search input has
  339. * padding (and `textfield` appearance).
  340. */
  341. input[type="search"]::-webkit-search-cancel-button,
  342. input[type="search"]::-webkit-search-decoration {
  343. -webkit-appearance: none;
  344. }
  345. /**
  346. * Define consistent border, margin, and padding.
  347. */
  348. fieldset {
  349. border: 1px solid #c0c0c0;
  350. margin: 0 2px;
  351. padding: 0.35em 0.625em 0.75em;
  352. }
  353. /**
  354. * 1. Correct `color` not being inherited in IE 8/9/10/11.
  355. * 2. Remove padding so people aren't caught out if they zero out fieldsets.
  356. */
  357. legend {
  358. border: 0;
  359. /* 1 */
  360. padding: 0;
  361. /* 2 */
  362. }
  363. /**
  364. * Remove default vertical scrollbar in IE 8/9/10/11.
  365. */
  366. textarea {
  367. overflow: auto;
  368. }
  369. /**
  370. * Don't inherit the `font-weight` (applied by a rule above).
  371. * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
  372. */
  373. optgroup {
  374. font-weight: bold;
  375. }
  376. /* Tables
  377. ========================================================================== */
  378. /**
  379. * Remove most spacing between table cells.
  380. */
  381. table {
  382. border-collapse: collapse;
  383. border-spacing: 0;
  384. }
  385. td,
  386. th {
  387. padding: 0;
  388. }
  389. /*******************************
  390. Site Overrides
  391. *******************************/