rails-active-ui 0.3.0 → 0.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/javascript/ui/controllers/turbo_modal_controller.js +36 -0
- data/config/importmap.rb +1 -0
- data/formantic-ui/components/accordion.css +369 -0
- data/formantic-ui/components/accordion.js +595 -0
- data/formantic-ui/components/accordion.min.css +9 -0
- data/formantic-ui/components/accordion.min.js +11 -0
- data/formantic-ui/components/ad.css +264 -0
- data/formantic-ui/components/ad.min.css +10 -0
- data/formantic-ui/components/api.js +1225 -0
- data/formantic-ui/components/api.min.js +11 -0
- data/formantic-ui/components/breadcrumb.css +135 -0
- data/formantic-ui/components/breadcrumb.min.css +9 -0
- data/formantic-ui/components/button.css +4058 -0
- data/formantic-ui/components/button.min.css +9 -0
- data/formantic-ui/components/calendar.css +327 -0
- data/formantic-ui/components/calendar.js +2045 -0
- data/formantic-ui/components/calendar.min.css +9 -0
- data/formantic-ui/components/calendar.min.js +11 -0
- data/formantic-ui/components/card.css +1881 -0
- data/formantic-ui/components/card.min.css +9 -0
- data/formantic-ui/components/checkbox.css +785 -0
- data/formantic-ui/components/checkbox.js +888 -0
- data/formantic-ui/components/checkbox.min.css +9 -0
- data/formantic-ui/components/checkbox.min.js +11 -0
- data/formantic-ui/components/comment.css +283 -0
- data/formantic-ui/components/comment.min.css +9 -0
- data/formantic-ui/components/container.css +300 -0
- data/formantic-ui/components/container.min.css +9 -0
- data/formantic-ui/components/dimmer.css +367 -0
- data/formantic-ui/components/dimmer.js +732 -0
- data/formantic-ui/components/dimmer.min.css +9 -0
- data/formantic-ui/components/dimmer.min.js +11 -0
- data/formantic-ui/components/divider.css +287 -0
- data/formantic-ui/components/divider.min.css +9 -0
- data/formantic-ui/components/dropdown.css +2087 -0
- data/formantic-ui/components/dropdown.js +4432 -0
- data/formantic-ui/components/dropdown.min.css +9 -0
- data/formantic-ui/components/dropdown.min.js +11 -0
- data/formantic-ui/components/embed.css +155 -0
- data/formantic-ui/components/embed.js +688 -0
- data/formantic-ui/components/embed.min.css +9 -0
- data/formantic-ui/components/embed.min.js +11 -0
- data/formantic-ui/components/emoji.css +15311 -0
- data/formantic-ui/components/emoji.min.css +9 -0
- data/formantic-ui/components/feed.css +799 -0
- data/formantic-ui/components/feed.min.css +9 -0
- data/formantic-ui/components/flag.css +1149 -0
- data/formantic-ui/components/flag.min.css +9 -0
- data/formantic-ui/components/flyout.css +546 -0
- data/formantic-ui/components/flyout.js +1551 -0
- data/formantic-ui/components/flyout.min.css +9 -0
- data/formantic-ui/components/flyout.min.js +11 -0
- data/formantic-ui/components/form.css +1885 -0
- data/formantic-ui/components/form.js +2199 -0
- data/formantic-ui/components/form.min.css +9 -0
- data/formantic-ui/components/form.min.js +11 -0
- data/formantic-ui/components/grid.css +1952 -0
- data/formantic-ui/components/grid.min.css +9 -0
- data/formantic-ui/components/header.css +778 -0
- data/formantic-ui/components/header.min.css +9 -0
- data/formantic-ui/components/icon.css +7066 -0
- data/formantic-ui/components/icon.min.css +9 -0
- data/formantic-ui/components/image.css +315 -0
- data/formantic-ui/components/image.min.css +9 -0
- data/formantic-ui/components/input.css +1566 -0
- data/formantic-ui/components/input.min.css +9 -0
- data/formantic-ui/components/item.css +534 -0
- data/formantic-ui/components/item.min.css +9 -0
- data/formantic-ui/components/label.css +2114 -0
- data/formantic-ui/components/label.min.css +9 -0
- data/formantic-ui/components/list.css +955 -0
- data/formantic-ui/components/list.min.css +9 -0
- data/formantic-ui/components/loader.css +787 -0
- data/formantic-ui/components/loader.min.css +9 -0
- data/formantic-ui/components/menu.css +2131 -0
- data/formantic-ui/components/menu.min.css +9 -0
- data/formantic-ui/components/message.css +619 -0
- data/formantic-ui/components/message.min.css +9 -0
- data/formantic-ui/components/modal.css +779 -0
- data/formantic-ui/components/modal.js +1637 -0
- data/formantic-ui/components/modal.min.css +9 -0
- data/formantic-ui/components/modal.min.js +11 -0
- data/formantic-ui/components/nag.css +290 -0
- data/formantic-ui/components/nag.js +566 -0
- data/formantic-ui/components/nag.min.css +9 -0
- data/formantic-ui/components/nag.min.js +11 -0
- data/formantic-ui/components/placeholder.css +228 -0
- data/formantic-ui/components/placeholder.min.css +9 -0
- data/formantic-ui/components/popup.css +1184 -0
- data/formantic-ui/components/popup.js +1561 -0
- data/formantic-ui/components/popup.min.css +9 -0
- data/formantic-ui/components/popup.min.js +11 -0
- data/formantic-ui/components/progress.css +761 -0
- data/formantic-ui/components/progress.js +979 -0
- data/formantic-ui/components/progress.min.css +9 -0
- data/formantic-ui/components/progress.min.js +11 -0
- data/formantic-ui/components/rail.css +147 -0
- data/formantic-ui/components/rail.min.css +9 -0
- data/formantic-ui/components/rating.css +414 -0
- data/formantic-ui/components/rating.js +540 -0
- data/formantic-ui/components/rating.min.css +9 -0
- data/formantic-ui/components/rating.min.js +11 -0
- data/formantic-ui/components/reset.css +386 -0
- data/formantic-ui/components/reset.min.css +9 -0
- data/formantic-ui/components/reveal.css +277 -0
- data/formantic-ui/components/reveal.min.css +9 -0
- data/formantic-ui/components/search.css +541 -0
- data/formantic-ui/components/search.js +1641 -0
- data/formantic-ui/components/search.min.css +9 -0
- data/formantic-ui/components/search.min.js +11 -0
- data/formantic-ui/components/segment.css +1053 -0
- data/formantic-ui/components/segment.min.css +9 -0
- data/formantic-ui/components/shape.css +144 -0
- data/formantic-ui/components/shape.js +797 -0
- data/formantic-ui/components/shape.min.css +9 -0
- data/formantic-ui/components/shape.min.js +11 -0
- data/formantic-ui/components/sidebar.css +539 -0
- data/formantic-ui/components/sidebar.js +1054 -0
- data/formantic-ui/components/sidebar.min.css +9 -0
- data/formantic-ui/components/sidebar.min.js +11 -0
- data/formantic-ui/components/site.css +286 -0
- data/formantic-ui/components/site.js +455 -0
- data/formantic-ui/components/site.min.css +9 -0
- data/formantic-ui/components/site.min.js +11 -0
- data/formantic-ui/components/slider.css +926 -0
- data/formantic-ui/components/slider.js +1546 -0
- data/formantic-ui/components/slider.min.css +9 -0
- data/formantic-ui/components/slider.min.js +11 -0
- data/formantic-ui/components/state.js +697 -0
- data/formantic-ui/components/state.min.js +11 -0
- data/formantic-ui/components/statistic.css +586 -0
- data/formantic-ui/components/statistic.min.css +9 -0
- data/formantic-ui/components/step.css +1538 -0
- data/formantic-ui/components/step.min.css +9 -0
- data/formantic-ui/components/sticky.css +73 -0
- data/formantic-ui/components/sticky.js +917 -0
- data/formantic-ui/components/sticky.min.css +9 -0
- data/formantic-ui/components/sticky.min.js +11 -0
- data/formantic-ui/components/tab.css +84 -0
- data/formantic-ui/components/tab.js +967 -0
- data/formantic-ui/components/tab.min.css +9 -0
- data/formantic-ui/components/tab.min.js +11 -0
- data/formantic-ui/components/table.css +3473 -0
- data/formantic-ui/components/table.min.css +9 -0
- data/formantic-ui/components/text.css +155 -0
- data/formantic-ui/components/text.min.css +9 -0
- data/formantic-ui/components/toast.css +751 -0
- data/formantic-ui/components/toast.js +964 -0
- data/formantic-ui/components/toast.min.css +9 -0
- data/formantic-ui/components/toast.min.js +11 -0
- data/formantic-ui/components/transition.css +1148 -0
- data/formantic-ui/components/transition.js +1034 -0
- data/formantic-ui/components/transition.min.css +9 -0
- data/formantic-ui/components/transition.min.js +11 -0
- data/formantic-ui/components/visibility.js +1292 -0
- data/formantic-ui/components/visibility.min.js +11 -0
- data/formantic-ui/semantic.css +78485 -0
- data/formantic-ui/semantic.js +31036 -0
- data/formantic-ui/semantic.min.css +11 -0
- data/formantic-ui/semantic.min.js +11 -0
- data/formantic-ui/themes/basic/assets/fonts/LICENSE.txt +91 -0
- data/formantic-ui/themes/basic/assets/fonts/icons.woff +0 -0
- data/formantic-ui/themes/basic/assets/fonts/icons.woff2 +0 -0
- data/formantic-ui/themes/default/assets/fonts/LICENSE_Lato.txt +94 -0
- data/formantic-ui/themes/default/assets/fonts/LICENSE_icons.txt +165 -0
- data/formantic-ui/themes/default/assets/fonts/Lato-Bold.woff +0 -0
- data/formantic-ui/themes/default/assets/fonts/Lato-Bold.woff2 +0 -0
- data/formantic-ui/themes/default/assets/fonts/Lato-BoldItalic.woff +0 -0
- data/formantic-ui/themes/default/assets/fonts/Lato-BoldItalic.woff2 +0 -0
- data/formantic-ui/themes/default/assets/fonts/Lato-Italic.woff +0 -0
- data/formantic-ui/themes/default/assets/fonts/Lato-Italic.woff2 +0 -0
- data/formantic-ui/themes/default/assets/fonts/Lato-Regular.woff +0 -0
- data/formantic-ui/themes/default/assets/fonts/Lato-Regular.woff2 +0 -0
- data/formantic-ui/themes/default/assets/fonts/LatoLatin-Bold.woff +0 -0
- data/formantic-ui/themes/default/assets/fonts/LatoLatin-Bold.woff2 +0 -0
- data/formantic-ui/themes/default/assets/fonts/LatoLatin-BoldItalic.woff +0 -0
- data/formantic-ui/themes/default/assets/fonts/LatoLatin-BoldItalic.woff2 +0 -0
- data/formantic-ui/themes/default/assets/fonts/LatoLatin-Italic.woff +0 -0
- data/formantic-ui/themes/default/assets/fonts/LatoLatin-Italic.woff2 +0 -0
- data/formantic-ui/themes/default/assets/fonts/LatoLatin-Regular.woff +0 -0
- data/formantic-ui/themes/default/assets/fonts/LatoLatin-Regular.woff2 +0 -0
- data/formantic-ui/themes/default/assets/fonts/brand-icons.woff +0 -0
- data/formantic-ui/themes/default/assets/fonts/brand-icons.woff2 +0 -0
- data/formantic-ui/themes/default/assets/fonts/icons.woff +0 -0
- data/formantic-ui/themes/default/assets/fonts/icons.woff2 +0 -0
- data/formantic-ui/themes/default/assets/fonts/outline-icons.woff +0 -0
- data/formantic-ui/themes/default/assets/fonts/outline-icons.woff2 +0 -0
- data/formantic-ui/themes/famfamfam/assets/images/flags.png +0 -0
- data/formantic-ui/themes/github/assets/fonts/LICENSE.txt +94 -0
- data/formantic-ui/themes/github/assets/fonts/octicons.woff +0 -0
- data/formantic-ui/themes/github/assets/fonts/octicons.woff2 +0 -0
- data/formantic-ui/themes/material/assets/fonts/LICENSE.txt +202 -0
- data/formantic-ui/themes/material/assets/fonts/icons.woff +0 -0
- data/formantic-ui/themes/material/assets/fonts/icons.woff2 +0 -0
- data/lib/ui/version.rb +1 -1
- metadata +194 -1
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* # Fomantic-UI 2.9.4 - Progress
|
|
3
|
+
* https://github.com/fomantic/Fomantic-UI/
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* Released under the MIT license
|
|
7
|
+
* https://opensource.org/licenses/MIT
|
|
8
|
+
*
|
|
9
|
+
*/.ui.progress{position:relative;display:flex;max-width:100%;border:none;margin:1em 0 2.5em;box-shadow:none;background:rgba(0,0,0,.1);padding:0;border-radius:.28571429rem}.ui.basic.progress{background:0 0;border:none;box-shadow:none}.ui.progress:first-child{margin:0 0 2.5em}.ui.progress:last-child{margin:0 0 1.5em}.ui.progress .bar{display:block;line-height:1;position:relative;width:0;background:#888;border-radius:.28571429rem;transition:width .1s ease,background-color .1s ease;overflow:hidden}.ui.progress .bar:not(:empty){min-width:2.5em}.ui.ui.ui.progress:not([data-percent]):not(.indeterminate) .bar:not(:empty),.ui.ui.ui.progress[data-percent="0"]:not(.indeterminate) .bar:not(:empty){background:0 0}.ui.progress[data-percent="0"] .bar .progress{color:rgba(0,0,0,.87)}.ui.inverted.progress[data-percent="0"] .bar .progress{color:rgba(255,255,255,.9)}.ui.progress .bar>.progress{white-space:nowrap;position:absolute;width:auto;font-size:.92857143em;top:50%;right:.5em;left:auto;bottom:auto;color:rgba(255,255,255,.7);text-shadow:none;margin-top:-.5em;font-weight:700;text-align:left}.ui.right.aligned.progress{justify-content:flex-end}.ui.right.aligned.progress .bar>.progress{left:.5em;right:auto}.ui.progress>.label{position:absolute;width:100%;font-size:1em;top:100%;right:auto;left:0;bottom:auto;color:rgba(0,0,0,.87);font-weight:700;text-shadow:none;margin-top:.2em;text-align:center;transition:color .4s ease}.ui.indicating.progress[data-percent^="1"] .bar,.ui.indicating.progress[data-percent^="2"] .bar{background-color:#d95c5c}.ui.indicating.progress[data-percent^="3"] .bar{background-color:#efbc72}.ui.indicating.progress[data-percent^="4"] .bar,.ui.indicating.progress[data-percent^="5"] .bar{background-color:#e6bb48}.ui.indicating.progress[data-percent^="6"] .bar{background-color:#ddc928}.ui.indicating.progress[data-percent^="7"] .bar,.ui.indicating.progress[data-percent^="8"] .bar{background-color:#b4d95c}.ui.indicating.progress[data-percent^="100"] .bar,.ui.indicating.progress[data-percent^="9"] .bar{background-color:#66da81}.ui.indicating.progress[data-percent^="1"] .label,.ui.indicating.progress[data-percent^="2"] .label{color:rgba(0,0,0,.87)}.ui.indicating.progress[data-percent^="3"] .label{color:rgba(0,0,0,.87)}.ui.indicating.progress[data-percent^="4"] .label,.ui.indicating.progress[data-percent^="5"] .label{color:rgba(0,0,0,.87)}.ui.indicating.progress[data-percent^="6"] .label{color:rgba(0,0,0,.87)}.ui.indicating.progress[data-percent^="7"] .label,.ui.indicating.progress[data-percent^="8"] .label{color:rgba(0,0,0,.87)}.ui.indicating.progress[data-percent^="100"] .label,.ui.indicating.progress[data-percent^="9"] .label{color:rgba(0,0,0,.87)}.ui.inverted.indicating.progress[data-percent^="1"] .label,.ui.inverted.indicating.progress[data-percent^="2"] .label{color:rgba(255,255,255,.9)}.ui.inverted.indicating.progress[data-percent^="3"] .label{color:rgba(255,255,255,.9)}.ui.inverted.indicating.progress[data-percent^="4"] .label,.ui.inverted.indicating.progress[data-percent^="5"] .label{color:rgba(255,255,255,.9)}.ui.inverted.indicating.progress[data-percent^="6"] .label{color:rgba(255,255,255,.9)}.ui.inverted.indicating.progress[data-percent^="7"] .label,.ui.inverted.indicating.progress[data-percent^="8"] .label{color:rgba(255,255,255,.9)}.ui.inverted.indicating.progress[data-percent^="100"] .label,.ui.inverted.indicating.progress[data-percent^="9"] .label{color:rgba(255,255,255,.9)}.ui.indicating.progress[data-percent="1"] .bar,.ui.indicating.progress[data-percent="2"] .bar,.ui.indicating.progress[data-percent="3"] .bar,.ui.indicating.progress[data-percent="4"] .bar,.ui.indicating.progress[data-percent="5"] .bar,.ui.indicating.progress[data-percent="6"] .bar,.ui.indicating.progress[data-percent="7"] .bar,.ui.indicating.progress[data-percent="8"] .bar,.ui.indicating.progress[data-percent="9"] .bar,.ui.indicating.progress[data-percent^="1."] .bar,.ui.indicating.progress[data-percent^="2."] .bar,.ui.indicating.progress[data-percent^="3."] .bar,.ui.indicating.progress[data-percent^="4."] .bar,.ui.indicating.progress[data-percent^="5."] .bar,.ui.indicating.progress[data-percent^="6."] .bar,.ui.indicating.progress[data-percent^="7."] .bar,.ui.indicating.progress[data-percent^="8."] .bar,.ui.indicating.progress[data-percent^="9."] .bar{background-color:#d95c5c}.ui.indicating.progress[data-percent="0"] .label,.ui.indicating.progress[data-percent="1"] .label,.ui.indicating.progress[data-percent="2"] .label,.ui.indicating.progress[data-percent="3"] .label,.ui.indicating.progress[data-percent="4"] .label,.ui.indicating.progress[data-percent="5"] .label,.ui.indicating.progress[data-percent="6"] .label,.ui.indicating.progress[data-percent="7"] .label,.ui.indicating.progress[data-percent="8"] .label,.ui.indicating.progress[data-percent="9"] .label,.ui.indicating.progress[data-percent^="0."] .label,.ui.indicating.progress[data-percent^="1."] .label,.ui.indicating.progress[data-percent^="2."] .label,.ui.indicating.progress[data-percent^="3."] .label,.ui.indicating.progress[data-percent^="4."] .label,.ui.indicating.progress[data-percent^="5."] .label,.ui.indicating.progress[data-percent^="6."] .label,.ui.indicating.progress[data-percent^="7."] .label,.ui.indicating.progress[data-percent^="8."] .label,.ui.indicating.progress[data-percent^="9."] .label{color:rgba(0,0,0,.87)}.ui.inverted.indicating.progress[data-percent="0"] .label,.ui.inverted.indicating.progress[data-percent="1"] .label,.ui.inverted.indicating.progress[data-percent="2"] .label,.ui.inverted.indicating.progress[data-percent="3"] .label,.ui.inverted.indicating.progress[data-percent="4"] .label,.ui.inverted.indicating.progress[data-percent="5"] .label,.ui.inverted.indicating.progress[data-percent="6"] .label,.ui.inverted.indicating.progress[data-percent="7"] .label,.ui.inverted.indicating.progress[data-percent="8"] .label,.ui.inverted.indicating.progress[data-percent="9"] .label,.ui.inverted.indicating.progress[data-percent^="0."] .label,.ui.inverted.indicating.progress[data-percent^="1."] .label,.ui.inverted.indicating.progress[data-percent^="2."] .label,.ui.inverted.indicating.progress[data-percent^="3."] .label,.ui.inverted.indicating.progress[data-percent^="4."] .label,.ui.inverted.indicating.progress[data-percent^="5."] .label,.ui.inverted.indicating.progress[data-percent^="6."] .label,.ui.inverted.indicating.progress[data-percent^="7."] .label,.ui.inverted.indicating.progress[data-percent^="8."] .label,.ui.inverted.indicating.progress[data-percent^="9."] .label{color:rgba(255,255,255,.9)}.ui.ui.indicating.progress.success .label{color:#1a531b}.ui.ui.progress.success .bar{background-color:#21ba45}.ui.ui.progress.success .bar,.ui.ui.progress.success .bar::after{animation:none}.ui.progress.success>.label{color:#1a531b}.ui.ui.progress.warning .bar{background-color:#f2c037}.ui.ui.progress.warning .bar,.ui.ui.progress.warning .bar::after{animation:none}.ui.progress.warning>.label{color:#794b02}.ui.ui.progress.error .bar{background-color:#db2828}.ui.ui.progress.error .bar,.ui.ui.progress.error .bar::after{animation:none}.ui.progress.error>.label{color:#912d2b}.ui.active.progress .bar{position:relative}.ui.active.progress .bar:not(:empty){min-width:2.5em}.ui.active.progress .bar::after{content:"";opacity:0;position:absolute;top:0;left:0;right:0;bottom:0;background:#fff;border-radius:.28571429rem;animation:progress-active 2s ease infinite;transform-origin:left}.ui.active.right.aligned.progress .bar::after{transform-origin:right}@keyframes progress-active{0%{opacity:.3;transform:scale(0,1)}100%{opacity:0;transform:scale(1)}}.ui.disabled.progress{opacity:.35}.ui.ui.disabled.progress .bar,.ui.ui.disabled.progress .bar::after{animation:none}.ui.inverted.progress:not(.basic){background:rgba(255,255,255,.08);border:none}.ui.inverted.progress .bar{background:#888}.ui.inverted.progress .bar>.progress{color:#1b1c1d}.ui.inverted.progress>.label{color:#fff}.ui.inverted.progress.success>.label{color:#21ba45}.ui.inverted.progress.warning>.label{color:#f2c037}.ui.inverted.progress.error>.label{color:#db2828}.ui.progress.attached{background:0 0;position:relative;border:none;margin:0}.ui.progress.attached,.ui.progress.attached .bar{height:.2rem;padding:0;overflow:hidden;border-radius:0 0 .28571429rem .28571429rem}.ui.progress.attached .bar{border-radius:0}.ui.progress.top.attached,.ui.progress.top.attached .bar{top:0;border-radius:.28571429rem .28571429rem 0 0}.ui.progress.top.attached .bar{border-radius:0}.ui.card>.ui.attached.progress,.ui.segment>.ui.attached.progress{position:absolute;top:auto;left:0;bottom:100%;width:100%}.ui.card>.ui.bottom.attached.progress,.ui.segment>.ui.bottom.attached.progress{top:100%;bottom:auto}.ui.indeterminate.primary.progress .bar::before,.ui.primary.progress .bar,.ui.progress .primary.bar{background-color:#2185d0}.ui.inverted.indeterminate.primary.progress .bar::before,.ui.inverted.progress .primary.bar,.ui.primary.inverted.progress .bar{background-color:#54c8ff}.ui.indeterminate.secondary.progress .bar::before,.ui.progress .secondary.bar,.ui.secondary.progress .bar{background-color:#1b1c1d}.ui.inverted.indeterminate.secondary.progress .bar::before,.ui.inverted.progress .secondary.bar,.ui.secondary.inverted.progress .bar{background-color:#545454}.ui.indeterminate.red.progress .bar::before,.ui.progress .red.bar,.ui.red.progress .bar{background-color:#db2828}.ui.inverted.indeterminate.red.progress .bar::before,.ui.inverted.progress .red.bar,.ui.red.inverted.progress .bar{background-color:#ff695e}.ui.indeterminate.orange.progress .bar::before,.ui.orange.progress .bar,.ui.progress .orange.bar{background-color:#f2711c}.ui.inverted.indeterminate.orange.progress .bar::before,.ui.inverted.progress .orange.bar,.ui.orange.inverted.progress .bar{background-color:#ff851b}.ui.indeterminate.yellow.progress .bar::before,.ui.progress .yellow.bar,.ui.yellow.progress .bar{background-color:#fbbd08}.ui.inverted.indeterminate.yellow.progress .bar::before,.ui.inverted.progress .yellow.bar,.ui.yellow.inverted.progress .bar{background-color:#ffe21f}.ui.indeterminate.olive.progress .bar::before,.ui.olive.progress .bar,.ui.progress .olive.bar{background-color:#b5cc18}.ui.inverted.indeterminate.olive.progress .bar::before,.ui.inverted.progress .olive.bar,.ui.olive.inverted.progress .bar{background-color:#d9e778}.ui.green.progress .bar,.ui.indeterminate.green.progress .bar::before,.ui.progress .green.bar{background-color:#21ba45}.ui.green.inverted.progress .bar,.ui.inverted.indeterminate.green.progress .bar::before,.ui.inverted.progress .green.bar{background-color:#2ecc40}.ui.indeterminate.teal.progress .bar::before,.ui.progress .teal.bar,.ui.teal.progress .bar{background-color:#00b5ad}.ui.inverted.indeterminate.teal.progress .bar::before,.ui.inverted.progress .teal.bar,.ui.teal.inverted.progress .bar{background-color:#6dffff}.ui.blue.progress .bar,.ui.indeterminate.blue.progress .bar::before,.ui.progress .blue.bar{background-color:#2185d0}.ui.blue.inverted.progress .bar,.ui.inverted.indeterminate.blue.progress .bar::before,.ui.inverted.progress .blue.bar{background-color:#54c8ff}.ui.indeterminate.violet.progress .bar::before,.ui.progress .violet.bar,.ui.violet.progress .bar{background-color:#6435c9}.ui.inverted.indeterminate.violet.progress .bar::before,.ui.inverted.progress .violet.bar,.ui.violet.inverted.progress .bar{background-color:#a291fb}.ui.indeterminate.purple.progress .bar::before,.ui.progress .purple.bar,.ui.purple.progress .bar{background-color:#a333c8}.ui.inverted.indeterminate.purple.progress .bar::before,.ui.inverted.progress .purple.bar,.ui.purple.inverted.progress .bar{background-color:#dc73ff}.ui.indeterminate.pink.progress .bar::before,.ui.pink.progress .bar,.ui.progress .pink.bar{background-color:#e03997}.ui.inverted.indeterminate.pink.progress .bar::before,.ui.inverted.progress .pink.bar,.ui.pink.inverted.progress .bar{background-color:#ff8edf}.ui.brown.progress .bar,.ui.indeterminate.brown.progress .bar::before,.ui.progress .brown.bar{background-color:#a5673f}.ui.brown.inverted.progress .bar,.ui.inverted.indeterminate.brown.progress .bar::before,.ui.inverted.progress .brown.bar{background-color:#d67c1c}.ui.grey.progress .bar,.ui.indeterminate.grey.progress .bar::before,.ui.progress .grey.bar{background-color:#767676}.ui.grey.inverted.progress .bar,.ui.inverted.indeterminate.grey.progress .bar::before,.ui.inverted.progress .grey.bar{background-color:#dcddde}.ui.black.progress .bar,.ui.indeterminate.black.progress .bar::before,.ui.progress .black.bar{background-color:#1b1c1d}.ui.black.inverted.progress .bar,.ui.inverted.indeterminate.black.progress .bar::before,.ui.inverted.progress .black.bar{background-color:#545454}.ui.progress{font-size:1rem}.ui.progress .bar{height:1.75em}.ui.mini.progress{font-size:.78571429rem}.ui.mini.progress .bar{height:.3em}.ui.tiny.progress{font-size:.85714286rem}.ui.tiny.progress .bar{height:.5em}.ui.small.progress{font-size:.92857143rem}.ui.small.progress .bar{height:1em}.ui.large.progress{font-size:1.14285714rem}.ui.large.progress .bar{height:2.5em}.ui.big.progress{font-size:1.28571429rem}.ui.big.progress .bar{height:3.5em}.ui.huge.progress{font-size:1.42857143rem}.ui.huge.progress .bar{height:4em}.ui.massive.progress{font-size:1.71428571rem}.ui.massive.progress .bar{height:5em}.ui.indeterminate.progress .bar{width:100%}.ui.indeterminate.progress .bar .progress,.ui.progress .bar .centered.progress{text-align:center;position:relative;right:0}.ui.indeterminate.progress .bar::before{content:"";position:absolute;top:0;bottom:0;border-radius:.28571429rem;animation:progress-pulsating 2s ease infinite;transform-origin:center;width:100%}.ui.slow.indeterminate.progress .bar::before{animation-duration:4s}.ui.fast.indeterminate.progress .bar::before{animation-duration:1s}.ui.swinging.indeterminate.progress .bar::before{transform-origin:left;animation-name:progress-swinging}.ui.sliding.indeterminate.progress .bar::before{transform-origin:left;animation-name:progress-sliding}.ui.filling.indeterminate.progress .bar::before{animation-name:progress-filling}.ui.indeterminate.progress:not(.sliding):not(.filling):not(.swinging) .bar::before{background:#fff}.ui.filling.indeterminate.progress .bar,.ui.sliding.indeterminate.progress .bar,.ui.swinging.indeterminate.progress .bar{background:rgba(0,0,0,.1)}.ui.sliding.indeterminate.progress .bar .progress,.ui.swinging.indeterminate.progress .bar .progress{color:#1b1c1d}.ui.inverted.filling.indeterminate.progress .bar,.ui.inverted.sliding.indeterminate.progress .bar,.ui.inverted.swinging.indeterminate.progress .bar{background:rgba(255,255,255,.08)}.ui.inverted.sliding.indeterminate.progress .bar .progress,.ui.inverted.swinging.indeterminate.progress .bar .progress{color:rgba(255,255,255,.7)}@keyframes progress-swinging{0%,100%{width:10%;left:-25%}25%,65%{width:70%}50%{width:10%;left:100%}}@keyframes progress-sliding{0%{width:10%;left:-25%}50%{width:70%}100%{width:10%;left:100%}}@keyframes progress-filling{0%{transform:scale(0,1)}80%{transform:scale(1);opacity:1}100%{opacity:0}}@keyframes progress-pulsating{0%{transform:scale(0,1);opacity:.7}100%{transform:scale(1);opacity:0}}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* # Fomantic UI - 2.9.4
|
|
3
|
+
* https://github.com/fomantic/Fomantic-UI
|
|
4
|
+
* https://fomantic-ui.com/
|
|
5
|
+
*
|
|
6
|
+
* Copyright 2025 Contributors
|
|
7
|
+
* Released under the MIT license
|
|
8
|
+
* https://opensource.org/licenses/MIT
|
|
9
|
+
*
|
|
10
|
+
*/
|
|
11
|
+
!function(A,e,P){"use strict";e=void 0!==e&&e.Math===Math?e:globalThis,A.fn.progress=function(m){var b,e=A(this),h=Date.now(),x=[],y=m,w="string"==typeof y,V=[].slice.call(arguments,1);return e.each(function(){var i=A.isPlainObject(m)?A.extend(!0,{},A.fn.progress.settings,m):A.extend({},A.fn.progress.settings),r=i.className,t=i.metadata,e=i.namespace,n=i.selector,l=i.error,a="."+e,o="module-"+e,c=A(this),u=A(this).find(n.bar),s=A(this).find(n.progress),d=A(this).find(n.label),p=this,v=c.data(o),g=!1,f={helper:{sum:function(e){return Array.isArray(e)?e.reduce(function(e,t){return e+Number(t)},0):0},derivePrecision:function(e,t){for(var r=0,n=1,a=e/t;r<10&&!(1<(a*=n));)n=Math.pow(10,r++);return n},forceArray:function(e){return Array.isArray(e)?e:isNaN(e)?"string"==typeof e?e.split(","):[]:[e]}},initialize:function(){f.set.duration(),f.debug(p),f.read.metadata(),f.read.settings(),f.instantiate()},instantiate:function(){f.verbose("Storing instance of progress",f),v=f,c.data(o,f)},destroy:function(){f.verbose("Destroying previous progress for",c),clearInterval(v.interval),f.remove.state(),c.removeData(o),v=void 0},reset:function(){f.remove.nextValue(),f.update.progress(0)},complete:function(e){(void 0===f.percent||f.percent<100)&&(f.remove.progressPoll(),!0!==e&&f.set.percent(100))},read:{metadata:function(){var e={percent:f.helper.forceArray(c.data(t.percent)),total:c.data(t.total),value:f.helper.forceArray(c.data(t.value))};void 0!==e.total&&(f.debug("Total value set from metadata",e.total),f.set.total(e.total)),0<e.value.length&&(f.debug("Current value set from metadata",e.value),f.set.value(e.value),f.set.progress(e.value)),0<e.percent.length&&(f.debug("Current percent value set from metadata",e.percent),f.set.percent(e.percent))},settings:function(){!1!==i.total&&(f.debug("Current total set in settings",i.total),f.set.total(i.total)),!1!==i.value&&(f.debug("Current value set in settings",i.value),f.set.value(i.value),f.set.progress(f.value)),!1!==i.percent&&(f.debug("Current percent set in settings",i.percent),f.set.percent(i.percent))}},bind:{transitionEnd:function(t){u.one("transitionend"+a,function(e){clearTimeout(f.failSafeTimer),t.call(this,e)}),f.failSafeTimer=setTimeout(function(){u.triggerHandler("transitionend")},i.duration+i.failSafeDelay),f.verbose("Adding fail safe timer",f.timer)}},increment:function(e){var t;e=f.has.total()?(t=f.get.value(),e||1):(t=f.get.percent(),e||f.get.randomValue()),f.debug("Incrementing percentage by",t,t=t+e,e),t=f.get.normalizedValue(t),f.set.progress(t)},decrement:function(e){var t,r;f.get.total()?(r=(t=f.get.value())-(e=e||1),f.debug("Decrementing value by",e,t)):(r=(t=f.get.percent())-(e=e||f.get.randomValue()),f.debug("Decrementing percentage by",e,t)),r=f.get.normalizedValue(r),f.set.progress(r)},has:{progressPoll:function(){return f.progressPoll},total:function(){return!1!==f.get.total()}},get:{text:function(e,t){var r=f.get.value(t=t||0),n=f.get.total(),a=g?f.get.displayPercent(t):f.get.percent(t),o=!1!==n?Math.max(0,n-r):100-a;return e=(e=e||"").replace("{value}",r).replace("{total}",n||0).replace("{left}",o).replace("{percent}",a).replace("{bar}",i.text.bars[t]||""),f.verbose("Adding variables to progress bar text",e),e},normalizedValue:function(e){if(e<0)return f.debug("Value cannot decrement below 0"),0;if(f.has.total()){if(e>f.total)return f.debug("Value cannot increment above total",f.total),f.total}else if(100<e)return f.debug("Value cannot increment above 100 percent"),100;return e},updateInterval:function(){return"auto"===i.updateInterval?i.duration:i.updateInterval},randomValue:function(){return f.debug("Generating random increment percentage"),Math.floor(Math.random()*i.random.max+i.random.min)},numericValue:function(e){return"string"==typeof e?""!==e.replace(/[^\d.]/g,"")&&+e.replace(/[^\d.]/g,""):e},displayPercent:function(e){var e=A(u[e]),t=e.width(),r=c.width(),e=parseInt(e.css("min-width"),10)<t?t/r*100:f.percent;return 0<i.precision?Math.round(e*(10*i.precision))/(10*i.precision):Math.round(e)},percent:function(e){return f.percent&&f.percent[e||0]||0},value:function(e){return f.nextValue||f.value&&f.value[e||0]||0},total:function(){return void 0!==f.total&&f.total}},create:{progressPoll:function(){f.progressPoll=setTimeout(function(){f.update.toNextValue(),f.remove.progressPoll()},f.get.updateInterval())}},is:{complete:function(){return f.is.success()||f.is.warning()||f.is.error()},success:function(){return c.hasClass(r.success)},warning:function(){return c.hasClass(r.warning)},error:function(){return c.hasClass(r.error)},active:function(){return c.hasClass(r.active)},visible:function(){return c.is(":visible")}},remove:{progressPoll:function(){f.verbose("Removing progress poll timer"),f.progressPoll&&(clearTimeout(f.progressPoll),delete f.progressPoll)},nextValue:function(){f.verbose("Removing progress value stored for next update"),delete f.nextValue},state:function(){f.verbose("Removing stored state"),delete f.total,delete f.percent,delete f.value},active:function(){f.verbose("Removing active state"),c.removeClass(r.active)},success:function(){f.verbose("Removing success state"),c.removeClass(r.success)},warning:function(){f.verbose("Removing warning state"),c.removeClass(r.warning)},error:function(){f.verbose("Removing error state"),c.removeClass(r.error)}},set:{barWidth:function(e){f.debug("set bar width with ",e),e=f.helper.forceArray(e);var a=-1,o=-1,i=f.helper.sum(e),s=u.length,l=1<s,t=e.map(function(e,t){var r=t===s-1&&0===i,n=A(u[t]);return 0===e&&l&&!r?n.css("display","none"):(l&&r&&n.css("background","transparent"),-1===a&&(a=t),o=t,n.css({display:"block",width:e+"%"})),parseFloat(e)});e.forEach(function(e,t){A(u[t]).css({borderTopLeftRadius:t===a?"":"0",borderBottomLeftRadius:t===a?"":"0",borderTopRightRadius:t===o?"":"0",borderBottomRightRadius:t===o?"":"0"})}),c.attr("data-percent",t)},duration:function(e){e=e||i.duration,f.verbose("Setting progress bar transition duration",e="number"==typeof e?e+"ms":e),u.css({"transition-duration":e})},percent:function(e){e=f.helper.forceArray(e).map(function(e){return e="string"==typeof e?+e.replace("%",""):e,i.limitValues?Math.max(0,Math.min(100,e)):e});var t,r=f.has.total(),n=f.helper.sum(e),a=1<e.length&&r,o=f.helper.sum(f.helper.forceArray(f.value));a&&o>f.total?f.error(l.sumExceedsTotal,o,f.total):!a&&100<n?f.error(l.tooHigh,n):n<0?f.error(l.tooLow,n):(t=0<i.precision?i.precision:a?f.helper.derivePrecision(Math.min.apply(null,f.value),f.total):0,o=e.map(function(e){return 0<t?Math.round(e*(10*t))/(10*t):Math.round(e)}),f.percent=o,r&&(f.value=e.map(function(e){return 0<t?Math.round(e/100*f.total*(10*t))/(10*t):Math.round(e/100*f.total*10)/10})),f.set.barWidth(e),f.set.labelInterval()),i.onChange.call(p,e,f.value,f.total)},labelInterval:function(){clearInterval(f.interval),f.bind.transitionEnd(function(){f.verbose("Bar finished animating, removing continuous label updates"),clearInterval(f.interval),g=!1,f.set.labels()}),g=!0,f.interval=setInterval(function(){A.contains(P.documentElement,p)||(clearInterval(f.interval),g=!1),f.set.labels()},i.framerate)},labels:function(){f.verbose("Setting both bar progress and outer label text"),f.set.barLabel(),f.set.state()},label:function(e){e&&(e=f.get.text(e),f.verbose("Setting label to text",e),d.text(e))},state:function(e){100===(e=void 0!==e?e:f.helper.sum(f.percent))?i.autoSuccess&&1===u.length&&!(f.is.warning()||f.is.error()||f.is.success())?(f.set.success(),f.debug("Automatically triggering success at 100%")):(f.verbose("Reached 100% removing active state"),f.remove.active(),f.remove.progressPoll()):0<e?(f.verbose("Adjusting active progress bar label",e),f.set.active()):(f.remove.active(),f.remove.warning(),f.remove.error(),f.remove.success(),f.set.label(i.text.active))},barLabel:function(r){s.each(function(e,t){t=A(t);void 0!==r?t.text(f.get.text(r,e)):"ratio"===i.label&&f.has.total()?(f.verbose("Adding ratio to bar label"),t.text(f.get.text(i.text.ratio,e))):"percent"===i.label&&(f.verbose("Adding percentage to bar label"),t.text(f.get.text(i.text.percent,e)))})},active:function(e){e=e||i.text.active,f.debug("Setting active state"),i.showActivity&&!f.is.active()&&c.addClass(r.active),f.remove.warning(),f.remove.error(),f.remove.success(),(e=i.onLabelUpdate("active",e,f.value,f.total))&&f.set.label(e),f.bind.transitionEnd(function(){i.onActive.call(p,f.value,f.total)})},success:function(e,t){e=e||i.text.success||i.text.active,f.debug("Setting success state"),c.addClass(r.success),f.remove.active(),f.remove.warning(),f.remove.error(),f.complete(t),e=i.text.success?i.onLabelUpdate("success",e,f.value,f.total):i.onLabelUpdate("active",e,f.value,f.total),f.set.label(e),f.bind.transitionEnd(function(){i.onSuccess.call(p,f.total)})},warning:function(e,t){e=e||i.text.warning,f.debug("Setting warning state"),c.addClass(r.warning),f.remove.active(),f.remove.success(),f.remove.error(),f.complete(t),(e=i.onLabelUpdate("warning",e,f.value,f.total))&&f.set.label(e),f.bind.transitionEnd(function(){i.onWarning.call(p,f.value,f.total)})},error:function(e,t){e=e||i.text.error,f.debug("Setting error state"),c.addClass(r.error),f.remove.active(),f.remove.success(),f.remove.warning(),f.complete(t),(e=i.onLabelUpdate("error",e,f.value,f.total))&&f.set.label(e),f.bind.transitionEnd(function(){i.onError.call(p,f.value,f.total)})},total:function(e){f.total=e},value:function(e){f.value=f.helper.forceArray(e)},progress:function(e){f.has.progressPoll()?(f.debug("Updated within interval, setting next update to use new value",e),f.set.nextValue(e)):(f.debug("First update in progress update interval, immediately updating",e),f.update.progress(e),f.create.progressPoll())},nextValue:function(e){f.nextValue=e}},update:{toNextValue:function(){var e=f.nextValue;e&&(f.debug("Update interval complete using last updated value",e),f.update.progress(e),f.remove.nextValue())},progress:function(e){var r=f.has.total(),e=(r&&f.set.value(e),f.helper.forceArray(e).map(function(e){var t;return!1===(e=f.get.numericValue(e))&&f.error(l.nonNumeric,e),e=f.get.normalizedValue(e),r?(t=0<f.total?e/f.total*100:100,f.debug("Calculating percent complete from total",t)):(t=e,f.debug("Setting value to exact percentage value",t)),t}));f.set.percent(e)}},setting:function(e,t){if(f.debug("Changing setting",e,t),A.isPlainObject(e))A.extend(!0,i,e);else{if(void 0===t)return i[e];A.isPlainObject(i[e])?A.extend(!0,i[e],t):i[e]=t}},internal:function(e,t){if(A.isPlainObject(e))A.extend(!0,f,e);else{if(void 0===t)return f[e];f[e]=t}},debug:function(){!i.silent&&i.debug&&(i.performance?f.performance.log(arguments):(f.debug=Function.prototype.bind.call(console.info,console,i.name+":"),f.debug.apply(console,arguments)))},verbose:function(){!i.silent&&i.verbose&&i.debug&&(i.performance?f.performance.log(arguments):(f.verbose=Function.prototype.bind.call(console.info,console,i.name+":"),f.verbose.apply(console,arguments)))},error:function(){i.silent||(f.error=Function.prototype.bind.call(console.error,console,i.name+":"),f.error.apply(console,arguments))},performance:{log:function(e){var t,r;i.performance&&(r=(t=Date.now())-(h||t),h=t,x.push({Name:e[0],Arguments:[].slice.call(e,1)||"",Element:p,"Execution Time":r})),clearTimeout(f.performance.timer),f.performance.timer=setTimeout(function(){f.performance.display()},500)},display:function(){var e=i.name+":",r=0;h=!1,clearTimeout(f.performance.timer),A.each(x,function(e,t){r+=t["Execution Time"]}),e+=" "+r+"ms",0<x.length&&(console.groupCollapsed(e),console.table?console.table(x):A.each(x,function(e,t){console.log(t.Name+": "+t["Execution Time"]+"ms")}),console.groupEnd()),x=[]}},invoke:function(n,e,t){var a,o,r,i,s=v;return e=e||V,t=t||p,"string"==typeof n&&void 0!==s&&(n=n.split(/[ .]/),a=n.length-1,A.each(n,function(e,t){var r=e!==a?t+n[e+1].charAt(0).toUpperCase()+n[e+1].slice(1):n;if(A.isPlainObject(s[r])&&e!==a)s=s[r];else{if(void 0!==s[r])return o=s[r],!1;{if(!A.isPlainObject(s[t])||e===a)return void 0!==s[t]?o=s[t]:f.error(l.method,n),!1;s=s[t]}}})),"function"==typeof(i=o)&&"number"!=typeof i.nodeType?r=o.apply(t,e):void 0!==o&&(r=o),Array.isArray(b)?b.push(r):void 0!==b?b=[b,r]:void 0!==r&&(b=r),o}};w?(void 0===v&&f.initialize(),f.invoke(y)):(void 0!==v&&v.invoke("destroy"),f.initialize())}),void 0!==b?b:this},A.fn.progress.settings={name:"Progress",namespace:"progress",silent:!1,debug:!1,verbose:!1,performance:!0,random:{min:2,max:5},duration:300,updateInterval:"auto",autoSuccess:!0,showActivity:!0,limitValues:!0,label:"percent",precision:0,framerate:1e3/30,percent:!1,total:!1,value:!1,failSafeDelay:100,onLabelUpdate:function(e,t,r,n){return t},onChange:function(e,t,r){},onSuccess:function(e){},onActive:function(e,t){},onError:function(e,t){},onWarning:function(e,t){},error:{method:"The method you called is not defined.",nonNumeric:"Progress value is non numeric",tooHigh:"Value specified is above 100%",tooLow:"Value specified is below 0%",sumExceedsTotal:"Sum of multiple values exceed total"},regExp:{variable:/{\$*[\da-z]+}/gi},metadata:{percent:"percent",total:"total",value:"value"},selector:{bar:"> .bar",label:"> .label",progress:".bar > .progress"},text:{active:!1,error:!1,success:!1,warning:!1,percent:"{percent}%",ratio:"{value} of {total}",bars:[""]},className:{active:"active",error:"error",success:"success",warning:"warning"}}}(jQuery,window,document);
|
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* # Fomantic-UI 2.9.4 - Rail
|
|
3
|
+
* https://github.com/fomantic/Fomantic-UI/
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* Released under the MIT license
|
|
7
|
+
* https://opensource.org/licenses/MIT
|
|
8
|
+
*
|
|
9
|
+
*/
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
/*******************************
|
|
13
|
+
Rails
|
|
14
|
+
*******************************/
|
|
15
|
+
|
|
16
|
+
.ui.rail {
|
|
17
|
+
position: absolute;
|
|
18
|
+
top: 0;
|
|
19
|
+
width: 300px;
|
|
20
|
+
height: 100%;
|
|
21
|
+
}
|
|
22
|
+
.ui.left.rail {
|
|
23
|
+
left: auto;
|
|
24
|
+
right: 100%;
|
|
25
|
+
padding: 0 2rem 0 0;
|
|
26
|
+
margin: 0 2rem 0 0;
|
|
27
|
+
}
|
|
28
|
+
.ui.right.rail {
|
|
29
|
+
left: 100%;
|
|
30
|
+
right: auto;
|
|
31
|
+
padding: 0 0 0 2rem;
|
|
32
|
+
margin: 0 0 0 2rem;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
/*******************************
|
|
37
|
+
Variations
|
|
38
|
+
*******************************/
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
/* --------------
|
|
42
|
+
Internal
|
|
43
|
+
--------------- */
|
|
44
|
+
.ui.left.internal.rail {
|
|
45
|
+
left: 0;
|
|
46
|
+
right: auto;
|
|
47
|
+
padding: 0 0 0 2rem;
|
|
48
|
+
margin: 0 0 0 2rem;
|
|
49
|
+
}
|
|
50
|
+
.ui.right.internal.rail {
|
|
51
|
+
left: auto;
|
|
52
|
+
right: 0;
|
|
53
|
+
padding: 0 2rem 0 0;
|
|
54
|
+
margin: 0 2rem 0 0;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
/* --------------
|
|
58
|
+
Dividing
|
|
59
|
+
--------------- */
|
|
60
|
+
.ui.dividing.rail {
|
|
61
|
+
width: 302.5px;
|
|
62
|
+
}
|
|
63
|
+
.ui.left.dividing.rail {
|
|
64
|
+
padding: 0 2.5rem 0 0;
|
|
65
|
+
margin: 0 2.5rem 0 0;
|
|
66
|
+
border-right: 1px solid rgba(34, 36, 38, 0.15);
|
|
67
|
+
}
|
|
68
|
+
.ui.right.dividing.rail {
|
|
69
|
+
border-left: 1px solid rgba(34, 36, 38, 0.15);
|
|
70
|
+
padding: 0 0 0 2.5rem;
|
|
71
|
+
margin: 0 0 0 2.5rem;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
/* --------------
|
|
75
|
+
Distance
|
|
76
|
+
--------------- */
|
|
77
|
+
.ui.close.rail {
|
|
78
|
+
width: calc(300px + 1em);
|
|
79
|
+
}
|
|
80
|
+
.ui.close.left.rail {
|
|
81
|
+
padding: 0 1em 0 0;
|
|
82
|
+
margin: 0 1em 0 0;
|
|
83
|
+
}
|
|
84
|
+
.ui.close.right.rail {
|
|
85
|
+
padding: 0 0 0 1em;
|
|
86
|
+
margin: 0 0 0 1em;
|
|
87
|
+
}
|
|
88
|
+
.ui.very.close.rail {
|
|
89
|
+
width: calc(300px + 0.5em);
|
|
90
|
+
}
|
|
91
|
+
.ui.very.close.left.rail {
|
|
92
|
+
padding: 0 0.5em 0 0;
|
|
93
|
+
margin: 0 0.5em 0 0;
|
|
94
|
+
}
|
|
95
|
+
.ui.very.close.right.rail {
|
|
96
|
+
padding: 0 0 0 0.5em;
|
|
97
|
+
margin: 0 0 0 0.5em;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
/* --------------
|
|
101
|
+
Attached
|
|
102
|
+
--------------- */
|
|
103
|
+
.ui.attached.left.rail,
|
|
104
|
+
.ui.attached.right.rail {
|
|
105
|
+
padding: 0;
|
|
106
|
+
margin: 0;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
/* --------------
|
|
110
|
+
Sizing
|
|
111
|
+
--------------- */
|
|
112
|
+
.ui.rail {
|
|
113
|
+
font-size: 1rem;
|
|
114
|
+
}
|
|
115
|
+
.ui.mini.rail {
|
|
116
|
+
font-size: 0.78571429rem;
|
|
117
|
+
}
|
|
118
|
+
.ui.tiny.rail {
|
|
119
|
+
font-size: 0.85714286rem;
|
|
120
|
+
}
|
|
121
|
+
.ui.small.rail {
|
|
122
|
+
font-size: 0.92857143rem;
|
|
123
|
+
}
|
|
124
|
+
.ui.large.rail {
|
|
125
|
+
font-size: 1.14285714rem;
|
|
126
|
+
}
|
|
127
|
+
.ui.big.rail {
|
|
128
|
+
font-size: 1.28571429rem;
|
|
129
|
+
}
|
|
130
|
+
.ui.huge.rail {
|
|
131
|
+
font-size: 1.42857143rem;
|
|
132
|
+
}
|
|
133
|
+
.ui.massive.rail {
|
|
134
|
+
font-size: 1.71428571rem;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
/*******************************
|
|
139
|
+
Theme Overrides
|
|
140
|
+
*******************************/
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
/*******************************
|
|
145
|
+
Site Overrides
|
|
146
|
+
*******************************/
|
|
147
|
+
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* # Fomantic-UI 2.9.4 - Rail
|
|
3
|
+
* https://github.com/fomantic/Fomantic-UI/
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* Released under the MIT license
|
|
7
|
+
* https://opensource.org/licenses/MIT
|
|
8
|
+
*
|
|
9
|
+
*/.ui.rail{position:absolute;top:0;width:300px;height:100%}.ui.left.rail{left:auto;right:100%;padding:0 2rem 0 0;margin:0 2rem 0 0}.ui.right.rail{left:100%;right:auto;padding:0 0 0 2rem;margin:0 0 0 2rem}.ui.left.internal.rail{left:0;right:auto;padding:0 0 0 2rem;margin:0 0 0 2rem}.ui.right.internal.rail{left:auto;right:0;padding:0 2rem 0 0;margin:0 2rem 0 0}.ui.dividing.rail{width:302.5px}.ui.left.dividing.rail{padding:0 2.5rem 0 0;margin:0 2.5rem 0 0;border-right:1px solid rgba(34,36,38,.15)}.ui.right.dividing.rail{border-left:1px solid rgba(34,36,38,.15);padding:0 0 0 2.5rem;margin:0 0 0 2.5rem}.ui.close.rail{width:calc(300px + 1em)}.ui.close.left.rail{padding:0 1em 0 0;margin:0 1em 0 0}.ui.close.right.rail{padding:0 0 0 1em;margin:0 0 0 1em}.ui.very.close.rail{width:calc(300px + .5em)}.ui.very.close.left.rail{padding:0 .5em 0 0;margin:0 .5em 0 0}.ui.very.close.right.rail{padding:0 0 0 .5em;margin:0 0 0 .5em}.ui.attached.left.rail,.ui.attached.right.rail{padding:0;margin:0}.ui.rail{font-size:1rem}.ui.mini.rail{font-size:.78571429rem}.ui.tiny.rail{font-size:.85714286rem}.ui.small.rail{font-size:.92857143rem}.ui.large.rail{font-size:1.14285714rem}.ui.big.rail{font-size:1.28571429rem}.ui.huge.rail{font-size:1.42857143rem}.ui.massive.rail{font-size:1.71428571rem}
|
|
@@ -0,0 +1,414 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* # Fomantic-UI 2.9.4 - Rating
|
|
3
|
+
* https://github.com/fomantic/Fomantic-UI/
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* Released under the MIT license
|
|
7
|
+
* https://opensource.org/licenses/MIT
|
|
8
|
+
*
|
|
9
|
+
*/
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
/*******************************
|
|
13
|
+
Rating
|
|
14
|
+
*******************************/
|
|
15
|
+
|
|
16
|
+
.ui.rating {
|
|
17
|
+
display: inline-flex;
|
|
18
|
+
white-space: nowrap;
|
|
19
|
+
vertical-align: baseline;
|
|
20
|
+
}
|
|
21
|
+
.ui.rating:last-child {
|
|
22
|
+
margin-right: 0;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
/* Icon */
|
|
26
|
+
.ui.rating .icon {
|
|
27
|
+
padding: 0;
|
|
28
|
+
margin: 0;
|
|
29
|
+
text-align: center;
|
|
30
|
+
font-weight: normal;
|
|
31
|
+
font-style: normal;
|
|
32
|
+
flex: 1 0 auto;
|
|
33
|
+
cursor: pointer;
|
|
34
|
+
width: 1.25em;
|
|
35
|
+
height: auto;
|
|
36
|
+
transition: opacity 0.1s ease, background 0.1s ease, text-shadow 0.1s ease, color 0.1s ease;
|
|
37
|
+
line-height: 1;
|
|
38
|
+
-webkit-backface-visibility: hidden;
|
|
39
|
+
backface-visibility: hidden;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
/*******************************
|
|
44
|
+
Types
|
|
45
|
+
*******************************/
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
/* -------------------
|
|
49
|
+
Standard
|
|
50
|
+
-------------------- */
|
|
51
|
+
|
|
52
|
+
/* Inactive Icon */
|
|
53
|
+
.ui.rating .icon {
|
|
54
|
+
background: transparent;
|
|
55
|
+
color: rgba(0, 0, 0, 0.15);
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
/* Active Icon */
|
|
59
|
+
.ui.rating .active.icon {
|
|
60
|
+
background: transparent;
|
|
61
|
+
color: rgba(0, 0, 0, 0.85);
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
/* Partially Active Icon */
|
|
65
|
+
.ui.rating .icon.partial.active {
|
|
66
|
+
background: linear-gradient(to right, rgba(0, 0, 0, 0.85) 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
/* central override for colors */
|
|
70
|
+
.ui.ui.ui.rating .icon.partial.active {
|
|
71
|
+
-webkit-background-clip: text;
|
|
72
|
+
background-clip: text;
|
|
73
|
+
color: transparent;
|
|
74
|
+
text-shadow: none;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
/* Selected Icon */
|
|
78
|
+
.ui.rating .icon.selected,
|
|
79
|
+
.ui.rating .icon.selected.active,
|
|
80
|
+
.ui.rating .icon.selected.partial.active {
|
|
81
|
+
background: transparent;
|
|
82
|
+
color: rgba(0, 0, 0, 0.87);
|
|
83
|
+
background-clip: unset;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
/* --------------
|
|
87
|
+
Colors
|
|
88
|
+
-------------- */
|
|
89
|
+
.ui.primary.rating .active.icon {
|
|
90
|
+
color: #54c8ff;
|
|
91
|
+
text-shadow: 0 -1px 0 #2185d0, -1px 0 0 #2185d0, 0 1px 0 #2185d0, 1px 0 0 #2185d0;
|
|
92
|
+
}
|
|
93
|
+
.ui.primary.rating .icon.selected,
|
|
94
|
+
.ui.primary.rating .icon.selected.active,
|
|
95
|
+
.ui.primary.rating .icon.selected.partial.active {
|
|
96
|
+
background: inherit;
|
|
97
|
+
color: #21b8ff;
|
|
98
|
+
text-shadow: 0 -1px 0 #1678c2, -1px 0 0 #1678c2, 0 1px 0 #1678c2, 1px 0 0 #1678c2;
|
|
99
|
+
-webkit-text-stroke: unset;
|
|
100
|
+
background-clip: unset;
|
|
101
|
+
}
|
|
102
|
+
.ui.primary.rating .icon.partial.active {
|
|
103
|
+
background: linear-gradient(to right, #54c8ff 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
|
104
|
+
-webkit-text-stroke: #2185d0 0.78px;
|
|
105
|
+
}
|
|
106
|
+
.ui.secondary.rating .active.icon {
|
|
107
|
+
color: #545454;
|
|
108
|
+
text-shadow: 0 -1px 0 #1b1c1d, -1px 0 0 #1b1c1d, 0 1px 0 #1b1c1d, 1px 0 0 #1b1c1d;
|
|
109
|
+
}
|
|
110
|
+
.ui.secondary.rating .icon.selected,
|
|
111
|
+
.ui.secondary.rating .icon.selected.active,
|
|
112
|
+
.ui.secondary.rating .icon.selected.partial.active {
|
|
113
|
+
background: inherit;
|
|
114
|
+
color: #6e6e6e;
|
|
115
|
+
text-shadow: 0 -1px 0 #27292a, -1px 0 0 #27292a, 0 1px 0 #27292a, 1px 0 0 #27292a;
|
|
116
|
+
-webkit-text-stroke: unset;
|
|
117
|
+
background-clip: unset;
|
|
118
|
+
}
|
|
119
|
+
.ui.secondary.rating .icon.partial.active {
|
|
120
|
+
background: linear-gradient(to right, #545454 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
|
121
|
+
-webkit-text-stroke: #1b1c1d 0.78px;
|
|
122
|
+
}
|
|
123
|
+
.ui.red.rating .active.icon {
|
|
124
|
+
color: #ff695e;
|
|
125
|
+
text-shadow: 0 -1px 0 #db2828, -1px 0 0 #db2828, 0 1px 0 #db2828, 1px 0 0 #db2828;
|
|
126
|
+
}
|
|
127
|
+
.ui.red.rating .icon.selected,
|
|
128
|
+
.ui.red.rating .icon.selected.active,
|
|
129
|
+
.ui.red.rating .icon.selected.partial.active {
|
|
130
|
+
background: inherit;
|
|
131
|
+
color: #ff392b;
|
|
132
|
+
text-shadow: 0 -1px 0 #d01919, -1px 0 0 #d01919, 0 1px 0 #d01919, 1px 0 0 #d01919;
|
|
133
|
+
-webkit-text-stroke: unset;
|
|
134
|
+
background-clip: unset;
|
|
135
|
+
}
|
|
136
|
+
.ui.red.rating .icon.partial.active {
|
|
137
|
+
background: linear-gradient(to right, #ff695e 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
|
138
|
+
-webkit-text-stroke: #db2828 0.78px;
|
|
139
|
+
}
|
|
140
|
+
.ui.orange.rating .active.icon {
|
|
141
|
+
color: #ff851b;
|
|
142
|
+
text-shadow: 0 -1px 0 #f2711c, -1px 0 0 #f2711c, 0 1px 0 #f2711c, 1px 0 0 #f2711c;
|
|
143
|
+
}
|
|
144
|
+
.ui.orange.rating .icon.selected,
|
|
145
|
+
.ui.orange.rating .icon.selected.active,
|
|
146
|
+
.ui.orange.rating .icon.selected.partial.active {
|
|
147
|
+
background: inherit;
|
|
148
|
+
color: #e76b00;
|
|
149
|
+
text-shadow: 0 -1px 0 #f26202, -1px 0 0 #f26202, 0 1px 0 #f26202, 1px 0 0 #f26202;
|
|
150
|
+
-webkit-text-stroke: unset;
|
|
151
|
+
background-clip: unset;
|
|
152
|
+
}
|
|
153
|
+
.ui.orange.rating .icon.partial.active {
|
|
154
|
+
background: linear-gradient(to right, #ff851b 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
|
155
|
+
-webkit-text-stroke: #f2711c 0.78px;
|
|
156
|
+
}
|
|
157
|
+
.ui.yellow.rating .active.icon {
|
|
158
|
+
color: #ffe21f;
|
|
159
|
+
text-shadow: 0 -1px 0 #fbbd08, -1px 0 0 #fbbd08, 0 1px 0 #fbbd08, 1px 0 0 #fbbd08;
|
|
160
|
+
}
|
|
161
|
+
.ui.yellow.rating .icon.selected,
|
|
162
|
+
.ui.yellow.rating .icon.selected.active,
|
|
163
|
+
.ui.yellow.rating .icon.selected.partial.active {
|
|
164
|
+
background: inherit;
|
|
165
|
+
color: #ebcd00;
|
|
166
|
+
text-shadow: 0 -1px 0 #eaae00, -1px 0 0 #eaae00, 0 1px 0 #eaae00, 1px 0 0 #eaae00;
|
|
167
|
+
-webkit-text-stroke: unset;
|
|
168
|
+
background-clip: unset;
|
|
169
|
+
}
|
|
170
|
+
.ui.yellow.rating .icon.partial.active {
|
|
171
|
+
background: linear-gradient(to right, #ffe21f 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
|
172
|
+
-webkit-text-stroke: #fbbd08 0.78px;
|
|
173
|
+
}
|
|
174
|
+
.ui.olive.rating .active.icon {
|
|
175
|
+
color: #d9e778;
|
|
176
|
+
text-shadow: 0 -1px 0 #b5cc18, -1px 0 0 #b5cc18, 0 1px 0 #b5cc18, 1px 0 0 #b5cc18;
|
|
177
|
+
}
|
|
178
|
+
.ui.olive.rating .icon.selected,
|
|
179
|
+
.ui.olive.rating .icon.selected.active,
|
|
180
|
+
.ui.olive.rating .icon.selected.partial.active {
|
|
181
|
+
background: inherit;
|
|
182
|
+
color: #d2e745;
|
|
183
|
+
text-shadow: 0 -1px 0 #a7bd0d, -1px 0 0 #a7bd0d, 0 1px 0 #a7bd0d, 1px 0 0 #a7bd0d;
|
|
184
|
+
-webkit-text-stroke: unset;
|
|
185
|
+
background-clip: unset;
|
|
186
|
+
}
|
|
187
|
+
.ui.olive.rating .icon.partial.active {
|
|
188
|
+
background: linear-gradient(to right, #d9e778 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
|
189
|
+
-webkit-text-stroke: #b5cc18 0.78px;
|
|
190
|
+
}
|
|
191
|
+
.ui.green.rating .active.icon {
|
|
192
|
+
color: #2ecc40;
|
|
193
|
+
text-shadow: 0 -1px 0 #21ba45, -1px 0 0 #21ba45, 0 1px 0 #21ba45, 1px 0 0 #21ba45;
|
|
194
|
+
}
|
|
195
|
+
.ui.green.rating .icon.selected,
|
|
196
|
+
.ui.green.rating .icon.selected.active,
|
|
197
|
+
.ui.green.rating .icon.selected.partial.active {
|
|
198
|
+
background: inherit;
|
|
199
|
+
color: #1ea92e;
|
|
200
|
+
text-shadow: 0 -1px 0 #16ab39, -1px 0 0 #16ab39, 0 1px 0 #16ab39, 1px 0 0 #16ab39;
|
|
201
|
+
-webkit-text-stroke: unset;
|
|
202
|
+
background-clip: unset;
|
|
203
|
+
}
|
|
204
|
+
.ui.green.rating .icon.partial.active {
|
|
205
|
+
background: linear-gradient(to right, #2ecc40 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
|
206
|
+
-webkit-text-stroke: #21ba45 0.78px;
|
|
207
|
+
}
|
|
208
|
+
.ui.teal.rating .active.icon {
|
|
209
|
+
color: #6dffff;
|
|
210
|
+
text-shadow: 0 -1px 0 #00b5ad, -1px 0 0 #00b5ad, 0 1px 0 #00b5ad, 1px 0 0 #00b5ad;
|
|
211
|
+
}
|
|
212
|
+
.ui.teal.rating .icon.selected,
|
|
213
|
+
.ui.teal.rating .icon.selected.active,
|
|
214
|
+
.ui.teal.rating .icon.selected.partial.active {
|
|
215
|
+
background: inherit;
|
|
216
|
+
color: #3affff;
|
|
217
|
+
text-shadow: 0 -1px 0 #009c95, -1px 0 0 #009c95, 0 1px 0 #009c95, 1px 0 0 #009c95;
|
|
218
|
+
-webkit-text-stroke: unset;
|
|
219
|
+
background-clip: unset;
|
|
220
|
+
}
|
|
221
|
+
.ui.teal.rating .icon.partial.active {
|
|
222
|
+
background: linear-gradient(to right, #6dffff 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
|
223
|
+
-webkit-text-stroke: #00b5ad 0.78px;
|
|
224
|
+
}
|
|
225
|
+
.ui.blue.rating .active.icon {
|
|
226
|
+
color: #54c8ff;
|
|
227
|
+
text-shadow: 0 -1px 0 #2185d0, -1px 0 0 #2185d0, 0 1px 0 #2185d0, 1px 0 0 #2185d0;
|
|
228
|
+
}
|
|
229
|
+
.ui.blue.rating .icon.selected,
|
|
230
|
+
.ui.blue.rating .icon.selected.active,
|
|
231
|
+
.ui.blue.rating .icon.selected.partial.active {
|
|
232
|
+
background: inherit;
|
|
233
|
+
color: #21b8ff;
|
|
234
|
+
text-shadow: 0 -1px 0 #1678c2, -1px 0 0 #1678c2, 0 1px 0 #1678c2, 1px 0 0 #1678c2;
|
|
235
|
+
-webkit-text-stroke: unset;
|
|
236
|
+
background-clip: unset;
|
|
237
|
+
}
|
|
238
|
+
.ui.blue.rating .icon.partial.active {
|
|
239
|
+
background: linear-gradient(to right, #54c8ff 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
|
240
|
+
-webkit-text-stroke: #2185d0 0.78px;
|
|
241
|
+
}
|
|
242
|
+
.ui.violet.rating .active.icon {
|
|
243
|
+
color: #a291fb;
|
|
244
|
+
text-shadow: 0 -1px 0 #6435c9, -1px 0 0 #6435c9, 0 1px 0 #6435c9, 1px 0 0 #6435c9;
|
|
245
|
+
}
|
|
246
|
+
.ui.violet.rating .icon.selected,
|
|
247
|
+
.ui.violet.rating .icon.selected.active,
|
|
248
|
+
.ui.violet.rating .icon.selected.partial.active {
|
|
249
|
+
background: inherit;
|
|
250
|
+
color: #745aff;
|
|
251
|
+
text-shadow: 0 -1px 0 #5829bb, -1px 0 0 #5829bb, 0 1px 0 #5829bb, 1px 0 0 #5829bb;
|
|
252
|
+
-webkit-text-stroke: unset;
|
|
253
|
+
background-clip: unset;
|
|
254
|
+
}
|
|
255
|
+
.ui.violet.rating .icon.partial.active {
|
|
256
|
+
background: linear-gradient(to right, #a291fb 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
|
257
|
+
-webkit-text-stroke: #6435c9 0.78px;
|
|
258
|
+
}
|
|
259
|
+
.ui.purple.rating .active.icon {
|
|
260
|
+
color: #dc73ff;
|
|
261
|
+
text-shadow: 0 -1px 0 #a333c8, -1px 0 0 #a333c8, 0 1px 0 #a333c8, 1px 0 0 #a333c8;
|
|
262
|
+
}
|
|
263
|
+
.ui.purple.rating .icon.selected,
|
|
264
|
+
.ui.purple.rating .icon.selected.active,
|
|
265
|
+
.ui.purple.rating .icon.selected.partial.active {
|
|
266
|
+
background: inherit;
|
|
267
|
+
color: #cf40ff;
|
|
268
|
+
text-shadow: 0 -1px 0 #9627ba, -1px 0 0 #9627ba, 0 1px 0 #9627ba, 1px 0 0 #9627ba;
|
|
269
|
+
-webkit-text-stroke: unset;
|
|
270
|
+
background-clip: unset;
|
|
271
|
+
}
|
|
272
|
+
.ui.purple.rating .icon.partial.active {
|
|
273
|
+
background: linear-gradient(to right, #dc73ff 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
|
274
|
+
-webkit-text-stroke: #a333c8 0.78px;
|
|
275
|
+
}
|
|
276
|
+
.ui.pink.rating .active.icon {
|
|
277
|
+
color: #ff8edf;
|
|
278
|
+
text-shadow: 0 -1px 0 #e03997, -1px 0 0 #e03997, 0 1px 0 #e03997, 1px 0 0 #e03997;
|
|
279
|
+
}
|
|
280
|
+
.ui.pink.rating .icon.selected,
|
|
281
|
+
.ui.pink.rating .icon.selected.active,
|
|
282
|
+
.ui.pink.rating .icon.selected.partial.active {
|
|
283
|
+
background: inherit;
|
|
284
|
+
color: #ff5bd1;
|
|
285
|
+
text-shadow: 0 -1px 0 #e61a8d, -1px 0 0 #e61a8d, 0 1px 0 #e61a8d, 1px 0 0 #e61a8d;
|
|
286
|
+
-webkit-text-stroke: unset;
|
|
287
|
+
background-clip: unset;
|
|
288
|
+
}
|
|
289
|
+
.ui.pink.rating .icon.partial.active {
|
|
290
|
+
background: linear-gradient(to right, #ff8edf 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
|
291
|
+
-webkit-text-stroke: #e03997 0.78px;
|
|
292
|
+
}
|
|
293
|
+
.ui.brown.rating .active.icon {
|
|
294
|
+
color: #d67c1c;
|
|
295
|
+
text-shadow: 0 -1px 0 #a5673f, -1px 0 0 #a5673f, 0 1px 0 #a5673f, 1px 0 0 #a5673f;
|
|
296
|
+
}
|
|
297
|
+
.ui.brown.rating .icon.selected,
|
|
298
|
+
.ui.brown.rating .icon.selected.active,
|
|
299
|
+
.ui.brown.rating .icon.selected.partial.active {
|
|
300
|
+
background: inherit;
|
|
301
|
+
color: #b0620f;
|
|
302
|
+
text-shadow: 0 -1px 0 #975b33, -1px 0 0 #975b33, 0 1px 0 #975b33, 1px 0 0 #975b33;
|
|
303
|
+
-webkit-text-stroke: unset;
|
|
304
|
+
background-clip: unset;
|
|
305
|
+
}
|
|
306
|
+
.ui.brown.rating .icon.partial.active {
|
|
307
|
+
background: linear-gradient(to right, #d67c1c 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
|
308
|
+
-webkit-text-stroke: #a5673f 0.78px;
|
|
309
|
+
}
|
|
310
|
+
.ui.grey.rating .active.icon {
|
|
311
|
+
color: #dcddde;
|
|
312
|
+
text-shadow: 0 -1px 0 #767676, -1px 0 0 #767676, 0 1px 0 #767676, 1px 0 0 #767676;
|
|
313
|
+
}
|
|
314
|
+
.ui.grey.rating .icon.selected,
|
|
315
|
+
.ui.grey.rating .icon.selected.active,
|
|
316
|
+
.ui.grey.rating .icon.selected.partial.active {
|
|
317
|
+
background: inherit;
|
|
318
|
+
color: #c2c4c5;
|
|
319
|
+
text-shadow: 0 -1px 0 #838383, -1px 0 0 #838383, 0 1px 0 #838383, 1px 0 0 #838383;
|
|
320
|
+
-webkit-text-stroke: unset;
|
|
321
|
+
background-clip: unset;
|
|
322
|
+
}
|
|
323
|
+
.ui.grey.rating .icon.partial.active {
|
|
324
|
+
background: linear-gradient(to right, #dcddde 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
|
325
|
+
-webkit-text-stroke: #767676 0.78px;
|
|
326
|
+
}
|
|
327
|
+
.ui.black.rating .active.icon {
|
|
328
|
+
color: #545454;
|
|
329
|
+
text-shadow: 0 -1px 0 #1b1c1d, -1px 0 0 #1b1c1d, 0 1px 0 #1b1c1d, 1px 0 0 #1b1c1d;
|
|
330
|
+
}
|
|
331
|
+
.ui.black.rating .icon.selected,
|
|
332
|
+
.ui.black.rating .icon.selected.active,
|
|
333
|
+
.ui.black.rating .icon.selected.partial.active {
|
|
334
|
+
background: inherit;
|
|
335
|
+
color: #000000;
|
|
336
|
+
text-shadow: 0 -1px 0 #27292a, -1px 0 0 #27292a, 0 1px 0 #27292a, 1px 0 0 #27292a;
|
|
337
|
+
-webkit-text-stroke: unset;
|
|
338
|
+
background-clip: unset;
|
|
339
|
+
}
|
|
340
|
+
.ui.black.rating .icon.partial.active {
|
|
341
|
+
background: linear-gradient(to right, #545454 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
|
342
|
+
-webkit-text-stroke: #1b1c1d 0.78px;
|
|
343
|
+
}
|
|
344
|
+
|
|
345
|
+
|
|
346
|
+
/*******************************
|
|
347
|
+
States
|
|
348
|
+
*******************************/
|
|
349
|
+
|
|
350
|
+
|
|
351
|
+
/* -------------------
|
|
352
|
+
Disabled
|
|
353
|
+
-------------------- */
|
|
354
|
+
|
|
355
|
+
/* disabled rating */
|
|
356
|
+
.ui.disabled.rating .icon {
|
|
357
|
+
cursor: default;
|
|
358
|
+
pointer-events: none;
|
|
359
|
+
}
|
|
360
|
+
|
|
361
|
+
/* -------------------
|
|
362
|
+
User Interactive
|
|
363
|
+
-------------------- */
|
|
364
|
+
|
|
365
|
+
/* Selected Rating */
|
|
366
|
+
.ui.rating.selected .active.icon {
|
|
367
|
+
opacity: 1;
|
|
368
|
+
}
|
|
369
|
+
.ui.rating.selected .icon.selected,
|
|
370
|
+
.ui.rating .icon.selected {
|
|
371
|
+
opacity: 1;
|
|
372
|
+
}
|
|
373
|
+
|
|
374
|
+
|
|
375
|
+
/*******************************
|
|
376
|
+
Variations
|
|
377
|
+
*******************************/
|
|
378
|
+
|
|
379
|
+
.ui.rating {
|
|
380
|
+
font-size: 1rem;
|
|
381
|
+
}
|
|
382
|
+
.ui.mini.rating {
|
|
383
|
+
font-size: 0.78571429rem;
|
|
384
|
+
}
|
|
385
|
+
.ui.tiny.rating {
|
|
386
|
+
font-size: 0.85714286rem;
|
|
387
|
+
}
|
|
388
|
+
.ui.small.rating {
|
|
389
|
+
font-size: 0.92857143rem;
|
|
390
|
+
}
|
|
391
|
+
.ui.large.rating {
|
|
392
|
+
font-size: 1.14285714rem;
|
|
393
|
+
}
|
|
394
|
+
.ui.big.rating {
|
|
395
|
+
font-size: 1.28571429rem;
|
|
396
|
+
}
|
|
397
|
+
.ui.huge.rating {
|
|
398
|
+
font-size: 1.42857143rem;
|
|
399
|
+
}
|
|
400
|
+
.ui.massive.rating {
|
|
401
|
+
font-size: 2rem;
|
|
402
|
+
}
|
|
403
|
+
|
|
404
|
+
|
|
405
|
+
/*******************************
|
|
406
|
+
Theme Overrides
|
|
407
|
+
*******************************/
|
|
408
|
+
|
|
409
|
+
|
|
410
|
+
|
|
411
|
+
/*******************************
|
|
412
|
+
Site Overrides
|
|
413
|
+
*******************************/
|
|
414
|
+
|