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.

623 lines
22 KiB

10 years ago
8 years ago
10 years ago
10 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
9 years ago
10 years ago
9 years ago
9 years ago
9 years ago
9 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
8 years ago
10 years ago
10 years ago
9 years ago
10 years ago
9 years ago
9 years ago
9 years ago
10 years ago
9 years ago
9 years ago
10 years ago
9 years ago
10 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
9 years ago
10 years ago
9 years ago
10 years ago
10 years ago
9 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
9 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
8 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
8 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
8 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
9 years ago
10 years ago
9 years ago
9 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
9 years ago
10 years ago
9 years ago
10 years ago
10 years ago
10 years ago
9 years ago
9 years ago
10 years ago
10 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 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
9 years ago
9 years ago
9 years ago
9 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
9 years ago
9 years ago
10 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
10 years ago
10 years ago
9 years ago
9 years ago
9 years ago
10 years ago
9 years ago
9 years ago
10 years ago
9 years ago
9 years ago
10 years ago
10 years ago
9 years ago
9 years ago
10 years ago
9 years ago
9 years ago
10 years ago
9 years ago
9 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
8 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 UI 2.2.7 - Step
  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. Plural
  12. *******************************/
  13. .ui.steps {
  14. display: -webkit-inline-box;
  15. display: -ms-inline-flexbox;
  16. display: inline-flex;
  17. -webkit-box-orient: horizontal;
  18. -webkit-box-direction: normal;
  19. -ms-flex-direction: row;
  20. flex-direction: row;
  21. -webkit-box-align: stretch;
  22. -ms-flex-align: stretch;
  23. align-items: stretch;
  24. margin: 1em 0em;
  25. background: '';
  26. box-shadow: none;
  27. line-height: 1.14285714em;
  28. border-radius: 0.28571429rem;
  29. border: 1px solid rgba(34, 36, 38, 0.15);
  30. }
  31. /* First Steps */
  32. .ui.steps:first-child {
  33. margin-top: 0em;
  34. }
  35. /* Last Steps */
  36. .ui.steps:last-child {
  37. margin-bottom: 0em;
  38. }
  39. /*******************************
  40. Singular
  41. *******************************/
  42. .ui.steps .step {
  43. position: relative;
  44. display: -webkit-box;
  45. display: -ms-flexbox;
  46. display: flex;
  47. -webkit-box-flex: 1;
  48. -ms-flex: 1 0 auto;
  49. flex: 1 0 auto;
  50. -ms-flex-wrap: wrap;
  51. flex-wrap: wrap;
  52. -webkit-box-orient: horizontal;
  53. -webkit-box-direction: normal;
  54. -ms-flex-direction: row;
  55. flex-direction: row;
  56. vertical-align: middle;
  57. -webkit-box-align: center;
  58. -ms-flex-align: center;
  59. align-items: center;
  60. -webkit-box-pack: center;
  61. -ms-flex-pack: center;
  62. justify-content: center;
  63. margin: 0em 0em;
  64. padding: 1.14285714em 2em;
  65. background: #FFFFFF;
  66. color: rgba(0, 0, 0, 0.87);
  67. box-shadow: none;
  68. border-radius: 0em;
  69. border: none;
  70. border-right: 1px solid rgba(34, 36, 38, 0.15);
  71. -webkit-transition: background-color 0.1s ease, opacity 0.1s ease, color 0.1s ease, box-shadow 0.1s ease;
  72. transition: background-color 0.1s ease, opacity 0.1s ease, color 0.1s ease, box-shadow 0.1s ease;
  73. }
  74. /* Arrow */
  75. .ui.steps .step:after {
  76. display: none;
  77. position: absolute;
  78. z-index: 2;
  79. content: '';
  80. top: 50%;
  81. right: 0%;
  82. border: medium none;
  83. background-color: #FFFFFF;
  84. width: 1.14285714em;
  85. height: 1.14285714em;
  86. border-style: solid;
  87. border-color: rgba(34, 36, 38, 0.15);
  88. border-width: 0px 1px 1px 0px;
  89. -webkit-transition: background-color 0.1s ease, opacity 0.1s ease, color 0.1s ease, box-shadow 0.1s ease;
  90. transition: background-color 0.1s ease, opacity 0.1s ease, color 0.1s ease, box-shadow 0.1s ease;
  91. -webkit-transform: translateY(-50%) translateX(50%) rotate(-45deg);
  92. transform: translateY(-50%) translateX(50%) rotate(-45deg);
  93. }
  94. /* First Step */
  95. .ui.steps .step:first-child {
  96. padding-left: 2em;
  97. border-radius: 0.28571429rem 0em 0em 0.28571429rem;
  98. }
  99. /* Last Step */
  100. .ui.steps .step:last-child {
  101. border-radius: 0em 0.28571429rem 0.28571429rem 0em;
  102. }
  103. .ui.steps .step:last-child {
  104. border-right: none;
  105. margin-right: 0em;
  106. }
  107. /* Only Step */
  108. .ui.steps .step:only-child {
  109. border-radius: 0.28571429rem;
  110. }
  111. /*******************************
  112. Content
  113. *******************************/
  114. /* Title */
  115. .ui.steps .step .title {
  116. font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  117. font-size: 1.14285714em;
  118. font-weight: bold;
  119. }
  120. .ui.steps .step > .title {
  121. width: 100%;
  122. }
  123. /* Description */
  124. .ui.steps .step .description {
  125. font-weight: normal;
  126. font-size: 0.92857143em;
  127. color: rgba(0, 0, 0, 0.87);
  128. }
  129. .ui.steps .step > .description {
  130. width: 100%;
  131. }
  132. .ui.steps .step .title ~ .description {
  133. margin-top: 0.25em;
  134. }
  135. /* Icon */
  136. .ui.steps .step > .icon {
  137. line-height: 1;
  138. font-size: 2.5em;
  139. margin: 0em 1rem 0em 0em;
  140. }
  141. .ui.steps .step > .icon,
  142. .ui.steps .step > .icon ~ .content {
  143. display: block;
  144. -webkit-box-flex: 0;
  145. -ms-flex: 0 1 auto;
  146. flex: 0 1 auto;
  147. -ms-flex-item-align: middle;
  148. -ms-grid-row-align: middle;
  149. align-self: middle;
  150. }
  151. .ui.steps .step > .icon ~ .content {
  152. -webkit-box-flex: 1 0 auto;
  153. -ms-flex-positive: 1 0 auto;
  154. flex-grow: 1 0 auto;
  155. }
  156. /* Horizontal Icon */
  157. .ui.steps:not(.vertical) .step > .icon {
  158. width: auto;
  159. }
  160. /* Link */
  161. .ui.steps .link.step,
  162. .ui.steps a.step {
  163. cursor: pointer;
  164. }
  165. /*******************************
  166. Types
  167. *******************************/
  168. /*--------------
  169. Ordered
  170. ---------------*/
  171. .ui.ordered.steps {
  172. counter-reset: ordered;
  173. }
  174. .ui.ordered.steps .step:before {
  175. display: block;
  176. position: static;
  177. text-align: center;
  178. content: counters(ordered, ".");
  179. -ms-flex-item-align: middle;
  180. -ms-grid-row-align: middle;
  181. align-self: middle;
  182. margin-right: 1rem;
  183. font-size: 2.5em;
  184. counter-increment: ordered;
  185. font-family: inherit;
  186. font-weight: bold;
  187. }
  188. .ui.ordered.steps .step > * {
  189. display: block;
  190. -ms-flex-item-align: middle;
  191. -ms-grid-row-align: middle;
  192. align-self: middle;
  193. }
  194. /*--------------
  195. Vertical
  196. ---------------*/
  197. .ui.vertical.steps {
  198. display: -webkit-inline-box;
  199. display: -ms-inline-flexbox;
  200. display: inline-flex;
  201. -webkit-box-orient: vertical;
  202. -webkit-box-direction: normal;
  203. -ms-flex-direction: column;
  204. flex-direction: column;
  205. overflow: visible;
  206. }
  207. .ui.vertical.steps .step {
  208. -webkit-box-pack: start;
  209. -ms-flex-pack: start;
  210. justify-content: flex-start;
  211. border-radius: 0em;
  212. padding: 1.14285714em 2em;
  213. border-right: none;
  214. border-bottom: 1px solid rgba(34, 36, 38, 0.15);
  215. }
  216. .ui.vertical.steps .step:first-child {
  217. padding: 1.14285714em 2em;
  218. border-radius: 0.28571429rem 0.28571429rem 0em 0em;
  219. }
  220. .ui.vertical.steps .step:last-child {
  221. border-bottom: none;
  222. border-radius: 0em 0em 0.28571429rem 0.28571429rem;
  223. }
  224. .ui.vertical.steps .step:only-child {
  225. border-radius: 0.28571429rem;
  226. }
  227. /* Arrow */
  228. .ui.vertical.steps .step:after {
  229. display: none;
  230. }
  231. .ui.vertical.steps .step:after {
  232. top: 50%;
  233. right: 0%;
  234. border-width: 0px 1px 1px 0px;
  235. }
  236. .ui.vertical.steps .step:after {
  237. display: none;
  238. }
  239. .ui.vertical.steps .active.step:after {
  240. display: block;
  241. }
  242. .ui.vertical.steps .step:last-child:after {
  243. display: none;
  244. }
  245. .ui.vertical.steps .active.step:last-child:after {
  246. display: block;
  247. }
  248. /*---------------
  249. Responsive
  250. ----------------*/
  251. /* Mobile (Default) */
  252. @media only screen and (max-width: 767px) {
  253. .ui.steps {
  254. display: -webkit-inline-box;
  255. display: -ms-inline-flexbox;
  256. display: inline-flex;
  257. overflow: visible;
  258. -webkit-box-orient: vertical;
  259. -webkit-box-direction: normal;
  260. -ms-flex-direction: column;
  261. flex-direction: column;
  262. }
  263. .ui.steps .step {
  264. width: 100% !important;
  265. -webkit-box-orient: vertical;
  266. -webkit-box-direction: normal;
  267. -ms-flex-direction: column;
  268. flex-direction: column;
  269. border-radius: 0em;
  270. padding: 1.14285714em 2em;
  271. }
  272. .ui.steps .step:first-child {
  273. padding: 1.14285714em 2em;
  274. border-radius: 0.28571429rem 0.28571429rem 0em 0em;
  275. }
  276. .ui.steps .step:last-child {
  277. border-radius: 0em 0em 0.28571429rem 0.28571429rem;
  278. }
  279. /* Arrow */
  280. .ui.steps .step:after {
  281. display: none !important;
  282. }
  283. /* Content */
  284. .ui.steps .step .content {
  285. text-align: center;
  286. }
  287. /* Icon */
  288. .ui.steps .step > .icon,
  289. .ui.ordered.steps .step:before {
  290. margin: 0em 0em 1rem 0em;
  291. }
  292. }
  293. /*******************************
  294. States
  295. *******************************/
  296. /* Link Hover */
  297. .ui.steps .link.step:hover::after,
  298. .ui.steps .link.step:hover,
  299. .ui.steps a.step:hover::after,
  300. .ui.steps a.step:hover {
  301. background: #F9FAFB;
  302. color: rgba(0, 0, 0, 0.8);
  303. }
  304. /* Link Down */
  305. .ui.steps .link.step:active::after,
  306. .ui.steps .link.step:active,
  307. .ui.steps a.step:active::after,
  308. .ui.steps a.step:active {
  309. background: #F3F4F5;
  310. color: rgba(0, 0, 0, 0.9);
  311. }
  312. /* Active */
  313. .ui.steps .step.active {
  314. cursor: auto;
  315. background: #F3F4F5;
  316. }
  317. .ui.steps .step.active:after {
  318. background: #F3F4F5;
  319. }
  320. .ui.steps .step.active .title {
  321. color: #4183C4;
  322. }
  323. .ui.ordered.steps .step.active:before,
  324. .ui.steps .active.step .icon {
  325. color: rgba(0, 0, 0, 0.85);
  326. }
  327. /* Active Arrow */
  328. .ui.steps .step:after {
  329. display: block;
  330. }
  331. .ui.steps .active.step:after {
  332. display: block;
  333. }
  334. .ui.steps .step:last-child:after {
  335. display: none;
  336. }
  337. .ui.steps .active.step:last-child:after {
  338. display: none;
  339. }
  340. /* Active Hover */
  341. .ui.steps .link.active.step:hover::after,
  342. .ui.steps .link.active.step:hover,
  343. .ui.steps a.active.step:hover::after,
  344. .ui.steps a.active.step:hover {
  345. cursor: pointer;
  346. background: #DCDDDE;
  347. color: rgba(0, 0, 0, 0.87);
  348. }
  349. /* Completed */
  350. .ui.steps .step.completed > .icon:before,
  351. .ui.ordered.steps .step.completed:before {
  352. color: #21BA45;
  353. }
  354. /* Disabled */
  355. .ui.steps .disabled.step {
  356. cursor: auto;
  357. background: #FFFFFF;
  358. pointer-events: none;
  359. }
  360. .ui.steps .disabled.step,
  361. .ui.steps .disabled.step .title,
  362. .ui.steps .disabled.step .description {
  363. color: rgba(40, 40, 40, 0.3);
  364. }
  365. .ui.steps .disabled.step:after {
  366. background: #FFFFFF;
  367. }
  368. /*******************************
  369. Variations
  370. *******************************/
  371. /*--------------
  372. Stackable
  373. ---------------*/
  374. /* Tablet Or Below */
  375. @media only screen and (max-width: 991px) {
  376. .ui[class*="tablet stackable"].steps {
  377. display: -webkit-inline-box;
  378. display: -ms-inline-flexbox;
  379. display: inline-flex;
  380. overflow: visible;
  381. -webkit-box-orient: vertical;
  382. -webkit-box-direction: normal;
  383. -ms-flex-direction: column;
  384. flex-direction: column;
  385. }
  386. /* Steps */
  387. .ui[class*="tablet stackable"].steps .step {
  388. -webkit-box-orient: vertical;
  389. -webkit-box-direction: normal;
  390. -ms-flex-direction: column;
  391. flex-direction: column;
  392. border-radius: 0em;
  393. padding: 1.14285714em 2em;
  394. }
  395. .ui[class*="tablet stackable"].steps .step:first-child {
  396. padding: 1.14285714em 2em;
  397. border-radius: 0.28571429rem 0.28571429rem 0em 0em;
  398. }
  399. .ui[class*="tablet stackable"].steps .step:last-child {
  400. border-radius: 0em 0em 0.28571429rem 0.28571429rem;
  401. }
  402. /* Arrow */
  403. .ui[class*="tablet stackable"].steps .step:after {
  404. display: none !important;
  405. }
  406. /* Content */
  407. .ui[class*="tablet stackable"].steps .step .content {
  408. text-align: center;
  409. }
  410. /* Icon */
  411. .ui[class*="tablet stackable"].steps .step > .icon,
  412. .ui[class*="tablet stackable"].ordered.steps .step:before {
  413. margin: 0em 0em 1rem 0em;
  414. }
  415. }
  416. /*--------------
  417. Fluid
  418. ---------------*/
  419. /* Fluid */
  420. .ui.fluid.steps {
  421. display: -webkit-box;
  422. display: -ms-flexbox;
  423. display: flex;
  424. width: 100%;
  425. }
  426. /*--------------
  427. Attached
  428. ---------------*/
  429. /* Top */
  430. .ui.attached.steps {
  431. width: calc(100% + 2px ) !important;
  432. margin: 0em -1px 0;
  433. max-width: calc(100% + 2px );
  434. border-radius: 0.28571429rem 0.28571429rem 0em 0em;
  435. }
  436. .ui.attached.steps .step:first-child {
  437. border-radius: 0.28571429rem 0em 0em 0em;
  438. }
  439. .ui.attached.steps .step:last-child {
  440. border-radius: 0em 0.28571429rem 0em 0em;
  441. }
  442. /* Bottom */
  443. .ui.bottom.attached.steps {
  444. margin: 0 -1px 0em;
  445. border-radius: 0em 0em 0.28571429rem 0.28571429rem;
  446. }
  447. .ui.bottom.attached.steps .step:first-child {
  448. border-radius: 0em 0em 0em 0.28571429rem;
  449. }
  450. .ui.bottom.attached.steps .step:last-child {
  451. border-radius: 0em 0em 0.28571429rem 0em;
  452. }
  453. /*-------------------
  454. Evenly Divided
  455. --------------------*/
  456. .ui.one.steps,
  457. .ui.two.steps,
  458. .ui.three.steps,
  459. .ui.four.steps,
  460. .ui.five.steps,
  461. .ui.six.steps,
  462. .ui.seven.steps,
  463. .ui.eight.steps {
  464. width: 100%;
  465. }
  466. .ui.one.steps > .step,
  467. .ui.two.steps > .step,
  468. .ui.three.steps > .step,
  469. .ui.four.steps > .step,
  470. .ui.five.steps > .step,
  471. .ui.six.steps > .step,
  472. .ui.seven.steps > .step,
  473. .ui.eight.steps > .step {
  474. -ms-flex-wrap: nowrap;
  475. flex-wrap: nowrap;
  476. }
  477. .ui.one.steps > .step {
  478. width: 100%;
  479. }
  480. .ui.two.steps > .step {
  481. width: 50%;
  482. }
  483. .ui.three.steps > .step {
  484. width: 33.333%;
  485. }
  486. .ui.four.steps > .step {
  487. width: 25%;
  488. }
  489. .ui.five.steps > .step {
  490. width: 20%;
  491. }
  492. .ui.six.steps > .step {
  493. width: 16.666%;
  494. }
  495. .ui.seven.steps > .step {
  496. width: 14.285%;
  497. }
  498. .ui.eight.steps > .step {
  499. width: 12.500%;
  500. }
  501. /*-------------------
  502. Sizes
  503. --------------------*/
  504. .ui.mini.steps .step,
  505. .ui.mini.step {
  506. font-size: 0.78571429rem;
  507. }
  508. .ui.tiny.steps .step,
  509. .ui.tiny.step {
  510. font-size: 0.85714286rem;
  511. }
  512. .ui.small.steps .step,
  513. .ui.small.step {
  514. font-size: 0.92857143rem;
  515. }
  516. .ui.steps .step,
  517. .ui.step {
  518. font-size: 1rem;
  519. }
  520. .ui.large.steps .step,
  521. .ui.large.step {
  522. font-size: 1.14285714rem;
  523. }
  524. .ui.big.steps .step,
  525. .ui.big.step {
  526. font-size: 1.28571429rem;
  527. }
  528. .ui.huge.steps .step,
  529. .ui.huge.step {
  530. font-size: 1.42857143rem;
  531. }
  532. .ui.massive.steps .step,
  533. .ui.massive.step {
  534. font-size: 1.71428571rem;
  535. }
  536. /*******************************
  537. Theme Overrides
  538. *******************************/
  539. @font-face {
  540. font-family: 'Step';
  541. src: url(data:application/x-font-ttf;charset=utf-8;;base64,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
  542. }
  543. .ui.steps .step.completed > .icon:before,
  544. .ui.ordered.steps .step.completed:before {
  545. font-family: 'Step';
  546. content: '\e800';
  547. /* '' */
  548. }
  549. /*******************************
  550. Site Overrides
  551. *******************************/