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.

959 lines
22 KiB

9 years ago
8 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
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
9 years ago
9 years ago
9 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
9 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
9 years ago
9 years ago
10 years ago
  1. /*!
  2. * # Semantic UI 2.2.6 - Loader
  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. Theme
  12. *******************************/
  13. /*
  14. */
  15. /*******************************
  16. Theme Selection
  17. *******************************/
  18. /* To override a theme for an individual element
  19. specify theme name below
  20. */
  21. /* Global */
  22. /* Elements */
  23. /* Collections */
  24. /* Modules */
  25. /* Views */
  26. /*******************************
  27. Folders
  28. *******************************/
  29. /* Path to theme packages */
  30. /* Path to site override folder */
  31. /*******************************
  32. Import Theme
  33. *******************************/
  34. /*******************************
  35. Import Directives
  36. *******************************/
  37. /*------------------
  38. Theme
  39. -------------------*/
  40. /*--------------------
  41. Site Variables
  42. ---------------------*/
  43. /* Default site.variables */
  44. /*******************************
  45. Site Settings
  46. *******************************/
  47. /*-------------------
  48. Fonts
  49. --------------------*/
  50. /*-------------------
  51. Base Sizes
  52. --------------------*/
  53. /* This is the single variable that controls them all */
  54. /* The size of page text */
  55. /*-------------------
  56. Border Radius
  57. --------------------*/
  58. /* See Power-user section below
  59. for explanation of @px variables
  60. */
  61. /*-------------------
  62. Brand Colors
  63. --------------------*/
  64. /*--------------
  65. Page Heading
  66. ---------------*/
  67. /*--------------
  68. Form Input
  69. ---------------*/
  70. /* This adjusts the default form input across all elements */
  71. /* Input Text Color */
  72. /* Line Height Default For Inputs in Browser */
  73. /*-------------------
  74. Focused Input
  75. --------------------*/
  76. /* Used on inputs, textarea etc */
  77. /* Used on dropdowns, other larger blocks */
  78. /*-------------------
  79. Sizes
  80. --------------------*/
  81. /*
  82. Sizes are all expressed in terms of 14px/em (default em)
  83. This ensures these "ratios" remain constant despite changes in EM
  84. */
  85. /*-------------------
  86. Page
  87. --------------------*/
  88. /*-------------------
  89. Paragraph
  90. --------------------*/
  91. /*-------------------
  92. Links
  93. --------------------*/
  94. /*-------------------
  95. Highlighted Text
  96. --------------------*/
  97. /*-------------------
  98. Loader
  99. --------------------*/
  100. /*-------------------
  101. Grid
  102. --------------------*/
  103. /*-------------------
  104. Transitions
  105. --------------------*/
  106. /*-------------------
  107. Breakpoints
  108. --------------------*/
  109. /*-------------------
  110. Site Colors
  111. --------------------*/
  112. /*--- Colors ---*/
  113. /*--- Light Colors ---*/
  114. /*--- Neutrals ---*/
  115. /*--- Colored Backgrounds ---*/
  116. /*--- Colored Headers ---*/
  117. /*--- Colored Text ---*/
  118. /*--- Colored Border ---*/
  119. /*-------------------
  120. Alpha Colors
  121. --------------------*/
  122. /*-------------------
  123. Accents
  124. --------------------*/
  125. /* Differentiating Neutrals */
  126. /* Differentiating Layers */
  127. /*******************************
  128. Power-User
  129. *******************************/
  130. /*-------------------
  131. Emotive Colors
  132. --------------------*/
  133. /* Positive */
  134. /* Negative */
  135. /* Info */
  136. /* Warning */
  137. /*-------------------
  138. Paths
  139. --------------------*/
  140. /* For source only. Modified in gulp for dist */
  141. /*-------------------
  142. Em Sizes
  143. --------------------*/
  144. /*
  145. This rounds @size values to the closest pixel then expresses that value in (r)em.
  146. This ensures all size values round to exact pixels
  147. */
  148. /* em */
  149. /* rem */
  150. /*-------------------
  151. Icons
  152. --------------------*/
  153. /* Maximum Glyph Width of Icon */
  154. /*-------------------
  155. Neutral Text
  156. --------------------*/
  157. /*-------------------
  158. Brand Colors
  159. --------------------*/
  160. /*-------------------
  161. Borders
  162. --------------------*/
  163. /*-------------------
  164. Derived Values
  165. --------------------*/
  166. /* Loaders Position Offset */
  167. /* Rendered Scrollbar Width */
  168. /* Maximum Single Character Glyph Width, aka Capital "W" */
  169. /* Used to match floats with text */
  170. /* Header Spacing */
  171. /* Minimum Mobile Width */
  172. /* Positive / Negative Dupes */
  173. /* Responsive */
  174. /*-------------------
  175. Exact Pixel Values
  176. --------------------*/
  177. /*
  178. These are used to specify exact pixel values in em
  179. for things like borders that remain constantly
  180. sized as emSize adjusts
  181. Since there are many more sizes than names for sizes,
  182. these are named by their original pixel values.
  183. */
  184. /* Columns */
  185. /*******************************
  186. States
  187. *******************************/
  188. /*-------------------
  189. Disabled
  190. --------------------*/
  191. /*-------------------
  192. Hover
  193. --------------------*/
  194. /*--- Shadows ---*/
  195. /*--- Colors ---*/
  196. /*--- Emotive ---*/
  197. /*--- Brand ---*/
  198. /*--- Dark Tones ---*/
  199. /*--- Light Tones ---*/
  200. /*-------------------
  201. Focus
  202. --------------------*/
  203. /*--- Colors ---*/
  204. /*--- Emotive ---*/
  205. /*--- Brand ---*/
  206. /*--- Dark Tones ---*/
  207. /*--- Light Tones ---*/
  208. /*-------------------
  209. Down (:active)
  210. --------------------*/
  211. /*--- Colors ---*/
  212. /*--- Emotive ---*/
  213. /*--- Brand ---*/
  214. /*--- Dark Tones ---*/
  215. /*--- Light Tones ---*/
  216. /*-------------------
  217. Active
  218. --------------------*/
  219. /*--- Colors ---*/
  220. /*--- Emotive ---*/
  221. /*--- Brand ---*/
  222. /*--- Dark Tones ---*/
  223. /*--- Light Tones ---*/
  224. /* Packaged site.variables */
  225. /*******************************
  226. Site Settings
  227. *******************************/
  228. /*-------------------
  229. Fonts
  230. --------------------*/
  231. /*-------------------
  232. Base Sizes
  233. --------------------*/
  234. /* This is the single variable that controls them all */
  235. /* The size of page text */
  236. /*-------------------
  237. Border Radius
  238. --------------------*/
  239. /* See Power-user section below
  240. for explanation of @px variables
  241. */
  242. /*-------------------
  243. Brand Colors
  244. --------------------*/
  245. /*--------------
  246. Page Heading
  247. ---------------*/
  248. /*--------------
  249. Form Input
  250. ---------------*/
  251. /* This adjusts the default form input across all elements */
  252. /* Input Text Color */
  253. /* Line Height Default For Inputs in Browser */
  254. /*-------------------
  255. Focused Input
  256. --------------------*/
  257. /* Used on inputs, textarea etc */
  258. /* Used on dropdowns, other larger blocks */
  259. /*-------------------
  260. Sizes
  261. --------------------*/
  262. /*
  263. Sizes are all expressed in terms of 14px/em (default em)
  264. This ensures these "ratios" remain constant despite changes in EM
  265. */
  266. /*-------------------
  267. Page
  268. --------------------*/
  269. /*-------------------
  270. Paragraph
  271. --------------------*/
  272. /*-------------------
  273. Links
  274. --------------------*/
  275. /*-------------------
  276. Highlighted Text
  277. --------------------*/
  278. /*-------------------
  279. Loader
  280. --------------------*/
  281. /*-------------------
  282. Grid
  283. --------------------*/
  284. /*-------------------
  285. Transitions
  286. --------------------*/
  287. /*-------------------
  288. Breakpoints
  289. --------------------*/
  290. /*-------------------
  291. Site Colors
  292. --------------------*/
  293. /*--- Colors ---*/
  294. /*--- Light Colors ---*/
  295. /*--- Neutrals ---*/
  296. /*--- Colored Backgrounds ---*/
  297. /*--- Colored Headers ---*/
  298. /*--- Colored Text ---*/
  299. /*--- Colored Border ---*/
  300. /*-------------------
  301. Alpha Colors
  302. --------------------*/
  303. /*-------------------
  304. Accents
  305. --------------------*/
  306. /* Differentiating Neutrals */
  307. /* Differentiating Layers */
  308. /*******************************
  309. Power-User
  310. *******************************/
  311. /*-------------------
  312. Emotive Colors
  313. --------------------*/
  314. /* Positive */
  315. /* Negative */
  316. /* Info */
  317. /* Warning */
  318. /*-------------------
  319. Paths
  320. --------------------*/
  321. /* For source only. Modified in gulp for dist */
  322. /*-------------------
  323. Em Sizes
  324. --------------------*/
  325. /*
  326. This rounds @size values to the closest pixel then expresses that value in (r)em.
  327. This ensures all size values round to exact pixels
  328. */
  329. /* em */
  330. /* rem */
  331. /*-------------------
  332. Icons
  333. --------------------*/
  334. /* Maximum Glyph Width of Icon */
  335. /*-------------------
  336. Neutral Text
  337. --------------------*/
  338. /*-------------------
  339. Brand Colors
  340. --------------------*/
  341. /*-------------------
  342. Borders
  343. --------------------*/
  344. /*-------------------
  345. Derived Values
  346. --------------------*/
  347. /* Loaders Position Offset */
  348. /* Rendered Scrollbar Width */
  349. /* Maximum Single Character Glyph Width, aka Capital "W" */
  350. /* Used to match floats with text */
  351. /* Header Spacing */
  352. /* Minimum Mobile Width */
  353. /* Positive / Negative Dupes */
  354. /* Responsive */
  355. /*-------------------
  356. Exact Pixel Values
  357. --------------------*/
  358. /*
  359. These are used to specify exact pixel values in em
  360. for things like borders that remain constantly
  361. sized as emSize adjusts
  362. Since there are many more sizes than names for sizes,
  363. these are named by their original pixel values.
  364. */
  365. /* Columns */
  366. /*******************************
  367. States
  368. *******************************/
  369. /*-------------------
  370. Disabled
  371. --------------------*/
  372. /*-------------------
  373. Hover
  374. --------------------*/
  375. /*--- Shadows ---*/
  376. /*--- Colors ---*/
  377. /*--- Emotive ---*/
  378. /*--- Brand ---*/
  379. /*--- Dark Tones ---*/
  380. /*--- Light Tones ---*/
  381. /*-------------------
  382. Focus
  383. --------------------*/
  384. /*--- Colors ---*/
  385. /*--- Emotive ---*/
  386. /*--- Brand ---*/
  387. /*--- Dark Tones ---*/
  388. /*--- Light Tones ---*/
  389. /*-------------------
  390. Down (:active)
  391. --------------------*/
  392. /*--- Colors ---*/
  393. /*--- Emotive ---*/
  394. /*--- Brand ---*/
  395. /*--- Dark Tones ---*/
  396. /*--- Light Tones ---*/
  397. /*-------------------
  398. Active
  399. --------------------*/
  400. /*--- Colors ---*/
  401. /*--- Emotive ---*/
  402. /*--- Brand ---*/
  403. /*--- Dark Tones ---*/
  404. /*--- Light Tones ---*/
  405. /* Component's site.variables */
  406. /*******************************
  407. Site Settings
  408. *******************************/
  409. /*-------------------
  410. Fonts
  411. --------------------*/
  412. /*-------------------
  413. Base Sizes
  414. --------------------*/
  415. /* This is the single variable that controls them all */
  416. /* The size of page text */
  417. /*-------------------
  418. Border Radius
  419. --------------------*/
  420. /* See Power-user section below
  421. for explanation of @px variables
  422. */
  423. /*-------------------
  424. Brand Colors
  425. --------------------*/
  426. /*--------------
  427. Page Heading
  428. ---------------*/
  429. /*--------------
  430. Form Input
  431. ---------------*/
  432. /* This adjusts the default form input across all elements */
  433. /* Input Text Color */
  434. /* Line Height Default For Inputs in Browser */
  435. /*-------------------
  436. Focused Input
  437. --------------------*/
  438. /* Used on inputs, textarea etc */
  439. /* Used on dropdowns, other larger blocks */
  440. /*-------------------
  441. Sizes
  442. --------------------*/
  443. /*
  444. Sizes are all expressed in terms of 14px/em (default em)
  445. This ensures these "ratios" remain constant despite changes in EM
  446. */
  447. /*-------------------
  448. Page
  449. --------------------*/
  450. /*-------------------
  451. Paragraph
  452. --------------------*/
  453. /*-------------------
  454. Links
  455. --------------------*/
  456. /*-------------------
  457. Highlighted Text
  458. --------------------*/
  459. /*-------------------
  460. Loader
  461. --------------------*/
  462. /*-------------------
  463. Grid
  464. --------------------*/
  465. /*-------------------
  466. Transitions
  467. --------------------*/
  468. /*-------------------
  469. Breakpoints
  470. --------------------*/
  471. /*-------------------
  472. Site Colors
  473. --------------------*/
  474. /*--- Colors ---*/
  475. /*--- Light Colors ---*/
  476. /*--- Neutrals ---*/
  477. /*--- Colored Backgrounds ---*/
  478. /*--- Colored Headers ---*/
  479. /*--- Colored Text ---*/
  480. /*--- Colored Border ---*/
  481. /*-------------------
  482. Alpha Colors
  483. --------------------*/
  484. /*-------------------
  485. Accents
  486. --------------------*/
  487. /* Differentiating Neutrals */
  488. /* Differentiating Layers */
  489. /*******************************
  490. Power-User
  491. *******************************/
  492. /*-------------------
  493. Emotive Colors
  494. --------------------*/
  495. /* Positive */
  496. /* Negative */
  497. /* Info */
  498. /* Warning */
  499. /*-------------------
  500. Paths
  501. --------------------*/
  502. /* For source only. Modified in gulp for dist */
  503. /*-------------------
  504. Em Sizes
  505. --------------------*/
  506. /*
  507. This rounds @size values to the closest pixel then expresses that value in (r)em.
  508. This ensures all size values round to exact pixels
  509. */
  510. /* em */
  511. /* rem */
  512. /*-------------------
  513. Icons
  514. --------------------*/
  515. /* Maximum Glyph Width of Icon */
  516. /*-------------------
  517. Neutral Text
  518. --------------------*/
  519. /*-------------------
  520. Brand Colors
  521. --------------------*/
  522. /*-------------------
  523. Borders
  524. --------------------*/
  525. /*-------------------
  526. Derived Values
  527. --------------------*/
  528. /* Loaders Position Offset */
  529. /* Rendered Scrollbar Width */
  530. /* Maximum Single Character Glyph Width, aka Capital "W" */
  531. /* Used to match floats with text */
  532. /* Header Spacing */
  533. /* Minimum Mobile Width */
  534. /* Positive / Negative Dupes */
  535. /* Responsive */
  536. /*-------------------
  537. Exact Pixel Values
  538. --------------------*/
  539. /*
  540. These are used to specify exact pixel values in em
  541. for things like borders that remain constantly
  542. sized as emSize adjusts
  543. Since there are many more sizes than names for sizes,
  544. these are named by their original pixel values.
  545. */
  546. /* Columns */
  547. /*******************************
  548. States
  549. *******************************/
  550. /*-------------------
  551. Disabled
  552. --------------------*/
  553. /*-------------------
  554. Hover
  555. --------------------*/
  556. /*--- Shadows ---*/
  557. /*--- Colors ---*/
  558. /*--- Emotive ---*/
  559. /*--- Brand ---*/
  560. /*--- Dark Tones ---*/
  561. /*--- Light Tones ---*/
  562. /*-------------------
  563. Focus
  564. --------------------*/
  565. /*--- Colors ---*/
  566. /*--- Emotive ---*/
  567. /*--- Brand ---*/
  568. /*--- Dark Tones ---*/
  569. /*--- Light Tones ---*/
  570. /*-------------------
  571. Down (:active)
  572. --------------------*/
  573. /*--- Colors ---*/
  574. /*--- Emotive ---*/
  575. /*--- Brand ---*/
  576. /*--- Dark Tones ---*/
  577. /*--- Light Tones ---*/
  578. /*-------------------
  579. Active
  580. --------------------*/
  581. /*--- Colors ---*/
  582. /*--- Emotive ---*/
  583. /*--- Brand ---*/
  584. /*--- Dark Tones ---*/
  585. /*--- Light Tones ---*/
  586. /* Site theme site.variables */
  587. /*******************************
  588. User Global Variables
  589. *******************************/
  590. /*-------------------
  591. Component Variables
  592. ---------------------*/
  593. /* Default */
  594. /*******************************
  595. Loader
  596. *******************************/
  597. /* Some global loader styles defined in site.variables */
  598. /*-------------------
  599. Standard
  600. --------------------*/
  601. /*-------------------
  602. Types
  603. --------------------*/
  604. /* Text */
  605. /*-------------------
  606. States
  607. --------------------*/
  608. /*-------------------
  609. Variations
  610. --------------------*/
  611. /* Exact Sizes (Avoids Rounding Errors) */
  612. /* Packaged Theme */
  613. /*******************************
  614. Loader
  615. *******************************/
  616. /* Some global loader styles defined in site.variables */
  617. /*-------------------
  618. Standard
  619. --------------------*/
  620. /*-------------------
  621. Types
  622. --------------------*/
  623. /* Text */
  624. /*-------------------
  625. States
  626. --------------------*/
  627. /*-------------------
  628. Variations
  629. --------------------*/
  630. /* Exact Sizes (Avoids Rounding Errors) */
  631. /* Site Theme */
  632. /*******************************
  633. User Variable Overrides
  634. *******************************/
  635. /*******************************
  636. Mix-ins
  637. *******************************/
  638. /*------------------
  639. Fonts
  640. -------------------*/
  641. /*------------------
  642. Overrides
  643. -------------------*/
  644. /* End Config */
  645. /*******************************
  646. Loader
  647. *******************************/
  648. /* Standard Size */
  649. .ui.loader {
  650. display: none;
  651. position: absolute;
  652. top: 50%;
  653. left: 50%;
  654. margin: 0px;
  655. text-align: center;
  656. z-index: 1000;
  657. -webkit-transform: translateX(-50%) translateY(-50%);
  658. transform: translateX(-50%) translateY(-50%);
  659. }
  660. /* Static Shape */
  661. .ui.loader:before {
  662. position: absolute;
  663. content: '';
  664. top: 0%;
  665. left: 50%;
  666. width: 100%;
  667. height: 100%;
  668. border-radius: 500rem;
  669. border: 0.2em solid rgba(0, 0, 0, 0.1);
  670. }
  671. /* Active Shape */
  672. .ui.loader:after {
  673. position: absolute;
  674. content: '';
  675. top: 0%;
  676. left: 50%;
  677. width: 100%;
  678. height: 100%;
  679. -webkit-animation: loader 0.6s linear;
  680. animation: loader 0.6s linear;
  681. -webkit-animation-iteration-count: infinite;
  682. animation-iteration-count: infinite;
  683. border-radius: 500rem;
  684. border-color: #767676 transparent transparent;
  685. border-style: solid;
  686. border-width: 0.2em;
  687. box-shadow: 0px 0px 0px 1px transparent;
  688. }
  689. /* Active Animation */
  690. @-webkit-keyframes loader {
  691. from {
  692. -webkit-transform: rotate(0deg);
  693. transform: rotate(0deg);
  694. }
  695. to {
  696. -webkit-transform: rotate(360deg);
  697. transform: rotate(360deg);
  698. }
  699. }
  700. @keyframes loader {
  701. from {
  702. -webkit-transform: rotate(0deg);
  703. transform: rotate(0deg);
  704. }
  705. to {
  706. -webkit-transform: rotate(360deg);
  707. transform: rotate(360deg);
  708. }
  709. }
  710. /* Sizes */
  711. .ui.mini.loader:before,
  712. .ui.mini.loader:after {
  713. width: 1rem;
  714. height: 1rem;
  715. margin: 0em 0em 0em -0.5rem;
  716. }
  717. .ui.tiny.loader:before,
  718. .ui.tiny.loader:after {
  719. width: 1.14285714rem;
  720. height: 1.14285714rem;
  721. margin: 0em 0em 0em -0.57142857rem;
  722. }
  723. .ui.small.loader:before,
  724. .ui.small.loader:after {
  725. width: 1.71428571rem;
  726. height: 1.71428571rem;
  727. margin: 0em 0em 0em -0.85714286rem;
  728. }
  729. .ui.loader:before,
  730. .ui.loader:after {
  731. width: 2.28571429rem;
  732. height: 2.28571429rem;
  733. margin: 0em 0em 0em -1.14285714rem;
  734. }
  735. .ui.large.loader:before,
  736. .ui.large.loader:after {
  737. width: 3.42857143rem;
  738. height: 3.42857143rem;
  739. margin: 0em 0em 0em -1.71428571rem;
  740. }
  741. .ui.big.loader:before,
  742. .ui.big.loader:after {
  743. width: 3.71428571rem;
  744. height: 3.71428571rem;
  745. margin: 0em 0em 0em -1.85714286rem;
  746. }
  747. .ui.huge.loader:before,
  748. .ui.huge.loader:after {
  749. width: 4.14285714rem;
  750. height: 4.14285714rem;
  751. margin: 0em 0em 0em -2.07142857rem;
  752. }
  753. .ui.massive.loader:before,
  754. .ui.massive.loader:after {
  755. width: 4.57142857rem;
  756. height: 4.57142857rem;
  757. margin: 0em 0em 0em -2.28571429rem;
  758. }
  759. /*-------------------
  760. Coupling
  761. --------------------*/
  762. /* Show inside active dimmer */
  763. .ui.dimmer .loader {
  764. display: block;
  765. }
  766. /* Black Dimmer */
  767. .ui.dimmer .ui.loader {
  768. color: rgba(255, 255, 255, 0.9);
  769. }
  770. .ui.dimmer .ui.loader:before {
  771. border-color: rgba(255, 255, 255, 0.15);
  772. }
  773. .ui.dimmer .ui.loader:after {
  774. border-color: #FFFFFF transparent transparent;
  775. }
  776. /* White Dimmer (Inverted) */
  777. .ui.inverted.dimmer .ui.loader {
  778. color: rgba(0, 0, 0, 0.87);
  779. }
  780. .ui.inverted.dimmer .ui.loader:before {
  781. border-color: rgba(0, 0, 0, 0.1);
  782. }
  783. .ui.inverted.dimmer .ui.loader:after {
  784. border-color: #767676 transparent transparent;
  785. }
  786. /*******************************
  787. Types
  788. *******************************/
  789. /*-------------------
  790. Text
  791. --------------------*/
  792. .ui.text.loader {
  793. width: auto !important;
  794. height: auto !important;
  795. text-align: center;
  796. font-style: normal;
  797. }
  798. /*******************************
  799. States
  800. *******************************/
  801. .ui.indeterminate.loader:after {
  802. -webkit-animation-direction: reverse;
  803. animation-direction: reverse;
  804. -webkit-animation-duration: 1.2s;
  805. animation-duration: 1.2s;
  806. }
  807. .ui.loader.active,
  808. .ui.loader.visible {
  809. display: block;
  810. }
  811. .ui.loader.disabled,
  812. .ui.loader.hidden {
  813. display: none;
  814. }
  815. /*******************************
  816. Variations
  817. *******************************/
  818. /*-------------------
  819. Sizes
  820. --------------------*/
  821. /* Loader */
  822. .ui.inverted.dimmer .ui.mini.loader,
  823. .ui.mini.loader {
  824. width: 1rem;
  825. height: 1rem;
  826. font-size: 0.78571429em;
  827. }
  828. .ui.inverted.dimmer .ui.tiny.loader,
  829. .ui.tiny.loader {
  830. width: 1.14285714rem;
  831. height: 1.14285714rem;
  832. font-size: 0.85714286em;
  833. }
  834. .ui.inverted.dimmer .ui.small.loader,
  835. .ui.small.loader {
  836. width: 1.71428571rem;
  837. height: 1.71428571rem;
  838. font-size: 0.92857143em;
  839. }
  840. .ui.inverted.dimmer .ui.loader,
  841. .ui.loader {
  842. width: 2.28571429rem;
  843. height: 2.28571429rem;
  844. font-size: 1em;
  845. }
  846. .ui.inverted.dimmer .ui.large.loader,
  847. .ui.large.loader {
  848. width: 3.42857143rem;
  849. height: 3.42857143rem;
  850. font-size: 1.14285714em;
  851. }
  852. .ui.inverted.dimmer .ui.big.loader,
  853. .ui.big.loader {
  854. width: 3.71428571rem;
  855. height: 3.71428571rem;
  856. font-size: 1.28571429em;
  857. }
  858. .ui.inverted.dimmer .ui.huge.loader,
  859. .ui.huge.loader {
  860. width: 4.14285714rem;
  861. height: 4.14285714rem;
  862. font-size: 1.42857143em;
  863. }
  864. .ui.inverted.dimmer .ui.massive.loader,
  865. .ui.massive.loader {
  866. width: 4.57142857rem;
  867. height: 4.57142857rem;
  868. font-size: 1.71428571em;
  869. }
  870. /* Text Loader */
  871. .ui.mini.text.loader {
  872. min-width: 1rem;
  873. padding-top: 1.78571429rem;
  874. }
  875. .ui.tiny.text.loader {
  876. min-width: 1.14285714rem;
  877. padding-top: 1.92857143rem;
  878. }
  879. .ui.small.text.loader {
  880. min-width: 1.71428571rem;
  881. padding-top: 2.5rem;
  882. }
  883. .ui.text.loader {
  884. min-width: 2.28571429rem;
  885. padding-top: 3.07142857rem;
  886. }
  887. .ui.large.text.loader {
  888. min-width: 3.42857143rem;
  889. padding-top: 4.21428571rem;
  890. }
  891. .ui.big.text.loader {
  892. min-width: 3.71428571rem;
  893. padding-top: 4.5rem;
  894. }
  895. .ui.huge.text.loader {
  896. min-width: 4.14285714rem;
  897. padding-top: 4.92857143rem;
  898. }
  899. .ui.massive.text.loader {
  900. min-width: 4.57142857rem;
  901. padding-top: 5.35714286rem;
  902. }
  903. /*-------------------
  904. Inverted
  905. --------------------*/
  906. .ui.inverted.loader {
  907. color: rgba(255, 255, 255, 0.9);
  908. }
  909. .ui.inverted.loader:before {
  910. border-color: rgba(255, 255, 255, 0.15);
  911. }
  912. .ui.inverted.loader:after {
  913. border-top-color: #FFFFFF;
  914. }
  915. /*-------------------
  916. Inline
  917. --------------------*/
  918. .ui.inline.loader {
  919. position: relative;
  920. vertical-align: middle;
  921. margin: 0em;
  922. left: 0em;
  923. top: 0em;
  924. -webkit-transform: none;
  925. transform: none;
  926. }
  927. .ui.inline.loader.active,
  928. .ui.inline.loader.visible {
  929. display: inline-block;
  930. }
  931. /* Centered Inline */
  932. .ui.centered.inline.loader.active,
  933. .ui.centered.inline.loader.visible {
  934. display: block;
  935. margin-left: auto;
  936. margin-right: auto;
  937. }
  938. /*******************************
  939. Theme Overrides
  940. *******************************/
  941. /*******************************
  942. Site Overrides
  943. *******************************/
  944. /*# sourceMappingURL=loader.css.map */