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.

597 lines
23 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
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
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. /*
  2. * # Semantic - Steps
  3. * http://github.com/jlukic/semantic-ui/
  4. *
  5. *
  6. * Copyright 2014 Contributor
  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 Defaults
  38. -------------------*/
  39. /*******************************
  40. Site Settings
  41. *******************************/
  42. /*-------------------
  43. Paths
  44. --------------------*/
  45. /*-------------------
  46. Fonts
  47. --------------------*/
  48. /*-------------------
  49. Site Colors
  50. --------------------*/
  51. /*--- Colors ---*/
  52. /*--- Light Colors ---*/
  53. /*-------------------
  54. Page
  55. --------------------*/
  56. /*-------------------
  57. Background Colors
  58. --------------------*/
  59. /* Used for differentiating neutrals */
  60. /* Used for differentiating layers */
  61. /*-------------------
  62. Grid
  63. --------------------*/
  64. /*-------------------
  65. Breakpoints
  66. --------------------*/
  67. /*******************************
  68. Power-User
  69. *******************************/
  70. /*-------------------
  71. Icons
  72. --------------------*/
  73. /* Maximum Glyph Width of Icon */
  74. /*-------------------
  75. Easing
  76. --------------------*/
  77. /*--- Neutrals ---*/
  78. /*--- Colored Backgrounds ---*/
  79. /*--- Colored Text ---*/
  80. /*--- Colored Headers ---*/
  81. /*-------------------
  82. Emotive Colors
  83. --------------------*/
  84. /* Mood */
  85. /* Status */
  86. /*-------------------
  87. Neutral Text
  88. --------------------*/
  89. /*-------------------
  90. Brand Colors
  91. --------------------*/
  92. /*-------------------
  93. Borders
  94. --------------------*/
  95. /*-------------------
  96. Sizes
  97. --------------------*/
  98. /*-------------------
  99. Transitions
  100. --------------------*/
  101. /*-------------------
  102. Derived Values
  103. --------------------*/
  104. /* Makes sure padded grid can fit at 320px */
  105. /* Used to match floats with text */
  106. /* Positive / Negative Dupes */
  107. /* Header Colors */
  108. /* Responsive */
  109. /* Columns */
  110. /*******************************
  111. States
  112. *******************************/
  113. /*-------------------
  114. Disabled
  115. --------------------*/
  116. /*-------------------
  117. Hover
  118. --------------------*/
  119. /*--- Colors ---*/
  120. /*--- Emotive ---*/
  121. /*--- Neutrals ---*/
  122. /*-------------------
  123. Down (:active)
  124. --------------------*/
  125. /*--- Colors ---*/
  126. /*--- Emotive ---*/
  127. /*--- Neutrals ---*/
  128. /*-------------------
  129. Active
  130. --------------------*/
  131. /*--- Standard ---*/
  132. /*--- Emotive ---*/
  133. /*--- Neutrals ---*/
  134. /*******************************
  135. Step
  136. *******************************/
  137. /*-------------------
  138. Element
  139. --------------------*/
  140. /* Icon */
  141. /* Title */
  142. /* Description */
  143. /* Arrow */
  144. /*-------------------
  145. Group
  146. --------------------*/
  147. /*-------------------
  148. States
  149. --------------------*/
  150. /* Completed */
  151. /* Hover */
  152. /* Down */
  153. /* Active */
  154. /* Active + Hover */
  155. /* Disabled */
  156. /*------------------
  157. Load Theme
  158. -------------------*/
  159. /*******************************
  160. Site Settings
  161. *******************************/
  162. /*-------------------
  163. Paths
  164. --------------------*/
  165. /*-------------------
  166. Fonts
  167. --------------------*/
  168. /*-------------------
  169. Site Colors
  170. --------------------*/
  171. /*--- Colors ---*/
  172. /*--- Light Colors ---*/
  173. /*-------------------
  174. Page
  175. --------------------*/
  176. /*-------------------
  177. Background Colors
  178. --------------------*/
  179. /* Used for differentiating neutrals */
  180. /* Used for differentiating layers */
  181. /*-------------------
  182. Grid
  183. --------------------*/
  184. /*-------------------
  185. Breakpoints
  186. --------------------*/
  187. /*******************************
  188. Power-User
  189. *******************************/
  190. /*-------------------
  191. Icons
  192. --------------------*/
  193. /* Maximum Glyph Width of Icon */
  194. /*-------------------
  195. Easing
  196. --------------------*/
  197. /*--- Neutrals ---*/
  198. /*--- Colored Backgrounds ---*/
  199. /*--- Colored Text ---*/
  200. /*--- Colored Headers ---*/
  201. /*-------------------
  202. Emotive Colors
  203. --------------------*/
  204. /* Mood */
  205. /* Status */
  206. /*-------------------
  207. Neutral Text
  208. --------------------*/
  209. /*-------------------
  210. Brand Colors
  211. --------------------*/
  212. /*-------------------
  213. Borders
  214. --------------------*/
  215. /*-------------------
  216. Sizes
  217. --------------------*/
  218. /*-------------------
  219. Transitions
  220. --------------------*/
  221. /*-------------------
  222. Derived Values
  223. --------------------*/
  224. /* Makes sure padded grid can fit at 320px */
  225. /* Used to match floats with text */
  226. /* Positive / Negative Dupes */
  227. /* Header Colors */
  228. /* Responsive */
  229. /* Columns */
  230. /*******************************
  231. States
  232. *******************************/
  233. /*-------------------
  234. Disabled
  235. --------------------*/
  236. /*-------------------
  237. Hover
  238. --------------------*/
  239. /*--- Colors ---*/
  240. /*--- Emotive ---*/
  241. /*--- Neutrals ---*/
  242. /*-------------------
  243. Down (:active)
  244. --------------------*/
  245. /*--- Colors ---*/
  246. /*--- Emotive ---*/
  247. /*--- Neutrals ---*/
  248. /*-------------------
  249. Active
  250. --------------------*/
  251. /*--- Standard ---*/
  252. /*--- Emotive ---*/
  253. /*--- Neutrals ---*/
  254. /*******************************
  255. Step
  256. *******************************/
  257. /*-------------------
  258. Element
  259. --------------------*/
  260. /* Icon */
  261. /* Title */
  262. /* Description */
  263. /* Arrow */
  264. /*-------------------
  265. Group
  266. --------------------*/
  267. /*-------------------
  268. States
  269. --------------------*/
  270. /* Completed */
  271. /* Hover */
  272. /* Down */
  273. /* Active */
  274. /* Active + Hover */
  275. /* Disabled */
  276. /*------------------
  277. Load Site
  278. -------------------*/
  279. /*******************************
  280. User Global Variables
  281. *******************************/
  282. /*******************************
  283. User Variable Overrides
  284. *******************************/
  285. /*------------------
  286. Override Loader
  287. -------------------*/
  288. /*******************************
  289. Step
  290. *******************************/
  291. .ui.steps .step {
  292. display: inline-block;
  293. position: relative;
  294. margin: 0em 0em;
  295. padding: 0.8em 1.5em 0.8em 2.25em;
  296. vertical-align: top;
  297. background: #ffffff;
  298. color: rgba(0, 0, 0, 0.8);
  299. box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  300. border-radius: 0em;
  301. }
  302. .ui.steps .step:after {
  303. position: absolute;
  304. z-index: 2;
  305. content: '';
  306. top: 50%;
  307. right: 0em;
  308. border: medium none;
  309. background-color: #ffffff;
  310. width: 1.5em;
  311. height: 1.5em;
  312. border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  313. border-right: 1px solid rgba(0, 0, 0, 0.1);
  314. -webkit-transform: translateY(-50%) translateX(50%) rotate(-45deg);
  315. -ms-transform: translateY(-50%) translateX(50%) rotate(-45deg);
  316. transform: translateY(-50%) translateX(50%) rotate(-45deg);
  317. }
  318. .ui.steps .step,
  319. .ui.steps .step:after {
  320. -webkit-transition: background-color 0.1s ease, opacity 0.1s ease, color 0.1s ease, box-shadow 0.1s ease;
  321. transition: background-color 0.1s ease, opacity 0.1s ease, color 0.1s ease, box-shadow 0.1s ease;
  322. }
  323. /*******************************
  324. Content
  325. *******************************/
  326. /* Title */
  327. .ui.steps .step .title {
  328. font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  329. font-size: 1.1em;
  330. font-weight: bold;
  331. }
  332. /* Description */
  333. .ui.steps .step .description {
  334. font-weight: normal;
  335. font-size: 0.9em;
  336. color: rgba(0, 0, 0, 0.8);
  337. }
  338. .ui.steps .step .title ~ .description {
  339. margin-top: 0.1em;
  340. }
  341. /* Icon */
  342. .ui.steps .step > .icon,
  343. .ui.steps .step > .icon ~ .content {
  344. display: table-cell;
  345. vertical-align: middle;
  346. }
  347. .ui.steps .step > .icon {
  348. font-size: 2em;
  349. margin: 0em;
  350. padding-right: 0.6em;
  351. }
  352. /* Link */
  353. .ui.steps .link.step,
  354. .ui.steps a.step {
  355. cursor: pointer;
  356. }
  357. /*******************************
  358. Types
  359. *******************************/
  360. /*--------------
  361. Ordered
  362. ---------------*/
  363. .ui.ordered.steps {
  364. counter-reset: ordered;
  365. }
  366. .ui.ordered.steps .step:before {
  367. display: table-cell;
  368. position: static;
  369. padding-right: 0.6em;
  370. font-size: 2em;
  371. counter-increment: ordered;
  372. content: counters(ordered, ".");
  373. }
  374. .ui.ordered.steps .step > * {
  375. display: table-cell;
  376. vertical-align: middle;
  377. }
  378. /*--------------
  379. Vertical
  380. ---------------*/
  381. .ui.vertical.steps {
  382. overflow: visible;
  383. }
  384. .ui.vertical.steps .step {
  385. display: block;
  386. border-radius: 0em;
  387. padding: 0.8em 1.5em;
  388. }
  389. .ui.vertical.steps .step:first-child {
  390. padding: 0.8em 1.5em;
  391. border-radius: 0.3125rem 0.3125rem 0em 0em;
  392. }
  393. .ui.vertical.steps .step:last-child {
  394. border-radius: 0em 0em 0.3125rem 0.3125rem;
  395. }
  396. /* Arrow */
  397. .ui.vertical.steps .step:after {
  398. display: none;
  399. }
  400. /* Active Arrow */
  401. .ui.vertical.steps .active.step:after {
  402. display: block;
  403. }
  404. /*******************************
  405. Group
  406. *******************************/
  407. .ui.steps {
  408. display: inline-block;
  409. font-size: 0em;
  410. background: '';
  411. box-shadow: '';
  412. line-height: 1.2;
  413. box-sizing: border-box;
  414. border-radius: 0.3125rem;
  415. }
  416. .ui.steps .step:first-child {
  417. padding-left: 1.5em;
  418. border-radius: 0.3125rem 0em 0em 0.3125rem;
  419. }
  420. .ui.steps .step:last-child {
  421. border-radius: 0em 0.3125rem 0.3125rem 0em;
  422. }
  423. .ui.steps .step:only-child {
  424. border-radius: 0.3125rem;
  425. }
  426. .ui.steps .step:last-child {
  427. margin-right: 0em;
  428. }
  429. .ui.steps .step:last-child:after {
  430. display: none;
  431. }
  432. /*******************************
  433. States
  434. *******************************/
  435. /* Link Hover */
  436. .ui.steps .link.step:hover::after,
  437. .ui.steps .link.step:hover,
  438. .ui.steps a.step:hover::after,
  439. .ui.steps a.step:hover {
  440. background: #fafafa;
  441. color: rgba(0, 0, 0, 0.8);
  442. }
  443. /* Link Down */
  444. .ui.steps .link.step:active::after,
  445. .ui.steps .link.step:active,
  446. .ui.steps a.step:active::after,
  447. .ui.steps a.step:active {
  448. background: #f0f0f0;
  449. color: rgba(0, 0, 0, 0.8);
  450. }
  451. /* Active */
  452. .ui.steps .step.active {
  453. cursor: auto;
  454. background: #f0f0f0;
  455. }
  456. .ui.steps .step.active:after {
  457. background: #f0f0f0;
  458. }
  459. .ui.steps .step.active .title {
  460. color: #009fda;
  461. }
  462. .ui.ordered.steps .step.active:before,
  463. .ui.steps .active.step .icon {
  464. color: rgba(0, 0, 0, 0.85);
  465. }
  466. /* Active Hover */
  467. .ui.steps .link.active.step:hover::after,
  468. .ui.steps .link.active.step:hover,
  469. .ui.steps a.active.step:hover::after,
  470. .ui.steps a.active.step:hover {
  471. cursor: pointer;
  472. background: #ececec;
  473. color: rgba(0, 0, 0, 0.8);
  474. }
  475. /* Completed */
  476. .ui.steps .step.completed > .icon:before,
  477. .ui.ordered.steps .step.completed:before {
  478. color: #5bbd72;
  479. }
  480. /* Disabled */
  481. .ui.steps .disabled.step {
  482. cursor: auto;
  483. background: #ffffff;
  484. pointer-events: none;
  485. }
  486. .ui.steps .disabled.step,
  487. .ui.steps .disabled.step .title,
  488. .ui.steps .disabled.step .description {
  489. color: rgba(40, 40, 40, 0.3);
  490. }
  491. .ui.steps .disabled.step:after {
  492. background: #ffffff;
  493. }
  494. /*******************************
  495. Variations
  496. *******************************/
  497. /* Fluid */
  498. .ui.fluid.steps {
  499. width: 100%;
  500. }
  501. /* Attached */
  502. .attached.ui.steps {
  503. margin: 0em;
  504. border-radius: 0.3125rem 0.3125rem 0em 0em;
  505. }
  506. .attached.ui.steps .step:first-child {
  507. border-radius: 0.3125rem 0em 0em 0em;
  508. }
  509. .attached.ui.steps .step:last-child {
  510. border-radius: 0em 0.3125rem 0em 0em;
  511. }
  512. /* Bottom Side */
  513. .bottom.attached.ui.steps {
  514. margin-top: -1px;
  515. border-radius: 0em 0em 0.3125rem 0.3125rem;
  516. }
  517. .bottom.attached.ui.steps .step:first-child {
  518. border-radius: 0em 0em 0em 0.3125rem;
  519. }
  520. .bottom.attached.ui.steps .step:last-child {
  521. border-radius: 0em 0em 0.3125rem 0em;
  522. }
  523. /* Evenly divided */
  524. .ui.one.steps,
  525. .ui.two.steps,
  526. .ui.three.steps,
  527. .ui.four.steps,
  528. .ui.five.steps,
  529. .ui.six.steps,
  530. .ui.seven.steps,
  531. .ui.eight.steps {
  532. display: block;
  533. }
  534. .ui.one.steps > .step {
  535. width: 100%;
  536. }
  537. .ui.two.steps > .step {
  538. width: 50%;
  539. }
  540. .ui.three.steps > .step {
  541. width: 33.333%;
  542. }
  543. .ui.four.steps > .step {
  544. width: 25%;
  545. }
  546. .ui.five.steps > .step {
  547. width: 20%;
  548. }
  549. .ui.six.steps > .step {
  550. width: 16.666%;
  551. }
  552. .ui.seven.steps > .step {
  553. width: 14.285%;
  554. }
  555. .ui.eight.steps > .step {
  556. width: 12.500%;
  557. }
  558. /*******************************
  559. Sizes
  560. *******************************/
  561. .ui.small.step,
  562. .ui.small.steps .step {
  563. font-size: 0.9rem;
  564. }
  565. .ui.step,
  566. .ui.steps .step {
  567. font-size: 1rem;
  568. }
  569. .ui.large.step,
  570. .ui.large.steps .step {
  571. font-size: 1.1rem;
  572. }
  573. /*******************************
  574. Overrides
  575. *******************************/
  576. /*******************************
  577. Overrides
  578. *******************************/
  579. @font-face {
  580. font-family: 'Step';
  581. src: url('data:application/octet-stream;base64,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') format('woff'), url('data:application/octet-stream;base64,AAEAAAAOAIAAAwBgT1MvMj3hSQEAAADsAAAAVmNtYXDQEhm3AAABRAAAAUpjdnQgBkn/lAAABuwAAAAcZnBnbYoKeDsAAAcIAAAJkWdhc3AAAAAQAAAG5AAAAAhnbHlm32cEdgAAApAAAAC2aGVhZAErPHsAAANIAAAANmhoZWEHUwNNAAADgAAAACRobXR4CykAAAAAA6QAAAAMbG9jYQA4AFsAAAOwAAAACG1heHAApgm8AAADuAAAACBuYW1lzJ0aHAAAA9gAAALNcG9zdK69QJgAAAaoAAAAO3ByZXCSoZr/AAAQnAAAAFYAAQO4AZAABQAIAnoCvAAAAIwCegK8AAAB4AAxAQIAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA6ADoAQNS/2oAWgMLAE8AAAABAAAAAAAAAAAAAwAAAAMAAAAcAAEAAAAAAEQAAwABAAAAHAAEACgAAAAGAAQAAQACAADoAf//AAAAAOgA//8AABgBAAEAAAAAAAAAAAEGAAAAAAAAAAAAAAAAA
  582. }
  583. .ui.steps .step.completed > .icon:before,
  584. .ui.ordered.steps .step.completed:before {
  585. font-family: 'Step';
  586. content: '\e800';
  587. /* '' */
  588. }