diff --git a/public/assets/css/theme-arc-blue.css b/public/assets/css/theme-arc-blue.css new file mode 100644 index 0000000..89c21a3 --- /dev/null +++ b/public/assets/css/theme-arc-blue.css @@ -0,0 +1,313 @@ +:root { + --is-dark-theme: true; + --color-primary: #00a0fa; + --color-primary-contrast: #0a0a0a; + --color-primary-dark-1: #4ab2fa; + --color-primary-dark-2: #68cafd; + --color-primary-dark-3: #8ed9ff; + --color-primary-dark-4: #a4e1ff; + --color-primary-dark-5: #bae8ff; + --color-primary-dark-6: #cfefff; + --color-primary-dark-7: #f4f8fb; + --color-primary-light-1: #00a0fa; + --color-primary-light-2: #0090f7; + --color-primary-light-3: #0082e9; + --color-primary-light-4: #0070d6; + --color-primary-light-5: #0070d6; + --color-primary-light-6: #0041a5; + --color-primary-light-7: #04080c; + --color-primary-alpha-10: #53bffc19; + --color-primary-alpha-20: #53bffc33; + --color-primary-alpha-30: #53bffc4b; + --color-primary-alpha-40: #53bffc66; + --color-primary-alpha-50: #53bffc80; + --color-primary-alpha-60: #53bffc99; + --color-primary-alpha-70: #53bffcb3; + --color-primary-alpha-80: #53bffccc; + --color-primary-alpha-90: #53bffce1; + --color-primary-hover: var(--color-primary-light-2); + --color-primary-active: var(--color-primary-light-3); + --color-secondary: #858585; + --color-secondary-dark-1: #414b54; + --color-secondary-dark-2: #49545f; + --color-secondary-dark-3: #576471; + --color-secondary-dark-4: #677685; + --color-secondary-dark-5: #758594; + --color-secondary-dark-6: #8392a0; + --color-secondary-dark-7: #929eab; + --color-secondary-dark-8: #a2acb7; + --color-secondary-dark-9: #a9b3bd; + --color-secondary-dark-10: #b7bfc7; + --color-secondary-dark-11: #c5cbd2; + --color-secondary-dark-12: #cfd4da; + --color-secondary-dark-13: #d2d7dc; + --color-secondary-light-1: #707070; + --color-secondary-light-2: #505050; + --color-secondary-light-3: #1f2123; + --color-secondary-light-4: #171b1e; + --color-secondary-alpha-10: #85858519; + --color-secondary-alpha-20: #85858533; + --color-secondary-alpha-30: #8585854b; + --color-secondary-alpha-40: #85858566; + --color-secondary-alpha-50: #85858580; + --color-secondary-alpha-60: #85858599; + --color-secondary-alpha-70: #858585b3; + --color-secondary-alpha-80: #858585cc; + --color-secondary-alpha-90: #858585e1; + --color-secondary-button: var(--color-secondary-dark-4); + --color-secondary-hover: var(--color-secondary-dark-3); + --color-secondary-active: var(--color-secondary-dark-2); + /* console colors - used for actions console and console files */ + --color-console-fg: #f7f8f9; + --color-console-fg-subtle: #bdc4cc; + --color-console-bg: #171b1e; + --color-console-border: #2e353b; + --color-console-hover-bg: #272d33; + --color-console-active-bg: #2e353b; + --color-console-menu-bg: #262b31; + --color-console-menu-border: #414b55; + /* named colors */ + --color-red: #c23636; + --color-orange: #f38236; + --color-yellow: #b88a03; + --color-olive: #839311; + --color-green: #3b8631; + --color-teal: #00837c; + --color-blue: #347cb3; + --color-violet: #7b4edb; + --color-purple: #881bb9; + --color-pink: #be297d; + --color-brown: #94674a; + --color-black: #292e38; + /* light variants - produced via Sass scale-color(color, $lightness: +10%) */ + --color-red-light: rgb(203.6564516129, 70.5435483871, 70.5435483871); + --color-orange-light: rgb(244.2, 142.5, 74.1); + --color-yellow-light: rgb(215.7818181818, 161.8363636364, 3.5181818182); + --color-olive-light: rgb(158.637804878, 178.0134146341, 20.5865853659); + --color-green-light: rgb(69.5426229508, 157.9442622951, 57.7557377049); + --color-teal-light: rgb(0, 168.9, 159.8748091603); + --color-blue-light: rgb(60.4246753247, 138.6896103896, 198.4753246753); + --color-violet-light: rgb(136.2, 95.7, 222.6); + --color-purple-light: rgb(155.1169811321, 30.7952830189, 211.0047169811); + --color-pink-light: rgb(210.4324675325, 48.4675324675, 139.7766233766); + --color-brown-light: rgb(167.2, 116.3621621622, 83.6); + --color-black-light: rgb(58.4567010309, 65.5855670103, 79.8432989691); + /* dark 1 variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-dark-1: rgb(174.6, 48.6, 48.6); + --color-orange-dark-1: rgb(241.3267605634, 112.5704225352, 25.9732394366); + --color-yellow-dark-1: rgb(165.6, 124.2, 2.7); + --color-olive-dark-1: rgb(117.9, 132.3, 15.3); + --color-green-dark-1: rgb(53.1, 120.6, 44.1); + --color-teal-dark-1: rgb(0, 117.9, 111.6); + --color-blue-dark-1: rgb(46.8, 111.6, 161.1); + --color-violet-dark-1: rgb(104.5943661972, 53.3197183099, 213.9802816901); + --color-purple-dark-1: rgb(122.4, 24.3, 166.5); + --color-pink-dark-1: rgb(171, 36.9, 112.5); + --color-brown-dark-1: rgb(133.2, 92.7, 66.6); + --color-black-dark-1: rgb(36.9, 41.4, 50.4); + /* dark 2 variants - produced via Sass scale-color(color, $lightness: -20%) */ + --color-red-dark-2: rgb(155.2, 43.2, 43.2); + --color-orange-dark-2: rgb(224.214084507, 98.1633802817, 13.385915493); + --color-yellow-dark-2: rgb(147.2, 110.4, 2.4); + --color-olive-dark-2: rgb(104.8, 117.6, 13.6); + --color-green-dark-2: rgb(47.2, 107.2, 39.2); + --color-teal-dark-2: rgb(0, 104.8, 99.2); + --color-blue-dark-2: rgb(41.6, 99.2, 143.2); + --color-violet-dark-2: rgb(90.3549295775, 40.1577464789, 197.4422535211); + --color-purple-dark-2: rgb(108.8, 21.6, 148); + --color-pink-dark-2: rgb(152, 32.8, 100); + --color-brown-dark-2: rgb(118.4, 82.4, 59.2); + --color-black-dark-2: rgb(32.8, 36.8, 44.8); + /* ansi colors used for actions console and console files */ + --color-ansi-black: #1e2327; + --color-ansi-red: #cc4848; + --color-ansi-green: #87ab63; + --color-ansi-yellow: #cc9903; + --color-ansi-blue: #3a8ac6; + --color-ansi-magenta: #d22e8b; + --color-ansi-cyan: #00918a; + --color-ansi-white: var(--color-console-fg-subtle); + --color-ansi-bright-black: #424851; + --color-ansi-bright-red: #d15a5a; + --color-ansi-bright-green: #93b373; + --color-ansi-bright-yellow: #eaaf03; + --color-ansi-bright-blue: #4e96cc; + --color-ansi-bright-magenta: #d74397; + --color-ansi-bright-cyan: #00b6ad; + --color-ansi-bright-white: var(--color-console-fg); + /* other colors */ + --color-grey: #384149; + --color-grey-light: #818f9e; + --color-gold: #b1983b; + --color-white: #ffffff; + --color-diff-added-linenum-bg: #274227; + --color-diff-added-row-bg: #203224; + --color-diff-added-row-border: #314a37; + --color-diff-added-word-bg: #3c653c; + --color-diff-moved-row-bg: #818044; + --color-diff-moved-row-border: #bcca6f; + --color-diff-removed-linenum-bg: #482121; + --color-diff-removed-row-bg: #301e1e; + --color-diff-removed-row-border: #634343; + --color-diff-removed-word-bg: #6f3333; + --color-diff-inactive: #22282d; + --color-error-border: #a04141; + --color-error-bg: #522; + --color-error-bg-active: #744; + --color-error-bg-hover: #633; + --color-error-text: #f9cbcb; + --color-success-border: #458a57; + --color-success-bg: #284034; + --color-success-text: #6cc664; + --color-warning-border: #bb9d00; + --color-warning-bg: #3a3a30; + --color-warning-text: #fbbd08; + --color-info-border: #306090; + --color-info-bg: #26354c; + --color-info-text: #38a8e8; + --color-red-badge: #db2828; + --color-red-badge-bg: #db28281a; + --color-red-badge-hover-bg: #db28284d; + --color-green-badge: #21ba45; + --color-green-badge-bg: #21ba451a; + --color-green-badge-hover-bg: #21ba454d; + --color-yellow-badge: #fbbd08; + --color-yellow-badge-bg: #fbbd081a; + --color-yellow-badge-hover-bg: #fbbd084d; + --color-orange-badge: #f2711c; + --color-orange-badge-bg: #f2711c1a; + --color-orange-badge-hover-bg: #f2711c4d; + --color-git: #f05133; + /* target-based colors */ + --color-body: #1a1a1a; + --color-box-header: #0f3147; + --color-box-body: var(--color-menu); + --color-box-body-highlight: #505050; + --color-text-dark: #f7f8f9; + --color-text: #d0d5da; + --color-text-light: #bcc3cb; + --color-text-light-1: #a5afb9; + --color-text-light-2: #8f9ba8; + --color-text-light-3: #788797; + --color-footer: #0b0b0c; + --color-timeline: #343c44; + --color-input-text: var(--color-text-dark); + --color-input-background: #2a2a2a; + --color-input-toggle-background: #2e353c; + --color-input-border: var(--color-secondary); + --color-input-border-hover: var(--color-secondary-dark-1); + --color-light: #00001728; + --color-light-mimic-enabled: rgba( + 0, + 0, + 0, + calc(40 / 255 * 222 / 255 / var(--opacity-disabled)) + ); + --color-light-border: #e8f3ff28; + --color-hover: var(--color-menu); + --color-active: #e8f3ff24; + --color-menu: #2a2a2a; + --color-card: #2a2a2a; + --color-markup-table-row: #e8f3ff0f; + --color-markup-code-block: #e8f3ff12; + --color-markup-code-inline: #e8f3ff28; + --color-button: #1a1a1a; + --color-code-bg: #111; + --color-shadow: #00001758; + --color-secondary-bg: #303030; + --color-expand-button: #2f363d; + --color-placeholder-text: var(--color-text-light-3); + --color-editor-line-highlight: var(--color-primary-light-5); + --color-project-board-bg: var(--color-secondary-light-2); + --color-caret: var(--color-text); + /* should ideally be --color-text-dark, see #15651 */ + --color-reaction-bg: #e8f3ff12; + --color-reaction-hover-bg: var(--color-primary-light-4); + --color-reaction-active-bg: var(--color-primary-light-5); + --color-tooltip-text: var(--color-text); + --color-tooltip-bg: #315875; + --color-nav-bg: #333; + --color-nav-hover-bg: var(--color-secondary-light-3); + --color-nav-text: var(--color-text); + --color-secondary-nav-bg: #0c1a28; + --color-label-text: var(--color-text); + --color-label-bg: #8585854b; + --color-label-hover-bg: #999999a0; + --color-label-active-bg: #b8b8b8ff; + --color-accent: var(--color-primary-light-1); + --color-small-accent: var(--color-primary-light-5); + --color-highlight-fg: #87651e; + --color-highlight-bg: #352c1c; + --color-overlay-backdrop: #080808c0; + accent-color: var(--color-accent); + color-scheme: dark; +} + +/* invert emojis that are hard to read otherwise */ +.emoji[aria-label="check mark"], +.emoji[aria-label="currency exchange"], +.emoji[aria-label="TOP arrow"], +.emoji[aria-label="END arrow"], +.emoji[aria-label="ON! arrow"], +.emoji[aria-label="SOON arrow"], +.emoji[aria-label="heavy dollar sign"], +.emoji[aria-label="copyright"], +.emoji[aria-label="registered"], +.emoji[aria-label="trade mark"], +.emoji[aria-label="multiply"], +.emoji[aria-label="plus"], +.emoji[aria-label="minus"], +.emoji[aria-label="divide"], +.emoji[aria-label="curly loop"], +.emoji[aria-label="double curly loop"], +.emoji[aria-label="wavy dash"], +.emoji[aria-label="paw prints"], +.emoji[aria-label="musical note"], +.emoji[aria-label="musical notes"] { + filter: invert(100%) hue-rotate(180deg); +} + +.menu { + --color-hover: var(--color-nav-hover-bg); +} + +.text.primary { + color: var(--color-primary-dark-1) !important; +} + +nav#navbar { + border-bottom: 5px #0a6682 solid; +} + +.secondary-nav { + --color-button: #2a2a2a; + --color-hover: #1a1a1a; +} + +.clone-panel .button { + --color-primary: var(--color-box-header); + --color-primary-hover: #23455f; + --color-primary-contrast: var(--color-text); +} + +.ui.attached.header { + --color-light-border: #e8f3ff55; + --color-secondary-dark-2: #e8f3ff60; +} + +.ui.attached.segment { + --color-input-background: #1a1a1a; +} + +.ui.table > tbody { + background-color: #222; +} + +.repository #commits-table.ui.basic.striped.table tbody tr:nth-child(2n), +.ui.basic.striped.table > tbody > tr:nth-child(2n), +.ui.striped.table > tr:nth-child(2n), +.ui.striped.table > tbody > tr:nth-child(2n) { + background-color: #161616 !important; +} + +/*# sourceMappingURL=theme-arc-blue.css.map */ diff --git a/public/assets/css/theme-auto.css b/public/assets/css/theme-auto.css new file mode 100644 index 0000000..a8d0513 --- /dev/null +++ b/public/assets/css/theme-auto.css @@ -0,0 +1 @@ +@import "./theme-light.css"(prefers-color-scheme:light);@import "./theme-dark.css"(prefers-color-scheme:dark); \ No newline at end of file diff --git a/public/assets/css/theme-bthree-dark.css b/public/assets/css/theme-bthree-dark.css new file mode 100644 index 0000000..2aede89 --- /dev/null +++ b/public/assets/css/theme-bthree-dark.css @@ -0,0 +1,472 @@ +/* bthree dark theme */ +gitea-theme-meta-info { + --theme-display-name: "Bthree Dark"; + --theme-color-scheme: "dark"; +} + +:root { + --is-dark-theme: true; + /* Colors */ + color-scheme: dark; + + --color-primary: hsl(204deg, 90%, 60%); + --color-primary-hover: hsl(204deg, 90%, 50%); + --color-primary-active: hsl(204deg, 90%, 45%); + --color-primary-bg: hsla(204deg, 100%, 36%, .6); + --color-primary-text: hsl(204deg, 90%, 72%); + --color-primary-contrast: #ffffff; + + --color-primary-dark-1: #14a1ff; + --color-primary-dark-2: #47b6ff; + --color-primary-dark-3: #66c2ff; + --color-primary-dark-4: #8fd2ff; + --color-primary-dark-5: #addeff; + --color-primary-dark-6: #c7e9ff; + --color-primary-dark-7: #e0f3ff; + + --color-primary-light-1: #007acc; + --color-primary-light-2: #006eb8; + --color-primary-light-3: #005c99; + --color-primary-light-4: #005085; + --color-primary-light-5: #003d66; + --color-primary-light-6: #003152; + --color-primary-light-7: #001f33; + + --color-primary-alpha-10: #008deb1a; + --color-primary-alpha-20: #008deb33; + --color-primary-alpha-30: #008deb4d; + --color-primary-alpha-40: #008deb66; + --color-primary-alpha-50: #008deb80; + --color-primary-alpha-60: #008deb99; + --color-primary-alpha-70: #008debb3; + --color-primary-alpha-80: #008debcc; + --color-primary-alpha-90: #008debe6; + + --color-secondary: hsl(213, 12%, 30%); + --color-secondary-bg: hsl(213, 16%, 20%); + --color-secondary-button: var(--color-secondary-dark-4); + --color-secondary-hover: var(--color-secondary-dark-3); + --color-secondary-active: var(--color-secondary-dark-2); + + --color-secondary-dark-1: hsl(213, 12%, 35%); + --color-secondary-dark-2: hsl(213, 12%, 40%); + --color-secondary-dark-3: hsl(213, 12%, 50%); + --color-secondary-dark-4: hsl(213, 12%, 55%); + --color-secondary-dark-5: hsl(213, 12%, 60%); + --color-secondary-dark-6: #9aa3af; + --color-secondary-dark-7: hsl(213, 12%, 69%); + --color-secondary-dark-8: hsl(213, 12%, 74%); + --color-secondary-dark-9: hsl(213, 11%, 79%); + --color-secondary-dark-10: hsl(213, 11%, 84%); + --color-secondary-dark-11: hsl(213, 12%, 89%); + --color-secondary-dark-12: hsl(213, 12%, 94%); + --color-secondary-dark-13: hsl(213, 14%, 98%); + + --color-secondary-light-1: hsl(213, 12%, 24%); + --color-secondary-light-2: hsl(213, 12%, 18%); + --color-secondary-light-3: hsl(213, 11%, 12%); + --color-secondary-light-4: hsl(213, 8%, 6%); + + --color-secondary-alpha-10: hsla(213, 12%, 31%, 0.1); + --color-secondary-alpha-20: hsla(213, 12%, 31%, 0.2); + --color-secondary-alpha-30: hsla(213, 12%, 31%, 0.3); + --color-secondary-alpha-40: hsla(213, 12%, 31%, 0.4); + --color-secondary-alpha-50: hsla(213, 12%, 31%, 0.5); + --color-secondary-alpha-60: hsla(213, 12%, 31%, 0.6); + --color-secondary-alpha-70: hsla(213, 12%, 31%, 0.7); + --color-secondary-alpha-80: hsla(213, 12%, 31%, 0.8); + --color-secondary-alpha-90: hsla(213, 12%, 31%, 0.9); + + --color-console-fg: #f8f8f8; + --color-console-fg-subtle: #c1c3c8; + --color-console-bg: #191a1c; + --color-console-border: #313338; + --color-console-hover-bg: #2a2c30; + --color-console-active-bg: #313338; + --color-console-menu-bg: #292b2e; + --color-console-menu-border: #46494f; + --color-console-link: #969aa1; + + /* Colors for buttons, labels, etc */ + --color-red: hsl(0, 56.4%, 54.1%); + --color-red-light: hsl(0, 56.5%, 48.6%); + --color-red-dark-1: hsl(3deg, 75%, 59%); + --color-red-dark-2: #ad3030; + + --color-orange: hsl(23.8, 89%, 42.4%); + --color-orange-light: hsl(23.6, 88.7%, 38%); + --color-orange-dark-1: #f38236; + --color-orange-dark-2: #f16e17; + + --color-yellow: hsl(44.8, 97%, 40.6%); + --color-yellow-light: hsl(44.8, 96.8%, 37%); + --color-yellow-dark-1: #b88a03; + --color-yellow-dark-2: #a37a02; + + --color-olive: hsl(67.5, 79.1%, 36%); + --color-olive-light: hsl(67.4, 79.3%, 32%); + --color-olive-dark-1: #839311; + --color-olive-dark-2: #74820f; + + --color-green: hsl(124deg 41% 35%); + --color-green-light: hsl(124deg 41% 45%); + --color-green-dark-1: #7a9e55; + --color-green-dark-2: #6c8c4c; + + --color-teal: hsl(177, 100%, 28.4%); + --color-teal-light: hsl(176.8, 100%, 26%); + --color-teal-dark-1: #00837c; + --color-teal-dark-2: #00746e; + + --color-blue: hsl(206, 56%, 50.2%); + --color-blue-light: hsl(206, 55%, 45.3%); + --color-blue-dark-1: hsl(213deg, 89%, 64%); + --color-blue-dark-2: #2e6e9f; + --color-blue-dark-bg: hsla(213deg, 89%, 64%, .15); + + --color-violet: hsl(259.2, 66.5%, 65%); + --color-violet-light: hsl(259.1, 66.2%, 58%); + --color-violet-dark-1: hsl(262deg, 66%, 66%); + --color-violet-dark-2: #6733d6; + --color-violet-dark-bg: hsla(262deg, 66%, 66%, .15); + + --color-purple: hsl(285, 55.9%, 58%); + --color-purple-light: hsl(285, 55.6%, 52%); + --color-purple-dark-1: #a742c9; + --color-purple-dark-2: #9834b9; + + --color-pink: hsl(326, 64.6%, 50.2%); + --color-pink-light: hsl(326, 64.5%, 45%); + --color-pink-dark-1: #be297d; + --color-pink-dark-2: #a9246f; + + --color-brown: hsl(23.4, 33%, 48%); + --color-brown-light: hsl(23.5, 33%, 43%); + --color-brown-dark-1: #94674a; + --color-brown-dark-2: #835b42; + + --color-grey: hsl(213, 12%, 30%); + --color-grey-light: hsl(213, 12%, 40%); + --color-black: hsl(213, 21%, 15%); + --color-black-light: hsl(223, 20%, 13%); + --color-black-dark-1: #2e3033; + --color-black-dark-2: #292b2e; + --color-gold: hsl(47, 50%, 46.3%); + --color-white: #ffffff; + + --color-ansi-black: var(--color-black); + --color-ansi-red: var(--color-red); + --color-ansi-green: var(--color-green); + --color-ansi-yellow: var(--color-yellow); + --color-ansi-blue: var(--color-blue); + --color-ansi-magenta: var(--color-pink); + --color-ansi-cyan: var(--color-teal); + --color-ansi-white: var(--color-console-fg-subtle); + --color-ansi-bright-black: var(--color-black-light); + --color-ansi-bright-red: var(--color-red-light); + --color-ansi-bright-green: var(--color-green-light); + --color-ansi-bright-yellow: var(--color-yellow-light); + --color-ansi-bright-blue: var(--color-blue-light); + --color-ansi-bright-magenta: var(--color-pink-light); + --color-ansi-bright-cyan: var(--color-teal-light); + --color-ansi-bright-white: var(--color-console-fg); + + /* Color: diff */ + --color-diff-added-fg: var(--color-green); + --color-diff-added-linenum-bg: var(--color-diff-added-row-linesnum-bg); + --color-diff-added-word-bg: hsl(120, 25.5%, 32%); + --color-diff-added-row-bg: hsla(123, 36%, 43%, 0.1); + --color-diff-added-row-linesnum-bg: hsla(123, 36%, 40%, 0.2); + --color-diff-added-row-border: hsl(134.4, 20%, 24%); + + --color-diff-removed-fg: var(--color-red); + --color-diff-removed-linenum-bg: var(--color-diff-removed-row-linesnum-bg); + --color-diff-removed-word-bg: hsl(0, 37%, 32%); + --color-diff-removed-row-bg: hsl(0, 20%, 20%); + --color-diff-removed-row-linesnum-bg: hsl(0, 25%, 23%); + --color-diff-removed-row-border: hsl(0, 19%, 33%); + + --color-diff-moved-row-bg: hsl(59, 31%, 38.6%); + --color-diff-moved-row-border: hsl(69.2, 46%, 61%); + --color-diff-inactive: hsl(229, 14%, 13%); + + /* Color: messages and status */ + --color-error-border: hsl(0, 42%, 44.1%); + --color-error-bg: hsl(0, 42.9%, 23%); + --color-error-bg-active: hsl(0, 27.3%, 37%); + --color-error-bg-hover: hsl(0, 33.3%, 30%); + --color-error-text: hsl(0, 79.3%, 88.6%); + --color-success-border: hsl(136, 33.3%, 40.6%); + --color-success-bg: hsl(150, 23%, 20%); + --color-success-text: hsl(116, 46%, 58.4%); + --color-warning-border: hsl(50, 100%, 37%); + --color-warning-bg: hsl(60, 9.4%, 20.8%); + --color-warning-text: hsl(44.7, 96.8%, 50.8%); + --color-info-border: hsl(210, 50%, 37.6%); + --color-info-bg: hsl(216.3, 33.3%, 22.4%); + --color-info-text: hsl(213deg, 89%, 64%); + + --color-priority-border: #4a268d; + --color-priority-bg: #251c39; + --color-priority-text: #a371f7; + + --color-red-badge: var(--color-red); + --color-red-badge-bg: hsla(0, 56.4%, 54.1%, .1); + --color-red-badge-hover-bg: hsla(0, 56.4%, 54.1%, .3); + --color-green-badge: var(--color-green); + --color-green-badge-bg: hsla(124deg, 41%, 35%, .1); + --color-green-badge-hover-bg: hsla(124deg, 41%, 35%, .3); + --color-yellow-badge: var(--color-yellow); + --color-yellow-badge-bg: hsla(44.8, 97%, 40.6%, .1); + --color-yellow-badge-hover-bg: hsla(44.8, 97%, 40.6%, .3); + --color-orange-badge: var(--color-orange); + --color-orange-badge-bg: hsla(23.8, 89%, 42.4%, .1); + --color-orange-badge-hover-bg: hsla(23.8, 89%, 42.4%, .3); + + --color-git: #f05133; + --color-logo: #609926; + + --color-body: #202327; + + --color-box-header: hsl(213, 12%, 22%); + --color-box-body: hsl(213, 12%, 18%); + --color-box-body-highlight: hsla(204deg, 60%, 15%, .15); + + --color-text: #bbc0ca; + --color-text-dark: hsl(220, 26%, 89%); + --color-text-light: hsl(224, 9.2%, 68%); + --color-text-light-1: hsl(224, 7.8%, 62%); + --color-text-light-2: hsl(224, 6.8%, 57%); + --color-text-light-3: hsl(224.3, 9.3%, 48.4%); + + /* "color-light" is actually a subtle black in dark themes, to darken an element. + * against different backgrounds. */ + --color-light: hsla(0, 0%, 0%, 0.2); + --color-light-mimic-enabled: rgba(0, 0, 0, calc(40 / 255 * 222 / 255 / var(--opacity-disabled))); + --color-light-border: hsla(0, 0%, 100%, 0.2); + + --color-hover: hsla(213, 18%, 90%, .05); + --color-hover-opaque: #232528; + --color-active: hsla(213, 18%, 90%, .1); + + --color-menu: hsl(213, 12%, 21%); + --color-card: #202327; + --color-timeline: #383b40; + + --color-markup-table-row: hsla(0, 0%, 100%, 0); + --color-markup-code-block: hsla(0, 0%, 100%, 0.1); + --color-markup-code-inline: hsla(0, 0%, 100%, 0.1); + + --color-code-bg: #1e2329; + --color-code-line-bg-hover: hsl(213, 16%, 16%); + --color-code-sidebar-bg: hsl(213, 15%, 21%); + + --color-shadow: #0b0b0c58; + --color-shadow-opaque: #0b0b0c; + + --color-tooltip-text: #fbfdff; + --color-tooltip-bg: #000017f0; + + /* Navbar */ + --color-nav-bg: hsl(213, 10%, 18%); + --color-nav-hover-bg: hsla(213, 18%, 90%, .05); + --color-nav-text: var(--color-text); + --color-secondary-nav-bg: hsl(213, 10%, 16%); + + /* Inputs */ + --color-input-text: #d6dbe6; + --color-input-background: #17191c; + --color-input-toggle-background: #454d57; + --color-input-border: #454d57; + --color-input-border-hover: #505668; + --color-placeholder-text: #6a737d; + + --color-editor-line-highlight: var(--color-primary-light-5); + --color-editor-selection: var(--color-primary-alpha-50); + --color-project-column-bg: var(--color-secondary-light-2); + --color-expand-button: #333539; + + --color-highlight-fg: #87651e; + --color-highlight-bg: #352c1c; + --color-overlay-backdrop: #080808c0; + + --color-button: #282d33; + + --color-caret: var(--color-text); + --color-border: var(--color-secondary-alpha-40); + + --color-reaction-bg: hsla(0, 0%, 100%, 0.1); + --color-reaction-hover-bg: var(--color-primary-light-4); + --color-reaction-active-bg: var(--color-primary-alpha-30); + + --color-small-accent: var(--color-primary-light-5); + --color-active-line: hsl(53.6, 50.9%, 22%); + + /* Labels. e.g. issues count indicator in repo tabs */ + --color-label-text: var(--color-text-light); + --color-label-bg: var(--color-secondary-alpha-60); + --color-label-hover-bg: hsl(220, 10.6%, 28%); + --color-label-active-bg: hsl(220, 10.6%, 33.3%); + + /* Footer */ + --color-footer: hsl(213, 14.8%, 21%); + --color-footer-text: var(--color-text-light-3); + --color-footer-links: var(--color-text-light-1); + + /* Color aliases */ + --color-danger: var(--color-red); + --color-transparency-grid-light: #2a2a2a; + --color-transparency-grid-dark: #1a1a1a; + --color-workflow-edge-hover: #666a73; + + --color-accent: var(--color-primary); + accent-color: var(--color-accent); + + /* Syntax colors */ + --color-syntax-keyword: #ff8854; + --color-syntax-bool: #25bbc9; + --color-syntax-control: #dd9e17; + --color-syntax-name: #c7a618; + --color-syntax-type: #eb8cb3; + --color-syntax-number: #649bc4; + --color-syntax-operator: #6cb6ff; + --color-syntax-regexp: #9075cd; + --color-syntax-string: #b8bb26; + --color-syntax-comment: #777e94; + --color-syntax-invalid: #ff4433; + --color-syntax-link: var(--color-primary); + --color-syntax-tag: #ff7540; + --color-syntax-attribute: #c792ff; + --color-syntax-property: #55afff; + --color-syntax-variable: #ebdbb2; + --color-syntax-string-special: #ffaa10; + --color-syntax-escape: #ff7540; + --color-syntax-entity: #c792ff; + --color-syntax-preproc: #8ec07c; + --color-syntax-preproc-file: #649bc4; + --color-syntax-decorator: #dcbdfb; + --color-syntax-namespace: #ffaa10; + --color-syntax-name-pseudo: #fabd2f; + --color-syntax-comment-special: #9075cd; + --color-syntax-text: #adbac7; + --color-syntax-text-alt: #b6bac5; + --color-syntax-punctuation: #d2d4db; + --color-syntax-whitespace: #7f8699; + --color-syntax-diff-fg: #ffffff; + --color-syntax-deleted-bg: #5f3737; + --color-syntax-inserted-bg: #3a523a; + --color-syntax-emph: #ddee30; + --color-syntax-strong: #ebdbb2; + --color-syntax-heading: #ffaa10; + --color-syntax-subheading: #b8bb26; + --color-syntax-output: #777e94; + --color-syntax-prompt: #ebdbb2; + --color-syntax-traceback: #ff7540; + --color-syntax-matching-bracket-bg: #00918a48; + --color-syntax-nonmatching-bracket-bg: #cc484848; +} + +.emoji[aria-label="check mark"], +.emoji[aria-label="currency exchange"], +.emoji[aria-label="TOP arrow"], +.emoji[aria-label="END arrow"], +.emoji[aria-label="ON! arrow"], +.emoji[aria-label="SOON arrow"], +.emoji[aria-label="heavy dollar sign"], +.emoji[aria-label="copyright"], +.emoji[aria-label="registered"], +.emoji[aria-label="trade mark"], +.emoji[aria-label="multiply"], +.emoji[aria-label="plus"], +.emoji[aria-label="minus"], +.emoji[aria-label="divide"], +.emoji[aria-label="curly loop"], +.emoji[aria-label="double curly loop"], +.emoji[aria-label="wavy dash"], +.emoji[aria-label="paw prints"], +.emoji[aria-label="musical note"], +.emoji[aria-label="musical notes"] { + filter: invert(100%) hue-rotate(180deg); +} + +/* Button overrides */ +.ui.primary.button, +.ui.primary.buttons .button { + background-color: var(--color-primary-bg) !important; + border-color: var(--color-primary-bg) !important; + color: var(--color-primary-text) !important; +} + +a.ui.primary.label:hover, +.ui.primary.button:hover, +.ui.primary.buttons .button:hover { + background-color: var(--color-primary-hover) !important; + color: var(--color-primary-contrast) !important; +} + +.ui.primary.label { + background-color: var(--color-primary-bg) !important; + border-color: var(--color-primary-bg) !important; + color: var(--color-primary) !important; +} + +/* Code syntax highlighting */ +.tag-code .code-inner { + opacity: .5; +} + +.same-code .lines-num.lines-num-old, +.same-code .lines-num.lines-num-new { + color: var(--color-text-light-3) !important; +} + +.add-code .lines-num.lines-num-old, +.add-code .lines-num.lines-num-new { + background-color: var(--color-diff-added-row-linesnum-bg); + color: var(--color-text-dark-2) !important; +} + +.del-code .lines-num.lines-num-old, +.diff-unified .del-code .lines-num.lines-num-old, +.del-code .lines-num.lines-num-new { + background-color: var(--color-diff-removed-row-linesnum-bg); + color: var(--color-text-dark-2) !important; +} + +.repository .diff-file-box .file-body.file-code table tbody tr.add-code:hover .lines-num, +.repository .diff-file-box .file-body.file-code table tbody tr.del-code:hover .lines-num, +.repository .diff-file-box .file-body.file-code table tbody tr.same-code:hover .lines-num, +.repository .diff-file-box .file-body.file-code table tbody .diff-unified tr:hover .del-code .lines-num { + color: var(--color-text-dark) !important; +} + +.repository .diff-file-box .file-body.file-code table tbody tr.same-code:hover .lines-num { + color: var(--color-text-dark-2) !important; +} + +.repository .diff-file-box .file-body.file-code table tbody tr.same-code:hover .lines-code, +.repository .diff-file-box .file-body.file-code table tbody tr.same-code:hover .lines-num, +.repository .diff-file-box .file-body.file-code table tbody tr.same-code:hover .lines-type-marker { + background-color: var(--color-code-line-bg-hover) !important; +} + +/* fix: UI: Gitea code editor uses the same colors for current line indicator and text selection highlighting + https://projects.blender.org/infrastructure/meta/issues/224 */ +.code-editor-container .cm-editor .cm-line ::selection, +.code-editor-container .cm-editor .cm-line::selection { + background-color: var(--color-editor-selection) !important; +} + +/* progress bar */ +progress::-moz-progress-bar, +progress::-webkit-progress-value { + background-color: var(--color-primary); +} + +.issue-list-toolbar-left a.item { + opacity: 50%; +} + +.issue-list-toolbar-left a.active.item { + opacity: 100%; +} diff --git a/public/assets/css/theme-catppuccin-blue-auto.css b/public/assets/css/theme-catppuccin-blue-auto.css new file mode 100644 index 0000000..e22e7a9 --- /dev/null +++ b/public/assets/css/theme-catppuccin-blue-auto.css @@ -0,0 +1,2 @@ +@import "./theme-catppuccin-latte-blue.css" (prefers-color-scheme: light); +@import "./theme-catppuccin-mocha-blue.css" (prefers-color-scheme: dark); \ No newline at end of file diff --git a/public/assets/css/theme-catppuccin-flamingo-auto.css b/public/assets/css/theme-catppuccin-flamingo-auto.css new file mode 100644 index 0000000..173769d --- /dev/null +++ b/public/assets/css/theme-catppuccin-flamingo-auto.css @@ -0,0 +1,2 @@ +@import "./theme-catppuccin-latte-flamingo.css" (prefers-color-scheme: light); +@import "./theme-catppuccin-mocha-flamingo.css" (prefers-color-scheme: dark); \ No newline at end of file diff --git a/public/assets/css/theme-catppuccin-frappe-blue.css b/public/assets/css/theme-catppuccin-frappe-blue.css new file mode 100644 index 0000000..3e1de98 --- /dev/null +++ b/public/assets/css/theme-catppuccin-frappe-blue.css @@ -0,0 +1,873 @@ +:root { + color-scheme: dark; + --is-dark-theme: true; + accent-color: #8caaee; + --color-primary: #8caaee; + --color-primary-contrast: #232634; + --color-primary-hover: rgb(117.7840909091, 153.5795454545, 234.7159090909); + --color-primary-dark-1: rgb(126.6704545455, 160.1477272727, 236.0295454545); + --color-primary-dark-2: rgb(113.3409090909, 150.2954545455, 234.0590909091); + --color-primary-dark-3: rgb(100.0113636364, 140.4431818182, 232.0886363636); + --color-primary-dark-4: rgb(86.6818181818, 130.5909090909, 230.1181818182); + --color-primary-dark-5: rgb(73.3522727273, 120.7386363636, 228.1477272727); + --color-primary-dark-6: rgb(60.0227272727, 110.8863636364, 226.1772727273); + --color-primary-dark-7: rgb(46.6931818182, 101.0340909091, 224.2068181818); + --color-primary-light-1: rgb(153.3295454545, 179.8522727273, 239.9704545455); + --color-primary-light-2: rgb(166.6590909091, 189.7045454545, 241.9409090909); + --color-primary-light-3: rgb(179.9886363636, 199.5568181818, 243.9113636364); + --color-primary-light-4: rgb(193.3181818182, 209.4090909091, 245.8818181818); + --color-primary-light-5: rgb(206.6477272727, 219.2613636364, 247.8522727273); + --color-primary-light-6: rgb(219.9772727273, 229.1136363636, 249.8227272727); + --color-primary-light-7: rgb(233.3068181818, 238.9659090909, 251.7931818182); + --color-primary-alpha-10: rgba(140, 170, 238, 0.1); + --color-primary-alpha-20: rgba(140, 170, 238, 0.2); + --color-primary-alpha-30: rgba(140, 170, 238, 0.3); + --color-primary-alpha-40: rgba(140, 170, 238, 0.4); + --color-primary-alpha-50: rgba(140, 170, 238, 0.5); + --color-primary-alpha-60: rgba(140, 170, 238, 0.6); + --color-primary-alpha-70: rgba(140, 170, 238, 0.7); + --color-primary-alpha-80: rgba(140, 170, 238, 0.8); + --color-primary-alpha-90: rgba(140, 170, 238, 0.9); + --color-secondary: #51576d; + --color-secondary-dark-1: rgb(71.4577922078, 75.8551948052, 97.8422077922); + --color-secondary-dark-2: rgb(77.9155844156, 82.7103896104, 106.6844155844); + --color-secondary-dark-3: rgb(84.3733766234, 89.5655844156, 115.5266233766); + --color-secondary-dark-4: rgb(90.8311688312, 96.4207792208, 124.3688311688); + --color-secondary-dark-5: rgb(97.288961039, 103.275974026, 133.211038961); + --color-secondary-dark-6: rgb(103.7467532468, 110.1311688312, 142.0532467532); + --color-secondary-dark-7: rgb(111.1551948052, 117.6201298701, 149.9448051948); + --color-secondary-dark-8: rgb(119.9974025974, 126.0649350649, 156.4025974026); + --color-secondary-dark-9: rgb(128.8396103896, 134.5097402597, 162.8603896104); + --color-secondary-dark-10: rgb(137.6818181818, 142.9545454545, 169.3181818182); + --color-secondary-dark-11: rgb(146.524025974, 151.3993506494, 175.775974026); + --color-secondary-dark-12: rgb(155.3662337662, 159.8441558442, 182.2337662338); + --color-secondary-dark-13: rgb(164.2084415584, 168.288961039, 188.6915584416); + --color-secondary-light-1: rgb(58.5422077922, 62.1448051948, 80.1577922078); + --color-secondary-light-2: rgb(52.0844155844, 55.2896103896, 71.3155844156); + --color-secondary-light-3: rgb(45.6266233766, 48.4344155844, 62.4733766234); + --color-secondary-light-4: rgb(39.1688311688, 41.5792207792, 53.6311688312); + --color-secondary-alpha-10: rgba(65, 69, 89, 0.1); + --color-secondary-alpha-20: rgba(65, 69, 89, 0.2); + --color-secondary-alpha-30: rgba(65, 69, 89, 0.3); + --color-secondary-alpha-40: rgba(65, 69, 89, 0.4); + --color-secondary-alpha-50: rgba(65, 69, 89, 0.5); + --color-secondary-alpha-60: rgba(65, 69, 89, 0.6); + --color-secondary-alpha-70: rgba(65, 69, 89, 0.7); + --color-secondary-alpha-80: rgba(65, 69, 89, 0.8); + --color-secondary-alpha-90: rgba(65, 69, 89, 0.9); + /* colors */ + --color-red: #e78284; + --color-orange: #ef9f76; + --color-yellow: #e5c890; + --color-olive: #a6d189; + --color-green: #a6d189; + --color-teal: #81c8be; + --color-blue: #8caaee; + --color-violet: #babbf1; + --color-purple: #ca9ee6; + --color-pink: #f4b8e4; + --color-brown: #eebebe; + --color-grey: #949cbb; + --color-black: #292c3c; + /* light variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-light: rgb(222.7852348993, 87.2147651007, 89.8993288591); + --color-orange-light: rgb(233.6666666667, 127, 72.3333333333); + --color-yellow-light: rgb(219.3211678832, 179.5255474453, 102.6788321168); + --color-olive-light: rgb(138.3231707317, 194.6951219512, 100.3048780488); + --color-green-light: rgb(138.3231707317, 194.6951219512, 100.3048780488); + --color-teal-light: rgb(93.4972375691, 184.5027624309, 171.6850828729); + --color-blue-light: rgb(95.5681818182, 137.1590909091, 231.4318181818); + --color-violet-light: rgb(143.6024096386, 145.2168674699, 232.3975903614); + --color-purple-light: rgb(179.8442622951, 117.4508196721, 219.5491803279); + --color-pink-light: rgb(237.1585365854, 139.8414634146, 211.2073170732); + --color-brown-light: rgb(227.4268292683, 149.5731707317, 149.5731707317); + --color-grey-light: rgb(116.8171428571, 127.1485714286, 167.1828571429); + --color-black-light: rgb(20.297029703, 21.7821782178, 29.702970297); + /* dark 1 variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-dark-1: rgb(222.7852348993, 87.2147651007, 89.8993288591); + --color-orange-dark-1: rgb(233.6666666667, 127, 72.3333333333); + --color-yellow-dark-1: rgb(219.3211678832, 179.5255474453, 102.6788321168); + --color-olive-dark-1: rgb(138.3231707317, 194.6951219512, 100.3048780488); + --color-green-dark-1: rgb(138.3231707317, 194.6951219512, 100.3048780488); + --color-teal-dark-1: rgb(93.4972375691, 184.5027624309, 171.6850828729); + --color-blue-dark-1: rgb(95.5681818182, 137.1590909091, 231.4318181818); + --color-violet-dark-1: rgb(143.6024096386, 145.2168674699, 232.3975903614); + --color-purple-dark-1: rgb(179.8442622951, 117.4508196721, 219.5491803279); + --color-pink-dark-1: rgb(237.1585365854, 139.8414634146, 211.2073170732); + --color-brown-dark-1: rgb(227.4268292683, 149.5731707317, 149.5731707317); + --color-black-dark-1: rgb(20.297029703, 21.7821782178, 29.702970297); + /* dark 2 variants - produced via Sass scale-color(color, $lightness: -20%) */ + --color-red-dark-2: rgb(214.5704697987, 44.4295302013, 47.7986577181); + --color-orange-dark-2: rgb(228.3333333333, 95, 26.6666666667); + --color-yellow-dark-2: rgb(209.6423357664, 159.0510948905, 61.3576642336); + --color-olive-dark-2: rgb(111.5853658537, 175.5609756098, 68.4390243902); + --color-green-dark-2: rgb(111.5853658537, 175.5609756098, 68.4390243902); + --color-teal-dark-2: rgb(68.9779005525, 158.0220994475, 145.4806629834); + --color-blue-dark-2: rgb(51.1363636364, 104.3181818182, 224.8636363636); + --color-violet-dark-2: rgb(101.2048192771, 103.4337349398, 223.7951807229); + --color-purple-dark-2: rgb(157.6885245902, 76.9016393443, 209.0983606557); + --color-pink-dark-2: rgb(230.3170731707, 95.6829268293, 194.4146341463); + --color-brown-dark-2: rgb(216.8536585366, 109.1463414634, 109.1463414634); + --color-black-dark-2: hsl(230.5263157895, 18.8118811881%, -0.1960784314%); + /* other colors */ + --color-gold: #f2d5cf; + --color-white: #c6d0f5; + --color-diff-removed-word-bg: rgba(231, 130, 132, 0.15); + --color-diff-added-word-bg: rgba(166, 209, 137, 0.15); + --color-diff-removed-row-bg: rgba(231, 130, 132, 0.07); + --color-diff-moved-row-bg: rgba(229, 200, 144, 0.07); + --color-diff-added-row-bg: rgba(166, 209, 137, 0.07); + --color-diff-removed-row-border: rgba(231, 130, 132, 0.07); + --color-diff-moved-row-border: rgba(229, 200, 144, 0.07); + --color-diff-added-row-border: rgba(166, 209, 137, 0.07); + --color-diff-inactive: #949cbb; + --color-error-border: #e78284; + --color-error-bg: #e78284; + --color-error-bg-active: rgb(226.8926174497, 108.6073825503, 110.9496644295); + --color-error-bg-hover: rgb(222.7852348993, 87.2147651007, 89.8993288591); + --color-error-text: #232634; + --color-success-border: rgb(138.3231707317, 194.6951219512, 100.3048780488); + --color-success-bg: #a6d189; + --color-success-text: #232634; + --color-warning-border: rgb(219.3211678832, 179.5255474453, 102.6788321168); + --color-warning-bg: #e5c890; + --color-warning-text: #232634; + --color-info-border: rgb(95.5681818182, 137.1590909091, 231.4318181818); + --color-info-bg: #232634; + --color-info-text: #c6d0f5; + --color-red-badge: rgb(222.7852348993, 87.2147651007, 89.8993288591); + --color-red-badge-bg: #232634; + --color-red-badge-hover-bg: rgb(226.8926174497, 108.6073825503, 110.9496644295); + --color-green-badge: #a6d189; + --color-green-badge-bg: #a6d189; + --color-green-badge-hover-bg: rgb(152.1615853659, 201.8475609756, 118.6524390244); + --color-yellow-badge: #e5c890; + --color-yellow-badge-bg: #232634; + --color-yellow-badge-hover-bg: rgb(224.1605839416, 189.7627737226, 123.3394160584); + --color-orange-badge: #ef9f76; + --color-orange-badge-bg: #232634; + --color-orange-badge-hover-bg: rgb(236.3333333333, 143, 95.1666666667); + --color-git: #ef9f76; + --color-highlight-bg: rgba(229, 200, 144, 0.15); + /* target-based colors */ + --color-body: #232634; + --color-box-header: #292c3c; + --color-box-body: #292c3c; + --color-box-body-highlight: #414559; + --color-text-dark: #a5adce; + --color-text: #c6d0f5; + --color-text-light: #b5bfe2; + --color-text-light-1: #b5bfe2; + --color-text-light-2: #b5bfe2; + --color-text-light-3: #b5bfe2; + --color-footer: #292c3c; + --color-timeline: #414559; + --color-input-text: #c6d0f5; + --color-input-background: #414559; + --color-input-toggle-background: #414559; + --color-input-border: #51576d; + --color-input-border-hover: #626880; + --color-nav-bg: #292c3c; + --color-nav-hover-bg: var(--color-hover); + --color-navbar: #292c3c; + --color-navbar-transparent: rgba(35, 38, 52, 0); + --color-light: rgba(98, 104, 128, 0.3); + --color-light-mimic-enabled: rgba( + 0, + 0, + 0, + calc(40 / 255 * 222 / 255 / var(--opacity-disabled)) + ); + --color-light-border: #626880; + --color-hover: rgba(115, 121, 148, 0.2); + --color-active: rgba(198, 208, 245, 0.1); + --color-menu: #414559; + --color-card: #414559; + --color-markup-table-row: rgba(198, 208, 245, 0.02); + --color-markup-code-block: rgba(198, 208, 245, 0.05); + --color-markup-code-inline: #414559; + --color-button: #414559; + --color-code-bg: #303446; + --color-code-sidebar-bg: #414559; + --color-shadow: rgba(35, 38, 52, 0.1); + --color-tooltip-bg: #414559; + --color-tooltip-text: var(--color-text); + --color-secondary-bg: #414559; + --color-text-focus: #c6d0f5; + --color-expand-button: #626880; + --color-placeholder-text: #a5adce; + --color-editor-line-highlight: var(--color-primary-light-5); + --color-project-board-bg: var(--color-secondary-light-2); + /* gitea source code: */ + /* should ideally be --color-text-dark, see go-gitea/gitea#15651 */ + --color-caret: var(--color-text); + --color-reaction-bg: rgba(198, 208, 245, 0.07); + --color-reaction-active-bg: var(--color-primary-alpha-40); + --color-header-wrapper: #292c3c; + --color-header-wrapper-transparent: rgba(41, 44, 60, 0); + --color-label-text: #232634; + --color-label-bg: #8caaee; + --color-label-hover-bg: rgb(113.3409090909, 150.2954545455, 234.0590909091); + --color-label-active-bg: rgb(126.6704545455, 160.1477272727, 236.0295454545); + --color-accent: var(--color-primary-light-1); + --color-small-accent: var(--color-primary-light-5); + --color-active-line: #51576d; +} + +/* invert emojis that are hard to read otherwise */ +.emoji[aria-label="check mark"], +.emoji[aria-label="currency exchange"], +.emoji[aria-label="TOP arrow"], +.emoji[aria-label="END arrow"], +.emoji[aria-label="ON! arrow"], +.emoji[aria-label="SOON arrow"], +.emoji[aria-label="heavy dollar sign"], +.emoji[aria-label=copyright], +.emoji[aria-label=registered], +.emoji[aria-label="trade mark"], +.emoji[aria-label=multiply], +.emoji[aria-label=plus], +.emoji[aria-label=minus], +.emoji[aria-label=divide], +.emoji[aria-label="curly loop"], +.emoji[aria-label="double curly loop"], +.emoji[aria-label="wavy dash"], +.emoji[aria-label="paw prints"], +.emoji[aria-label="musical note"], +.emoji[aria-label="musical notes"] { + filter: invert(100%) hue-rotate(180deg); +} + +.ui.ui.ui.button:not(.inverted, .basic).primary, .ui.ui.ui.button:not(.inverted, .basic).green, .ui.ui.ui.button:not(.inverted, .basic).red, .ui.ui.ui.button:not(.inverted, .basic).teal, +.ui.ui.ui.label:not(.inverted, .basic).primary, +.ui.ui.ui.label:not(.inverted, .basic).green, +.ui.ui.ui.label:not(.inverted, .basic).red, +.ui.ui.ui.label:not(.inverted, .basic).teal { + color: #232634; +} +.ui.ui.ui.button:not(.inverted, .basic).primary:hover, .ui.ui.ui.button:not(.inverted, .basic).green:hover, .ui.ui.ui.button:not(.inverted, .basic).red:hover, .ui.ui.ui.button:not(.inverted, .basic).teal:hover, +.ui.ui.ui.label:not(.inverted, .basic).primary:hover, +.ui.ui.ui.label:not(.inverted, .basic).green:hover, +.ui.ui.ui.label:not(.inverted, .basic).red:hover, +.ui.ui.ui.label:not(.inverted, .basic).teal:hover { + color: #303446; +} + +.ui.basic.modal { + background-color: #303446; +} + +.ui.commit-header-row .svg.gitea-lock ~ a { + color: #232634; +} + +.ui.negative.message .header { + color: var(--color-error-text); +} + +.ui.sha.isSigned.isVerified .shortsha { + color: #232634; +} +.ui.sha.isSigned.isVerified svg.gitea-lock { + fill: #232634; +} + +.ui.basic.modal, +.ui.basic.modal > .header, +.ui.inverted.button { + color: #c6d0f5 !important; +} + +#repo-topics, +#topic_edit > .ui.selection.dropdown { + color: var(--color-label-text) !important; +} + +blockquote.attention-tip { + border-left-color: var(--color-success-bg); +} +blockquote.attention-warning { + border-left-color: var(--color-warning-bg); +} + +svg.attention-tip, +strong.attention-tip { + color: var(--color-success-bg); +} +svg.attention-warning, +strong.attention-warning { + color: var(--color-warning-bg); +} + +.inline-code-block { + color: #232634; +} + +::selection { + background: rgba(140, 170, 238, 0.3) !important; +} + +/* NameBuiltinPseudo */ +.chroma .bp { + color: #ef9f76; +} + +/* Comment */ +.chroma .c { + color: #737994; +} + +/* CommentSingle */ +.chroma .c1 { + color: #737994; +} + +/* CommentHashbang */ +.chroma .ch { + color: #737994; +} + +/* CommentMultiline */ +.chroma .cm { + color: #737994; +} + +/* CommentPreproc */ +.chroma .cp { + color: #8caaee; +} + +/* CommentPreprocFile */ +.chroma .cpf { + color: #8caaee; +} + +/* CommentSpecial */ +.chroma .cs { + color: #737994; +} + +/* LiteralStringDelimiter */ +.chroma .dl { + color: #8caaee; +} + +/* NameFunctionMagic */ +/* Generic */ +/* GenericDeleted */ +.chroma .gd { + color: #c6d0f5; + background-color: rgba(231, 130, 132, 0.15); +} + +/* GenericEmph */ +.chroma .ge { + font-style: italic; +} + +/* GenericHeading */ +.chroma .gh { + color: #99d1db; +} + +/* GenericInserted */ +.chroma .gi { + color: #c6d0f5; + background-color: rgba(166, 209, 137, 0.15); +} + +/* GenericUnderline */ +/* GenericOutput */ +.chroma .go { + color: #ef9f76; +} + +/* GenericPrompt */ +.chroma .gp { + color: #737994; + font-weight: bold; +} + +/* GenericError */ +.chroma .gr { + color: #ea999c; +} + +/* GenericStrong */ +.chroma .gs { + font-weight: bold; +} + +/* GenericTraceback */ +.chroma .gt { + color: #ea999c; +} + +/* GenericSubheading */ +.chroma .gu { + color: #99d1db; +} + +/* LiteralNumberIntegerLong */ +.chroma .il { + color: #ef9f76; +} + +/* Keyword */ +.chroma .k { + color: #ca9ee6; +} + +/* KeywordConstant */ +.chroma .kc { + color: #e5c890; +} + +/* KeywordDeclaration */ +.chroma .kd { + color: #ca9ee6; +} + +/* KeywordNamespace */ +.chroma .kn { + color: #e5c890; +} + +/* KeywordPseudo */ +.chroma .kp { + color: #ca9ee6; + font-weight: bold; +} + +/* KeywordReserved */ +.chroma .kr { + color: #ca9ee6; +} + +/* KeywordType */ +.chroma .kt { + color: #e5c890; +} + +/* Literal */ +/* LiteralDate */ +/* LiteralNumber */ +.chroma .m { + color: #ef9f76; +} + +/* LiteralNumberBin */ +.chroma .mb { + color: #ef9f76; +} + +/* LiteralNumberFloat */ +.chroma .mf { + color: #ef9f76; +} + +/* LiteralNumberHex */ +.chroma .mh { + color: #ef9f76; +} + +/* LiteralNumberInteger */ +.chroma .mi { + color: #ef9f76; +} + +/* LiteralNumberOct */ +.chroma .mo { + color: #ef9f76; +} + +/* Name */ +.chroma .n { + color: #babbf1; +} + +/* NameAttribute */ +.chroma .na { + color: #e5c890; +} + +/* NameBuiltin */ +.chroma .nb { + color: #ef9f76; +} + +/* NameClass */ +.chroma .nc { + color: #e5c890; +} + +/* NameDecorator */ +.chroma .nd { + color: #f4b8e4; +} + +/* NameException */ +.chroma .ne { + color: #ea999c; +} + +/* NameFunction */ +.chroma .nf { + color: #8caaee; +} + +/* NameEntity */ +.chroma .ni { + color: #f4b8e4; +} + +/* NameLabel */ +.chroma .nl { + color: #e5c890; +} + +/* NameNamespace */ +.chroma .nn { + color: #e5c890; +} + +/* NameConstant */ +.chroma .no { + color: #e5c890; +} + +/* NameTag */ +.chroma .nt { + color: #ca9ee6; +} + +/* NameVariable */ +.chroma .nv { + color: #ef9f76; +} + +/* NameOther */ +.chroma .nx { + color: #ef9f76; +} + +/* Operator */ +.chroma .o { + color: #99d1db; +} + +/* OperatorWord */ +.chroma .ow { + color: #99d1db; + font-weight: bold; +} + +/* Punctuation */ +.chroma .p { + color: #949cbb; +} + +/* NameProperty */ +/* LiteralString */ +.chroma .s { + color: #a6d189; +} + +/* LiteralStringSingle */ +.chroma .s1 { + color: #a6d189; +} + +/* LiteralStringDouble */ +.chroma .s2 { + color: #a6d189; +} + +/* LiteralStringAffix */ +.chroma .sa { + color: #a6d189; +} + +/* LiteralStringBacktick */ +.chroma .sb { + color: #a6d189; +} + +/* LiteralStringChar */ +.chroma .sc { + color: #a6d189; +} + +/* LiteralStringDoc */ +.chroma .sd { + color: #a6d189; +} + +/* LiteralStringEscape */ +.chroma .se { + color: #8caaee; +} + +/* LiteralStringHeredoc */ +.chroma .sh { + color: #a6d189; +} + +/* LiteralStringInterpol */ +.chroma .si { + color: #a6d189; +} + +/* LiteralStringRegex */ +.chroma .sr { + color: #8caaee; +} + +/* LiteralStringSymbol */ +.chroma .ss { + color: #a6d189; +} + +/* LiteralStringOther */ +.chroma .sx { + color: #a6d189; +} + +/* NameVariableClass */ +.chroma .vc { + color: #e5c890; +} + +/* NameVariableGlobal */ +.chroma .vg { + color: #ef9f76; +} + +/* NameVariableInstance */ +.chroma .vi { + color: #e5c890; +} + +/* NameVariableMagic */ +/* TextWhitespace */ +.chroma .w { + color: #414559; +} + +.CodeMirror .cm-property, +.CodeMirror.cm-s-default .cm-property, +.CodeMirror.cm-s-paper .cm-property { + color: #c6d0f5; +} +.CodeMirror .cm-header, +.CodeMirror.cm-s-default .cm-header, +.CodeMirror.cm-s-paper .cm-header { + color: #c6d0f5; +} +.CodeMirror .cm-quote, +.CodeMirror.cm-s-default .cm-quote, +.CodeMirror.cm-s-paper .cm-quote { + color: #a6d189; +} +.CodeMirror .cm-keyword, +.CodeMirror.cm-s-default .cm-keyword, +.CodeMirror.cm-s-paper .cm-keyword { + color: #ca9ee6; +} +.CodeMirror .cm-atom, +.CodeMirror.cm-s-default .cm-atom, +.CodeMirror.cm-s-paper .cm-atom { + color: #e78284; +} +.CodeMirror .cm-number, +.CodeMirror.cm-s-default .cm-number, +.CodeMirror.cm-s-paper .cm-number { + color: #ef9f76; +} +.CodeMirror .cm-def, +.CodeMirror.cm-s-default .cm-def, +.CodeMirror.cm-s-paper .cm-def { + color: #c6d0f5; +} +.CodeMirror .cm-variable-2, +.CodeMirror.cm-s-default .cm-variable-2, +.CodeMirror.cm-s-paper .cm-variable-2 { + color: #99d1db; +} +.CodeMirror .cm-variable-3, +.CodeMirror.cm-s-default .cm-variable-3, +.CodeMirror.cm-s-paper .cm-variable-3 { + color: #81c8be; +} +.CodeMirror .cm-comment, +.CodeMirror.cm-s-default .cm-comment, +.CodeMirror.cm-s-paper .cm-comment { + color: #626880; +} +.CodeMirror .cm-string, +.CodeMirror.cm-s-default .cm-string, +.CodeMirror.cm-s-paper .cm-string { + color: #a6d189; +} +.CodeMirror .cm-string-2, +.CodeMirror.cm-s-default .cm-string-2, +.CodeMirror.cm-s-paper .cm-string-2 { + color: #a6d189; +} +.CodeMirror .cm-meta, +.CodeMirror.cm-s-default .cm-meta, +.CodeMirror.cm-s-paper .cm-meta { + color: #ef9f76; +} +.CodeMirror .cm-qualifier, +.CodeMirror.cm-s-default .cm-qualifier, +.CodeMirror.cm-s-paper .cm-qualifier { + color: #ef9f76; +} +.CodeMirror .cm-builtin, +.CodeMirror.cm-s-default .cm-builtin, +.CodeMirror.cm-s-paper .cm-builtin { + color: #ef9f76; +} +.CodeMirror .cm-bracket, +.CodeMirror.cm-s-default .cm-bracket, +.CodeMirror.cm-s-paper .cm-bracket { + color: #c6d0f5; +} +.CodeMirror .cm-tag, +.CodeMirror.cm-s-default .cm-tag, +.CodeMirror.cm-s-paper .cm-tag { + color: #e5c890; +} +.CodeMirror .cm-attribute, +.CodeMirror.cm-s-default .cm-attribute, +.CodeMirror.cm-s-paper .cm-attribute { + color: #e5c890; +} +.CodeMirror .cm-hr, +.CodeMirror.cm-s-default .cm-hr, +.CodeMirror.cm-s-paper .cm-hr { + color: #949cbb; +} +.CodeMirror .cm-url, +.CodeMirror.cm-s-default .cm-url, +.CodeMirror.cm-s-paper .cm-url { + color: #8caaee; +} +.CodeMirror .cm-link, +.CodeMirror.cm-s-default .cm-link, +.CodeMirror.cm-s-paper .cm-link { + color: #8caaee; +} +.CodeMirror .cm-error, +.CodeMirror.cm-s-default .cm-error, +.CodeMirror.cm-s-paper .cm-error { + color: #e78284; +} + +.monaco-editor .selected-text { + background-color: #414559 !important; +} +.monaco-editor .margin-view-overlays .line-numbers { + color: #a5adce !important; +} +.monaco-editor .line-numbers.active-line-number { + color: #8caaee !important; +} +.monaco-editor .view-overlays .current-line, +.monaco-editor .margin-view-overlays .current-line-margin { + background-color: rgb(58.88, 62.88, 82.16) !important; +} +.monaco-editor .mtk1 { + color: #c6d0f5 !important; +} +.monaco-editor .mtk2 { + color: #ff69b4 !important; +} +.monaco-editor .mtk3 { + color: #ef9f76 !important; +} +.monaco-editor .mtk4 { + color: #81c8be !important; +} +.monaco-editor .mtk5 { + color: #c6d0f5 !important; +} +.monaco-editor .mtk6 { + color: #ca9ee6 !important; +} +.monaco-editor .mtk7 { + color: #ef9f76 !important; +} +.monaco-editor .mtk8 { + color: #949cbb !important; +} +.monaco-editor .mtk9 { + color: #ca9ee6 !important; +} +.monaco-editor .mtk10 { + color: #a5adce !important; +} +.monaco-editor .mtk11 { + color: #81c8be !important; +} +.monaco-editor .mtk12 { + color: #81c8be !important; +} +.monaco-editor .mtk13 { + color: #ff69b4 !important; +} +.monaco-editor .mtk14 { + color: #ff69b4 !important; +} +.monaco-editor .mtk15 { + color: #ca9ee6 !important; +} +.monaco-editor .mtk16 { + color: #949cbb !important; +} +.monaco-editor .mtk17 { + color: #ff69b4 !important; +} +.monaco-editor .mtk18 { + color: #ff69b4 !important; +} +.monaco-editor .mtk19 { + color: #81c8be !important; +} +.monaco-editor .mtk20 { + color: #ff69b4 !important; +} +.monaco-editor .mtk21 { + color: #a6d189 !important; +} +.monaco-editor .mtk22 { + color: #ff69b4 !important; +} +.monaco-editor .mtk23 { + color: #8caaee !important; +} +.monaco-editor .mtk24 { + color: #ef9f76 !important; +} +.monaco-editor .mtk25 { + color: #f4b8e4 !important; +} +.monaco-editor .bracket-highlighting-0 { + color: rgb(217.8, 161.2, 177.2) !important; +} +.monaco-editor .bracket-highlighting-1 { + color: rgb(222.6, 178.6, 168.8) !important; +} +.monaco-editor .bracket-highlighting-2 { + color: rgb(216.6, 203.2, 184.4) !important; +} +.monaco-editor .bracket-highlighting-3 { + color: rgb(178.8, 208.6, 180.2) !important; +} +.monaco-editor .bracket-highlighting-4 { + color: rgb(163.2, 185.2, 240.8) !important; +} +.monaco-editor .bracket-highlighting-5 { + color: rgb(200.4, 178, 236) !important; +} \ No newline at end of file diff --git a/public/assets/css/theme-catppuccin-frappe-flamingo.css b/public/assets/css/theme-catppuccin-frappe-flamingo.css new file mode 100644 index 0000000..3b11bfd --- /dev/null +++ b/public/assets/css/theme-catppuccin-frappe-flamingo.css @@ -0,0 +1,873 @@ +:root { + color-scheme: dark; + --is-dark-theme: true; + accent-color: #eebebe; + --color-primary: #eebebe; + --color-primary-contrast: #232634; + --color-primary-hover: rgb(232.7134146341, 169.7865853659, 169.7865853659); + --color-primary-dark-1: rgb(234.8280487805, 177.8719512195, 177.8719512195); + --color-primary-dark-2: rgb(231.656097561, 165.743902439, 165.743902439); + --color-primary-dark-3: rgb(228.4841463415, 153.6158536585, 153.6158536585); + --color-primary-dark-4: rgb(225.312195122, 141.487804878, 141.487804878); + --color-primary-dark-5: rgb(222.1402439024, 129.3597560976, 129.3597560976); + --color-primary-dark-6: rgb(218.9682926829, 117.2317073171, 117.2317073171); + --color-primary-dark-7: rgb(215.7963414634, 105.1036585366, 105.1036585366); + --color-primary-light-1: rgb(241.1719512195, 202.1280487805, 202.1280487805); + --color-primary-light-2: rgb(244.343902439, 214.256097561, 214.256097561); + --color-primary-light-3: rgb(247.5158536585, 226.3841463415, 226.3841463415); + --color-primary-light-4: rgb(250.687804878, 238.512195122, 238.512195122); + --color-primary-light-5: rgb(253.8597560976, 250.6402439024, 250.6402439024); + --color-primary-light-6: hsl(0, 58.5365853659%, 101.9215686275%); + --color-primary-light-7: hsl(0, 58.5365853659%, 104.9215686275%); + --color-primary-alpha-10: rgba(238, 190, 190, 0.1); + --color-primary-alpha-20: rgba(238, 190, 190, 0.2); + --color-primary-alpha-30: rgba(238, 190, 190, 0.3); + --color-primary-alpha-40: rgba(238, 190, 190, 0.4); + --color-primary-alpha-50: rgba(238, 190, 190, 0.5); + --color-primary-alpha-60: rgba(238, 190, 190, 0.6); + --color-primary-alpha-70: rgba(238, 190, 190, 0.7); + --color-primary-alpha-80: rgba(238, 190, 190, 0.8); + --color-primary-alpha-90: rgba(238, 190, 190, 0.9); + --color-secondary: #51576d; + --color-secondary-dark-1: rgb(71.4577922078, 75.8551948052, 97.8422077922); + --color-secondary-dark-2: rgb(77.9155844156, 82.7103896104, 106.6844155844); + --color-secondary-dark-3: rgb(84.3733766234, 89.5655844156, 115.5266233766); + --color-secondary-dark-4: rgb(90.8311688312, 96.4207792208, 124.3688311688); + --color-secondary-dark-5: rgb(97.288961039, 103.275974026, 133.211038961); + --color-secondary-dark-6: rgb(103.7467532468, 110.1311688312, 142.0532467532); + --color-secondary-dark-7: rgb(111.1551948052, 117.6201298701, 149.9448051948); + --color-secondary-dark-8: rgb(119.9974025974, 126.0649350649, 156.4025974026); + --color-secondary-dark-9: rgb(128.8396103896, 134.5097402597, 162.8603896104); + --color-secondary-dark-10: rgb(137.6818181818, 142.9545454545, 169.3181818182); + --color-secondary-dark-11: rgb(146.524025974, 151.3993506494, 175.775974026); + --color-secondary-dark-12: rgb(155.3662337662, 159.8441558442, 182.2337662338); + --color-secondary-dark-13: rgb(164.2084415584, 168.288961039, 188.6915584416); + --color-secondary-light-1: rgb(58.5422077922, 62.1448051948, 80.1577922078); + --color-secondary-light-2: rgb(52.0844155844, 55.2896103896, 71.3155844156); + --color-secondary-light-3: rgb(45.6266233766, 48.4344155844, 62.4733766234); + --color-secondary-light-4: rgb(39.1688311688, 41.5792207792, 53.6311688312); + --color-secondary-alpha-10: rgba(65, 69, 89, 0.1); + --color-secondary-alpha-20: rgba(65, 69, 89, 0.2); + --color-secondary-alpha-30: rgba(65, 69, 89, 0.3); + --color-secondary-alpha-40: rgba(65, 69, 89, 0.4); + --color-secondary-alpha-50: rgba(65, 69, 89, 0.5); + --color-secondary-alpha-60: rgba(65, 69, 89, 0.6); + --color-secondary-alpha-70: rgba(65, 69, 89, 0.7); + --color-secondary-alpha-80: rgba(65, 69, 89, 0.8); + --color-secondary-alpha-90: rgba(65, 69, 89, 0.9); + /* colors */ + --color-red: #e78284; + --color-orange: #ef9f76; + --color-yellow: #e5c890; + --color-olive: #a6d189; + --color-green: #a6d189; + --color-teal: #81c8be; + --color-blue: #8caaee; + --color-violet: #babbf1; + --color-purple: #ca9ee6; + --color-pink: #f4b8e4; + --color-brown: #eebebe; + --color-grey: #949cbb; + --color-black: #292c3c; + /* light variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-light: rgb(222.7852348993, 87.2147651007, 89.8993288591); + --color-orange-light: rgb(233.6666666667, 127, 72.3333333333); + --color-yellow-light: rgb(219.3211678832, 179.5255474453, 102.6788321168); + --color-olive-light: rgb(138.3231707317, 194.6951219512, 100.3048780488); + --color-green-light: rgb(138.3231707317, 194.6951219512, 100.3048780488); + --color-teal-light: rgb(93.4972375691, 184.5027624309, 171.6850828729); + --color-blue-light: rgb(95.5681818182, 137.1590909091, 231.4318181818); + --color-violet-light: rgb(143.6024096386, 145.2168674699, 232.3975903614); + --color-purple-light: rgb(179.8442622951, 117.4508196721, 219.5491803279); + --color-pink-light: rgb(237.1585365854, 139.8414634146, 211.2073170732); + --color-brown-light: rgb(227.4268292683, 149.5731707317, 149.5731707317); + --color-grey-light: rgb(116.8171428571, 127.1485714286, 167.1828571429); + --color-black-light: rgb(20.297029703, 21.7821782178, 29.702970297); + /* dark 1 variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-dark-1: rgb(222.7852348993, 87.2147651007, 89.8993288591); + --color-orange-dark-1: rgb(233.6666666667, 127, 72.3333333333); + --color-yellow-dark-1: rgb(219.3211678832, 179.5255474453, 102.6788321168); + --color-olive-dark-1: rgb(138.3231707317, 194.6951219512, 100.3048780488); + --color-green-dark-1: rgb(138.3231707317, 194.6951219512, 100.3048780488); + --color-teal-dark-1: rgb(93.4972375691, 184.5027624309, 171.6850828729); + --color-blue-dark-1: rgb(95.5681818182, 137.1590909091, 231.4318181818); + --color-violet-dark-1: rgb(143.6024096386, 145.2168674699, 232.3975903614); + --color-purple-dark-1: rgb(179.8442622951, 117.4508196721, 219.5491803279); + --color-pink-dark-1: rgb(237.1585365854, 139.8414634146, 211.2073170732); + --color-brown-dark-1: rgb(227.4268292683, 149.5731707317, 149.5731707317); + --color-black-dark-1: rgb(20.297029703, 21.7821782178, 29.702970297); + /* dark 2 variants - produced via Sass scale-color(color, $lightness: -20%) */ + --color-red-dark-2: rgb(214.5704697987, 44.4295302013, 47.7986577181); + --color-orange-dark-2: rgb(228.3333333333, 95, 26.6666666667); + --color-yellow-dark-2: rgb(209.6423357664, 159.0510948905, 61.3576642336); + --color-olive-dark-2: rgb(111.5853658537, 175.5609756098, 68.4390243902); + --color-green-dark-2: rgb(111.5853658537, 175.5609756098, 68.4390243902); + --color-teal-dark-2: rgb(68.9779005525, 158.0220994475, 145.4806629834); + --color-blue-dark-2: rgb(51.1363636364, 104.3181818182, 224.8636363636); + --color-violet-dark-2: rgb(101.2048192771, 103.4337349398, 223.7951807229); + --color-purple-dark-2: rgb(157.6885245902, 76.9016393443, 209.0983606557); + --color-pink-dark-2: rgb(230.3170731707, 95.6829268293, 194.4146341463); + --color-brown-dark-2: rgb(216.8536585366, 109.1463414634, 109.1463414634); + --color-black-dark-2: hsl(230.5263157895, 18.8118811881%, -0.1960784314%); + /* other colors */ + --color-gold: #f2d5cf; + --color-white: #c6d0f5; + --color-diff-removed-word-bg: rgba(231, 130, 132, 0.15); + --color-diff-added-word-bg: rgba(166, 209, 137, 0.15); + --color-diff-removed-row-bg: rgba(231, 130, 132, 0.07); + --color-diff-moved-row-bg: rgba(229, 200, 144, 0.07); + --color-diff-added-row-bg: rgba(166, 209, 137, 0.07); + --color-diff-removed-row-border: rgba(231, 130, 132, 0.07); + --color-diff-moved-row-border: rgba(229, 200, 144, 0.07); + --color-diff-added-row-border: rgba(166, 209, 137, 0.07); + --color-diff-inactive: #949cbb; + --color-error-border: #e78284; + --color-error-bg: #e78284; + --color-error-bg-active: rgb(226.8926174497, 108.6073825503, 110.9496644295); + --color-error-bg-hover: rgb(222.7852348993, 87.2147651007, 89.8993288591); + --color-error-text: #232634; + --color-success-border: rgb(138.3231707317, 194.6951219512, 100.3048780488); + --color-success-bg: #a6d189; + --color-success-text: #232634; + --color-warning-border: rgb(219.3211678832, 179.5255474453, 102.6788321168); + --color-warning-bg: #e5c890; + --color-warning-text: #232634; + --color-info-border: rgb(95.5681818182, 137.1590909091, 231.4318181818); + --color-info-bg: #232634; + --color-info-text: #c6d0f5; + --color-red-badge: rgb(222.7852348993, 87.2147651007, 89.8993288591); + --color-red-badge-bg: #232634; + --color-red-badge-hover-bg: rgb(226.8926174497, 108.6073825503, 110.9496644295); + --color-green-badge: #a6d189; + --color-green-badge-bg: #a6d189; + --color-green-badge-hover-bg: rgb(152.1615853659, 201.8475609756, 118.6524390244); + --color-yellow-badge: #e5c890; + --color-yellow-badge-bg: #232634; + --color-yellow-badge-hover-bg: rgb(224.1605839416, 189.7627737226, 123.3394160584); + --color-orange-badge: #ef9f76; + --color-orange-badge-bg: #232634; + --color-orange-badge-hover-bg: rgb(236.3333333333, 143, 95.1666666667); + --color-git: #ef9f76; + --color-highlight-bg: rgba(229, 200, 144, 0.15); + /* target-based colors */ + --color-body: #232634; + --color-box-header: #292c3c; + --color-box-body: #292c3c; + --color-box-body-highlight: #414559; + --color-text-dark: #a5adce; + --color-text: #c6d0f5; + --color-text-light: #b5bfe2; + --color-text-light-1: #b5bfe2; + --color-text-light-2: #b5bfe2; + --color-text-light-3: #b5bfe2; + --color-footer: #292c3c; + --color-timeline: #414559; + --color-input-text: #c6d0f5; + --color-input-background: #414559; + --color-input-toggle-background: #414559; + --color-input-border: #51576d; + --color-input-border-hover: #626880; + --color-nav-bg: #292c3c; + --color-nav-hover-bg: var(--color-hover); + --color-navbar: #292c3c; + --color-navbar-transparent: rgba(35, 38, 52, 0); + --color-light: rgba(98, 104, 128, 0.3); + --color-light-mimic-enabled: rgba( + 0, + 0, + 0, + calc(40 / 255 * 222 / 255 / var(--opacity-disabled)) + ); + --color-light-border: #626880; + --color-hover: rgba(115, 121, 148, 0.2); + --color-active: rgba(198, 208, 245, 0.1); + --color-menu: #414559; + --color-card: #414559; + --color-markup-table-row: rgba(198, 208, 245, 0.02); + --color-markup-code-block: rgba(198, 208, 245, 0.05); + --color-markup-code-inline: #414559; + --color-button: #414559; + --color-code-bg: #303446; + --color-code-sidebar-bg: #414559; + --color-shadow: rgba(35, 38, 52, 0.1); + --color-tooltip-bg: #414559; + --color-tooltip-text: var(--color-text); + --color-secondary-bg: #414559; + --color-text-focus: #c6d0f5; + --color-expand-button: #626880; + --color-placeholder-text: #a5adce; + --color-editor-line-highlight: var(--color-primary-light-5); + --color-project-board-bg: var(--color-secondary-light-2); + /* gitea source code: */ + /* should ideally be --color-text-dark, see go-gitea/gitea#15651 */ + --color-caret: var(--color-text); + --color-reaction-bg: rgba(198, 208, 245, 0.07); + --color-reaction-active-bg: var(--color-primary-alpha-40); + --color-header-wrapper: #292c3c; + --color-header-wrapper-transparent: rgba(41, 44, 60, 0); + --color-label-text: #232634; + --color-label-bg: #eebebe; + --color-label-hover-bg: rgb(231.656097561, 165.743902439, 165.743902439); + --color-label-active-bg: rgb(234.8280487805, 177.8719512195, 177.8719512195); + --color-accent: var(--color-primary-light-1); + --color-small-accent: var(--color-primary-light-5); + --color-active-line: #51576d; +} + +/* invert emojis that are hard to read otherwise */ +.emoji[aria-label="check mark"], +.emoji[aria-label="currency exchange"], +.emoji[aria-label="TOP arrow"], +.emoji[aria-label="END arrow"], +.emoji[aria-label="ON! arrow"], +.emoji[aria-label="SOON arrow"], +.emoji[aria-label="heavy dollar sign"], +.emoji[aria-label=copyright], +.emoji[aria-label=registered], +.emoji[aria-label="trade mark"], +.emoji[aria-label=multiply], +.emoji[aria-label=plus], +.emoji[aria-label=minus], +.emoji[aria-label=divide], +.emoji[aria-label="curly loop"], +.emoji[aria-label="double curly loop"], +.emoji[aria-label="wavy dash"], +.emoji[aria-label="paw prints"], +.emoji[aria-label="musical note"], +.emoji[aria-label="musical notes"] { + filter: invert(100%) hue-rotate(180deg); +} + +.ui.ui.ui.button:not(.inverted, .basic).primary, .ui.ui.ui.button:not(.inverted, .basic).green, .ui.ui.ui.button:not(.inverted, .basic).red, .ui.ui.ui.button:not(.inverted, .basic).teal, +.ui.ui.ui.label:not(.inverted, .basic).primary, +.ui.ui.ui.label:not(.inverted, .basic).green, +.ui.ui.ui.label:not(.inverted, .basic).red, +.ui.ui.ui.label:not(.inverted, .basic).teal { + color: #232634; +} +.ui.ui.ui.button:not(.inverted, .basic).primary:hover, .ui.ui.ui.button:not(.inverted, .basic).green:hover, .ui.ui.ui.button:not(.inverted, .basic).red:hover, .ui.ui.ui.button:not(.inverted, .basic).teal:hover, +.ui.ui.ui.label:not(.inverted, .basic).primary:hover, +.ui.ui.ui.label:not(.inverted, .basic).green:hover, +.ui.ui.ui.label:not(.inverted, .basic).red:hover, +.ui.ui.ui.label:not(.inverted, .basic).teal:hover { + color: #303446; +} + +.ui.basic.modal { + background-color: #303446; +} + +.ui.commit-header-row .svg.gitea-lock ~ a { + color: #232634; +} + +.ui.negative.message .header { + color: var(--color-error-text); +} + +.ui.sha.isSigned.isVerified .shortsha { + color: #232634; +} +.ui.sha.isSigned.isVerified svg.gitea-lock { + fill: #232634; +} + +.ui.basic.modal, +.ui.basic.modal > .header, +.ui.inverted.button { + color: #c6d0f5 !important; +} + +#repo-topics, +#topic_edit > .ui.selection.dropdown { + color: var(--color-label-text) !important; +} + +blockquote.attention-tip { + border-left-color: var(--color-success-bg); +} +blockquote.attention-warning { + border-left-color: var(--color-warning-bg); +} + +svg.attention-tip, +strong.attention-tip { + color: var(--color-success-bg); +} +svg.attention-warning, +strong.attention-warning { + color: var(--color-warning-bg); +} + +.inline-code-block { + color: #232634; +} + +::selection { + background: rgba(238, 190, 190, 0.3) !important; +} + +/* NameBuiltinPseudo */ +.chroma .bp { + color: #ef9f76; +} + +/* Comment */ +.chroma .c { + color: #737994; +} + +/* CommentSingle */ +.chroma .c1 { + color: #737994; +} + +/* CommentHashbang */ +.chroma .ch { + color: #737994; +} + +/* CommentMultiline */ +.chroma .cm { + color: #737994; +} + +/* CommentPreproc */ +.chroma .cp { + color: #8caaee; +} + +/* CommentPreprocFile */ +.chroma .cpf { + color: #8caaee; +} + +/* CommentSpecial */ +.chroma .cs { + color: #737994; +} + +/* LiteralStringDelimiter */ +.chroma .dl { + color: #8caaee; +} + +/* NameFunctionMagic */ +/* Generic */ +/* GenericDeleted */ +.chroma .gd { + color: #c6d0f5; + background-color: rgba(231, 130, 132, 0.15); +} + +/* GenericEmph */ +.chroma .ge { + font-style: italic; +} + +/* GenericHeading */ +.chroma .gh { + color: #99d1db; +} + +/* GenericInserted */ +.chroma .gi { + color: #c6d0f5; + background-color: rgba(166, 209, 137, 0.15); +} + +/* GenericUnderline */ +/* GenericOutput */ +.chroma .go { + color: #ef9f76; +} + +/* GenericPrompt */ +.chroma .gp { + color: #737994; + font-weight: bold; +} + +/* GenericError */ +.chroma .gr { + color: #ea999c; +} + +/* GenericStrong */ +.chroma .gs { + font-weight: bold; +} + +/* GenericTraceback */ +.chroma .gt { + color: #ea999c; +} + +/* GenericSubheading */ +.chroma .gu { + color: #99d1db; +} + +/* LiteralNumberIntegerLong */ +.chroma .il { + color: #ef9f76; +} + +/* Keyword */ +.chroma .k { + color: #ca9ee6; +} + +/* KeywordConstant */ +.chroma .kc { + color: #e5c890; +} + +/* KeywordDeclaration */ +.chroma .kd { + color: #ca9ee6; +} + +/* KeywordNamespace */ +.chroma .kn { + color: #e5c890; +} + +/* KeywordPseudo */ +.chroma .kp { + color: #ca9ee6; + font-weight: bold; +} + +/* KeywordReserved */ +.chroma .kr { + color: #ca9ee6; +} + +/* KeywordType */ +.chroma .kt { + color: #e5c890; +} + +/* Literal */ +/* LiteralDate */ +/* LiteralNumber */ +.chroma .m { + color: #ef9f76; +} + +/* LiteralNumberBin */ +.chroma .mb { + color: #ef9f76; +} + +/* LiteralNumberFloat */ +.chroma .mf { + color: #ef9f76; +} + +/* LiteralNumberHex */ +.chroma .mh { + color: #ef9f76; +} + +/* LiteralNumberInteger */ +.chroma .mi { + color: #ef9f76; +} + +/* LiteralNumberOct */ +.chroma .mo { + color: #ef9f76; +} + +/* Name */ +.chroma .n { + color: #babbf1; +} + +/* NameAttribute */ +.chroma .na { + color: #e5c890; +} + +/* NameBuiltin */ +.chroma .nb { + color: #ef9f76; +} + +/* NameClass */ +.chroma .nc { + color: #e5c890; +} + +/* NameDecorator */ +.chroma .nd { + color: #f4b8e4; +} + +/* NameException */ +.chroma .ne { + color: #ea999c; +} + +/* NameFunction */ +.chroma .nf { + color: #8caaee; +} + +/* NameEntity */ +.chroma .ni { + color: #f4b8e4; +} + +/* NameLabel */ +.chroma .nl { + color: #e5c890; +} + +/* NameNamespace */ +.chroma .nn { + color: #e5c890; +} + +/* NameConstant */ +.chroma .no { + color: #e5c890; +} + +/* NameTag */ +.chroma .nt { + color: #ca9ee6; +} + +/* NameVariable */ +.chroma .nv { + color: #ef9f76; +} + +/* NameOther */ +.chroma .nx { + color: #ef9f76; +} + +/* Operator */ +.chroma .o { + color: #99d1db; +} + +/* OperatorWord */ +.chroma .ow { + color: #99d1db; + font-weight: bold; +} + +/* Punctuation */ +.chroma .p { + color: #949cbb; +} + +/* NameProperty */ +/* LiteralString */ +.chroma .s { + color: #a6d189; +} + +/* LiteralStringSingle */ +.chroma .s1 { + color: #a6d189; +} + +/* LiteralStringDouble */ +.chroma .s2 { + color: #a6d189; +} + +/* LiteralStringAffix */ +.chroma .sa { + color: #a6d189; +} + +/* LiteralStringBacktick */ +.chroma .sb { + color: #a6d189; +} + +/* LiteralStringChar */ +.chroma .sc { + color: #a6d189; +} + +/* LiteralStringDoc */ +.chroma .sd { + color: #a6d189; +} + +/* LiteralStringEscape */ +.chroma .se { + color: #8caaee; +} + +/* LiteralStringHeredoc */ +.chroma .sh { + color: #a6d189; +} + +/* LiteralStringInterpol */ +.chroma .si { + color: #a6d189; +} + +/* LiteralStringRegex */ +.chroma .sr { + color: #8caaee; +} + +/* LiteralStringSymbol */ +.chroma .ss { + color: #a6d189; +} + +/* LiteralStringOther */ +.chroma .sx { + color: #a6d189; +} + +/* NameVariableClass */ +.chroma .vc { + color: #e5c890; +} + +/* NameVariableGlobal */ +.chroma .vg { + color: #ef9f76; +} + +/* NameVariableInstance */ +.chroma .vi { + color: #e5c890; +} + +/* NameVariableMagic */ +/* TextWhitespace */ +.chroma .w { + color: #414559; +} + +.CodeMirror .cm-property, +.CodeMirror.cm-s-default .cm-property, +.CodeMirror.cm-s-paper .cm-property { + color: #c6d0f5; +} +.CodeMirror .cm-header, +.CodeMirror.cm-s-default .cm-header, +.CodeMirror.cm-s-paper .cm-header { + color: #c6d0f5; +} +.CodeMirror .cm-quote, +.CodeMirror.cm-s-default .cm-quote, +.CodeMirror.cm-s-paper .cm-quote { + color: #a6d189; +} +.CodeMirror .cm-keyword, +.CodeMirror.cm-s-default .cm-keyword, +.CodeMirror.cm-s-paper .cm-keyword { + color: #ca9ee6; +} +.CodeMirror .cm-atom, +.CodeMirror.cm-s-default .cm-atom, +.CodeMirror.cm-s-paper .cm-atom { + color: #e78284; +} +.CodeMirror .cm-number, +.CodeMirror.cm-s-default .cm-number, +.CodeMirror.cm-s-paper .cm-number { + color: #ef9f76; +} +.CodeMirror .cm-def, +.CodeMirror.cm-s-default .cm-def, +.CodeMirror.cm-s-paper .cm-def { + color: #c6d0f5; +} +.CodeMirror .cm-variable-2, +.CodeMirror.cm-s-default .cm-variable-2, +.CodeMirror.cm-s-paper .cm-variable-2 { + color: #99d1db; +} +.CodeMirror .cm-variable-3, +.CodeMirror.cm-s-default .cm-variable-3, +.CodeMirror.cm-s-paper .cm-variable-3 { + color: #81c8be; +} +.CodeMirror .cm-comment, +.CodeMirror.cm-s-default .cm-comment, +.CodeMirror.cm-s-paper .cm-comment { + color: #626880; +} +.CodeMirror .cm-string, +.CodeMirror.cm-s-default .cm-string, +.CodeMirror.cm-s-paper .cm-string { + color: #a6d189; +} +.CodeMirror .cm-string-2, +.CodeMirror.cm-s-default .cm-string-2, +.CodeMirror.cm-s-paper .cm-string-2 { + color: #a6d189; +} +.CodeMirror .cm-meta, +.CodeMirror.cm-s-default .cm-meta, +.CodeMirror.cm-s-paper .cm-meta { + color: #ef9f76; +} +.CodeMirror .cm-qualifier, +.CodeMirror.cm-s-default .cm-qualifier, +.CodeMirror.cm-s-paper .cm-qualifier { + color: #ef9f76; +} +.CodeMirror .cm-builtin, +.CodeMirror.cm-s-default .cm-builtin, +.CodeMirror.cm-s-paper .cm-builtin { + color: #ef9f76; +} +.CodeMirror .cm-bracket, +.CodeMirror.cm-s-default .cm-bracket, +.CodeMirror.cm-s-paper .cm-bracket { + color: #c6d0f5; +} +.CodeMirror .cm-tag, +.CodeMirror.cm-s-default .cm-tag, +.CodeMirror.cm-s-paper .cm-tag { + color: #e5c890; +} +.CodeMirror .cm-attribute, +.CodeMirror.cm-s-default .cm-attribute, +.CodeMirror.cm-s-paper .cm-attribute { + color: #e5c890; +} +.CodeMirror .cm-hr, +.CodeMirror.cm-s-default .cm-hr, +.CodeMirror.cm-s-paper .cm-hr { + color: #949cbb; +} +.CodeMirror .cm-url, +.CodeMirror.cm-s-default .cm-url, +.CodeMirror.cm-s-paper .cm-url { + color: #8caaee; +} +.CodeMirror .cm-link, +.CodeMirror.cm-s-default .cm-link, +.CodeMirror.cm-s-paper .cm-link { + color: #8caaee; +} +.CodeMirror .cm-error, +.CodeMirror.cm-s-default .cm-error, +.CodeMirror.cm-s-paper .cm-error { + color: #e78284; +} + +.monaco-editor .selected-text { + background-color: #414559 !important; +} +.monaco-editor .margin-view-overlays .line-numbers { + color: #a5adce !important; +} +.monaco-editor .line-numbers.active-line-number { + color: #eebebe !important; +} +.monaco-editor .view-overlays .current-line, +.monaco-editor .margin-view-overlays .current-line-margin { + background-color: rgb(58.88, 62.88, 82.16) !important; +} +.monaco-editor .mtk1 { + color: #c6d0f5 !important; +} +.monaco-editor .mtk2 { + color: #ff69b4 !important; +} +.monaco-editor .mtk3 { + color: #ef9f76 !important; +} +.monaco-editor .mtk4 { + color: #81c8be !important; +} +.monaco-editor .mtk5 { + color: #c6d0f5 !important; +} +.monaco-editor .mtk6 { + color: #ca9ee6 !important; +} +.monaco-editor .mtk7 { + color: #ef9f76 !important; +} +.monaco-editor .mtk8 { + color: #949cbb !important; +} +.monaco-editor .mtk9 { + color: #ca9ee6 !important; +} +.monaco-editor .mtk10 { + color: #a5adce !important; +} +.monaco-editor .mtk11 { + color: #81c8be !important; +} +.monaco-editor .mtk12 { + color: #81c8be !important; +} +.monaco-editor .mtk13 { + color: #ff69b4 !important; +} +.monaco-editor .mtk14 { + color: #ff69b4 !important; +} +.monaco-editor .mtk15 { + color: #ca9ee6 !important; +} +.monaco-editor .mtk16 { + color: #949cbb !important; +} +.monaco-editor .mtk17 { + color: #ff69b4 !important; +} +.monaco-editor .mtk18 { + color: #ff69b4 !important; +} +.monaco-editor .mtk19 { + color: #81c8be !important; +} +.monaco-editor .mtk20 { + color: #ff69b4 !important; +} +.monaco-editor .mtk21 { + color: #a6d189 !important; +} +.monaco-editor .mtk22 { + color: #ff69b4 !important; +} +.monaco-editor .mtk23 { + color: #8caaee !important; +} +.monaco-editor .mtk24 { + color: #ef9f76 !important; +} +.monaco-editor .mtk25 { + color: #f4b8e4 !important; +} +.monaco-editor .bracket-highlighting-0 { + color: rgb(217.8, 161.2, 177.2) !important; +} +.monaco-editor .bracket-highlighting-1 { + color: rgb(222.6, 178.6, 168.8) !important; +} +.monaco-editor .bracket-highlighting-2 { + color: rgb(216.6, 203.2, 184.4) !important; +} +.monaco-editor .bracket-highlighting-3 { + color: rgb(178.8, 208.6, 180.2) !important; +} +.monaco-editor .bracket-highlighting-4 { + color: rgb(163.2, 185.2, 240.8) !important; +} +.monaco-editor .bracket-highlighting-5 { + color: rgb(200.4, 178, 236) !important; +} \ No newline at end of file diff --git a/public/assets/css/theme-catppuccin-frappe-green.css b/public/assets/css/theme-catppuccin-frappe-green.css new file mode 100644 index 0000000..38d93ad --- /dev/null +++ b/public/assets/css/theme-catppuccin-frappe-green.css @@ -0,0 +1,873 @@ +:root { + color-scheme: dark; + --is-dark-theme: true; + accent-color: #a6d189; + --color-primary: #a6d189; + --color-primary-contrast: #232634; + --color-primary-hover: rgb(152.1615853659, 201.8475609756, 118.6524390244); + --color-primary-dark-1: rgb(157.6969512195, 204.7085365854, 125.9914634146); + --color-primary-dark-2: rgb(149.393902439, 200.4170731707, 114.9829268293); + --color-primary-dark-3: rgb(141.0908536585, 196.1256097561, 103.9743902439); + --color-primary-dark-4: rgb(132.787804878, 191.8341463415, 92.9658536585); + --color-primary-dark-5: rgb(124.4847560976, 187.5426829268, 81.9573170732); + --color-primary-dark-6: rgb(116.25, 182.9, 71.3); + --color-primary-dark-7: rgb(109.2530487805, 171.8914634146, 67.0085365854); + --color-primary-light-1: rgb(174.3030487805, 213.2914634146, 148.0085365854); + --color-primary-light-2: rgb(182.606097561, 217.5829268293, 159.0170731707); + --color-primary-light-3: rgb(190.9091463415, 221.8743902439, 170.0256097561); + --color-primary-light-4: rgb(199.212195122, 226.1658536585, 181.0341463415); + --color-primary-light-5: rgb(207.5152439024, 230.4573170732, 192.0426829268); + --color-primary-light-6: rgb(215.8182926829, 234.7487804878, 203.0512195122); + --color-primary-light-7: rgb(224.1213414634, 239.0402439024, 214.0597560976); + --color-primary-alpha-10: rgba(166, 209, 137, 0.1); + --color-primary-alpha-20: rgba(166, 209, 137, 0.2); + --color-primary-alpha-30: rgba(166, 209, 137, 0.3); + --color-primary-alpha-40: rgba(166, 209, 137, 0.4); + --color-primary-alpha-50: rgba(166, 209, 137, 0.5); + --color-primary-alpha-60: rgba(166, 209, 137, 0.6); + --color-primary-alpha-70: rgba(166, 209, 137, 0.7); + --color-primary-alpha-80: rgba(166, 209, 137, 0.8); + --color-primary-alpha-90: rgba(166, 209, 137, 0.9); + --color-secondary: #51576d; + --color-secondary-dark-1: rgb(71.4577922078, 75.8551948052, 97.8422077922); + --color-secondary-dark-2: rgb(77.9155844156, 82.7103896104, 106.6844155844); + --color-secondary-dark-3: rgb(84.3733766234, 89.5655844156, 115.5266233766); + --color-secondary-dark-4: rgb(90.8311688312, 96.4207792208, 124.3688311688); + --color-secondary-dark-5: rgb(97.288961039, 103.275974026, 133.211038961); + --color-secondary-dark-6: rgb(103.7467532468, 110.1311688312, 142.0532467532); + --color-secondary-dark-7: rgb(111.1551948052, 117.6201298701, 149.9448051948); + --color-secondary-dark-8: rgb(119.9974025974, 126.0649350649, 156.4025974026); + --color-secondary-dark-9: rgb(128.8396103896, 134.5097402597, 162.8603896104); + --color-secondary-dark-10: rgb(137.6818181818, 142.9545454545, 169.3181818182); + --color-secondary-dark-11: rgb(146.524025974, 151.3993506494, 175.775974026); + --color-secondary-dark-12: rgb(155.3662337662, 159.8441558442, 182.2337662338); + --color-secondary-dark-13: rgb(164.2084415584, 168.288961039, 188.6915584416); + --color-secondary-light-1: rgb(58.5422077922, 62.1448051948, 80.1577922078); + --color-secondary-light-2: rgb(52.0844155844, 55.2896103896, 71.3155844156); + --color-secondary-light-3: rgb(45.6266233766, 48.4344155844, 62.4733766234); + --color-secondary-light-4: rgb(39.1688311688, 41.5792207792, 53.6311688312); + --color-secondary-alpha-10: rgba(65, 69, 89, 0.1); + --color-secondary-alpha-20: rgba(65, 69, 89, 0.2); + --color-secondary-alpha-30: rgba(65, 69, 89, 0.3); + --color-secondary-alpha-40: rgba(65, 69, 89, 0.4); + --color-secondary-alpha-50: rgba(65, 69, 89, 0.5); + --color-secondary-alpha-60: rgba(65, 69, 89, 0.6); + --color-secondary-alpha-70: rgba(65, 69, 89, 0.7); + --color-secondary-alpha-80: rgba(65, 69, 89, 0.8); + --color-secondary-alpha-90: rgba(65, 69, 89, 0.9); + /* colors */ + --color-red: #e78284; + --color-orange: #ef9f76; + --color-yellow: #e5c890; + --color-olive: #a6d189; + --color-green: #a6d189; + --color-teal: #81c8be; + --color-blue: #8caaee; + --color-violet: #babbf1; + --color-purple: #ca9ee6; + --color-pink: #f4b8e4; + --color-brown: #eebebe; + --color-grey: #949cbb; + --color-black: #292c3c; + /* light variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-light: rgb(222.7852348993, 87.2147651007, 89.8993288591); + --color-orange-light: rgb(233.6666666667, 127, 72.3333333333); + --color-yellow-light: rgb(219.3211678832, 179.5255474453, 102.6788321168); + --color-olive-light: rgb(138.3231707317, 194.6951219512, 100.3048780488); + --color-green-light: rgb(138.3231707317, 194.6951219512, 100.3048780488); + --color-teal-light: rgb(93.4972375691, 184.5027624309, 171.6850828729); + --color-blue-light: rgb(95.5681818182, 137.1590909091, 231.4318181818); + --color-violet-light: rgb(143.6024096386, 145.2168674699, 232.3975903614); + --color-purple-light: rgb(179.8442622951, 117.4508196721, 219.5491803279); + --color-pink-light: rgb(237.1585365854, 139.8414634146, 211.2073170732); + --color-brown-light: rgb(227.4268292683, 149.5731707317, 149.5731707317); + --color-grey-light: rgb(116.8171428571, 127.1485714286, 167.1828571429); + --color-black-light: rgb(20.297029703, 21.7821782178, 29.702970297); + /* dark 1 variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-dark-1: rgb(222.7852348993, 87.2147651007, 89.8993288591); + --color-orange-dark-1: rgb(233.6666666667, 127, 72.3333333333); + --color-yellow-dark-1: rgb(219.3211678832, 179.5255474453, 102.6788321168); + --color-olive-dark-1: rgb(138.3231707317, 194.6951219512, 100.3048780488); + --color-green-dark-1: rgb(138.3231707317, 194.6951219512, 100.3048780488); + --color-teal-dark-1: rgb(93.4972375691, 184.5027624309, 171.6850828729); + --color-blue-dark-1: rgb(95.5681818182, 137.1590909091, 231.4318181818); + --color-violet-dark-1: rgb(143.6024096386, 145.2168674699, 232.3975903614); + --color-purple-dark-1: rgb(179.8442622951, 117.4508196721, 219.5491803279); + --color-pink-dark-1: rgb(237.1585365854, 139.8414634146, 211.2073170732); + --color-brown-dark-1: rgb(227.4268292683, 149.5731707317, 149.5731707317); + --color-black-dark-1: rgb(20.297029703, 21.7821782178, 29.702970297); + /* dark 2 variants - produced via Sass scale-color(color, $lightness: -20%) */ + --color-red-dark-2: rgb(214.5704697987, 44.4295302013, 47.7986577181); + --color-orange-dark-2: rgb(228.3333333333, 95, 26.6666666667); + --color-yellow-dark-2: rgb(209.6423357664, 159.0510948905, 61.3576642336); + --color-olive-dark-2: rgb(111.5853658537, 175.5609756098, 68.4390243902); + --color-green-dark-2: rgb(111.5853658537, 175.5609756098, 68.4390243902); + --color-teal-dark-2: rgb(68.9779005525, 158.0220994475, 145.4806629834); + --color-blue-dark-2: rgb(51.1363636364, 104.3181818182, 224.8636363636); + --color-violet-dark-2: rgb(101.2048192771, 103.4337349398, 223.7951807229); + --color-purple-dark-2: rgb(157.6885245902, 76.9016393443, 209.0983606557); + --color-pink-dark-2: rgb(230.3170731707, 95.6829268293, 194.4146341463); + --color-brown-dark-2: rgb(216.8536585366, 109.1463414634, 109.1463414634); + --color-black-dark-2: hsl(230.5263157895, 18.8118811881%, -0.1960784314%); + /* other colors */ + --color-gold: #f2d5cf; + --color-white: #c6d0f5; + --color-diff-removed-word-bg: rgba(231, 130, 132, 0.15); + --color-diff-added-word-bg: rgba(166, 209, 137, 0.15); + --color-diff-removed-row-bg: rgba(231, 130, 132, 0.07); + --color-diff-moved-row-bg: rgba(229, 200, 144, 0.07); + --color-diff-added-row-bg: rgba(166, 209, 137, 0.07); + --color-diff-removed-row-border: rgba(231, 130, 132, 0.07); + --color-diff-moved-row-border: rgba(229, 200, 144, 0.07); + --color-diff-added-row-border: rgba(166, 209, 137, 0.07); + --color-diff-inactive: #949cbb; + --color-error-border: #e78284; + --color-error-bg: #e78284; + --color-error-bg-active: rgb(226.8926174497, 108.6073825503, 110.9496644295); + --color-error-bg-hover: rgb(222.7852348993, 87.2147651007, 89.8993288591); + --color-error-text: #232634; + --color-success-border: rgb(138.3231707317, 194.6951219512, 100.3048780488); + --color-success-bg: #a6d189; + --color-success-text: #232634; + --color-warning-border: rgb(219.3211678832, 179.5255474453, 102.6788321168); + --color-warning-bg: #e5c890; + --color-warning-text: #232634; + --color-info-border: rgb(95.5681818182, 137.1590909091, 231.4318181818); + --color-info-bg: #232634; + --color-info-text: #c6d0f5; + --color-red-badge: rgb(222.7852348993, 87.2147651007, 89.8993288591); + --color-red-badge-bg: #232634; + --color-red-badge-hover-bg: rgb(226.8926174497, 108.6073825503, 110.9496644295); + --color-green-badge: #a6d189; + --color-green-badge-bg: #a6d189; + --color-green-badge-hover-bg: rgb(152.1615853659, 201.8475609756, 118.6524390244); + --color-yellow-badge: #e5c890; + --color-yellow-badge-bg: #232634; + --color-yellow-badge-hover-bg: rgb(224.1605839416, 189.7627737226, 123.3394160584); + --color-orange-badge: #ef9f76; + --color-orange-badge-bg: #232634; + --color-orange-badge-hover-bg: rgb(236.3333333333, 143, 95.1666666667); + --color-git: #ef9f76; + --color-highlight-bg: rgba(229, 200, 144, 0.15); + /* target-based colors */ + --color-body: #232634; + --color-box-header: #292c3c; + --color-box-body: #292c3c; + --color-box-body-highlight: #414559; + --color-text-dark: #a5adce; + --color-text: #c6d0f5; + --color-text-light: #b5bfe2; + --color-text-light-1: #b5bfe2; + --color-text-light-2: #b5bfe2; + --color-text-light-3: #b5bfe2; + --color-footer: #292c3c; + --color-timeline: #414559; + --color-input-text: #c6d0f5; + --color-input-background: #414559; + --color-input-toggle-background: #414559; + --color-input-border: #51576d; + --color-input-border-hover: #626880; + --color-nav-bg: #292c3c; + --color-nav-hover-bg: var(--color-hover); + --color-navbar: #292c3c; + --color-navbar-transparent: rgba(35, 38, 52, 0); + --color-light: rgba(98, 104, 128, 0.3); + --color-light-mimic-enabled: rgba( + 0, + 0, + 0, + calc(40 / 255 * 222 / 255 / var(--opacity-disabled)) + ); + --color-light-border: #626880; + --color-hover: rgba(115, 121, 148, 0.2); + --color-active: rgba(198, 208, 245, 0.1); + --color-menu: #414559; + --color-card: #414559; + --color-markup-table-row: rgba(198, 208, 245, 0.02); + --color-markup-code-block: rgba(198, 208, 245, 0.05); + --color-markup-code-inline: #414559; + --color-button: #414559; + --color-code-bg: #303446; + --color-code-sidebar-bg: #414559; + --color-shadow: rgba(35, 38, 52, 0.1); + --color-tooltip-bg: #414559; + --color-tooltip-text: var(--color-text); + --color-secondary-bg: #414559; + --color-text-focus: #c6d0f5; + --color-expand-button: #626880; + --color-placeholder-text: #a5adce; + --color-editor-line-highlight: var(--color-primary-light-5); + --color-project-board-bg: var(--color-secondary-light-2); + /* gitea source code: */ + /* should ideally be --color-text-dark, see go-gitea/gitea#15651 */ + --color-caret: var(--color-text); + --color-reaction-bg: rgba(198, 208, 245, 0.07); + --color-reaction-active-bg: var(--color-primary-alpha-40); + --color-header-wrapper: #292c3c; + --color-header-wrapper-transparent: rgba(41, 44, 60, 0); + --color-label-text: #232634; + --color-label-bg: #a6d189; + --color-label-hover-bg: rgb(149.393902439, 200.4170731707, 114.9829268293); + --color-label-active-bg: rgb(157.6969512195, 204.7085365854, 125.9914634146); + --color-accent: var(--color-primary-light-1); + --color-small-accent: var(--color-primary-light-5); + --color-active-line: #51576d; +} + +/* invert emojis that are hard to read otherwise */ +.emoji[aria-label="check mark"], +.emoji[aria-label="currency exchange"], +.emoji[aria-label="TOP arrow"], +.emoji[aria-label="END arrow"], +.emoji[aria-label="ON! arrow"], +.emoji[aria-label="SOON arrow"], +.emoji[aria-label="heavy dollar sign"], +.emoji[aria-label=copyright], +.emoji[aria-label=registered], +.emoji[aria-label="trade mark"], +.emoji[aria-label=multiply], +.emoji[aria-label=plus], +.emoji[aria-label=minus], +.emoji[aria-label=divide], +.emoji[aria-label="curly loop"], +.emoji[aria-label="double curly loop"], +.emoji[aria-label="wavy dash"], +.emoji[aria-label="paw prints"], +.emoji[aria-label="musical note"], +.emoji[aria-label="musical notes"] { + filter: invert(100%) hue-rotate(180deg); +} + +.ui.ui.ui.button:not(.inverted, .basic).primary, .ui.ui.ui.button:not(.inverted, .basic).green, .ui.ui.ui.button:not(.inverted, .basic).red, .ui.ui.ui.button:not(.inverted, .basic).teal, +.ui.ui.ui.label:not(.inverted, .basic).primary, +.ui.ui.ui.label:not(.inverted, .basic).green, +.ui.ui.ui.label:not(.inverted, .basic).red, +.ui.ui.ui.label:not(.inverted, .basic).teal { + color: #232634; +} +.ui.ui.ui.button:not(.inverted, .basic).primary:hover, .ui.ui.ui.button:not(.inverted, .basic).green:hover, .ui.ui.ui.button:not(.inverted, .basic).red:hover, .ui.ui.ui.button:not(.inverted, .basic).teal:hover, +.ui.ui.ui.label:not(.inverted, .basic).primary:hover, +.ui.ui.ui.label:not(.inverted, .basic).green:hover, +.ui.ui.ui.label:not(.inverted, .basic).red:hover, +.ui.ui.ui.label:not(.inverted, .basic).teal:hover { + color: #303446; +} + +.ui.basic.modal { + background-color: #303446; +} + +.ui.commit-header-row .svg.gitea-lock ~ a { + color: #232634; +} + +.ui.negative.message .header { + color: var(--color-error-text); +} + +.ui.sha.isSigned.isVerified .shortsha { + color: #232634; +} +.ui.sha.isSigned.isVerified svg.gitea-lock { + fill: #232634; +} + +.ui.basic.modal, +.ui.basic.modal > .header, +.ui.inverted.button { + color: #c6d0f5 !important; +} + +#repo-topics, +#topic_edit > .ui.selection.dropdown { + color: var(--color-label-text) !important; +} + +blockquote.attention-tip { + border-left-color: var(--color-success-bg); +} +blockquote.attention-warning { + border-left-color: var(--color-warning-bg); +} + +svg.attention-tip, +strong.attention-tip { + color: var(--color-success-bg); +} +svg.attention-warning, +strong.attention-warning { + color: var(--color-warning-bg); +} + +.inline-code-block { + color: #232634; +} + +::selection { + background: rgba(166, 209, 137, 0.3) !important; +} + +/* NameBuiltinPseudo */ +.chroma .bp { + color: #ef9f76; +} + +/* Comment */ +.chroma .c { + color: #737994; +} + +/* CommentSingle */ +.chroma .c1 { + color: #737994; +} + +/* CommentHashbang */ +.chroma .ch { + color: #737994; +} + +/* CommentMultiline */ +.chroma .cm { + color: #737994; +} + +/* CommentPreproc */ +.chroma .cp { + color: #8caaee; +} + +/* CommentPreprocFile */ +.chroma .cpf { + color: #8caaee; +} + +/* CommentSpecial */ +.chroma .cs { + color: #737994; +} + +/* LiteralStringDelimiter */ +.chroma .dl { + color: #8caaee; +} + +/* NameFunctionMagic */ +/* Generic */ +/* GenericDeleted */ +.chroma .gd { + color: #c6d0f5; + background-color: rgba(231, 130, 132, 0.15); +} + +/* GenericEmph */ +.chroma .ge { + font-style: italic; +} + +/* GenericHeading */ +.chroma .gh { + color: #99d1db; +} + +/* GenericInserted */ +.chroma .gi { + color: #c6d0f5; + background-color: rgba(166, 209, 137, 0.15); +} + +/* GenericUnderline */ +/* GenericOutput */ +.chroma .go { + color: #ef9f76; +} + +/* GenericPrompt */ +.chroma .gp { + color: #737994; + font-weight: bold; +} + +/* GenericError */ +.chroma .gr { + color: #ea999c; +} + +/* GenericStrong */ +.chroma .gs { + font-weight: bold; +} + +/* GenericTraceback */ +.chroma .gt { + color: #ea999c; +} + +/* GenericSubheading */ +.chroma .gu { + color: #99d1db; +} + +/* LiteralNumberIntegerLong */ +.chroma .il { + color: #ef9f76; +} + +/* Keyword */ +.chroma .k { + color: #ca9ee6; +} + +/* KeywordConstant */ +.chroma .kc { + color: #e5c890; +} + +/* KeywordDeclaration */ +.chroma .kd { + color: #ca9ee6; +} + +/* KeywordNamespace */ +.chroma .kn { + color: #e5c890; +} + +/* KeywordPseudo */ +.chroma .kp { + color: #ca9ee6; + font-weight: bold; +} + +/* KeywordReserved */ +.chroma .kr { + color: #ca9ee6; +} + +/* KeywordType */ +.chroma .kt { + color: #e5c890; +} + +/* Literal */ +/* LiteralDate */ +/* LiteralNumber */ +.chroma .m { + color: #ef9f76; +} + +/* LiteralNumberBin */ +.chroma .mb { + color: #ef9f76; +} + +/* LiteralNumberFloat */ +.chroma .mf { + color: #ef9f76; +} + +/* LiteralNumberHex */ +.chroma .mh { + color: #ef9f76; +} + +/* LiteralNumberInteger */ +.chroma .mi { + color: #ef9f76; +} + +/* LiteralNumberOct */ +.chroma .mo { + color: #ef9f76; +} + +/* Name */ +.chroma .n { + color: #babbf1; +} + +/* NameAttribute */ +.chroma .na { + color: #e5c890; +} + +/* NameBuiltin */ +.chroma .nb { + color: #ef9f76; +} + +/* NameClass */ +.chroma .nc { + color: #e5c890; +} + +/* NameDecorator */ +.chroma .nd { + color: #f4b8e4; +} + +/* NameException */ +.chroma .ne { + color: #ea999c; +} + +/* NameFunction */ +.chroma .nf { + color: #8caaee; +} + +/* NameEntity */ +.chroma .ni { + color: #f4b8e4; +} + +/* NameLabel */ +.chroma .nl { + color: #e5c890; +} + +/* NameNamespace */ +.chroma .nn { + color: #e5c890; +} + +/* NameConstant */ +.chroma .no { + color: #e5c890; +} + +/* NameTag */ +.chroma .nt { + color: #ca9ee6; +} + +/* NameVariable */ +.chroma .nv { + color: #ef9f76; +} + +/* NameOther */ +.chroma .nx { + color: #ef9f76; +} + +/* Operator */ +.chroma .o { + color: #99d1db; +} + +/* OperatorWord */ +.chroma .ow { + color: #99d1db; + font-weight: bold; +} + +/* Punctuation */ +.chroma .p { + color: #949cbb; +} + +/* NameProperty */ +/* LiteralString */ +.chroma .s { + color: #a6d189; +} + +/* LiteralStringSingle */ +.chroma .s1 { + color: #a6d189; +} + +/* LiteralStringDouble */ +.chroma .s2 { + color: #a6d189; +} + +/* LiteralStringAffix */ +.chroma .sa { + color: #a6d189; +} + +/* LiteralStringBacktick */ +.chroma .sb { + color: #a6d189; +} + +/* LiteralStringChar */ +.chroma .sc { + color: #a6d189; +} + +/* LiteralStringDoc */ +.chroma .sd { + color: #a6d189; +} + +/* LiteralStringEscape */ +.chroma .se { + color: #8caaee; +} + +/* LiteralStringHeredoc */ +.chroma .sh { + color: #a6d189; +} + +/* LiteralStringInterpol */ +.chroma .si { + color: #a6d189; +} + +/* LiteralStringRegex */ +.chroma .sr { + color: #8caaee; +} + +/* LiteralStringSymbol */ +.chroma .ss { + color: #a6d189; +} + +/* LiteralStringOther */ +.chroma .sx { + color: #a6d189; +} + +/* NameVariableClass */ +.chroma .vc { + color: #e5c890; +} + +/* NameVariableGlobal */ +.chroma .vg { + color: #ef9f76; +} + +/* NameVariableInstance */ +.chroma .vi { + color: #e5c890; +} + +/* NameVariableMagic */ +/* TextWhitespace */ +.chroma .w { + color: #414559; +} + +.CodeMirror .cm-property, +.CodeMirror.cm-s-default .cm-property, +.CodeMirror.cm-s-paper .cm-property { + color: #c6d0f5; +} +.CodeMirror .cm-header, +.CodeMirror.cm-s-default .cm-header, +.CodeMirror.cm-s-paper .cm-header { + color: #c6d0f5; +} +.CodeMirror .cm-quote, +.CodeMirror.cm-s-default .cm-quote, +.CodeMirror.cm-s-paper .cm-quote { + color: #a6d189; +} +.CodeMirror .cm-keyword, +.CodeMirror.cm-s-default .cm-keyword, +.CodeMirror.cm-s-paper .cm-keyword { + color: #ca9ee6; +} +.CodeMirror .cm-atom, +.CodeMirror.cm-s-default .cm-atom, +.CodeMirror.cm-s-paper .cm-atom { + color: #e78284; +} +.CodeMirror .cm-number, +.CodeMirror.cm-s-default .cm-number, +.CodeMirror.cm-s-paper .cm-number { + color: #ef9f76; +} +.CodeMirror .cm-def, +.CodeMirror.cm-s-default .cm-def, +.CodeMirror.cm-s-paper .cm-def { + color: #c6d0f5; +} +.CodeMirror .cm-variable-2, +.CodeMirror.cm-s-default .cm-variable-2, +.CodeMirror.cm-s-paper .cm-variable-2 { + color: #99d1db; +} +.CodeMirror .cm-variable-3, +.CodeMirror.cm-s-default .cm-variable-3, +.CodeMirror.cm-s-paper .cm-variable-3 { + color: #81c8be; +} +.CodeMirror .cm-comment, +.CodeMirror.cm-s-default .cm-comment, +.CodeMirror.cm-s-paper .cm-comment { + color: #626880; +} +.CodeMirror .cm-string, +.CodeMirror.cm-s-default .cm-string, +.CodeMirror.cm-s-paper .cm-string { + color: #a6d189; +} +.CodeMirror .cm-string-2, +.CodeMirror.cm-s-default .cm-string-2, +.CodeMirror.cm-s-paper .cm-string-2 { + color: #a6d189; +} +.CodeMirror .cm-meta, +.CodeMirror.cm-s-default .cm-meta, +.CodeMirror.cm-s-paper .cm-meta { + color: #ef9f76; +} +.CodeMirror .cm-qualifier, +.CodeMirror.cm-s-default .cm-qualifier, +.CodeMirror.cm-s-paper .cm-qualifier { + color: #ef9f76; +} +.CodeMirror .cm-builtin, +.CodeMirror.cm-s-default .cm-builtin, +.CodeMirror.cm-s-paper .cm-builtin { + color: #ef9f76; +} +.CodeMirror .cm-bracket, +.CodeMirror.cm-s-default .cm-bracket, +.CodeMirror.cm-s-paper .cm-bracket { + color: #c6d0f5; +} +.CodeMirror .cm-tag, +.CodeMirror.cm-s-default .cm-tag, +.CodeMirror.cm-s-paper .cm-tag { + color: #e5c890; +} +.CodeMirror .cm-attribute, +.CodeMirror.cm-s-default .cm-attribute, +.CodeMirror.cm-s-paper .cm-attribute { + color: #e5c890; +} +.CodeMirror .cm-hr, +.CodeMirror.cm-s-default .cm-hr, +.CodeMirror.cm-s-paper .cm-hr { + color: #949cbb; +} +.CodeMirror .cm-url, +.CodeMirror.cm-s-default .cm-url, +.CodeMirror.cm-s-paper .cm-url { + color: #8caaee; +} +.CodeMirror .cm-link, +.CodeMirror.cm-s-default .cm-link, +.CodeMirror.cm-s-paper .cm-link { + color: #8caaee; +} +.CodeMirror .cm-error, +.CodeMirror.cm-s-default .cm-error, +.CodeMirror.cm-s-paper .cm-error { + color: #e78284; +} + +.monaco-editor .selected-text { + background-color: #414559 !important; +} +.monaco-editor .margin-view-overlays .line-numbers { + color: #a5adce !important; +} +.monaco-editor .line-numbers.active-line-number { + color: #a6d189 !important; +} +.monaco-editor .view-overlays .current-line, +.monaco-editor .margin-view-overlays .current-line-margin { + background-color: rgb(58.88, 62.88, 82.16) !important; +} +.monaco-editor .mtk1 { + color: #c6d0f5 !important; +} +.monaco-editor .mtk2 { + color: #ff69b4 !important; +} +.monaco-editor .mtk3 { + color: #ef9f76 !important; +} +.monaco-editor .mtk4 { + color: #81c8be !important; +} +.monaco-editor .mtk5 { + color: #c6d0f5 !important; +} +.monaco-editor .mtk6 { + color: #ca9ee6 !important; +} +.monaco-editor .mtk7 { + color: #ef9f76 !important; +} +.monaco-editor .mtk8 { + color: #949cbb !important; +} +.monaco-editor .mtk9 { + color: #ca9ee6 !important; +} +.monaco-editor .mtk10 { + color: #a5adce !important; +} +.monaco-editor .mtk11 { + color: #81c8be !important; +} +.monaco-editor .mtk12 { + color: #81c8be !important; +} +.monaco-editor .mtk13 { + color: #ff69b4 !important; +} +.monaco-editor .mtk14 { + color: #ff69b4 !important; +} +.monaco-editor .mtk15 { + color: #ca9ee6 !important; +} +.monaco-editor .mtk16 { + color: #949cbb !important; +} +.monaco-editor .mtk17 { + color: #ff69b4 !important; +} +.monaco-editor .mtk18 { + color: #ff69b4 !important; +} +.monaco-editor .mtk19 { + color: #81c8be !important; +} +.monaco-editor .mtk20 { + color: #ff69b4 !important; +} +.monaco-editor .mtk21 { + color: #a6d189 !important; +} +.monaco-editor .mtk22 { + color: #ff69b4 !important; +} +.monaco-editor .mtk23 { + color: #8caaee !important; +} +.monaco-editor .mtk24 { + color: #ef9f76 !important; +} +.monaco-editor .mtk25 { + color: #f4b8e4 !important; +} +.monaco-editor .bracket-highlighting-0 { + color: rgb(217.8, 161.2, 177.2) !important; +} +.monaco-editor .bracket-highlighting-1 { + color: rgb(222.6, 178.6, 168.8) !important; +} +.monaco-editor .bracket-highlighting-2 { + color: rgb(216.6, 203.2, 184.4) !important; +} +.monaco-editor .bracket-highlighting-3 { + color: rgb(178.8, 208.6, 180.2) !important; +} +.monaco-editor .bracket-highlighting-4 { + color: rgb(163.2, 185.2, 240.8) !important; +} +.monaco-editor .bracket-highlighting-5 { + color: rgb(200.4, 178, 236) !important; +} \ No newline at end of file diff --git a/public/assets/css/theme-catppuccin-frappe-lavender.css b/public/assets/css/theme-catppuccin-frappe-lavender.css new file mode 100644 index 0000000..bd0bf3f --- /dev/null +++ b/public/assets/css/theme-catppuccin-frappe-lavender.css @@ -0,0 +1,873 @@ +:root { + color-scheme: dark; + --is-dark-theme: true; + accent-color: #babbf1; + --color-primary: #babbf1; + --color-primary-contrast: #232634; + --color-primary-hover: rgb(164.8012048193, 166.1084337349, 236.6987951807); + --color-primary-dark-1: rgb(173.2807228916, 174.465060241, 238.4192771084); + --color-primary-dark-2: rgb(160.5614457831, 161.9301204819, 235.8385542169); + --color-primary-dark-3: rgb(147.8421686747, 149.3951807229, 233.2578313253); + --color-primary-dark-4: rgb(135.1228915663, 136.8602409639, 230.6771084337); + --color-primary-dark-5: rgb(122.4036144578, 124.3253012048, 228.0963855422); + --color-primary-dark-6: rgb(109.6843373494, 111.7903614458, 225.5156626506); + --color-primary-dark-7: rgb(96.965060241, 99.2554216867, 222.934939759); + --color-primary-light-1: rgb(198.7192771084, 199.534939759, 243.5807228916); + --color-primary-light-2: rgb(211.4385542169, 212.0698795181, 246.1614457831); + --color-primary-light-3: rgb(224.1578313253, 224.6048192771, 248.7421686747); + --color-primary-light-4: rgb(236.8771084337, 237.1397590361, 251.3228915663); + --color-primary-light-5: rgb(249.5963855422, 249.6746987952, 253.9036144578); + --color-primary-light-6: hsl(238.9090909091, 66.265060241%, 101.7254901961%); + --color-primary-light-7: hsl(238.9090909091, 66.265060241%, 104.7254901961%); + --color-primary-alpha-10: rgba(186, 187, 241, 0.1); + --color-primary-alpha-20: rgba(186, 187, 241, 0.2); + --color-primary-alpha-30: rgba(186, 187, 241, 0.3); + --color-primary-alpha-40: rgba(186, 187, 241, 0.4); + --color-primary-alpha-50: rgba(186, 187, 241, 0.5); + --color-primary-alpha-60: rgba(186, 187, 241, 0.6); + --color-primary-alpha-70: rgba(186, 187, 241, 0.7); + --color-primary-alpha-80: rgba(186, 187, 241, 0.8); + --color-primary-alpha-90: rgba(186, 187, 241, 0.9); + --color-secondary: #51576d; + --color-secondary-dark-1: rgb(71.4577922078, 75.8551948052, 97.8422077922); + --color-secondary-dark-2: rgb(77.9155844156, 82.7103896104, 106.6844155844); + --color-secondary-dark-3: rgb(84.3733766234, 89.5655844156, 115.5266233766); + --color-secondary-dark-4: rgb(90.8311688312, 96.4207792208, 124.3688311688); + --color-secondary-dark-5: rgb(97.288961039, 103.275974026, 133.211038961); + --color-secondary-dark-6: rgb(103.7467532468, 110.1311688312, 142.0532467532); + --color-secondary-dark-7: rgb(111.1551948052, 117.6201298701, 149.9448051948); + --color-secondary-dark-8: rgb(119.9974025974, 126.0649350649, 156.4025974026); + --color-secondary-dark-9: rgb(128.8396103896, 134.5097402597, 162.8603896104); + --color-secondary-dark-10: rgb(137.6818181818, 142.9545454545, 169.3181818182); + --color-secondary-dark-11: rgb(146.524025974, 151.3993506494, 175.775974026); + --color-secondary-dark-12: rgb(155.3662337662, 159.8441558442, 182.2337662338); + --color-secondary-dark-13: rgb(164.2084415584, 168.288961039, 188.6915584416); + --color-secondary-light-1: rgb(58.5422077922, 62.1448051948, 80.1577922078); + --color-secondary-light-2: rgb(52.0844155844, 55.2896103896, 71.3155844156); + --color-secondary-light-3: rgb(45.6266233766, 48.4344155844, 62.4733766234); + --color-secondary-light-4: rgb(39.1688311688, 41.5792207792, 53.6311688312); + --color-secondary-alpha-10: rgba(65, 69, 89, 0.1); + --color-secondary-alpha-20: rgba(65, 69, 89, 0.2); + --color-secondary-alpha-30: rgba(65, 69, 89, 0.3); + --color-secondary-alpha-40: rgba(65, 69, 89, 0.4); + --color-secondary-alpha-50: rgba(65, 69, 89, 0.5); + --color-secondary-alpha-60: rgba(65, 69, 89, 0.6); + --color-secondary-alpha-70: rgba(65, 69, 89, 0.7); + --color-secondary-alpha-80: rgba(65, 69, 89, 0.8); + --color-secondary-alpha-90: rgba(65, 69, 89, 0.9); + /* colors */ + --color-red: #e78284; + --color-orange: #ef9f76; + --color-yellow: #e5c890; + --color-olive: #a6d189; + --color-green: #a6d189; + --color-teal: #81c8be; + --color-blue: #8caaee; + --color-violet: #babbf1; + --color-purple: #ca9ee6; + --color-pink: #f4b8e4; + --color-brown: #eebebe; + --color-grey: #949cbb; + --color-black: #292c3c; + /* light variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-light: rgb(222.7852348993, 87.2147651007, 89.8993288591); + --color-orange-light: rgb(233.6666666667, 127, 72.3333333333); + --color-yellow-light: rgb(219.3211678832, 179.5255474453, 102.6788321168); + --color-olive-light: rgb(138.3231707317, 194.6951219512, 100.3048780488); + --color-green-light: rgb(138.3231707317, 194.6951219512, 100.3048780488); + --color-teal-light: rgb(93.4972375691, 184.5027624309, 171.6850828729); + --color-blue-light: rgb(95.5681818182, 137.1590909091, 231.4318181818); + --color-violet-light: rgb(143.6024096386, 145.2168674699, 232.3975903614); + --color-purple-light: rgb(179.8442622951, 117.4508196721, 219.5491803279); + --color-pink-light: rgb(237.1585365854, 139.8414634146, 211.2073170732); + --color-brown-light: rgb(227.4268292683, 149.5731707317, 149.5731707317); + --color-grey-light: rgb(116.8171428571, 127.1485714286, 167.1828571429); + --color-black-light: rgb(20.297029703, 21.7821782178, 29.702970297); + /* dark 1 variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-dark-1: rgb(222.7852348993, 87.2147651007, 89.8993288591); + --color-orange-dark-1: rgb(233.6666666667, 127, 72.3333333333); + --color-yellow-dark-1: rgb(219.3211678832, 179.5255474453, 102.6788321168); + --color-olive-dark-1: rgb(138.3231707317, 194.6951219512, 100.3048780488); + --color-green-dark-1: rgb(138.3231707317, 194.6951219512, 100.3048780488); + --color-teal-dark-1: rgb(93.4972375691, 184.5027624309, 171.6850828729); + --color-blue-dark-1: rgb(95.5681818182, 137.1590909091, 231.4318181818); + --color-violet-dark-1: rgb(143.6024096386, 145.2168674699, 232.3975903614); + --color-purple-dark-1: rgb(179.8442622951, 117.4508196721, 219.5491803279); + --color-pink-dark-1: rgb(237.1585365854, 139.8414634146, 211.2073170732); + --color-brown-dark-1: rgb(227.4268292683, 149.5731707317, 149.5731707317); + --color-black-dark-1: rgb(20.297029703, 21.7821782178, 29.702970297); + /* dark 2 variants - produced via Sass scale-color(color, $lightness: -20%) */ + --color-red-dark-2: rgb(214.5704697987, 44.4295302013, 47.7986577181); + --color-orange-dark-2: rgb(228.3333333333, 95, 26.6666666667); + --color-yellow-dark-2: rgb(209.6423357664, 159.0510948905, 61.3576642336); + --color-olive-dark-2: rgb(111.5853658537, 175.5609756098, 68.4390243902); + --color-green-dark-2: rgb(111.5853658537, 175.5609756098, 68.4390243902); + --color-teal-dark-2: rgb(68.9779005525, 158.0220994475, 145.4806629834); + --color-blue-dark-2: rgb(51.1363636364, 104.3181818182, 224.8636363636); + --color-violet-dark-2: rgb(101.2048192771, 103.4337349398, 223.7951807229); + --color-purple-dark-2: rgb(157.6885245902, 76.9016393443, 209.0983606557); + --color-pink-dark-2: rgb(230.3170731707, 95.6829268293, 194.4146341463); + --color-brown-dark-2: rgb(216.8536585366, 109.1463414634, 109.1463414634); + --color-black-dark-2: hsl(230.5263157895, 18.8118811881%, -0.1960784314%); + /* other colors */ + --color-gold: #f2d5cf; + --color-white: #c6d0f5; + --color-diff-removed-word-bg: rgba(231, 130, 132, 0.15); + --color-diff-added-word-bg: rgba(166, 209, 137, 0.15); + --color-diff-removed-row-bg: rgba(231, 130, 132, 0.07); + --color-diff-moved-row-bg: rgba(229, 200, 144, 0.07); + --color-diff-added-row-bg: rgba(166, 209, 137, 0.07); + --color-diff-removed-row-border: rgba(231, 130, 132, 0.07); + --color-diff-moved-row-border: rgba(229, 200, 144, 0.07); + --color-diff-added-row-border: rgba(166, 209, 137, 0.07); + --color-diff-inactive: #949cbb; + --color-error-border: #e78284; + --color-error-bg: #e78284; + --color-error-bg-active: rgb(226.8926174497, 108.6073825503, 110.9496644295); + --color-error-bg-hover: rgb(222.7852348993, 87.2147651007, 89.8993288591); + --color-error-text: #232634; + --color-success-border: rgb(138.3231707317, 194.6951219512, 100.3048780488); + --color-success-bg: #a6d189; + --color-success-text: #232634; + --color-warning-border: rgb(219.3211678832, 179.5255474453, 102.6788321168); + --color-warning-bg: #e5c890; + --color-warning-text: #232634; + --color-info-border: rgb(95.5681818182, 137.1590909091, 231.4318181818); + --color-info-bg: #232634; + --color-info-text: #c6d0f5; + --color-red-badge: rgb(222.7852348993, 87.2147651007, 89.8993288591); + --color-red-badge-bg: #232634; + --color-red-badge-hover-bg: rgb(226.8926174497, 108.6073825503, 110.9496644295); + --color-green-badge: #a6d189; + --color-green-badge-bg: #a6d189; + --color-green-badge-hover-bg: rgb(152.1615853659, 201.8475609756, 118.6524390244); + --color-yellow-badge: #e5c890; + --color-yellow-badge-bg: #232634; + --color-yellow-badge-hover-bg: rgb(224.1605839416, 189.7627737226, 123.3394160584); + --color-orange-badge: #ef9f76; + --color-orange-badge-bg: #232634; + --color-orange-badge-hover-bg: rgb(236.3333333333, 143, 95.1666666667); + --color-git: #ef9f76; + --color-highlight-bg: rgba(229, 200, 144, 0.15); + /* target-based colors */ + --color-body: #232634; + --color-box-header: #292c3c; + --color-box-body: #292c3c; + --color-box-body-highlight: #414559; + --color-text-dark: #a5adce; + --color-text: #c6d0f5; + --color-text-light: #b5bfe2; + --color-text-light-1: #b5bfe2; + --color-text-light-2: #b5bfe2; + --color-text-light-3: #b5bfe2; + --color-footer: #292c3c; + --color-timeline: #414559; + --color-input-text: #c6d0f5; + --color-input-background: #414559; + --color-input-toggle-background: #414559; + --color-input-border: #51576d; + --color-input-border-hover: #626880; + --color-nav-bg: #292c3c; + --color-nav-hover-bg: var(--color-hover); + --color-navbar: #292c3c; + --color-navbar-transparent: rgba(35, 38, 52, 0); + --color-light: rgba(98, 104, 128, 0.3); + --color-light-mimic-enabled: rgba( + 0, + 0, + 0, + calc(40 / 255 * 222 / 255 / var(--opacity-disabled)) + ); + --color-light-border: #626880; + --color-hover: rgba(115, 121, 148, 0.2); + --color-active: rgba(198, 208, 245, 0.1); + --color-menu: #414559; + --color-card: #414559; + --color-markup-table-row: rgba(198, 208, 245, 0.02); + --color-markup-code-block: rgba(198, 208, 245, 0.05); + --color-markup-code-inline: #414559; + --color-button: #414559; + --color-code-bg: #303446; + --color-code-sidebar-bg: #414559; + --color-shadow: rgba(35, 38, 52, 0.1); + --color-tooltip-bg: #414559; + --color-tooltip-text: var(--color-text); + --color-secondary-bg: #414559; + --color-text-focus: #c6d0f5; + --color-expand-button: #626880; + --color-placeholder-text: #a5adce; + --color-editor-line-highlight: var(--color-primary-light-5); + --color-project-board-bg: var(--color-secondary-light-2); + /* gitea source code: */ + /* should ideally be --color-text-dark, see go-gitea/gitea#15651 */ + --color-caret: var(--color-text); + --color-reaction-bg: rgba(198, 208, 245, 0.07); + --color-reaction-active-bg: var(--color-primary-alpha-40); + --color-header-wrapper: #292c3c; + --color-header-wrapper-transparent: rgba(41, 44, 60, 0); + --color-label-text: #232634; + --color-label-bg: #babbf1; + --color-label-hover-bg: rgb(160.5614457831, 161.9301204819, 235.8385542169); + --color-label-active-bg: rgb(173.2807228916, 174.465060241, 238.4192771084); + --color-accent: var(--color-primary-light-1); + --color-small-accent: var(--color-primary-light-5); + --color-active-line: #51576d; +} + +/* invert emojis that are hard to read otherwise */ +.emoji[aria-label="check mark"], +.emoji[aria-label="currency exchange"], +.emoji[aria-label="TOP arrow"], +.emoji[aria-label="END arrow"], +.emoji[aria-label="ON! arrow"], +.emoji[aria-label="SOON arrow"], +.emoji[aria-label="heavy dollar sign"], +.emoji[aria-label=copyright], +.emoji[aria-label=registered], +.emoji[aria-label="trade mark"], +.emoji[aria-label=multiply], +.emoji[aria-label=plus], +.emoji[aria-label=minus], +.emoji[aria-label=divide], +.emoji[aria-label="curly loop"], +.emoji[aria-label="double curly loop"], +.emoji[aria-label="wavy dash"], +.emoji[aria-label="paw prints"], +.emoji[aria-label="musical note"], +.emoji[aria-label="musical notes"] { + filter: invert(100%) hue-rotate(180deg); +} + +.ui.ui.ui.button:not(.inverted, .basic).primary, .ui.ui.ui.button:not(.inverted, .basic).green, .ui.ui.ui.button:not(.inverted, .basic).red, .ui.ui.ui.button:not(.inverted, .basic).teal, +.ui.ui.ui.label:not(.inverted, .basic).primary, +.ui.ui.ui.label:not(.inverted, .basic).green, +.ui.ui.ui.label:not(.inverted, .basic).red, +.ui.ui.ui.label:not(.inverted, .basic).teal { + color: #232634; +} +.ui.ui.ui.button:not(.inverted, .basic).primary:hover, .ui.ui.ui.button:not(.inverted, .basic).green:hover, .ui.ui.ui.button:not(.inverted, .basic).red:hover, .ui.ui.ui.button:not(.inverted, .basic).teal:hover, +.ui.ui.ui.label:not(.inverted, .basic).primary:hover, +.ui.ui.ui.label:not(.inverted, .basic).green:hover, +.ui.ui.ui.label:not(.inverted, .basic).red:hover, +.ui.ui.ui.label:not(.inverted, .basic).teal:hover { + color: #303446; +} + +.ui.basic.modal { + background-color: #303446; +} + +.ui.commit-header-row .svg.gitea-lock ~ a { + color: #232634; +} + +.ui.negative.message .header { + color: var(--color-error-text); +} + +.ui.sha.isSigned.isVerified .shortsha { + color: #232634; +} +.ui.sha.isSigned.isVerified svg.gitea-lock { + fill: #232634; +} + +.ui.basic.modal, +.ui.basic.modal > .header, +.ui.inverted.button { + color: #c6d0f5 !important; +} + +#repo-topics, +#topic_edit > .ui.selection.dropdown { + color: var(--color-label-text) !important; +} + +blockquote.attention-tip { + border-left-color: var(--color-success-bg); +} +blockquote.attention-warning { + border-left-color: var(--color-warning-bg); +} + +svg.attention-tip, +strong.attention-tip { + color: var(--color-success-bg); +} +svg.attention-warning, +strong.attention-warning { + color: var(--color-warning-bg); +} + +.inline-code-block { + color: #232634; +} + +::selection { + background: rgba(186, 187, 241, 0.3) !important; +} + +/* NameBuiltinPseudo */ +.chroma .bp { + color: #ef9f76; +} + +/* Comment */ +.chroma .c { + color: #737994; +} + +/* CommentSingle */ +.chroma .c1 { + color: #737994; +} + +/* CommentHashbang */ +.chroma .ch { + color: #737994; +} + +/* CommentMultiline */ +.chroma .cm { + color: #737994; +} + +/* CommentPreproc */ +.chroma .cp { + color: #8caaee; +} + +/* CommentPreprocFile */ +.chroma .cpf { + color: #8caaee; +} + +/* CommentSpecial */ +.chroma .cs { + color: #737994; +} + +/* LiteralStringDelimiter */ +.chroma .dl { + color: #8caaee; +} + +/* NameFunctionMagic */ +/* Generic */ +/* GenericDeleted */ +.chroma .gd { + color: #c6d0f5; + background-color: rgba(231, 130, 132, 0.15); +} + +/* GenericEmph */ +.chroma .ge { + font-style: italic; +} + +/* GenericHeading */ +.chroma .gh { + color: #99d1db; +} + +/* GenericInserted */ +.chroma .gi { + color: #c6d0f5; + background-color: rgba(166, 209, 137, 0.15); +} + +/* GenericUnderline */ +/* GenericOutput */ +.chroma .go { + color: #ef9f76; +} + +/* GenericPrompt */ +.chroma .gp { + color: #737994; + font-weight: bold; +} + +/* GenericError */ +.chroma .gr { + color: #ea999c; +} + +/* GenericStrong */ +.chroma .gs { + font-weight: bold; +} + +/* GenericTraceback */ +.chroma .gt { + color: #ea999c; +} + +/* GenericSubheading */ +.chroma .gu { + color: #99d1db; +} + +/* LiteralNumberIntegerLong */ +.chroma .il { + color: #ef9f76; +} + +/* Keyword */ +.chroma .k { + color: #ca9ee6; +} + +/* KeywordConstant */ +.chroma .kc { + color: #e5c890; +} + +/* KeywordDeclaration */ +.chroma .kd { + color: #ca9ee6; +} + +/* KeywordNamespace */ +.chroma .kn { + color: #e5c890; +} + +/* KeywordPseudo */ +.chroma .kp { + color: #ca9ee6; + font-weight: bold; +} + +/* KeywordReserved */ +.chroma .kr { + color: #ca9ee6; +} + +/* KeywordType */ +.chroma .kt { + color: #e5c890; +} + +/* Literal */ +/* LiteralDate */ +/* LiteralNumber */ +.chroma .m { + color: #ef9f76; +} + +/* LiteralNumberBin */ +.chroma .mb { + color: #ef9f76; +} + +/* LiteralNumberFloat */ +.chroma .mf { + color: #ef9f76; +} + +/* LiteralNumberHex */ +.chroma .mh { + color: #ef9f76; +} + +/* LiteralNumberInteger */ +.chroma .mi { + color: #ef9f76; +} + +/* LiteralNumberOct */ +.chroma .mo { + color: #ef9f76; +} + +/* Name */ +.chroma .n { + color: #babbf1; +} + +/* NameAttribute */ +.chroma .na { + color: #e5c890; +} + +/* NameBuiltin */ +.chroma .nb { + color: #ef9f76; +} + +/* NameClass */ +.chroma .nc { + color: #e5c890; +} + +/* NameDecorator */ +.chroma .nd { + color: #f4b8e4; +} + +/* NameException */ +.chroma .ne { + color: #ea999c; +} + +/* NameFunction */ +.chroma .nf { + color: #8caaee; +} + +/* NameEntity */ +.chroma .ni { + color: #f4b8e4; +} + +/* NameLabel */ +.chroma .nl { + color: #e5c890; +} + +/* NameNamespace */ +.chroma .nn { + color: #e5c890; +} + +/* NameConstant */ +.chroma .no { + color: #e5c890; +} + +/* NameTag */ +.chroma .nt { + color: #ca9ee6; +} + +/* NameVariable */ +.chroma .nv { + color: #ef9f76; +} + +/* NameOther */ +.chroma .nx { + color: #ef9f76; +} + +/* Operator */ +.chroma .o { + color: #99d1db; +} + +/* OperatorWord */ +.chroma .ow { + color: #99d1db; + font-weight: bold; +} + +/* Punctuation */ +.chroma .p { + color: #949cbb; +} + +/* NameProperty */ +/* LiteralString */ +.chroma .s { + color: #a6d189; +} + +/* LiteralStringSingle */ +.chroma .s1 { + color: #a6d189; +} + +/* LiteralStringDouble */ +.chroma .s2 { + color: #a6d189; +} + +/* LiteralStringAffix */ +.chroma .sa { + color: #a6d189; +} + +/* LiteralStringBacktick */ +.chroma .sb { + color: #a6d189; +} + +/* LiteralStringChar */ +.chroma .sc { + color: #a6d189; +} + +/* LiteralStringDoc */ +.chroma .sd { + color: #a6d189; +} + +/* LiteralStringEscape */ +.chroma .se { + color: #8caaee; +} + +/* LiteralStringHeredoc */ +.chroma .sh { + color: #a6d189; +} + +/* LiteralStringInterpol */ +.chroma .si { + color: #a6d189; +} + +/* LiteralStringRegex */ +.chroma .sr { + color: #8caaee; +} + +/* LiteralStringSymbol */ +.chroma .ss { + color: #a6d189; +} + +/* LiteralStringOther */ +.chroma .sx { + color: #a6d189; +} + +/* NameVariableClass */ +.chroma .vc { + color: #e5c890; +} + +/* NameVariableGlobal */ +.chroma .vg { + color: #ef9f76; +} + +/* NameVariableInstance */ +.chroma .vi { + color: #e5c890; +} + +/* NameVariableMagic */ +/* TextWhitespace */ +.chroma .w { + color: #414559; +} + +.CodeMirror .cm-property, +.CodeMirror.cm-s-default .cm-property, +.CodeMirror.cm-s-paper .cm-property { + color: #c6d0f5; +} +.CodeMirror .cm-header, +.CodeMirror.cm-s-default .cm-header, +.CodeMirror.cm-s-paper .cm-header { + color: #c6d0f5; +} +.CodeMirror .cm-quote, +.CodeMirror.cm-s-default .cm-quote, +.CodeMirror.cm-s-paper .cm-quote { + color: #a6d189; +} +.CodeMirror .cm-keyword, +.CodeMirror.cm-s-default .cm-keyword, +.CodeMirror.cm-s-paper .cm-keyword { + color: #ca9ee6; +} +.CodeMirror .cm-atom, +.CodeMirror.cm-s-default .cm-atom, +.CodeMirror.cm-s-paper .cm-atom { + color: #e78284; +} +.CodeMirror .cm-number, +.CodeMirror.cm-s-default .cm-number, +.CodeMirror.cm-s-paper .cm-number { + color: #ef9f76; +} +.CodeMirror .cm-def, +.CodeMirror.cm-s-default .cm-def, +.CodeMirror.cm-s-paper .cm-def { + color: #c6d0f5; +} +.CodeMirror .cm-variable-2, +.CodeMirror.cm-s-default .cm-variable-2, +.CodeMirror.cm-s-paper .cm-variable-2 { + color: #99d1db; +} +.CodeMirror .cm-variable-3, +.CodeMirror.cm-s-default .cm-variable-3, +.CodeMirror.cm-s-paper .cm-variable-3 { + color: #81c8be; +} +.CodeMirror .cm-comment, +.CodeMirror.cm-s-default .cm-comment, +.CodeMirror.cm-s-paper .cm-comment { + color: #626880; +} +.CodeMirror .cm-string, +.CodeMirror.cm-s-default .cm-string, +.CodeMirror.cm-s-paper .cm-string { + color: #a6d189; +} +.CodeMirror .cm-string-2, +.CodeMirror.cm-s-default .cm-string-2, +.CodeMirror.cm-s-paper .cm-string-2 { + color: #a6d189; +} +.CodeMirror .cm-meta, +.CodeMirror.cm-s-default .cm-meta, +.CodeMirror.cm-s-paper .cm-meta { + color: #ef9f76; +} +.CodeMirror .cm-qualifier, +.CodeMirror.cm-s-default .cm-qualifier, +.CodeMirror.cm-s-paper .cm-qualifier { + color: #ef9f76; +} +.CodeMirror .cm-builtin, +.CodeMirror.cm-s-default .cm-builtin, +.CodeMirror.cm-s-paper .cm-builtin { + color: #ef9f76; +} +.CodeMirror .cm-bracket, +.CodeMirror.cm-s-default .cm-bracket, +.CodeMirror.cm-s-paper .cm-bracket { + color: #c6d0f5; +} +.CodeMirror .cm-tag, +.CodeMirror.cm-s-default .cm-tag, +.CodeMirror.cm-s-paper .cm-tag { + color: #e5c890; +} +.CodeMirror .cm-attribute, +.CodeMirror.cm-s-default .cm-attribute, +.CodeMirror.cm-s-paper .cm-attribute { + color: #e5c890; +} +.CodeMirror .cm-hr, +.CodeMirror.cm-s-default .cm-hr, +.CodeMirror.cm-s-paper .cm-hr { + color: #949cbb; +} +.CodeMirror .cm-url, +.CodeMirror.cm-s-default .cm-url, +.CodeMirror.cm-s-paper .cm-url { + color: #8caaee; +} +.CodeMirror .cm-link, +.CodeMirror.cm-s-default .cm-link, +.CodeMirror.cm-s-paper .cm-link { + color: #8caaee; +} +.CodeMirror .cm-error, +.CodeMirror.cm-s-default .cm-error, +.CodeMirror.cm-s-paper .cm-error { + color: #e78284; +} + +.monaco-editor .selected-text { + background-color: #414559 !important; +} +.monaco-editor .margin-view-overlays .line-numbers { + color: #a5adce !important; +} +.monaco-editor .line-numbers.active-line-number { + color: #babbf1 !important; +} +.monaco-editor .view-overlays .current-line, +.monaco-editor .margin-view-overlays .current-line-margin { + background-color: rgb(58.88, 62.88, 82.16) !important; +} +.monaco-editor .mtk1 { + color: #c6d0f5 !important; +} +.monaco-editor .mtk2 { + color: #ff69b4 !important; +} +.monaco-editor .mtk3 { + color: #ef9f76 !important; +} +.monaco-editor .mtk4 { + color: #81c8be !important; +} +.monaco-editor .mtk5 { + color: #c6d0f5 !important; +} +.monaco-editor .mtk6 { + color: #ca9ee6 !important; +} +.monaco-editor .mtk7 { + color: #ef9f76 !important; +} +.monaco-editor .mtk8 { + color: #949cbb !important; +} +.monaco-editor .mtk9 { + color: #ca9ee6 !important; +} +.monaco-editor .mtk10 { + color: #a5adce !important; +} +.monaco-editor .mtk11 { + color: #81c8be !important; +} +.monaco-editor .mtk12 { + color: #81c8be !important; +} +.monaco-editor .mtk13 { + color: #ff69b4 !important; +} +.monaco-editor .mtk14 { + color: #ff69b4 !important; +} +.monaco-editor .mtk15 { + color: #ca9ee6 !important; +} +.monaco-editor .mtk16 { + color: #949cbb !important; +} +.monaco-editor .mtk17 { + color: #ff69b4 !important; +} +.monaco-editor .mtk18 { + color: #ff69b4 !important; +} +.monaco-editor .mtk19 { + color: #81c8be !important; +} +.monaco-editor .mtk20 { + color: #ff69b4 !important; +} +.monaco-editor .mtk21 { + color: #a6d189 !important; +} +.monaco-editor .mtk22 { + color: #ff69b4 !important; +} +.monaco-editor .mtk23 { + color: #8caaee !important; +} +.monaco-editor .mtk24 { + color: #ef9f76 !important; +} +.monaco-editor .mtk25 { + color: #f4b8e4 !important; +} +.monaco-editor .bracket-highlighting-0 { + color: rgb(217.8, 161.2, 177.2) !important; +} +.monaco-editor .bracket-highlighting-1 { + color: rgb(222.6, 178.6, 168.8) !important; +} +.monaco-editor .bracket-highlighting-2 { + color: rgb(216.6, 203.2, 184.4) !important; +} +.monaco-editor .bracket-highlighting-3 { + color: rgb(178.8, 208.6, 180.2) !important; +} +.monaco-editor .bracket-highlighting-4 { + color: rgb(163.2, 185.2, 240.8) !important; +} +.monaco-editor .bracket-highlighting-5 { + color: rgb(200.4, 178, 236) !important; +} \ No newline at end of file diff --git a/public/assets/css/theme-catppuccin-frappe-maroon.css b/public/assets/css/theme-catppuccin-frappe-maroon.css new file mode 100644 index 0000000..b300136 --- /dev/null +++ b/public/assets/css/theme-catppuccin-frappe-maroon.css @@ -0,0 +1,873 @@ +:root { + color-scheme: dark; + --is-dark-theme: true; + accent-color: #ea999c; + --color-primary: #ea999c; + --color-primary-contrast: #232634; + --color-primary-hover: rgb(229.6463414634, 131.8536585366, 135.4756097561); + --color-primary-dark-1: rgb(231.387804878, 140.312195122, 143.6853658537); + --color-primary-dark-2: rgb(228.7756097561, 127.6243902439, 131.3707317073); + --color-primary-dark-3: rgb(226.1634146341, 114.9365853659, 119.056097561); + --color-primary-dark-4: rgb(223.5512195122, 102.2487804878, 106.7414634146); + --color-primary-dark-5: rgb(220.9390243902, 89.5609756098, 94.4268292683); + --color-primary-dark-6: rgb(218.3268292683, 76.8731707317, 82.112195122); + --color-primary-dark-7: rgb(215.7146341463, 64.1853658537, 69.7975609756); + --color-primary-light-1: rgb(236.612195122, 165.687804878, 168.3146341463); + --color-primary-light-2: rgb(239.2243902439, 178.3756097561, 180.6292682927); + --color-primary-light-3: rgb(241.8365853659, 191.0634146341, 192.943902439); + --color-primary-light-4: rgb(244.4487804878, 203.7512195122, 205.2585365854); + --color-primary-light-5: rgb(247.0609756098, 216.4390243902, 217.5731707317); + --color-primary-light-6: rgb(249.6731707317, 229.1268292683, 229.887804878); + --color-primary-light-7: rgb(252.2853658537, 241.8146341463, 242.2024390244); + --color-primary-alpha-10: rgba(234, 153, 156, 0.1); + --color-primary-alpha-20: rgba(234, 153, 156, 0.2); + --color-primary-alpha-30: rgba(234, 153, 156, 0.3); + --color-primary-alpha-40: rgba(234, 153, 156, 0.4); + --color-primary-alpha-50: rgba(234, 153, 156, 0.5); + --color-primary-alpha-60: rgba(234, 153, 156, 0.6); + --color-primary-alpha-70: rgba(234, 153, 156, 0.7); + --color-primary-alpha-80: rgba(234, 153, 156, 0.8); + --color-primary-alpha-90: rgba(234, 153, 156, 0.9); + --color-secondary: #51576d; + --color-secondary-dark-1: rgb(71.4577922078, 75.8551948052, 97.8422077922); + --color-secondary-dark-2: rgb(77.9155844156, 82.7103896104, 106.6844155844); + --color-secondary-dark-3: rgb(84.3733766234, 89.5655844156, 115.5266233766); + --color-secondary-dark-4: rgb(90.8311688312, 96.4207792208, 124.3688311688); + --color-secondary-dark-5: rgb(97.288961039, 103.275974026, 133.211038961); + --color-secondary-dark-6: rgb(103.7467532468, 110.1311688312, 142.0532467532); + --color-secondary-dark-7: rgb(111.1551948052, 117.6201298701, 149.9448051948); + --color-secondary-dark-8: rgb(119.9974025974, 126.0649350649, 156.4025974026); + --color-secondary-dark-9: rgb(128.8396103896, 134.5097402597, 162.8603896104); + --color-secondary-dark-10: rgb(137.6818181818, 142.9545454545, 169.3181818182); + --color-secondary-dark-11: rgb(146.524025974, 151.3993506494, 175.775974026); + --color-secondary-dark-12: rgb(155.3662337662, 159.8441558442, 182.2337662338); + --color-secondary-dark-13: rgb(164.2084415584, 168.288961039, 188.6915584416); + --color-secondary-light-1: rgb(58.5422077922, 62.1448051948, 80.1577922078); + --color-secondary-light-2: rgb(52.0844155844, 55.2896103896, 71.3155844156); + --color-secondary-light-3: rgb(45.6266233766, 48.4344155844, 62.4733766234); + --color-secondary-light-4: rgb(39.1688311688, 41.5792207792, 53.6311688312); + --color-secondary-alpha-10: rgba(65, 69, 89, 0.1); + --color-secondary-alpha-20: rgba(65, 69, 89, 0.2); + --color-secondary-alpha-30: rgba(65, 69, 89, 0.3); + --color-secondary-alpha-40: rgba(65, 69, 89, 0.4); + --color-secondary-alpha-50: rgba(65, 69, 89, 0.5); + --color-secondary-alpha-60: rgba(65, 69, 89, 0.6); + --color-secondary-alpha-70: rgba(65, 69, 89, 0.7); + --color-secondary-alpha-80: rgba(65, 69, 89, 0.8); + --color-secondary-alpha-90: rgba(65, 69, 89, 0.9); + /* colors */ + --color-red: #e78284; + --color-orange: #ef9f76; + --color-yellow: #e5c890; + --color-olive: #a6d189; + --color-green: #a6d189; + --color-teal: #81c8be; + --color-blue: #8caaee; + --color-violet: #babbf1; + --color-purple: #ca9ee6; + --color-pink: #f4b8e4; + --color-brown: #eebebe; + --color-grey: #949cbb; + --color-black: #292c3c; + /* light variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-light: rgb(222.7852348993, 87.2147651007, 89.8993288591); + --color-orange-light: rgb(233.6666666667, 127, 72.3333333333); + --color-yellow-light: rgb(219.3211678832, 179.5255474453, 102.6788321168); + --color-olive-light: rgb(138.3231707317, 194.6951219512, 100.3048780488); + --color-green-light: rgb(138.3231707317, 194.6951219512, 100.3048780488); + --color-teal-light: rgb(93.4972375691, 184.5027624309, 171.6850828729); + --color-blue-light: rgb(95.5681818182, 137.1590909091, 231.4318181818); + --color-violet-light: rgb(143.6024096386, 145.2168674699, 232.3975903614); + --color-purple-light: rgb(179.8442622951, 117.4508196721, 219.5491803279); + --color-pink-light: rgb(237.1585365854, 139.8414634146, 211.2073170732); + --color-brown-light: rgb(227.4268292683, 149.5731707317, 149.5731707317); + --color-grey-light: rgb(116.8171428571, 127.1485714286, 167.1828571429); + --color-black-light: rgb(20.297029703, 21.7821782178, 29.702970297); + /* dark 1 variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-dark-1: rgb(222.7852348993, 87.2147651007, 89.8993288591); + --color-orange-dark-1: rgb(233.6666666667, 127, 72.3333333333); + --color-yellow-dark-1: rgb(219.3211678832, 179.5255474453, 102.6788321168); + --color-olive-dark-1: rgb(138.3231707317, 194.6951219512, 100.3048780488); + --color-green-dark-1: rgb(138.3231707317, 194.6951219512, 100.3048780488); + --color-teal-dark-1: rgb(93.4972375691, 184.5027624309, 171.6850828729); + --color-blue-dark-1: rgb(95.5681818182, 137.1590909091, 231.4318181818); + --color-violet-dark-1: rgb(143.6024096386, 145.2168674699, 232.3975903614); + --color-purple-dark-1: rgb(179.8442622951, 117.4508196721, 219.5491803279); + --color-pink-dark-1: rgb(237.1585365854, 139.8414634146, 211.2073170732); + --color-brown-dark-1: rgb(227.4268292683, 149.5731707317, 149.5731707317); + --color-black-dark-1: rgb(20.297029703, 21.7821782178, 29.702970297); + /* dark 2 variants - produced via Sass scale-color(color, $lightness: -20%) */ + --color-red-dark-2: rgb(214.5704697987, 44.4295302013, 47.7986577181); + --color-orange-dark-2: rgb(228.3333333333, 95, 26.6666666667); + --color-yellow-dark-2: rgb(209.6423357664, 159.0510948905, 61.3576642336); + --color-olive-dark-2: rgb(111.5853658537, 175.5609756098, 68.4390243902); + --color-green-dark-2: rgb(111.5853658537, 175.5609756098, 68.4390243902); + --color-teal-dark-2: rgb(68.9779005525, 158.0220994475, 145.4806629834); + --color-blue-dark-2: rgb(51.1363636364, 104.3181818182, 224.8636363636); + --color-violet-dark-2: rgb(101.2048192771, 103.4337349398, 223.7951807229); + --color-purple-dark-2: rgb(157.6885245902, 76.9016393443, 209.0983606557); + --color-pink-dark-2: rgb(230.3170731707, 95.6829268293, 194.4146341463); + --color-brown-dark-2: rgb(216.8536585366, 109.1463414634, 109.1463414634); + --color-black-dark-2: hsl(230.5263157895, 18.8118811881%, -0.1960784314%); + /* other colors */ + --color-gold: #f2d5cf; + --color-white: #c6d0f5; + --color-diff-removed-word-bg: rgba(231, 130, 132, 0.15); + --color-diff-added-word-bg: rgba(166, 209, 137, 0.15); + --color-diff-removed-row-bg: rgba(231, 130, 132, 0.07); + --color-diff-moved-row-bg: rgba(229, 200, 144, 0.07); + --color-diff-added-row-bg: rgba(166, 209, 137, 0.07); + --color-diff-removed-row-border: rgba(231, 130, 132, 0.07); + --color-diff-moved-row-border: rgba(229, 200, 144, 0.07); + --color-diff-added-row-border: rgba(166, 209, 137, 0.07); + --color-diff-inactive: #949cbb; + --color-error-border: #e78284; + --color-error-bg: #e78284; + --color-error-bg-active: rgb(226.8926174497, 108.6073825503, 110.9496644295); + --color-error-bg-hover: rgb(222.7852348993, 87.2147651007, 89.8993288591); + --color-error-text: #232634; + --color-success-border: rgb(138.3231707317, 194.6951219512, 100.3048780488); + --color-success-bg: #a6d189; + --color-success-text: #232634; + --color-warning-border: rgb(219.3211678832, 179.5255474453, 102.6788321168); + --color-warning-bg: #e5c890; + --color-warning-text: #232634; + --color-info-border: rgb(95.5681818182, 137.1590909091, 231.4318181818); + --color-info-bg: #232634; + --color-info-text: #c6d0f5; + --color-red-badge: rgb(222.7852348993, 87.2147651007, 89.8993288591); + --color-red-badge-bg: #232634; + --color-red-badge-hover-bg: rgb(226.8926174497, 108.6073825503, 110.9496644295); + --color-green-badge: #a6d189; + --color-green-badge-bg: #a6d189; + --color-green-badge-hover-bg: rgb(152.1615853659, 201.8475609756, 118.6524390244); + --color-yellow-badge: #e5c890; + --color-yellow-badge-bg: #232634; + --color-yellow-badge-hover-bg: rgb(224.1605839416, 189.7627737226, 123.3394160584); + --color-orange-badge: #ef9f76; + --color-orange-badge-bg: #232634; + --color-orange-badge-hover-bg: rgb(236.3333333333, 143, 95.1666666667); + --color-git: #ef9f76; + --color-highlight-bg: rgba(229, 200, 144, 0.15); + /* target-based colors */ + --color-body: #232634; + --color-box-header: #292c3c; + --color-box-body: #292c3c; + --color-box-body-highlight: #414559; + --color-text-dark: #a5adce; + --color-text: #c6d0f5; + --color-text-light: #b5bfe2; + --color-text-light-1: #b5bfe2; + --color-text-light-2: #b5bfe2; + --color-text-light-3: #b5bfe2; + --color-footer: #292c3c; + --color-timeline: #414559; + --color-input-text: #c6d0f5; + --color-input-background: #414559; + --color-input-toggle-background: #414559; + --color-input-border: #51576d; + --color-input-border-hover: #626880; + --color-nav-bg: #292c3c; + --color-nav-hover-bg: var(--color-hover); + --color-navbar: #292c3c; + --color-navbar-transparent: rgba(35, 38, 52, 0); + --color-light: rgba(98, 104, 128, 0.3); + --color-light-mimic-enabled: rgba( + 0, + 0, + 0, + calc(40 / 255 * 222 / 255 / var(--opacity-disabled)) + ); + --color-light-border: #626880; + --color-hover: rgba(115, 121, 148, 0.2); + --color-active: rgba(198, 208, 245, 0.1); + --color-menu: #414559; + --color-card: #414559; + --color-markup-table-row: rgba(198, 208, 245, 0.02); + --color-markup-code-block: rgba(198, 208, 245, 0.05); + --color-markup-code-inline: #414559; + --color-button: #414559; + --color-code-bg: #303446; + --color-code-sidebar-bg: #414559; + --color-shadow: rgba(35, 38, 52, 0.1); + --color-tooltip-bg: #414559; + --color-tooltip-text: var(--color-text); + --color-secondary-bg: #414559; + --color-text-focus: #c6d0f5; + --color-expand-button: #626880; + --color-placeholder-text: #a5adce; + --color-editor-line-highlight: var(--color-primary-light-5); + --color-project-board-bg: var(--color-secondary-light-2); + /* gitea source code: */ + /* should ideally be --color-text-dark, see go-gitea/gitea#15651 */ + --color-caret: var(--color-text); + --color-reaction-bg: rgba(198, 208, 245, 0.07); + --color-reaction-active-bg: var(--color-primary-alpha-40); + --color-header-wrapper: #292c3c; + --color-header-wrapper-transparent: rgba(41, 44, 60, 0); + --color-label-text: #232634; + --color-label-bg: #ea999c; + --color-label-hover-bg: rgb(228.7756097561, 127.6243902439, 131.3707317073); + --color-label-active-bg: rgb(231.387804878, 140.312195122, 143.6853658537); + --color-accent: var(--color-primary-light-1); + --color-small-accent: var(--color-primary-light-5); + --color-active-line: #51576d; +} + +/* invert emojis that are hard to read otherwise */ +.emoji[aria-label="check mark"], +.emoji[aria-label="currency exchange"], +.emoji[aria-label="TOP arrow"], +.emoji[aria-label="END arrow"], +.emoji[aria-label="ON! arrow"], +.emoji[aria-label="SOON arrow"], +.emoji[aria-label="heavy dollar sign"], +.emoji[aria-label=copyright], +.emoji[aria-label=registered], +.emoji[aria-label="trade mark"], +.emoji[aria-label=multiply], +.emoji[aria-label=plus], +.emoji[aria-label=minus], +.emoji[aria-label=divide], +.emoji[aria-label="curly loop"], +.emoji[aria-label="double curly loop"], +.emoji[aria-label="wavy dash"], +.emoji[aria-label="paw prints"], +.emoji[aria-label="musical note"], +.emoji[aria-label="musical notes"] { + filter: invert(100%) hue-rotate(180deg); +} + +.ui.ui.ui.button:not(.inverted, .basic).primary, .ui.ui.ui.button:not(.inverted, .basic).green, .ui.ui.ui.button:not(.inverted, .basic).red, .ui.ui.ui.button:not(.inverted, .basic).teal, +.ui.ui.ui.label:not(.inverted, .basic).primary, +.ui.ui.ui.label:not(.inverted, .basic).green, +.ui.ui.ui.label:not(.inverted, .basic).red, +.ui.ui.ui.label:not(.inverted, .basic).teal { + color: #232634; +} +.ui.ui.ui.button:not(.inverted, .basic).primary:hover, .ui.ui.ui.button:not(.inverted, .basic).green:hover, .ui.ui.ui.button:not(.inverted, .basic).red:hover, .ui.ui.ui.button:not(.inverted, .basic).teal:hover, +.ui.ui.ui.label:not(.inverted, .basic).primary:hover, +.ui.ui.ui.label:not(.inverted, .basic).green:hover, +.ui.ui.ui.label:not(.inverted, .basic).red:hover, +.ui.ui.ui.label:not(.inverted, .basic).teal:hover { + color: #303446; +} + +.ui.basic.modal { + background-color: #303446; +} + +.ui.commit-header-row .svg.gitea-lock ~ a { + color: #232634; +} + +.ui.negative.message .header { + color: var(--color-error-text); +} + +.ui.sha.isSigned.isVerified .shortsha { + color: #232634; +} +.ui.sha.isSigned.isVerified svg.gitea-lock { + fill: #232634; +} + +.ui.basic.modal, +.ui.basic.modal > .header, +.ui.inverted.button { + color: #c6d0f5 !important; +} + +#repo-topics, +#topic_edit > .ui.selection.dropdown { + color: var(--color-label-text) !important; +} + +blockquote.attention-tip { + border-left-color: var(--color-success-bg); +} +blockquote.attention-warning { + border-left-color: var(--color-warning-bg); +} + +svg.attention-tip, +strong.attention-tip { + color: var(--color-success-bg); +} +svg.attention-warning, +strong.attention-warning { + color: var(--color-warning-bg); +} + +.inline-code-block { + color: #232634; +} + +::selection { + background: rgba(234, 153, 156, 0.3) !important; +} + +/* NameBuiltinPseudo */ +.chroma .bp { + color: #ef9f76; +} + +/* Comment */ +.chroma .c { + color: #737994; +} + +/* CommentSingle */ +.chroma .c1 { + color: #737994; +} + +/* CommentHashbang */ +.chroma .ch { + color: #737994; +} + +/* CommentMultiline */ +.chroma .cm { + color: #737994; +} + +/* CommentPreproc */ +.chroma .cp { + color: #8caaee; +} + +/* CommentPreprocFile */ +.chroma .cpf { + color: #8caaee; +} + +/* CommentSpecial */ +.chroma .cs { + color: #737994; +} + +/* LiteralStringDelimiter */ +.chroma .dl { + color: #8caaee; +} + +/* NameFunctionMagic */ +/* Generic */ +/* GenericDeleted */ +.chroma .gd { + color: #c6d0f5; + background-color: rgba(231, 130, 132, 0.15); +} + +/* GenericEmph */ +.chroma .ge { + font-style: italic; +} + +/* GenericHeading */ +.chroma .gh { + color: #99d1db; +} + +/* GenericInserted */ +.chroma .gi { + color: #c6d0f5; + background-color: rgba(166, 209, 137, 0.15); +} + +/* GenericUnderline */ +/* GenericOutput */ +.chroma .go { + color: #ef9f76; +} + +/* GenericPrompt */ +.chroma .gp { + color: #737994; + font-weight: bold; +} + +/* GenericError */ +.chroma .gr { + color: #ea999c; +} + +/* GenericStrong */ +.chroma .gs { + font-weight: bold; +} + +/* GenericTraceback */ +.chroma .gt { + color: #ea999c; +} + +/* GenericSubheading */ +.chroma .gu { + color: #99d1db; +} + +/* LiteralNumberIntegerLong */ +.chroma .il { + color: #ef9f76; +} + +/* Keyword */ +.chroma .k { + color: #ca9ee6; +} + +/* KeywordConstant */ +.chroma .kc { + color: #e5c890; +} + +/* KeywordDeclaration */ +.chroma .kd { + color: #ca9ee6; +} + +/* KeywordNamespace */ +.chroma .kn { + color: #e5c890; +} + +/* KeywordPseudo */ +.chroma .kp { + color: #ca9ee6; + font-weight: bold; +} + +/* KeywordReserved */ +.chroma .kr { + color: #ca9ee6; +} + +/* KeywordType */ +.chroma .kt { + color: #e5c890; +} + +/* Literal */ +/* LiteralDate */ +/* LiteralNumber */ +.chroma .m { + color: #ef9f76; +} + +/* LiteralNumberBin */ +.chroma .mb { + color: #ef9f76; +} + +/* LiteralNumberFloat */ +.chroma .mf { + color: #ef9f76; +} + +/* LiteralNumberHex */ +.chroma .mh { + color: #ef9f76; +} + +/* LiteralNumberInteger */ +.chroma .mi { + color: #ef9f76; +} + +/* LiteralNumberOct */ +.chroma .mo { + color: #ef9f76; +} + +/* Name */ +.chroma .n { + color: #babbf1; +} + +/* NameAttribute */ +.chroma .na { + color: #e5c890; +} + +/* NameBuiltin */ +.chroma .nb { + color: #ef9f76; +} + +/* NameClass */ +.chroma .nc { + color: #e5c890; +} + +/* NameDecorator */ +.chroma .nd { + color: #f4b8e4; +} + +/* NameException */ +.chroma .ne { + color: #ea999c; +} + +/* NameFunction */ +.chroma .nf { + color: #8caaee; +} + +/* NameEntity */ +.chroma .ni { + color: #f4b8e4; +} + +/* NameLabel */ +.chroma .nl { + color: #e5c890; +} + +/* NameNamespace */ +.chroma .nn { + color: #e5c890; +} + +/* NameConstant */ +.chroma .no { + color: #e5c890; +} + +/* NameTag */ +.chroma .nt { + color: #ca9ee6; +} + +/* NameVariable */ +.chroma .nv { + color: #ef9f76; +} + +/* NameOther */ +.chroma .nx { + color: #ef9f76; +} + +/* Operator */ +.chroma .o { + color: #99d1db; +} + +/* OperatorWord */ +.chroma .ow { + color: #99d1db; + font-weight: bold; +} + +/* Punctuation */ +.chroma .p { + color: #949cbb; +} + +/* NameProperty */ +/* LiteralString */ +.chroma .s { + color: #a6d189; +} + +/* LiteralStringSingle */ +.chroma .s1 { + color: #a6d189; +} + +/* LiteralStringDouble */ +.chroma .s2 { + color: #a6d189; +} + +/* LiteralStringAffix */ +.chroma .sa { + color: #a6d189; +} + +/* LiteralStringBacktick */ +.chroma .sb { + color: #a6d189; +} + +/* LiteralStringChar */ +.chroma .sc { + color: #a6d189; +} + +/* LiteralStringDoc */ +.chroma .sd { + color: #a6d189; +} + +/* LiteralStringEscape */ +.chroma .se { + color: #8caaee; +} + +/* LiteralStringHeredoc */ +.chroma .sh { + color: #a6d189; +} + +/* LiteralStringInterpol */ +.chroma .si { + color: #a6d189; +} + +/* LiteralStringRegex */ +.chroma .sr { + color: #8caaee; +} + +/* LiteralStringSymbol */ +.chroma .ss { + color: #a6d189; +} + +/* LiteralStringOther */ +.chroma .sx { + color: #a6d189; +} + +/* NameVariableClass */ +.chroma .vc { + color: #e5c890; +} + +/* NameVariableGlobal */ +.chroma .vg { + color: #ef9f76; +} + +/* NameVariableInstance */ +.chroma .vi { + color: #e5c890; +} + +/* NameVariableMagic */ +/* TextWhitespace */ +.chroma .w { + color: #414559; +} + +.CodeMirror .cm-property, +.CodeMirror.cm-s-default .cm-property, +.CodeMirror.cm-s-paper .cm-property { + color: #c6d0f5; +} +.CodeMirror .cm-header, +.CodeMirror.cm-s-default .cm-header, +.CodeMirror.cm-s-paper .cm-header { + color: #c6d0f5; +} +.CodeMirror .cm-quote, +.CodeMirror.cm-s-default .cm-quote, +.CodeMirror.cm-s-paper .cm-quote { + color: #a6d189; +} +.CodeMirror .cm-keyword, +.CodeMirror.cm-s-default .cm-keyword, +.CodeMirror.cm-s-paper .cm-keyword { + color: #ca9ee6; +} +.CodeMirror .cm-atom, +.CodeMirror.cm-s-default .cm-atom, +.CodeMirror.cm-s-paper .cm-atom { + color: #e78284; +} +.CodeMirror .cm-number, +.CodeMirror.cm-s-default .cm-number, +.CodeMirror.cm-s-paper .cm-number { + color: #ef9f76; +} +.CodeMirror .cm-def, +.CodeMirror.cm-s-default .cm-def, +.CodeMirror.cm-s-paper .cm-def { + color: #c6d0f5; +} +.CodeMirror .cm-variable-2, +.CodeMirror.cm-s-default .cm-variable-2, +.CodeMirror.cm-s-paper .cm-variable-2 { + color: #99d1db; +} +.CodeMirror .cm-variable-3, +.CodeMirror.cm-s-default .cm-variable-3, +.CodeMirror.cm-s-paper .cm-variable-3 { + color: #81c8be; +} +.CodeMirror .cm-comment, +.CodeMirror.cm-s-default .cm-comment, +.CodeMirror.cm-s-paper .cm-comment { + color: #626880; +} +.CodeMirror .cm-string, +.CodeMirror.cm-s-default .cm-string, +.CodeMirror.cm-s-paper .cm-string { + color: #a6d189; +} +.CodeMirror .cm-string-2, +.CodeMirror.cm-s-default .cm-string-2, +.CodeMirror.cm-s-paper .cm-string-2 { + color: #a6d189; +} +.CodeMirror .cm-meta, +.CodeMirror.cm-s-default .cm-meta, +.CodeMirror.cm-s-paper .cm-meta { + color: #ef9f76; +} +.CodeMirror .cm-qualifier, +.CodeMirror.cm-s-default .cm-qualifier, +.CodeMirror.cm-s-paper .cm-qualifier { + color: #ef9f76; +} +.CodeMirror .cm-builtin, +.CodeMirror.cm-s-default .cm-builtin, +.CodeMirror.cm-s-paper .cm-builtin { + color: #ef9f76; +} +.CodeMirror .cm-bracket, +.CodeMirror.cm-s-default .cm-bracket, +.CodeMirror.cm-s-paper .cm-bracket { + color: #c6d0f5; +} +.CodeMirror .cm-tag, +.CodeMirror.cm-s-default .cm-tag, +.CodeMirror.cm-s-paper .cm-tag { + color: #e5c890; +} +.CodeMirror .cm-attribute, +.CodeMirror.cm-s-default .cm-attribute, +.CodeMirror.cm-s-paper .cm-attribute { + color: #e5c890; +} +.CodeMirror .cm-hr, +.CodeMirror.cm-s-default .cm-hr, +.CodeMirror.cm-s-paper .cm-hr { + color: #949cbb; +} +.CodeMirror .cm-url, +.CodeMirror.cm-s-default .cm-url, +.CodeMirror.cm-s-paper .cm-url { + color: #8caaee; +} +.CodeMirror .cm-link, +.CodeMirror.cm-s-default .cm-link, +.CodeMirror.cm-s-paper .cm-link { + color: #8caaee; +} +.CodeMirror .cm-error, +.CodeMirror.cm-s-default .cm-error, +.CodeMirror.cm-s-paper .cm-error { + color: #e78284; +} + +.monaco-editor .selected-text { + background-color: #414559 !important; +} +.monaco-editor .margin-view-overlays .line-numbers { + color: #a5adce !important; +} +.monaco-editor .line-numbers.active-line-number { + color: #ea999c !important; +} +.monaco-editor .view-overlays .current-line, +.monaco-editor .margin-view-overlays .current-line-margin { + background-color: rgb(58.88, 62.88, 82.16) !important; +} +.monaco-editor .mtk1 { + color: #c6d0f5 !important; +} +.monaco-editor .mtk2 { + color: #ff69b4 !important; +} +.monaco-editor .mtk3 { + color: #ef9f76 !important; +} +.monaco-editor .mtk4 { + color: #81c8be !important; +} +.monaco-editor .mtk5 { + color: #c6d0f5 !important; +} +.monaco-editor .mtk6 { + color: #ca9ee6 !important; +} +.monaco-editor .mtk7 { + color: #ef9f76 !important; +} +.monaco-editor .mtk8 { + color: #949cbb !important; +} +.monaco-editor .mtk9 { + color: #ca9ee6 !important; +} +.monaco-editor .mtk10 { + color: #a5adce !important; +} +.monaco-editor .mtk11 { + color: #81c8be !important; +} +.monaco-editor .mtk12 { + color: #81c8be !important; +} +.monaco-editor .mtk13 { + color: #ff69b4 !important; +} +.monaco-editor .mtk14 { + color: #ff69b4 !important; +} +.monaco-editor .mtk15 { + color: #ca9ee6 !important; +} +.monaco-editor .mtk16 { + color: #949cbb !important; +} +.monaco-editor .mtk17 { + color: #ff69b4 !important; +} +.monaco-editor .mtk18 { + color: #ff69b4 !important; +} +.monaco-editor .mtk19 { + color: #81c8be !important; +} +.monaco-editor .mtk20 { + color: #ff69b4 !important; +} +.monaco-editor .mtk21 { + color: #a6d189 !important; +} +.monaco-editor .mtk22 { + color: #ff69b4 !important; +} +.monaco-editor .mtk23 { + color: #8caaee !important; +} +.monaco-editor .mtk24 { + color: #ef9f76 !important; +} +.monaco-editor .mtk25 { + color: #f4b8e4 !important; +} +.monaco-editor .bracket-highlighting-0 { + color: rgb(217.8, 161.2, 177.2) !important; +} +.monaco-editor .bracket-highlighting-1 { + color: rgb(222.6, 178.6, 168.8) !important; +} +.monaco-editor .bracket-highlighting-2 { + color: rgb(216.6, 203.2, 184.4) !important; +} +.monaco-editor .bracket-highlighting-3 { + color: rgb(178.8, 208.6, 180.2) !important; +} +.monaco-editor .bracket-highlighting-4 { + color: rgb(163.2, 185.2, 240.8) !important; +} +.monaco-editor .bracket-highlighting-5 { + color: rgb(200.4, 178, 236) !important; +} \ No newline at end of file diff --git a/public/assets/css/theme-catppuccin-frappe-mauve.css b/public/assets/css/theme-catppuccin-frappe-mauve.css new file mode 100644 index 0000000..488390f --- /dev/null +++ b/public/assets/css/theme-catppuccin-frappe-mauve.css @@ -0,0 +1,873 @@ +:root { + color-scheme: dark; + --is-dark-theme: true; + accent-color: #ca9ee6; + --color-primary: #ca9ee6; + --color-primary-contrast: #232634; + --color-primary-hover: rgb(190.9221311475, 137.7254098361, 224.7745901639); + --color-primary-dark-1: rgb(195.3532786885, 145.8352459016, 226.8647540984); + --color-primary-dark-2: rgb(188.706557377, 133.6704918033, 223.7295081967); + --color-primary-dark-3: rgb(182.0598360656, 121.5057377049, 220.5942622951); + --color-primary-dark-4: rgb(175.4131147541, 109.3409836066, 217.4590163934); + --color-primary-dark-5: rgb(168.7663934426, 97.1762295082, 214.3237704918); + --color-primary-dark-6: rgb(162.1196721311, 85.0114754098, 211.1885245902); + --color-primary-dark-7: rgb(155.4729508197, 72.8467213115, 208.0532786885); + --color-primary-light-1: rgb(208.6467213115, 170.1647540984, 233.1352459016); + --color-primary-light-2: rgb(215.293442623, 182.3295081967, 236.2704918033); + --color-primary-light-3: rgb(221.9401639344, 194.4942622951, 239.4057377049); + --color-primary-light-4: rgb(228.5868852459, 206.6590163934, 242.5409836066); + --color-primary-light-5: rgb(235.2336065574, 218.8237704918, 245.6762295082); + --color-primary-light-6: rgb(241.8803278689, 230.9885245902, 248.8114754098); + --color-primary-light-7: rgb(248.5270491803, 243.1532786885, 251.9467213115); + --color-primary-alpha-10: rgba(202, 158, 230, 0.1); + --color-primary-alpha-20: rgba(202, 158, 230, 0.2); + --color-primary-alpha-30: rgba(202, 158, 230, 0.3); + --color-primary-alpha-40: rgba(202, 158, 230, 0.4); + --color-primary-alpha-50: rgba(202, 158, 230, 0.5); + --color-primary-alpha-60: rgba(202, 158, 230, 0.6); + --color-primary-alpha-70: rgba(202, 158, 230, 0.7); + --color-primary-alpha-80: rgba(202, 158, 230, 0.8); + --color-primary-alpha-90: rgba(202, 158, 230, 0.9); + --color-secondary: #51576d; + --color-secondary-dark-1: rgb(71.4577922078, 75.8551948052, 97.8422077922); + --color-secondary-dark-2: rgb(77.9155844156, 82.7103896104, 106.6844155844); + --color-secondary-dark-3: rgb(84.3733766234, 89.5655844156, 115.5266233766); + --color-secondary-dark-4: rgb(90.8311688312, 96.4207792208, 124.3688311688); + --color-secondary-dark-5: rgb(97.288961039, 103.275974026, 133.211038961); + --color-secondary-dark-6: rgb(103.7467532468, 110.1311688312, 142.0532467532); + --color-secondary-dark-7: rgb(111.1551948052, 117.6201298701, 149.9448051948); + --color-secondary-dark-8: rgb(119.9974025974, 126.0649350649, 156.4025974026); + --color-secondary-dark-9: rgb(128.8396103896, 134.5097402597, 162.8603896104); + --color-secondary-dark-10: rgb(137.6818181818, 142.9545454545, 169.3181818182); + --color-secondary-dark-11: rgb(146.524025974, 151.3993506494, 175.775974026); + --color-secondary-dark-12: rgb(155.3662337662, 159.8441558442, 182.2337662338); + --color-secondary-dark-13: rgb(164.2084415584, 168.288961039, 188.6915584416); + --color-secondary-light-1: rgb(58.5422077922, 62.1448051948, 80.1577922078); + --color-secondary-light-2: rgb(52.0844155844, 55.2896103896, 71.3155844156); + --color-secondary-light-3: rgb(45.6266233766, 48.4344155844, 62.4733766234); + --color-secondary-light-4: rgb(39.1688311688, 41.5792207792, 53.6311688312); + --color-secondary-alpha-10: rgba(65, 69, 89, 0.1); + --color-secondary-alpha-20: rgba(65, 69, 89, 0.2); + --color-secondary-alpha-30: rgba(65, 69, 89, 0.3); + --color-secondary-alpha-40: rgba(65, 69, 89, 0.4); + --color-secondary-alpha-50: rgba(65, 69, 89, 0.5); + --color-secondary-alpha-60: rgba(65, 69, 89, 0.6); + --color-secondary-alpha-70: rgba(65, 69, 89, 0.7); + --color-secondary-alpha-80: rgba(65, 69, 89, 0.8); + --color-secondary-alpha-90: rgba(65, 69, 89, 0.9); + /* colors */ + --color-red: #e78284; + --color-orange: #ef9f76; + --color-yellow: #e5c890; + --color-olive: #a6d189; + --color-green: #a6d189; + --color-teal: #81c8be; + --color-blue: #8caaee; + --color-violet: #babbf1; + --color-purple: #ca9ee6; + --color-pink: #f4b8e4; + --color-brown: #eebebe; + --color-grey: #949cbb; + --color-black: #292c3c; + /* light variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-light: rgb(222.7852348993, 87.2147651007, 89.8993288591); + --color-orange-light: rgb(233.6666666667, 127, 72.3333333333); + --color-yellow-light: rgb(219.3211678832, 179.5255474453, 102.6788321168); + --color-olive-light: rgb(138.3231707317, 194.6951219512, 100.3048780488); + --color-green-light: rgb(138.3231707317, 194.6951219512, 100.3048780488); + --color-teal-light: rgb(93.4972375691, 184.5027624309, 171.6850828729); + --color-blue-light: rgb(95.5681818182, 137.1590909091, 231.4318181818); + --color-violet-light: rgb(143.6024096386, 145.2168674699, 232.3975903614); + --color-purple-light: rgb(179.8442622951, 117.4508196721, 219.5491803279); + --color-pink-light: rgb(237.1585365854, 139.8414634146, 211.2073170732); + --color-brown-light: rgb(227.4268292683, 149.5731707317, 149.5731707317); + --color-grey-light: rgb(116.8171428571, 127.1485714286, 167.1828571429); + --color-black-light: rgb(20.297029703, 21.7821782178, 29.702970297); + /* dark 1 variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-dark-1: rgb(222.7852348993, 87.2147651007, 89.8993288591); + --color-orange-dark-1: rgb(233.6666666667, 127, 72.3333333333); + --color-yellow-dark-1: rgb(219.3211678832, 179.5255474453, 102.6788321168); + --color-olive-dark-1: rgb(138.3231707317, 194.6951219512, 100.3048780488); + --color-green-dark-1: rgb(138.3231707317, 194.6951219512, 100.3048780488); + --color-teal-dark-1: rgb(93.4972375691, 184.5027624309, 171.6850828729); + --color-blue-dark-1: rgb(95.5681818182, 137.1590909091, 231.4318181818); + --color-violet-dark-1: rgb(143.6024096386, 145.2168674699, 232.3975903614); + --color-purple-dark-1: rgb(179.8442622951, 117.4508196721, 219.5491803279); + --color-pink-dark-1: rgb(237.1585365854, 139.8414634146, 211.2073170732); + --color-brown-dark-1: rgb(227.4268292683, 149.5731707317, 149.5731707317); + --color-black-dark-1: rgb(20.297029703, 21.7821782178, 29.702970297); + /* dark 2 variants - produced via Sass scale-color(color, $lightness: -20%) */ + --color-red-dark-2: rgb(214.5704697987, 44.4295302013, 47.7986577181); + --color-orange-dark-2: rgb(228.3333333333, 95, 26.6666666667); + --color-yellow-dark-2: rgb(209.6423357664, 159.0510948905, 61.3576642336); + --color-olive-dark-2: rgb(111.5853658537, 175.5609756098, 68.4390243902); + --color-green-dark-2: rgb(111.5853658537, 175.5609756098, 68.4390243902); + --color-teal-dark-2: rgb(68.9779005525, 158.0220994475, 145.4806629834); + --color-blue-dark-2: rgb(51.1363636364, 104.3181818182, 224.8636363636); + --color-violet-dark-2: rgb(101.2048192771, 103.4337349398, 223.7951807229); + --color-purple-dark-2: rgb(157.6885245902, 76.9016393443, 209.0983606557); + --color-pink-dark-2: rgb(230.3170731707, 95.6829268293, 194.4146341463); + --color-brown-dark-2: rgb(216.8536585366, 109.1463414634, 109.1463414634); + --color-black-dark-2: hsl(230.5263157895, 18.8118811881%, -0.1960784314%); + /* other colors */ + --color-gold: #f2d5cf; + --color-white: #c6d0f5; + --color-diff-removed-word-bg: rgba(231, 130, 132, 0.15); + --color-diff-added-word-bg: rgba(166, 209, 137, 0.15); + --color-diff-removed-row-bg: rgba(231, 130, 132, 0.07); + --color-diff-moved-row-bg: rgba(229, 200, 144, 0.07); + --color-diff-added-row-bg: rgba(166, 209, 137, 0.07); + --color-diff-removed-row-border: rgba(231, 130, 132, 0.07); + --color-diff-moved-row-border: rgba(229, 200, 144, 0.07); + --color-diff-added-row-border: rgba(166, 209, 137, 0.07); + --color-diff-inactive: #949cbb; + --color-error-border: #e78284; + --color-error-bg: #e78284; + --color-error-bg-active: rgb(226.8926174497, 108.6073825503, 110.9496644295); + --color-error-bg-hover: rgb(222.7852348993, 87.2147651007, 89.8993288591); + --color-error-text: #232634; + --color-success-border: rgb(138.3231707317, 194.6951219512, 100.3048780488); + --color-success-bg: #a6d189; + --color-success-text: #232634; + --color-warning-border: rgb(219.3211678832, 179.5255474453, 102.6788321168); + --color-warning-bg: #e5c890; + --color-warning-text: #232634; + --color-info-border: rgb(95.5681818182, 137.1590909091, 231.4318181818); + --color-info-bg: #232634; + --color-info-text: #c6d0f5; + --color-red-badge: rgb(222.7852348993, 87.2147651007, 89.8993288591); + --color-red-badge-bg: #232634; + --color-red-badge-hover-bg: rgb(226.8926174497, 108.6073825503, 110.9496644295); + --color-green-badge: #a6d189; + --color-green-badge-bg: #a6d189; + --color-green-badge-hover-bg: rgb(152.1615853659, 201.8475609756, 118.6524390244); + --color-yellow-badge: #e5c890; + --color-yellow-badge-bg: #232634; + --color-yellow-badge-hover-bg: rgb(224.1605839416, 189.7627737226, 123.3394160584); + --color-orange-badge: #ef9f76; + --color-orange-badge-bg: #232634; + --color-orange-badge-hover-bg: rgb(236.3333333333, 143, 95.1666666667); + --color-git: #ef9f76; + --color-highlight-bg: rgba(229, 200, 144, 0.15); + /* target-based colors */ + --color-body: #232634; + --color-box-header: #292c3c; + --color-box-body: #292c3c; + --color-box-body-highlight: #414559; + --color-text-dark: #a5adce; + --color-text: #c6d0f5; + --color-text-light: #b5bfe2; + --color-text-light-1: #b5bfe2; + --color-text-light-2: #b5bfe2; + --color-text-light-3: #b5bfe2; + --color-footer: #292c3c; + --color-timeline: #414559; + --color-input-text: #c6d0f5; + --color-input-background: #414559; + --color-input-toggle-background: #414559; + --color-input-border: #51576d; + --color-input-border-hover: #626880; + --color-nav-bg: #292c3c; + --color-nav-hover-bg: var(--color-hover); + --color-navbar: #292c3c; + --color-navbar-transparent: rgba(35, 38, 52, 0); + --color-light: rgba(98, 104, 128, 0.3); + --color-light-mimic-enabled: rgba( + 0, + 0, + 0, + calc(40 / 255 * 222 / 255 / var(--opacity-disabled)) + ); + --color-light-border: #626880; + --color-hover: rgba(115, 121, 148, 0.2); + --color-active: rgba(198, 208, 245, 0.1); + --color-menu: #414559; + --color-card: #414559; + --color-markup-table-row: rgba(198, 208, 245, 0.02); + --color-markup-code-block: rgba(198, 208, 245, 0.05); + --color-markup-code-inline: #414559; + --color-button: #414559; + --color-code-bg: #303446; + --color-code-sidebar-bg: #414559; + --color-shadow: rgba(35, 38, 52, 0.1); + --color-tooltip-bg: #414559; + --color-tooltip-text: var(--color-text); + --color-secondary-bg: #414559; + --color-text-focus: #c6d0f5; + --color-expand-button: #626880; + --color-placeholder-text: #a5adce; + --color-editor-line-highlight: var(--color-primary-light-5); + --color-project-board-bg: var(--color-secondary-light-2); + /* gitea source code: */ + /* should ideally be --color-text-dark, see go-gitea/gitea#15651 */ + --color-caret: var(--color-text); + --color-reaction-bg: rgba(198, 208, 245, 0.07); + --color-reaction-active-bg: var(--color-primary-alpha-40); + --color-header-wrapper: #292c3c; + --color-header-wrapper-transparent: rgba(41, 44, 60, 0); + --color-label-text: #232634; + --color-label-bg: #ca9ee6; + --color-label-hover-bg: rgb(188.706557377, 133.6704918033, 223.7295081967); + --color-label-active-bg: rgb(195.3532786885, 145.8352459016, 226.8647540984); + --color-accent: var(--color-primary-light-1); + --color-small-accent: var(--color-primary-light-5); + --color-active-line: #51576d; +} + +/* invert emojis that are hard to read otherwise */ +.emoji[aria-label="check mark"], +.emoji[aria-label="currency exchange"], +.emoji[aria-label="TOP arrow"], +.emoji[aria-label="END arrow"], +.emoji[aria-label="ON! arrow"], +.emoji[aria-label="SOON arrow"], +.emoji[aria-label="heavy dollar sign"], +.emoji[aria-label=copyright], +.emoji[aria-label=registered], +.emoji[aria-label="trade mark"], +.emoji[aria-label=multiply], +.emoji[aria-label=plus], +.emoji[aria-label=minus], +.emoji[aria-label=divide], +.emoji[aria-label="curly loop"], +.emoji[aria-label="double curly loop"], +.emoji[aria-label="wavy dash"], +.emoji[aria-label="paw prints"], +.emoji[aria-label="musical note"], +.emoji[aria-label="musical notes"] { + filter: invert(100%) hue-rotate(180deg); +} + +.ui.ui.ui.button:not(.inverted, .basic).primary, .ui.ui.ui.button:not(.inverted, .basic).green, .ui.ui.ui.button:not(.inverted, .basic).red, .ui.ui.ui.button:not(.inverted, .basic).teal, +.ui.ui.ui.label:not(.inverted, .basic).primary, +.ui.ui.ui.label:not(.inverted, .basic).green, +.ui.ui.ui.label:not(.inverted, .basic).red, +.ui.ui.ui.label:not(.inverted, .basic).teal { + color: #232634; +} +.ui.ui.ui.button:not(.inverted, .basic).primary:hover, .ui.ui.ui.button:not(.inverted, .basic).green:hover, .ui.ui.ui.button:not(.inverted, .basic).red:hover, .ui.ui.ui.button:not(.inverted, .basic).teal:hover, +.ui.ui.ui.label:not(.inverted, .basic).primary:hover, +.ui.ui.ui.label:not(.inverted, .basic).green:hover, +.ui.ui.ui.label:not(.inverted, .basic).red:hover, +.ui.ui.ui.label:not(.inverted, .basic).teal:hover { + color: #303446; +} + +.ui.basic.modal { + background-color: #303446; +} + +.ui.commit-header-row .svg.gitea-lock ~ a { + color: #232634; +} + +.ui.negative.message .header { + color: var(--color-error-text); +} + +.ui.sha.isSigned.isVerified .shortsha { + color: #232634; +} +.ui.sha.isSigned.isVerified svg.gitea-lock { + fill: #232634; +} + +.ui.basic.modal, +.ui.basic.modal > .header, +.ui.inverted.button { + color: #c6d0f5 !important; +} + +#repo-topics, +#topic_edit > .ui.selection.dropdown { + color: var(--color-label-text) !important; +} + +blockquote.attention-tip { + border-left-color: var(--color-success-bg); +} +blockquote.attention-warning { + border-left-color: var(--color-warning-bg); +} + +svg.attention-tip, +strong.attention-tip { + color: var(--color-success-bg); +} +svg.attention-warning, +strong.attention-warning { + color: var(--color-warning-bg); +} + +.inline-code-block { + color: #232634; +} + +::selection { + background: rgba(202, 158, 230, 0.3) !important; +} + +/* NameBuiltinPseudo */ +.chroma .bp { + color: #ef9f76; +} + +/* Comment */ +.chroma .c { + color: #737994; +} + +/* CommentSingle */ +.chroma .c1 { + color: #737994; +} + +/* CommentHashbang */ +.chroma .ch { + color: #737994; +} + +/* CommentMultiline */ +.chroma .cm { + color: #737994; +} + +/* CommentPreproc */ +.chroma .cp { + color: #8caaee; +} + +/* CommentPreprocFile */ +.chroma .cpf { + color: #8caaee; +} + +/* CommentSpecial */ +.chroma .cs { + color: #737994; +} + +/* LiteralStringDelimiter */ +.chroma .dl { + color: #8caaee; +} + +/* NameFunctionMagic */ +/* Generic */ +/* GenericDeleted */ +.chroma .gd { + color: #c6d0f5; + background-color: rgba(231, 130, 132, 0.15); +} + +/* GenericEmph */ +.chroma .ge { + font-style: italic; +} + +/* GenericHeading */ +.chroma .gh { + color: #99d1db; +} + +/* GenericInserted */ +.chroma .gi { + color: #c6d0f5; + background-color: rgba(166, 209, 137, 0.15); +} + +/* GenericUnderline */ +/* GenericOutput */ +.chroma .go { + color: #ef9f76; +} + +/* GenericPrompt */ +.chroma .gp { + color: #737994; + font-weight: bold; +} + +/* GenericError */ +.chroma .gr { + color: #ea999c; +} + +/* GenericStrong */ +.chroma .gs { + font-weight: bold; +} + +/* GenericTraceback */ +.chroma .gt { + color: #ea999c; +} + +/* GenericSubheading */ +.chroma .gu { + color: #99d1db; +} + +/* LiteralNumberIntegerLong */ +.chroma .il { + color: #ef9f76; +} + +/* Keyword */ +.chroma .k { + color: #ca9ee6; +} + +/* KeywordConstant */ +.chroma .kc { + color: #e5c890; +} + +/* KeywordDeclaration */ +.chroma .kd { + color: #ca9ee6; +} + +/* KeywordNamespace */ +.chroma .kn { + color: #e5c890; +} + +/* KeywordPseudo */ +.chroma .kp { + color: #ca9ee6; + font-weight: bold; +} + +/* KeywordReserved */ +.chroma .kr { + color: #ca9ee6; +} + +/* KeywordType */ +.chroma .kt { + color: #e5c890; +} + +/* Literal */ +/* LiteralDate */ +/* LiteralNumber */ +.chroma .m { + color: #ef9f76; +} + +/* LiteralNumberBin */ +.chroma .mb { + color: #ef9f76; +} + +/* LiteralNumberFloat */ +.chroma .mf { + color: #ef9f76; +} + +/* LiteralNumberHex */ +.chroma .mh { + color: #ef9f76; +} + +/* LiteralNumberInteger */ +.chroma .mi { + color: #ef9f76; +} + +/* LiteralNumberOct */ +.chroma .mo { + color: #ef9f76; +} + +/* Name */ +.chroma .n { + color: #babbf1; +} + +/* NameAttribute */ +.chroma .na { + color: #e5c890; +} + +/* NameBuiltin */ +.chroma .nb { + color: #ef9f76; +} + +/* NameClass */ +.chroma .nc { + color: #e5c890; +} + +/* NameDecorator */ +.chroma .nd { + color: #f4b8e4; +} + +/* NameException */ +.chroma .ne { + color: #ea999c; +} + +/* NameFunction */ +.chroma .nf { + color: #8caaee; +} + +/* NameEntity */ +.chroma .ni { + color: #f4b8e4; +} + +/* NameLabel */ +.chroma .nl { + color: #e5c890; +} + +/* NameNamespace */ +.chroma .nn { + color: #e5c890; +} + +/* NameConstant */ +.chroma .no { + color: #e5c890; +} + +/* NameTag */ +.chroma .nt { + color: #ca9ee6; +} + +/* NameVariable */ +.chroma .nv { + color: #ef9f76; +} + +/* NameOther */ +.chroma .nx { + color: #ef9f76; +} + +/* Operator */ +.chroma .o { + color: #99d1db; +} + +/* OperatorWord */ +.chroma .ow { + color: #99d1db; + font-weight: bold; +} + +/* Punctuation */ +.chroma .p { + color: #949cbb; +} + +/* NameProperty */ +/* LiteralString */ +.chroma .s { + color: #a6d189; +} + +/* LiteralStringSingle */ +.chroma .s1 { + color: #a6d189; +} + +/* LiteralStringDouble */ +.chroma .s2 { + color: #a6d189; +} + +/* LiteralStringAffix */ +.chroma .sa { + color: #a6d189; +} + +/* LiteralStringBacktick */ +.chroma .sb { + color: #a6d189; +} + +/* LiteralStringChar */ +.chroma .sc { + color: #a6d189; +} + +/* LiteralStringDoc */ +.chroma .sd { + color: #a6d189; +} + +/* LiteralStringEscape */ +.chroma .se { + color: #8caaee; +} + +/* LiteralStringHeredoc */ +.chroma .sh { + color: #a6d189; +} + +/* LiteralStringInterpol */ +.chroma .si { + color: #a6d189; +} + +/* LiteralStringRegex */ +.chroma .sr { + color: #8caaee; +} + +/* LiteralStringSymbol */ +.chroma .ss { + color: #a6d189; +} + +/* LiteralStringOther */ +.chroma .sx { + color: #a6d189; +} + +/* NameVariableClass */ +.chroma .vc { + color: #e5c890; +} + +/* NameVariableGlobal */ +.chroma .vg { + color: #ef9f76; +} + +/* NameVariableInstance */ +.chroma .vi { + color: #e5c890; +} + +/* NameVariableMagic */ +/* TextWhitespace */ +.chroma .w { + color: #414559; +} + +.CodeMirror .cm-property, +.CodeMirror.cm-s-default .cm-property, +.CodeMirror.cm-s-paper .cm-property { + color: #c6d0f5; +} +.CodeMirror .cm-header, +.CodeMirror.cm-s-default .cm-header, +.CodeMirror.cm-s-paper .cm-header { + color: #c6d0f5; +} +.CodeMirror .cm-quote, +.CodeMirror.cm-s-default .cm-quote, +.CodeMirror.cm-s-paper .cm-quote { + color: #a6d189; +} +.CodeMirror .cm-keyword, +.CodeMirror.cm-s-default .cm-keyword, +.CodeMirror.cm-s-paper .cm-keyword { + color: #ca9ee6; +} +.CodeMirror .cm-atom, +.CodeMirror.cm-s-default .cm-atom, +.CodeMirror.cm-s-paper .cm-atom { + color: #e78284; +} +.CodeMirror .cm-number, +.CodeMirror.cm-s-default .cm-number, +.CodeMirror.cm-s-paper .cm-number { + color: #ef9f76; +} +.CodeMirror .cm-def, +.CodeMirror.cm-s-default .cm-def, +.CodeMirror.cm-s-paper .cm-def { + color: #c6d0f5; +} +.CodeMirror .cm-variable-2, +.CodeMirror.cm-s-default .cm-variable-2, +.CodeMirror.cm-s-paper .cm-variable-2 { + color: #99d1db; +} +.CodeMirror .cm-variable-3, +.CodeMirror.cm-s-default .cm-variable-3, +.CodeMirror.cm-s-paper .cm-variable-3 { + color: #81c8be; +} +.CodeMirror .cm-comment, +.CodeMirror.cm-s-default .cm-comment, +.CodeMirror.cm-s-paper .cm-comment { + color: #626880; +} +.CodeMirror .cm-string, +.CodeMirror.cm-s-default .cm-string, +.CodeMirror.cm-s-paper .cm-string { + color: #a6d189; +} +.CodeMirror .cm-string-2, +.CodeMirror.cm-s-default .cm-string-2, +.CodeMirror.cm-s-paper .cm-string-2 { + color: #a6d189; +} +.CodeMirror .cm-meta, +.CodeMirror.cm-s-default .cm-meta, +.CodeMirror.cm-s-paper .cm-meta { + color: #ef9f76; +} +.CodeMirror .cm-qualifier, +.CodeMirror.cm-s-default .cm-qualifier, +.CodeMirror.cm-s-paper .cm-qualifier { + color: #ef9f76; +} +.CodeMirror .cm-builtin, +.CodeMirror.cm-s-default .cm-builtin, +.CodeMirror.cm-s-paper .cm-builtin { + color: #ef9f76; +} +.CodeMirror .cm-bracket, +.CodeMirror.cm-s-default .cm-bracket, +.CodeMirror.cm-s-paper .cm-bracket { + color: #c6d0f5; +} +.CodeMirror .cm-tag, +.CodeMirror.cm-s-default .cm-tag, +.CodeMirror.cm-s-paper .cm-tag { + color: #e5c890; +} +.CodeMirror .cm-attribute, +.CodeMirror.cm-s-default .cm-attribute, +.CodeMirror.cm-s-paper .cm-attribute { + color: #e5c890; +} +.CodeMirror .cm-hr, +.CodeMirror.cm-s-default .cm-hr, +.CodeMirror.cm-s-paper .cm-hr { + color: #949cbb; +} +.CodeMirror .cm-url, +.CodeMirror.cm-s-default .cm-url, +.CodeMirror.cm-s-paper .cm-url { + color: #8caaee; +} +.CodeMirror .cm-link, +.CodeMirror.cm-s-default .cm-link, +.CodeMirror.cm-s-paper .cm-link { + color: #8caaee; +} +.CodeMirror .cm-error, +.CodeMirror.cm-s-default .cm-error, +.CodeMirror.cm-s-paper .cm-error { + color: #e78284; +} + +.monaco-editor .selected-text { + background-color: #414559 !important; +} +.monaco-editor .margin-view-overlays .line-numbers { + color: #a5adce !important; +} +.monaco-editor .line-numbers.active-line-number { + color: #ca9ee6 !important; +} +.monaco-editor .view-overlays .current-line, +.monaco-editor .margin-view-overlays .current-line-margin { + background-color: rgb(58.88, 62.88, 82.16) !important; +} +.monaco-editor .mtk1 { + color: #c6d0f5 !important; +} +.monaco-editor .mtk2 { + color: #ff69b4 !important; +} +.monaco-editor .mtk3 { + color: #ef9f76 !important; +} +.monaco-editor .mtk4 { + color: #81c8be !important; +} +.monaco-editor .mtk5 { + color: #c6d0f5 !important; +} +.monaco-editor .mtk6 { + color: #ca9ee6 !important; +} +.monaco-editor .mtk7 { + color: #ef9f76 !important; +} +.monaco-editor .mtk8 { + color: #949cbb !important; +} +.monaco-editor .mtk9 { + color: #ca9ee6 !important; +} +.monaco-editor .mtk10 { + color: #a5adce !important; +} +.monaco-editor .mtk11 { + color: #81c8be !important; +} +.monaco-editor .mtk12 { + color: #81c8be !important; +} +.monaco-editor .mtk13 { + color: #ff69b4 !important; +} +.monaco-editor .mtk14 { + color: #ff69b4 !important; +} +.monaco-editor .mtk15 { + color: #ca9ee6 !important; +} +.monaco-editor .mtk16 { + color: #949cbb !important; +} +.monaco-editor .mtk17 { + color: #ff69b4 !important; +} +.monaco-editor .mtk18 { + color: #ff69b4 !important; +} +.monaco-editor .mtk19 { + color: #81c8be !important; +} +.monaco-editor .mtk20 { + color: #ff69b4 !important; +} +.monaco-editor .mtk21 { + color: #a6d189 !important; +} +.monaco-editor .mtk22 { + color: #ff69b4 !important; +} +.monaco-editor .mtk23 { + color: #8caaee !important; +} +.monaco-editor .mtk24 { + color: #ef9f76 !important; +} +.monaco-editor .mtk25 { + color: #f4b8e4 !important; +} +.monaco-editor .bracket-highlighting-0 { + color: rgb(217.8, 161.2, 177.2) !important; +} +.monaco-editor .bracket-highlighting-1 { + color: rgb(222.6, 178.6, 168.8) !important; +} +.monaco-editor .bracket-highlighting-2 { + color: rgb(216.6, 203.2, 184.4) !important; +} +.monaco-editor .bracket-highlighting-3 { + color: rgb(178.8, 208.6, 180.2) !important; +} +.monaco-editor .bracket-highlighting-4 { + color: rgb(163.2, 185.2, 240.8) !important; +} +.monaco-editor .bracket-highlighting-5 { + color: rgb(200.4, 178, 236) !important; +} \ No newline at end of file diff --git a/public/assets/css/theme-catppuccin-frappe-peach.css b/public/assets/css/theme-catppuccin-frappe-peach.css new file mode 100644 index 0000000..b4ae643 --- /dev/null +++ b/public/assets/css/theme-catppuccin-frappe-peach.css @@ -0,0 +1,873 @@ +:root { + color-scheme: dark; + --is-dark-theme: true; + accent-color: #ef9f76; + --color-primary: #ef9f76; + --color-primary-contrast: #232634; + --color-primary-hover: rgb(236.3333333333, 143, 95.1666666667); + --color-primary-dark-1: rgb(237.4, 149.4, 104.3); + --color-primary-dark-2: rgb(235.8, 139.8, 90.6); + --color-primary-dark-3: rgb(234.2, 130.2, 76.9); + --color-primary-dark-4: rgb(232.6, 120.6, 63.2); + --color-primary-dark-5: rgb(231, 111, 49.5); + --color-primary-dark-6: rgb(229.4, 101.4, 35.8); + --color-primary-dark-7: rgb(223.7666666667, 93.1, 26.1333333333); + --color-primary-light-1: rgb(240.6, 168.6, 131.7); + --color-primary-light-2: rgb(242.2, 178.2, 145.4); + --color-primary-light-3: rgb(243.8, 187.8, 159.1); + --color-primary-light-4: rgb(245.4, 197.4, 172.8); + --color-primary-light-5: rgb(247, 207, 186.5); + --color-primary-light-6: rgb(248.6, 216.6, 200.2); + --color-primary-light-7: rgb(250.2, 226.2, 213.9); + --color-primary-alpha-10: rgba(239, 159, 118, 0.1); + --color-primary-alpha-20: rgba(239, 159, 118, 0.2); + --color-primary-alpha-30: rgba(239, 159, 118, 0.3); + --color-primary-alpha-40: rgba(239, 159, 118, 0.4); + --color-primary-alpha-50: rgba(239, 159, 118, 0.5); + --color-primary-alpha-60: rgba(239, 159, 118, 0.6); + --color-primary-alpha-70: rgba(239, 159, 118, 0.7); + --color-primary-alpha-80: rgba(239, 159, 118, 0.8); + --color-primary-alpha-90: rgba(239, 159, 118, 0.9); + --color-secondary: #51576d; + --color-secondary-dark-1: rgb(71.4577922078, 75.8551948052, 97.8422077922); + --color-secondary-dark-2: rgb(77.9155844156, 82.7103896104, 106.6844155844); + --color-secondary-dark-3: rgb(84.3733766234, 89.5655844156, 115.5266233766); + --color-secondary-dark-4: rgb(90.8311688312, 96.4207792208, 124.3688311688); + --color-secondary-dark-5: rgb(97.288961039, 103.275974026, 133.211038961); + --color-secondary-dark-6: rgb(103.7467532468, 110.1311688312, 142.0532467532); + --color-secondary-dark-7: rgb(111.1551948052, 117.6201298701, 149.9448051948); + --color-secondary-dark-8: rgb(119.9974025974, 126.0649350649, 156.4025974026); + --color-secondary-dark-9: rgb(128.8396103896, 134.5097402597, 162.8603896104); + --color-secondary-dark-10: rgb(137.6818181818, 142.9545454545, 169.3181818182); + --color-secondary-dark-11: rgb(146.524025974, 151.3993506494, 175.775974026); + --color-secondary-dark-12: rgb(155.3662337662, 159.8441558442, 182.2337662338); + --color-secondary-dark-13: rgb(164.2084415584, 168.288961039, 188.6915584416); + --color-secondary-light-1: rgb(58.5422077922, 62.1448051948, 80.1577922078); + --color-secondary-light-2: rgb(52.0844155844, 55.2896103896, 71.3155844156); + --color-secondary-light-3: rgb(45.6266233766, 48.4344155844, 62.4733766234); + --color-secondary-light-4: rgb(39.1688311688, 41.5792207792, 53.6311688312); + --color-secondary-alpha-10: rgba(65, 69, 89, 0.1); + --color-secondary-alpha-20: rgba(65, 69, 89, 0.2); + --color-secondary-alpha-30: rgba(65, 69, 89, 0.3); + --color-secondary-alpha-40: rgba(65, 69, 89, 0.4); + --color-secondary-alpha-50: rgba(65, 69, 89, 0.5); + --color-secondary-alpha-60: rgba(65, 69, 89, 0.6); + --color-secondary-alpha-70: rgba(65, 69, 89, 0.7); + --color-secondary-alpha-80: rgba(65, 69, 89, 0.8); + --color-secondary-alpha-90: rgba(65, 69, 89, 0.9); + /* colors */ + --color-red: #e78284; + --color-orange: #ef9f76; + --color-yellow: #e5c890; + --color-olive: #a6d189; + --color-green: #a6d189; + --color-teal: #81c8be; + --color-blue: #8caaee; + --color-violet: #babbf1; + --color-purple: #ca9ee6; + --color-pink: #f4b8e4; + --color-brown: #eebebe; + --color-grey: #949cbb; + --color-black: #292c3c; + /* light variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-light: rgb(222.7852348993, 87.2147651007, 89.8993288591); + --color-orange-light: rgb(233.6666666667, 127, 72.3333333333); + --color-yellow-light: rgb(219.3211678832, 179.5255474453, 102.6788321168); + --color-olive-light: rgb(138.3231707317, 194.6951219512, 100.3048780488); + --color-green-light: rgb(138.3231707317, 194.6951219512, 100.3048780488); + --color-teal-light: rgb(93.4972375691, 184.5027624309, 171.6850828729); + --color-blue-light: rgb(95.5681818182, 137.1590909091, 231.4318181818); + --color-violet-light: rgb(143.6024096386, 145.2168674699, 232.3975903614); + --color-purple-light: rgb(179.8442622951, 117.4508196721, 219.5491803279); + --color-pink-light: rgb(237.1585365854, 139.8414634146, 211.2073170732); + --color-brown-light: rgb(227.4268292683, 149.5731707317, 149.5731707317); + --color-grey-light: rgb(116.8171428571, 127.1485714286, 167.1828571429); + --color-black-light: rgb(20.297029703, 21.7821782178, 29.702970297); + /* dark 1 variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-dark-1: rgb(222.7852348993, 87.2147651007, 89.8993288591); + --color-orange-dark-1: rgb(233.6666666667, 127, 72.3333333333); + --color-yellow-dark-1: rgb(219.3211678832, 179.5255474453, 102.6788321168); + --color-olive-dark-1: rgb(138.3231707317, 194.6951219512, 100.3048780488); + --color-green-dark-1: rgb(138.3231707317, 194.6951219512, 100.3048780488); + --color-teal-dark-1: rgb(93.4972375691, 184.5027624309, 171.6850828729); + --color-blue-dark-1: rgb(95.5681818182, 137.1590909091, 231.4318181818); + --color-violet-dark-1: rgb(143.6024096386, 145.2168674699, 232.3975903614); + --color-purple-dark-1: rgb(179.8442622951, 117.4508196721, 219.5491803279); + --color-pink-dark-1: rgb(237.1585365854, 139.8414634146, 211.2073170732); + --color-brown-dark-1: rgb(227.4268292683, 149.5731707317, 149.5731707317); + --color-black-dark-1: rgb(20.297029703, 21.7821782178, 29.702970297); + /* dark 2 variants - produced via Sass scale-color(color, $lightness: -20%) */ + --color-red-dark-2: rgb(214.5704697987, 44.4295302013, 47.7986577181); + --color-orange-dark-2: rgb(228.3333333333, 95, 26.6666666667); + --color-yellow-dark-2: rgb(209.6423357664, 159.0510948905, 61.3576642336); + --color-olive-dark-2: rgb(111.5853658537, 175.5609756098, 68.4390243902); + --color-green-dark-2: rgb(111.5853658537, 175.5609756098, 68.4390243902); + --color-teal-dark-2: rgb(68.9779005525, 158.0220994475, 145.4806629834); + --color-blue-dark-2: rgb(51.1363636364, 104.3181818182, 224.8636363636); + --color-violet-dark-2: rgb(101.2048192771, 103.4337349398, 223.7951807229); + --color-purple-dark-2: rgb(157.6885245902, 76.9016393443, 209.0983606557); + --color-pink-dark-2: rgb(230.3170731707, 95.6829268293, 194.4146341463); + --color-brown-dark-2: rgb(216.8536585366, 109.1463414634, 109.1463414634); + --color-black-dark-2: hsl(230.5263157895, 18.8118811881%, -0.1960784314%); + /* other colors */ + --color-gold: #f2d5cf; + --color-white: #c6d0f5; + --color-diff-removed-word-bg: rgba(231, 130, 132, 0.15); + --color-diff-added-word-bg: rgba(166, 209, 137, 0.15); + --color-diff-removed-row-bg: rgba(231, 130, 132, 0.07); + --color-diff-moved-row-bg: rgba(229, 200, 144, 0.07); + --color-diff-added-row-bg: rgba(166, 209, 137, 0.07); + --color-diff-removed-row-border: rgba(231, 130, 132, 0.07); + --color-diff-moved-row-border: rgba(229, 200, 144, 0.07); + --color-diff-added-row-border: rgba(166, 209, 137, 0.07); + --color-diff-inactive: #949cbb; + --color-error-border: #e78284; + --color-error-bg: #e78284; + --color-error-bg-active: rgb(226.8926174497, 108.6073825503, 110.9496644295); + --color-error-bg-hover: rgb(222.7852348993, 87.2147651007, 89.8993288591); + --color-error-text: #232634; + --color-success-border: rgb(138.3231707317, 194.6951219512, 100.3048780488); + --color-success-bg: #a6d189; + --color-success-text: #232634; + --color-warning-border: rgb(219.3211678832, 179.5255474453, 102.6788321168); + --color-warning-bg: #e5c890; + --color-warning-text: #232634; + --color-info-border: rgb(95.5681818182, 137.1590909091, 231.4318181818); + --color-info-bg: #232634; + --color-info-text: #c6d0f5; + --color-red-badge: rgb(222.7852348993, 87.2147651007, 89.8993288591); + --color-red-badge-bg: #232634; + --color-red-badge-hover-bg: rgb(226.8926174497, 108.6073825503, 110.9496644295); + --color-green-badge: #a6d189; + --color-green-badge-bg: #a6d189; + --color-green-badge-hover-bg: rgb(152.1615853659, 201.8475609756, 118.6524390244); + --color-yellow-badge: #e5c890; + --color-yellow-badge-bg: #232634; + --color-yellow-badge-hover-bg: rgb(224.1605839416, 189.7627737226, 123.3394160584); + --color-orange-badge: #ef9f76; + --color-orange-badge-bg: #232634; + --color-orange-badge-hover-bg: rgb(236.3333333333, 143, 95.1666666667); + --color-git: #ef9f76; + --color-highlight-bg: rgba(229, 200, 144, 0.15); + /* target-based colors */ + --color-body: #232634; + --color-box-header: #292c3c; + --color-box-body: #292c3c; + --color-box-body-highlight: #414559; + --color-text-dark: #a5adce; + --color-text: #c6d0f5; + --color-text-light: #b5bfe2; + --color-text-light-1: #b5bfe2; + --color-text-light-2: #b5bfe2; + --color-text-light-3: #b5bfe2; + --color-footer: #292c3c; + --color-timeline: #414559; + --color-input-text: #c6d0f5; + --color-input-background: #414559; + --color-input-toggle-background: #414559; + --color-input-border: #51576d; + --color-input-border-hover: #626880; + --color-nav-bg: #292c3c; + --color-nav-hover-bg: var(--color-hover); + --color-navbar: #292c3c; + --color-navbar-transparent: rgba(35, 38, 52, 0); + --color-light: rgba(98, 104, 128, 0.3); + --color-light-mimic-enabled: rgba( + 0, + 0, + 0, + calc(40 / 255 * 222 / 255 / var(--opacity-disabled)) + ); + --color-light-border: #626880; + --color-hover: rgba(115, 121, 148, 0.2); + --color-active: rgba(198, 208, 245, 0.1); + --color-menu: #414559; + --color-card: #414559; + --color-markup-table-row: rgba(198, 208, 245, 0.02); + --color-markup-code-block: rgba(198, 208, 245, 0.05); + --color-markup-code-inline: #414559; + --color-button: #414559; + --color-code-bg: #303446; + --color-code-sidebar-bg: #414559; + --color-shadow: rgba(35, 38, 52, 0.1); + --color-tooltip-bg: #414559; + --color-tooltip-text: var(--color-text); + --color-secondary-bg: #414559; + --color-text-focus: #c6d0f5; + --color-expand-button: #626880; + --color-placeholder-text: #a5adce; + --color-editor-line-highlight: var(--color-primary-light-5); + --color-project-board-bg: var(--color-secondary-light-2); + /* gitea source code: */ + /* should ideally be --color-text-dark, see go-gitea/gitea#15651 */ + --color-caret: var(--color-text); + --color-reaction-bg: rgba(198, 208, 245, 0.07); + --color-reaction-active-bg: var(--color-primary-alpha-40); + --color-header-wrapper: #292c3c; + --color-header-wrapper-transparent: rgba(41, 44, 60, 0); + --color-label-text: #232634; + --color-label-bg: #ef9f76; + --color-label-hover-bg: rgb(235.8, 139.8, 90.6); + --color-label-active-bg: rgb(237.4, 149.4, 104.3); + --color-accent: var(--color-primary-light-1); + --color-small-accent: var(--color-primary-light-5); + --color-active-line: #51576d; +} + +/* invert emojis that are hard to read otherwise */ +.emoji[aria-label="check mark"], +.emoji[aria-label="currency exchange"], +.emoji[aria-label="TOP arrow"], +.emoji[aria-label="END arrow"], +.emoji[aria-label="ON! arrow"], +.emoji[aria-label="SOON arrow"], +.emoji[aria-label="heavy dollar sign"], +.emoji[aria-label=copyright], +.emoji[aria-label=registered], +.emoji[aria-label="trade mark"], +.emoji[aria-label=multiply], +.emoji[aria-label=plus], +.emoji[aria-label=minus], +.emoji[aria-label=divide], +.emoji[aria-label="curly loop"], +.emoji[aria-label="double curly loop"], +.emoji[aria-label="wavy dash"], +.emoji[aria-label="paw prints"], +.emoji[aria-label="musical note"], +.emoji[aria-label="musical notes"] { + filter: invert(100%) hue-rotate(180deg); +} + +.ui.ui.ui.button:not(.inverted, .basic).primary, .ui.ui.ui.button:not(.inverted, .basic).green, .ui.ui.ui.button:not(.inverted, .basic).red, .ui.ui.ui.button:not(.inverted, .basic).teal, +.ui.ui.ui.label:not(.inverted, .basic).primary, +.ui.ui.ui.label:not(.inverted, .basic).green, +.ui.ui.ui.label:not(.inverted, .basic).red, +.ui.ui.ui.label:not(.inverted, .basic).teal { + color: #232634; +} +.ui.ui.ui.button:not(.inverted, .basic).primary:hover, .ui.ui.ui.button:not(.inverted, .basic).green:hover, .ui.ui.ui.button:not(.inverted, .basic).red:hover, .ui.ui.ui.button:not(.inverted, .basic).teal:hover, +.ui.ui.ui.label:not(.inverted, .basic).primary:hover, +.ui.ui.ui.label:not(.inverted, .basic).green:hover, +.ui.ui.ui.label:not(.inverted, .basic).red:hover, +.ui.ui.ui.label:not(.inverted, .basic).teal:hover { + color: #303446; +} + +.ui.basic.modal { + background-color: #303446; +} + +.ui.commit-header-row .svg.gitea-lock ~ a { + color: #232634; +} + +.ui.negative.message .header { + color: var(--color-error-text); +} + +.ui.sha.isSigned.isVerified .shortsha { + color: #232634; +} +.ui.sha.isSigned.isVerified svg.gitea-lock { + fill: #232634; +} + +.ui.basic.modal, +.ui.basic.modal > .header, +.ui.inverted.button { + color: #c6d0f5 !important; +} + +#repo-topics, +#topic_edit > .ui.selection.dropdown { + color: var(--color-label-text) !important; +} + +blockquote.attention-tip { + border-left-color: var(--color-success-bg); +} +blockquote.attention-warning { + border-left-color: var(--color-warning-bg); +} + +svg.attention-tip, +strong.attention-tip { + color: var(--color-success-bg); +} +svg.attention-warning, +strong.attention-warning { + color: var(--color-warning-bg); +} + +.inline-code-block { + color: #232634; +} + +::selection { + background: rgba(239, 159, 118, 0.3) !important; +} + +/* NameBuiltinPseudo */ +.chroma .bp { + color: #ef9f76; +} + +/* Comment */ +.chroma .c { + color: #737994; +} + +/* CommentSingle */ +.chroma .c1 { + color: #737994; +} + +/* CommentHashbang */ +.chroma .ch { + color: #737994; +} + +/* CommentMultiline */ +.chroma .cm { + color: #737994; +} + +/* CommentPreproc */ +.chroma .cp { + color: #8caaee; +} + +/* CommentPreprocFile */ +.chroma .cpf { + color: #8caaee; +} + +/* CommentSpecial */ +.chroma .cs { + color: #737994; +} + +/* LiteralStringDelimiter */ +.chroma .dl { + color: #8caaee; +} + +/* NameFunctionMagic */ +/* Generic */ +/* GenericDeleted */ +.chroma .gd { + color: #c6d0f5; + background-color: rgba(231, 130, 132, 0.15); +} + +/* GenericEmph */ +.chroma .ge { + font-style: italic; +} + +/* GenericHeading */ +.chroma .gh { + color: #99d1db; +} + +/* GenericInserted */ +.chroma .gi { + color: #c6d0f5; + background-color: rgba(166, 209, 137, 0.15); +} + +/* GenericUnderline */ +/* GenericOutput */ +.chroma .go { + color: #ef9f76; +} + +/* GenericPrompt */ +.chroma .gp { + color: #737994; + font-weight: bold; +} + +/* GenericError */ +.chroma .gr { + color: #ea999c; +} + +/* GenericStrong */ +.chroma .gs { + font-weight: bold; +} + +/* GenericTraceback */ +.chroma .gt { + color: #ea999c; +} + +/* GenericSubheading */ +.chroma .gu { + color: #99d1db; +} + +/* LiteralNumberIntegerLong */ +.chroma .il { + color: #ef9f76; +} + +/* Keyword */ +.chroma .k { + color: #ca9ee6; +} + +/* KeywordConstant */ +.chroma .kc { + color: #e5c890; +} + +/* KeywordDeclaration */ +.chroma .kd { + color: #ca9ee6; +} + +/* KeywordNamespace */ +.chroma .kn { + color: #e5c890; +} + +/* KeywordPseudo */ +.chroma .kp { + color: #ca9ee6; + font-weight: bold; +} + +/* KeywordReserved */ +.chroma .kr { + color: #ca9ee6; +} + +/* KeywordType */ +.chroma .kt { + color: #e5c890; +} + +/* Literal */ +/* LiteralDate */ +/* LiteralNumber */ +.chroma .m { + color: #ef9f76; +} + +/* LiteralNumberBin */ +.chroma .mb { + color: #ef9f76; +} + +/* LiteralNumberFloat */ +.chroma .mf { + color: #ef9f76; +} + +/* LiteralNumberHex */ +.chroma .mh { + color: #ef9f76; +} + +/* LiteralNumberInteger */ +.chroma .mi { + color: #ef9f76; +} + +/* LiteralNumberOct */ +.chroma .mo { + color: #ef9f76; +} + +/* Name */ +.chroma .n { + color: #babbf1; +} + +/* NameAttribute */ +.chroma .na { + color: #e5c890; +} + +/* NameBuiltin */ +.chroma .nb { + color: #ef9f76; +} + +/* NameClass */ +.chroma .nc { + color: #e5c890; +} + +/* NameDecorator */ +.chroma .nd { + color: #f4b8e4; +} + +/* NameException */ +.chroma .ne { + color: #ea999c; +} + +/* NameFunction */ +.chroma .nf { + color: #8caaee; +} + +/* NameEntity */ +.chroma .ni { + color: #f4b8e4; +} + +/* NameLabel */ +.chroma .nl { + color: #e5c890; +} + +/* NameNamespace */ +.chroma .nn { + color: #e5c890; +} + +/* NameConstant */ +.chroma .no { + color: #e5c890; +} + +/* NameTag */ +.chroma .nt { + color: #ca9ee6; +} + +/* NameVariable */ +.chroma .nv { + color: #ef9f76; +} + +/* NameOther */ +.chroma .nx { + color: #ef9f76; +} + +/* Operator */ +.chroma .o { + color: #99d1db; +} + +/* OperatorWord */ +.chroma .ow { + color: #99d1db; + font-weight: bold; +} + +/* Punctuation */ +.chroma .p { + color: #949cbb; +} + +/* NameProperty */ +/* LiteralString */ +.chroma .s { + color: #a6d189; +} + +/* LiteralStringSingle */ +.chroma .s1 { + color: #a6d189; +} + +/* LiteralStringDouble */ +.chroma .s2 { + color: #a6d189; +} + +/* LiteralStringAffix */ +.chroma .sa { + color: #a6d189; +} + +/* LiteralStringBacktick */ +.chroma .sb { + color: #a6d189; +} + +/* LiteralStringChar */ +.chroma .sc { + color: #a6d189; +} + +/* LiteralStringDoc */ +.chroma .sd { + color: #a6d189; +} + +/* LiteralStringEscape */ +.chroma .se { + color: #8caaee; +} + +/* LiteralStringHeredoc */ +.chroma .sh { + color: #a6d189; +} + +/* LiteralStringInterpol */ +.chroma .si { + color: #a6d189; +} + +/* LiteralStringRegex */ +.chroma .sr { + color: #8caaee; +} + +/* LiteralStringSymbol */ +.chroma .ss { + color: #a6d189; +} + +/* LiteralStringOther */ +.chroma .sx { + color: #a6d189; +} + +/* NameVariableClass */ +.chroma .vc { + color: #e5c890; +} + +/* NameVariableGlobal */ +.chroma .vg { + color: #ef9f76; +} + +/* NameVariableInstance */ +.chroma .vi { + color: #e5c890; +} + +/* NameVariableMagic */ +/* TextWhitespace */ +.chroma .w { + color: #414559; +} + +.CodeMirror .cm-property, +.CodeMirror.cm-s-default .cm-property, +.CodeMirror.cm-s-paper .cm-property { + color: #c6d0f5; +} +.CodeMirror .cm-header, +.CodeMirror.cm-s-default .cm-header, +.CodeMirror.cm-s-paper .cm-header { + color: #c6d0f5; +} +.CodeMirror .cm-quote, +.CodeMirror.cm-s-default .cm-quote, +.CodeMirror.cm-s-paper .cm-quote { + color: #a6d189; +} +.CodeMirror .cm-keyword, +.CodeMirror.cm-s-default .cm-keyword, +.CodeMirror.cm-s-paper .cm-keyword { + color: #ca9ee6; +} +.CodeMirror .cm-atom, +.CodeMirror.cm-s-default .cm-atom, +.CodeMirror.cm-s-paper .cm-atom { + color: #e78284; +} +.CodeMirror .cm-number, +.CodeMirror.cm-s-default .cm-number, +.CodeMirror.cm-s-paper .cm-number { + color: #ef9f76; +} +.CodeMirror .cm-def, +.CodeMirror.cm-s-default .cm-def, +.CodeMirror.cm-s-paper .cm-def { + color: #c6d0f5; +} +.CodeMirror .cm-variable-2, +.CodeMirror.cm-s-default .cm-variable-2, +.CodeMirror.cm-s-paper .cm-variable-2 { + color: #99d1db; +} +.CodeMirror .cm-variable-3, +.CodeMirror.cm-s-default .cm-variable-3, +.CodeMirror.cm-s-paper .cm-variable-3 { + color: #81c8be; +} +.CodeMirror .cm-comment, +.CodeMirror.cm-s-default .cm-comment, +.CodeMirror.cm-s-paper .cm-comment { + color: #626880; +} +.CodeMirror .cm-string, +.CodeMirror.cm-s-default .cm-string, +.CodeMirror.cm-s-paper .cm-string { + color: #a6d189; +} +.CodeMirror .cm-string-2, +.CodeMirror.cm-s-default .cm-string-2, +.CodeMirror.cm-s-paper .cm-string-2 { + color: #a6d189; +} +.CodeMirror .cm-meta, +.CodeMirror.cm-s-default .cm-meta, +.CodeMirror.cm-s-paper .cm-meta { + color: #ef9f76; +} +.CodeMirror .cm-qualifier, +.CodeMirror.cm-s-default .cm-qualifier, +.CodeMirror.cm-s-paper .cm-qualifier { + color: #ef9f76; +} +.CodeMirror .cm-builtin, +.CodeMirror.cm-s-default .cm-builtin, +.CodeMirror.cm-s-paper .cm-builtin { + color: #ef9f76; +} +.CodeMirror .cm-bracket, +.CodeMirror.cm-s-default .cm-bracket, +.CodeMirror.cm-s-paper .cm-bracket { + color: #c6d0f5; +} +.CodeMirror .cm-tag, +.CodeMirror.cm-s-default .cm-tag, +.CodeMirror.cm-s-paper .cm-tag { + color: #e5c890; +} +.CodeMirror .cm-attribute, +.CodeMirror.cm-s-default .cm-attribute, +.CodeMirror.cm-s-paper .cm-attribute { + color: #e5c890; +} +.CodeMirror .cm-hr, +.CodeMirror.cm-s-default .cm-hr, +.CodeMirror.cm-s-paper .cm-hr { + color: #949cbb; +} +.CodeMirror .cm-url, +.CodeMirror.cm-s-default .cm-url, +.CodeMirror.cm-s-paper .cm-url { + color: #8caaee; +} +.CodeMirror .cm-link, +.CodeMirror.cm-s-default .cm-link, +.CodeMirror.cm-s-paper .cm-link { + color: #8caaee; +} +.CodeMirror .cm-error, +.CodeMirror.cm-s-default .cm-error, +.CodeMirror.cm-s-paper .cm-error { + color: #e78284; +} + +.monaco-editor .selected-text { + background-color: #414559 !important; +} +.monaco-editor .margin-view-overlays .line-numbers { + color: #a5adce !important; +} +.monaco-editor .line-numbers.active-line-number { + color: #ef9f76 !important; +} +.monaco-editor .view-overlays .current-line, +.monaco-editor .margin-view-overlays .current-line-margin { + background-color: rgb(58.88, 62.88, 82.16) !important; +} +.monaco-editor .mtk1 { + color: #c6d0f5 !important; +} +.monaco-editor .mtk2 { + color: #ff69b4 !important; +} +.monaco-editor .mtk3 { + color: #ef9f76 !important; +} +.monaco-editor .mtk4 { + color: #81c8be !important; +} +.monaco-editor .mtk5 { + color: #c6d0f5 !important; +} +.monaco-editor .mtk6 { + color: #ca9ee6 !important; +} +.monaco-editor .mtk7 { + color: #ef9f76 !important; +} +.monaco-editor .mtk8 { + color: #949cbb !important; +} +.monaco-editor .mtk9 { + color: #ca9ee6 !important; +} +.monaco-editor .mtk10 { + color: #a5adce !important; +} +.monaco-editor .mtk11 { + color: #81c8be !important; +} +.monaco-editor .mtk12 { + color: #81c8be !important; +} +.monaco-editor .mtk13 { + color: #ff69b4 !important; +} +.monaco-editor .mtk14 { + color: #ff69b4 !important; +} +.monaco-editor .mtk15 { + color: #ca9ee6 !important; +} +.monaco-editor .mtk16 { + color: #949cbb !important; +} +.monaco-editor .mtk17 { + color: #ff69b4 !important; +} +.monaco-editor .mtk18 { + color: #ff69b4 !important; +} +.monaco-editor .mtk19 { + color: #81c8be !important; +} +.monaco-editor .mtk20 { + color: #ff69b4 !important; +} +.monaco-editor .mtk21 { + color: #a6d189 !important; +} +.monaco-editor .mtk22 { + color: #ff69b4 !important; +} +.monaco-editor .mtk23 { + color: #8caaee !important; +} +.monaco-editor .mtk24 { + color: #ef9f76 !important; +} +.monaco-editor .mtk25 { + color: #f4b8e4 !important; +} +.monaco-editor .bracket-highlighting-0 { + color: rgb(217.8, 161.2, 177.2) !important; +} +.monaco-editor .bracket-highlighting-1 { + color: rgb(222.6, 178.6, 168.8) !important; +} +.monaco-editor .bracket-highlighting-2 { + color: rgb(216.6, 203.2, 184.4) !important; +} +.monaco-editor .bracket-highlighting-3 { + color: rgb(178.8, 208.6, 180.2) !important; +} +.monaco-editor .bracket-highlighting-4 { + color: rgb(163.2, 185.2, 240.8) !important; +} +.monaco-editor .bracket-highlighting-5 { + color: rgb(200.4, 178, 236) !important; +} \ No newline at end of file diff --git a/public/assets/css/theme-catppuccin-frappe-pink.css b/public/assets/css/theme-catppuccin-frappe-pink.css new file mode 100644 index 0000000..2d4c195 --- /dev/null +++ b/public/assets/css/theme-catppuccin-frappe-pink.css @@ -0,0 +1,873 @@ +:root { + color-scheme: dark; + --is-dark-theme: true; + accent-color: #f4b8e4; + --color-primary: #f4b8e4; + --color-primary-contrast: #232634; + --color-primary-hover: rgb(240.5792682927, 161.9207317073, 219.6036585366); + --color-primary-dark-1: rgb(241.9475609756, 170.7524390244, 222.962195122); + --color-primary-dark-2: rgb(239.8951219512, 157.5048780488, 217.9243902439); + --color-primary-dark-3: rgb(237.8426829268, 144.2573170732, 212.8865853659); + --color-primary-dark-4: rgb(235.7902439024, 131.0097560976, 207.8487804878); + --color-primary-dark-5: rgb(233.737804878, 117.762195122, 202.8109756098); + --color-primary-dark-6: rgb(231.6853658537, 104.5146341463, 197.7731707317); + --color-primary-dark-7: rgb(229.6329268293, 91.2670731707, 192.7353658537); + --color-primary-light-1: rgb(246.0524390244, 197.2475609756, 233.037804878); + --color-primary-light-2: rgb(248.1048780488, 210.4951219512, 238.0756097561); + --color-primary-light-3: rgb(250.1573170732, 223.7426829268, 243.1134146341); + --color-primary-light-4: rgb(252.2097560976, 236.9902439024, 248.1512195122); + --color-primary-light-5: rgb(254.262195122, 250.237804878, 253.1890243902); + --color-primary-light-6: hsl(316, 73.1707317073%, 101.9215686275%); + --color-primary-light-7: hsl(316, 73.1707317073%, 104.9215686275%); + --color-primary-alpha-10: rgba(244, 184, 228, 0.1); + --color-primary-alpha-20: rgba(244, 184, 228, 0.2); + --color-primary-alpha-30: rgba(244, 184, 228, 0.3); + --color-primary-alpha-40: rgba(244, 184, 228, 0.4); + --color-primary-alpha-50: rgba(244, 184, 228, 0.5); + --color-primary-alpha-60: rgba(244, 184, 228, 0.6); + --color-primary-alpha-70: rgba(244, 184, 228, 0.7); + --color-primary-alpha-80: rgba(244, 184, 228, 0.8); + --color-primary-alpha-90: rgba(244, 184, 228, 0.9); + --color-secondary: #51576d; + --color-secondary-dark-1: rgb(71.4577922078, 75.8551948052, 97.8422077922); + --color-secondary-dark-2: rgb(77.9155844156, 82.7103896104, 106.6844155844); + --color-secondary-dark-3: rgb(84.3733766234, 89.5655844156, 115.5266233766); + --color-secondary-dark-4: rgb(90.8311688312, 96.4207792208, 124.3688311688); + --color-secondary-dark-5: rgb(97.288961039, 103.275974026, 133.211038961); + --color-secondary-dark-6: rgb(103.7467532468, 110.1311688312, 142.0532467532); + --color-secondary-dark-7: rgb(111.1551948052, 117.6201298701, 149.9448051948); + --color-secondary-dark-8: rgb(119.9974025974, 126.0649350649, 156.4025974026); + --color-secondary-dark-9: rgb(128.8396103896, 134.5097402597, 162.8603896104); + --color-secondary-dark-10: rgb(137.6818181818, 142.9545454545, 169.3181818182); + --color-secondary-dark-11: rgb(146.524025974, 151.3993506494, 175.775974026); + --color-secondary-dark-12: rgb(155.3662337662, 159.8441558442, 182.2337662338); + --color-secondary-dark-13: rgb(164.2084415584, 168.288961039, 188.6915584416); + --color-secondary-light-1: rgb(58.5422077922, 62.1448051948, 80.1577922078); + --color-secondary-light-2: rgb(52.0844155844, 55.2896103896, 71.3155844156); + --color-secondary-light-3: rgb(45.6266233766, 48.4344155844, 62.4733766234); + --color-secondary-light-4: rgb(39.1688311688, 41.5792207792, 53.6311688312); + --color-secondary-alpha-10: rgba(65, 69, 89, 0.1); + --color-secondary-alpha-20: rgba(65, 69, 89, 0.2); + --color-secondary-alpha-30: rgba(65, 69, 89, 0.3); + --color-secondary-alpha-40: rgba(65, 69, 89, 0.4); + --color-secondary-alpha-50: rgba(65, 69, 89, 0.5); + --color-secondary-alpha-60: rgba(65, 69, 89, 0.6); + --color-secondary-alpha-70: rgba(65, 69, 89, 0.7); + --color-secondary-alpha-80: rgba(65, 69, 89, 0.8); + --color-secondary-alpha-90: rgba(65, 69, 89, 0.9); + /* colors */ + --color-red: #e78284; + --color-orange: #ef9f76; + --color-yellow: #e5c890; + --color-olive: #a6d189; + --color-green: #a6d189; + --color-teal: #81c8be; + --color-blue: #8caaee; + --color-violet: #babbf1; + --color-purple: #ca9ee6; + --color-pink: #f4b8e4; + --color-brown: #eebebe; + --color-grey: #949cbb; + --color-black: #292c3c; + /* light variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-light: rgb(222.7852348993, 87.2147651007, 89.8993288591); + --color-orange-light: rgb(233.6666666667, 127, 72.3333333333); + --color-yellow-light: rgb(219.3211678832, 179.5255474453, 102.6788321168); + --color-olive-light: rgb(138.3231707317, 194.6951219512, 100.3048780488); + --color-green-light: rgb(138.3231707317, 194.6951219512, 100.3048780488); + --color-teal-light: rgb(93.4972375691, 184.5027624309, 171.6850828729); + --color-blue-light: rgb(95.5681818182, 137.1590909091, 231.4318181818); + --color-violet-light: rgb(143.6024096386, 145.2168674699, 232.3975903614); + --color-purple-light: rgb(179.8442622951, 117.4508196721, 219.5491803279); + --color-pink-light: rgb(237.1585365854, 139.8414634146, 211.2073170732); + --color-brown-light: rgb(227.4268292683, 149.5731707317, 149.5731707317); + --color-grey-light: rgb(116.8171428571, 127.1485714286, 167.1828571429); + --color-black-light: rgb(20.297029703, 21.7821782178, 29.702970297); + /* dark 1 variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-dark-1: rgb(222.7852348993, 87.2147651007, 89.8993288591); + --color-orange-dark-1: rgb(233.6666666667, 127, 72.3333333333); + --color-yellow-dark-1: rgb(219.3211678832, 179.5255474453, 102.6788321168); + --color-olive-dark-1: rgb(138.3231707317, 194.6951219512, 100.3048780488); + --color-green-dark-1: rgb(138.3231707317, 194.6951219512, 100.3048780488); + --color-teal-dark-1: rgb(93.4972375691, 184.5027624309, 171.6850828729); + --color-blue-dark-1: rgb(95.5681818182, 137.1590909091, 231.4318181818); + --color-violet-dark-1: rgb(143.6024096386, 145.2168674699, 232.3975903614); + --color-purple-dark-1: rgb(179.8442622951, 117.4508196721, 219.5491803279); + --color-pink-dark-1: rgb(237.1585365854, 139.8414634146, 211.2073170732); + --color-brown-dark-1: rgb(227.4268292683, 149.5731707317, 149.5731707317); + --color-black-dark-1: rgb(20.297029703, 21.7821782178, 29.702970297); + /* dark 2 variants - produced via Sass scale-color(color, $lightness: -20%) */ + --color-red-dark-2: rgb(214.5704697987, 44.4295302013, 47.7986577181); + --color-orange-dark-2: rgb(228.3333333333, 95, 26.6666666667); + --color-yellow-dark-2: rgb(209.6423357664, 159.0510948905, 61.3576642336); + --color-olive-dark-2: rgb(111.5853658537, 175.5609756098, 68.4390243902); + --color-green-dark-2: rgb(111.5853658537, 175.5609756098, 68.4390243902); + --color-teal-dark-2: rgb(68.9779005525, 158.0220994475, 145.4806629834); + --color-blue-dark-2: rgb(51.1363636364, 104.3181818182, 224.8636363636); + --color-violet-dark-2: rgb(101.2048192771, 103.4337349398, 223.7951807229); + --color-purple-dark-2: rgb(157.6885245902, 76.9016393443, 209.0983606557); + --color-pink-dark-2: rgb(230.3170731707, 95.6829268293, 194.4146341463); + --color-brown-dark-2: rgb(216.8536585366, 109.1463414634, 109.1463414634); + --color-black-dark-2: hsl(230.5263157895, 18.8118811881%, -0.1960784314%); + /* other colors */ + --color-gold: #f2d5cf; + --color-white: #c6d0f5; + --color-diff-removed-word-bg: rgba(231, 130, 132, 0.15); + --color-diff-added-word-bg: rgba(166, 209, 137, 0.15); + --color-diff-removed-row-bg: rgba(231, 130, 132, 0.07); + --color-diff-moved-row-bg: rgba(229, 200, 144, 0.07); + --color-diff-added-row-bg: rgba(166, 209, 137, 0.07); + --color-diff-removed-row-border: rgba(231, 130, 132, 0.07); + --color-diff-moved-row-border: rgba(229, 200, 144, 0.07); + --color-diff-added-row-border: rgba(166, 209, 137, 0.07); + --color-diff-inactive: #949cbb; + --color-error-border: #e78284; + --color-error-bg: #e78284; + --color-error-bg-active: rgb(226.8926174497, 108.6073825503, 110.9496644295); + --color-error-bg-hover: rgb(222.7852348993, 87.2147651007, 89.8993288591); + --color-error-text: #232634; + --color-success-border: rgb(138.3231707317, 194.6951219512, 100.3048780488); + --color-success-bg: #a6d189; + --color-success-text: #232634; + --color-warning-border: rgb(219.3211678832, 179.5255474453, 102.6788321168); + --color-warning-bg: #e5c890; + --color-warning-text: #232634; + --color-info-border: rgb(95.5681818182, 137.1590909091, 231.4318181818); + --color-info-bg: #232634; + --color-info-text: #c6d0f5; + --color-red-badge: rgb(222.7852348993, 87.2147651007, 89.8993288591); + --color-red-badge-bg: #232634; + --color-red-badge-hover-bg: rgb(226.8926174497, 108.6073825503, 110.9496644295); + --color-green-badge: #a6d189; + --color-green-badge-bg: #a6d189; + --color-green-badge-hover-bg: rgb(152.1615853659, 201.8475609756, 118.6524390244); + --color-yellow-badge: #e5c890; + --color-yellow-badge-bg: #232634; + --color-yellow-badge-hover-bg: rgb(224.1605839416, 189.7627737226, 123.3394160584); + --color-orange-badge: #ef9f76; + --color-orange-badge-bg: #232634; + --color-orange-badge-hover-bg: rgb(236.3333333333, 143, 95.1666666667); + --color-git: #ef9f76; + --color-highlight-bg: rgba(229, 200, 144, 0.15); + /* target-based colors */ + --color-body: #232634; + --color-box-header: #292c3c; + --color-box-body: #292c3c; + --color-box-body-highlight: #414559; + --color-text-dark: #a5adce; + --color-text: #c6d0f5; + --color-text-light: #b5bfe2; + --color-text-light-1: #b5bfe2; + --color-text-light-2: #b5bfe2; + --color-text-light-3: #b5bfe2; + --color-footer: #292c3c; + --color-timeline: #414559; + --color-input-text: #c6d0f5; + --color-input-background: #414559; + --color-input-toggle-background: #414559; + --color-input-border: #51576d; + --color-input-border-hover: #626880; + --color-nav-bg: #292c3c; + --color-nav-hover-bg: var(--color-hover); + --color-navbar: #292c3c; + --color-navbar-transparent: rgba(35, 38, 52, 0); + --color-light: rgba(98, 104, 128, 0.3); + --color-light-mimic-enabled: rgba( + 0, + 0, + 0, + calc(40 / 255 * 222 / 255 / var(--opacity-disabled)) + ); + --color-light-border: #626880; + --color-hover: rgba(115, 121, 148, 0.2); + --color-active: rgba(198, 208, 245, 0.1); + --color-menu: #414559; + --color-card: #414559; + --color-markup-table-row: rgba(198, 208, 245, 0.02); + --color-markup-code-block: rgba(198, 208, 245, 0.05); + --color-markup-code-inline: #414559; + --color-button: #414559; + --color-code-bg: #303446; + --color-code-sidebar-bg: #414559; + --color-shadow: rgba(35, 38, 52, 0.1); + --color-tooltip-bg: #414559; + --color-tooltip-text: var(--color-text); + --color-secondary-bg: #414559; + --color-text-focus: #c6d0f5; + --color-expand-button: #626880; + --color-placeholder-text: #a5adce; + --color-editor-line-highlight: var(--color-primary-light-5); + --color-project-board-bg: var(--color-secondary-light-2); + /* gitea source code: */ + /* should ideally be --color-text-dark, see go-gitea/gitea#15651 */ + --color-caret: var(--color-text); + --color-reaction-bg: rgba(198, 208, 245, 0.07); + --color-reaction-active-bg: var(--color-primary-alpha-40); + --color-header-wrapper: #292c3c; + --color-header-wrapper-transparent: rgba(41, 44, 60, 0); + --color-label-text: #232634; + --color-label-bg: #f4b8e4; + --color-label-hover-bg: rgb(239.8951219512, 157.5048780488, 217.9243902439); + --color-label-active-bg: rgb(241.9475609756, 170.7524390244, 222.962195122); + --color-accent: var(--color-primary-light-1); + --color-small-accent: var(--color-primary-light-5); + --color-active-line: #51576d; +} + +/* invert emojis that are hard to read otherwise */ +.emoji[aria-label="check mark"], +.emoji[aria-label="currency exchange"], +.emoji[aria-label="TOP arrow"], +.emoji[aria-label="END arrow"], +.emoji[aria-label="ON! arrow"], +.emoji[aria-label="SOON arrow"], +.emoji[aria-label="heavy dollar sign"], +.emoji[aria-label=copyright], +.emoji[aria-label=registered], +.emoji[aria-label="trade mark"], +.emoji[aria-label=multiply], +.emoji[aria-label=plus], +.emoji[aria-label=minus], +.emoji[aria-label=divide], +.emoji[aria-label="curly loop"], +.emoji[aria-label="double curly loop"], +.emoji[aria-label="wavy dash"], +.emoji[aria-label="paw prints"], +.emoji[aria-label="musical note"], +.emoji[aria-label="musical notes"] { + filter: invert(100%) hue-rotate(180deg); +} + +.ui.ui.ui.button:not(.inverted, .basic).primary, .ui.ui.ui.button:not(.inverted, .basic).green, .ui.ui.ui.button:not(.inverted, .basic).red, .ui.ui.ui.button:not(.inverted, .basic).teal, +.ui.ui.ui.label:not(.inverted, .basic).primary, +.ui.ui.ui.label:not(.inverted, .basic).green, +.ui.ui.ui.label:not(.inverted, .basic).red, +.ui.ui.ui.label:not(.inverted, .basic).teal { + color: #232634; +} +.ui.ui.ui.button:not(.inverted, .basic).primary:hover, .ui.ui.ui.button:not(.inverted, .basic).green:hover, .ui.ui.ui.button:not(.inverted, .basic).red:hover, .ui.ui.ui.button:not(.inverted, .basic).teal:hover, +.ui.ui.ui.label:not(.inverted, .basic).primary:hover, +.ui.ui.ui.label:not(.inverted, .basic).green:hover, +.ui.ui.ui.label:not(.inverted, .basic).red:hover, +.ui.ui.ui.label:not(.inverted, .basic).teal:hover { + color: #303446; +} + +.ui.basic.modal { + background-color: #303446; +} + +.ui.commit-header-row .svg.gitea-lock ~ a { + color: #232634; +} + +.ui.negative.message .header { + color: var(--color-error-text); +} + +.ui.sha.isSigned.isVerified .shortsha { + color: #232634; +} +.ui.sha.isSigned.isVerified svg.gitea-lock { + fill: #232634; +} + +.ui.basic.modal, +.ui.basic.modal > .header, +.ui.inverted.button { + color: #c6d0f5 !important; +} + +#repo-topics, +#topic_edit > .ui.selection.dropdown { + color: var(--color-label-text) !important; +} + +blockquote.attention-tip { + border-left-color: var(--color-success-bg); +} +blockquote.attention-warning { + border-left-color: var(--color-warning-bg); +} + +svg.attention-tip, +strong.attention-tip { + color: var(--color-success-bg); +} +svg.attention-warning, +strong.attention-warning { + color: var(--color-warning-bg); +} + +.inline-code-block { + color: #232634; +} + +::selection { + background: rgba(244, 184, 228, 0.3) !important; +} + +/* NameBuiltinPseudo */ +.chroma .bp { + color: #ef9f76; +} + +/* Comment */ +.chroma .c { + color: #737994; +} + +/* CommentSingle */ +.chroma .c1 { + color: #737994; +} + +/* CommentHashbang */ +.chroma .ch { + color: #737994; +} + +/* CommentMultiline */ +.chroma .cm { + color: #737994; +} + +/* CommentPreproc */ +.chroma .cp { + color: #8caaee; +} + +/* CommentPreprocFile */ +.chroma .cpf { + color: #8caaee; +} + +/* CommentSpecial */ +.chroma .cs { + color: #737994; +} + +/* LiteralStringDelimiter */ +.chroma .dl { + color: #8caaee; +} + +/* NameFunctionMagic */ +/* Generic */ +/* GenericDeleted */ +.chroma .gd { + color: #c6d0f5; + background-color: rgba(231, 130, 132, 0.15); +} + +/* GenericEmph */ +.chroma .ge { + font-style: italic; +} + +/* GenericHeading */ +.chroma .gh { + color: #99d1db; +} + +/* GenericInserted */ +.chroma .gi { + color: #c6d0f5; + background-color: rgba(166, 209, 137, 0.15); +} + +/* GenericUnderline */ +/* GenericOutput */ +.chroma .go { + color: #ef9f76; +} + +/* GenericPrompt */ +.chroma .gp { + color: #737994; + font-weight: bold; +} + +/* GenericError */ +.chroma .gr { + color: #ea999c; +} + +/* GenericStrong */ +.chroma .gs { + font-weight: bold; +} + +/* GenericTraceback */ +.chroma .gt { + color: #ea999c; +} + +/* GenericSubheading */ +.chroma .gu { + color: #99d1db; +} + +/* LiteralNumberIntegerLong */ +.chroma .il { + color: #ef9f76; +} + +/* Keyword */ +.chroma .k { + color: #ca9ee6; +} + +/* KeywordConstant */ +.chroma .kc { + color: #e5c890; +} + +/* KeywordDeclaration */ +.chroma .kd { + color: #ca9ee6; +} + +/* KeywordNamespace */ +.chroma .kn { + color: #e5c890; +} + +/* KeywordPseudo */ +.chroma .kp { + color: #ca9ee6; + font-weight: bold; +} + +/* KeywordReserved */ +.chroma .kr { + color: #ca9ee6; +} + +/* KeywordType */ +.chroma .kt { + color: #e5c890; +} + +/* Literal */ +/* LiteralDate */ +/* LiteralNumber */ +.chroma .m { + color: #ef9f76; +} + +/* LiteralNumberBin */ +.chroma .mb { + color: #ef9f76; +} + +/* LiteralNumberFloat */ +.chroma .mf { + color: #ef9f76; +} + +/* LiteralNumberHex */ +.chroma .mh { + color: #ef9f76; +} + +/* LiteralNumberInteger */ +.chroma .mi { + color: #ef9f76; +} + +/* LiteralNumberOct */ +.chroma .mo { + color: #ef9f76; +} + +/* Name */ +.chroma .n { + color: #babbf1; +} + +/* NameAttribute */ +.chroma .na { + color: #e5c890; +} + +/* NameBuiltin */ +.chroma .nb { + color: #ef9f76; +} + +/* NameClass */ +.chroma .nc { + color: #e5c890; +} + +/* NameDecorator */ +.chroma .nd { + color: #f4b8e4; +} + +/* NameException */ +.chroma .ne { + color: #ea999c; +} + +/* NameFunction */ +.chroma .nf { + color: #8caaee; +} + +/* NameEntity */ +.chroma .ni { + color: #f4b8e4; +} + +/* NameLabel */ +.chroma .nl { + color: #e5c890; +} + +/* NameNamespace */ +.chroma .nn { + color: #e5c890; +} + +/* NameConstant */ +.chroma .no { + color: #e5c890; +} + +/* NameTag */ +.chroma .nt { + color: #ca9ee6; +} + +/* NameVariable */ +.chroma .nv { + color: #ef9f76; +} + +/* NameOther */ +.chroma .nx { + color: #ef9f76; +} + +/* Operator */ +.chroma .o { + color: #99d1db; +} + +/* OperatorWord */ +.chroma .ow { + color: #99d1db; + font-weight: bold; +} + +/* Punctuation */ +.chroma .p { + color: #949cbb; +} + +/* NameProperty */ +/* LiteralString */ +.chroma .s { + color: #a6d189; +} + +/* LiteralStringSingle */ +.chroma .s1 { + color: #a6d189; +} + +/* LiteralStringDouble */ +.chroma .s2 { + color: #a6d189; +} + +/* LiteralStringAffix */ +.chroma .sa { + color: #a6d189; +} + +/* LiteralStringBacktick */ +.chroma .sb { + color: #a6d189; +} + +/* LiteralStringChar */ +.chroma .sc { + color: #a6d189; +} + +/* LiteralStringDoc */ +.chroma .sd { + color: #a6d189; +} + +/* LiteralStringEscape */ +.chroma .se { + color: #8caaee; +} + +/* LiteralStringHeredoc */ +.chroma .sh { + color: #a6d189; +} + +/* LiteralStringInterpol */ +.chroma .si { + color: #a6d189; +} + +/* LiteralStringRegex */ +.chroma .sr { + color: #8caaee; +} + +/* LiteralStringSymbol */ +.chroma .ss { + color: #a6d189; +} + +/* LiteralStringOther */ +.chroma .sx { + color: #a6d189; +} + +/* NameVariableClass */ +.chroma .vc { + color: #e5c890; +} + +/* NameVariableGlobal */ +.chroma .vg { + color: #ef9f76; +} + +/* NameVariableInstance */ +.chroma .vi { + color: #e5c890; +} + +/* NameVariableMagic */ +/* TextWhitespace */ +.chroma .w { + color: #414559; +} + +.CodeMirror .cm-property, +.CodeMirror.cm-s-default .cm-property, +.CodeMirror.cm-s-paper .cm-property { + color: #c6d0f5; +} +.CodeMirror .cm-header, +.CodeMirror.cm-s-default .cm-header, +.CodeMirror.cm-s-paper .cm-header { + color: #c6d0f5; +} +.CodeMirror .cm-quote, +.CodeMirror.cm-s-default .cm-quote, +.CodeMirror.cm-s-paper .cm-quote { + color: #a6d189; +} +.CodeMirror .cm-keyword, +.CodeMirror.cm-s-default .cm-keyword, +.CodeMirror.cm-s-paper .cm-keyword { + color: #ca9ee6; +} +.CodeMirror .cm-atom, +.CodeMirror.cm-s-default .cm-atom, +.CodeMirror.cm-s-paper .cm-atom { + color: #e78284; +} +.CodeMirror .cm-number, +.CodeMirror.cm-s-default .cm-number, +.CodeMirror.cm-s-paper .cm-number { + color: #ef9f76; +} +.CodeMirror .cm-def, +.CodeMirror.cm-s-default .cm-def, +.CodeMirror.cm-s-paper .cm-def { + color: #c6d0f5; +} +.CodeMirror .cm-variable-2, +.CodeMirror.cm-s-default .cm-variable-2, +.CodeMirror.cm-s-paper .cm-variable-2 { + color: #99d1db; +} +.CodeMirror .cm-variable-3, +.CodeMirror.cm-s-default .cm-variable-3, +.CodeMirror.cm-s-paper .cm-variable-3 { + color: #81c8be; +} +.CodeMirror .cm-comment, +.CodeMirror.cm-s-default .cm-comment, +.CodeMirror.cm-s-paper .cm-comment { + color: #626880; +} +.CodeMirror .cm-string, +.CodeMirror.cm-s-default .cm-string, +.CodeMirror.cm-s-paper .cm-string { + color: #a6d189; +} +.CodeMirror .cm-string-2, +.CodeMirror.cm-s-default .cm-string-2, +.CodeMirror.cm-s-paper .cm-string-2 { + color: #a6d189; +} +.CodeMirror .cm-meta, +.CodeMirror.cm-s-default .cm-meta, +.CodeMirror.cm-s-paper .cm-meta { + color: #ef9f76; +} +.CodeMirror .cm-qualifier, +.CodeMirror.cm-s-default .cm-qualifier, +.CodeMirror.cm-s-paper .cm-qualifier { + color: #ef9f76; +} +.CodeMirror .cm-builtin, +.CodeMirror.cm-s-default .cm-builtin, +.CodeMirror.cm-s-paper .cm-builtin { + color: #ef9f76; +} +.CodeMirror .cm-bracket, +.CodeMirror.cm-s-default .cm-bracket, +.CodeMirror.cm-s-paper .cm-bracket { + color: #c6d0f5; +} +.CodeMirror .cm-tag, +.CodeMirror.cm-s-default .cm-tag, +.CodeMirror.cm-s-paper .cm-tag { + color: #e5c890; +} +.CodeMirror .cm-attribute, +.CodeMirror.cm-s-default .cm-attribute, +.CodeMirror.cm-s-paper .cm-attribute { + color: #e5c890; +} +.CodeMirror .cm-hr, +.CodeMirror.cm-s-default .cm-hr, +.CodeMirror.cm-s-paper .cm-hr { + color: #949cbb; +} +.CodeMirror .cm-url, +.CodeMirror.cm-s-default .cm-url, +.CodeMirror.cm-s-paper .cm-url { + color: #8caaee; +} +.CodeMirror .cm-link, +.CodeMirror.cm-s-default .cm-link, +.CodeMirror.cm-s-paper .cm-link { + color: #8caaee; +} +.CodeMirror .cm-error, +.CodeMirror.cm-s-default .cm-error, +.CodeMirror.cm-s-paper .cm-error { + color: #e78284; +} + +.monaco-editor .selected-text { + background-color: #414559 !important; +} +.monaco-editor .margin-view-overlays .line-numbers { + color: #a5adce !important; +} +.monaco-editor .line-numbers.active-line-number { + color: #f4b8e4 !important; +} +.monaco-editor .view-overlays .current-line, +.monaco-editor .margin-view-overlays .current-line-margin { + background-color: rgb(58.88, 62.88, 82.16) !important; +} +.monaco-editor .mtk1 { + color: #c6d0f5 !important; +} +.monaco-editor .mtk2 { + color: #ff69b4 !important; +} +.monaco-editor .mtk3 { + color: #ef9f76 !important; +} +.monaco-editor .mtk4 { + color: #81c8be !important; +} +.monaco-editor .mtk5 { + color: #c6d0f5 !important; +} +.monaco-editor .mtk6 { + color: #ca9ee6 !important; +} +.monaco-editor .mtk7 { + color: #ef9f76 !important; +} +.monaco-editor .mtk8 { + color: #949cbb !important; +} +.monaco-editor .mtk9 { + color: #ca9ee6 !important; +} +.monaco-editor .mtk10 { + color: #a5adce !important; +} +.monaco-editor .mtk11 { + color: #81c8be !important; +} +.monaco-editor .mtk12 { + color: #81c8be !important; +} +.monaco-editor .mtk13 { + color: #ff69b4 !important; +} +.monaco-editor .mtk14 { + color: #ff69b4 !important; +} +.monaco-editor .mtk15 { + color: #ca9ee6 !important; +} +.monaco-editor .mtk16 { + color: #949cbb !important; +} +.monaco-editor .mtk17 { + color: #ff69b4 !important; +} +.monaco-editor .mtk18 { + color: #ff69b4 !important; +} +.monaco-editor .mtk19 { + color: #81c8be !important; +} +.monaco-editor .mtk20 { + color: #ff69b4 !important; +} +.monaco-editor .mtk21 { + color: #a6d189 !important; +} +.monaco-editor .mtk22 { + color: #ff69b4 !important; +} +.monaco-editor .mtk23 { + color: #8caaee !important; +} +.monaco-editor .mtk24 { + color: #ef9f76 !important; +} +.monaco-editor .mtk25 { + color: #f4b8e4 !important; +} +.monaco-editor .bracket-highlighting-0 { + color: rgb(217.8, 161.2, 177.2) !important; +} +.monaco-editor .bracket-highlighting-1 { + color: rgb(222.6, 178.6, 168.8) !important; +} +.monaco-editor .bracket-highlighting-2 { + color: rgb(216.6, 203.2, 184.4) !important; +} +.monaco-editor .bracket-highlighting-3 { + color: rgb(178.8, 208.6, 180.2) !important; +} +.monaco-editor .bracket-highlighting-4 { + color: rgb(163.2, 185.2, 240.8) !important; +} +.monaco-editor .bracket-highlighting-5 { + color: rgb(200.4, 178, 236) !important; +} \ No newline at end of file diff --git a/public/assets/css/theme-catppuccin-frappe-red.css b/public/assets/css/theme-catppuccin-frappe-red.css new file mode 100644 index 0000000..9ab3587 --- /dev/null +++ b/public/assets/css/theme-catppuccin-frappe-red.css @@ -0,0 +1,873 @@ +:root { + color-scheme: dark; + --is-dark-theme: true; + accent-color: #e78284; + --color-primary: #e78284; + --color-primary-contrast: #232634; + --color-primary-hover: rgb(226.8926174497, 108.6073825503, 110.9496644295); + --color-primary-dark-1: rgb(228.5355704698, 117.1644295302, 119.3697986577); + --color-primary-dark-2: rgb(226.0711409396, 104.3288590604, 106.7395973154); + --color-primary-dark-3: rgb(223.6067114094, 91.4932885906, 94.1093959732); + --color-primary-dark-4: rgb(221.1422818792, 78.6577181208, 81.4791946309); + --color-primary-dark-5: rgb(218.677852349, 65.822147651, 68.8489932886); + --color-primary-dark-6: rgb(216.2134228188, 52.9865771812, 56.2187919463); + --color-primary-dark-7: rgb(213.0033557047, 40.8966442953, 44.3046979866); + --color-primary-light-1: rgb(233.4644295302, 142.8355704698, 144.6302013423); + --color-primary-light-2: rgb(235.9288590604, 155.6711409396, 157.2604026846); + --color-primary-light-3: rgb(238.3932885906, 168.5067114094, 169.8906040268); + --color-primary-light-4: rgb(240.8577181208, 181.3422818792, 182.5208053691); + --color-primary-light-5: rgb(243.322147651, 194.177852349, 195.1510067114); + --color-primary-light-6: rgb(245.7865771812, 207.0134228188, 207.7812080537); + --color-primary-light-7: rgb(248.2510067114, 219.8489932886, 220.411409396); + --color-primary-alpha-10: rgba(231, 130, 132, 0.1); + --color-primary-alpha-20: rgba(231, 130, 132, 0.2); + --color-primary-alpha-30: rgba(231, 130, 132, 0.3); + --color-primary-alpha-40: rgba(231, 130, 132, 0.4); + --color-primary-alpha-50: rgba(231, 130, 132, 0.5); + --color-primary-alpha-60: rgba(231, 130, 132, 0.6); + --color-primary-alpha-70: rgba(231, 130, 132, 0.7); + --color-primary-alpha-80: rgba(231, 130, 132, 0.8); + --color-primary-alpha-90: rgba(231, 130, 132, 0.9); + --color-secondary: #51576d; + --color-secondary-dark-1: rgb(71.4577922078, 75.8551948052, 97.8422077922); + --color-secondary-dark-2: rgb(77.9155844156, 82.7103896104, 106.6844155844); + --color-secondary-dark-3: rgb(84.3733766234, 89.5655844156, 115.5266233766); + --color-secondary-dark-4: rgb(90.8311688312, 96.4207792208, 124.3688311688); + --color-secondary-dark-5: rgb(97.288961039, 103.275974026, 133.211038961); + --color-secondary-dark-6: rgb(103.7467532468, 110.1311688312, 142.0532467532); + --color-secondary-dark-7: rgb(111.1551948052, 117.6201298701, 149.9448051948); + --color-secondary-dark-8: rgb(119.9974025974, 126.0649350649, 156.4025974026); + --color-secondary-dark-9: rgb(128.8396103896, 134.5097402597, 162.8603896104); + --color-secondary-dark-10: rgb(137.6818181818, 142.9545454545, 169.3181818182); + --color-secondary-dark-11: rgb(146.524025974, 151.3993506494, 175.775974026); + --color-secondary-dark-12: rgb(155.3662337662, 159.8441558442, 182.2337662338); + --color-secondary-dark-13: rgb(164.2084415584, 168.288961039, 188.6915584416); + --color-secondary-light-1: rgb(58.5422077922, 62.1448051948, 80.1577922078); + --color-secondary-light-2: rgb(52.0844155844, 55.2896103896, 71.3155844156); + --color-secondary-light-3: rgb(45.6266233766, 48.4344155844, 62.4733766234); + --color-secondary-light-4: rgb(39.1688311688, 41.5792207792, 53.6311688312); + --color-secondary-alpha-10: rgba(65, 69, 89, 0.1); + --color-secondary-alpha-20: rgba(65, 69, 89, 0.2); + --color-secondary-alpha-30: rgba(65, 69, 89, 0.3); + --color-secondary-alpha-40: rgba(65, 69, 89, 0.4); + --color-secondary-alpha-50: rgba(65, 69, 89, 0.5); + --color-secondary-alpha-60: rgba(65, 69, 89, 0.6); + --color-secondary-alpha-70: rgba(65, 69, 89, 0.7); + --color-secondary-alpha-80: rgba(65, 69, 89, 0.8); + --color-secondary-alpha-90: rgba(65, 69, 89, 0.9); + /* colors */ + --color-red: #e78284; + --color-orange: #ef9f76; + --color-yellow: #e5c890; + --color-olive: #a6d189; + --color-green: #a6d189; + --color-teal: #81c8be; + --color-blue: #8caaee; + --color-violet: #babbf1; + --color-purple: #ca9ee6; + --color-pink: #f4b8e4; + --color-brown: #eebebe; + --color-grey: #949cbb; + --color-black: #292c3c; + /* light variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-light: rgb(222.7852348993, 87.2147651007, 89.8993288591); + --color-orange-light: rgb(233.6666666667, 127, 72.3333333333); + --color-yellow-light: rgb(219.3211678832, 179.5255474453, 102.6788321168); + --color-olive-light: rgb(138.3231707317, 194.6951219512, 100.3048780488); + --color-green-light: rgb(138.3231707317, 194.6951219512, 100.3048780488); + --color-teal-light: rgb(93.4972375691, 184.5027624309, 171.6850828729); + --color-blue-light: rgb(95.5681818182, 137.1590909091, 231.4318181818); + --color-violet-light: rgb(143.6024096386, 145.2168674699, 232.3975903614); + --color-purple-light: rgb(179.8442622951, 117.4508196721, 219.5491803279); + --color-pink-light: rgb(237.1585365854, 139.8414634146, 211.2073170732); + --color-brown-light: rgb(227.4268292683, 149.5731707317, 149.5731707317); + --color-grey-light: rgb(116.8171428571, 127.1485714286, 167.1828571429); + --color-black-light: rgb(20.297029703, 21.7821782178, 29.702970297); + /* dark 1 variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-dark-1: rgb(222.7852348993, 87.2147651007, 89.8993288591); + --color-orange-dark-1: rgb(233.6666666667, 127, 72.3333333333); + --color-yellow-dark-1: rgb(219.3211678832, 179.5255474453, 102.6788321168); + --color-olive-dark-1: rgb(138.3231707317, 194.6951219512, 100.3048780488); + --color-green-dark-1: rgb(138.3231707317, 194.6951219512, 100.3048780488); + --color-teal-dark-1: rgb(93.4972375691, 184.5027624309, 171.6850828729); + --color-blue-dark-1: rgb(95.5681818182, 137.1590909091, 231.4318181818); + --color-violet-dark-1: rgb(143.6024096386, 145.2168674699, 232.3975903614); + --color-purple-dark-1: rgb(179.8442622951, 117.4508196721, 219.5491803279); + --color-pink-dark-1: rgb(237.1585365854, 139.8414634146, 211.2073170732); + --color-brown-dark-1: rgb(227.4268292683, 149.5731707317, 149.5731707317); + --color-black-dark-1: rgb(20.297029703, 21.7821782178, 29.702970297); + /* dark 2 variants - produced via Sass scale-color(color, $lightness: -20%) */ + --color-red-dark-2: rgb(214.5704697987, 44.4295302013, 47.7986577181); + --color-orange-dark-2: rgb(228.3333333333, 95, 26.6666666667); + --color-yellow-dark-2: rgb(209.6423357664, 159.0510948905, 61.3576642336); + --color-olive-dark-2: rgb(111.5853658537, 175.5609756098, 68.4390243902); + --color-green-dark-2: rgb(111.5853658537, 175.5609756098, 68.4390243902); + --color-teal-dark-2: rgb(68.9779005525, 158.0220994475, 145.4806629834); + --color-blue-dark-2: rgb(51.1363636364, 104.3181818182, 224.8636363636); + --color-violet-dark-2: rgb(101.2048192771, 103.4337349398, 223.7951807229); + --color-purple-dark-2: rgb(157.6885245902, 76.9016393443, 209.0983606557); + --color-pink-dark-2: rgb(230.3170731707, 95.6829268293, 194.4146341463); + --color-brown-dark-2: rgb(216.8536585366, 109.1463414634, 109.1463414634); + --color-black-dark-2: hsl(230.5263157895, 18.8118811881%, -0.1960784314%); + /* other colors */ + --color-gold: #f2d5cf; + --color-white: #c6d0f5; + --color-diff-removed-word-bg: rgba(231, 130, 132, 0.15); + --color-diff-added-word-bg: rgba(166, 209, 137, 0.15); + --color-diff-removed-row-bg: rgba(231, 130, 132, 0.07); + --color-diff-moved-row-bg: rgba(229, 200, 144, 0.07); + --color-diff-added-row-bg: rgba(166, 209, 137, 0.07); + --color-diff-removed-row-border: rgba(231, 130, 132, 0.07); + --color-diff-moved-row-border: rgba(229, 200, 144, 0.07); + --color-diff-added-row-border: rgba(166, 209, 137, 0.07); + --color-diff-inactive: #949cbb; + --color-error-border: #e78284; + --color-error-bg: #e78284; + --color-error-bg-active: rgb(226.8926174497, 108.6073825503, 110.9496644295); + --color-error-bg-hover: rgb(222.7852348993, 87.2147651007, 89.8993288591); + --color-error-text: #232634; + --color-success-border: rgb(138.3231707317, 194.6951219512, 100.3048780488); + --color-success-bg: #a6d189; + --color-success-text: #232634; + --color-warning-border: rgb(219.3211678832, 179.5255474453, 102.6788321168); + --color-warning-bg: #e5c890; + --color-warning-text: #232634; + --color-info-border: rgb(95.5681818182, 137.1590909091, 231.4318181818); + --color-info-bg: #232634; + --color-info-text: #c6d0f5; + --color-red-badge: rgb(222.7852348993, 87.2147651007, 89.8993288591); + --color-red-badge-bg: #232634; + --color-red-badge-hover-bg: rgb(226.8926174497, 108.6073825503, 110.9496644295); + --color-green-badge: #a6d189; + --color-green-badge-bg: #a6d189; + --color-green-badge-hover-bg: rgb(152.1615853659, 201.8475609756, 118.6524390244); + --color-yellow-badge: #e5c890; + --color-yellow-badge-bg: #232634; + --color-yellow-badge-hover-bg: rgb(224.1605839416, 189.7627737226, 123.3394160584); + --color-orange-badge: #ef9f76; + --color-orange-badge-bg: #232634; + --color-orange-badge-hover-bg: rgb(236.3333333333, 143, 95.1666666667); + --color-git: #ef9f76; + --color-highlight-bg: rgba(229, 200, 144, 0.15); + /* target-based colors */ + --color-body: #232634; + --color-box-header: #292c3c; + --color-box-body: #292c3c; + --color-box-body-highlight: #414559; + --color-text-dark: #a5adce; + --color-text: #c6d0f5; + --color-text-light: #b5bfe2; + --color-text-light-1: #b5bfe2; + --color-text-light-2: #b5bfe2; + --color-text-light-3: #b5bfe2; + --color-footer: #292c3c; + --color-timeline: #414559; + --color-input-text: #c6d0f5; + --color-input-background: #414559; + --color-input-toggle-background: #414559; + --color-input-border: #51576d; + --color-input-border-hover: #626880; + --color-nav-bg: #292c3c; + --color-nav-hover-bg: var(--color-hover); + --color-navbar: #292c3c; + --color-navbar-transparent: rgba(35, 38, 52, 0); + --color-light: rgba(98, 104, 128, 0.3); + --color-light-mimic-enabled: rgba( + 0, + 0, + 0, + calc(40 / 255 * 222 / 255 / var(--opacity-disabled)) + ); + --color-light-border: #626880; + --color-hover: rgba(115, 121, 148, 0.2); + --color-active: rgba(198, 208, 245, 0.1); + --color-menu: #414559; + --color-card: #414559; + --color-markup-table-row: rgba(198, 208, 245, 0.02); + --color-markup-code-block: rgba(198, 208, 245, 0.05); + --color-markup-code-inline: #414559; + --color-button: #414559; + --color-code-bg: #303446; + --color-code-sidebar-bg: #414559; + --color-shadow: rgba(35, 38, 52, 0.1); + --color-tooltip-bg: #414559; + --color-tooltip-text: var(--color-text); + --color-secondary-bg: #414559; + --color-text-focus: #c6d0f5; + --color-expand-button: #626880; + --color-placeholder-text: #a5adce; + --color-editor-line-highlight: var(--color-primary-light-5); + --color-project-board-bg: var(--color-secondary-light-2); + /* gitea source code: */ + /* should ideally be --color-text-dark, see go-gitea/gitea#15651 */ + --color-caret: var(--color-text); + --color-reaction-bg: rgba(198, 208, 245, 0.07); + --color-reaction-active-bg: var(--color-primary-alpha-40); + --color-header-wrapper: #292c3c; + --color-header-wrapper-transparent: rgba(41, 44, 60, 0); + --color-label-text: #232634; + --color-label-bg: #e78284; + --color-label-hover-bg: rgb(226.0711409396, 104.3288590604, 106.7395973154); + --color-label-active-bg: rgb(228.5355704698, 117.1644295302, 119.3697986577); + --color-accent: var(--color-primary-light-1); + --color-small-accent: var(--color-primary-light-5); + --color-active-line: #51576d; +} + +/* invert emojis that are hard to read otherwise */ +.emoji[aria-label="check mark"], +.emoji[aria-label="currency exchange"], +.emoji[aria-label="TOP arrow"], +.emoji[aria-label="END arrow"], +.emoji[aria-label="ON! arrow"], +.emoji[aria-label="SOON arrow"], +.emoji[aria-label="heavy dollar sign"], +.emoji[aria-label=copyright], +.emoji[aria-label=registered], +.emoji[aria-label="trade mark"], +.emoji[aria-label=multiply], +.emoji[aria-label=plus], +.emoji[aria-label=minus], +.emoji[aria-label=divide], +.emoji[aria-label="curly loop"], +.emoji[aria-label="double curly loop"], +.emoji[aria-label="wavy dash"], +.emoji[aria-label="paw prints"], +.emoji[aria-label="musical note"], +.emoji[aria-label="musical notes"] { + filter: invert(100%) hue-rotate(180deg); +} + +.ui.ui.ui.button:not(.inverted, .basic).primary, .ui.ui.ui.button:not(.inverted, .basic).green, .ui.ui.ui.button:not(.inverted, .basic).red, .ui.ui.ui.button:not(.inverted, .basic).teal, +.ui.ui.ui.label:not(.inverted, .basic).primary, +.ui.ui.ui.label:not(.inverted, .basic).green, +.ui.ui.ui.label:not(.inverted, .basic).red, +.ui.ui.ui.label:not(.inverted, .basic).teal { + color: #232634; +} +.ui.ui.ui.button:not(.inverted, .basic).primary:hover, .ui.ui.ui.button:not(.inverted, .basic).green:hover, .ui.ui.ui.button:not(.inverted, .basic).red:hover, .ui.ui.ui.button:not(.inverted, .basic).teal:hover, +.ui.ui.ui.label:not(.inverted, .basic).primary:hover, +.ui.ui.ui.label:not(.inverted, .basic).green:hover, +.ui.ui.ui.label:not(.inverted, .basic).red:hover, +.ui.ui.ui.label:not(.inverted, .basic).teal:hover { + color: #303446; +} + +.ui.basic.modal { + background-color: #303446; +} + +.ui.commit-header-row .svg.gitea-lock ~ a { + color: #232634; +} + +.ui.negative.message .header { + color: var(--color-error-text); +} + +.ui.sha.isSigned.isVerified .shortsha { + color: #232634; +} +.ui.sha.isSigned.isVerified svg.gitea-lock { + fill: #232634; +} + +.ui.basic.modal, +.ui.basic.modal > .header, +.ui.inverted.button { + color: #c6d0f5 !important; +} + +#repo-topics, +#topic_edit > .ui.selection.dropdown { + color: var(--color-label-text) !important; +} + +blockquote.attention-tip { + border-left-color: var(--color-success-bg); +} +blockquote.attention-warning { + border-left-color: var(--color-warning-bg); +} + +svg.attention-tip, +strong.attention-tip { + color: var(--color-success-bg); +} +svg.attention-warning, +strong.attention-warning { + color: var(--color-warning-bg); +} + +.inline-code-block { + color: #232634; +} + +::selection { + background: rgba(231, 130, 132, 0.3) !important; +} + +/* NameBuiltinPseudo */ +.chroma .bp { + color: #ef9f76; +} + +/* Comment */ +.chroma .c { + color: #737994; +} + +/* CommentSingle */ +.chroma .c1 { + color: #737994; +} + +/* CommentHashbang */ +.chroma .ch { + color: #737994; +} + +/* CommentMultiline */ +.chroma .cm { + color: #737994; +} + +/* CommentPreproc */ +.chroma .cp { + color: #8caaee; +} + +/* CommentPreprocFile */ +.chroma .cpf { + color: #8caaee; +} + +/* CommentSpecial */ +.chroma .cs { + color: #737994; +} + +/* LiteralStringDelimiter */ +.chroma .dl { + color: #8caaee; +} + +/* NameFunctionMagic */ +/* Generic */ +/* GenericDeleted */ +.chroma .gd { + color: #c6d0f5; + background-color: rgba(231, 130, 132, 0.15); +} + +/* GenericEmph */ +.chroma .ge { + font-style: italic; +} + +/* GenericHeading */ +.chroma .gh { + color: #99d1db; +} + +/* GenericInserted */ +.chroma .gi { + color: #c6d0f5; + background-color: rgba(166, 209, 137, 0.15); +} + +/* GenericUnderline */ +/* GenericOutput */ +.chroma .go { + color: #ef9f76; +} + +/* GenericPrompt */ +.chroma .gp { + color: #737994; + font-weight: bold; +} + +/* GenericError */ +.chroma .gr { + color: #ea999c; +} + +/* GenericStrong */ +.chroma .gs { + font-weight: bold; +} + +/* GenericTraceback */ +.chroma .gt { + color: #ea999c; +} + +/* GenericSubheading */ +.chroma .gu { + color: #99d1db; +} + +/* LiteralNumberIntegerLong */ +.chroma .il { + color: #ef9f76; +} + +/* Keyword */ +.chroma .k { + color: #ca9ee6; +} + +/* KeywordConstant */ +.chroma .kc { + color: #e5c890; +} + +/* KeywordDeclaration */ +.chroma .kd { + color: #ca9ee6; +} + +/* KeywordNamespace */ +.chroma .kn { + color: #e5c890; +} + +/* KeywordPseudo */ +.chroma .kp { + color: #ca9ee6; + font-weight: bold; +} + +/* KeywordReserved */ +.chroma .kr { + color: #ca9ee6; +} + +/* KeywordType */ +.chroma .kt { + color: #e5c890; +} + +/* Literal */ +/* LiteralDate */ +/* LiteralNumber */ +.chroma .m { + color: #ef9f76; +} + +/* LiteralNumberBin */ +.chroma .mb { + color: #ef9f76; +} + +/* LiteralNumberFloat */ +.chroma .mf { + color: #ef9f76; +} + +/* LiteralNumberHex */ +.chroma .mh { + color: #ef9f76; +} + +/* LiteralNumberInteger */ +.chroma .mi { + color: #ef9f76; +} + +/* LiteralNumberOct */ +.chroma .mo { + color: #ef9f76; +} + +/* Name */ +.chroma .n { + color: #babbf1; +} + +/* NameAttribute */ +.chroma .na { + color: #e5c890; +} + +/* NameBuiltin */ +.chroma .nb { + color: #ef9f76; +} + +/* NameClass */ +.chroma .nc { + color: #e5c890; +} + +/* NameDecorator */ +.chroma .nd { + color: #f4b8e4; +} + +/* NameException */ +.chroma .ne { + color: #ea999c; +} + +/* NameFunction */ +.chroma .nf { + color: #8caaee; +} + +/* NameEntity */ +.chroma .ni { + color: #f4b8e4; +} + +/* NameLabel */ +.chroma .nl { + color: #e5c890; +} + +/* NameNamespace */ +.chroma .nn { + color: #e5c890; +} + +/* NameConstant */ +.chroma .no { + color: #e5c890; +} + +/* NameTag */ +.chroma .nt { + color: #ca9ee6; +} + +/* NameVariable */ +.chroma .nv { + color: #ef9f76; +} + +/* NameOther */ +.chroma .nx { + color: #ef9f76; +} + +/* Operator */ +.chroma .o { + color: #99d1db; +} + +/* OperatorWord */ +.chroma .ow { + color: #99d1db; + font-weight: bold; +} + +/* Punctuation */ +.chroma .p { + color: #949cbb; +} + +/* NameProperty */ +/* LiteralString */ +.chroma .s { + color: #a6d189; +} + +/* LiteralStringSingle */ +.chroma .s1 { + color: #a6d189; +} + +/* LiteralStringDouble */ +.chroma .s2 { + color: #a6d189; +} + +/* LiteralStringAffix */ +.chroma .sa { + color: #a6d189; +} + +/* LiteralStringBacktick */ +.chroma .sb { + color: #a6d189; +} + +/* LiteralStringChar */ +.chroma .sc { + color: #a6d189; +} + +/* LiteralStringDoc */ +.chroma .sd { + color: #a6d189; +} + +/* LiteralStringEscape */ +.chroma .se { + color: #8caaee; +} + +/* LiteralStringHeredoc */ +.chroma .sh { + color: #a6d189; +} + +/* LiteralStringInterpol */ +.chroma .si { + color: #a6d189; +} + +/* LiteralStringRegex */ +.chroma .sr { + color: #8caaee; +} + +/* LiteralStringSymbol */ +.chroma .ss { + color: #a6d189; +} + +/* LiteralStringOther */ +.chroma .sx { + color: #a6d189; +} + +/* NameVariableClass */ +.chroma .vc { + color: #e5c890; +} + +/* NameVariableGlobal */ +.chroma .vg { + color: #ef9f76; +} + +/* NameVariableInstance */ +.chroma .vi { + color: #e5c890; +} + +/* NameVariableMagic */ +/* TextWhitespace */ +.chroma .w { + color: #414559; +} + +.CodeMirror .cm-property, +.CodeMirror.cm-s-default .cm-property, +.CodeMirror.cm-s-paper .cm-property { + color: #c6d0f5; +} +.CodeMirror .cm-header, +.CodeMirror.cm-s-default .cm-header, +.CodeMirror.cm-s-paper .cm-header { + color: #c6d0f5; +} +.CodeMirror .cm-quote, +.CodeMirror.cm-s-default .cm-quote, +.CodeMirror.cm-s-paper .cm-quote { + color: #a6d189; +} +.CodeMirror .cm-keyword, +.CodeMirror.cm-s-default .cm-keyword, +.CodeMirror.cm-s-paper .cm-keyword { + color: #ca9ee6; +} +.CodeMirror .cm-atom, +.CodeMirror.cm-s-default .cm-atom, +.CodeMirror.cm-s-paper .cm-atom { + color: #e78284; +} +.CodeMirror .cm-number, +.CodeMirror.cm-s-default .cm-number, +.CodeMirror.cm-s-paper .cm-number { + color: #ef9f76; +} +.CodeMirror .cm-def, +.CodeMirror.cm-s-default .cm-def, +.CodeMirror.cm-s-paper .cm-def { + color: #c6d0f5; +} +.CodeMirror .cm-variable-2, +.CodeMirror.cm-s-default .cm-variable-2, +.CodeMirror.cm-s-paper .cm-variable-2 { + color: #99d1db; +} +.CodeMirror .cm-variable-3, +.CodeMirror.cm-s-default .cm-variable-3, +.CodeMirror.cm-s-paper .cm-variable-3 { + color: #81c8be; +} +.CodeMirror .cm-comment, +.CodeMirror.cm-s-default .cm-comment, +.CodeMirror.cm-s-paper .cm-comment { + color: #626880; +} +.CodeMirror .cm-string, +.CodeMirror.cm-s-default .cm-string, +.CodeMirror.cm-s-paper .cm-string { + color: #a6d189; +} +.CodeMirror .cm-string-2, +.CodeMirror.cm-s-default .cm-string-2, +.CodeMirror.cm-s-paper .cm-string-2 { + color: #a6d189; +} +.CodeMirror .cm-meta, +.CodeMirror.cm-s-default .cm-meta, +.CodeMirror.cm-s-paper .cm-meta { + color: #ef9f76; +} +.CodeMirror .cm-qualifier, +.CodeMirror.cm-s-default .cm-qualifier, +.CodeMirror.cm-s-paper .cm-qualifier { + color: #ef9f76; +} +.CodeMirror .cm-builtin, +.CodeMirror.cm-s-default .cm-builtin, +.CodeMirror.cm-s-paper .cm-builtin { + color: #ef9f76; +} +.CodeMirror .cm-bracket, +.CodeMirror.cm-s-default .cm-bracket, +.CodeMirror.cm-s-paper .cm-bracket { + color: #c6d0f5; +} +.CodeMirror .cm-tag, +.CodeMirror.cm-s-default .cm-tag, +.CodeMirror.cm-s-paper .cm-tag { + color: #e5c890; +} +.CodeMirror .cm-attribute, +.CodeMirror.cm-s-default .cm-attribute, +.CodeMirror.cm-s-paper .cm-attribute { + color: #e5c890; +} +.CodeMirror .cm-hr, +.CodeMirror.cm-s-default .cm-hr, +.CodeMirror.cm-s-paper .cm-hr { + color: #949cbb; +} +.CodeMirror .cm-url, +.CodeMirror.cm-s-default .cm-url, +.CodeMirror.cm-s-paper .cm-url { + color: #8caaee; +} +.CodeMirror .cm-link, +.CodeMirror.cm-s-default .cm-link, +.CodeMirror.cm-s-paper .cm-link { + color: #8caaee; +} +.CodeMirror .cm-error, +.CodeMirror.cm-s-default .cm-error, +.CodeMirror.cm-s-paper .cm-error { + color: #e78284; +} + +.monaco-editor .selected-text { + background-color: #414559 !important; +} +.monaco-editor .margin-view-overlays .line-numbers { + color: #a5adce !important; +} +.monaco-editor .line-numbers.active-line-number { + color: #e78284 !important; +} +.monaco-editor .view-overlays .current-line, +.monaco-editor .margin-view-overlays .current-line-margin { + background-color: rgb(58.88, 62.88, 82.16) !important; +} +.monaco-editor .mtk1 { + color: #c6d0f5 !important; +} +.monaco-editor .mtk2 { + color: #ff69b4 !important; +} +.monaco-editor .mtk3 { + color: #ef9f76 !important; +} +.monaco-editor .mtk4 { + color: #81c8be !important; +} +.monaco-editor .mtk5 { + color: #c6d0f5 !important; +} +.monaco-editor .mtk6 { + color: #ca9ee6 !important; +} +.monaco-editor .mtk7 { + color: #ef9f76 !important; +} +.monaco-editor .mtk8 { + color: #949cbb !important; +} +.monaco-editor .mtk9 { + color: #ca9ee6 !important; +} +.monaco-editor .mtk10 { + color: #a5adce !important; +} +.monaco-editor .mtk11 { + color: #81c8be !important; +} +.monaco-editor .mtk12 { + color: #81c8be !important; +} +.monaco-editor .mtk13 { + color: #ff69b4 !important; +} +.monaco-editor .mtk14 { + color: #ff69b4 !important; +} +.monaco-editor .mtk15 { + color: #ca9ee6 !important; +} +.monaco-editor .mtk16 { + color: #949cbb !important; +} +.monaco-editor .mtk17 { + color: #ff69b4 !important; +} +.monaco-editor .mtk18 { + color: #ff69b4 !important; +} +.monaco-editor .mtk19 { + color: #81c8be !important; +} +.monaco-editor .mtk20 { + color: #ff69b4 !important; +} +.monaco-editor .mtk21 { + color: #a6d189 !important; +} +.monaco-editor .mtk22 { + color: #ff69b4 !important; +} +.monaco-editor .mtk23 { + color: #8caaee !important; +} +.monaco-editor .mtk24 { + color: #ef9f76 !important; +} +.monaco-editor .mtk25 { + color: #f4b8e4 !important; +} +.monaco-editor .bracket-highlighting-0 { + color: rgb(217.8, 161.2, 177.2) !important; +} +.monaco-editor .bracket-highlighting-1 { + color: rgb(222.6, 178.6, 168.8) !important; +} +.monaco-editor .bracket-highlighting-2 { + color: rgb(216.6, 203.2, 184.4) !important; +} +.monaco-editor .bracket-highlighting-3 { + color: rgb(178.8, 208.6, 180.2) !important; +} +.monaco-editor .bracket-highlighting-4 { + color: rgb(163.2, 185.2, 240.8) !important; +} +.monaco-editor .bracket-highlighting-5 { + color: rgb(200.4, 178, 236) !important; +} \ No newline at end of file diff --git a/public/assets/css/theme-catppuccin-frappe-rosewater.css b/public/assets/css/theme-catppuccin-frappe-rosewater.css new file mode 100644 index 0000000..36c4e93 --- /dev/null +++ b/public/assets/css/theme-catppuccin-frappe-rosewater.css @@ -0,0 +1,873 @@ +:root { + color-scheme: dark; + --is-dark-theme: true; + accent-color: #f2d5cf; + --color-primary: #f2d5cf; + --color-primary-contrast: #232634; + --color-primary-hover: rgb(236.5655737705, 195.4426229508, 186.9344262295); + --color-primary-dark-1: rgb(238.7393442623, 202.4655737705, 194.9606557377); + --color-primary-dark-2: rgb(235.4786885246, 191.931147541, 182.9213114754); + --color-primary-dark-3: rgb(232.2180327869, 181.3967213115, 170.8819672131); + --color-primary-dark-4: rgb(228.9573770492, 170.862295082, 158.8426229508); + --color-primary-dark-5: rgb(225.6967213115, 160.3278688525, 146.8032786885); + --color-primary-dark-6: rgb(222.4360655738, 149.793442623, 134.7639344262); + --color-primary-dark-7: rgb(219.1754098361, 139.2590163934, 122.7245901639); + --color-primary-light-1: rgb(245.2606557377, 223.5344262295, 219.0393442623); + --color-primary-light-2: rgb(248.5213114754, 234.068852459, 231.0786885246); + --color-primary-light-3: rgb(251.7819672131, 244.6032786885, 243.1180327869); + --color-primary-light-4: hsl(10.2857142857, 57.3770491804%, 100.0392156863%); + --color-primary-light-5: hsl(10.2857142857, 57.3770491803%, 103.0392156863%); + --color-primary-light-6: hsl(10.2857142857, 57.3770491803%, 106.0392156863%); + --color-primary-light-7: hsl(10.2857142857, 57.3770491803%, 109.0392156863%); + --color-primary-alpha-10: rgba(242, 213, 207, 0.1); + --color-primary-alpha-20: rgba(242, 213, 207, 0.2); + --color-primary-alpha-30: rgba(242, 213, 207, 0.3); + --color-primary-alpha-40: rgba(242, 213, 207, 0.4); + --color-primary-alpha-50: rgba(242, 213, 207, 0.5); + --color-primary-alpha-60: rgba(242, 213, 207, 0.6); + --color-primary-alpha-70: rgba(242, 213, 207, 0.7); + --color-primary-alpha-80: rgba(242, 213, 207, 0.8); + --color-primary-alpha-90: rgba(242, 213, 207, 0.9); + --color-secondary: #51576d; + --color-secondary-dark-1: rgb(71.4577922078, 75.8551948052, 97.8422077922); + --color-secondary-dark-2: rgb(77.9155844156, 82.7103896104, 106.6844155844); + --color-secondary-dark-3: rgb(84.3733766234, 89.5655844156, 115.5266233766); + --color-secondary-dark-4: rgb(90.8311688312, 96.4207792208, 124.3688311688); + --color-secondary-dark-5: rgb(97.288961039, 103.275974026, 133.211038961); + --color-secondary-dark-6: rgb(103.7467532468, 110.1311688312, 142.0532467532); + --color-secondary-dark-7: rgb(111.1551948052, 117.6201298701, 149.9448051948); + --color-secondary-dark-8: rgb(119.9974025974, 126.0649350649, 156.4025974026); + --color-secondary-dark-9: rgb(128.8396103896, 134.5097402597, 162.8603896104); + --color-secondary-dark-10: rgb(137.6818181818, 142.9545454545, 169.3181818182); + --color-secondary-dark-11: rgb(146.524025974, 151.3993506494, 175.775974026); + --color-secondary-dark-12: rgb(155.3662337662, 159.8441558442, 182.2337662338); + --color-secondary-dark-13: rgb(164.2084415584, 168.288961039, 188.6915584416); + --color-secondary-light-1: rgb(58.5422077922, 62.1448051948, 80.1577922078); + --color-secondary-light-2: rgb(52.0844155844, 55.2896103896, 71.3155844156); + --color-secondary-light-3: rgb(45.6266233766, 48.4344155844, 62.4733766234); + --color-secondary-light-4: rgb(39.1688311688, 41.5792207792, 53.6311688312); + --color-secondary-alpha-10: rgba(65, 69, 89, 0.1); + --color-secondary-alpha-20: rgba(65, 69, 89, 0.2); + --color-secondary-alpha-30: rgba(65, 69, 89, 0.3); + --color-secondary-alpha-40: rgba(65, 69, 89, 0.4); + --color-secondary-alpha-50: rgba(65, 69, 89, 0.5); + --color-secondary-alpha-60: rgba(65, 69, 89, 0.6); + --color-secondary-alpha-70: rgba(65, 69, 89, 0.7); + --color-secondary-alpha-80: rgba(65, 69, 89, 0.8); + --color-secondary-alpha-90: rgba(65, 69, 89, 0.9); + /* colors */ + --color-red: #e78284; + --color-orange: #ef9f76; + --color-yellow: #e5c890; + --color-olive: #a6d189; + --color-green: #a6d189; + --color-teal: #81c8be; + --color-blue: #8caaee; + --color-violet: #babbf1; + --color-purple: #ca9ee6; + --color-pink: #f4b8e4; + --color-brown: #eebebe; + --color-grey: #949cbb; + --color-black: #292c3c; + /* light variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-light: rgb(222.7852348993, 87.2147651007, 89.8993288591); + --color-orange-light: rgb(233.6666666667, 127, 72.3333333333); + --color-yellow-light: rgb(219.3211678832, 179.5255474453, 102.6788321168); + --color-olive-light: rgb(138.3231707317, 194.6951219512, 100.3048780488); + --color-green-light: rgb(138.3231707317, 194.6951219512, 100.3048780488); + --color-teal-light: rgb(93.4972375691, 184.5027624309, 171.6850828729); + --color-blue-light: rgb(95.5681818182, 137.1590909091, 231.4318181818); + --color-violet-light: rgb(143.6024096386, 145.2168674699, 232.3975903614); + --color-purple-light: rgb(179.8442622951, 117.4508196721, 219.5491803279); + --color-pink-light: rgb(237.1585365854, 139.8414634146, 211.2073170732); + --color-brown-light: rgb(227.4268292683, 149.5731707317, 149.5731707317); + --color-grey-light: rgb(116.8171428571, 127.1485714286, 167.1828571429); + --color-black-light: rgb(20.297029703, 21.7821782178, 29.702970297); + /* dark 1 variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-dark-1: rgb(222.7852348993, 87.2147651007, 89.8993288591); + --color-orange-dark-1: rgb(233.6666666667, 127, 72.3333333333); + --color-yellow-dark-1: rgb(219.3211678832, 179.5255474453, 102.6788321168); + --color-olive-dark-1: rgb(138.3231707317, 194.6951219512, 100.3048780488); + --color-green-dark-1: rgb(138.3231707317, 194.6951219512, 100.3048780488); + --color-teal-dark-1: rgb(93.4972375691, 184.5027624309, 171.6850828729); + --color-blue-dark-1: rgb(95.5681818182, 137.1590909091, 231.4318181818); + --color-violet-dark-1: rgb(143.6024096386, 145.2168674699, 232.3975903614); + --color-purple-dark-1: rgb(179.8442622951, 117.4508196721, 219.5491803279); + --color-pink-dark-1: rgb(237.1585365854, 139.8414634146, 211.2073170732); + --color-brown-dark-1: rgb(227.4268292683, 149.5731707317, 149.5731707317); + --color-black-dark-1: rgb(20.297029703, 21.7821782178, 29.702970297); + /* dark 2 variants - produced via Sass scale-color(color, $lightness: -20%) */ + --color-red-dark-2: rgb(214.5704697987, 44.4295302013, 47.7986577181); + --color-orange-dark-2: rgb(228.3333333333, 95, 26.6666666667); + --color-yellow-dark-2: rgb(209.6423357664, 159.0510948905, 61.3576642336); + --color-olive-dark-2: rgb(111.5853658537, 175.5609756098, 68.4390243902); + --color-green-dark-2: rgb(111.5853658537, 175.5609756098, 68.4390243902); + --color-teal-dark-2: rgb(68.9779005525, 158.0220994475, 145.4806629834); + --color-blue-dark-2: rgb(51.1363636364, 104.3181818182, 224.8636363636); + --color-violet-dark-2: rgb(101.2048192771, 103.4337349398, 223.7951807229); + --color-purple-dark-2: rgb(157.6885245902, 76.9016393443, 209.0983606557); + --color-pink-dark-2: rgb(230.3170731707, 95.6829268293, 194.4146341463); + --color-brown-dark-2: rgb(216.8536585366, 109.1463414634, 109.1463414634); + --color-black-dark-2: hsl(230.5263157895, 18.8118811881%, -0.1960784314%); + /* other colors */ + --color-gold: #f2d5cf; + --color-white: #c6d0f5; + --color-diff-removed-word-bg: rgba(231, 130, 132, 0.15); + --color-diff-added-word-bg: rgba(166, 209, 137, 0.15); + --color-diff-removed-row-bg: rgba(231, 130, 132, 0.07); + --color-diff-moved-row-bg: rgba(229, 200, 144, 0.07); + --color-diff-added-row-bg: rgba(166, 209, 137, 0.07); + --color-diff-removed-row-border: rgba(231, 130, 132, 0.07); + --color-diff-moved-row-border: rgba(229, 200, 144, 0.07); + --color-diff-added-row-border: rgba(166, 209, 137, 0.07); + --color-diff-inactive: #949cbb; + --color-error-border: #e78284; + --color-error-bg: #e78284; + --color-error-bg-active: rgb(226.8926174497, 108.6073825503, 110.9496644295); + --color-error-bg-hover: rgb(222.7852348993, 87.2147651007, 89.8993288591); + --color-error-text: #232634; + --color-success-border: rgb(138.3231707317, 194.6951219512, 100.3048780488); + --color-success-bg: #a6d189; + --color-success-text: #232634; + --color-warning-border: rgb(219.3211678832, 179.5255474453, 102.6788321168); + --color-warning-bg: #e5c890; + --color-warning-text: #232634; + --color-info-border: rgb(95.5681818182, 137.1590909091, 231.4318181818); + --color-info-bg: #232634; + --color-info-text: #c6d0f5; + --color-red-badge: rgb(222.7852348993, 87.2147651007, 89.8993288591); + --color-red-badge-bg: #232634; + --color-red-badge-hover-bg: rgb(226.8926174497, 108.6073825503, 110.9496644295); + --color-green-badge: #a6d189; + --color-green-badge-bg: #a6d189; + --color-green-badge-hover-bg: rgb(152.1615853659, 201.8475609756, 118.6524390244); + --color-yellow-badge: #e5c890; + --color-yellow-badge-bg: #232634; + --color-yellow-badge-hover-bg: rgb(224.1605839416, 189.7627737226, 123.3394160584); + --color-orange-badge: #ef9f76; + --color-orange-badge-bg: #232634; + --color-orange-badge-hover-bg: rgb(236.3333333333, 143, 95.1666666667); + --color-git: #ef9f76; + --color-highlight-bg: rgba(229, 200, 144, 0.15); + /* target-based colors */ + --color-body: #232634; + --color-box-header: #292c3c; + --color-box-body: #292c3c; + --color-box-body-highlight: #414559; + --color-text-dark: #a5adce; + --color-text: #c6d0f5; + --color-text-light: #b5bfe2; + --color-text-light-1: #b5bfe2; + --color-text-light-2: #b5bfe2; + --color-text-light-3: #b5bfe2; + --color-footer: #292c3c; + --color-timeline: #414559; + --color-input-text: #c6d0f5; + --color-input-background: #414559; + --color-input-toggle-background: #414559; + --color-input-border: #51576d; + --color-input-border-hover: #626880; + --color-nav-bg: #292c3c; + --color-nav-hover-bg: var(--color-hover); + --color-navbar: #292c3c; + --color-navbar-transparent: rgba(35, 38, 52, 0); + --color-light: rgba(98, 104, 128, 0.3); + --color-light-mimic-enabled: rgba( + 0, + 0, + 0, + calc(40 / 255 * 222 / 255 / var(--opacity-disabled)) + ); + --color-light-border: #626880; + --color-hover: rgba(115, 121, 148, 0.2); + --color-active: rgba(198, 208, 245, 0.1); + --color-menu: #414559; + --color-card: #414559; + --color-markup-table-row: rgba(198, 208, 245, 0.02); + --color-markup-code-block: rgba(198, 208, 245, 0.05); + --color-markup-code-inline: #414559; + --color-button: #414559; + --color-code-bg: #303446; + --color-code-sidebar-bg: #414559; + --color-shadow: rgba(35, 38, 52, 0.1); + --color-tooltip-bg: #414559; + --color-tooltip-text: var(--color-text); + --color-secondary-bg: #414559; + --color-text-focus: #c6d0f5; + --color-expand-button: #626880; + --color-placeholder-text: #a5adce; + --color-editor-line-highlight: var(--color-primary-light-5); + --color-project-board-bg: var(--color-secondary-light-2); + /* gitea source code: */ + /* should ideally be --color-text-dark, see go-gitea/gitea#15651 */ + --color-caret: var(--color-text); + --color-reaction-bg: rgba(198, 208, 245, 0.07); + --color-reaction-active-bg: var(--color-primary-alpha-40); + --color-header-wrapper: #292c3c; + --color-header-wrapper-transparent: rgba(41, 44, 60, 0); + --color-label-text: #232634; + --color-label-bg: #f2d5cf; + --color-label-hover-bg: rgb(235.4786885246, 191.931147541, 182.9213114754); + --color-label-active-bg: rgb(238.7393442623, 202.4655737705, 194.9606557377); + --color-accent: var(--color-primary-light-1); + --color-small-accent: var(--color-primary-light-5); + --color-active-line: #51576d; +} + +/* invert emojis that are hard to read otherwise */ +.emoji[aria-label="check mark"], +.emoji[aria-label="currency exchange"], +.emoji[aria-label="TOP arrow"], +.emoji[aria-label="END arrow"], +.emoji[aria-label="ON! arrow"], +.emoji[aria-label="SOON arrow"], +.emoji[aria-label="heavy dollar sign"], +.emoji[aria-label=copyright], +.emoji[aria-label=registered], +.emoji[aria-label="trade mark"], +.emoji[aria-label=multiply], +.emoji[aria-label=plus], +.emoji[aria-label=minus], +.emoji[aria-label=divide], +.emoji[aria-label="curly loop"], +.emoji[aria-label="double curly loop"], +.emoji[aria-label="wavy dash"], +.emoji[aria-label="paw prints"], +.emoji[aria-label="musical note"], +.emoji[aria-label="musical notes"] { + filter: invert(100%) hue-rotate(180deg); +} + +.ui.ui.ui.button:not(.inverted, .basic).primary, .ui.ui.ui.button:not(.inverted, .basic).green, .ui.ui.ui.button:not(.inverted, .basic).red, .ui.ui.ui.button:not(.inverted, .basic).teal, +.ui.ui.ui.label:not(.inverted, .basic).primary, +.ui.ui.ui.label:not(.inverted, .basic).green, +.ui.ui.ui.label:not(.inverted, .basic).red, +.ui.ui.ui.label:not(.inverted, .basic).teal { + color: #232634; +} +.ui.ui.ui.button:not(.inverted, .basic).primary:hover, .ui.ui.ui.button:not(.inverted, .basic).green:hover, .ui.ui.ui.button:not(.inverted, .basic).red:hover, .ui.ui.ui.button:not(.inverted, .basic).teal:hover, +.ui.ui.ui.label:not(.inverted, .basic).primary:hover, +.ui.ui.ui.label:not(.inverted, .basic).green:hover, +.ui.ui.ui.label:not(.inverted, .basic).red:hover, +.ui.ui.ui.label:not(.inverted, .basic).teal:hover { + color: #303446; +} + +.ui.basic.modal { + background-color: #303446; +} + +.ui.commit-header-row .svg.gitea-lock ~ a { + color: #232634; +} + +.ui.negative.message .header { + color: var(--color-error-text); +} + +.ui.sha.isSigned.isVerified .shortsha { + color: #232634; +} +.ui.sha.isSigned.isVerified svg.gitea-lock { + fill: #232634; +} + +.ui.basic.modal, +.ui.basic.modal > .header, +.ui.inverted.button { + color: #c6d0f5 !important; +} + +#repo-topics, +#topic_edit > .ui.selection.dropdown { + color: var(--color-label-text) !important; +} + +blockquote.attention-tip { + border-left-color: var(--color-success-bg); +} +blockquote.attention-warning { + border-left-color: var(--color-warning-bg); +} + +svg.attention-tip, +strong.attention-tip { + color: var(--color-success-bg); +} +svg.attention-warning, +strong.attention-warning { + color: var(--color-warning-bg); +} + +.inline-code-block { + color: #232634; +} + +::selection { + background: rgba(242, 213, 207, 0.3) !important; +} + +/* NameBuiltinPseudo */ +.chroma .bp { + color: #ef9f76; +} + +/* Comment */ +.chroma .c { + color: #737994; +} + +/* CommentSingle */ +.chroma .c1 { + color: #737994; +} + +/* CommentHashbang */ +.chroma .ch { + color: #737994; +} + +/* CommentMultiline */ +.chroma .cm { + color: #737994; +} + +/* CommentPreproc */ +.chroma .cp { + color: #8caaee; +} + +/* CommentPreprocFile */ +.chroma .cpf { + color: #8caaee; +} + +/* CommentSpecial */ +.chroma .cs { + color: #737994; +} + +/* LiteralStringDelimiter */ +.chroma .dl { + color: #8caaee; +} + +/* NameFunctionMagic */ +/* Generic */ +/* GenericDeleted */ +.chroma .gd { + color: #c6d0f5; + background-color: rgba(231, 130, 132, 0.15); +} + +/* GenericEmph */ +.chroma .ge { + font-style: italic; +} + +/* GenericHeading */ +.chroma .gh { + color: #99d1db; +} + +/* GenericInserted */ +.chroma .gi { + color: #c6d0f5; + background-color: rgba(166, 209, 137, 0.15); +} + +/* GenericUnderline */ +/* GenericOutput */ +.chroma .go { + color: #ef9f76; +} + +/* GenericPrompt */ +.chroma .gp { + color: #737994; + font-weight: bold; +} + +/* GenericError */ +.chroma .gr { + color: #ea999c; +} + +/* GenericStrong */ +.chroma .gs { + font-weight: bold; +} + +/* GenericTraceback */ +.chroma .gt { + color: #ea999c; +} + +/* GenericSubheading */ +.chroma .gu { + color: #99d1db; +} + +/* LiteralNumberIntegerLong */ +.chroma .il { + color: #ef9f76; +} + +/* Keyword */ +.chroma .k { + color: #ca9ee6; +} + +/* KeywordConstant */ +.chroma .kc { + color: #e5c890; +} + +/* KeywordDeclaration */ +.chroma .kd { + color: #ca9ee6; +} + +/* KeywordNamespace */ +.chroma .kn { + color: #e5c890; +} + +/* KeywordPseudo */ +.chroma .kp { + color: #ca9ee6; + font-weight: bold; +} + +/* KeywordReserved */ +.chroma .kr { + color: #ca9ee6; +} + +/* KeywordType */ +.chroma .kt { + color: #e5c890; +} + +/* Literal */ +/* LiteralDate */ +/* LiteralNumber */ +.chroma .m { + color: #ef9f76; +} + +/* LiteralNumberBin */ +.chroma .mb { + color: #ef9f76; +} + +/* LiteralNumberFloat */ +.chroma .mf { + color: #ef9f76; +} + +/* LiteralNumberHex */ +.chroma .mh { + color: #ef9f76; +} + +/* LiteralNumberInteger */ +.chroma .mi { + color: #ef9f76; +} + +/* LiteralNumberOct */ +.chroma .mo { + color: #ef9f76; +} + +/* Name */ +.chroma .n { + color: #babbf1; +} + +/* NameAttribute */ +.chroma .na { + color: #e5c890; +} + +/* NameBuiltin */ +.chroma .nb { + color: #ef9f76; +} + +/* NameClass */ +.chroma .nc { + color: #e5c890; +} + +/* NameDecorator */ +.chroma .nd { + color: #f4b8e4; +} + +/* NameException */ +.chroma .ne { + color: #ea999c; +} + +/* NameFunction */ +.chroma .nf { + color: #8caaee; +} + +/* NameEntity */ +.chroma .ni { + color: #f4b8e4; +} + +/* NameLabel */ +.chroma .nl { + color: #e5c890; +} + +/* NameNamespace */ +.chroma .nn { + color: #e5c890; +} + +/* NameConstant */ +.chroma .no { + color: #e5c890; +} + +/* NameTag */ +.chroma .nt { + color: #ca9ee6; +} + +/* NameVariable */ +.chroma .nv { + color: #ef9f76; +} + +/* NameOther */ +.chroma .nx { + color: #ef9f76; +} + +/* Operator */ +.chroma .o { + color: #99d1db; +} + +/* OperatorWord */ +.chroma .ow { + color: #99d1db; + font-weight: bold; +} + +/* Punctuation */ +.chroma .p { + color: #949cbb; +} + +/* NameProperty */ +/* LiteralString */ +.chroma .s { + color: #a6d189; +} + +/* LiteralStringSingle */ +.chroma .s1 { + color: #a6d189; +} + +/* LiteralStringDouble */ +.chroma .s2 { + color: #a6d189; +} + +/* LiteralStringAffix */ +.chroma .sa { + color: #a6d189; +} + +/* LiteralStringBacktick */ +.chroma .sb { + color: #a6d189; +} + +/* LiteralStringChar */ +.chroma .sc { + color: #a6d189; +} + +/* LiteralStringDoc */ +.chroma .sd { + color: #a6d189; +} + +/* LiteralStringEscape */ +.chroma .se { + color: #8caaee; +} + +/* LiteralStringHeredoc */ +.chroma .sh { + color: #a6d189; +} + +/* LiteralStringInterpol */ +.chroma .si { + color: #a6d189; +} + +/* LiteralStringRegex */ +.chroma .sr { + color: #8caaee; +} + +/* LiteralStringSymbol */ +.chroma .ss { + color: #a6d189; +} + +/* LiteralStringOther */ +.chroma .sx { + color: #a6d189; +} + +/* NameVariableClass */ +.chroma .vc { + color: #e5c890; +} + +/* NameVariableGlobal */ +.chroma .vg { + color: #ef9f76; +} + +/* NameVariableInstance */ +.chroma .vi { + color: #e5c890; +} + +/* NameVariableMagic */ +/* TextWhitespace */ +.chroma .w { + color: #414559; +} + +.CodeMirror .cm-property, +.CodeMirror.cm-s-default .cm-property, +.CodeMirror.cm-s-paper .cm-property { + color: #c6d0f5; +} +.CodeMirror .cm-header, +.CodeMirror.cm-s-default .cm-header, +.CodeMirror.cm-s-paper .cm-header { + color: #c6d0f5; +} +.CodeMirror .cm-quote, +.CodeMirror.cm-s-default .cm-quote, +.CodeMirror.cm-s-paper .cm-quote { + color: #a6d189; +} +.CodeMirror .cm-keyword, +.CodeMirror.cm-s-default .cm-keyword, +.CodeMirror.cm-s-paper .cm-keyword { + color: #ca9ee6; +} +.CodeMirror .cm-atom, +.CodeMirror.cm-s-default .cm-atom, +.CodeMirror.cm-s-paper .cm-atom { + color: #e78284; +} +.CodeMirror .cm-number, +.CodeMirror.cm-s-default .cm-number, +.CodeMirror.cm-s-paper .cm-number { + color: #ef9f76; +} +.CodeMirror .cm-def, +.CodeMirror.cm-s-default .cm-def, +.CodeMirror.cm-s-paper .cm-def { + color: #c6d0f5; +} +.CodeMirror .cm-variable-2, +.CodeMirror.cm-s-default .cm-variable-2, +.CodeMirror.cm-s-paper .cm-variable-2 { + color: #99d1db; +} +.CodeMirror .cm-variable-3, +.CodeMirror.cm-s-default .cm-variable-3, +.CodeMirror.cm-s-paper .cm-variable-3 { + color: #81c8be; +} +.CodeMirror .cm-comment, +.CodeMirror.cm-s-default .cm-comment, +.CodeMirror.cm-s-paper .cm-comment { + color: #626880; +} +.CodeMirror .cm-string, +.CodeMirror.cm-s-default .cm-string, +.CodeMirror.cm-s-paper .cm-string { + color: #a6d189; +} +.CodeMirror .cm-string-2, +.CodeMirror.cm-s-default .cm-string-2, +.CodeMirror.cm-s-paper .cm-string-2 { + color: #a6d189; +} +.CodeMirror .cm-meta, +.CodeMirror.cm-s-default .cm-meta, +.CodeMirror.cm-s-paper .cm-meta { + color: #ef9f76; +} +.CodeMirror .cm-qualifier, +.CodeMirror.cm-s-default .cm-qualifier, +.CodeMirror.cm-s-paper .cm-qualifier { + color: #ef9f76; +} +.CodeMirror .cm-builtin, +.CodeMirror.cm-s-default .cm-builtin, +.CodeMirror.cm-s-paper .cm-builtin { + color: #ef9f76; +} +.CodeMirror .cm-bracket, +.CodeMirror.cm-s-default .cm-bracket, +.CodeMirror.cm-s-paper .cm-bracket { + color: #c6d0f5; +} +.CodeMirror .cm-tag, +.CodeMirror.cm-s-default .cm-tag, +.CodeMirror.cm-s-paper .cm-tag { + color: #e5c890; +} +.CodeMirror .cm-attribute, +.CodeMirror.cm-s-default .cm-attribute, +.CodeMirror.cm-s-paper .cm-attribute { + color: #e5c890; +} +.CodeMirror .cm-hr, +.CodeMirror.cm-s-default .cm-hr, +.CodeMirror.cm-s-paper .cm-hr { + color: #949cbb; +} +.CodeMirror .cm-url, +.CodeMirror.cm-s-default .cm-url, +.CodeMirror.cm-s-paper .cm-url { + color: #8caaee; +} +.CodeMirror .cm-link, +.CodeMirror.cm-s-default .cm-link, +.CodeMirror.cm-s-paper .cm-link { + color: #8caaee; +} +.CodeMirror .cm-error, +.CodeMirror.cm-s-default .cm-error, +.CodeMirror.cm-s-paper .cm-error { + color: #e78284; +} + +.monaco-editor .selected-text { + background-color: #414559 !important; +} +.monaco-editor .margin-view-overlays .line-numbers { + color: #a5adce !important; +} +.monaco-editor .line-numbers.active-line-number { + color: #f2d5cf !important; +} +.monaco-editor .view-overlays .current-line, +.monaco-editor .margin-view-overlays .current-line-margin { + background-color: rgb(58.88, 62.88, 82.16) !important; +} +.monaco-editor .mtk1 { + color: #c6d0f5 !important; +} +.monaco-editor .mtk2 { + color: #ff69b4 !important; +} +.monaco-editor .mtk3 { + color: #ef9f76 !important; +} +.monaco-editor .mtk4 { + color: #81c8be !important; +} +.monaco-editor .mtk5 { + color: #c6d0f5 !important; +} +.monaco-editor .mtk6 { + color: #ca9ee6 !important; +} +.monaco-editor .mtk7 { + color: #ef9f76 !important; +} +.monaco-editor .mtk8 { + color: #949cbb !important; +} +.monaco-editor .mtk9 { + color: #ca9ee6 !important; +} +.monaco-editor .mtk10 { + color: #a5adce !important; +} +.monaco-editor .mtk11 { + color: #81c8be !important; +} +.monaco-editor .mtk12 { + color: #81c8be !important; +} +.monaco-editor .mtk13 { + color: #ff69b4 !important; +} +.monaco-editor .mtk14 { + color: #ff69b4 !important; +} +.monaco-editor .mtk15 { + color: #ca9ee6 !important; +} +.monaco-editor .mtk16 { + color: #949cbb !important; +} +.monaco-editor .mtk17 { + color: #ff69b4 !important; +} +.monaco-editor .mtk18 { + color: #ff69b4 !important; +} +.monaco-editor .mtk19 { + color: #81c8be !important; +} +.monaco-editor .mtk20 { + color: #ff69b4 !important; +} +.monaco-editor .mtk21 { + color: #a6d189 !important; +} +.monaco-editor .mtk22 { + color: #ff69b4 !important; +} +.monaco-editor .mtk23 { + color: #8caaee !important; +} +.monaco-editor .mtk24 { + color: #ef9f76 !important; +} +.monaco-editor .mtk25 { + color: #f4b8e4 !important; +} +.monaco-editor .bracket-highlighting-0 { + color: rgb(217.8, 161.2, 177.2) !important; +} +.monaco-editor .bracket-highlighting-1 { + color: rgb(222.6, 178.6, 168.8) !important; +} +.monaco-editor .bracket-highlighting-2 { + color: rgb(216.6, 203.2, 184.4) !important; +} +.monaco-editor .bracket-highlighting-3 { + color: rgb(178.8, 208.6, 180.2) !important; +} +.monaco-editor .bracket-highlighting-4 { + color: rgb(163.2, 185.2, 240.8) !important; +} +.monaco-editor .bracket-highlighting-5 { + color: rgb(200.4, 178, 236) !important; +} \ No newline at end of file diff --git a/public/assets/css/theme-catppuccin-frappe-sapphire.css b/public/assets/css/theme-catppuccin-frappe-sapphire.css new file mode 100644 index 0000000..95c97b4 --- /dev/null +++ b/public/assets/css/theme-catppuccin-frappe-sapphire.css @@ -0,0 +1,873 @@ +:root { + color-scheme: dark; + --is-dark-theme: true; + accent-color: #85c1dc; + --color-primary: #85c1dc; + --color-primary-contrast: #232634; + --color-primary-hover: rgb(113.1847133758, 182.9299363057, 214.3152866242); + --color-primary-dark-1: rgb(121.1108280255, 186.9579617834, 216.5891719745); + --color-primary-dark-2: rgb(109.221656051, 180.9159235669, 213.178343949); + --color-primary-dark-3: rgb(97.3324840764, 174.8738853503, 209.7675159236); + --color-primary-dark-4: rgb(85.4433121019, 168.8318471338, 206.3566878981); + --color-primary-dark-5: rgb(73.5541401274, 162.7898089172, 202.9458598726); + --color-primary-dark-6: rgb(61.6649681529, 156.7477707006, 199.5350318471); + --color-primary-dark-7: rgb(54.8184713376, 148.7929936306, 191.0815286624); + --color-primary-light-1: rgb(144.8891719745, 199.0420382166, 223.4108280255); + --color-primary-light-2: rgb(156.778343949, 205.0840764331, 226.821656051); + --color-primary-light-3: rgb(168.6675159236, 211.1261146497, 230.2324840764); + --color-primary-light-4: rgb(180.5566878981, 217.1681528662, 233.6433121019); + --color-primary-light-5: rgb(192.4458598726, 223.2101910828, 237.0541401274); + --color-primary-light-6: rgb(204.3350318471, 229.2522292994, 240.4649681529); + --color-primary-light-7: rgb(216.2242038217, 235.2942675159, 243.8757961783); + --color-primary-alpha-10: rgba(133, 193, 220, 0.1); + --color-primary-alpha-20: rgba(133, 193, 220, 0.2); + --color-primary-alpha-30: rgba(133, 193, 220, 0.3); + --color-primary-alpha-40: rgba(133, 193, 220, 0.4); + --color-primary-alpha-50: rgba(133, 193, 220, 0.5); + --color-primary-alpha-60: rgba(133, 193, 220, 0.6); + --color-primary-alpha-70: rgba(133, 193, 220, 0.7); + --color-primary-alpha-80: rgba(133, 193, 220, 0.8); + --color-primary-alpha-90: rgba(133, 193, 220, 0.9); + --color-secondary: #51576d; + --color-secondary-dark-1: rgb(71.4577922078, 75.8551948052, 97.8422077922); + --color-secondary-dark-2: rgb(77.9155844156, 82.7103896104, 106.6844155844); + --color-secondary-dark-3: rgb(84.3733766234, 89.5655844156, 115.5266233766); + --color-secondary-dark-4: rgb(90.8311688312, 96.4207792208, 124.3688311688); + --color-secondary-dark-5: rgb(97.288961039, 103.275974026, 133.211038961); + --color-secondary-dark-6: rgb(103.7467532468, 110.1311688312, 142.0532467532); + --color-secondary-dark-7: rgb(111.1551948052, 117.6201298701, 149.9448051948); + --color-secondary-dark-8: rgb(119.9974025974, 126.0649350649, 156.4025974026); + --color-secondary-dark-9: rgb(128.8396103896, 134.5097402597, 162.8603896104); + --color-secondary-dark-10: rgb(137.6818181818, 142.9545454545, 169.3181818182); + --color-secondary-dark-11: rgb(146.524025974, 151.3993506494, 175.775974026); + --color-secondary-dark-12: rgb(155.3662337662, 159.8441558442, 182.2337662338); + --color-secondary-dark-13: rgb(164.2084415584, 168.288961039, 188.6915584416); + --color-secondary-light-1: rgb(58.5422077922, 62.1448051948, 80.1577922078); + --color-secondary-light-2: rgb(52.0844155844, 55.2896103896, 71.3155844156); + --color-secondary-light-3: rgb(45.6266233766, 48.4344155844, 62.4733766234); + --color-secondary-light-4: rgb(39.1688311688, 41.5792207792, 53.6311688312); + --color-secondary-alpha-10: rgba(65, 69, 89, 0.1); + --color-secondary-alpha-20: rgba(65, 69, 89, 0.2); + --color-secondary-alpha-30: rgba(65, 69, 89, 0.3); + --color-secondary-alpha-40: rgba(65, 69, 89, 0.4); + --color-secondary-alpha-50: rgba(65, 69, 89, 0.5); + --color-secondary-alpha-60: rgba(65, 69, 89, 0.6); + --color-secondary-alpha-70: rgba(65, 69, 89, 0.7); + --color-secondary-alpha-80: rgba(65, 69, 89, 0.8); + --color-secondary-alpha-90: rgba(65, 69, 89, 0.9); + /* colors */ + --color-red: #e78284; + --color-orange: #ef9f76; + --color-yellow: #e5c890; + --color-olive: #a6d189; + --color-green: #a6d189; + --color-teal: #81c8be; + --color-blue: #8caaee; + --color-violet: #babbf1; + --color-purple: #ca9ee6; + --color-pink: #f4b8e4; + --color-brown: #eebebe; + --color-grey: #949cbb; + --color-black: #292c3c; + /* light variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-light: rgb(222.7852348993, 87.2147651007, 89.8993288591); + --color-orange-light: rgb(233.6666666667, 127, 72.3333333333); + --color-yellow-light: rgb(219.3211678832, 179.5255474453, 102.6788321168); + --color-olive-light: rgb(138.3231707317, 194.6951219512, 100.3048780488); + --color-green-light: rgb(138.3231707317, 194.6951219512, 100.3048780488); + --color-teal-light: rgb(93.4972375691, 184.5027624309, 171.6850828729); + --color-blue-light: rgb(95.5681818182, 137.1590909091, 231.4318181818); + --color-violet-light: rgb(143.6024096386, 145.2168674699, 232.3975903614); + --color-purple-light: rgb(179.8442622951, 117.4508196721, 219.5491803279); + --color-pink-light: rgb(237.1585365854, 139.8414634146, 211.2073170732); + --color-brown-light: rgb(227.4268292683, 149.5731707317, 149.5731707317); + --color-grey-light: rgb(116.8171428571, 127.1485714286, 167.1828571429); + --color-black-light: rgb(20.297029703, 21.7821782178, 29.702970297); + /* dark 1 variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-dark-1: rgb(222.7852348993, 87.2147651007, 89.8993288591); + --color-orange-dark-1: rgb(233.6666666667, 127, 72.3333333333); + --color-yellow-dark-1: rgb(219.3211678832, 179.5255474453, 102.6788321168); + --color-olive-dark-1: rgb(138.3231707317, 194.6951219512, 100.3048780488); + --color-green-dark-1: rgb(138.3231707317, 194.6951219512, 100.3048780488); + --color-teal-dark-1: rgb(93.4972375691, 184.5027624309, 171.6850828729); + --color-blue-dark-1: rgb(95.5681818182, 137.1590909091, 231.4318181818); + --color-violet-dark-1: rgb(143.6024096386, 145.2168674699, 232.3975903614); + --color-purple-dark-1: rgb(179.8442622951, 117.4508196721, 219.5491803279); + --color-pink-dark-1: rgb(237.1585365854, 139.8414634146, 211.2073170732); + --color-brown-dark-1: rgb(227.4268292683, 149.5731707317, 149.5731707317); + --color-black-dark-1: rgb(20.297029703, 21.7821782178, 29.702970297); + /* dark 2 variants - produced via Sass scale-color(color, $lightness: -20%) */ + --color-red-dark-2: rgb(214.5704697987, 44.4295302013, 47.7986577181); + --color-orange-dark-2: rgb(228.3333333333, 95, 26.6666666667); + --color-yellow-dark-2: rgb(209.6423357664, 159.0510948905, 61.3576642336); + --color-olive-dark-2: rgb(111.5853658537, 175.5609756098, 68.4390243902); + --color-green-dark-2: rgb(111.5853658537, 175.5609756098, 68.4390243902); + --color-teal-dark-2: rgb(68.9779005525, 158.0220994475, 145.4806629834); + --color-blue-dark-2: rgb(51.1363636364, 104.3181818182, 224.8636363636); + --color-violet-dark-2: rgb(101.2048192771, 103.4337349398, 223.7951807229); + --color-purple-dark-2: rgb(157.6885245902, 76.9016393443, 209.0983606557); + --color-pink-dark-2: rgb(230.3170731707, 95.6829268293, 194.4146341463); + --color-brown-dark-2: rgb(216.8536585366, 109.1463414634, 109.1463414634); + --color-black-dark-2: hsl(230.5263157895, 18.8118811881%, -0.1960784314%); + /* other colors */ + --color-gold: #f2d5cf; + --color-white: #c6d0f5; + --color-diff-removed-word-bg: rgba(231, 130, 132, 0.15); + --color-diff-added-word-bg: rgba(166, 209, 137, 0.15); + --color-diff-removed-row-bg: rgba(231, 130, 132, 0.07); + --color-diff-moved-row-bg: rgba(229, 200, 144, 0.07); + --color-diff-added-row-bg: rgba(166, 209, 137, 0.07); + --color-diff-removed-row-border: rgba(231, 130, 132, 0.07); + --color-diff-moved-row-border: rgba(229, 200, 144, 0.07); + --color-diff-added-row-border: rgba(166, 209, 137, 0.07); + --color-diff-inactive: #949cbb; + --color-error-border: #e78284; + --color-error-bg: #e78284; + --color-error-bg-active: rgb(226.8926174497, 108.6073825503, 110.9496644295); + --color-error-bg-hover: rgb(222.7852348993, 87.2147651007, 89.8993288591); + --color-error-text: #232634; + --color-success-border: rgb(138.3231707317, 194.6951219512, 100.3048780488); + --color-success-bg: #a6d189; + --color-success-text: #232634; + --color-warning-border: rgb(219.3211678832, 179.5255474453, 102.6788321168); + --color-warning-bg: #e5c890; + --color-warning-text: #232634; + --color-info-border: rgb(95.5681818182, 137.1590909091, 231.4318181818); + --color-info-bg: #232634; + --color-info-text: #c6d0f5; + --color-red-badge: rgb(222.7852348993, 87.2147651007, 89.8993288591); + --color-red-badge-bg: #232634; + --color-red-badge-hover-bg: rgb(226.8926174497, 108.6073825503, 110.9496644295); + --color-green-badge: #a6d189; + --color-green-badge-bg: #a6d189; + --color-green-badge-hover-bg: rgb(152.1615853659, 201.8475609756, 118.6524390244); + --color-yellow-badge: #e5c890; + --color-yellow-badge-bg: #232634; + --color-yellow-badge-hover-bg: rgb(224.1605839416, 189.7627737226, 123.3394160584); + --color-orange-badge: #ef9f76; + --color-orange-badge-bg: #232634; + --color-orange-badge-hover-bg: rgb(236.3333333333, 143, 95.1666666667); + --color-git: #ef9f76; + --color-highlight-bg: rgba(229, 200, 144, 0.15); + /* target-based colors */ + --color-body: #232634; + --color-box-header: #292c3c; + --color-box-body: #292c3c; + --color-box-body-highlight: #414559; + --color-text-dark: #a5adce; + --color-text: #c6d0f5; + --color-text-light: #b5bfe2; + --color-text-light-1: #b5bfe2; + --color-text-light-2: #b5bfe2; + --color-text-light-3: #b5bfe2; + --color-footer: #292c3c; + --color-timeline: #414559; + --color-input-text: #c6d0f5; + --color-input-background: #414559; + --color-input-toggle-background: #414559; + --color-input-border: #51576d; + --color-input-border-hover: #626880; + --color-nav-bg: #292c3c; + --color-nav-hover-bg: var(--color-hover); + --color-navbar: #292c3c; + --color-navbar-transparent: rgba(35, 38, 52, 0); + --color-light: rgba(98, 104, 128, 0.3); + --color-light-mimic-enabled: rgba( + 0, + 0, + 0, + calc(40 / 255 * 222 / 255 / var(--opacity-disabled)) + ); + --color-light-border: #626880; + --color-hover: rgba(115, 121, 148, 0.2); + --color-active: rgba(198, 208, 245, 0.1); + --color-menu: #414559; + --color-card: #414559; + --color-markup-table-row: rgba(198, 208, 245, 0.02); + --color-markup-code-block: rgba(198, 208, 245, 0.05); + --color-markup-code-inline: #414559; + --color-button: #414559; + --color-code-bg: #303446; + --color-code-sidebar-bg: #414559; + --color-shadow: rgba(35, 38, 52, 0.1); + --color-tooltip-bg: #414559; + --color-tooltip-text: var(--color-text); + --color-secondary-bg: #414559; + --color-text-focus: #c6d0f5; + --color-expand-button: #626880; + --color-placeholder-text: #a5adce; + --color-editor-line-highlight: var(--color-primary-light-5); + --color-project-board-bg: var(--color-secondary-light-2); + /* gitea source code: */ + /* should ideally be --color-text-dark, see go-gitea/gitea#15651 */ + --color-caret: var(--color-text); + --color-reaction-bg: rgba(198, 208, 245, 0.07); + --color-reaction-active-bg: var(--color-primary-alpha-40); + --color-header-wrapper: #292c3c; + --color-header-wrapper-transparent: rgba(41, 44, 60, 0); + --color-label-text: #232634; + --color-label-bg: #85c1dc; + --color-label-hover-bg: rgb(109.221656051, 180.9159235669, 213.178343949); + --color-label-active-bg: rgb(121.1108280255, 186.9579617834, 216.5891719745); + --color-accent: var(--color-primary-light-1); + --color-small-accent: var(--color-primary-light-5); + --color-active-line: #51576d; +} + +/* invert emojis that are hard to read otherwise */ +.emoji[aria-label="check mark"], +.emoji[aria-label="currency exchange"], +.emoji[aria-label="TOP arrow"], +.emoji[aria-label="END arrow"], +.emoji[aria-label="ON! arrow"], +.emoji[aria-label="SOON arrow"], +.emoji[aria-label="heavy dollar sign"], +.emoji[aria-label=copyright], +.emoji[aria-label=registered], +.emoji[aria-label="trade mark"], +.emoji[aria-label=multiply], +.emoji[aria-label=plus], +.emoji[aria-label=minus], +.emoji[aria-label=divide], +.emoji[aria-label="curly loop"], +.emoji[aria-label="double curly loop"], +.emoji[aria-label="wavy dash"], +.emoji[aria-label="paw prints"], +.emoji[aria-label="musical note"], +.emoji[aria-label="musical notes"] { + filter: invert(100%) hue-rotate(180deg); +} + +.ui.ui.ui.button:not(.inverted, .basic).primary, .ui.ui.ui.button:not(.inverted, .basic).green, .ui.ui.ui.button:not(.inverted, .basic).red, .ui.ui.ui.button:not(.inverted, .basic).teal, +.ui.ui.ui.label:not(.inverted, .basic).primary, +.ui.ui.ui.label:not(.inverted, .basic).green, +.ui.ui.ui.label:not(.inverted, .basic).red, +.ui.ui.ui.label:not(.inverted, .basic).teal { + color: #232634; +} +.ui.ui.ui.button:not(.inverted, .basic).primary:hover, .ui.ui.ui.button:not(.inverted, .basic).green:hover, .ui.ui.ui.button:not(.inverted, .basic).red:hover, .ui.ui.ui.button:not(.inverted, .basic).teal:hover, +.ui.ui.ui.label:not(.inverted, .basic).primary:hover, +.ui.ui.ui.label:not(.inverted, .basic).green:hover, +.ui.ui.ui.label:not(.inverted, .basic).red:hover, +.ui.ui.ui.label:not(.inverted, .basic).teal:hover { + color: #303446; +} + +.ui.basic.modal { + background-color: #303446; +} + +.ui.commit-header-row .svg.gitea-lock ~ a { + color: #232634; +} + +.ui.negative.message .header { + color: var(--color-error-text); +} + +.ui.sha.isSigned.isVerified .shortsha { + color: #232634; +} +.ui.sha.isSigned.isVerified svg.gitea-lock { + fill: #232634; +} + +.ui.basic.modal, +.ui.basic.modal > .header, +.ui.inverted.button { + color: #c6d0f5 !important; +} + +#repo-topics, +#topic_edit > .ui.selection.dropdown { + color: var(--color-label-text) !important; +} + +blockquote.attention-tip { + border-left-color: var(--color-success-bg); +} +blockquote.attention-warning { + border-left-color: var(--color-warning-bg); +} + +svg.attention-tip, +strong.attention-tip { + color: var(--color-success-bg); +} +svg.attention-warning, +strong.attention-warning { + color: var(--color-warning-bg); +} + +.inline-code-block { + color: #232634; +} + +::selection { + background: rgba(133, 193, 220, 0.3) !important; +} + +/* NameBuiltinPseudo */ +.chroma .bp { + color: #ef9f76; +} + +/* Comment */ +.chroma .c { + color: #737994; +} + +/* CommentSingle */ +.chroma .c1 { + color: #737994; +} + +/* CommentHashbang */ +.chroma .ch { + color: #737994; +} + +/* CommentMultiline */ +.chroma .cm { + color: #737994; +} + +/* CommentPreproc */ +.chroma .cp { + color: #8caaee; +} + +/* CommentPreprocFile */ +.chroma .cpf { + color: #8caaee; +} + +/* CommentSpecial */ +.chroma .cs { + color: #737994; +} + +/* LiteralStringDelimiter */ +.chroma .dl { + color: #8caaee; +} + +/* NameFunctionMagic */ +/* Generic */ +/* GenericDeleted */ +.chroma .gd { + color: #c6d0f5; + background-color: rgba(231, 130, 132, 0.15); +} + +/* GenericEmph */ +.chroma .ge { + font-style: italic; +} + +/* GenericHeading */ +.chroma .gh { + color: #99d1db; +} + +/* GenericInserted */ +.chroma .gi { + color: #c6d0f5; + background-color: rgba(166, 209, 137, 0.15); +} + +/* GenericUnderline */ +/* GenericOutput */ +.chroma .go { + color: #ef9f76; +} + +/* GenericPrompt */ +.chroma .gp { + color: #737994; + font-weight: bold; +} + +/* GenericError */ +.chroma .gr { + color: #ea999c; +} + +/* GenericStrong */ +.chroma .gs { + font-weight: bold; +} + +/* GenericTraceback */ +.chroma .gt { + color: #ea999c; +} + +/* GenericSubheading */ +.chroma .gu { + color: #99d1db; +} + +/* LiteralNumberIntegerLong */ +.chroma .il { + color: #ef9f76; +} + +/* Keyword */ +.chroma .k { + color: #ca9ee6; +} + +/* KeywordConstant */ +.chroma .kc { + color: #e5c890; +} + +/* KeywordDeclaration */ +.chroma .kd { + color: #ca9ee6; +} + +/* KeywordNamespace */ +.chroma .kn { + color: #e5c890; +} + +/* KeywordPseudo */ +.chroma .kp { + color: #ca9ee6; + font-weight: bold; +} + +/* KeywordReserved */ +.chroma .kr { + color: #ca9ee6; +} + +/* KeywordType */ +.chroma .kt { + color: #e5c890; +} + +/* Literal */ +/* LiteralDate */ +/* LiteralNumber */ +.chroma .m { + color: #ef9f76; +} + +/* LiteralNumberBin */ +.chroma .mb { + color: #ef9f76; +} + +/* LiteralNumberFloat */ +.chroma .mf { + color: #ef9f76; +} + +/* LiteralNumberHex */ +.chroma .mh { + color: #ef9f76; +} + +/* LiteralNumberInteger */ +.chroma .mi { + color: #ef9f76; +} + +/* LiteralNumberOct */ +.chroma .mo { + color: #ef9f76; +} + +/* Name */ +.chroma .n { + color: #babbf1; +} + +/* NameAttribute */ +.chroma .na { + color: #e5c890; +} + +/* NameBuiltin */ +.chroma .nb { + color: #ef9f76; +} + +/* NameClass */ +.chroma .nc { + color: #e5c890; +} + +/* NameDecorator */ +.chroma .nd { + color: #f4b8e4; +} + +/* NameException */ +.chroma .ne { + color: #ea999c; +} + +/* NameFunction */ +.chroma .nf { + color: #8caaee; +} + +/* NameEntity */ +.chroma .ni { + color: #f4b8e4; +} + +/* NameLabel */ +.chroma .nl { + color: #e5c890; +} + +/* NameNamespace */ +.chroma .nn { + color: #e5c890; +} + +/* NameConstant */ +.chroma .no { + color: #e5c890; +} + +/* NameTag */ +.chroma .nt { + color: #ca9ee6; +} + +/* NameVariable */ +.chroma .nv { + color: #ef9f76; +} + +/* NameOther */ +.chroma .nx { + color: #ef9f76; +} + +/* Operator */ +.chroma .o { + color: #99d1db; +} + +/* OperatorWord */ +.chroma .ow { + color: #99d1db; + font-weight: bold; +} + +/* Punctuation */ +.chroma .p { + color: #949cbb; +} + +/* NameProperty */ +/* LiteralString */ +.chroma .s { + color: #a6d189; +} + +/* LiteralStringSingle */ +.chroma .s1 { + color: #a6d189; +} + +/* LiteralStringDouble */ +.chroma .s2 { + color: #a6d189; +} + +/* LiteralStringAffix */ +.chroma .sa { + color: #a6d189; +} + +/* LiteralStringBacktick */ +.chroma .sb { + color: #a6d189; +} + +/* LiteralStringChar */ +.chroma .sc { + color: #a6d189; +} + +/* LiteralStringDoc */ +.chroma .sd { + color: #a6d189; +} + +/* LiteralStringEscape */ +.chroma .se { + color: #8caaee; +} + +/* LiteralStringHeredoc */ +.chroma .sh { + color: #a6d189; +} + +/* LiteralStringInterpol */ +.chroma .si { + color: #a6d189; +} + +/* LiteralStringRegex */ +.chroma .sr { + color: #8caaee; +} + +/* LiteralStringSymbol */ +.chroma .ss { + color: #a6d189; +} + +/* LiteralStringOther */ +.chroma .sx { + color: #a6d189; +} + +/* NameVariableClass */ +.chroma .vc { + color: #e5c890; +} + +/* NameVariableGlobal */ +.chroma .vg { + color: #ef9f76; +} + +/* NameVariableInstance */ +.chroma .vi { + color: #e5c890; +} + +/* NameVariableMagic */ +/* TextWhitespace */ +.chroma .w { + color: #414559; +} + +.CodeMirror .cm-property, +.CodeMirror.cm-s-default .cm-property, +.CodeMirror.cm-s-paper .cm-property { + color: #c6d0f5; +} +.CodeMirror .cm-header, +.CodeMirror.cm-s-default .cm-header, +.CodeMirror.cm-s-paper .cm-header { + color: #c6d0f5; +} +.CodeMirror .cm-quote, +.CodeMirror.cm-s-default .cm-quote, +.CodeMirror.cm-s-paper .cm-quote { + color: #a6d189; +} +.CodeMirror .cm-keyword, +.CodeMirror.cm-s-default .cm-keyword, +.CodeMirror.cm-s-paper .cm-keyword { + color: #ca9ee6; +} +.CodeMirror .cm-atom, +.CodeMirror.cm-s-default .cm-atom, +.CodeMirror.cm-s-paper .cm-atom { + color: #e78284; +} +.CodeMirror .cm-number, +.CodeMirror.cm-s-default .cm-number, +.CodeMirror.cm-s-paper .cm-number { + color: #ef9f76; +} +.CodeMirror .cm-def, +.CodeMirror.cm-s-default .cm-def, +.CodeMirror.cm-s-paper .cm-def { + color: #c6d0f5; +} +.CodeMirror .cm-variable-2, +.CodeMirror.cm-s-default .cm-variable-2, +.CodeMirror.cm-s-paper .cm-variable-2 { + color: #99d1db; +} +.CodeMirror .cm-variable-3, +.CodeMirror.cm-s-default .cm-variable-3, +.CodeMirror.cm-s-paper .cm-variable-3 { + color: #81c8be; +} +.CodeMirror .cm-comment, +.CodeMirror.cm-s-default .cm-comment, +.CodeMirror.cm-s-paper .cm-comment { + color: #626880; +} +.CodeMirror .cm-string, +.CodeMirror.cm-s-default .cm-string, +.CodeMirror.cm-s-paper .cm-string { + color: #a6d189; +} +.CodeMirror .cm-string-2, +.CodeMirror.cm-s-default .cm-string-2, +.CodeMirror.cm-s-paper .cm-string-2 { + color: #a6d189; +} +.CodeMirror .cm-meta, +.CodeMirror.cm-s-default .cm-meta, +.CodeMirror.cm-s-paper .cm-meta { + color: #ef9f76; +} +.CodeMirror .cm-qualifier, +.CodeMirror.cm-s-default .cm-qualifier, +.CodeMirror.cm-s-paper .cm-qualifier { + color: #ef9f76; +} +.CodeMirror .cm-builtin, +.CodeMirror.cm-s-default .cm-builtin, +.CodeMirror.cm-s-paper .cm-builtin { + color: #ef9f76; +} +.CodeMirror .cm-bracket, +.CodeMirror.cm-s-default .cm-bracket, +.CodeMirror.cm-s-paper .cm-bracket { + color: #c6d0f5; +} +.CodeMirror .cm-tag, +.CodeMirror.cm-s-default .cm-tag, +.CodeMirror.cm-s-paper .cm-tag { + color: #e5c890; +} +.CodeMirror .cm-attribute, +.CodeMirror.cm-s-default .cm-attribute, +.CodeMirror.cm-s-paper .cm-attribute { + color: #e5c890; +} +.CodeMirror .cm-hr, +.CodeMirror.cm-s-default .cm-hr, +.CodeMirror.cm-s-paper .cm-hr { + color: #949cbb; +} +.CodeMirror .cm-url, +.CodeMirror.cm-s-default .cm-url, +.CodeMirror.cm-s-paper .cm-url { + color: #8caaee; +} +.CodeMirror .cm-link, +.CodeMirror.cm-s-default .cm-link, +.CodeMirror.cm-s-paper .cm-link { + color: #8caaee; +} +.CodeMirror .cm-error, +.CodeMirror.cm-s-default .cm-error, +.CodeMirror.cm-s-paper .cm-error { + color: #e78284; +} + +.monaco-editor .selected-text { + background-color: #414559 !important; +} +.monaco-editor .margin-view-overlays .line-numbers { + color: #a5adce !important; +} +.monaco-editor .line-numbers.active-line-number { + color: #85c1dc !important; +} +.monaco-editor .view-overlays .current-line, +.monaco-editor .margin-view-overlays .current-line-margin { + background-color: rgb(58.88, 62.88, 82.16) !important; +} +.monaco-editor .mtk1 { + color: #c6d0f5 !important; +} +.monaco-editor .mtk2 { + color: #ff69b4 !important; +} +.monaco-editor .mtk3 { + color: #ef9f76 !important; +} +.monaco-editor .mtk4 { + color: #81c8be !important; +} +.monaco-editor .mtk5 { + color: #c6d0f5 !important; +} +.monaco-editor .mtk6 { + color: #ca9ee6 !important; +} +.monaco-editor .mtk7 { + color: #ef9f76 !important; +} +.monaco-editor .mtk8 { + color: #949cbb !important; +} +.monaco-editor .mtk9 { + color: #ca9ee6 !important; +} +.monaco-editor .mtk10 { + color: #a5adce !important; +} +.monaco-editor .mtk11 { + color: #81c8be !important; +} +.monaco-editor .mtk12 { + color: #81c8be !important; +} +.monaco-editor .mtk13 { + color: #ff69b4 !important; +} +.monaco-editor .mtk14 { + color: #ff69b4 !important; +} +.monaco-editor .mtk15 { + color: #ca9ee6 !important; +} +.monaco-editor .mtk16 { + color: #949cbb !important; +} +.monaco-editor .mtk17 { + color: #ff69b4 !important; +} +.monaco-editor .mtk18 { + color: #ff69b4 !important; +} +.monaco-editor .mtk19 { + color: #81c8be !important; +} +.monaco-editor .mtk20 { + color: #ff69b4 !important; +} +.monaco-editor .mtk21 { + color: #a6d189 !important; +} +.monaco-editor .mtk22 { + color: #ff69b4 !important; +} +.monaco-editor .mtk23 { + color: #8caaee !important; +} +.monaco-editor .mtk24 { + color: #ef9f76 !important; +} +.monaco-editor .mtk25 { + color: #f4b8e4 !important; +} +.monaco-editor .bracket-highlighting-0 { + color: rgb(217.8, 161.2, 177.2) !important; +} +.monaco-editor .bracket-highlighting-1 { + color: rgb(222.6, 178.6, 168.8) !important; +} +.monaco-editor .bracket-highlighting-2 { + color: rgb(216.6, 203.2, 184.4) !important; +} +.monaco-editor .bracket-highlighting-3 { + color: rgb(178.8, 208.6, 180.2) !important; +} +.monaco-editor .bracket-highlighting-4 { + color: rgb(163.2, 185.2, 240.8) !important; +} +.monaco-editor .bracket-highlighting-5 { + color: rgb(200.4, 178, 236) !important; +} \ No newline at end of file diff --git a/public/assets/css/theme-catppuccin-frappe-sky.css b/public/assets/css/theme-catppuccin-frappe-sky.css new file mode 100644 index 0000000..08c09b6 --- /dev/null +++ b/public/assets/css/theme-catppuccin-frappe-sky.css @@ -0,0 +1,873 @@ +:root { + color-scheme: dark; + --is-dark-theme: true; + accent-color: #99d1db; + --color-primary: #99d1db; + --color-primary-contrast: #232634; + --color-primary-hover: rgb(134.152173913, 200.5, 212.347826087); + --color-primary-dark-1: rgb(141.6913043478, 203.9, 215.0086956522); + --color-primary-dark-2: rgb(130.3826086957, 198.8, 211.0173913043); + --color-primary-dark-3: rgb(119.0739130435, 193.7, 207.0260869565); + --color-primary-dark-4: rgb(107.7652173913, 188.6, 203.0347826087); + --color-primary-dark-5: rgb(96.4565217391, 183.5, 199.0434782609); + --color-primary-dark-6: rgb(85.147826087, 178.4, 195.052173913); + --color-primary-dark-7: rgb(73.8391304348, 173.3, 191.0608695652); + --color-primary-light-1: rgb(164.3086956522, 214.1, 222.9913043478); + --color-primary-light-2: rgb(175.6173913043, 219.2, 226.9826086957); + --color-primary-light-3: rgb(186.9260869565, 224.3, 230.9739130435); + --color-primary-light-4: rgb(198.2347826087, 229.4, 234.9652173913); + --color-primary-light-5: rgb(209.5434782609, 234.5, 238.9565217391); + --color-primary-light-6: rgb(220.852173913, 239.6, 242.947826087); + --color-primary-light-7: rgb(232.1608695652, 244.7, 246.9391304348); + --color-primary-alpha-10: rgba(153, 209, 219, 0.1); + --color-primary-alpha-20: rgba(153, 209, 219, 0.2); + --color-primary-alpha-30: rgba(153, 209, 219, 0.3); + --color-primary-alpha-40: rgba(153, 209, 219, 0.4); + --color-primary-alpha-50: rgba(153, 209, 219, 0.5); + --color-primary-alpha-60: rgba(153, 209, 219, 0.6); + --color-primary-alpha-70: rgba(153, 209, 219, 0.7); + --color-primary-alpha-80: rgba(153, 209, 219, 0.8); + --color-primary-alpha-90: rgba(153, 209, 219, 0.9); + --color-secondary: #51576d; + --color-secondary-dark-1: rgb(71.4577922078, 75.8551948052, 97.8422077922); + --color-secondary-dark-2: rgb(77.9155844156, 82.7103896104, 106.6844155844); + --color-secondary-dark-3: rgb(84.3733766234, 89.5655844156, 115.5266233766); + --color-secondary-dark-4: rgb(90.8311688312, 96.4207792208, 124.3688311688); + --color-secondary-dark-5: rgb(97.288961039, 103.275974026, 133.211038961); + --color-secondary-dark-6: rgb(103.7467532468, 110.1311688312, 142.0532467532); + --color-secondary-dark-7: rgb(111.1551948052, 117.6201298701, 149.9448051948); + --color-secondary-dark-8: rgb(119.9974025974, 126.0649350649, 156.4025974026); + --color-secondary-dark-9: rgb(128.8396103896, 134.5097402597, 162.8603896104); + --color-secondary-dark-10: rgb(137.6818181818, 142.9545454545, 169.3181818182); + --color-secondary-dark-11: rgb(146.524025974, 151.3993506494, 175.775974026); + --color-secondary-dark-12: rgb(155.3662337662, 159.8441558442, 182.2337662338); + --color-secondary-dark-13: rgb(164.2084415584, 168.288961039, 188.6915584416); + --color-secondary-light-1: rgb(58.5422077922, 62.1448051948, 80.1577922078); + --color-secondary-light-2: rgb(52.0844155844, 55.2896103896, 71.3155844156); + --color-secondary-light-3: rgb(45.6266233766, 48.4344155844, 62.4733766234); + --color-secondary-light-4: rgb(39.1688311688, 41.5792207792, 53.6311688312); + --color-secondary-alpha-10: rgba(65, 69, 89, 0.1); + --color-secondary-alpha-20: rgba(65, 69, 89, 0.2); + --color-secondary-alpha-30: rgba(65, 69, 89, 0.3); + --color-secondary-alpha-40: rgba(65, 69, 89, 0.4); + --color-secondary-alpha-50: rgba(65, 69, 89, 0.5); + --color-secondary-alpha-60: rgba(65, 69, 89, 0.6); + --color-secondary-alpha-70: rgba(65, 69, 89, 0.7); + --color-secondary-alpha-80: rgba(65, 69, 89, 0.8); + --color-secondary-alpha-90: rgba(65, 69, 89, 0.9); + /* colors */ + --color-red: #e78284; + --color-orange: #ef9f76; + --color-yellow: #e5c890; + --color-olive: #a6d189; + --color-green: #a6d189; + --color-teal: #81c8be; + --color-blue: #8caaee; + --color-violet: #babbf1; + --color-purple: #ca9ee6; + --color-pink: #f4b8e4; + --color-brown: #eebebe; + --color-grey: #949cbb; + --color-black: #292c3c; + /* light variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-light: rgb(222.7852348993, 87.2147651007, 89.8993288591); + --color-orange-light: rgb(233.6666666667, 127, 72.3333333333); + --color-yellow-light: rgb(219.3211678832, 179.5255474453, 102.6788321168); + --color-olive-light: rgb(138.3231707317, 194.6951219512, 100.3048780488); + --color-green-light: rgb(138.3231707317, 194.6951219512, 100.3048780488); + --color-teal-light: rgb(93.4972375691, 184.5027624309, 171.6850828729); + --color-blue-light: rgb(95.5681818182, 137.1590909091, 231.4318181818); + --color-violet-light: rgb(143.6024096386, 145.2168674699, 232.3975903614); + --color-purple-light: rgb(179.8442622951, 117.4508196721, 219.5491803279); + --color-pink-light: rgb(237.1585365854, 139.8414634146, 211.2073170732); + --color-brown-light: rgb(227.4268292683, 149.5731707317, 149.5731707317); + --color-grey-light: rgb(116.8171428571, 127.1485714286, 167.1828571429); + --color-black-light: rgb(20.297029703, 21.7821782178, 29.702970297); + /* dark 1 variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-dark-1: rgb(222.7852348993, 87.2147651007, 89.8993288591); + --color-orange-dark-1: rgb(233.6666666667, 127, 72.3333333333); + --color-yellow-dark-1: rgb(219.3211678832, 179.5255474453, 102.6788321168); + --color-olive-dark-1: rgb(138.3231707317, 194.6951219512, 100.3048780488); + --color-green-dark-1: rgb(138.3231707317, 194.6951219512, 100.3048780488); + --color-teal-dark-1: rgb(93.4972375691, 184.5027624309, 171.6850828729); + --color-blue-dark-1: rgb(95.5681818182, 137.1590909091, 231.4318181818); + --color-violet-dark-1: rgb(143.6024096386, 145.2168674699, 232.3975903614); + --color-purple-dark-1: rgb(179.8442622951, 117.4508196721, 219.5491803279); + --color-pink-dark-1: rgb(237.1585365854, 139.8414634146, 211.2073170732); + --color-brown-dark-1: rgb(227.4268292683, 149.5731707317, 149.5731707317); + --color-black-dark-1: rgb(20.297029703, 21.7821782178, 29.702970297); + /* dark 2 variants - produced via Sass scale-color(color, $lightness: -20%) */ + --color-red-dark-2: rgb(214.5704697987, 44.4295302013, 47.7986577181); + --color-orange-dark-2: rgb(228.3333333333, 95, 26.6666666667); + --color-yellow-dark-2: rgb(209.6423357664, 159.0510948905, 61.3576642336); + --color-olive-dark-2: rgb(111.5853658537, 175.5609756098, 68.4390243902); + --color-green-dark-2: rgb(111.5853658537, 175.5609756098, 68.4390243902); + --color-teal-dark-2: rgb(68.9779005525, 158.0220994475, 145.4806629834); + --color-blue-dark-2: rgb(51.1363636364, 104.3181818182, 224.8636363636); + --color-violet-dark-2: rgb(101.2048192771, 103.4337349398, 223.7951807229); + --color-purple-dark-2: rgb(157.6885245902, 76.9016393443, 209.0983606557); + --color-pink-dark-2: rgb(230.3170731707, 95.6829268293, 194.4146341463); + --color-brown-dark-2: rgb(216.8536585366, 109.1463414634, 109.1463414634); + --color-black-dark-2: hsl(230.5263157895, 18.8118811881%, -0.1960784314%); + /* other colors */ + --color-gold: #f2d5cf; + --color-white: #c6d0f5; + --color-diff-removed-word-bg: rgba(231, 130, 132, 0.15); + --color-diff-added-word-bg: rgba(166, 209, 137, 0.15); + --color-diff-removed-row-bg: rgba(231, 130, 132, 0.07); + --color-diff-moved-row-bg: rgba(229, 200, 144, 0.07); + --color-diff-added-row-bg: rgba(166, 209, 137, 0.07); + --color-diff-removed-row-border: rgba(231, 130, 132, 0.07); + --color-diff-moved-row-border: rgba(229, 200, 144, 0.07); + --color-diff-added-row-border: rgba(166, 209, 137, 0.07); + --color-diff-inactive: #949cbb; + --color-error-border: #e78284; + --color-error-bg: #e78284; + --color-error-bg-active: rgb(226.8926174497, 108.6073825503, 110.9496644295); + --color-error-bg-hover: rgb(222.7852348993, 87.2147651007, 89.8993288591); + --color-error-text: #232634; + --color-success-border: rgb(138.3231707317, 194.6951219512, 100.3048780488); + --color-success-bg: #a6d189; + --color-success-text: #232634; + --color-warning-border: rgb(219.3211678832, 179.5255474453, 102.6788321168); + --color-warning-bg: #e5c890; + --color-warning-text: #232634; + --color-info-border: rgb(95.5681818182, 137.1590909091, 231.4318181818); + --color-info-bg: #232634; + --color-info-text: #c6d0f5; + --color-red-badge: rgb(222.7852348993, 87.2147651007, 89.8993288591); + --color-red-badge-bg: #232634; + --color-red-badge-hover-bg: rgb(226.8926174497, 108.6073825503, 110.9496644295); + --color-green-badge: #a6d189; + --color-green-badge-bg: #a6d189; + --color-green-badge-hover-bg: rgb(152.1615853659, 201.8475609756, 118.6524390244); + --color-yellow-badge: #e5c890; + --color-yellow-badge-bg: #232634; + --color-yellow-badge-hover-bg: rgb(224.1605839416, 189.7627737226, 123.3394160584); + --color-orange-badge: #ef9f76; + --color-orange-badge-bg: #232634; + --color-orange-badge-hover-bg: rgb(236.3333333333, 143, 95.1666666667); + --color-git: #ef9f76; + --color-highlight-bg: rgba(229, 200, 144, 0.15); + /* target-based colors */ + --color-body: #232634; + --color-box-header: #292c3c; + --color-box-body: #292c3c; + --color-box-body-highlight: #414559; + --color-text-dark: #a5adce; + --color-text: #c6d0f5; + --color-text-light: #b5bfe2; + --color-text-light-1: #b5bfe2; + --color-text-light-2: #b5bfe2; + --color-text-light-3: #b5bfe2; + --color-footer: #292c3c; + --color-timeline: #414559; + --color-input-text: #c6d0f5; + --color-input-background: #414559; + --color-input-toggle-background: #414559; + --color-input-border: #51576d; + --color-input-border-hover: #626880; + --color-nav-bg: #292c3c; + --color-nav-hover-bg: var(--color-hover); + --color-navbar: #292c3c; + --color-navbar-transparent: rgba(35, 38, 52, 0); + --color-light: rgba(98, 104, 128, 0.3); + --color-light-mimic-enabled: rgba( + 0, + 0, + 0, + calc(40 / 255 * 222 / 255 / var(--opacity-disabled)) + ); + --color-light-border: #626880; + --color-hover: rgba(115, 121, 148, 0.2); + --color-active: rgba(198, 208, 245, 0.1); + --color-menu: #414559; + --color-card: #414559; + --color-markup-table-row: rgba(198, 208, 245, 0.02); + --color-markup-code-block: rgba(198, 208, 245, 0.05); + --color-markup-code-inline: #414559; + --color-button: #414559; + --color-code-bg: #303446; + --color-code-sidebar-bg: #414559; + --color-shadow: rgba(35, 38, 52, 0.1); + --color-tooltip-bg: #414559; + --color-tooltip-text: var(--color-text); + --color-secondary-bg: #414559; + --color-text-focus: #c6d0f5; + --color-expand-button: #626880; + --color-placeholder-text: #a5adce; + --color-editor-line-highlight: var(--color-primary-light-5); + --color-project-board-bg: var(--color-secondary-light-2); + /* gitea source code: */ + /* should ideally be --color-text-dark, see go-gitea/gitea#15651 */ + --color-caret: var(--color-text); + --color-reaction-bg: rgba(198, 208, 245, 0.07); + --color-reaction-active-bg: var(--color-primary-alpha-40); + --color-header-wrapper: #292c3c; + --color-header-wrapper-transparent: rgba(41, 44, 60, 0); + --color-label-text: #232634; + --color-label-bg: #99d1db; + --color-label-hover-bg: rgb(130.3826086957, 198.8, 211.0173913043); + --color-label-active-bg: rgb(141.6913043478, 203.9, 215.0086956522); + --color-accent: var(--color-primary-light-1); + --color-small-accent: var(--color-primary-light-5); + --color-active-line: #51576d; +} + +/* invert emojis that are hard to read otherwise */ +.emoji[aria-label="check mark"], +.emoji[aria-label="currency exchange"], +.emoji[aria-label="TOP arrow"], +.emoji[aria-label="END arrow"], +.emoji[aria-label="ON! arrow"], +.emoji[aria-label="SOON arrow"], +.emoji[aria-label="heavy dollar sign"], +.emoji[aria-label=copyright], +.emoji[aria-label=registered], +.emoji[aria-label="trade mark"], +.emoji[aria-label=multiply], +.emoji[aria-label=plus], +.emoji[aria-label=minus], +.emoji[aria-label=divide], +.emoji[aria-label="curly loop"], +.emoji[aria-label="double curly loop"], +.emoji[aria-label="wavy dash"], +.emoji[aria-label="paw prints"], +.emoji[aria-label="musical note"], +.emoji[aria-label="musical notes"] { + filter: invert(100%) hue-rotate(180deg); +} + +.ui.ui.ui.button:not(.inverted, .basic).primary, .ui.ui.ui.button:not(.inverted, .basic).green, .ui.ui.ui.button:not(.inverted, .basic).red, .ui.ui.ui.button:not(.inverted, .basic).teal, +.ui.ui.ui.label:not(.inverted, .basic).primary, +.ui.ui.ui.label:not(.inverted, .basic).green, +.ui.ui.ui.label:not(.inverted, .basic).red, +.ui.ui.ui.label:not(.inverted, .basic).teal { + color: #232634; +} +.ui.ui.ui.button:not(.inverted, .basic).primary:hover, .ui.ui.ui.button:not(.inverted, .basic).green:hover, .ui.ui.ui.button:not(.inverted, .basic).red:hover, .ui.ui.ui.button:not(.inverted, .basic).teal:hover, +.ui.ui.ui.label:not(.inverted, .basic).primary:hover, +.ui.ui.ui.label:not(.inverted, .basic).green:hover, +.ui.ui.ui.label:not(.inverted, .basic).red:hover, +.ui.ui.ui.label:not(.inverted, .basic).teal:hover { + color: #303446; +} + +.ui.basic.modal { + background-color: #303446; +} + +.ui.commit-header-row .svg.gitea-lock ~ a { + color: #232634; +} + +.ui.negative.message .header { + color: var(--color-error-text); +} + +.ui.sha.isSigned.isVerified .shortsha { + color: #232634; +} +.ui.sha.isSigned.isVerified svg.gitea-lock { + fill: #232634; +} + +.ui.basic.modal, +.ui.basic.modal > .header, +.ui.inverted.button { + color: #c6d0f5 !important; +} + +#repo-topics, +#topic_edit > .ui.selection.dropdown { + color: var(--color-label-text) !important; +} + +blockquote.attention-tip { + border-left-color: var(--color-success-bg); +} +blockquote.attention-warning { + border-left-color: var(--color-warning-bg); +} + +svg.attention-tip, +strong.attention-tip { + color: var(--color-success-bg); +} +svg.attention-warning, +strong.attention-warning { + color: var(--color-warning-bg); +} + +.inline-code-block { + color: #232634; +} + +::selection { + background: rgba(153, 209, 219, 0.3) !important; +} + +/* NameBuiltinPseudo */ +.chroma .bp { + color: #ef9f76; +} + +/* Comment */ +.chroma .c { + color: #737994; +} + +/* CommentSingle */ +.chroma .c1 { + color: #737994; +} + +/* CommentHashbang */ +.chroma .ch { + color: #737994; +} + +/* CommentMultiline */ +.chroma .cm { + color: #737994; +} + +/* CommentPreproc */ +.chroma .cp { + color: #8caaee; +} + +/* CommentPreprocFile */ +.chroma .cpf { + color: #8caaee; +} + +/* CommentSpecial */ +.chroma .cs { + color: #737994; +} + +/* LiteralStringDelimiter */ +.chroma .dl { + color: #8caaee; +} + +/* NameFunctionMagic */ +/* Generic */ +/* GenericDeleted */ +.chroma .gd { + color: #c6d0f5; + background-color: rgba(231, 130, 132, 0.15); +} + +/* GenericEmph */ +.chroma .ge { + font-style: italic; +} + +/* GenericHeading */ +.chroma .gh { + color: #99d1db; +} + +/* GenericInserted */ +.chroma .gi { + color: #c6d0f5; + background-color: rgba(166, 209, 137, 0.15); +} + +/* GenericUnderline */ +/* GenericOutput */ +.chroma .go { + color: #ef9f76; +} + +/* GenericPrompt */ +.chroma .gp { + color: #737994; + font-weight: bold; +} + +/* GenericError */ +.chroma .gr { + color: #ea999c; +} + +/* GenericStrong */ +.chroma .gs { + font-weight: bold; +} + +/* GenericTraceback */ +.chroma .gt { + color: #ea999c; +} + +/* GenericSubheading */ +.chroma .gu { + color: #99d1db; +} + +/* LiteralNumberIntegerLong */ +.chroma .il { + color: #ef9f76; +} + +/* Keyword */ +.chroma .k { + color: #ca9ee6; +} + +/* KeywordConstant */ +.chroma .kc { + color: #e5c890; +} + +/* KeywordDeclaration */ +.chroma .kd { + color: #ca9ee6; +} + +/* KeywordNamespace */ +.chroma .kn { + color: #e5c890; +} + +/* KeywordPseudo */ +.chroma .kp { + color: #ca9ee6; + font-weight: bold; +} + +/* KeywordReserved */ +.chroma .kr { + color: #ca9ee6; +} + +/* KeywordType */ +.chroma .kt { + color: #e5c890; +} + +/* Literal */ +/* LiteralDate */ +/* LiteralNumber */ +.chroma .m { + color: #ef9f76; +} + +/* LiteralNumberBin */ +.chroma .mb { + color: #ef9f76; +} + +/* LiteralNumberFloat */ +.chroma .mf { + color: #ef9f76; +} + +/* LiteralNumberHex */ +.chroma .mh { + color: #ef9f76; +} + +/* LiteralNumberInteger */ +.chroma .mi { + color: #ef9f76; +} + +/* LiteralNumberOct */ +.chroma .mo { + color: #ef9f76; +} + +/* Name */ +.chroma .n { + color: #babbf1; +} + +/* NameAttribute */ +.chroma .na { + color: #e5c890; +} + +/* NameBuiltin */ +.chroma .nb { + color: #ef9f76; +} + +/* NameClass */ +.chroma .nc { + color: #e5c890; +} + +/* NameDecorator */ +.chroma .nd { + color: #f4b8e4; +} + +/* NameException */ +.chroma .ne { + color: #ea999c; +} + +/* NameFunction */ +.chroma .nf { + color: #8caaee; +} + +/* NameEntity */ +.chroma .ni { + color: #f4b8e4; +} + +/* NameLabel */ +.chroma .nl { + color: #e5c890; +} + +/* NameNamespace */ +.chroma .nn { + color: #e5c890; +} + +/* NameConstant */ +.chroma .no { + color: #e5c890; +} + +/* NameTag */ +.chroma .nt { + color: #ca9ee6; +} + +/* NameVariable */ +.chroma .nv { + color: #ef9f76; +} + +/* NameOther */ +.chroma .nx { + color: #ef9f76; +} + +/* Operator */ +.chroma .o { + color: #99d1db; +} + +/* OperatorWord */ +.chroma .ow { + color: #99d1db; + font-weight: bold; +} + +/* Punctuation */ +.chroma .p { + color: #949cbb; +} + +/* NameProperty */ +/* LiteralString */ +.chroma .s { + color: #a6d189; +} + +/* LiteralStringSingle */ +.chroma .s1 { + color: #a6d189; +} + +/* LiteralStringDouble */ +.chroma .s2 { + color: #a6d189; +} + +/* LiteralStringAffix */ +.chroma .sa { + color: #a6d189; +} + +/* LiteralStringBacktick */ +.chroma .sb { + color: #a6d189; +} + +/* LiteralStringChar */ +.chroma .sc { + color: #a6d189; +} + +/* LiteralStringDoc */ +.chroma .sd { + color: #a6d189; +} + +/* LiteralStringEscape */ +.chroma .se { + color: #8caaee; +} + +/* LiteralStringHeredoc */ +.chroma .sh { + color: #a6d189; +} + +/* LiteralStringInterpol */ +.chroma .si { + color: #a6d189; +} + +/* LiteralStringRegex */ +.chroma .sr { + color: #8caaee; +} + +/* LiteralStringSymbol */ +.chroma .ss { + color: #a6d189; +} + +/* LiteralStringOther */ +.chroma .sx { + color: #a6d189; +} + +/* NameVariableClass */ +.chroma .vc { + color: #e5c890; +} + +/* NameVariableGlobal */ +.chroma .vg { + color: #ef9f76; +} + +/* NameVariableInstance */ +.chroma .vi { + color: #e5c890; +} + +/* NameVariableMagic */ +/* TextWhitespace */ +.chroma .w { + color: #414559; +} + +.CodeMirror .cm-property, +.CodeMirror.cm-s-default .cm-property, +.CodeMirror.cm-s-paper .cm-property { + color: #c6d0f5; +} +.CodeMirror .cm-header, +.CodeMirror.cm-s-default .cm-header, +.CodeMirror.cm-s-paper .cm-header { + color: #c6d0f5; +} +.CodeMirror .cm-quote, +.CodeMirror.cm-s-default .cm-quote, +.CodeMirror.cm-s-paper .cm-quote { + color: #a6d189; +} +.CodeMirror .cm-keyword, +.CodeMirror.cm-s-default .cm-keyword, +.CodeMirror.cm-s-paper .cm-keyword { + color: #ca9ee6; +} +.CodeMirror .cm-atom, +.CodeMirror.cm-s-default .cm-atom, +.CodeMirror.cm-s-paper .cm-atom { + color: #e78284; +} +.CodeMirror .cm-number, +.CodeMirror.cm-s-default .cm-number, +.CodeMirror.cm-s-paper .cm-number { + color: #ef9f76; +} +.CodeMirror .cm-def, +.CodeMirror.cm-s-default .cm-def, +.CodeMirror.cm-s-paper .cm-def { + color: #c6d0f5; +} +.CodeMirror .cm-variable-2, +.CodeMirror.cm-s-default .cm-variable-2, +.CodeMirror.cm-s-paper .cm-variable-2 { + color: #99d1db; +} +.CodeMirror .cm-variable-3, +.CodeMirror.cm-s-default .cm-variable-3, +.CodeMirror.cm-s-paper .cm-variable-3 { + color: #81c8be; +} +.CodeMirror .cm-comment, +.CodeMirror.cm-s-default .cm-comment, +.CodeMirror.cm-s-paper .cm-comment { + color: #626880; +} +.CodeMirror .cm-string, +.CodeMirror.cm-s-default .cm-string, +.CodeMirror.cm-s-paper .cm-string { + color: #a6d189; +} +.CodeMirror .cm-string-2, +.CodeMirror.cm-s-default .cm-string-2, +.CodeMirror.cm-s-paper .cm-string-2 { + color: #a6d189; +} +.CodeMirror .cm-meta, +.CodeMirror.cm-s-default .cm-meta, +.CodeMirror.cm-s-paper .cm-meta { + color: #ef9f76; +} +.CodeMirror .cm-qualifier, +.CodeMirror.cm-s-default .cm-qualifier, +.CodeMirror.cm-s-paper .cm-qualifier { + color: #ef9f76; +} +.CodeMirror .cm-builtin, +.CodeMirror.cm-s-default .cm-builtin, +.CodeMirror.cm-s-paper .cm-builtin { + color: #ef9f76; +} +.CodeMirror .cm-bracket, +.CodeMirror.cm-s-default .cm-bracket, +.CodeMirror.cm-s-paper .cm-bracket { + color: #c6d0f5; +} +.CodeMirror .cm-tag, +.CodeMirror.cm-s-default .cm-tag, +.CodeMirror.cm-s-paper .cm-tag { + color: #e5c890; +} +.CodeMirror .cm-attribute, +.CodeMirror.cm-s-default .cm-attribute, +.CodeMirror.cm-s-paper .cm-attribute { + color: #e5c890; +} +.CodeMirror .cm-hr, +.CodeMirror.cm-s-default .cm-hr, +.CodeMirror.cm-s-paper .cm-hr { + color: #949cbb; +} +.CodeMirror .cm-url, +.CodeMirror.cm-s-default .cm-url, +.CodeMirror.cm-s-paper .cm-url { + color: #8caaee; +} +.CodeMirror .cm-link, +.CodeMirror.cm-s-default .cm-link, +.CodeMirror.cm-s-paper .cm-link { + color: #8caaee; +} +.CodeMirror .cm-error, +.CodeMirror.cm-s-default .cm-error, +.CodeMirror.cm-s-paper .cm-error { + color: #e78284; +} + +.monaco-editor .selected-text { + background-color: #414559 !important; +} +.monaco-editor .margin-view-overlays .line-numbers { + color: #a5adce !important; +} +.monaco-editor .line-numbers.active-line-number { + color: #99d1db !important; +} +.monaco-editor .view-overlays .current-line, +.monaco-editor .margin-view-overlays .current-line-margin { + background-color: rgb(58.88, 62.88, 82.16) !important; +} +.monaco-editor .mtk1 { + color: #c6d0f5 !important; +} +.monaco-editor .mtk2 { + color: #ff69b4 !important; +} +.monaco-editor .mtk3 { + color: #ef9f76 !important; +} +.monaco-editor .mtk4 { + color: #81c8be !important; +} +.monaco-editor .mtk5 { + color: #c6d0f5 !important; +} +.monaco-editor .mtk6 { + color: #ca9ee6 !important; +} +.monaco-editor .mtk7 { + color: #ef9f76 !important; +} +.monaco-editor .mtk8 { + color: #949cbb !important; +} +.monaco-editor .mtk9 { + color: #ca9ee6 !important; +} +.monaco-editor .mtk10 { + color: #a5adce !important; +} +.monaco-editor .mtk11 { + color: #81c8be !important; +} +.monaco-editor .mtk12 { + color: #81c8be !important; +} +.monaco-editor .mtk13 { + color: #ff69b4 !important; +} +.monaco-editor .mtk14 { + color: #ff69b4 !important; +} +.monaco-editor .mtk15 { + color: #ca9ee6 !important; +} +.monaco-editor .mtk16 { + color: #949cbb !important; +} +.monaco-editor .mtk17 { + color: #ff69b4 !important; +} +.monaco-editor .mtk18 { + color: #ff69b4 !important; +} +.monaco-editor .mtk19 { + color: #81c8be !important; +} +.monaco-editor .mtk20 { + color: #ff69b4 !important; +} +.monaco-editor .mtk21 { + color: #a6d189 !important; +} +.monaco-editor .mtk22 { + color: #ff69b4 !important; +} +.monaco-editor .mtk23 { + color: #8caaee !important; +} +.monaco-editor .mtk24 { + color: #ef9f76 !important; +} +.monaco-editor .mtk25 { + color: #f4b8e4 !important; +} +.monaco-editor .bracket-highlighting-0 { + color: rgb(217.8, 161.2, 177.2) !important; +} +.monaco-editor .bracket-highlighting-1 { + color: rgb(222.6, 178.6, 168.8) !important; +} +.monaco-editor .bracket-highlighting-2 { + color: rgb(216.6, 203.2, 184.4) !important; +} +.monaco-editor .bracket-highlighting-3 { + color: rgb(178.8, 208.6, 180.2) !important; +} +.monaco-editor .bracket-highlighting-4 { + color: rgb(163.2, 185.2, 240.8) !important; +} +.monaco-editor .bracket-highlighting-5 { + color: rgb(200.4, 178, 236) !important; +} \ No newline at end of file diff --git a/public/assets/css/theme-catppuccin-frappe-teal.css b/public/assets/css/theme-catppuccin-frappe-teal.css new file mode 100644 index 0000000..a624d5d --- /dev/null +++ b/public/assets/css/theme-catppuccin-frappe-teal.css @@ -0,0 +1,873 @@ +:root { + color-scheme: dark; + --is-dark-theme: true; + accent-color: #81c8be; + --color-primary: #81c8be; + --color-primary-contrast: #232634; + --color-primary-hover: rgb(111.2486187845, 192.2513812155, 180.8425414365); + --color-primary-dark-1: rgb(118.3491712707, 195.3508287293, 184.5055248619); + --color-primary-dark-2: rgb(107.6983425414, 190.7016574586, 179.0110497238); + --color-primary-dark-3: rgb(97.0475138122, 186.0524861878, 173.5165745856); + --color-primary-dark-4: rgb(86.3966850829, 181.4033149171, 168.0220994475); + --color-primary-dark-5: rgb(76.726519337, 175.773480663, 161.8232044199); + --color-primary-dark-6: rgb(72.0773480663, 165.1226519337, 152.017679558); + --color-primary-dark-7: rgb(67.4281767956, 154.4718232044, 142.2121546961); + --color-primary-light-1: rgb(139.6508287293, 204.6491712707, 195.4944751381); + --color-primary-light-2: rgb(150.3016574586, 209.2983425414, 200.9889502762); + --color-primary-light-3: rgb(160.9524861878, 213.9475138122, 206.4834254144); + --color-primary-light-4: rgb(171.6033149171, 218.5966850829, 211.9779005525); + --color-primary-light-5: rgb(182.2541436464, 223.2458563536, 217.4723756906); + --color-primary-light-6: rgb(192.9049723757, 227.8950276243, 222.9668508287); + --color-primary-light-7: rgb(203.555801105, 232.544198895, 228.4613259669); + --color-primary-alpha-10: rgba(129, 200, 190, 0.1); + --color-primary-alpha-20: rgba(129, 200, 190, 0.2); + --color-primary-alpha-30: rgba(129, 200, 190, 0.3); + --color-primary-alpha-40: rgba(129, 200, 190, 0.4); + --color-primary-alpha-50: rgba(129, 200, 190, 0.5); + --color-primary-alpha-60: rgba(129, 200, 190, 0.6); + --color-primary-alpha-70: rgba(129, 200, 190, 0.7); + --color-primary-alpha-80: rgba(129, 200, 190, 0.8); + --color-primary-alpha-90: rgba(129, 200, 190, 0.9); + --color-secondary: #51576d; + --color-secondary-dark-1: rgb(71.4577922078, 75.8551948052, 97.8422077922); + --color-secondary-dark-2: rgb(77.9155844156, 82.7103896104, 106.6844155844); + --color-secondary-dark-3: rgb(84.3733766234, 89.5655844156, 115.5266233766); + --color-secondary-dark-4: rgb(90.8311688312, 96.4207792208, 124.3688311688); + --color-secondary-dark-5: rgb(97.288961039, 103.275974026, 133.211038961); + --color-secondary-dark-6: rgb(103.7467532468, 110.1311688312, 142.0532467532); + --color-secondary-dark-7: rgb(111.1551948052, 117.6201298701, 149.9448051948); + --color-secondary-dark-8: rgb(119.9974025974, 126.0649350649, 156.4025974026); + --color-secondary-dark-9: rgb(128.8396103896, 134.5097402597, 162.8603896104); + --color-secondary-dark-10: rgb(137.6818181818, 142.9545454545, 169.3181818182); + --color-secondary-dark-11: rgb(146.524025974, 151.3993506494, 175.775974026); + --color-secondary-dark-12: rgb(155.3662337662, 159.8441558442, 182.2337662338); + --color-secondary-dark-13: rgb(164.2084415584, 168.288961039, 188.6915584416); + --color-secondary-light-1: rgb(58.5422077922, 62.1448051948, 80.1577922078); + --color-secondary-light-2: rgb(52.0844155844, 55.2896103896, 71.3155844156); + --color-secondary-light-3: rgb(45.6266233766, 48.4344155844, 62.4733766234); + --color-secondary-light-4: rgb(39.1688311688, 41.5792207792, 53.6311688312); + --color-secondary-alpha-10: rgba(65, 69, 89, 0.1); + --color-secondary-alpha-20: rgba(65, 69, 89, 0.2); + --color-secondary-alpha-30: rgba(65, 69, 89, 0.3); + --color-secondary-alpha-40: rgba(65, 69, 89, 0.4); + --color-secondary-alpha-50: rgba(65, 69, 89, 0.5); + --color-secondary-alpha-60: rgba(65, 69, 89, 0.6); + --color-secondary-alpha-70: rgba(65, 69, 89, 0.7); + --color-secondary-alpha-80: rgba(65, 69, 89, 0.8); + --color-secondary-alpha-90: rgba(65, 69, 89, 0.9); + /* colors */ + --color-red: #e78284; + --color-orange: #ef9f76; + --color-yellow: #e5c890; + --color-olive: #a6d189; + --color-green: #a6d189; + --color-teal: #81c8be; + --color-blue: #8caaee; + --color-violet: #babbf1; + --color-purple: #ca9ee6; + --color-pink: #f4b8e4; + --color-brown: #eebebe; + --color-grey: #949cbb; + --color-black: #292c3c; + /* light variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-light: rgb(222.7852348993, 87.2147651007, 89.8993288591); + --color-orange-light: rgb(233.6666666667, 127, 72.3333333333); + --color-yellow-light: rgb(219.3211678832, 179.5255474453, 102.6788321168); + --color-olive-light: rgb(138.3231707317, 194.6951219512, 100.3048780488); + --color-green-light: rgb(138.3231707317, 194.6951219512, 100.3048780488); + --color-teal-light: rgb(93.4972375691, 184.5027624309, 171.6850828729); + --color-blue-light: rgb(95.5681818182, 137.1590909091, 231.4318181818); + --color-violet-light: rgb(143.6024096386, 145.2168674699, 232.3975903614); + --color-purple-light: rgb(179.8442622951, 117.4508196721, 219.5491803279); + --color-pink-light: rgb(237.1585365854, 139.8414634146, 211.2073170732); + --color-brown-light: rgb(227.4268292683, 149.5731707317, 149.5731707317); + --color-grey-light: rgb(116.8171428571, 127.1485714286, 167.1828571429); + --color-black-light: rgb(20.297029703, 21.7821782178, 29.702970297); + /* dark 1 variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-dark-1: rgb(222.7852348993, 87.2147651007, 89.8993288591); + --color-orange-dark-1: rgb(233.6666666667, 127, 72.3333333333); + --color-yellow-dark-1: rgb(219.3211678832, 179.5255474453, 102.6788321168); + --color-olive-dark-1: rgb(138.3231707317, 194.6951219512, 100.3048780488); + --color-green-dark-1: rgb(138.3231707317, 194.6951219512, 100.3048780488); + --color-teal-dark-1: rgb(93.4972375691, 184.5027624309, 171.6850828729); + --color-blue-dark-1: rgb(95.5681818182, 137.1590909091, 231.4318181818); + --color-violet-dark-1: rgb(143.6024096386, 145.2168674699, 232.3975903614); + --color-purple-dark-1: rgb(179.8442622951, 117.4508196721, 219.5491803279); + --color-pink-dark-1: rgb(237.1585365854, 139.8414634146, 211.2073170732); + --color-brown-dark-1: rgb(227.4268292683, 149.5731707317, 149.5731707317); + --color-black-dark-1: rgb(20.297029703, 21.7821782178, 29.702970297); + /* dark 2 variants - produced via Sass scale-color(color, $lightness: -20%) */ + --color-red-dark-2: rgb(214.5704697987, 44.4295302013, 47.7986577181); + --color-orange-dark-2: rgb(228.3333333333, 95, 26.6666666667); + --color-yellow-dark-2: rgb(209.6423357664, 159.0510948905, 61.3576642336); + --color-olive-dark-2: rgb(111.5853658537, 175.5609756098, 68.4390243902); + --color-green-dark-2: rgb(111.5853658537, 175.5609756098, 68.4390243902); + --color-teal-dark-2: rgb(68.9779005525, 158.0220994475, 145.4806629834); + --color-blue-dark-2: rgb(51.1363636364, 104.3181818182, 224.8636363636); + --color-violet-dark-2: rgb(101.2048192771, 103.4337349398, 223.7951807229); + --color-purple-dark-2: rgb(157.6885245902, 76.9016393443, 209.0983606557); + --color-pink-dark-2: rgb(230.3170731707, 95.6829268293, 194.4146341463); + --color-brown-dark-2: rgb(216.8536585366, 109.1463414634, 109.1463414634); + --color-black-dark-2: hsl(230.5263157895, 18.8118811881%, -0.1960784314%); + /* other colors */ + --color-gold: #f2d5cf; + --color-white: #c6d0f5; + --color-diff-removed-word-bg: rgba(231, 130, 132, 0.15); + --color-diff-added-word-bg: rgba(166, 209, 137, 0.15); + --color-diff-removed-row-bg: rgba(231, 130, 132, 0.07); + --color-diff-moved-row-bg: rgba(229, 200, 144, 0.07); + --color-diff-added-row-bg: rgba(166, 209, 137, 0.07); + --color-diff-removed-row-border: rgba(231, 130, 132, 0.07); + --color-diff-moved-row-border: rgba(229, 200, 144, 0.07); + --color-diff-added-row-border: rgba(166, 209, 137, 0.07); + --color-diff-inactive: #949cbb; + --color-error-border: #e78284; + --color-error-bg: #e78284; + --color-error-bg-active: rgb(226.8926174497, 108.6073825503, 110.9496644295); + --color-error-bg-hover: rgb(222.7852348993, 87.2147651007, 89.8993288591); + --color-error-text: #232634; + --color-success-border: rgb(138.3231707317, 194.6951219512, 100.3048780488); + --color-success-bg: #a6d189; + --color-success-text: #232634; + --color-warning-border: rgb(219.3211678832, 179.5255474453, 102.6788321168); + --color-warning-bg: #e5c890; + --color-warning-text: #232634; + --color-info-border: rgb(95.5681818182, 137.1590909091, 231.4318181818); + --color-info-bg: #232634; + --color-info-text: #c6d0f5; + --color-red-badge: rgb(222.7852348993, 87.2147651007, 89.8993288591); + --color-red-badge-bg: #232634; + --color-red-badge-hover-bg: rgb(226.8926174497, 108.6073825503, 110.9496644295); + --color-green-badge: #a6d189; + --color-green-badge-bg: #a6d189; + --color-green-badge-hover-bg: rgb(152.1615853659, 201.8475609756, 118.6524390244); + --color-yellow-badge: #e5c890; + --color-yellow-badge-bg: #232634; + --color-yellow-badge-hover-bg: rgb(224.1605839416, 189.7627737226, 123.3394160584); + --color-orange-badge: #ef9f76; + --color-orange-badge-bg: #232634; + --color-orange-badge-hover-bg: rgb(236.3333333333, 143, 95.1666666667); + --color-git: #ef9f76; + --color-highlight-bg: rgba(229, 200, 144, 0.15); + /* target-based colors */ + --color-body: #232634; + --color-box-header: #292c3c; + --color-box-body: #292c3c; + --color-box-body-highlight: #414559; + --color-text-dark: #a5adce; + --color-text: #c6d0f5; + --color-text-light: #b5bfe2; + --color-text-light-1: #b5bfe2; + --color-text-light-2: #b5bfe2; + --color-text-light-3: #b5bfe2; + --color-footer: #292c3c; + --color-timeline: #414559; + --color-input-text: #c6d0f5; + --color-input-background: #414559; + --color-input-toggle-background: #414559; + --color-input-border: #51576d; + --color-input-border-hover: #626880; + --color-nav-bg: #292c3c; + --color-nav-hover-bg: var(--color-hover); + --color-navbar: #292c3c; + --color-navbar-transparent: rgba(35, 38, 52, 0); + --color-light: rgba(98, 104, 128, 0.3); + --color-light-mimic-enabled: rgba( + 0, + 0, + 0, + calc(40 / 255 * 222 / 255 / var(--opacity-disabled)) + ); + --color-light-border: #626880; + --color-hover: rgba(115, 121, 148, 0.2); + --color-active: rgba(198, 208, 245, 0.1); + --color-menu: #414559; + --color-card: #414559; + --color-markup-table-row: rgba(198, 208, 245, 0.02); + --color-markup-code-block: rgba(198, 208, 245, 0.05); + --color-markup-code-inline: #414559; + --color-button: #414559; + --color-code-bg: #303446; + --color-code-sidebar-bg: #414559; + --color-shadow: rgba(35, 38, 52, 0.1); + --color-tooltip-bg: #414559; + --color-tooltip-text: var(--color-text); + --color-secondary-bg: #414559; + --color-text-focus: #c6d0f5; + --color-expand-button: #626880; + --color-placeholder-text: #a5adce; + --color-editor-line-highlight: var(--color-primary-light-5); + --color-project-board-bg: var(--color-secondary-light-2); + /* gitea source code: */ + /* should ideally be --color-text-dark, see go-gitea/gitea#15651 */ + --color-caret: var(--color-text); + --color-reaction-bg: rgba(198, 208, 245, 0.07); + --color-reaction-active-bg: var(--color-primary-alpha-40); + --color-header-wrapper: #292c3c; + --color-header-wrapper-transparent: rgba(41, 44, 60, 0); + --color-label-text: #232634; + --color-label-bg: #81c8be; + --color-label-hover-bg: rgb(107.6983425414, 190.7016574586, 179.0110497238); + --color-label-active-bg: rgb(118.3491712707, 195.3508287293, 184.5055248619); + --color-accent: var(--color-primary-light-1); + --color-small-accent: var(--color-primary-light-5); + --color-active-line: #51576d; +} + +/* invert emojis that are hard to read otherwise */ +.emoji[aria-label="check mark"], +.emoji[aria-label="currency exchange"], +.emoji[aria-label="TOP arrow"], +.emoji[aria-label="END arrow"], +.emoji[aria-label="ON! arrow"], +.emoji[aria-label="SOON arrow"], +.emoji[aria-label="heavy dollar sign"], +.emoji[aria-label=copyright], +.emoji[aria-label=registered], +.emoji[aria-label="trade mark"], +.emoji[aria-label=multiply], +.emoji[aria-label=plus], +.emoji[aria-label=minus], +.emoji[aria-label=divide], +.emoji[aria-label="curly loop"], +.emoji[aria-label="double curly loop"], +.emoji[aria-label="wavy dash"], +.emoji[aria-label="paw prints"], +.emoji[aria-label="musical note"], +.emoji[aria-label="musical notes"] { + filter: invert(100%) hue-rotate(180deg); +} + +.ui.ui.ui.button:not(.inverted, .basic).primary, .ui.ui.ui.button:not(.inverted, .basic).green, .ui.ui.ui.button:not(.inverted, .basic).red, .ui.ui.ui.button:not(.inverted, .basic).teal, +.ui.ui.ui.label:not(.inverted, .basic).primary, +.ui.ui.ui.label:not(.inverted, .basic).green, +.ui.ui.ui.label:not(.inverted, .basic).red, +.ui.ui.ui.label:not(.inverted, .basic).teal { + color: #232634; +} +.ui.ui.ui.button:not(.inverted, .basic).primary:hover, .ui.ui.ui.button:not(.inverted, .basic).green:hover, .ui.ui.ui.button:not(.inverted, .basic).red:hover, .ui.ui.ui.button:not(.inverted, .basic).teal:hover, +.ui.ui.ui.label:not(.inverted, .basic).primary:hover, +.ui.ui.ui.label:not(.inverted, .basic).green:hover, +.ui.ui.ui.label:not(.inverted, .basic).red:hover, +.ui.ui.ui.label:not(.inverted, .basic).teal:hover { + color: #303446; +} + +.ui.basic.modal { + background-color: #303446; +} + +.ui.commit-header-row .svg.gitea-lock ~ a { + color: #232634; +} + +.ui.negative.message .header { + color: var(--color-error-text); +} + +.ui.sha.isSigned.isVerified .shortsha { + color: #232634; +} +.ui.sha.isSigned.isVerified svg.gitea-lock { + fill: #232634; +} + +.ui.basic.modal, +.ui.basic.modal > .header, +.ui.inverted.button { + color: #c6d0f5 !important; +} + +#repo-topics, +#topic_edit > .ui.selection.dropdown { + color: var(--color-label-text) !important; +} + +blockquote.attention-tip { + border-left-color: var(--color-success-bg); +} +blockquote.attention-warning { + border-left-color: var(--color-warning-bg); +} + +svg.attention-tip, +strong.attention-tip { + color: var(--color-success-bg); +} +svg.attention-warning, +strong.attention-warning { + color: var(--color-warning-bg); +} + +.inline-code-block { + color: #232634; +} + +::selection { + background: rgba(129, 200, 190, 0.3) !important; +} + +/* NameBuiltinPseudo */ +.chroma .bp { + color: #ef9f76; +} + +/* Comment */ +.chroma .c { + color: #737994; +} + +/* CommentSingle */ +.chroma .c1 { + color: #737994; +} + +/* CommentHashbang */ +.chroma .ch { + color: #737994; +} + +/* CommentMultiline */ +.chroma .cm { + color: #737994; +} + +/* CommentPreproc */ +.chroma .cp { + color: #8caaee; +} + +/* CommentPreprocFile */ +.chroma .cpf { + color: #8caaee; +} + +/* CommentSpecial */ +.chroma .cs { + color: #737994; +} + +/* LiteralStringDelimiter */ +.chroma .dl { + color: #8caaee; +} + +/* NameFunctionMagic */ +/* Generic */ +/* GenericDeleted */ +.chroma .gd { + color: #c6d0f5; + background-color: rgba(231, 130, 132, 0.15); +} + +/* GenericEmph */ +.chroma .ge { + font-style: italic; +} + +/* GenericHeading */ +.chroma .gh { + color: #99d1db; +} + +/* GenericInserted */ +.chroma .gi { + color: #c6d0f5; + background-color: rgba(166, 209, 137, 0.15); +} + +/* GenericUnderline */ +/* GenericOutput */ +.chroma .go { + color: #ef9f76; +} + +/* GenericPrompt */ +.chroma .gp { + color: #737994; + font-weight: bold; +} + +/* GenericError */ +.chroma .gr { + color: #ea999c; +} + +/* GenericStrong */ +.chroma .gs { + font-weight: bold; +} + +/* GenericTraceback */ +.chroma .gt { + color: #ea999c; +} + +/* GenericSubheading */ +.chroma .gu { + color: #99d1db; +} + +/* LiteralNumberIntegerLong */ +.chroma .il { + color: #ef9f76; +} + +/* Keyword */ +.chroma .k { + color: #ca9ee6; +} + +/* KeywordConstant */ +.chroma .kc { + color: #e5c890; +} + +/* KeywordDeclaration */ +.chroma .kd { + color: #ca9ee6; +} + +/* KeywordNamespace */ +.chroma .kn { + color: #e5c890; +} + +/* KeywordPseudo */ +.chroma .kp { + color: #ca9ee6; + font-weight: bold; +} + +/* KeywordReserved */ +.chroma .kr { + color: #ca9ee6; +} + +/* KeywordType */ +.chroma .kt { + color: #e5c890; +} + +/* Literal */ +/* LiteralDate */ +/* LiteralNumber */ +.chroma .m { + color: #ef9f76; +} + +/* LiteralNumberBin */ +.chroma .mb { + color: #ef9f76; +} + +/* LiteralNumberFloat */ +.chroma .mf { + color: #ef9f76; +} + +/* LiteralNumberHex */ +.chroma .mh { + color: #ef9f76; +} + +/* LiteralNumberInteger */ +.chroma .mi { + color: #ef9f76; +} + +/* LiteralNumberOct */ +.chroma .mo { + color: #ef9f76; +} + +/* Name */ +.chroma .n { + color: #babbf1; +} + +/* NameAttribute */ +.chroma .na { + color: #e5c890; +} + +/* NameBuiltin */ +.chroma .nb { + color: #ef9f76; +} + +/* NameClass */ +.chroma .nc { + color: #e5c890; +} + +/* NameDecorator */ +.chroma .nd { + color: #f4b8e4; +} + +/* NameException */ +.chroma .ne { + color: #ea999c; +} + +/* NameFunction */ +.chroma .nf { + color: #8caaee; +} + +/* NameEntity */ +.chroma .ni { + color: #f4b8e4; +} + +/* NameLabel */ +.chroma .nl { + color: #e5c890; +} + +/* NameNamespace */ +.chroma .nn { + color: #e5c890; +} + +/* NameConstant */ +.chroma .no { + color: #e5c890; +} + +/* NameTag */ +.chroma .nt { + color: #ca9ee6; +} + +/* NameVariable */ +.chroma .nv { + color: #ef9f76; +} + +/* NameOther */ +.chroma .nx { + color: #ef9f76; +} + +/* Operator */ +.chroma .o { + color: #99d1db; +} + +/* OperatorWord */ +.chroma .ow { + color: #99d1db; + font-weight: bold; +} + +/* Punctuation */ +.chroma .p { + color: #949cbb; +} + +/* NameProperty */ +/* LiteralString */ +.chroma .s { + color: #a6d189; +} + +/* LiteralStringSingle */ +.chroma .s1 { + color: #a6d189; +} + +/* LiteralStringDouble */ +.chroma .s2 { + color: #a6d189; +} + +/* LiteralStringAffix */ +.chroma .sa { + color: #a6d189; +} + +/* LiteralStringBacktick */ +.chroma .sb { + color: #a6d189; +} + +/* LiteralStringChar */ +.chroma .sc { + color: #a6d189; +} + +/* LiteralStringDoc */ +.chroma .sd { + color: #a6d189; +} + +/* LiteralStringEscape */ +.chroma .se { + color: #8caaee; +} + +/* LiteralStringHeredoc */ +.chroma .sh { + color: #a6d189; +} + +/* LiteralStringInterpol */ +.chroma .si { + color: #a6d189; +} + +/* LiteralStringRegex */ +.chroma .sr { + color: #8caaee; +} + +/* LiteralStringSymbol */ +.chroma .ss { + color: #a6d189; +} + +/* LiteralStringOther */ +.chroma .sx { + color: #a6d189; +} + +/* NameVariableClass */ +.chroma .vc { + color: #e5c890; +} + +/* NameVariableGlobal */ +.chroma .vg { + color: #ef9f76; +} + +/* NameVariableInstance */ +.chroma .vi { + color: #e5c890; +} + +/* NameVariableMagic */ +/* TextWhitespace */ +.chroma .w { + color: #414559; +} + +.CodeMirror .cm-property, +.CodeMirror.cm-s-default .cm-property, +.CodeMirror.cm-s-paper .cm-property { + color: #c6d0f5; +} +.CodeMirror .cm-header, +.CodeMirror.cm-s-default .cm-header, +.CodeMirror.cm-s-paper .cm-header { + color: #c6d0f5; +} +.CodeMirror .cm-quote, +.CodeMirror.cm-s-default .cm-quote, +.CodeMirror.cm-s-paper .cm-quote { + color: #a6d189; +} +.CodeMirror .cm-keyword, +.CodeMirror.cm-s-default .cm-keyword, +.CodeMirror.cm-s-paper .cm-keyword { + color: #ca9ee6; +} +.CodeMirror .cm-atom, +.CodeMirror.cm-s-default .cm-atom, +.CodeMirror.cm-s-paper .cm-atom { + color: #e78284; +} +.CodeMirror .cm-number, +.CodeMirror.cm-s-default .cm-number, +.CodeMirror.cm-s-paper .cm-number { + color: #ef9f76; +} +.CodeMirror .cm-def, +.CodeMirror.cm-s-default .cm-def, +.CodeMirror.cm-s-paper .cm-def { + color: #c6d0f5; +} +.CodeMirror .cm-variable-2, +.CodeMirror.cm-s-default .cm-variable-2, +.CodeMirror.cm-s-paper .cm-variable-2 { + color: #99d1db; +} +.CodeMirror .cm-variable-3, +.CodeMirror.cm-s-default .cm-variable-3, +.CodeMirror.cm-s-paper .cm-variable-3 { + color: #81c8be; +} +.CodeMirror .cm-comment, +.CodeMirror.cm-s-default .cm-comment, +.CodeMirror.cm-s-paper .cm-comment { + color: #626880; +} +.CodeMirror .cm-string, +.CodeMirror.cm-s-default .cm-string, +.CodeMirror.cm-s-paper .cm-string { + color: #a6d189; +} +.CodeMirror .cm-string-2, +.CodeMirror.cm-s-default .cm-string-2, +.CodeMirror.cm-s-paper .cm-string-2 { + color: #a6d189; +} +.CodeMirror .cm-meta, +.CodeMirror.cm-s-default .cm-meta, +.CodeMirror.cm-s-paper .cm-meta { + color: #ef9f76; +} +.CodeMirror .cm-qualifier, +.CodeMirror.cm-s-default .cm-qualifier, +.CodeMirror.cm-s-paper .cm-qualifier { + color: #ef9f76; +} +.CodeMirror .cm-builtin, +.CodeMirror.cm-s-default .cm-builtin, +.CodeMirror.cm-s-paper .cm-builtin { + color: #ef9f76; +} +.CodeMirror .cm-bracket, +.CodeMirror.cm-s-default .cm-bracket, +.CodeMirror.cm-s-paper .cm-bracket { + color: #c6d0f5; +} +.CodeMirror .cm-tag, +.CodeMirror.cm-s-default .cm-tag, +.CodeMirror.cm-s-paper .cm-tag { + color: #e5c890; +} +.CodeMirror .cm-attribute, +.CodeMirror.cm-s-default .cm-attribute, +.CodeMirror.cm-s-paper .cm-attribute { + color: #e5c890; +} +.CodeMirror .cm-hr, +.CodeMirror.cm-s-default .cm-hr, +.CodeMirror.cm-s-paper .cm-hr { + color: #949cbb; +} +.CodeMirror .cm-url, +.CodeMirror.cm-s-default .cm-url, +.CodeMirror.cm-s-paper .cm-url { + color: #8caaee; +} +.CodeMirror .cm-link, +.CodeMirror.cm-s-default .cm-link, +.CodeMirror.cm-s-paper .cm-link { + color: #8caaee; +} +.CodeMirror .cm-error, +.CodeMirror.cm-s-default .cm-error, +.CodeMirror.cm-s-paper .cm-error { + color: #e78284; +} + +.monaco-editor .selected-text { + background-color: #414559 !important; +} +.monaco-editor .margin-view-overlays .line-numbers { + color: #a5adce !important; +} +.monaco-editor .line-numbers.active-line-number { + color: #81c8be !important; +} +.monaco-editor .view-overlays .current-line, +.monaco-editor .margin-view-overlays .current-line-margin { + background-color: rgb(58.88, 62.88, 82.16) !important; +} +.monaco-editor .mtk1 { + color: #c6d0f5 !important; +} +.monaco-editor .mtk2 { + color: #ff69b4 !important; +} +.monaco-editor .mtk3 { + color: #ef9f76 !important; +} +.monaco-editor .mtk4 { + color: #81c8be !important; +} +.monaco-editor .mtk5 { + color: #c6d0f5 !important; +} +.monaco-editor .mtk6 { + color: #ca9ee6 !important; +} +.monaco-editor .mtk7 { + color: #ef9f76 !important; +} +.monaco-editor .mtk8 { + color: #949cbb !important; +} +.monaco-editor .mtk9 { + color: #ca9ee6 !important; +} +.monaco-editor .mtk10 { + color: #a5adce !important; +} +.monaco-editor .mtk11 { + color: #81c8be !important; +} +.monaco-editor .mtk12 { + color: #81c8be !important; +} +.monaco-editor .mtk13 { + color: #ff69b4 !important; +} +.monaco-editor .mtk14 { + color: #ff69b4 !important; +} +.monaco-editor .mtk15 { + color: #ca9ee6 !important; +} +.monaco-editor .mtk16 { + color: #949cbb !important; +} +.monaco-editor .mtk17 { + color: #ff69b4 !important; +} +.monaco-editor .mtk18 { + color: #ff69b4 !important; +} +.monaco-editor .mtk19 { + color: #81c8be !important; +} +.monaco-editor .mtk20 { + color: #ff69b4 !important; +} +.monaco-editor .mtk21 { + color: #a6d189 !important; +} +.monaco-editor .mtk22 { + color: #ff69b4 !important; +} +.monaco-editor .mtk23 { + color: #8caaee !important; +} +.monaco-editor .mtk24 { + color: #ef9f76 !important; +} +.monaco-editor .mtk25 { + color: #f4b8e4 !important; +} +.monaco-editor .bracket-highlighting-0 { + color: rgb(217.8, 161.2, 177.2) !important; +} +.monaco-editor .bracket-highlighting-1 { + color: rgb(222.6, 178.6, 168.8) !important; +} +.monaco-editor .bracket-highlighting-2 { + color: rgb(216.6, 203.2, 184.4) !important; +} +.monaco-editor .bracket-highlighting-3 { + color: rgb(178.8, 208.6, 180.2) !important; +} +.monaco-editor .bracket-highlighting-4 { + color: rgb(163.2, 185.2, 240.8) !important; +} +.monaco-editor .bracket-highlighting-5 { + color: rgb(200.4, 178, 236) !important; +} \ No newline at end of file diff --git a/public/assets/css/theme-catppuccin-frappe-yellow.css b/public/assets/css/theme-catppuccin-frappe-yellow.css new file mode 100644 index 0000000..2bed1bd --- /dev/null +++ b/public/assets/css/theme-catppuccin-frappe-yellow.css @@ -0,0 +1,873 @@ +:root { + color-scheme: dark; + --is-dark-theme: true; + accent-color: #e5c890; + --color-primary: #e5c890; + --color-primary-contrast: #232634; + --color-primary-hover: rgb(224.1605839416, 189.7627737226, 123.3394160584); + --color-primary-dark-1: rgb(226.096350365, 193.8576642336, 131.603649635); + --color-primary-dark-2: rgb(223.1927007299, 187.7153284672, 119.2072992701); + --color-primary-dark-3: rgb(220.2890510949, 181.5729927007, 106.8109489051); + --color-primary-dark-4: rgb(217.3854014599, 175.4306569343, 94.4145985401); + --color-primary-dark-5: rgb(214.4817518248, 169.2883211679, 82.0182481752); + --color-primary-dark-6: rgb(211.5781021898, 163.1459854015, 69.6218978102); + --color-primary-dark-7: rgb(208.6744525547, 157.003649635, 57.2255474453); + --color-primary-light-1: rgb(231.903649635, 206.1423357664, 156.396350365); + --color-primary-light-2: rgb(234.8072992701, 212.2846715328, 168.7927007299); + --color-primary-light-3: rgb(237.7109489051, 218.4270072993, 181.1890510949); + --color-primary-light-4: rgb(240.6145985401, 224.5693430657, 193.5854014599); + --color-primary-light-5: rgb(243.5182481752, 230.7116788321, 205.9817518248); + --color-primary-light-6: rgb(246.4218978102, 236.8540145985, 218.3781021898); + --color-primary-light-7: rgb(249.3255474453, 242.996350365, 230.7744525547); + --color-primary-alpha-10: rgba(229, 200, 144, 0.1); + --color-primary-alpha-20: rgba(229, 200, 144, 0.2); + --color-primary-alpha-30: rgba(229, 200, 144, 0.3); + --color-primary-alpha-40: rgba(229, 200, 144, 0.4); + --color-primary-alpha-50: rgba(229, 200, 144, 0.5); + --color-primary-alpha-60: rgba(229, 200, 144, 0.6); + --color-primary-alpha-70: rgba(229, 200, 144, 0.7); + --color-primary-alpha-80: rgba(229, 200, 144, 0.8); + --color-primary-alpha-90: rgba(229, 200, 144, 0.9); + --color-secondary: #51576d; + --color-secondary-dark-1: rgb(71.4577922078, 75.8551948052, 97.8422077922); + --color-secondary-dark-2: rgb(77.9155844156, 82.7103896104, 106.6844155844); + --color-secondary-dark-3: rgb(84.3733766234, 89.5655844156, 115.5266233766); + --color-secondary-dark-4: rgb(90.8311688312, 96.4207792208, 124.3688311688); + --color-secondary-dark-5: rgb(97.288961039, 103.275974026, 133.211038961); + --color-secondary-dark-6: rgb(103.7467532468, 110.1311688312, 142.0532467532); + --color-secondary-dark-7: rgb(111.1551948052, 117.6201298701, 149.9448051948); + --color-secondary-dark-8: rgb(119.9974025974, 126.0649350649, 156.4025974026); + --color-secondary-dark-9: rgb(128.8396103896, 134.5097402597, 162.8603896104); + --color-secondary-dark-10: rgb(137.6818181818, 142.9545454545, 169.3181818182); + --color-secondary-dark-11: rgb(146.524025974, 151.3993506494, 175.775974026); + --color-secondary-dark-12: rgb(155.3662337662, 159.8441558442, 182.2337662338); + --color-secondary-dark-13: rgb(164.2084415584, 168.288961039, 188.6915584416); + --color-secondary-light-1: rgb(58.5422077922, 62.1448051948, 80.1577922078); + --color-secondary-light-2: rgb(52.0844155844, 55.2896103896, 71.3155844156); + --color-secondary-light-3: rgb(45.6266233766, 48.4344155844, 62.4733766234); + --color-secondary-light-4: rgb(39.1688311688, 41.5792207792, 53.6311688312); + --color-secondary-alpha-10: rgba(65, 69, 89, 0.1); + --color-secondary-alpha-20: rgba(65, 69, 89, 0.2); + --color-secondary-alpha-30: rgba(65, 69, 89, 0.3); + --color-secondary-alpha-40: rgba(65, 69, 89, 0.4); + --color-secondary-alpha-50: rgba(65, 69, 89, 0.5); + --color-secondary-alpha-60: rgba(65, 69, 89, 0.6); + --color-secondary-alpha-70: rgba(65, 69, 89, 0.7); + --color-secondary-alpha-80: rgba(65, 69, 89, 0.8); + --color-secondary-alpha-90: rgba(65, 69, 89, 0.9); + /* colors */ + --color-red: #e78284; + --color-orange: #ef9f76; + --color-yellow: #e5c890; + --color-olive: #a6d189; + --color-green: #a6d189; + --color-teal: #81c8be; + --color-blue: #8caaee; + --color-violet: #babbf1; + --color-purple: #ca9ee6; + --color-pink: #f4b8e4; + --color-brown: #eebebe; + --color-grey: #949cbb; + --color-black: #292c3c; + /* light variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-light: rgb(222.7852348993, 87.2147651007, 89.8993288591); + --color-orange-light: rgb(233.6666666667, 127, 72.3333333333); + --color-yellow-light: rgb(219.3211678832, 179.5255474453, 102.6788321168); + --color-olive-light: rgb(138.3231707317, 194.6951219512, 100.3048780488); + --color-green-light: rgb(138.3231707317, 194.6951219512, 100.3048780488); + --color-teal-light: rgb(93.4972375691, 184.5027624309, 171.6850828729); + --color-blue-light: rgb(95.5681818182, 137.1590909091, 231.4318181818); + --color-violet-light: rgb(143.6024096386, 145.2168674699, 232.3975903614); + --color-purple-light: rgb(179.8442622951, 117.4508196721, 219.5491803279); + --color-pink-light: rgb(237.1585365854, 139.8414634146, 211.2073170732); + --color-brown-light: rgb(227.4268292683, 149.5731707317, 149.5731707317); + --color-grey-light: rgb(116.8171428571, 127.1485714286, 167.1828571429); + --color-black-light: rgb(20.297029703, 21.7821782178, 29.702970297); + /* dark 1 variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-dark-1: rgb(222.7852348993, 87.2147651007, 89.8993288591); + --color-orange-dark-1: rgb(233.6666666667, 127, 72.3333333333); + --color-yellow-dark-1: rgb(219.3211678832, 179.5255474453, 102.6788321168); + --color-olive-dark-1: rgb(138.3231707317, 194.6951219512, 100.3048780488); + --color-green-dark-1: rgb(138.3231707317, 194.6951219512, 100.3048780488); + --color-teal-dark-1: rgb(93.4972375691, 184.5027624309, 171.6850828729); + --color-blue-dark-1: rgb(95.5681818182, 137.1590909091, 231.4318181818); + --color-violet-dark-1: rgb(143.6024096386, 145.2168674699, 232.3975903614); + --color-purple-dark-1: rgb(179.8442622951, 117.4508196721, 219.5491803279); + --color-pink-dark-1: rgb(237.1585365854, 139.8414634146, 211.2073170732); + --color-brown-dark-1: rgb(227.4268292683, 149.5731707317, 149.5731707317); + --color-black-dark-1: rgb(20.297029703, 21.7821782178, 29.702970297); + /* dark 2 variants - produced via Sass scale-color(color, $lightness: -20%) */ + --color-red-dark-2: rgb(214.5704697987, 44.4295302013, 47.7986577181); + --color-orange-dark-2: rgb(228.3333333333, 95, 26.6666666667); + --color-yellow-dark-2: rgb(209.6423357664, 159.0510948905, 61.3576642336); + --color-olive-dark-2: rgb(111.5853658537, 175.5609756098, 68.4390243902); + --color-green-dark-2: rgb(111.5853658537, 175.5609756098, 68.4390243902); + --color-teal-dark-2: rgb(68.9779005525, 158.0220994475, 145.4806629834); + --color-blue-dark-2: rgb(51.1363636364, 104.3181818182, 224.8636363636); + --color-violet-dark-2: rgb(101.2048192771, 103.4337349398, 223.7951807229); + --color-purple-dark-2: rgb(157.6885245902, 76.9016393443, 209.0983606557); + --color-pink-dark-2: rgb(230.3170731707, 95.6829268293, 194.4146341463); + --color-brown-dark-2: rgb(216.8536585366, 109.1463414634, 109.1463414634); + --color-black-dark-2: hsl(230.5263157895, 18.8118811881%, -0.1960784314%); + /* other colors */ + --color-gold: #f2d5cf; + --color-white: #c6d0f5; + --color-diff-removed-word-bg: rgba(231, 130, 132, 0.15); + --color-diff-added-word-bg: rgba(166, 209, 137, 0.15); + --color-diff-removed-row-bg: rgba(231, 130, 132, 0.07); + --color-diff-moved-row-bg: rgba(229, 200, 144, 0.07); + --color-diff-added-row-bg: rgba(166, 209, 137, 0.07); + --color-diff-removed-row-border: rgba(231, 130, 132, 0.07); + --color-diff-moved-row-border: rgba(229, 200, 144, 0.07); + --color-diff-added-row-border: rgba(166, 209, 137, 0.07); + --color-diff-inactive: #949cbb; + --color-error-border: #e78284; + --color-error-bg: #e78284; + --color-error-bg-active: rgb(226.8926174497, 108.6073825503, 110.9496644295); + --color-error-bg-hover: rgb(222.7852348993, 87.2147651007, 89.8993288591); + --color-error-text: #232634; + --color-success-border: rgb(138.3231707317, 194.6951219512, 100.3048780488); + --color-success-bg: #a6d189; + --color-success-text: #232634; + --color-warning-border: rgb(219.3211678832, 179.5255474453, 102.6788321168); + --color-warning-bg: #e5c890; + --color-warning-text: #232634; + --color-info-border: rgb(95.5681818182, 137.1590909091, 231.4318181818); + --color-info-bg: #232634; + --color-info-text: #c6d0f5; + --color-red-badge: rgb(222.7852348993, 87.2147651007, 89.8993288591); + --color-red-badge-bg: #232634; + --color-red-badge-hover-bg: rgb(226.8926174497, 108.6073825503, 110.9496644295); + --color-green-badge: #a6d189; + --color-green-badge-bg: #a6d189; + --color-green-badge-hover-bg: rgb(152.1615853659, 201.8475609756, 118.6524390244); + --color-yellow-badge: #e5c890; + --color-yellow-badge-bg: #232634; + --color-yellow-badge-hover-bg: rgb(224.1605839416, 189.7627737226, 123.3394160584); + --color-orange-badge: #ef9f76; + --color-orange-badge-bg: #232634; + --color-orange-badge-hover-bg: rgb(236.3333333333, 143, 95.1666666667); + --color-git: #ef9f76; + --color-highlight-bg: rgba(229, 200, 144, 0.15); + /* target-based colors */ + --color-body: #232634; + --color-box-header: #292c3c; + --color-box-body: #292c3c; + --color-box-body-highlight: #414559; + --color-text-dark: #a5adce; + --color-text: #c6d0f5; + --color-text-light: #b5bfe2; + --color-text-light-1: #b5bfe2; + --color-text-light-2: #b5bfe2; + --color-text-light-3: #b5bfe2; + --color-footer: #292c3c; + --color-timeline: #414559; + --color-input-text: #c6d0f5; + --color-input-background: #414559; + --color-input-toggle-background: #414559; + --color-input-border: #51576d; + --color-input-border-hover: #626880; + --color-nav-bg: #292c3c; + --color-nav-hover-bg: var(--color-hover); + --color-navbar: #292c3c; + --color-navbar-transparent: rgba(35, 38, 52, 0); + --color-light: rgba(98, 104, 128, 0.3); + --color-light-mimic-enabled: rgba( + 0, + 0, + 0, + calc(40 / 255 * 222 / 255 / var(--opacity-disabled)) + ); + --color-light-border: #626880; + --color-hover: rgba(115, 121, 148, 0.2); + --color-active: rgba(198, 208, 245, 0.1); + --color-menu: #414559; + --color-card: #414559; + --color-markup-table-row: rgba(198, 208, 245, 0.02); + --color-markup-code-block: rgba(198, 208, 245, 0.05); + --color-markup-code-inline: #414559; + --color-button: #414559; + --color-code-bg: #303446; + --color-code-sidebar-bg: #414559; + --color-shadow: rgba(35, 38, 52, 0.1); + --color-tooltip-bg: #414559; + --color-tooltip-text: var(--color-text); + --color-secondary-bg: #414559; + --color-text-focus: #c6d0f5; + --color-expand-button: #626880; + --color-placeholder-text: #a5adce; + --color-editor-line-highlight: var(--color-primary-light-5); + --color-project-board-bg: var(--color-secondary-light-2); + /* gitea source code: */ + /* should ideally be --color-text-dark, see go-gitea/gitea#15651 */ + --color-caret: var(--color-text); + --color-reaction-bg: rgba(198, 208, 245, 0.07); + --color-reaction-active-bg: var(--color-primary-alpha-40); + --color-header-wrapper: #292c3c; + --color-header-wrapper-transparent: rgba(41, 44, 60, 0); + --color-label-text: #232634; + --color-label-bg: #e5c890; + --color-label-hover-bg: rgb(223.1927007299, 187.7153284672, 119.2072992701); + --color-label-active-bg: rgb(226.096350365, 193.8576642336, 131.603649635); + --color-accent: var(--color-primary-light-1); + --color-small-accent: var(--color-primary-light-5); + --color-active-line: #51576d; +} + +/* invert emojis that are hard to read otherwise */ +.emoji[aria-label="check mark"], +.emoji[aria-label="currency exchange"], +.emoji[aria-label="TOP arrow"], +.emoji[aria-label="END arrow"], +.emoji[aria-label="ON! arrow"], +.emoji[aria-label="SOON arrow"], +.emoji[aria-label="heavy dollar sign"], +.emoji[aria-label=copyright], +.emoji[aria-label=registered], +.emoji[aria-label="trade mark"], +.emoji[aria-label=multiply], +.emoji[aria-label=plus], +.emoji[aria-label=minus], +.emoji[aria-label=divide], +.emoji[aria-label="curly loop"], +.emoji[aria-label="double curly loop"], +.emoji[aria-label="wavy dash"], +.emoji[aria-label="paw prints"], +.emoji[aria-label="musical note"], +.emoji[aria-label="musical notes"] { + filter: invert(100%) hue-rotate(180deg); +} + +.ui.ui.ui.button:not(.inverted, .basic).primary, .ui.ui.ui.button:not(.inverted, .basic).green, .ui.ui.ui.button:not(.inverted, .basic).red, .ui.ui.ui.button:not(.inverted, .basic).teal, +.ui.ui.ui.label:not(.inverted, .basic).primary, +.ui.ui.ui.label:not(.inverted, .basic).green, +.ui.ui.ui.label:not(.inverted, .basic).red, +.ui.ui.ui.label:not(.inverted, .basic).teal { + color: #232634; +} +.ui.ui.ui.button:not(.inverted, .basic).primary:hover, .ui.ui.ui.button:not(.inverted, .basic).green:hover, .ui.ui.ui.button:not(.inverted, .basic).red:hover, .ui.ui.ui.button:not(.inverted, .basic).teal:hover, +.ui.ui.ui.label:not(.inverted, .basic).primary:hover, +.ui.ui.ui.label:not(.inverted, .basic).green:hover, +.ui.ui.ui.label:not(.inverted, .basic).red:hover, +.ui.ui.ui.label:not(.inverted, .basic).teal:hover { + color: #303446; +} + +.ui.basic.modal { + background-color: #303446; +} + +.ui.commit-header-row .svg.gitea-lock ~ a { + color: #232634; +} + +.ui.negative.message .header { + color: var(--color-error-text); +} + +.ui.sha.isSigned.isVerified .shortsha { + color: #232634; +} +.ui.sha.isSigned.isVerified svg.gitea-lock { + fill: #232634; +} + +.ui.basic.modal, +.ui.basic.modal > .header, +.ui.inverted.button { + color: #c6d0f5 !important; +} + +#repo-topics, +#topic_edit > .ui.selection.dropdown { + color: var(--color-label-text) !important; +} + +blockquote.attention-tip { + border-left-color: var(--color-success-bg); +} +blockquote.attention-warning { + border-left-color: var(--color-warning-bg); +} + +svg.attention-tip, +strong.attention-tip { + color: var(--color-success-bg); +} +svg.attention-warning, +strong.attention-warning { + color: var(--color-warning-bg); +} + +.inline-code-block { + color: #232634; +} + +::selection { + background: rgba(229, 200, 144, 0.3) !important; +} + +/* NameBuiltinPseudo */ +.chroma .bp { + color: #ef9f76; +} + +/* Comment */ +.chroma .c { + color: #737994; +} + +/* CommentSingle */ +.chroma .c1 { + color: #737994; +} + +/* CommentHashbang */ +.chroma .ch { + color: #737994; +} + +/* CommentMultiline */ +.chroma .cm { + color: #737994; +} + +/* CommentPreproc */ +.chroma .cp { + color: #8caaee; +} + +/* CommentPreprocFile */ +.chroma .cpf { + color: #8caaee; +} + +/* CommentSpecial */ +.chroma .cs { + color: #737994; +} + +/* LiteralStringDelimiter */ +.chroma .dl { + color: #8caaee; +} + +/* NameFunctionMagic */ +/* Generic */ +/* GenericDeleted */ +.chroma .gd { + color: #c6d0f5; + background-color: rgba(231, 130, 132, 0.15); +} + +/* GenericEmph */ +.chroma .ge { + font-style: italic; +} + +/* GenericHeading */ +.chroma .gh { + color: #99d1db; +} + +/* GenericInserted */ +.chroma .gi { + color: #c6d0f5; + background-color: rgba(166, 209, 137, 0.15); +} + +/* GenericUnderline */ +/* GenericOutput */ +.chroma .go { + color: #ef9f76; +} + +/* GenericPrompt */ +.chroma .gp { + color: #737994; + font-weight: bold; +} + +/* GenericError */ +.chroma .gr { + color: #ea999c; +} + +/* GenericStrong */ +.chroma .gs { + font-weight: bold; +} + +/* GenericTraceback */ +.chroma .gt { + color: #ea999c; +} + +/* GenericSubheading */ +.chroma .gu { + color: #99d1db; +} + +/* LiteralNumberIntegerLong */ +.chroma .il { + color: #ef9f76; +} + +/* Keyword */ +.chroma .k { + color: #ca9ee6; +} + +/* KeywordConstant */ +.chroma .kc { + color: #e5c890; +} + +/* KeywordDeclaration */ +.chroma .kd { + color: #ca9ee6; +} + +/* KeywordNamespace */ +.chroma .kn { + color: #e5c890; +} + +/* KeywordPseudo */ +.chroma .kp { + color: #ca9ee6; + font-weight: bold; +} + +/* KeywordReserved */ +.chroma .kr { + color: #ca9ee6; +} + +/* KeywordType */ +.chroma .kt { + color: #e5c890; +} + +/* Literal */ +/* LiteralDate */ +/* LiteralNumber */ +.chroma .m { + color: #ef9f76; +} + +/* LiteralNumberBin */ +.chroma .mb { + color: #ef9f76; +} + +/* LiteralNumberFloat */ +.chroma .mf { + color: #ef9f76; +} + +/* LiteralNumberHex */ +.chroma .mh { + color: #ef9f76; +} + +/* LiteralNumberInteger */ +.chroma .mi { + color: #ef9f76; +} + +/* LiteralNumberOct */ +.chroma .mo { + color: #ef9f76; +} + +/* Name */ +.chroma .n { + color: #babbf1; +} + +/* NameAttribute */ +.chroma .na { + color: #e5c890; +} + +/* NameBuiltin */ +.chroma .nb { + color: #ef9f76; +} + +/* NameClass */ +.chroma .nc { + color: #e5c890; +} + +/* NameDecorator */ +.chroma .nd { + color: #f4b8e4; +} + +/* NameException */ +.chroma .ne { + color: #ea999c; +} + +/* NameFunction */ +.chroma .nf { + color: #8caaee; +} + +/* NameEntity */ +.chroma .ni { + color: #f4b8e4; +} + +/* NameLabel */ +.chroma .nl { + color: #e5c890; +} + +/* NameNamespace */ +.chroma .nn { + color: #e5c890; +} + +/* NameConstant */ +.chroma .no { + color: #e5c890; +} + +/* NameTag */ +.chroma .nt { + color: #ca9ee6; +} + +/* NameVariable */ +.chroma .nv { + color: #ef9f76; +} + +/* NameOther */ +.chroma .nx { + color: #ef9f76; +} + +/* Operator */ +.chroma .o { + color: #99d1db; +} + +/* OperatorWord */ +.chroma .ow { + color: #99d1db; + font-weight: bold; +} + +/* Punctuation */ +.chroma .p { + color: #949cbb; +} + +/* NameProperty */ +/* LiteralString */ +.chroma .s { + color: #a6d189; +} + +/* LiteralStringSingle */ +.chroma .s1 { + color: #a6d189; +} + +/* LiteralStringDouble */ +.chroma .s2 { + color: #a6d189; +} + +/* LiteralStringAffix */ +.chroma .sa { + color: #a6d189; +} + +/* LiteralStringBacktick */ +.chroma .sb { + color: #a6d189; +} + +/* LiteralStringChar */ +.chroma .sc { + color: #a6d189; +} + +/* LiteralStringDoc */ +.chroma .sd { + color: #a6d189; +} + +/* LiteralStringEscape */ +.chroma .se { + color: #8caaee; +} + +/* LiteralStringHeredoc */ +.chroma .sh { + color: #a6d189; +} + +/* LiteralStringInterpol */ +.chroma .si { + color: #a6d189; +} + +/* LiteralStringRegex */ +.chroma .sr { + color: #8caaee; +} + +/* LiteralStringSymbol */ +.chroma .ss { + color: #a6d189; +} + +/* LiteralStringOther */ +.chroma .sx { + color: #a6d189; +} + +/* NameVariableClass */ +.chroma .vc { + color: #e5c890; +} + +/* NameVariableGlobal */ +.chroma .vg { + color: #ef9f76; +} + +/* NameVariableInstance */ +.chroma .vi { + color: #e5c890; +} + +/* NameVariableMagic */ +/* TextWhitespace */ +.chroma .w { + color: #414559; +} + +.CodeMirror .cm-property, +.CodeMirror.cm-s-default .cm-property, +.CodeMirror.cm-s-paper .cm-property { + color: #c6d0f5; +} +.CodeMirror .cm-header, +.CodeMirror.cm-s-default .cm-header, +.CodeMirror.cm-s-paper .cm-header { + color: #c6d0f5; +} +.CodeMirror .cm-quote, +.CodeMirror.cm-s-default .cm-quote, +.CodeMirror.cm-s-paper .cm-quote { + color: #a6d189; +} +.CodeMirror .cm-keyword, +.CodeMirror.cm-s-default .cm-keyword, +.CodeMirror.cm-s-paper .cm-keyword { + color: #ca9ee6; +} +.CodeMirror .cm-atom, +.CodeMirror.cm-s-default .cm-atom, +.CodeMirror.cm-s-paper .cm-atom { + color: #e78284; +} +.CodeMirror .cm-number, +.CodeMirror.cm-s-default .cm-number, +.CodeMirror.cm-s-paper .cm-number { + color: #ef9f76; +} +.CodeMirror .cm-def, +.CodeMirror.cm-s-default .cm-def, +.CodeMirror.cm-s-paper .cm-def { + color: #c6d0f5; +} +.CodeMirror .cm-variable-2, +.CodeMirror.cm-s-default .cm-variable-2, +.CodeMirror.cm-s-paper .cm-variable-2 { + color: #99d1db; +} +.CodeMirror .cm-variable-3, +.CodeMirror.cm-s-default .cm-variable-3, +.CodeMirror.cm-s-paper .cm-variable-3 { + color: #81c8be; +} +.CodeMirror .cm-comment, +.CodeMirror.cm-s-default .cm-comment, +.CodeMirror.cm-s-paper .cm-comment { + color: #626880; +} +.CodeMirror .cm-string, +.CodeMirror.cm-s-default .cm-string, +.CodeMirror.cm-s-paper .cm-string { + color: #a6d189; +} +.CodeMirror .cm-string-2, +.CodeMirror.cm-s-default .cm-string-2, +.CodeMirror.cm-s-paper .cm-string-2 { + color: #a6d189; +} +.CodeMirror .cm-meta, +.CodeMirror.cm-s-default .cm-meta, +.CodeMirror.cm-s-paper .cm-meta { + color: #ef9f76; +} +.CodeMirror .cm-qualifier, +.CodeMirror.cm-s-default .cm-qualifier, +.CodeMirror.cm-s-paper .cm-qualifier { + color: #ef9f76; +} +.CodeMirror .cm-builtin, +.CodeMirror.cm-s-default .cm-builtin, +.CodeMirror.cm-s-paper .cm-builtin { + color: #ef9f76; +} +.CodeMirror .cm-bracket, +.CodeMirror.cm-s-default .cm-bracket, +.CodeMirror.cm-s-paper .cm-bracket { + color: #c6d0f5; +} +.CodeMirror .cm-tag, +.CodeMirror.cm-s-default .cm-tag, +.CodeMirror.cm-s-paper .cm-tag { + color: #e5c890; +} +.CodeMirror .cm-attribute, +.CodeMirror.cm-s-default .cm-attribute, +.CodeMirror.cm-s-paper .cm-attribute { + color: #e5c890; +} +.CodeMirror .cm-hr, +.CodeMirror.cm-s-default .cm-hr, +.CodeMirror.cm-s-paper .cm-hr { + color: #949cbb; +} +.CodeMirror .cm-url, +.CodeMirror.cm-s-default .cm-url, +.CodeMirror.cm-s-paper .cm-url { + color: #8caaee; +} +.CodeMirror .cm-link, +.CodeMirror.cm-s-default .cm-link, +.CodeMirror.cm-s-paper .cm-link { + color: #8caaee; +} +.CodeMirror .cm-error, +.CodeMirror.cm-s-default .cm-error, +.CodeMirror.cm-s-paper .cm-error { + color: #e78284; +} + +.monaco-editor .selected-text { + background-color: #414559 !important; +} +.monaco-editor .margin-view-overlays .line-numbers { + color: #a5adce !important; +} +.monaco-editor .line-numbers.active-line-number { + color: #e5c890 !important; +} +.monaco-editor .view-overlays .current-line, +.monaco-editor .margin-view-overlays .current-line-margin { + background-color: rgb(58.88, 62.88, 82.16) !important; +} +.monaco-editor .mtk1 { + color: #c6d0f5 !important; +} +.monaco-editor .mtk2 { + color: #ff69b4 !important; +} +.monaco-editor .mtk3 { + color: #ef9f76 !important; +} +.monaco-editor .mtk4 { + color: #81c8be !important; +} +.monaco-editor .mtk5 { + color: #c6d0f5 !important; +} +.monaco-editor .mtk6 { + color: #ca9ee6 !important; +} +.monaco-editor .mtk7 { + color: #ef9f76 !important; +} +.monaco-editor .mtk8 { + color: #949cbb !important; +} +.monaco-editor .mtk9 { + color: #ca9ee6 !important; +} +.monaco-editor .mtk10 { + color: #a5adce !important; +} +.monaco-editor .mtk11 { + color: #81c8be !important; +} +.monaco-editor .mtk12 { + color: #81c8be !important; +} +.monaco-editor .mtk13 { + color: #ff69b4 !important; +} +.monaco-editor .mtk14 { + color: #ff69b4 !important; +} +.monaco-editor .mtk15 { + color: #ca9ee6 !important; +} +.monaco-editor .mtk16 { + color: #949cbb !important; +} +.monaco-editor .mtk17 { + color: #ff69b4 !important; +} +.monaco-editor .mtk18 { + color: #ff69b4 !important; +} +.monaco-editor .mtk19 { + color: #81c8be !important; +} +.monaco-editor .mtk20 { + color: #ff69b4 !important; +} +.monaco-editor .mtk21 { + color: #a6d189 !important; +} +.monaco-editor .mtk22 { + color: #ff69b4 !important; +} +.monaco-editor .mtk23 { + color: #8caaee !important; +} +.monaco-editor .mtk24 { + color: #ef9f76 !important; +} +.monaco-editor .mtk25 { + color: #f4b8e4 !important; +} +.monaco-editor .bracket-highlighting-0 { + color: rgb(217.8, 161.2, 177.2) !important; +} +.monaco-editor .bracket-highlighting-1 { + color: rgb(222.6, 178.6, 168.8) !important; +} +.monaco-editor .bracket-highlighting-2 { + color: rgb(216.6, 203.2, 184.4) !important; +} +.monaco-editor .bracket-highlighting-3 { + color: rgb(178.8, 208.6, 180.2) !important; +} +.monaco-editor .bracket-highlighting-4 { + color: rgb(163.2, 185.2, 240.8) !important; +} +.monaco-editor .bracket-highlighting-5 { + color: rgb(200.4, 178, 236) !important; +} \ No newline at end of file diff --git a/public/assets/css/theme-catppuccin-green-auto.css b/public/assets/css/theme-catppuccin-green-auto.css new file mode 100644 index 0000000..857d991 --- /dev/null +++ b/public/assets/css/theme-catppuccin-green-auto.css @@ -0,0 +1,2 @@ +@import "./theme-catppuccin-latte-green.css" (prefers-color-scheme: light); +@import "./theme-catppuccin-mocha-green.css" (prefers-color-scheme: dark); \ No newline at end of file diff --git a/public/assets/css/theme-catppuccin-latte-blue.css b/public/assets/css/theme-catppuccin-latte-blue.css new file mode 100644 index 0000000..3931b6a --- /dev/null +++ b/public/assets/css/theme-catppuccin-latte-blue.css @@ -0,0 +1,849 @@ +:root { + color-scheme: light; + --is-dark-theme: false; + accent-color: #1e66f5; + --color-primary: #1e66f5; + --color-primary-contrast: #eff1f5; + --color-primary-hover: rgb(54.414893617, 118.6021276596, 246.085106383); + --color-primary-dark-1: rgb(44.6489361702, 111.9612765957, 245.6510638298); + --color-primary-dark-2: rgb(59.2978723404, 121.9225531915, 246.3021276596); + --color-primary-dark-3: rgb(73.9468085106, 131.8838297872, 246.9531914894); + --color-primary-dark-4: rgb(88.5957446809, 141.845106383, 247.6042553191); + --color-primary-dark-5: rgb(103.2446808511, 151.8063829787, 248.2553191489); + --color-primary-dark-6: rgb(117.8936170213, 161.7676595745, 248.9063829787); + --color-primary-dark-7: rgb(132.5425531915, 171.7289361702, 249.5574468085); + --color-primary-light-1: rgb(15.3510638298, 92.0387234043, 244.3489361702); + --color-primary-light-2: rgb(10.4, 85.28, 234); + --color-primary-light-3: rgb(9.7489361702, 79.9412765957, 219.3510638298); + --color-primary-light-4: rgb(9.0978723404, 74.6025531915, 204.7021276596); + --color-primary-light-5: rgb(8.4468085106, 69.2638297872, 190.0531914894); + --color-primary-light-6: rgb(7.7957446809, 63.925106383, 175.4042553191); + --color-primary-light-7: rgb(7.1446808511, 58.5863829787, 160.7553191489); + --color-primary-alpha-10: rgba(30, 102, 245, 0.1); + --color-primary-alpha-20: rgba(30, 102, 245, 0.2); + --color-primary-alpha-30: rgba(30, 102, 245, 0.3); + --color-primary-alpha-40: rgba(30, 102, 245, 0.4); + --color-primary-alpha-50: rgba(30, 102, 245, 0.5); + --color-primary-alpha-60: rgba(30, 102, 245, 0.6); + --color-primary-alpha-70: rgba(30, 102, 245, 0.7); + --color-primary-alpha-80: rgba(30, 102, 245, 0.8); + --color-primary-alpha-90: rgba(30, 102, 245, 0.9); + --color-secondary: #bcc0cc; + --color-secondary-dark-1: rgb(195.1329545455, 199.8284090909, 211.5670454545); + --color-secondary-dark-2: rgb(186.2659090909, 191.6568181818, 205.1340909091); + --color-secondary-dark-3: rgb(177.3988636364, 183.4852272727, 198.7011363636); + --color-secondary-dark-4: rgb(168.5318181818, 175.3136363636, 192.2681818182); + --color-secondary-dark-5: rgb(159.6647727273, 167.1420454545, 185.8352272727); + --color-secondary-dark-6: rgb(150.7977272727, 158.9704545455, 179.4022727273); + --color-secondary-dark-7: rgb(141.9306818182, 150.7988636364, 172.9693181818); + --color-secondary-dark-8: rgb(133.0636363636, 142.6272727273, 166.5363636364); + --color-secondary-dark-9: rgb(124.1965909091, 134.4556818182, 160.1034090909); + --color-secondary-dark-10: rgb(115.3295454545, 126.2840909091, 153.6704545455); + --color-secondary-dark-11: rgb(106.6693181818, 118.2011363636, 147.0306818182); + --color-secondary-dark-12: rgb(100.2363636364, 111.0727272727, 138.1636363636); + --color-secondary-dark-13: rgb(93.8034090909, 103.9443181818, 129.2965909091); + --color-secondary-light-1: rgb(212.8670454545, 216.1715909091, 224.4329545455); + --color-secondary-light-2: rgb(221.7340909091, 224.3431818182, 230.8659090909); + --color-secondary-light-3: rgb(230.6011363636, 232.5147727273, 237.2988636364); + --color-secondary-light-4: rgb(239.4681818182, 240.6863636364, 243.7318181818); + --color-secondary-alpha-10: rgba(204, 208, 218, 0.1); + --color-secondary-alpha-20: rgba(204, 208, 218, 0.2); + --color-secondary-alpha-30: rgba(204, 208, 218, 0.3); + --color-secondary-alpha-40: rgba(204, 208, 218, 0.4); + --color-secondary-alpha-50: rgba(204, 208, 218, 0.5); + --color-secondary-alpha-60: rgba(204, 208, 218, 0.6); + --color-secondary-alpha-70: rgba(204, 208, 218, 0.7); + --color-secondary-alpha-80: rgba(204, 208, 218, 0.8); + --color-secondary-alpha-90: rgba(204, 208, 218, 0.9); + /* colors */ + --color-red: #d20f39; + --color-orange: #fe640b; + --color-yellow: #df8e1d; + --color-olive: #40a02b; + --color-green: #40a02b; + --color-teal: #179299; + --color-blue: #1e66f5; + --color-violet: #7287fd; + --color-purple: #8839ef; + --color-pink: #ea76cb; + --color-brown: #dd7878; + --color-grey: #7c7f93; + --color-black: #e6e9ef; + /* light variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-light: rgb(239.4, 36.6, 80.28); + --color-orange-light: rgb(254.2081632653, 132.2653061224, 61.7918367347); + --color-yellow-light: rgb(231.1785714286, 164.6428571429, 71.8214285714); + --color-olive-light: rgb(80.078817734, 200.197044335, 53.802955665); + --color-green-light: rgb(80.078817734, 200.197044335, 53.802955665); + --color-teal-light: rgb(29.6647727273, 188.3068181818, 197.3352272727); + --color-blue-light: rgb(78.829787234, 135.2042553191, 247.170212766); + --color-violet-light: rgb(164.2867132867, 177.7972027972, 253.7132867133); + --color-purple-light: rgb(164.3598130841, 104.1869158879, 242.8130841121); + --color-pink-light: rgb(240.7784810127, 162.2215189873, 219.7848101266); + --color-brown-light: rgb(231.2603550296, 160.7396449704, 160.7396449704); + --color-grey-light: rgb(151.9539748954, 154.3138075314, 170.0460251046); + --color-black-light: hsl(220, 21.9512195122%, 101.9607843137%); + /* dark 1 variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-dark-1: rgb(239.4, 36.6, 80.28); + --color-orange-dark-1: rgb(254.2081632653, 132.2653061224, 61.7918367347); + --color-yellow-dark-1: rgb(231.1785714286, 164.6428571429, 71.8214285714); + --color-olive-dark-1: rgb(80.078817734, 200.197044335, 53.802955665); + --color-green-dark-1: rgb(80.078817734, 200.197044335, 53.802955665); + --color-teal-dark-1: rgb(29.6647727273, 188.3068181818, 197.3352272727); + --color-blue-dark-1: rgb(78.829787234, 135.2042553191, 247.170212766); + --color-violet-dark-1: rgb(164.2867132867, 177.7972027972, 253.7132867133); + --color-purple-dark-1: rgb(164.3598130841, 104.1869158879, 242.8130841121); + --color-pink-dark-1: rgb(240.7784810127, 162.2215189873, 219.7848101266); + --color-brown-dark-1: rgb(231.2603550296, 160.7396449704, 160.7396449704); + --color-black-dark-1: hsl(220, 21.9512195122%, 101.9607843137%); + /* dark 2 variants - produced via Sass scale-color(color, $lightness: -20%) */ + --color-red-dark-2: rgb(242.8, 84.2, 118.36); + --color-orange-dark-2: rgb(254.4163265306, 164.5306122449, 112.5836734694); + --color-yellow-dark-2: rgb(237.0476190476, 186.9047619048, 116.9523809524); + --color-olive-dark-2: rgb(114.6305418719, 211.5763546798, 93.4236453202); + --color-green-dark-2: rgb(114.6305418719, 211.5763546798, 93.4236453202); + --color-teal-dark-2: rgb(53.3181818182, 215.4545454545, 224.6818181818); + --color-blue-dark-2: rgb(127.6595744681, 168.4085106383, 249.3404255319); + --color-violet-dark-2: rgb(214.5734265734, 220.5944055944, 254.4265734266); + --color-purple-dark-2: rgb(192.7196261682, 151.3738317757, 246.6261682243); + --color-pink-dark-2: rgb(247.5569620253, 206.4430379747, 236.5696202532); + --color-brown-dark-2: rgb(241.5207100592, 201.4792899408, 201.4792899408); + --color-black-dark-2: hsl(220, 21.9512195122%, 111.9607843137%); + /* other colors */ + --color-gold: #dc8a78; + --color-white: #4c4f69; + --color-diff-removed-word-bg: rgba(210, 15, 57, 0.15); + --color-diff-added-word-bg: rgba(64, 160, 43, 0.15); + --color-diff-removed-row-bg: rgba(210, 15, 57, 0.07); + --color-diff-moved-row-bg: rgba(223, 142, 29, 0.07); + --color-diff-added-row-bg: rgba(64, 160, 43, 0.07); + --color-diff-removed-row-border: rgba(210, 15, 57, 0.07); + --color-diff-moved-row-border: rgba(223, 142, 29, 0.07); + --color-diff-added-row-border: rgba(64, 160, 43, 0.07); + --color-diff-inactive: #7c7f93; + --color-error-border: #d20f39; + --color-error-bg: #d20f39; + --color-error-bg-active: rgb(233.8, 16.7, 63.46); + --color-error-bg-hover: rgb(239.4, 36.6, 80.28); + --color-error-text: #eff1f5; + --color-success-border: rgb(80.078817734, 200.197044335, 53.802955665); + --color-success-bg: #40a02b; + --color-success-text: #eff1f5; + --color-warning-border: rgb(231.1785714286, 164.6428571429, 71.8214285714); + --color-warning-bg: #df8e1d; + --color-warning-text: #eff1f5; + --color-info-border: rgb(78.829787234, 135.2042553191, 247.170212766); + --color-info-bg: #eff1f5; + --color-info-text: #4c4f69; + --color-red-badge: rgb(239.4, 36.6, 80.28); + --color-red-badge-bg: #eff1f5; + --color-red-badge-hover-bg: rgb(233.8, 16.7, 63.46); + --color-green-badge: #40a02b; + --color-green-badge-bg: #40a02b; + --color-green-badge-hover-bg: rgb(72.039408867, 180.0985221675, 48.4014778325); + --color-yellow-badge: #df8e1d; + --color-yellow-badge-bg: #eff1f5; + --color-yellow-badge-hover-bg: rgb(228.244047619, 153.5119047619, 49.255952381); + --color-orange-badge: #fe640b; + --color-orange-badge-bg: #eff1f5; + --color-orange-badge-hover-bg: rgb(254.1040816327, 116.1326530612, 36.3959183673); + --color-git: #fe640b; + --color-highlight-bg: rgba(223, 142, 29, 0.15); + /* target-based colors */ + --color-body: #eff1f5; + --color-box-header: #e6e9ef; + --color-box-body: #e6e9ef; + --color-box-body-highlight: #ccd0da; + --color-text-dark: #6c6f85; + --color-text: #4c4f69; + --color-text-light: #5c5f77; + --color-text-light-1: #5c5f77; + --color-text-light-2: #5c5f77; + --color-text-light-3: #5c5f77; + --color-footer: #e6e9ef; + --color-timeline: #ccd0da; + --color-input-text: #4c4f69; + --color-input-background: #ccd0da; + --color-input-toggle-background: #ccd0da; + --color-input-border: #bcc0cc; + --color-input-border-hover: #acb0be; + --color-nav-bg: #e6e9ef; + --color-nav-hover-bg: var(--color-hover); + --color-navbar: #e6e9ef; + --color-navbar-transparent: rgba(239, 241, 245, 0); + --color-light: rgba(172, 176, 190, 0.3); + --color-light-mimic-enabled: rgba( + 0, + 0, + 0, + calc(40 / 255 * 222 / 255 / var(--opacity-disabled)) + ); + --color-light-border: #acb0be; + --color-hover: rgba(156, 160, 176, 0.2); + --color-active: rgba(76, 79, 105, 0.1); + --color-menu: #ccd0da; + --color-card: #ccd0da; + --color-markup-table-row: rgba(76, 79, 105, 0.02); + --color-markup-code-block: rgba(76, 79, 105, 0.05); + --color-markup-code-inline: #ccd0da; + --color-button: #ccd0da; + --color-code-bg: #eff1f5; + --color-code-sidebar-bg: #ccd0da; + --color-shadow: rgba(239, 241, 245, 0.1); + --color-tooltip-bg: #ccd0da; + --color-tooltip-text: var(--color-text); + --color-secondary-bg: #ccd0da; + --color-text-focus: #4c4f69; + --color-expand-button: #acb0be; + --color-placeholder-text: #6c6f85; + --color-editor-line-highlight: var(--color-primary-light-5); + --color-project-board-bg: var(--color-secondary-light-2); + /* gitea source code: */ + /* should ideally be --color-text-dark, see go-gitea/gitea#15651 */ + --color-caret: var(--color-text); + --color-reaction-bg: rgba(76, 79, 105, 0.07); + --color-reaction-active-bg: var(--color-primary-alpha-40); + --color-header-wrapper: #e6e9ef; + --color-header-wrapper-transparent: rgba(230, 233, 239, 0); + --color-label-text: #dce0e8; + --color-label-bg: #1e66f5; + --color-label-hover-bg: rgb(59.2978723404, 121.9225531915, 246.3021276596); + --color-label-active-bg: rgb(44.6489361702, 111.9612765957, 245.6510638298); + --color-accent: var(--color-primary-light-1); + --color-small-accent: var(--color-primary-light-5); + --color-active-line: #bcc0cc; +} + +.ui.ui.ui.button:not(.inverted, .basic).primary, .ui.ui.ui.button:not(.inverted, .basic).green, .ui.ui.ui.button:not(.inverted, .basic).red, .ui.ui.ui.button:not(.inverted, .basic).teal, +.ui.ui.ui.label:not(.inverted, .basic).primary, +.ui.ui.ui.label:not(.inverted, .basic).green, +.ui.ui.ui.label:not(.inverted, .basic).red, +.ui.ui.ui.label:not(.inverted, .basic).teal { + color: #eff1f5; +} +.ui.ui.ui.button:not(.inverted, .basic).primary:hover, .ui.ui.ui.button:not(.inverted, .basic).green:hover, .ui.ui.ui.button:not(.inverted, .basic).red:hover, .ui.ui.ui.button:not(.inverted, .basic).teal:hover, +.ui.ui.ui.label:not(.inverted, .basic).primary:hover, +.ui.ui.ui.label:not(.inverted, .basic).green:hover, +.ui.ui.ui.label:not(.inverted, .basic).red:hover, +.ui.ui.ui.label:not(.inverted, .basic).teal:hover { + color: #dce0e8; +} + +.ui.basic.modal { + background-color: #dce0e8; +} + +.ui.commit-header-row .svg.gitea-lock ~ a { + color: #eff1f5; +} + +.ui.negative.message .header { + color: var(--color-error-text); +} + +.ui.sha.isSigned.isVerified .shortsha { + color: #eff1f5; +} +.ui.sha.isSigned.isVerified svg.gitea-lock { + fill: #eff1f5; +} + +.ui.basic.modal, +.ui.basic.modal > .header, +.ui.inverted.button { + color: #4c4f69 !important; +} + +#repo-topics, +#topic_edit > .ui.selection.dropdown { + color: var(--color-label-text) !important; +} + +blockquote.attention-tip { + border-left-color: var(--color-success-bg); +} +blockquote.attention-warning { + border-left-color: var(--color-warning-bg); +} + +svg.attention-tip, +strong.attention-tip { + color: var(--color-success-bg); +} +svg.attention-warning, +strong.attention-warning { + color: var(--color-warning-bg); +} + +.inline-code-block { + color: #dce0e8; +} + +::selection { + background: rgba(30, 102, 245, 0.3) !important; +} + +/* NameBuiltinPseudo */ +.chroma .bp { + color: #fe640b; +} + +/* Comment */ +.chroma .c { + color: #9ca0b0; +} + +/* CommentSingle */ +.chroma .c1 { + color: #9ca0b0; +} + +/* CommentHashbang */ +.chroma .ch { + color: #9ca0b0; +} + +/* CommentMultiline */ +.chroma .cm { + color: #9ca0b0; +} + +/* CommentPreproc */ +.chroma .cp { + color: #1e66f5; +} + +/* CommentPreprocFile */ +.chroma .cpf { + color: #1e66f5; +} + +/* CommentSpecial */ +.chroma .cs { + color: #9ca0b0; +} + +/* LiteralStringDelimiter */ +.chroma .dl { + color: #1e66f5; +} + +/* NameFunctionMagic */ +/* Generic */ +/* GenericDeleted */ +.chroma .gd { + color: #4c4f69; + background-color: rgba(210, 15, 57, 0.15); +} + +/* GenericEmph */ +.chroma .ge { + font-style: italic; +} + +/* GenericHeading */ +.chroma .gh { + color: #04a5e5; +} + +/* GenericInserted */ +.chroma .gi { + color: #4c4f69; + background-color: rgba(64, 160, 43, 0.15); +} + +/* GenericUnderline */ +/* GenericOutput */ +.chroma .go { + color: #fe640b; +} + +/* GenericPrompt */ +.chroma .gp { + color: #9ca0b0; + font-weight: bold; +} + +/* GenericError */ +.chroma .gr { + color: #e64553; +} + +/* GenericStrong */ +.chroma .gs { + font-weight: bold; +} + +/* GenericTraceback */ +.chroma .gt { + color: #e64553; +} + +/* GenericSubheading */ +.chroma .gu { + color: #04a5e5; +} + +/* LiteralNumberIntegerLong */ +.chroma .il { + color: #fe640b; +} + +/* Keyword */ +.chroma .k { + color: #8839ef; +} + +/* KeywordConstant */ +.chroma .kc { + color: #df8e1d; +} + +/* KeywordDeclaration */ +.chroma .kd { + color: #8839ef; +} + +/* KeywordNamespace */ +.chroma .kn { + color: #df8e1d; +} + +/* KeywordPseudo */ +.chroma .kp { + color: #8839ef; + font-weight: bold; +} + +/* KeywordReserved */ +.chroma .kr { + color: #8839ef; +} + +/* KeywordType */ +.chroma .kt { + color: #df8e1d; +} + +/* Literal */ +/* LiteralDate */ +/* LiteralNumber */ +.chroma .m { + color: #fe640b; +} + +/* LiteralNumberBin */ +.chroma .mb { + color: #fe640b; +} + +/* LiteralNumberFloat */ +.chroma .mf { + color: #fe640b; +} + +/* LiteralNumberHex */ +.chroma .mh { + color: #fe640b; +} + +/* LiteralNumberInteger */ +.chroma .mi { + color: #fe640b; +} + +/* LiteralNumberOct */ +.chroma .mo { + color: #fe640b; +} + +/* Name */ +.chroma .n { + color: #7287fd; +} + +/* NameAttribute */ +.chroma .na { + color: #df8e1d; +} + +/* NameBuiltin */ +.chroma .nb { + color: #fe640b; +} + +/* NameClass */ +.chroma .nc { + color: #df8e1d; +} + +/* NameDecorator */ +.chroma .nd { + color: #ea76cb; +} + +/* NameException */ +.chroma .ne { + color: #e64553; +} + +/* NameFunction */ +.chroma .nf { + color: #1e66f5; +} + +/* NameEntity */ +.chroma .ni { + color: #ea76cb; +} + +/* NameLabel */ +.chroma .nl { + color: #df8e1d; +} + +/* NameNamespace */ +.chroma .nn { + color: #df8e1d; +} + +/* NameConstant */ +.chroma .no { + color: #df8e1d; +} + +/* NameTag */ +.chroma .nt { + color: #8839ef; +} + +/* NameVariable */ +.chroma .nv { + color: #fe640b; +} + +/* NameOther */ +.chroma .nx { + color: #fe640b; +} + +/* Operator */ +.chroma .o { + color: #04a5e5; +} + +/* OperatorWord */ +.chroma .ow { + color: #04a5e5; + font-weight: bold; +} + +/* Punctuation */ +.chroma .p { + color: #7c7f93; +} + +/* NameProperty */ +/* LiteralString */ +.chroma .s { + color: #40a02b; +} + +/* LiteralStringSingle */ +.chroma .s1 { + color: #40a02b; +} + +/* LiteralStringDouble */ +.chroma .s2 { + color: #40a02b; +} + +/* LiteralStringAffix */ +.chroma .sa { + color: #40a02b; +} + +/* LiteralStringBacktick */ +.chroma .sb { + color: #40a02b; +} + +/* LiteralStringChar */ +.chroma .sc { + color: #40a02b; +} + +/* LiteralStringDoc */ +.chroma .sd { + color: #40a02b; +} + +/* LiteralStringEscape */ +.chroma .se { + color: #1e66f5; +} + +/* LiteralStringHeredoc */ +.chroma .sh { + color: #40a02b; +} + +/* LiteralStringInterpol */ +.chroma .si { + color: #40a02b; +} + +/* LiteralStringRegex */ +.chroma .sr { + color: #1e66f5; +} + +/* LiteralStringSymbol */ +.chroma .ss { + color: #40a02b; +} + +/* LiteralStringOther */ +.chroma .sx { + color: #40a02b; +} + +/* NameVariableClass */ +.chroma .vc { + color: #df8e1d; +} + +/* NameVariableGlobal */ +.chroma .vg { + color: #fe640b; +} + +/* NameVariableInstance */ +.chroma .vi { + color: #df8e1d; +} + +/* NameVariableMagic */ +/* TextWhitespace */ +.chroma .w { + color: #ccd0da; +} + +.CodeMirror .cm-property, +.CodeMirror.cm-s-default .cm-property, +.CodeMirror.cm-s-paper .cm-property { + color: #4c4f69; +} +.CodeMirror .cm-header, +.CodeMirror.cm-s-default .cm-header, +.CodeMirror.cm-s-paper .cm-header { + color: #4c4f69; +} +.CodeMirror .cm-quote, +.CodeMirror.cm-s-default .cm-quote, +.CodeMirror.cm-s-paper .cm-quote { + color: #40a02b; +} +.CodeMirror .cm-keyword, +.CodeMirror.cm-s-default .cm-keyword, +.CodeMirror.cm-s-paper .cm-keyword { + color: #8839ef; +} +.CodeMirror .cm-atom, +.CodeMirror.cm-s-default .cm-atom, +.CodeMirror.cm-s-paper .cm-atom { + color: #d20f39; +} +.CodeMirror .cm-number, +.CodeMirror.cm-s-default .cm-number, +.CodeMirror.cm-s-paper .cm-number { + color: #fe640b; +} +.CodeMirror .cm-def, +.CodeMirror.cm-s-default .cm-def, +.CodeMirror.cm-s-paper .cm-def { + color: #4c4f69; +} +.CodeMirror .cm-variable-2, +.CodeMirror.cm-s-default .cm-variable-2, +.CodeMirror.cm-s-paper .cm-variable-2 { + color: #04a5e5; +} +.CodeMirror .cm-variable-3, +.CodeMirror.cm-s-default .cm-variable-3, +.CodeMirror.cm-s-paper .cm-variable-3 { + color: #179299; +} +.CodeMirror .cm-comment, +.CodeMirror.cm-s-default .cm-comment, +.CodeMirror.cm-s-paper .cm-comment { + color: #acb0be; +} +.CodeMirror .cm-string, +.CodeMirror.cm-s-default .cm-string, +.CodeMirror.cm-s-paper .cm-string { + color: #40a02b; +} +.CodeMirror .cm-string-2, +.CodeMirror.cm-s-default .cm-string-2, +.CodeMirror.cm-s-paper .cm-string-2 { + color: #40a02b; +} +.CodeMirror .cm-meta, +.CodeMirror.cm-s-default .cm-meta, +.CodeMirror.cm-s-paper .cm-meta { + color: #fe640b; +} +.CodeMirror .cm-qualifier, +.CodeMirror.cm-s-default .cm-qualifier, +.CodeMirror.cm-s-paper .cm-qualifier { + color: #fe640b; +} +.CodeMirror .cm-builtin, +.CodeMirror.cm-s-default .cm-builtin, +.CodeMirror.cm-s-paper .cm-builtin { + color: #fe640b; +} +.CodeMirror .cm-bracket, +.CodeMirror.cm-s-default .cm-bracket, +.CodeMirror.cm-s-paper .cm-bracket { + color: #4c4f69; +} +.CodeMirror .cm-tag, +.CodeMirror.cm-s-default .cm-tag, +.CodeMirror.cm-s-paper .cm-tag { + color: #df8e1d; +} +.CodeMirror .cm-attribute, +.CodeMirror.cm-s-default .cm-attribute, +.CodeMirror.cm-s-paper .cm-attribute { + color: #df8e1d; +} +.CodeMirror .cm-hr, +.CodeMirror.cm-s-default .cm-hr, +.CodeMirror.cm-s-paper .cm-hr { + color: #7c7f93; +} +.CodeMirror .cm-url, +.CodeMirror.cm-s-default .cm-url, +.CodeMirror.cm-s-paper .cm-url { + color: #1e66f5; +} +.CodeMirror .cm-link, +.CodeMirror.cm-s-default .cm-link, +.CodeMirror.cm-s-paper .cm-link { + color: #1e66f5; +} +.CodeMirror .cm-error, +.CodeMirror.cm-s-default .cm-error, +.CodeMirror.cm-s-paper .cm-error { + color: #d20f39; +} + +.monaco-editor .selected-text { + background-color: #ccd0da !important; +} +.monaco-editor .margin-view-overlays .line-numbers { + color: #6c6f85 !important; +} +.monaco-editor .line-numbers.active-line-number { + color: #1e66f5 !important; +} +.monaco-editor .view-overlays .current-line, +.monaco-editor .margin-view-overlays .current-line-margin { + background-color: rgb(232.7, 235.4, 240.8) !important; +} +.monaco-editor .mtk1 { + color: #4c4f69 !important; +} +.monaco-editor .mtk2 { + color: #ff69b4 !important; +} +.monaco-editor .mtk3 { + color: #fe640b !important; +} +.monaco-editor .mtk4 { + color: #179299 !important; +} +.monaco-editor .mtk5 { + color: #4c4f69 !important; +} +.monaco-editor .mtk6 { + color: #8839ef !important; +} +.monaco-editor .mtk7 { + color: #fe640b !important; +} +.monaco-editor .mtk8 { + color: #7c7f93 !important; +} +.monaco-editor .mtk9 { + color: #8839ef !important; +} +.monaco-editor .mtk10 { + color: #6c6f85 !important; +} +.monaco-editor .mtk11 { + color: #179299 !important; +} +.monaco-editor .mtk12 { + color: #179299 !important; +} +.monaco-editor .mtk13 { + color: #ff69b4 !important; +} +.monaco-editor .mtk14 { + color: #ff69b4 !important; +} +.monaco-editor .mtk15 { + color: #8839ef !important; +} +.monaco-editor .mtk16 { + color: #7c7f93 !important; +} +.monaco-editor .mtk17 { + color: #ff69b4 !important; +} +.monaco-editor .mtk18 { + color: #ff69b4 !important; +} +.monaco-editor .mtk19 { + color: #179299 !important; +} +.monaco-editor .mtk20 { + color: #ff69b4 !important; +} +.monaco-editor .mtk21 { + color: #40a02b !important; +} +.monaco-editor .mtk22 { + color: #ff69b4 !important; +} +.monaco-editor .mtk23 { + color: #1e66f5 !important; +} +.monaco-editor .mtk24 { + color: #fe640b !important; +} +.monaco-editor .mtk25 { + color: #ea76cb !important; +} +.monaco-editor .bracket-highlighting-0 { + color: rgb(156.4, 40.6, 76.2) !important; +} +.monaco-editor .bracket-highlighting-1 { + color: rgb(182.8, 91.6, 48.6) !important; +} +.monaco-editor .bracket-highlighting-2 { + color: rgb(164.2, 116.8, 59.4) !important; +} +.monaco-editor .bracket-highlighting-3 { + color: rgb(68.8, 127.6, 67.8) !important; +} +.monaco-editor .bracket-highlighting-4 { + color: rgb(48.4, 92.8, 189) !important; +} +.monaco-editor .bracket-highlighting-5 { + color: rgb(112, 65.8, 185.4) !important; +} \ No newline at end of file diff --git a/public/assets/css/theme-catppuccin-latte-flamingo.css b/public/assets/css/theme-catppuccin-latte-flamingo.css new file mode 100644 index 0000000..ccbd1d3 --- /dev/null +++ b/public/assets/css/theme-catppuccin-latte-flamingo.css @@ -0,0 +1,849 @@ +:root { + color-scheme: light; + --is-dark-theme: false; + accent-color: #dd7878; + --color-primary: #dd7878; + --color-primary-contrast: #eff1f5; + --color-primary-hover: rgb(226.1301775148, 140.3698224852, 140.3698224852); + --color-primary-dark-1: rgb(224.0781065089, 132.2218934911, 132.2218934911); + --color-primary-dark-2: rgb(227.1562130178, 144.4437869822, 144.4437869822); + --color-primary-dark-3: rgb(230.2343195266, 156.6656804734, 156.6656804734); + --color-primary-dark-4: rgb(233.3124260355, 168.8875739645, 168.8875739645); + --color-primary-dark-5: rgb(236.3905325444, 181.1094674556, 181.1094674556); + --color-primary-dark-6: rgb(239.4686390533, 193.3313609467, 193.3313609467); + --color-primary-dark-7: rgb(242.5467455621, 205.5532544379, 205.5532544379); + --color-primary-light-1: rgb(217.9218934911, 107.7781065089, 107.7781065089); + --color-primary-light-2: rgb(214.8437869822, 95.5562130178, 95.5562130178); + --color-primary-light-3: rgb(211.7656804734, 83.3343195266, 83.3343195266); + --color-primary-light-4: rgb(208.6875739645, 71.1124260355, 71.1124260355); + --color-primary-light-5: rgb(205.6094674556, 58.8905325444, 58.8905325444); + --color-primary-light-6: rgb(199.0650887574, 50.1349112426, 50.1349112426); + --color-primary-light-7: rgb(186.8431952663, 47.0568047337, 47.0568047337); + --color-primary-alpha-10: rgba(221, 120, 120, 0.1); + --color-primary-alpha-20: rgba(221, 120, 120, 0.2); + --color-primary-alpha-30: rgba(221, 120, 120, 0.3); + --color-primary-alpha-40: rgba(221, 120, 120, 0.4); + --color-primary-alpha-50: rgba(221, 120, 120, 0.5); + --color-primary-alpha-60: rgba(221, 120, 120, 0.6); + --color-primary-alpha-70: rgba(221, 120, 120, 0.7); + --color-primary-alpha-80: rgba(221, 120, 120, 0.8); + --color-primary-alpha-90: rgba(221, 120, 120, 0.9); + --color-secondary: #bcc0cc; + --color-secondary-dark-1: rgb(195.1329545455, 199.8284090909, 211.5670454545); + --color-secondary-dark-2: rgb(186.2659090909, 191.6568181818, 205.1340909091); + --color-secondary-dark-3: rgb(177.3988636364, 183.4852272727, 198.7011363636); + --color-secondary-dark-4: rgb(168.5318181818, 175.3136363636, 192.2681818182); + --color-secondary-dark-5: rgb(159.6647727273, 167.1420454545, 185.8352272727); + --color-secondary-dark-6: rgb(150.7977272727, 158.9704545455, 179.4022727273); + --color-secondary-dark-7: rgb(141.9306818182, 150.7988636364, 172.9693181818); + --color-secondary-dark-8: rgb(133.0636363636, 142.6272727273, 166.5363636364); + --color-secondary-dark-9: rgb(124.1965909091, 134.4556818182, 160.1034090909); + --color-secondary-dark-10: rgb(115.3295454545, 126.2840909091, 153.6704545455); + --color-secondary-dark-11: rgb(106.6693181818, 118.2011363636, 147.0306818182); + --color-secondary-dark-12: rgb(100.2363636364, 111.0727272727, 138.1636363636); + --color-secondary-dark-13: rgb(93.8034090909, 103.9443181818, 129.2965909091); + --color-secondary-light-1: rgb(212.8670454545, 216.1715909091, 224.4329545455); + --color-secondary-light-2: rgb(221.7340909091, 224.3431818182, 230.8659090909); + --color-secondary-light-3: rgb(230.6011363636, 232.5147727273, 237.2988636364); + --color-secondary-light-4: rgb(239.4681818182, 240.6863636364, 243.7318181818); + --color-secondary-alpha-10: rgba(204, 208, 218, 0.1); + --color-secondary-alpha-20: rgba(204, 208, 218, 0.2); + --color-secondary-alpha-30: rgba(204, 208, 218, 0.3); + --color-secondary-alpha-40: rgba(204, 208, 218, 0.4); + --color-secondary-alpha-50: rgba(204, 208, 218, 0.5); + --color-secondary-alpha-60: rgba(204, 208, 218, 0.6); + --color-secondary-alpha-70: rgba(204, 208, 218, 0.7); + --color-secondary-alpha-80: rgba(204, 208, 218, 0.8); + --color-secondary-alpha-90: rgba(204, 208, 218, 0.9); + /* colors */ + --color-red: #d20f39; + --color-orange: #fe640b; + --color-yellow: #df8e1d; + --color-olive: #40a02b; + --color-green: #40a02b; + --color-teal: #179299; + --color-blue: #1e66f5; + --color-violet: #7287fd; + --color-purple: #8839ef; + --color-pink: #ea76cb; + --color-brown: #dd7878; + --color-grey: #7c7f93; + --color-black: #e6e9ef; + /* light variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-light: rgb(239.4, 36.6, 80.28); + --color-orange-light: rgb(254.2081632653, 132.2653061224, 61.7918367347); + --color-yellow-light: rgb(231.1785714286, 164.6428571429, 71.8214285714); + --color-olive-light: rgb(80.078817734, 200.197044335, 53.802955665); + --color-green-light: rgb(80.078817734, 200.197044335, 53.802955665); + --color-teal-light: rgb(29.6647727273, 188.3068181818, 197.3352272727); + --color-blue-light: rgb(78.829787234, 135.2042553191, 247.170212766); + --color-violet-light: rgb(164.2867132867, 177.7972027972, 253.7132867133); + --color-purple-light: rgb(164.3598130841, 104.1869158879, 242.8130841121); + --color-pink-light: rgb(240.7784810127, 162.2215189873, 219.7848101266); + --color-brown-light: rgb(231.2603550296, 160.7396449704, 160.7396449704); + --color-grey-light: rgb(151.9539748954, 154.3138075314, 170.0460251046); + --color-black-light: hsl(220, 21.9512195122%, 101.9607843137%); + /* dark 1 variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-dark-1: rgb(239.4, 36.6, 80.28); + --color-orange-dark-1: rgb(254.2081632653, 132.2653061224, 61.7918367347); + --color-yellow-dark-1: rgb(231.1785714286, 164.6428571429, 71.8214285714); + --color-olive-dark-1: rgb(80.078817734, 200.197044335, 53.802955665); + --color-green-dark-1: rgb(80.078817734, 200.197044335, 53.802955665); + --color-teal-dark-1: rgb(29.6647727273, 188.3068181818, 197.3352272727); + --color-blue-dark-1: rgb(78.829787234, 135.2042553191, 247.170212766); + --color-violet-dark-1: rgb(164.2867132867, 177.7972027972, 253.7132867133); + --color-purple-dark-1: rgb(164.3598130841, 104.1869158879, 242.8130841121); + --color-pink-dark-1: rgb(240.7784810127, 162.2215189873, 219.7848101266); + --color-brown-dark-1: rgb(231.2603550296, 160.7396449704, 160.7396449704); + --color-black-dark-1: hsl(220, 21.9512195122%, 101.9607843137%); + /* dark 2 variants - produced via Sass scale-color(color, $lightness: -20%) */ + --color-red-dark-2: rgb(242.8, 84.2, 118.36); + --color-orange-dark-2: rgb(254.4163265306, 164.5306122449, 112.5836734694); + --color-yellow-dark-2: rgb(237.0476190476, 186.9047619048, 116.9523809524); + --color-olive-dark-2: rgb(114.6305418719, 211.5763546798, 93.4236453202); + --color-green-dark-2: rgb(114.6305418719, 211.5763546798, 93.4236453202); + --color-teal-dark-2: rgb(53.3181818182, 215.4545454545, 224.6818181818); + --color-blue-dark-2: rgb(127.6595744681, 168.4085106383, 249.3404255319); + --color-violet-dark-2: rgb(214.5734265734, 220.5944055944, 254.4265734266); + --color-purple-dark-2: rgb(192.7196261682, 151.3738317757, 246.6261682243); + --color-pink-dark-2: rgb(247.5569620253, 206.4430379747, 236.5696202532); + --color-brown-dark-2: rgb(241.5207100592, 201.4792899408, 201.4792899408); + --color-black-dark-2: hsl(220, 21.9512195122%, 111.9607843137%); + /* other colors */ + --color-gold: #dc8a78; + --color-white: #4c4f69; + --color-diff-removed-word-bg: rgba(210, 15, 57, 0.15); + --color-diff-added-word-bg: rgba(64, 160, 43, 0.15); + --color-diff-removed-row-bg: rgba(210, 15, 57, 0.07); + --color-diff-moved-row-bg: rgba(223, 142, 29, 0.07); + --color-diff-added-row-bg: rgba(64, 160, 43, 0.07); + --color-diff-removed-row-border: rgba(210, 15, 57, 0.07); + --color-diff-moved-row-border: rgba(223, 142, 29, 0.07); + --color-diff-added-row-border: rgba(64, 160, 43, 0.07); + --color-diff-inactive: #7c7f93; + --color-error-border: #d20f39; + --color-error-bg: #d20f39; + --color-error-bg-active: rgb(233.8, 16.7, 63.46); + --color-error-bg-hover: rgb(239.4, 36.6, 80.28); + --color-error-text: #eff1f5; + --color-success-border: rgb(80.078817734, 200.197044335, 53.802955665); + --color-success-bg: #40a02b; + --color-success-text: #eff1f5; + --color-warning-border: rgb(231.1785714286, 164.6428571429, 71.8214285714); + --color-warning-bg: #df8e1d; + --color-warning-text: #eff1f5; + --color-info-border: rgb(78.829787234, 135.2042553191, 247.170212766); + --color-info-bg: #eff1f5; + --color-info-text: #4c4f69; + --color-red-badge: rgb(239.4, 36.6, 80.28); + --color-red-badge-bg: #eff1f5; + --color-red-badge-hover-bg: rgb(233.8, 16.7, 63.46); + --color-green-badge: #40a02b; + --color-green-badge-bg: #40a02b; + --color-green-badge-hover-bg: rgb(72.039408867, 180.0985221675, 48.4014778325); + --color-yellow-badge: #df8e1d; + --color-yellow-badge-bg: #eff1f5; + --color-yellow-badge-hover-bg: rgb(228.244047619, 153.5119047619, 49.255952381); + --color-orange-badge: #fe640b; + --color-orange-badge-bg: #eff1f5; + --color-orange-badge-hover-bg: rgb(254.1040816327, 116.1326530612, 36.3959183673); + --color-git: #fe640b; + --color-highlight-bg: rgba(223, 142, 29, 0.15); + /* target-based colors */ + --color-body: #eff1f5; + --color-box-header: #e6e9ef; + --color-box-body: #e6e9ef; + --color-box-body-highlight: #ccd0da; + --color-text-dark: #6c6f85; + --color-text: #4c4f69; + --color-text-light: #5c5f77; + --color-text-light-1: #5c5f77; + --color-text-light-2: #5c5f77; + --color-text-light-3: #5c5f77; + --color-footer: #e6e9ef; + --color-timeline: #ccd0da; + --color-input-text: #4c4f69; + --color-input-background: #ccd0da; + --color-input-toggle-background: #ccd0da; + --color-input-border: #bcc0cc; + --color-input-border-hover: #acb0be; + --color-nav-bg: #e6e9ef; + --color-nav-hover-bg: var(--color-hover); + --color-navbar: #e6e9ef; + --color-navbar-transparent: rgba(239, 241, 245, 0); + --color-light: rgba(172, 176, 190, 0.3); + --color-light-mimic-enabled: rgba( + 0, + 0, + 0, + calc(40 / 255 * 222 / 255 / var(--opacity-disabled)) + ); + --color-light-border: #acb0be; + --color-hover: rgba(156, 160, 176, 0.2); + --color-active: rgba(76, 79, 105, 0.1); + --color-menu: #ccd0da; + --color-card: #ccd0da; + --color-markup-table-row: rgba(76, 79, 105, 0.02); + --color-markup-code-block: rgba(76, 79, 105, 0.05); + --color-markup-code-inline: #ccd0da; + --color-button: #ccd0da; + --color-code-bg: #eff1f5; + --color-code-sidebar-bg: #ccd0da; + --color-shadow: rgba(239, 241, 245, 0.1); + --color-tooltip-bg: #ccd0da; + --color-tooltip-text: var(--color-text); + --color-secondary-bg: #ccd0da; + --color-text-focus: #4c4f69; + --color-expand-button: #acb0be; + --color-placeholder-text: #6c6f85; + --color-editor-line-highlight: var(--color-primary-light-5); + --color-project-board-bg: var(--color-secondary-light-2); + /* gitea source code: */ + /* should ideally be --color-text-dark, see go-gitea/gitea#15651 */ + --color-caret: var(--color-text); + --color-reaction-bg: rgba(76, 79, 105, 0.07); + --color-reaction-active-bg: var(--color-primary-alpha-40); + --color-header-wrapper: #e6e9ef; + --color-header-wrapper-transparent: rgba(230, 233, 239, 0); + --color-label-text: #dce0e8; + --color-label-bg: #dd7878; + --color-label-hover-bg: rgb(227.1562130178, 144.4437869822, 144.4437869822); + --color-label-active-bg: rgb(224.0781065089, 132.2218934911, 132.2218934911); + --color-accent: var(--color-primary-light-1); + --color-small-accent: var(--color-primary-light-5); + --color-active-line: #bcc0cc; +} + +.ui.ui.ui.button:not(.inverted, .basic).primary, .ui.ui.ui.button:not(.inverted, .basic).green, .ui.ui.ui.button:not(.inverted, .basic).red, .ui.ui.ui.button:not(.inverted, .basic).teal, +.ui.ui.ui.label:not(.inverted, .basic).primary, +.ui.ui.ui.label:not(.inverted, .basic).green, +.ui.ui.ui.label:not(.inverted, .basic).red, +.ui.ui.ui.label:not(.inverted, .basic).teal { + color: #eff1f5; +} +.ui.ui.ui.button:not(.inverted, .basic).primary:hover, .ui.ui.ui.button:not(.inverted, .basic).green:hover, .ui.ui.ui.button:not(.inverted, .basic).red:hover, .ui.ui.ui.button:not(.inverted, .basic).teal:hover, +.ui.ui.ui.label:not(.inverted, .basic).primary:hover, +.ui.ui.ui.label:not(.inverted, .basic).green:hover, +.ui.ui.ui.label:not(.inverted, .basic).red:hover, +.ui.ui.ui.label:not(.inverted, .basic).teal:hover { + color: #dce0e8; +} + +.ui.basic.modal { + background-color: #dce0e8; +} + +.ui.commit-header-row .svg.gitea-lock ~ a { + color: #eff1f5; +} + +.ui.negative.message .header { + color: var(--color-error-text); +} + +.ui.sha.isSigned.isVerified .shortsha { + color: #eff1f5; +} +.ui.sha.isSigned.isVerified svg.gitea-lock { + fill: #eff1f5; +} + +.ui.basic.modal, +.ui.basic.modal > .header, +.ui.inverted.button { + color: #4c4f69 !important; +} + +#repo-topics, +#topic_edit > .ui.selection.dropdown { + color: var(--color-label-text) !important; +} + +blockquote.attention-tip { + border-left-color: var(--color-success-bg); +} +blockquote.attention-warning { + border-left-color: var(--color-warning-bg); +} + +svg.attention-tip, +strong.attention-tip { + color: var(--color-success-bg); +} +svg.attention-warning, +strong.attention-warning { + color: var(--color-warning-bg); +} + +.inline-code-block { + color: #dce0e8; +} + +::selection { + background: rgba(221, 120, 120, 0.3) !important; +} + +/* NameBuiltinPseudo */ +.chroma .bp { + color: #fe640b; +} + +/* Comment */ +.chroma .c { + color: #9ca0b0; +} + +/* CommentSingle */ +.chroma .c1 { + color: #9ca0b0; +} + +/* CommentHashbang */ +.chroma .ch { + color: #9ca0b0; +} + +/* CommentMultiline */ +.chroma .cm { + color: #9ca0b0; +} + +/* CommentPreproc */ +.chroma .cp { + color: #1e66f5; +} + +/* CommentPreprocFile */ +.chroma .cpf { + color: #1e66f5; +} + +/* CommentSpecial */ +.chroma .cs { + color: #9ca0b0; +} + +/* LiteralStringDelimiter */ +.chroma .dl { + color: #1e66f5; +} + +/* NameFunctionMagic */ +/* Generic */ +/* GenericDeleted */ +.chroma .gd { + color: #4c4f69; + background-color: rgba(210, 15, 57, 0.15); +} + +/* GenericEmph */ +.chroma .ge { + font-style: italic; +} + +/* GenericHeading */ +.chroma .gh { + color: #04a5e5; +} + +/* GenericInserted */ +.chroma .gi { + color: #4c4f69; + background-color: rgba(64, 160, 43, 0.15); +} + +/* GenericUnderline */ +/* GenericOutput */ +.chroma .go { + color: #fe640b; +} + +/* GenericPrompt */ +.chroma .gp { + color: #9ca0b0; + font-weight: bold; +} + +/* GenericError */ +.chroma .gr { + color: #e64553; +} + +/* GenericStrong */ +.chroma .gs { + font-weight: bold; +} + +/* GenericTraceback */ +.chroma .gt { + color: #e64553; +} + +/* GenericSubheading */ +.chroma .gu { + color: #04a5e5; +} + +/* LiteralNumberIntegerLong */ +.chroma .il { + color: #fe640b; +} + +/* Keyword */ +.chroma .k { + color: #8839ef; +} + +/* KeywordConstant */ +.chroma .kc { + color: #df8e1d; +} + +/* KeywordDeclaration */ +.chroma .kd { + color: #8839ef; +} + +/* KeywordNamespace */ +.chroma .kn { + color: #df8e1d; +} + +/* KeywordPseudo */ +.chroma .kp { + color: #8839ef; + font-weight: bold; +} + +/* KeywordReserved */ +.chroma .kr { + color: #8839ef; +} + +/* KeywordType */ +.chroma .kt { + color: #df8e1d; +} + +/* Literal */ +/* LiteralDate */ +/* LiteralNumber */ +.chroma .m { + color: #fe640b; +} + +/* LiteralNumberBin */ +.chroma .mb { + color: #fe640b; +} + +/* LiteralNumberFloat */ +.chroma .mf { + color: #fe640b; +} + +/* LiteralNumberHex */ +.chroma .mh { + color: #fe640b; +} + +/* LiteralNumberInteger */ +.chroma .mi { + color: #fe640b; +} + +/* LiteralNumberOct */ +.chroma .mo { + color: #fe640b; +} + +/* Name */ +.chroma .n { + color: #7287fd; +} + +/* NameAttribute */ +.chroma .na { + color: #df8e1d; +} + +/* NameBuiltin */ +.chroma .nb { + color: #fe640b; +} + +/* NameClass */ +.chroma .nc { + color: #df8e1d; +} + +/* NameDecorator */ +.chroma .nd { + color: #ea76cb; +} + +/* NameException */ +.chroma .ne { + color: #e64553; +} + +/* NameFunction */ +.chroma .nf { + color: #1e66f5; +} + +/* NameEntity */ +.chroma .ni { + color: #ea76cb; +} + +/* NameLabel */ +.chroma .nl { + color: #df8e1d; +} + +/* NameNamespace */ +.chroma .nn { + color: #df8e1d; +} + +/* NameConstant */ +.chroma .no { + color: #df8e1d; +} + +/* NameTag */ +.chroma .nt { + color: #8839ef; +} + +/* NameVariable */ +.chroma .nv { + color: #fe640b; +} + +/* NameOther */ +.chroma .nx { + color: #fe640b; +} + +/* Operator */ +.chroma .o { + color: #04a5e5; +} + +/* OperatorWord */ +.chroma .ow { + color: #04a5e5; + font-weight: bold; +} + +/* Punctuation */ +.chroma .p { + color: #7c7f93; +} + +/* NameProperty */ +/* LiteralString */ +.chroma .s { + color: #40a02b; +} + +/* LiteralStringSingle */ +.chroma .s1 { + color: #40a02b; +} + +/* LiteralStringDouble */ +.chroma .s2 { + color: #40a02b; +} + +/* LiteralStringAffix */ +.chroma .sa { + color: #40a02b; +} + +/* LiteralStringBacktick */ +.chroma .sb { + color: #40a02b; +} + +/* LiteralStringChar */ +.chroma .sc { + color: #40a02b; +} + +/* LiteralStringDoc */ +.chroma .sd { + color: #40a02b; +} + +/* LiteralStringEscape */ +.chroma .se { + color: #1e66f5; +} + +/* LiteralStringHeredoc */ +.chroma .sh { + color: #40a02b; +} + +/* LiteralStringInterpol */ +.chroma .si { + color: #40a02b; +} + +/* LiteralStringRegex */ +.chroma .sr { + color: #1e66f5; +} + +/* LiteralStringSymbol */ +.chroma .ss { + color: #40a02b; +} + +/* LiteralStringOther */ +.chroma .sx { + color: #40a02b; +} + +/* NameVariableClass */ +.chroma .vc { + color: #df8e1d; +} + +/* NameVariableGlobal */ +.chroma .vg { + color: #fe640b; +} + +/* NameVariableInstance */ +.chroma .vi { + color: #df8e1d; +} + +/* NameVariableMagic */ +/* TextWhitespace */ +.chroma .w { + color: #ccd0da; +} + +.CodeMirror .cm-property, +.CodeMirror.cm-s-default .cm-property, +.CodeMirror.cm-s-paper .cm-property { + color: #4c4f69; +} +.CodeMirror .cm-header, +.CodeMirror.cm-s-default .cm-header, +.CodeMirror.cm-s-paper .cm-header { + color: #4c4f69; +} +.CodeMirror .cm-quote, +.CodeMirror.cm-s-default .cm-quote, +.CodeMirror.cm-s-paper .cm-quote { + color: #40a02b; +} +.CodeMirror .cm-keyword, +.CodeMirror.cm-s-default .cm-keyword, +.CodeMirror.cm-s-paper .cm-keyword { + color: #8839ef; +} +.CodeMirror .cm-atom, +.CodeMirror.cm-s-default .cm-atom, +.CodeMirror.cm-s-paper .cm-atom { + color: #d20f39; +} +.CodeMirror .cm-number, +.CodeMirror.cm-s-default .cm-number, +.CodeMirror.cm-s-paper .cm-number { + color: #fe640b; +} +.CodeMirror .cm-def, +.CodeMirror.cm-s-default .cm-def, +.CodeMirror.cm-s-paper .cm-def { + color: #4c4f69; +} +.CodeMirror .cm-variable-2, +.CodeMirror.cm-s-default .cm-variable-2, +.CodeMirror.cm-s-paper .cm-variable-2 { + color: #04a5e5; +} +.CodeMirror .cm-variable-3, +.CodeMirror.cm-s-default .cm-variable-3, +.CodeMirror.cm-s-paper .cm-variable-3 { + color: #179299; +} +.CodeMirror .cm-comment, +.CodeMirror.cm-s-default .cm-comment, +.CodeMirror.cm-s-paper .cm-comment { + color: #acb0be; +} +.CodeMirror .cm-string, +.CodeMirror.cm-s-default .cm-string, +.CodeMirror.cm-s-paper .cm-string { + color: #40a02b; +} +.CodeMirror .cm-string-2, +.CodeMirror.cm-s-default .cm-string-2, +.CodeMirror.cm-s-paper .cm-string-2 { + color: #40a02b; +} +.CodeMirror .cm-meta, +.CodeMirror.cm-s-default .cm-meta, +.CodeMirror.cm-s-paper .cm-meta { + color: #fe640b; +} +.CodeMirror .cm-qualifier, +.CodeMirror.cm-s-default .cm-qualifier, +.CodeMirror.cm-s-paper .cm-qualifier { + color: #fe640b; +} +.CodeMirror .cm-builtin, +.CodeMirror.cm-s-default .cm-builtin, +.CodeMirror.cm-s-paper .cm-builtin { + color: #fe640b; +} +.CodeMirror .cm-bracket, +.CodeMirror.cm-s-default .cm-bracket, +.CodeMirror.cm-s-paper .cm-bracket { + color: #4c4f69; +} +.CodeMirror .cm-tag, +.CodeMirror.cm-s-default .cm-tag, +.CodeMirror.cm-s-paper .cm-tag { + color: #df8e1d; +} +.CodeMirror .cm-attribute, +.CodeMirror.cm-s-default .cm-attribute, +.CodeMirror.cm-s-paper .cm-attribute { + color: #df8e1d; +} +.CodeMirror .cm-hr, +.CodeMirror.cm-s-default .cm-hr, +.CodeMirror.cm-s-paper .cm-hr { + color: #7c7f93; +} +.CodeMirror .cm-url, +.CodeMirror.cm-s-default .cm-url, +.CodeMirror.cm-s-paper .cm-url { + color: #1e66f5; +} +.CodeMirror .cm-link, +.CodeMirror.cm-s-default .cm-link, +.CodeMirror.cm-s-paper .cm-link { + color: #1e66f5; +} +.CodeMirror .cm-error, +.CodeMirror.cm-s-default .cm-error, +.CodeMirror.cm-s-paper .cm-error { + color: #d20f39; +} + +.monaco-editor .selected-text { + background-color: #ccd0da !important; +} +.monaco-editor .margin-view-overlays .line-numbers { + color: #6c6f85 !important; +} +.monaco-editor .line-numbers.active-line-number { + color: #dd7878 !important; +} +.monaco-editor .view-overlays .current-line, +.monaco-editor .margin-view-overlays .current-line-margin { + background-color: rgb(232.7, 235.4, 240.8) !important; +} +.monaco-editor .mtk1 { + color: #4c4f69 !important; +} +.monaco-editor .mtk2 { + color: #ff69b4 !important; +} +.monaco-editor .mtk3 { + color: #fe640b !important; +} +.monaco-editor .mtk4 { + color: #179299 !important; +} +.monaco-editor .mtk5 { + color: #4c4f69 !important; +} +.monaco-editor .mtk6 { + color: #8839ef !important; +} +.monaco-editor .mtk7 { + color: #fe640b !important; +} +.monaco-editor .mtk8 { + color: #7c7f93 !important; +} +.monaco-editor .mtk9 { + color: #8839ef !important; +} +.monaco-editor .mtk10 { + color: #6c6f85 !important; +} +.monaco-editor .mtk11 { + color: #179299 !important; +} +.monaco-editor .mtk12 { + color: #179299 !important; +} +.monaco-editor .mtk13 { + color: #ff69b4 !important; +} +.monaco-editor .mtk14 { + color: #ff69b4 !important; +} +.monaco-editor .mtk15 { + color: #8839ef !important; +} +.monaco-editor .mtk16 { + color: #7c7f93 !important; +} +.monaco-editor .mtk17 { + color: #ff69b4 !important; +} +.monaco-editor .mtk18 { + color: #ff69b4 !important; +} +.monaco-editor .mtk19 { + color: #179299 !important; +} +.monaco-editor .mtk20 { + color: #ff69b4 !important; +} +.monaco-editor .mtk21 { + color: #40a02b !important; +} +.monaco-editor .mtk22 { + color: #ff69b4 !important; +} +.monaco-editor .mtk23 { + color: #1e66f5 !important; +} +.monaco-editor .mtk24 { + color: #fe640b !important; +} +.monaco-editor .mtk25 { + color: #ea76cb !important; +} +.monaco-editor .bracket-highlighting-0 { + color: rgb(156.4, 40.6, 76.2) !important; +} +.monaco-editor .bracket-highlighting-1 { + color: rgb(182.8, 91.6, 48.6) !important; +} +.monaco-editor .bracket-highlighting-2 { + color: rgb(164.2, 116.8, 59.4) !important; +} +.monaco-editor .bracket-highlighting-3 { + color: rgb(68.8, 127.6, 67.8) !important; +} +.monaco-editor .bracket-highlighting-4 { + color: rgb(48.4, 92.8, 189) !important; +} +.monaco-editor .bracket-highlighting-5 { + color: rgb(112, 65.8, 185.4) !important; +} \ No newline at end of file diff --git a/public/assets/css/theme-catppuccin-latte-green.css b/public/assets/css/theme-catppuccin-latte-green.css new file mode 100644 index 0000000..53739ff --- /dev/null +++ b/public/assets/css/theme-catppuccin-latte-green.css @@ -0,0 +1,849 @@ +:root { + color-scheme: light; + --is-dark-theme: false; + accent-color: #40a02b; + --color-primary: #40a02b; + --color-primary-contrast: #eff1f5; + --color-primary-hover: rgb(72.039408867, 180.0985221675, 48.4014778325); + --color-primary-dark-1: rgb(68.8236453202, 172.0591133005, 46.2408866995); + --color-primary-dark-2: rgb(73.6472906404, 184.118226601, 49.481773399); + --color-primary-dark-3: rgb(78.4709359606, 196.1773399015, 52.7226600985); + --color-primary-dark-4: rgb(86.6935960591, 202.9339901478, 61.2660098522); + --color-primary-dark-5: rgb(97.1699507389, 206.1748768473, 73.3251231527); + --color-primary-dark-6: rgb(107.6463054187, 209.4157635468, 85.3842364532); + --color-primary-dark-7: rgb(118.1226600985, 212.6566502463, 97.4433497537); + --color-primary-light-1: rgb(59.1763546798, 147.9408866995, 39.7591133005); + --color-primary-light-2: rgb(54.3527093596, 135.881773399, 36.518226601); + --color-primary-light-3: rgb(49.5290640394, 123.8226600985, 33.2773399015); + --color-primary-light-4: rgb(44.7054187192, 111.763546798, 30.036453202); + --color-primary-light-5: rgb(39.881773399, 99.7044334975, 26.7955665025); + --color-primary-light-6: rgb(35.0581280788, 87.645320197, 23.554679803); + --color-primary-light-7: rgb(30.2344827586, 75.5862068966, 20.3137931034); + --color-primary-alpha-10: rgba(64, 160, 43, 0.1); + --color-primary-alpha-20: rgba(64, 160, 43, 0.2); + --color-primary-alpha-30: rgba(64, 160, 43, 0.3); + --color-primary-alpha-40: rgba(64, 160, 43, 0.4); + --color-primary-alpha-50: rgba(64, 160, 43, 0.5); + --color-primary-alpha-60: rgba(64, 160, 43, 0.6); + --color-primary-alpha-70: rgba(64, 160, 43, 0.7); + --color-primary-alpha-80: rgba(64, 160, 43, 0.8); + --color-primary-alpha-90: rgba(64, 160, 43, 0.9); + --color-secondary: #bcc0cc; + --color-secondary-dark-1: rgb(195.1329545455, 199.8284090909, 211.5670454545); + --color-secondary-dark-2: rgb(186.2659090909, 191.6568181818, 205.1340909091); + --color-secondary-dark-3: rgb(177.3988636364, 183.4852272727, 198.7011363636); + --color-secondary-dark-4: rgb(168.5318181818, 175.3136363636, 192.2681818182); + --color-secondary-dark-5: rgb(159.6647727273, 167.1420454545, 185.8352272727); + --color-secondary-dark-6: rgb(150.7977272727, 158.9704545455, 179.4022727273); + --color-secondary-dark-7: rgb(141.9306818182, 150.7988636364, 172.9693181818); + --color-secondary-dark-8: rgb(133.0636363636, 142.6272727273, 166.5363636364); + --color-secondary-dark-9: rgb(124.1965909091, 134.4556818182, 160.1034090909); + --color-secondary-dark-10: rgb(115.3295454545, 126.2840909091, 153.6704545455); + --color-secondary-dark-11: rgb(106.6693181818, 118.2011363636, 147.0306818182); + --color-secondary-dark-12: rgb(100.2363636364, 111.0727272727, 138.1636363636); + --color-secondary-dark-13: rgb(93.8034090909, 103.9443181818, 129.2965909091); + --color-secondary-light-1: rgb(212.8670454545, 216.1715909091, 224.4329545455); + --color-secondary-light-2: rgb(221.7340909091, 224.3431818182, 230.8659090909); + --color-secondary-light-3: rgb(230.6011363636, 232.5147727273, 237.2988636364); + --color-secondary-light-4: rgb(239.4681818182, 240.6863636364, 243.7318181818); + --color-secondary-alpha-10: rgba(204, 208, 218, 0.1); + --color-secondary-alpha-20: rgba(204, 208, 218, 0.2); + --color-secondary-alpha-30: rgba(204, 208, 218, 0.3); + --color-secondary-alpha-40: rgba(204, 208, 218, 0.4); + --color-secondary-alpha-50: rgba(204, 208, 218, 0.5); + --color-secondary-alpha-60: rgba(204, 208, 218, 0.6); + --color-secondary-alpha-70: rgba(204, 208, 218, 0.7); + --color-secondary-alpha-80: rgba(204, 208, 218, 0.8); + --color-secondary-alpha-90: rgba(204, 208, 218, 0.9); + /* colors */ + --color-red: #d20f39; + --color-orange: #fe640b; + --color-yellow: #df8e1d; + --color-olive: #40a02b; + --color-green: #40a02b; + --color-teal: #179299; + --color-blue: #1e66f5; + --color-violet: #7287fd; + --color-purple: #8839ef; + --color-pink: #ea76cb; + --color-brown: #dd7878; + --color-grey: #7c7f93; + --color-black: #e6e9ef; + /* light variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-light: rgb(239.4, 36.6, 80.28); + --color-orange-light: rgb(254.2081632653, 132.2653061224, 61.7918367347); + --color-yellow-light: rgb(231.1785714286, 164.6428571429, 71.8214285714); + --color-olive-light: rgb(80.078817734, 200.197044335, 53.802955665); + --color-green-light: rgb(80.078817734, 200.197044335, 53.802955665); + --color-teal-light: rgb(29.6647727273, 188.3068181818, 197.3352272727); + --color-blue-light: rgb(78.829787234, 135.2042553191, 247.170212766); + --color-violet-light: rgb(164.2867132867, 177.7972027972, 253.7132867133); + --color-purple-light: rgb(164.3598130841, 104.1869158879, 242.8130841121); + --color-pink-light: rgb(240.7784810127, 162.2215189873, 219.7848101266); + --color-brown-light: rgb(231.2603550296, 160.7396449704, 160.7396449704); + --color-grey-light: rgb(151.9539748954, 154.3138075314, 170.0460251046); + --color-black-light: hsl(220, 21.9512195122%, 101.9607843137%); + /* dark 1 variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-dark-1: rgb(239.4, 36.6, 80.28); + --color-orange-dark-1: rgb(254.2081632653, 132.2653061224, 61.7918367347); + --color-yellow-dark-1: rgb(231.1785714286, 164.6428571429, 71.8214285714); + --color-olive-dark-1: rgb(80.078817734, 200.197044335, 53.802955665); + --color-green-dark-1: rgb(80.078817734, 200.197044335, 53.802955665); + --color-teal-dark-1: rgb(29.6647727273, 188.3068181818, 197.3352272727); + --color-blue-dark-1: rgb(78.829787234, 135.2042553191, 247.170212766); + --color-violet-dark-1: rgb(164.2867132867, 177.7972027972, 253.7132867133); + --color-purple-dark-1: rgb(164.3598130841, 104.1869158879, 242.8130841121); + --color-pink-dark-1: rgb(240.7784810127, 162.2215189873, 219.7848101266); + --color-brown-dark-1: rgb(231.2603550296, 160.7396449704, 160.7396449704); + --color-black-dark-1: hsl(220, 21.9512195122%, 101.9607843137%); + /* dark 2 variants - produced via Sass scale-color(color, $lightness: -20%) */ + --color-red-dark-2: rgb(242.8, 84.2, 118.36); + --color-orange-dark-2: rgb(254.4163265306, 164.5306122449, 112.5836734694); + --color-yellow-dark-2: rgb(237.0476190476, 186.9047619048, 116.9523809524); + --color-olive-dark-2: rgb(114.6305418719, 211.5763546798, 93.4236453202); + --color-green-dark-2: rgb(114.6305418719, 211.5763546798, 93.4236453202); + --color-teal-dark-2: rgb(53.3181818182, 215.4545454545, 224.6818181818); + --color-blue-dark-2: rgb(127.6595744681, 168.4085106383, 249.3404255319); + --color-violet-dark-2: rgb(214.5734265734, 220.5944055944, 254.4265734266); + --color-purple-dark-2: rgb(192.7196261682, 151.3738317757, 246.6261682243); + --color-pink-dark-2: rgb(247.5569620253, 206.4430379747, 236.5696202532); + --color-brown-dark-2: rgb(241.5207100592, 201.4792899408, 201.4792899408); + --color-black-dark-2: hsl(220, 21.9512195122%, 111.9607843137%); + /* other colors */ + --color-gold: #dc8a78; + --color-white: #4c4f69; + --color-diff-removed-word-bg: rgba(210, 15, 57, 0.15); + --color-diff-added-word-bg: rgba(64, 160, 43, 0.15); + --color-diff-removed-row-bg: rgba(210, 15, 57, 0.07); + --color-diff-moved-row-bg: rgba(223, 142, 29, 0.07); + --color-diff-added-row-bg: rgba(64, 160, 43, 0.07); + --color-diff-removed-row-border: rgba(210, 15, 57, 0.07); + --color-diff-moved-row-border: rgba(223, 142, 29, 0.07); + --color-diff-added-row-border: rgba(64, 160, 43, 0.07); + --color-diff-inactive: #7c7f93; + --color-error-border: #d20f39; + --color-error-bg: #d20f39; + --color-error-bg-active: rgb(233.8, 16.7, 63.46); + --color-error-bg-hover: rgb(239.4, 36.6, 80.28); + --color-error-text: #eff1f5; + --color-success-border: rgb(80.078817734, 200.197044335, 53.802955665); + --color-success-bg: #40a02b; + --color-success-text: #eff1f5; + --color-warning-border: rgb(231.1785714286, 164.6428571429, 71.8214285714); + --color-warning-bg: #df8e1d; + --color-warning-text: #eff1f5; + --color-info-border: rgb(78.829787234, 135.2042553191, 247.170212766); + --color-info-bg: #eff1f5; + --color-info-text: #4c4f69; + --color-red-badge: rgb(239.4, 36.6, 80.28); + --color-red-badge-bg: #eff1f5; + --color-red-badge-hover-bg: rgb(233.8, 16.7, 63.46); + --color-green-badge: #40a02b; + --color-green-badge-bg: #40a02b; + --color-green-badge-hover-bg: rgb(72.039408867, 180.0985221675, 48.4014778325); + --color-yellow-badge: #df8e1d; + --color-yellow-badge-bg: #eff1f5; + --color-yellow-badge-hover-bg: rgb(228.244047619, 153.5119047619, 49.255952381); + --color-orange-badge: #fe640b; + --color-orange-badge-bg: #eff1f5; + --color-orange-badge-hover-bg: rgb(254.1040816327, 116.1326530612, 36.3959183673); + --color-git: #fe640b; + --color-highlight-bg: rgba(223, 142, 29, 0.15); + /* target-based colors */ + --color-body: #eff1f5; + --color-box-header: #e6e9ef; + --color-box-body: #e6e9ef; + --color-box-body-highlight: #ccd0da; + --color-text-dark: #6c6f85; + --color-text: #4c4f69; + --color-text-light: #5c5f77; + --color-text-light-1: #5c5f77; + --color-text-light-2: #5c5f77; + --color-text-light-3: #5c5f77; + --color-footer: #e6e9ef; + --color-timeline: #ccd0da; + --color-input-text: #4c4f69; + --color-input-background: #ccd0da; + --color-input-toggle-background: #ccd0da; + --color-input-border: #bcc0cc; + --color-input-border-hover: #acb0be; + --color-nav-bg: #e6e9ef; + --color-nav-hover-bg: var(--color-hover); + --color-navbar: #e6e9ef; + --color-navbar-transparent: rgba(239, 241, 245, 0); + --color-light: rgba(172, 176, 190, 0.3); + --color-light-mimic-enabled: rgba( + 0, + 0, + 0, + calc(40 / 255 * 222 / 255 / var(--opacity-disabled)) + ); + --color-light-border: #acb0be; + --color-hover: rgba(156, 160, 176, 0.2); + --color-active: rgba(76, 79, 105, 0.1); + --color-menu: #ccd0da; + --color-card: #ccd0da; + --color-markup-table-row: rgba(76, 79, 105, 0.02); + --color-markup-code-block: rgba(76, 79, 105, 0.05); + --color-markup-code-inline: #ccd0da; + --color-button: #ccd0da; + --color-code-bg: #eff1f5; + --color-code-sidebar-bg: #ccd0da; + --color-shadow: rgba(239, 241, 245, 0.1); + --color-tooltip-bg: #ccd0da; + --color-tooltip-text: var(--color-text); + --color-secondary-bg: #ccd0da; + --color-text-focus: #4c4f69; + --color-expand-button: #acb0be; + --color-placeholder-text: #6c6f85; + --color-editor-line-highlight: var(--color-primary-light-5); + --color-project-board-bg: var(--color-secondary-light-2); + /* gitea source code: */ + /* should ideally be --color-text-dark, see go-gitea/gitea#15651 */ + --color-caret: var(--color-text); + --color-reaction-bg: rgba(76, 79, 105, 0.07); + --color-reaction-active-bg: var(--color-primary-alpha-40); + --color-header-wrapper: #e6e9ef; + --color-header-wrapper-transparent: rgba(230, 233, 239, 0); + --color-label-text: #dce0e8; + --color-label-bg: #40a02b; + --color-label-hover-bg: rgb(73.6472906404, 184.118226601, 49.481773399); + --color-label-active-bg: rgb(68.8236453202, 172.0591133005, 46.2408866995); + --color-accent: var(--color-primary-light-1); + --color-small-accent: var(--color-primary-light-5); + --color-active-line: #bcc0cc; +} + +.ui.ui.ui.button:not(.inverted, .basic).primary, .ui.ui.ui.button:not(.inverted, .basic).green, .ui.ui.ui.button:not(.inverted, .basic).red, .ui.ui.ui.button:not(.inverted, .basic).teal, +.ui.ui.ui.label:not(.inverted, .basic).primary, +.ui.ui.ui.label:not(.inverted, .basic).green, +.ui.ui.ui.label:not(.inverted, .basic).red, +.ui.ui.ui.label:not(.inverted, .basic).teal { + color: #eff1f5; +} +.ui.ui.ui.button:not(.inverted, .basic).primary:hover, .ui.ui.ui.button:not(.inverted, .basic).green:hover, .ui.ui.ui.button:not(.inverted, .basic).red:hover, .ui.ui.ui.button:not(.inverted, .basic).teal:hover, +.ui.ui.ui.label:not(.inverted, .basic).primary:hover, +.ui.ui.ui.label:not(.inverted, .basic).green:hover, +.ui.ui.ui.label:not(.inverted, .basic).red:hover, +.ui.ui.ui.label:not(.inverted, .basic).teal:hover { + color: #dce0e8; +} + +.ui.basic.modal { + background-color: #dce0e8; +} + +.ui.commit-header-row .svg.gitea-lock ~ a { + color: #eff1f5; +} + +.ui.negative.message .header { + color: var(--color-error-text); +} + +.ui.sha.isSigned.isVerified .shortsha { + color: #eff1f5; +} +.ui.sha.isSigned.isVerified svg.gitea-lock { + fill: #eff1f5; +} + +.ui.basic.modal, +.ui.basic.modal > .header, +.ui.inverted.button { + color: #4c4f69 !important; +} + +#repo-topics, +#topic_edit > .ui.selection.dropdown { + color: var(--color-label-text) !important; +} + +blockquote.attention-tip { + border-left-color: var(--color-success-bg); +} +blockquote.attention-warning { + border-left-color: var(--color-warning-bg); +} + +svg.attention-tip, +strong.attention-tip { + color: var(--color-success-bg); +} +svg.attention-warning, +strong.attention-warning { + color: var(--color-warning-bg); +} + +.inline-code-block { + color: #dce0e8; +} + +::selection { + background: rgba(64, 160, 43, 0.3) !important; +} + +/* NameBuiltinPseudo */ +.chroma .bp { + color: #fe640b; +} + +/* Comment */ +.chroma .c { + color: #9ca0b0; +} + +/* CommentSingle */ +.chroma .c1 { + color: #9ca0b0; +} + +/* CommentHashbang */ +.chroma .ch { + color: #9ca0b0; +} + +/* CommentMultiline */ +.chroma .cm { + color: #9ca0b0; +} + +/* CommentPreproc */ +.chroma .cp { + color: #1e66f5; +} + +/* CommentPreprocFile */ +.chroma .cpf { + color: #1e66f5; +} + +/* CommentSpecial */ +.chroma .cs { + color: #9ca0b0; +} + +/* LiteralStringDelimiter */ +.chroma .dl { + color: #1e66f5; +} + +/* NameFunctionMagic */ +/* Generic */ +/* GenericDeleted */ +.chroma .gd { + color: #4c4f69; + background-color: rgba(210, 15, 57, 0.15); +} + +/* GenericEmph */ +.chroma .ge { + font-style: italic; +} + +/* GenericHeading */ +.chroma .gh { + color: #04a5e5; +} + +/* GenericInserted */ +.chroma .gi { + color: #4c4f69; + background-color: rgba(64, 160, 43, 0.15); +} + +/* GenericUnderline */ +/* GenericOutput */ +.chroma .go { + color: #fe640b; +} + +/* GenericPrompt */ +.chroma .gp { + color: #9ca0b0; + font-weight: bold; +} + +/* GenericError */ +.chroma .gr { + color: #e64553; +} + +/* GenericStrong */ +.chroma .gs { + font-weight: bold; +} + +/* GenericTraceback */ +.chroma .gt { + color: #e64553; +} + +/* GenericSubheading */ +.chroma .gu { + color: #04a5e5; +} + +/* LiteralNumberIntegerLong */ +.chroma .il { + color: #fe640b; +} + +/* Keyword */ +.chroma .k { + color: #8839ef; +} + +/* KeywordConstant */ +.chroma .kc { + color: #df8e1d; +} + +/* KeywordDeclaration */ +.chroma .kd { + color: #8839ef; +} + +/* KeywordNamespace */ +.chroma .kn { + color: #df8e1d; +} + +/* KeywordPseudo */ +.chroma .kp { + color: #8839ef; + font-weight: bold; +} + +/* KeywordReserved */ +.chroma .kr { + color: #8839ef; +} + +/* KeywordType */ +.chroma .kt { + color: #df8e1d; +} + +/* Literal */ +/* LiteralDate */ +/* LiteralNumber */ +.chroma .m { + color: #fe640b; +} + +/* LiteralNumberBin */ +.chroma .mb { + color: #fe640b; +} + +/* LiteralNumberFloat */ +.chroma .mf { + color: #fe640b; +} + +/* LiteralNumberHex */ +.chroma .mh { + color: #fe640b; +} + +/* LiteralNumberInteger */ +.chroma .mi { + color: #fe640b; +} + +/* LiteralNumberOct */ +.chroma .mo { + color: #fe640b; +} + +/* Name */ +.chroma .n { + color: #7287fd; +} + +/* NameAttribute */ +.chroma .na { + color: #df8e1d; +} + +/* NameBuiltin */ +.chroma .nb { + color: #fe640b; +} + +/* NameClass */ +.chroma .nc { + color: #df8e1d; +} + +/* NameDecorator */ +.chroma .nd { + color: #ea76cb; +} + +/* NameException */ +.chroma .ne { + color: #e64553; +} + +/* NameFunction */ +.chroma .nf { + color: #1e66f5; +} + +/* NameEntity */ +.chroma .ni { + color: #ea76cb; +} + +/* NameLabel */ +.chroma .nl { + color: #df8e1d; +} + +/* NameNamespace */ +.chroma .nn { + color: #df8e1d; +} + +/* NameConstant */ +.chroma .no { + color: #df8e1d; +} + +/* NameTag */ +.chroma .nt { + color: #8839ef; +} + +/* NameVariable */ +.chroma .nv { + color: #fe640b; +} + +/* NameOther */ +.chroma .nx { + color: #fe640b; +} + +/* Operator */ +.chroma .o { + color: #04a5e5; +} + +/* OperatorWord */ +.chroma .ow { + color: #04a5e5; + font-weight: bold; +} + +/* Punctuation */ +.chroma .p { + color: #7c7f93; +} + +/* NameProperty */ +/* LiteralString */ +.chroma .s { + color: #40a02b; +} + +/* LiteralStringSingle */ +.chroma .s1 { + color: #40a02b; +} + +/* LiteralStringDouble */ +.chroma .s2 { + color: #40a02b; +} + +/* LiteralStringAffix */ +.chroma .sa { + color: #40a02b; +} + +/* LiteralStringBacktick */ +.chroma .sb { + color: #40a02b; +} + +/* LiteralStringChar */ +.chroma .sc { + color: #40a02b; +} + +/* LiteralStringDoc */ +.chroma .sd { + color: #40a02b; +} + +/* LiteralStringEscape */ +.chroma .se { + color: #1e66f5; +} + +/* LiteralStringHeredoc */ +.chroma .sh { + color: #40a02b; +} + +/* LiteralStringInterpol */ +.chroma .si { + color: #40a02b; +} + +/* LiteralStringRegex */ +.chroma .sr { + color: #1e66f5; +} + +/* LiteralStringSymbol */ +.chroma .ss { + color: #40a02b; +} + +/* LiteralStringOther */ +.chroma .sx { + color: #40a02b; +} + +/* NameVariableClass */ +.chroma .vc { + color: #df8e1d; +} + +/* NameVariableGlobal */ +.chroma .vg { + color: #fe640b; +} + +/* NameVariableInstance */ +.chroma .vi { + color: #df8e1d; +} + +/* NameVariableMagic */ +/* TextWhitespace */ +.chroma .w { + color: #ccd0da; +} + +.CodeMirror .cm-property, +.CodeMirror.cm-s-default .cm-property, +.CodeMirror.cm-s-paper .cm-property { + color: #4c4f69; +} +.CodeMirror .cm-header, +.CodeMirror.cm-s-default .cm-header, +.CodeMirror.cm-s-paper .cm-header { + color: #4c4f69; +} +.CodeMirror .cm-quote, +.CodeMirror.cm-s-default .cm-quote, +.CodeMirror.cm-s-paper .cm-quote { + color: #40a02b; +} +.CodeMirror .cm-keyword, +.CodeMirror.cm-s-default .cm-keyword, +.CodeMirror.cm-s-paper .cm-keyword { + color: #8839ef; +} +.CodeMirror .cm-atom, +.CodeMirror.cm-s-default .cm-atom, +.CodeMirror.cm-s-paper .cm-atom { + color: #d20f39; +} +.CodeMirror .cm-number, +.CodeMirror.cm-s-default .cm-number, +.CodeMirror.cm-s-paper .cm-number { + color: #fe640b; +} +.CodeMirror .cm-def, +.CodeMirror.cm-s-default .cm-def, +.CodeMirror.cm-s-paper .cm-def { + color: #4c4f69; +} +.CodeMirror .cm-variable-2, +.CodeMirror.cm-s-default .cm-variable-2, +.CodeMirror.cm-s-paper .cm-variable-2 { + color: #04a5e5; +} +.CodeMirror .cm-variable-3, +.CodeMirror.cm-s-default .cm-variable-3, +.CodeMirror.cm-s-paper .cm-variable-3 { + color: #179299; +} +.CodeMirror .cm-comment, +.CodeMirror.cm-s-default .cm-comment, +.CodeMirror.cm-s-paper .cm-comment { + color: #acb0be; +} +.CodeMirror .cm-string, +.CodeMirror.cm-s-default .cm-string, +.CodeMirror.cm-s-paper .cm-string { + color: #40a02b; +} +.CodeMirror .cm-string-2, +.CodeMirror.cm-s-default .cm-string-2, +.CodeMirror.cm-s-paper .cm-string-2 { + color: #40a02b; +} +.CodeMirror .cm-meta, +.CodeMirror.cm-s-default .cm-meta, +.CodeMirror.cm-s-paper .cm-meta { + color: #fe640b; +} +.CodeMirror .cm-qualifier, +.CodeMirror.cm-s-default .cm-qualifier, +.CodeMirror.cm-s-paper .cm-qualifier { + color: #fe640b; +} +.CodeMirror .cm-builtin, +.CodeMirror.cm-s-default .cm-builtin, +.CodeMirror.cm-s-paper .cm-builtin { + color: #fe640b; +} +.CodeMirror .cm-bracket, +.CodeMirror.cm-s-default .cm-bracket, +.CodeMirror.cm-s-paper .cm-bracket { + color: #4c4f69; +} +.CodeMirror .cm-tag, +.CodeMirror.cm-s-default .cm-tag, +.CodeMirror.cm-s-paper .cm-tag { + color: #df8e1d; +} +.CodeMirror .cm-attribute, +.CodeMirror.cm-s-default .cm-attribute, +.CodeMirror.cm-s-paper .cm-attribute { + color: #df8e1d; +} +.CodeMirror .cm-hr, +.CodeMirror.cm-s-default .cm-hr, +.CodeMirror.cm-s-paper .cm-hr { + color: #7c7f93; +} +.CodeMirror .cm-url, +.CodeMirror.cm-s-default .cm-url, +.CodeMirror.cm-s-paper .cm-url { + color: #1e66f5; +} +.CodeMirror .cm-link, +.CodeMirror.cm-s-default .cm-link, +.CodeMirror.cm-s-paper .cm-link { + color: #1e66f5; +} +.CodeMirror .cm-error, +.CodeMirror.cm-s-default .cm-error, +.CodeMirror.cm-s-paper .cm-error { + color: #d20f39; +} + +.monaco-editor .selected-text { + background-color: #ccd0da !important; +} +.monaco-editor .margin-view-overlays .line-numbers { + color: #6c6f85 !important; +} +.monaco-editor .line-numbers.active-line-number { + color: #40a02b !important; +} +.monaco-editor .view-overlays .current-line, +.monaco-editor .margin-view-overlays .current-line-margin { + background-color: rgb(232.7, 235.4, 240.8) !important; +} +.monaco-editor .mtk1 { + color: #4c4f69 !important; +} +.monaco-editor .mtk2 { + color: #ff69b4 !important; +} +.monaco-editor .mtk3 { + color: #fe640b !important; +} +.monaco-editor .mtk4 { + color: #179299 !important; +} +.monaco-editor .mtk5 { + color: #4c4f69 !important; +} +.monaco-editor .mtk6 { + color: #8839ef !important; +} +.monaco-editor .mtk7 { + color: #fe640b !important; +} +.monaco-editor .mtk8 { + color: #7c7f93 !important; +} +.monaco-editor .mtk9 { + color: #8839ef !important; +} +.monaco-editor .mtk10 { + color: #6c6f85 !important; +} +.monaco-editor .mtk11 { + color: #179299 !important; +} +.monaco-editor .mtk12 { + color: #179299 !important; +} +.monaco-editor .mtk13 { + color: #ff69b4 !important; +} +.monaco-editor .mtk14 { + color: #ff69b4 !important; +} +.monaco-editor .mtk15 { + color: #8839ef !important; +} +.monaco-editor .mtk16 { + color: #7c7f93 !important; +} +.monaco-editor .mtk17 { + color: #ff69b4 !important; +} +.monaco-editor .mtk18 { + color: #ff69b4 !important; +} +.monaco-editor .mtk19 { + color: #179299 !important; +} +.monaco-editor .mtk20 { + color: #ff69b4 !important; +} +.monaco-editor .mtk21 { + color: #40a02b !important; +} +.monaco-editor .mtk22 { + color: #ff69b4 !important; +} +.monaco-editor .mtk23 { + color: #1e66f5 !important; +} +.monaco-editor .mtk24 { + color: #fe640b !important; +} +.monaco-editor .mtk25 { + color: #ea76cb !important; +} +.monaco-editor .bracket-highlighting-0 { + color: rgb(156.4, 40.6, 76.2) !important; +} +.monaco-editor .bracket-highlighting-1 { + color: rgb(182.8, 91.6, 48.6) !important; +} +.monaco-editor .bracket-highlighting-2 { + color: rgb(164.2, 116.8, 59.4) !important; +} +.monaco-editor .bracket-highlighting-3 { + color: rgb(68.8, 127.6, 67.8) !important; +} +.monaco-editor .bracket-highlighting-4 { + color: rgb(48.4, 92.8, 189) !important; +} +.monaco-editor .bracket-highlighting-5 { + color: rgb(112, 65.8, 185.4) !important; +} \ No newline at end of file diff --git a/public/assets/css/theme-catppuccin-latte-lavender.css b/public/assets/css/theme-catppuccin-latte-lavender.css new file mode 100644 index 0000000..6bf44b5 --- /dev/null +++ b/public/assets/css/theme-catppuccin-latte-lavender.css @@ -0,0 +1,849 @@ +:root { + color-scheme: light; + --is-dark-theme: false; + accent-color: #7287fd; + --color-primary: #7287fd; + --color-primary-contrast: #eff1f5; + --color-primary-hover: rgb(139.1433566434, 156.3986013986, 253.3566433566); + --color-primary-dark-1: rgb(129.086013986, 147.8391608392, 253.213986014); + --color-primary-dark-2: rgb(144.172027972, 160.6783216783, 253.427972028); + --color-primary-dark-3: rgb(159.258041958, 173.5174825175, 253.641958042); + --color-primary-dark-4: rgb(174.3440559441, 186.3566433566, 253.8559440559); + --color-primary-dark-5: rgb(189.4300699301, 199.1958041958, 254.0699300699); + --color-primary-dark-6: rgb(204.5160839161, 212.034965035, 254.2839160839); + --color-primary-dark-7: rgb(219.6020979021, 224.8741258741, 254.4979020979); + --color-primary-light-1: rgb(98.913986014, 122.1608391608, 252.786013986); + --color-primary-light-2: rgb(83.827972028, 109.3216783217, 252.572027972); + --color-primary-light-3: rgb(68.741958042, 96.4825174825, 252.358041958); + --color-primary-light-4: rgb(53.6559440559, 83.6433566434, 252.1440559441); + --color-primary-light-5: rgb(38.5699300699, 70.8041958042, 251.9300699301); + --color-primary-light-6: rgb(23.4839160839, 57.965034965, 251.7160839161); + --color-primary-light-7: rgb(8.3979020979, 45.1258741259, 251.5020979021); + --color-primary-alpha-10: rgba(114, 135, 253, 0.1); + --color-primary-alpha-20: rgba(114, 135, 253, 0.2); + --color-primary-alpha-30: rgba(114, 135, 253, 0.3); + --color-primary-alpha-40: rgba(114, 135, 253, 0.4); + --color-primary-alpha-50: rgba(114, 135, 253, 0.5); + --color-primary-alpha-60: rgba(114, 135, 253, 0.6); + --color-primary-alpha-70: rgba(114, 135, 253, 0.7); + --color-primary-alpha-80: rgba(114, 135, 253, 0.8); + --color-primary-alpha-90: rgba(114, 135, 253, 0.9); + --color-secondary: #bcc0cc; + --color-secondary-dark-1: rgb(195.1329545455, 199.8284090909, 211.5670454545); + --color-secondary-dark-2: rgb(186.2659090909, 191.6568181818, 205.1340909091); + --color-secondary-dark-3: rgb(177.3988636364, 183.4852272727, 198.7011363636); + --color-secondary-dark-4: rgb(168.5318181818, 175.3136363636, 192.2681818182); + --color-secondary-dark-5: rgb(159.6647727273, 167.1420454545, 185.8352272727); + --color-secondary-dark-6: rgb(150.7977272727, 158.9704545455, 179.4022727273); + --color-secondary-dark-7: rgb(141.9306818182, 150.7988636364, 172.9693181818); + --color-secondary-dark-8: rgb(133.0636363636, 142.6272727273, 166.5363636364); + --color-secondary-dark-9: rgb(124.1965909091, 134.4556818182, 160.1034090909); + --color-secondary-dark-10: rgb(115.3295454545, 126.2840909091, 153.6704545455); + --color-secondary-dark-11: rgb(106.6693181818, 118.2011363636, 147.0306818182); + --color-secondary-dark-12: rgb(100.2363636364, 111.0727272727, 138.1636363636); + --color-secondary-dark-13: rgb(93.8034090909, 103.9443181818, 129.2965909091); + --color-secondary-light-1: rgb(212.8670454545, 216.1715909091, 224.4329545455); + --color-secondary-light-2: rgb(221.7340909091, 224.3431818182, 230.8659090909); + --color-secondary-light-3: rgb(230.6011363636, 232.5147727273, 237.2988636364); + --color-secondary-light-4: rgb(239.4681818182, 240.6863636364, 243.7318181818); + --color-secondary-alpha-10: rgba(204, 208, 218, 0.1); + --color-secondary-alpha-20: rgba(204, 208, 218, 0.2); + --color-secondary-alpha-30: rgba(204, 208, 218, 0.3); + --color-secondary-alpha-40: rgba(204, 208, 218, 0.4); + --color-secondary-alpha-50: rgba(204, 208, 218, 0.5); + --color-secondary-alpha-60: rgba(204, 208, 218, 0.6); + --color-secondary-alpha-70: rgba(204, 208, 218, 0.7); + --color-secondary-alpha-80: rgba(204, 208, 218, 0.8); + --color-secondary-alpha-90: rgba(204, 208, 218, 0.9); + /* colors */ + --color-red: #d20f39; + --color-orange: #fe640b; + --color-yellow: #df8e1d; + --color-olive: #40a02b; + --color-green: #40a02b; + --color-teal: #179299; + --color-blue: #1e66f5; + --color-violet: #7287fd; + --color-purple: #8839ef; + --color-pink: #ea76cb; + --color-brown: #dd7878; + --color-grey: #7c7f93; + --color-black: #e6e9ef; + /* light variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-light: rgb(239.4, 36.6, 80.28); + --color-orange-light: rgb(254.2081632653, 132.2653061224, 61.7918367347); + --color-yellow-light: rgb(231.1785714286, 164.6428571429, 71.8214285714); + --color-olive-light: rgb(80.078817734, 200.197044335, 53.802955665); + --color-green-light: rgb(80.078817734, 200.197044335, 53.802955665); + --color-teal-light: rgb(29.6647727273, 188.3068181818, 197.3352272727); + --color-blue-light: rgb(78.829787234, 135.2042553191, 247.170212766); + --color-violet-light: rgb(164.2867132867, 177.7972027972, 253.7132867133); + --color-purple-light: rgb(164.3598130841, 104.1869158879, 242.8130841121); + --color-pink-light: rgb(240.7784810127, 162.2215189873, 219.7848101266); + --color-brown-light: rgb(231.2603550296, 160.7396449704, 160.7396449704); + --color-grey-light: rgb(151.9539748954, 154.3138075314, 170.0460251046); + --color-black-light: hsl(220, 21.9512195122%, 101.9607843137%); + /* dark 1 variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-dark-1: rgb(239.4, 36.6, 80.28); + --color-orange-dark-1: rgb(254.2081632653, 132.2653061224, 61.7918367347); + --color-yellow-dark-1: rgb(231.1785714286, 164.6428571429, 71.8214285714); + --color-olive-dark-1: rgb(80.078817734, 200.197044335, 53.802955665); + --color-green-dark-1: rgb(80.078817734, 200.197044335, 53.802955665); + --color-teal-dark-1: rgb(29.6647727273, 188.3068181818, 197.3352272727); + --color-blue-dark-1: rgb(78.829787234, 135.2042553191, 247.170212766); + --color-violet-dark-1: rgb(164.2867132867, 177.7972027972, 253.7132867133); + --color-purple-dark-1: rgb(164.3598130841, 104.1869158879, 242.8130841121); + --color-pink-dark-1: rgb(240.7784810127, 162.2215189873, 219.7848101266); + --color-brown-dark-1: rgb(231.2603550296, 160.7396449704, 160.7396449704); + --color-black-dark-1: hsl(220, 21.9512195122%, 101.9607843137%); + /* dark 2 variants - produced via Sass scale-color(color, $lightness: -20%) */ + --color-red-dark-2: rgb(242.8, 84.2, 118.36); + --color-orange-dark-2: rgb(254.4163265306, 164.5306122449, 112.5836734694); + --color-yellow-dark-2: rgb(237.0476190476, 186.9047619048, 116.9523809524); + --color-olive-dark-2: rgb(114.6305418719, 211.5763546798, 93.4236453202); + --color-green-dark-2: rgb(114.6305418719, 211.5763546798, 93.4236453202); + --color-teal-dark-2: rgb(53.3181818182, 215.4545454545, 224.6818181818); + --color-blue-dark-2: rgb(127.6595744681, 168.4085106383, 249.3404255319); + --color-violet-dark-2: rgb(214.5734265734, 220.5944055944, 254.4265734266); + --color-purple-dark-2: rgb(192.7196261682, 151.3738317757, 246.6261682243); + --color-pink-dark-2: rgb(247.5569620253, 206.4430379747, 236.5696202532); + --color-brown-dark-2: rgb(241.5207100592, 201.4792899408, 201.4792899408); + --color-black-dark-2: hsl(220, 21.9512195122%, 111.9607843137%); + /* other colors */ + --color-gold: #dc8a78; + --color-white: #4c4f69; + --color-diff-removed-word-bg: rgba(210, 15, 57, 0.15); + --color-diff-added-word-bg: rgba(64, 160, 43, 0.15); + --color-diff-removed-row-bg: rgba(210, 15, 57, 0.07); + --color-diff-moved-row-bg: rgba(223, 142, 29, 0.07); + --color-diff-added-row-bg: rgba(64, 160, 43, 0.07); + --color-diff-removed-row-border: rgba(210, 15, 57, 0.07); + --color-diff-moved-row-border: rgba(223, 142, 29, 0.07); + --color-diff-added-row-border: rgba(64, 160, 43, 0.07); + --color-diff-inactive: #7c7f93; + --color-error-border: #d20f39; + --color-error-bg: #d20f39; + --color-error-bg-active: rgb(233.8, 16.7, 63.46); + --color-error-bg-hover: rgb(239.4, 36.6, 80.28); + --color-error-text: #eff1f5; + --color-success-border: rgb(80.078817734, 200.197044335, 53.802955665); + --color-success-bg: #40a02b; + --color-success-text: #eff1f5; + --color-warning-border: rgb(231.1785714286, 164.6428571429, 71.8214285714); + --color-warning-bg: #df8e1d; + --color-warning-text: #eff1f5; + --color-info-border: rgb(78.829787234, 135.2042553191, 247.170212766); + --color-info-bg: #eff1f5; + --color-info-text: #4c4f69; + --color-red-badge: rgb(239.4, 36.6, 80.28); + --color-red-badge-bg: #eff1f5; + --color-red-badge-hover-bg: rgb(233.8, 16.7, 63.46); + --color-green-badge: #40a02b; + --color-green-badge-bg: #40a02b; + --color-green-badge-hover-bg: rgb(72.039408867, 180.0985221675, 48.4014778325); + --color-yellow-badge: #df8e1d; + --color-yellow-badge-bg: #eff1f5; + --color-yellow-badge-hover-bg: rgb(228.244047619, 153.5119047619, 49.255952381); + --color-orange-badge: #fe640b; + --color-orange-badge-bg: #eff1f5; + --color-orange-badge-hover-bg: rgb(254.1040816327, 116.1326530612, 36.3959183673); + --color-git: #fe640b; + --color-highlight-bg: rgba(223, 142, 29, 0.15); + /* target-based colors */ + --color-body: #eff1f5; + --color-box-header: #e6e9ef; + --color-box-body: #e6e9ef; + --color-box-body-highlight: #ccd0da; + --color-text-dark: #6c6f85; + --color-text: #4c4f69; + --color-text-light: #5c5f77; + --color-text-light-1: #5c5f77; + --color-text-light-2: #5c5f77; + --color-text-light-3: #5c5f77; + --color-footer: #e6e9ef; + --color-timeline: #ccd0da; + --color-input-text: #4c4f69; + --color-input-background: #ccd0da; + --color-input-toggle-background: #ccd0da; + --color-input-border: #bcc0cc; + --color-input-border-hover: #acb0be; + --color-nav-bg: #e6e9ef; + --color-nav-hover-bg: var(--color-hover); + --color-navbar: #e6e9ef; + --color-navbar-transparent: rgba(239, 241, 245, 0); + --color-light: rgba(172, 176, 190, 0.3); + --color-light-mimic-enabled: rgba( + 0, + 0, + 0, + calc(40 / 255 * 222 / 255 / var(--opacity-disabled)) + ); + --color-light-border: #acb0be; + --color-hover: rgba(156, 160, 176, 0.2); + --color-active: rgba(76, 79, 105, 0.1); + --color-menu: #ccd0da; + --color-card: #ccd0da; + --color-markup-table-row: rgba(76, 79, 105, 0.02); + --color-markup-code-block: rgba(76, 79, 105, 0.05); + --color-markup-code-inline: #ccd0da; + --color-button: #ccd0da; + --color-code-bg: #eff1f5; + --color-code-sidebar-bg: #ccd0da; + --color-shadow: rgba(239, 241, 245, 0.1); + --color-tooltip-bg: #ccd0da; + --color-tooltip-text: var(--color-text); + --color-secondary-bg: #ccd0da; + --color-text-focus: #4c4f69; + --color-expand-button: #acb0be; + --color-placeholder-text: #6c6f85; + --color-editor-line-highlight: var(--color-primary-light-5); + --color-project-board-bg: var(--color-secondary-light-2); + /* gitea source code: */ + /* should ideally be --color-text-dark, see go-gitea/gitea#15651 */ + --color-caret: var(--color-text); + --color-reaction-bg: rgba(76, 79, 105, 0.07); + --color-reaction-active-bg: var(--color-primary-alpha-40); + --color-header-wrapper: #e6e9ef; + --color-header-wrapper-transparent: rgba(230, 233, 239, 0); + --color-label-text: #dce0e8; + --color-label-bg: #7287fd; + --color-label-hover-bg: rgb(144.172027972, 160.6783216783, 253.427972028); + --color-label-active-bg: rgb(129.086013986, 147.8391608392, 253.213986014); + --color-accent: var(--color-primary-light-1); + --color-small-accent: var(--color-primary-light-5); + --color-active-line: #bcc0cc; +} + +.ui.ui.ui.button:not(.inverted, .basic).primary, .ui.ui.ui.button:not(.inverted, .basic).green, .ui.ui.ui.button:not(.inverted, .basic).red, .ui.ui.ui.button:not(.inverted, .basic).teal, +.ui.ui.ui.label:not(.inverted, .basic).primary, +.ui.ui.ui.label:not(.inverted, .basic).green, +.ui.ui.ui.label:not(.inverted, .basic).red, +.ui.ui.ui.label:not(.inverted, .basic).teal { + color: #eff1f5; +} +.ui.ui.ui.button:not(.inverted, .basic).primary:hover, .ui.ui.ui.button:not(.inverted, .basic).green:hover, .ui.ui.ui.button:not(.inverted, .basic).red:hover, .ui.ui.ui.button:not(.inverted, .basic).teal:hover, +.ui.ui.ui.label:not(.inverted, .basic).primary:hover, +.ui.ui.ui.label:not(.inverted, .basic).green:hover, +.ui.ui.ui.label:not(.inverted, .basic).red:hover, +.ui.ui.ui.label:not(.inverted, .basic).teal:hover { + color: #dce0e8; +} + +.ui.basic.modal { + background-color: #dce0e8; +} + +.ui.commit-header-row .svg.gitea-lock ~ a { + color: #eff1f5; +} + +.ui.negative.message .header { + color: var(--color-error-text); +} + +.ui.sha.isSigned.isVerified .shortsha { + color: #eff1f5; +} +.ui.sha.isSigned.isVerified svg.gitea-lock { + fill: #eff1f5; +} + +.ui.basic.modal, +.ui.basic.modal > .header, +.ui.inverted.button { + color: #4c4f69 !important; +} + +#repo-topics, +#topic_edit > .ui.selection.dropdown { + color: var(--color-label-text) !important; +} + +blockquote.attention-tip { + border-left-color: var(--color-success-bg); +} +blockquote.attention-warning { + border-left-color: var(--color-warning-bg); +} + +svg.attention-tip, +strong.attention-tip { + color: var(--color-success-bg); +} +svg.attention-warning, +strong.attention-warning { + color: var(--color-warning-bg); +} + +.inline-code-block { + color: #dce0e8; +} + +::selection { + background: rgba(114, 135, 253, 0.3) !important; +} + +/* NameBuiltinPseudo */ +.chroma .bp { + color: #fe640b; +} + +/* Comment */ +.chroma .c { + color: #9ca0b0; +} + +/* CommentSingle */ +.chroma .c1 { + color: #9ca0b0; +} + +/* CommentHashbang */ +.chroma .ch { + color: #9ca0b0; +} + +/* CommentMultiline */ +.chroma .cm { + color: #9ca0b0; +} + +/* CommentPreproc */ +.chroma .cp { + color: #1e66f5; +} + +/* CommentPreprocFile */ +.chroma .cpf { + color: #1e66f5; +} + +/* CommentSpecial */ +.chroma .cs { + color: #9ca0b0; +} + +/* LiteralStringDelimiter */ +.chroma .dl { + color: #1e66f5; +} + +/* NameFunctionMagic */ +/* Generic */ +/* GenericDeleted */ +.chroma .gd { + color: #4c4f69; + background-color: rgba(210, 15, 57, 0.15); +} + +/* GenericEmph */ +.chroma .ge { + font-style: italic; +} + +/* GenericHeading */ +.chroma .gh { + color: #04a5e5; +} + +/* GenericInserted */ +.chroma .gi { + color: #4c4f69; + background-color: rgba(64, 160, 43, 0.15); +} + +/* GenericUnderline */ +/* GenericOutput */ +.chroma .go { + color: #fe640b; +} + +/* GenericPrompt */ +.chroma .gp { + color: #9ca0b0; + font-weight: bold; +} + +/* GenericError */ +.chroma .gr { + color: #e64553; +} + +/* GenericStrong */ +.chroma .gs { + font-weight: bold; +} + +/* GenericTraceback */ +.chroma .gt { + color: #e64553; +} + +/* GenericSubheading */ +.chroma .gu { + color: #04a5e5; +} + +/* LiteralNumberIntegerLong */ +.chroma .il { + color: #fe640b; +} + +/* Keyword */ +.chroma .k { + color: #8839ef; +} + +/* KeywordConstant */ +.chroma .kc { + color: #df8e1d; +} + +/* KeywordDeclaration */ +.chroma .kd { + color: #8839ef; +} + +/* KeywordNamespace */ +.chroma .kn { + color: #df8e1d; +} + +/* KeywordPseudo */ +.chroma .kp { + color: #8839ef; + font-weight: bold; +} + +/* KeywordReserved */ +.chroma .kr { + color: #8839ef; +} + +/* KeywordType */ +.chroma .kt { + color: #df8e1d; +} + +/* Literal */ +/* LiteralDate */ +/* LiteralNumber */ +.chroma .m { + color: #fe640b; +} + +/* LiteralNumberBin */ +.chroma .mb { + color: #fe640b; +} + +/* LiteralNumberFloat */ +.chroma .mf { + color: #fe640b; +} + +/* LiteralNumberHex */ +.chroma .mh { + color: #fe640b; +} + +/* LiteralNumberInteger */ +.chroma .mi { + color: #fe640b; +} + +/* LiteralNumberOct */ +.chroma .mo { + color: #fe640b; +} + +/* Name */ +.chroma .n { + color: #7287fd; +} + +/* NameAttribute */ +.chroma .na { + color: #df8e1d; +} + +/* NameBuiltin */ +.chroma .nb { + color: #fe640b; +} + +/* NameClass */ +.chroma .nc { + color: #df8e1d; +} + +/* NameDecorator */ +.chroma .nd { + color: #ea76cb; +} + +/* NameException */ +.chroma .ne { + color: #e64553; +} + +/* NameFunction */ +.chroma .nf { + color: #1e66f5; +} + +/* NameEntity */ +.chroma .ni { + color: #ea76cb; +} + +/* NameLabel */ +.chroma .nl { + color: #df8e1d; +} + +/* NameNamespace */ +.chroma .nn { + color: #df8e1d; +} + +/* NameConstant */ +.chroma .no { + color: #df8e1d; +} + +/* NameTag */ +.chroma .nt { + color: #8839ef; +} + +/* NameVariable */ +.chroma .nv { + color: #fe640b; +} + +/* NameOther */ +.chroma .nx { + color: #fe640b; +} + +/* Operator */ +.chroma .o { + color: #04a5e5; +} + +/* OperatorWord */ +.chroma .ow { + color: #04a5e5; + font-weight: bold; +} + +/* Punctuation */ +.chroma .p { + color: #7c7f93; +} + +/* NameProperty */ +/* LiteralString */ +.chroma .s { + color: #40a02b; +} + +/* LiteralStringSingle */ +.chroma .s1 { + color: #40a02b; +} + +/* LiteralStringDouble */ +.chroma .s2 { + color: #40a02b; +} + +/* LiteralStringAffix */ +.chroma .sa { + color: #40a02b; +} + +/* LiteralStringBacktick */ +.chroma .sb { + color: #40a02b; +} + +/* LiteralStringChar */ +.chroma .sc { + color: #40a02b; +} + +/* LiteralStringDoc */ +.chroma .sd { + color: #40a02b; +} + +/* LiteralStringEscape */ +.chroma .se { + color: #1e66f5; +} + +/* LiteralStringHeredoc */ +.chroma .sh { + color: #40a02b; +} + +/* LiteralStringInterpol */ +.chroma .si { + color: #40a02b; +} + +/* LiteralStringRegex */ +.chroma .sr { + color: #1e66f5; +} + +/* LiteralStringSymbol */ +.chroma .ss { + color: #40a02b; +} + +/* LiteralStringOther */ +.chroma .sx { + color: #40a02b; +} + +/* NameVariableClass */ +.chroma .vc { + color: #df8e1d; +} + +/* NameVariableGlobal */ +.chroma .vg { + color: #fe640b; +} + +/* NameVariableInstance */ +.chroma .vi { + color: #df8e1d; +} + +/* NameVariableMagic */ +/* TextWhitespace */ +.chroma .w { + color: #ccd0da; +} + +.CodeMirror .cm-property, +.CodeMirror.cm-s-default .cm-property, +.CodeMirror.cm-s-paper .cm-property { + color: #4c4f69; +} +.CodeMirror .cm-header, +.CodeMirror.cm-s-default .cm-header, +.CodeMirror.cm-s-paper .cm-header { + color: #4c4f69; +} +.CodeMirror .cm-quote, +.CodeMirror.cm-s-default .cm-quote, +.CodeMirror.cm-s-paper .cm-quote { + color: #40a02b; +} +.CodeMirror .cm-keyword, +.CodeMirror.cm-s-default .cm-keyword, +.CodeMirror.cm-s-paper .cm-keyword { + color: #8839ef; +} +.CodeMirror .cm-atom, +.CodeMirror.cm-s-default .cm-atom, +.CodeMirror.cm-s-paper .cm-atom { + color: #d20f39; +} +.CodeMirror .cm-number, +.CodeMirror.cm-s-default .cm-number, +.CodeMirror.cm-s-paper .cm-number { + color: #fe640b; +} +.CodeMirror .cm-def, +.CodeMirror.cm-s-default .cm-def, +.CodeMirror.cm-s-paper .cm-def { + color: #4c4f69; +} +.CodeMirror .cm-variable-2, +.CodeMirror.cm-s-default .cm-variable-2, +.CodeMirror.cm-s-paper .cm-variable-2 { + color: #04a5e5; +} +.CodeMirror .cm-variable-3, +.CodeMirror.cm-s-default .cm-variable-3, +.CodeMirror.cm-s-paper .cm-variable-3 { + color: #179299; +} +.CodeMirror .cm-comment, +.CodeMirror.cm-s-default .cm-comment, +.CodeMirror.cm-s-paper .cm-comment { + color: #acb0be; +} +.CodeMirror .cm-string, +.CodeMirror.cm-s-default .cm-string, +.CodeMirror.cm-s-paper .cm-string { + color: #40a02b; +} +.CodeMirror .cm-string-2, +.CodeMirror.cm-s-default .cm-string-2, +.CodeMirror.cm-s-paper .cm-string-2 { + color: #40a02b; +} +.CodeMirror .cm-meta, +.CodeMirror.cm-s-default .cm-meta, +.CodeMirror.cm-s-paper .cm-meta { + color: #fe640b; +} +.CodeMirror .cm-qualifier, +.CodeMirror.cm-s-default .cm-qualifier, +.CodeMirror.cm-s-paper .cm-qualifier { + color: #fe640b; +} +.CodeMirror .cm-builtin, +.CodeMirror.cm-s-default .cm-builtin, +.CodeMirror.cm-s-paper .cm-builtin { + color: #fe640b; +} +.CodeMirror .cm-bracket, +.CodeMirror.cm-s-default .cm-bracket, +.CodeMirror.cm-s-paper .cm-bracket { + color: #4c4f69; +} +.CodeMirror .cm-tag, +.CodeMirror.cm-s-default .cm-tag, +.CodeMirror.cm-s-paper .cm-tag { + color: #df8e1d; +} +.CodeMirror .cm-attribute, +.CodeMirror.cm-s-default .cm-attribute, +.CodeMirror.cm-s-paper .cm-attribute { + color: #df8e1d; +} +.CodeMirror .cm-hr, +.CodeMirror.cm-s-default .cm-hr, +.CodeMirror.cm-s-paper .cm-hr { + color: #7c7f93; +} +.CodeMirror .cm-url, +.CodeMirror.cm-s-default .cm-url, +.CodeMirror.cm-s-paper .cm-url { + color: #1e66f5; +} +.CodeMirror .cm-link, +.CodeMirror.cm-s-default .cm-link, +.CodeMirror.cm-s-paper .cm-link { + color: #1e66f5; +} +.CodeMirror .cm-error, +.CodeMirror.cm-s-default .cm-error, +.CodeMirror.cm-s-paper .cm-error { + color: #d20f39; +} + +.monaco-editor .selected-text { + background-color: #ccd0da !important; +} +.monaco-editor .margin-view-overlays .line-numbers { + color: #6c6f85 !important; +} +.monaco-editor .line-numbers.active-line-number { + color: #7287fd !important; +} +.monaco-editor .view-overlays .current-line, +.monaco-editor .margin-view-overlays .current-line-margin { + background-color: rgb(232.7, 235.4, 240.8) !important; +} +.monaco-editor .mtk1 { + color: #4c4f69 !important; +} +.monaco-editor .mtk2 { + color: #ff69b4 !important; +} +.monaco-editor .mtk3 { + color: #fe640b !important; +} +.monaco-editor .mtk4 { + color: #179299 !important; +} +.monaco-editor .mtk5 { + color: #4c4f69 !important; +} +.monaco-editor .mtk6 { + color: #8839ef !important; +} +.monaco-editor .mtk7 { + color: #fe640b !important; +} +.monaco-editor .mtk8 { + color: #7c7f93 !important; +} +.monaco-editor .mtk9 { + color: #8839ef !important; +} +.monaco-editor .mtk10 { + color: #6c6f85 !important; +} +.monaco-editor .mtk11 { + color: #179299 !important; +} +.monaco-editor .mtk12 { + color: #179299 !important; +} +.monaco-editor .mtk13 { + color: #ff69b4 !important; +} +.monaco-editor .mtk14 { + color: #ff69b4 !important; +} +.monaco-editor .mtk15 { + color: #8839ef !important; +} +.monaco-editor .mtk16 { + color: #7c7f93 !important; +} +.monaco-editor .mtk17 { + color: #ff69b4 !important; +} +.monaco-editor .mtk18 { + color: #ff69b4 !important; +} +.monaco-editor .mtk19 { + color: #179299 !important; +} +.monaco-editor .mtk20 { + color: #ff69b4 !important; +} +.monaco-editor .mtk21 { + color: #40a02b !important; +} +.monaco-editor .mtk22 { + color: #ff69b4 !important; +} +.monaco-editor .mtk23 { + color: #1e66f5 !important; +} +.monaco-editor .mtk24 { + color: #fe640b !important; +} +.monaco-editor .mtk25 { + color: #ea76cb !important; +} +.monaco-editor .bracket-highlighting-0 { + color: rgb(156.4, 40.6, 76.2) !important; +} +.monaco-editor .bracket-highlighting-1 { + color: rgb(182.8, 91.6, 48.6) !important; +} +.monaco-editor .bracket-highlighting-2 { + color: rgb(164.2, 116.8, 59.4) !important; +} +.monaco-editor .bracket-highlighting-3 { + color: rgb(68.8, 127.6, 67.8) !important; +} +.monaco-editor .bracket-highlighting-4 { + color: rgb(48.4, 92.8, 189) !important; +} +.monaco-editor .bracket-highlighting-5 { + color: rgb(112, 65.8, 185.4) !important; +} \ No newline at end of file diff --git a/public/assets/css/theme-catppuccin-latte-maroon.css b/public/assets/css/theme-catppuccin-latte-maroon.css new file mode 100644 index 0000000..7d87658 --- /dev/null +++ b/public/assets/css/theme-catppuccin-latte-maroon.css @@ -0,0 +1,849 @@ +:root { + color-scheme: light; + --is-dark-theme: false; + accent-color: #e64553; + --color-primary: #e64553; + --color-primary-contrast: #eff1f5; + --color-primary-hover: rgb(233.0213270142, 91.4786729858, 103.7867298578); + --color-primary-dark-1: rgb(231.8127962085, 82.4872037915, 95.4720379147); + --color-primary-dark-2: rgb(233.6255924171, 95.9744075829, 107.9440758294); + --color-primary-dark-3: rgb(235.4383886256, 109.4616113744, 120.4161137441); + --color-primary-dark-4: rgb(237.2511848341, 122.9488151659, 132.8881516588); + --color-primary-dark-5: rgb(239.0639810427, 136.4360189573, 145.3601895735); + --color-primary-dark-6: rgb(240.8767772512, 149.9232227488, 157.8322274882); + --color-primary-dark-7: rgb(242.6895734597, 163.4104265403, 170.3042654028); + --color-primary-light-1: rgb(228.1872037915, 55.5127962085, 70.5279620853); + --color-primary-light-2: rgb(226.3744075829, 42.0255924171, 58.0559241706); + --color-primary-light-3: rgb(223.1118483412, 29.9881516588, 46.7815165877); + --color-primary-light-4: rgb(209.6246445498, 28.1753554502, 43.9535545024); + --color-primary-light-5: rgb(196.1374407583, 26.3625592417, 41.1255924171); + --color-primary-light-6: rgb(182.6502369668, 24.5497630332, 38.2976303318); + --color-primary-light-7: rgb(169.1630331754, 22.7369668246, 35.4696682464); + --color-primary-alpha-10: rgba(230, 69, 83, 0.1); + --color-primary-alpha-20: rgba(230, 69, 83, 0.2); + --color-primary-alpha-30: rgba(230, 69, 83, 0.3); + --color-primary-alpha-40: rgba(230, 69, 83, 0.4); + --color-primary-alpha-50: rgba(230, 69, 83, 0.5); + --color-primary-alpha-60: rgba(230, 69, 83, 0.6); + --color-primary-alpha-70: rgba(230, 69, 83, 0.7); + --color-primary-alpha-80: rgba(230, 69, 83, 0.8); + --color-primary-alpha-90: rgba(230, 69, 83, 0.9); + --color-secondary: #bcc0cc; + --color-secondary-dark-1: rgb(195.1329545455, 199.8284090909, 211.5670454545); + --color-secondary-dark-2: rgb(186.2659090909, 191.6568181818, 205.1340909091); + --color-secondary-dark-3: rgb(177.3988636364, 183.4852272727, 198.7011363636); + --color-secondary-dark-4: rgb(168.5318181818, 175.3136363636, 192.2681818182); + --color-secondary-dark-5: rgb(159.6647727273, 167.1420454545, 185.8352272727); + --color-secondary-dark-6: rgb(150.7977272727, 158.9704545455, 179.4022727273); + --color-secondary-dark-7: rgb(141.9306818182, 150.7988636364, 172.9693181818); + --color-secondary-dark-8: rgb(133.0636363636, 142.6272727273, 166.5363636364); + --color-secondary-dark-9: rgb(124.1965909091, 134.4556818182, 160.1034090909); + --color-secondary-dark-10: rgb(115.3295454545, 126.2840909091, 153.6704545455); + --color-secondary-dark-11: rgb(106.6693181818, 118.2011363636, 147.0306818182); + --color-secondary-dark-12: rgb(100.2363636364, 111.0727272727, 138.1636363636); + --color-secondary-dark-13: rgb(93.8034090909, 103.9443181818, 129.2965909091); + --color-secondary-light-1: rgb(212.8670454545, 216.1715909091, 224.4329545455); + --color-secondary-light-2: rgb(221.7340909091, 224.3431818182, 230.8659090909); + --color-secondary-light-3: rgb(230.6011363636, 232.5147727273, 237.2988636364); + --color-secondary-light-4: rgb(239.4681818182, 240.6863636364, 243.7318181818); + --color-secondary-alpha-10: rgba(204, 208, 218, 0.1); + --color-secondary-alpha-20: rgba(204, 208, 218, 0.2); + --color-secondary-alpha-30: rgba(204, 208, 218, 0.3); + --color-secondary-alpha-40: rgba(204, 208, 218, 0.4); + --color-secondary-alpha-50: rgba(204, 208, 218, 0.5); + --color-secondary-alpha-60: rgba(204, 208, 218, 0.6); + --color-secondary-alpha-70: rgba(204, 208, 218, 0.7); + --color-secondary-alpha-80: rgba(204, 208, 218, 0.8); + --color-secondary-alpha-90: rgba(204, 208, 218, 0.9); + /* colors */ + --color-red: #d20f39; + --color-orange: #fe640b; + --color-yellow: #df8e1d; + --color-olive: #40a02b; + --color-green: #40a02b; + --color-teal: #179299; + --color-blue: #1e66f5; + --color-violet: #7287fd; + --color-purple: #8839ef; + --color-pink: #ea76cb; + --color-brown: #dd7878; + --color-grey: #7c7f93; + --color-black: #e6e9ef; + /* light variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-light: rgb(239.4, 36.6, 80.28); + --color-orange-light: rgb(254.2081632653, 132.2653061224, 61.7918367347); + --color-yellow-light: rgb(231.1785714286, 164.6428571429, 71.8214285714); + --color-olive-light: rgb(80.078817734, 200.197044335, 53.802955665); + --color-green-light: rgb(80.078817734, 200.197044335, 53.802955665); + --color-teal-light: rgb(29.6647727273, 188.3068181818, 197.3352272727); + --color-blue-light: rgb(78.829787234, 135.2042553191, 247.170212766); + --color-violet-light: rgb(164.2867132867, 177.7972027972, 253.7132867133); + --color-purple-light: rgb(164.3598130841, 104.1869158879, 242.8130841121); + --color-pink-light: rgb(240.7784810127, 162.2215189873, 219.7848101266); + --color-brown-light: rgb(231.2603550296, 160.7396449704, 160.7396449704); + --color-grey-light: rgb(151.9539748954, 154.3138075314, 170.0460251046); + --color-black-light: hsl(220, 21.9512195122%, 101.9607843137%); + /* dark 1 variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-dark-1: rgb(239.4, 36.6, 80.28); + --color-orange-dark-1: rgb(254.2081632653, 132.2653061224, 61.7918367347); + --color-yellow-dark-1: rgb(231.1785714286, 164.6428571429, 71.8214285714); + --color-olive-dark-1: rgb(80.078817734, 200.197044335, 53.802955665); + --color-green-dark-1: rgb(80.078817734, 200.197044335, 53.802955665); + --color-teal-dark-1: rgb(29.6647727273, 188.3068181818, 197.3352272727); + --color-blue-dark-1: rgb(78.829787234, 135.2042553191, 247.170212766); + --color-violet-dark-1: rgb(164.2867132867, 177.7972027972, 253.7132867133); + --color-purple-dark-1: rgb(164.3598130841, 104.1869158879, 242.8130841121); + --color-pink-dark-1: rgb(240.7784810127, 162.2215189873, 219.7848101266); + --color-brown-dark-1: rgb(231.2603550296, 160.7396449704, 160.7396449704); + --color-black-dark-1: hsl(220, 21.9512195122%, 101.9607843137%); + /* dark 2 variants - produced via Sass scale-color(color, $lightness: -20%) */ + --color-red-dark-2: rgb(242.8, 84.2, 118.36); + --color-orange-dark-2: rgb(254.4163265306, 164.5306122449, 112.5836734694); + --color-yellow-dark-2: rgb(237.0476190476, 186.9047619048, 116.9523809524); + --color-olive-dark-2: rgb(114.6305418719, 211.5763546798, 93.4236453202); + --color-green-dark-2: rgb(114.6305418719, 211.5763546798, 93.4236453202); + --color-teal-dark-2: rgb(53.3181818182, 215.4545454545, 224.6818181818); + --color-blue-dark-2: rgb(127.6595744681, 168.4085106383, 249.3404255319); + --color-violet-dark-2: rgb(214.5734265734, 220.5944055944, 254.4265734266); + --color-purple-dark-2: rgb(192.7196261682, 151.3738317757, 246.6261682243); + --color-pink-dark-2: rgb(247.5569620253, 206.4430379747, 236.5696202532); + --color-brown-dark-2: rgb(241.5207100592, 201.4792899408, 201.4792899408); + --color-black-dark-2: hsl(220, 21.9512195122%, 111.9607843137%); + /* other colors */ + --color-gold: #dc8a78; + --color-white: #4c4f69; + --color-diff-removed-word-bg: rgba(210, 15, 57, 0.15); + --color-diff-added-word-bg: rgba(64, 160, 43, 0.15); + --color-diff-removed-row-bg: rgba(210, 15, 57, 0.07); + --color-diff-moved-row-bg: rgba(223, 142, 29, 0.07); + --color-diff-added-row-bg: rgba(64, 160, 43, 0.07); + --color-diff-removed-row-border: rgba(210, 15, 57, 0.07); + --color-diff-moved-row-border: rgba(223, 142, 29, 0.07); + --color-diff-added-row-border: rgba(64, 160, 43, 0.07); + --color-diff-inactive: #7c7f93; + --color-error-border: #d20f39; + --color-error-bg: #d20f39; + --color-error-bg-active: rgb(233.8, 16.7, 63.46); + --color-error-bg-hover: rgb(239.4, 36.6, 80.28); + --color-error-text: #eff1f5; + --color-success-border: rgb(80.078817734, 200.197044335, 53.802955665); + --color-success-bg: #40a02b; + --color-success-text: #eff1f5; + --color-warning-border: rgb(231.1785714286, 164.6428571429, 71.8214285714); + --color-warning-bg: #df8e1d; + --color-warning-text: #eff1f5; + --color-info-border: rgb(78.829787234, 135.2042553191, 247.170212766); + --color-info-bg: #eff1f5; + --color-info-text: #4c4f69; + --color-red-badge: rgb(239.4, 36.6, 80.28); + --color-red-badge-bg: #eff1f5; + --color-red-badge-hover-bg: rgb(233.8, 16.7, 63.46); + --color-green-badge: #40a02b; + --color-green-badge-bg: #40a02b; + --color-green-badge-hover-bg: rgb(72.039408867, 180.0985221675, 48.4014778325); + --color-yellow-badge: #df8e1d; + --color-yellow-badge-bg: #eff1f5; + --color-yellow-badge-hover-bg: rgb(228.244047619, 153.5119047619, 49.255952381); + --color-orange-badge: #fe640b; + --color-orange-badge-bg: #eff1f5; + --color-orange-badge-hover-bg: rgb(254.1040816327, 116.1326530612, 36.3959183673); + --color-git: #fe640b; + --color-highlight-bg: rgba(223, 142, 29, 0.15); + /* target-based colors */ + --color-body: #eff1f5; + --color-box-header: #e6e9ef; + --color-box-body: #e6e9ef; + --color-box-body-highlight: #ccd0da; + --color-text-dark: #6c6f85; + --color-text: #4c4f69; + --color-text-light: #5c5f77; + --color-text-light-1: #5c5f77; + --color-text-light-2: #5c5f77; + --color-text-light-3: #5c5f77; + --color-footer: #e6e9ef; + --color-timeline: #ccd0da; + --color-input-text: #4c4f69; + --color-input-background: #ccd0da; + --color-input-toggle-background: #ccd0da; + --color-input-border: #bcc0cc; + --color-input-border-hover: #acb0be; + --color-nav-bg: #e6e9ef; + --color-nav-hover-bg: var(--color-hover); + --color-navbar: #e6e9ef; + --color-navbar-transparent: rgba(239, 241, 245, 0); + --color-light: rgba(172, 176, 190, 0.3); + --color-light-mimic-enabled: rgba( + 0, + 0, + 0, + calc(40 / 255 * 222 / 255 / var(--opacity-disabled)) + ); + --color-light-border: #acb0be; + --color-hover: rgba(156, 160, 176, 0.2); + --color-active: rgba(76, 79, 105, 0.1); + --color-menu: #ccd0da; + --color-card: #ccd0da; + --color-markup-table-row: rgba(76, 79, 105, 0.02); + --color-markup-code-block: rgba(76, 79, 105, 0.05); + --color-markup-code-inline: #ccd0da; + --color-button: #ccd0da; + --color-code-bg: #eff1f5; + --color-code-sidebar-bg: #ccd0da; + --color-shadow: rgba(239, 241, 245, 0.1); + --color-tooltip-bg: #ccd0da; + --color-tooltip-text: var(--color-text); + --color-secondary-bg: #ccd0da; + --color-text-focus: #4c4f69; + --color-expand-button: #acb0be; + --color-placeholder-text: #6c6f85; + --color-editor-line-highlight: var(--color-primary-light-5); + --color-project-board-bg: var(--color-secondary-light-2); + /* gitea source code: */ + /* should ideally be --color-text-dark, see go-gitea/gitea#15651 */ + --color-caret: var(--color-text); + --color-reaction-bg: rgba(76, 79, 105, 0.07); + --color-reaction-active-bg: var(--color-primary-alpha-40); + --color-header-wrapper: #e6e9ef; + --color-header-wrapper-transparent: rgba(230, 233, 239, 0); + --color-label-text: #dce0e8; + --color-label-bg: #e64553; + --color-label-hover-bg: rgb(233.6255924171, 95.9744075829, 107.9440758294); + --color-label-active-bg: rgb(231.8127962085, 82.4872037915, 95.4720379147); + --color-accent: var(--color-primary-light-1); + --color-small-accent: var(--color-primary-light-5); + --color-active-line: #bcc0cc; +} + +.ui.ui.ui.button:not(.inverted, .basic).primary, .ui.ui.ui.button:not(.inverted, .basic).green, .ui.ui.ui.button:not(.inverted, .basic).red, .ui.ui.ui.button:not(.inverted, .basic).teal, +.ui.ui.ui.label:not(.inverted, .basic).primary, +.ui.ui.ui.label:not(.inverted, .basic).green, +.ui.ui.ui.label:not(.inverted, .basic).red, +.ui.ui.ui.label:not(.inverted, .basic).teal { + color: #eff1f5; +} +.ui.ui.ui.button:not(.inverted, .basic).primary:hover, .ui.ui.ui.button:not(.inverted, .basic).green:hover, .ui.ui.ui.button:not(.inverted, .basic).red:hover, .ui.ui.ui.button:not(.inverted, .basic).teal:hover, +.ui.ui.ui.label:not(.inverted, .basic).primary:hover, +.ui.ui.ui.label:not(.inverted, .basic).green:hover, +.ui.ui.ui.label:not(.inverted, .basic).red:hover, +.ui.ui.ui.label:not(.inverted, .basic).teal:hover { + color: #dce0e8; +} + +.ui.basic.modal { + background-color: #dce0e8; +} + +.ui.commit-header-row .svg.gitea-lock ~ a { + color: #eff1f5; +} + +.ui.negative.message .header { + color: var(--color-error-text); +} + +.ui.sha.isSigned.isVerified .shortsha { + color: #eff1f5; +} +.ui.sha.isSigned.isVerified svg.gitea-lock { + fill: #eff1f5; +} + +.ui.basic.modal, +.ui.basic.modal > .header, +.ui.inverted.button { + color: #4c4f69 !important; +} + +#repo-topics, +#topic_edit > .ui.selection.dropdown { + color: var(--color-label-text) !important; +} + +blockquote.attention-tip { + border-left-color: var(--color-success-bg); +} +blockquote.attention-warning { + border-left-color: var(--color-warning-bg); +} + +svg.attention-tip, +strong.attention-tip { + color: var(--color-success-bg); +} +svg.attention-warning, +strong.attention-warning { + color: var(--color-warning-bg); +} + +.inline-code-block { + color: #dce0e8; +} + +::selection { + background: rgba(230, 69, 83, 0.3) !important; +} + +/* NameBuiltinPseudo */ +.chroma .bp { + color: #fe640b; +} + +/* Comment */ +.chroma .c { + color: #9ca0b0; +} + +/* CommentSingle */ +.chroma .c1 { + color: #9ca0b0; +} + +/* CommentHashbang */ +.chroma .ch { + color: #9ca0b0; +} + +/* CommentMultiline */ +.chroma .cm { + color: #9ca0b0; +} + +/* CommentPreproc */ +.chroma .cp { + color: #1e66f5; +} + +/* CommentPreprocFile */ +.chroma .cpf { + color: #1e66f5; +} + +/* CommentSpecial */ +.chroma .cs { + color: #9ca0b0; +} + +/* LiteralStringDelimiter */ +.chroma .dl { + color: #1e66f5; +} + +/* NameFunctionMagic */ +/* Generic */ +/* GenericDeleted */ +.chroma .gd { + color: #4c4f69; + background-color: rgba(210, 15, 57, 0.15); +} + +/* GenericEmph */ +.chroma .ge { + font-style: italic; +} + +/* GenericHeading */ +.chroma .gh { + color: #04a5e5; +} + +/* GenericInserted */ +.chroma .gi { + color: #4c4f69; + background-color: rgba(64, 160, 43, 0.15); +} + +/* GenericUnderline */ +/* GenericOutput */ +.chroma .go { + color: #fe640b; +} + +/* GenericPrompt */ +.chroma .gp { + color: #9ca0b0; + font-weight: bold; +} + +/* GenericError */ +.chroma .gr { + color: #e64553; +} + +/* GenericStrong */ +.chroma .gs { + font-weight: bold; +} + +/* GenericTraceback */ +.chroma .gt { + color: #e64553; +} + +/* GenericSubheading */ +.chroma .gu { + color: #04a5e5; +} + +/* LiteralNumberIntegerLong */ +.chroma .il { + color: #fe640b; +} + +/* Keyword */ +.chroma .k { + color: #8839ef; +} + +/* KeywordConstant */ +.chroma .kc { + color: #df8e1d; +} + +/* KeywordDeclaration */ +.chroma .kd { + color: #8839ef; +} + +/* KeywordNamespace */ +.chroma .kn { + color: #df8e1d; +} + +/* KeywordPseudo */ +.chroma .kp { + color: #8839ef; + font-weight: bold; +} + +/* KeywordReserved */ +.chroma .kr { + color: #8839ef; +} + +/* KeywordType */ +.chroma .kt { + color: #df8e1d; +} + +/* Literal */ +/* LiteralDate */ +/* LiteralNumber */ +.chroma .m { + color: #fe640b; +} + +/* LiteralNumberBin */ +.chroma .mb { + color: #fe640b; +} + +/* LiteralNumberFloat */ +.chroma .mf { + color: #fe640b; +} + +/* LiteralNumberHex */ +.chroma .mh { + color: #fe640b; +} + +/* LiteralNumberInteger */ +.chroma .mi { + color: #fe640b; +} + +/* LiteralNumberOct */ +.chroma .mo { + color: #fe640b; +} + +/* Name */ +.chroma .n { + color: #7287fd; +} + +/* NameAttribute */ +.chroma .na { + color: #df8e1d; +} + +/* NameBuiltin */ +.chroma .nb { + color: #fe640b; +} + +/* NameClass */ +.chroma .nc { + color: #df8e1d; +} + +/* NameDecorator */ +.chroma .nd { + color: #ea76cb; +} + +/* NameException */ +.chroma .ne { + color: #e64553; +} + +/* NameFunction */ +.chroma .nf { + color: #1e66f5; +} + +/* NameEntity */ +.chroma .ni { + color: #ea76cb; +} + +/* NameLabel */ +.chroma .nl { + color: #df8e1d; +} + +/* NameNamespace */ +.chroma .nn { + color: #df8e1d; +} + +/* NameConstant */ +.chroma .no { + color: #df8e1d; +} + +/* NameTag */ +.chroma .nt { + color: #8839ef; +} + +/* NameVariable */ +.chroma .nv { + color: #fe640b; +} + +/* NameOther */ +.chroma .nx { + color: #fe640b; +} + +/* Operator */ +.chroma .o { + color: #04a5e5; +} + +/* OperatorWord */ +.chroma .ow { + color: #04a5e5; + font-weight: bold; +} + +/* Punctuation */ +.chroma .p { + color: #7c7f93; +} + +/* NameProperty */ +/* LiteralString */ +.chroma .s { + color: #40a02b; +} + +/* LiteralStringSingle */ +.chroma .s1 { + color: #40a02b; +} + +/* LiteralStringDouble */ +.chroma .s2 { + color: #40a02b; +} + +/* LiteralStringAffix */ +.chroma .sa { + color: #40a02b; +} + +/* LiteralStringBacktick */ +.chroma .sb { + color: #40a02b; +} + +/* LiteralStringChar */ +.chroma .sc { + color: #40a02b; +} + +/* LiteralStringDoc */ +.chroma .sd { + color: #40a02b; +} + +/* LiteralStringEscape */ +.chroma .se { + color: #1e66f5; +} + +/* LiteralStringHeredoc */ +.chroma .sh { + color: #40a02b; +} + +/* LiteralStringInterpol */ +.chroma .si { + color: #40a02b; +} + +/* LiteralStringRegex */ +.chroma .sr { + color: #1e66f5; +} + +/* LiteralStringSymbol */ +.chroma .ss { + color: #40a02b; +} + +/* LiteralStringOther */ +.chroma .sx { + color: #40a02b; +} + +/* NameVariableClass */ +.chroma .vc { + color: #df8e1d; +} + +/* NameVariableGlobal */ +.chroma .vg { + color: #fe640b; +} + +/* NameVariableInstance */ +.chroma .vi { + color: #df8e1d; +} + +/* NameVariableMagic */ +/* TextWhitespace */ +.chroma .w { + color: #ccd0da; +} + +.CodeMirror .cm-property, +.CodeMirror.cm-s-default .cm-property, +.CodeMirror.cm-s-paper .cm-property { + color: #4c4f69; +} +.CodeMirror .cm-header, +.CodeMirror.cm-s-default .cm-header, +.CodeMirror.cm-s-paper .cm-header { + color: #4c4f69; +} +.CodeMirror .cm-quote, +.CodeMirror.cm-s-default .cm-quote, +.CodeMirror.cm-s-paper .cm-quote { + color: #40a02b; +} +.CodeMirror .cm-keyword, +.CodeMirror.cm-s-default .cm-keyword, +.CodeMirror.cm-s-paper .cm-keyword { + color: #8839ef; +} +.CodeMirror .cm-atom, +.CodeMirror.cm-s-default .cm-atom, +.CodeMirror.cm-s-paper .cm-atom { + color: #d20f39; +} +.CodeMirror .cm-number, +.CodeMirror.cm-s-default .cm-number, +.CodeMirror.cm-s-paper .cm-number { + color: #fe640b; +} +.CodeMirror .cm-def, +.CodeMirror.cm-s-default .cm-def, +.CodeMirror.cm-s-paper .cm-def { + color: #4c4f69; +} +.CodeMirror .cm-variable-2, +.CodeMirror.cm-s-default .cm-variable-2, +.CodeMirror.cm-s-paper .cm-variable-2 { + color: #04a5e5; +} +.CodeMirror .cm-variable-3, +.CodeMirror.cm-s-default .cm-variable-3, +.CodeMirror.cm-s-paper .cm-variable-3 { + color: #179299; +} +.CodeMirror .cm-comment, +.CodeMirror.cm-s-default .cm-comment, +.CodeMirror.cm-s-paper .cm-comment { + color: #acb0be; +} +.CodeMirror .cm-string, +.CodeMirror.cm-s-default .cm-string, +.CodeMirror.cm-s-paper .cm-string { + color: #40a02b; +} +.CodeMirror .cm-string-2, +.CodeMirror.cm-s-default .cm-string-2, +.CodeMirror.cm-s-paper .cm-string-2 { + color: #40a02b; +} +.CodeMirror .cm-meta, +.CodeMirror.cm-s-default .cm-meta, +.CodeMirror.cm-s-paper .cm-meta { + color: #fe640b; +} +.CodeMirror .cm-qualifier, +.CodeMirror.cm-s-default .cm-qualifier, +.CodeMirror.cm-s-paper .cm-qualifier { + color: #fe640b; +} +.CodeMirror .cm-builtin, +.CodeMirror.cm-s-default .cm-builtin, +.CodeMirror.cm-s-paper .cm-builtin { + color: #fe640b; +} +.CodeMirror .cm-bracket, +.CodeMirror.cm-s-default .cm-bracket, +.CodeMirror.cm-s-paper .cm-bracket { + color: #4c4f69; +} +.CodeMirror .cm-tag, +.CodeMirror.cm-s-default .cm-tag, +.CodeMirror.cm-s-paper .cm-tag { + color: #df8e1d; +} +.CodeMirror .cm-attribute, +.CodeMirror.cm-s-default .cm-attribute, +.CodeMirror.cm-s-paper .cm-attribute { + color: #df8e1d; +} +.CodeMirror .cm-hr, +.CodeMirror.cm-s-default .cm-hr, +.CodeMirror.cm-s-paper .cm-hr { + color: #7c7f93; +} +.CodeMirror .cm-url, +.CodeMirror.cm-s-default .cm-url, +.CodeMirror.cm-s-paper .cm-url { + color: #1e66f5; +} +.CodeMirror .cm-link, +.CodeMirror.cm-s-default .cm-link, +.CodeMirror.cm-s-paper .cm-link { + color: #1e66f5; +} +.CodeMirror .cm-error, +.CodeMirror.cm-s-default .cm-error, +.CodeMirror.cm-s-paper .cm-error { + color: #d20f39; +} + +.monaco-editor .selected-text { + background-color: #ccd0da !important; +} +.monaco-editor .margin-view-overlays .line-numbers { + color: #6c6f85 !important; +} +.monaco-editor .line-numbers.active-line-number { + color: #e64553 !important; +} +.monaco-editor .view-overlays .current-line, +.monaco-editor .margin-view-overlays .current-line-margin { + background-color: rgb(232.7, 235.4, 240.8) !important; +} +.monaco-editor .mtk1 { + color: #4c4f69 !important; +} +.monaco-editor .mtk2 { + color: #ff69b4 !important; +} +.monaco-editor .mtk3 { + color: #fe640b !important; +} +.monaco-editor .mtk4 { + color: #179299 !important; +} +.monaco-editor .mtk5 { + color: #4c4f69 !important; +} +.monaco-editor .mtk6 { + color: #8839ef !important; +} +.monaco-editor .mtk7 { + color: #fe640b !important; +} +.monaco-editor .mtk8 { + color: #7c7f93 !important; +} +.monaco-editor .mtk9 { + color: #8839ef !important; +} +.monaco-editor .mtk10 { + color: #6c6f85 !important; +} +.monaco-editor .mtk11 { + color: #179299 !important; +} +.monaco-editor .mtk12 { + color: #179299 !important; +} +.monaco-editor .mtk13 { + color: #ff69b4 !important; +} +.monaco-editor .mtk14 { + color: #ff69b4 !important; +} +.monaco-editor .mtk15 { + color: #8839ef !important; +} +.monaco-editor .mtk16 { + color: #7c7f93 !important; +} +.monaco-editor .mtk17 { + color: #ff69b4 !important; +} +.monaco-editor .mtk18 { + color: #ff69b4 !important; +} +.monaco-editor .mtk19 { + color: #179299 !important; +} +.monaco-editor .mtk20 { + color: #ff69b4 !important; +} +.monaco-editor .mtk21 { + color: #40a02b !important; +} +.monaco-editor .mtk22 { + color: #ff69b4 !important; +} +.monaco-editor .mtk23 { + color: #1e66f5 !important; +} +.monaco-editor .mtk24 { + color: #fe640b !important; +} +.monaco-editor .mtk25 { + color: #ea76cb !important; +} +.monaco-editor .bracket-highlighting-0 { + color: rgb(156.4, 40.6, 76.2) !important; +} +.monaco-editor .bracket-highlighting-1 { + color: rgb(182.8, 91.6, 48.6) !important; +} +.monaco-editor .bracket-highlighting-2 { + color: rgb(164.2, 116.8, 59.4) !important; +} +.monaco-editor .bracket-highlighting-3 { + color: rgb(68.8, 127.6, 67.8) !important; +} +.monaco-editor .bracket-highlighting-4 { + color: rgb(48.4, 92.8, 189) !important; +} +.monaco-editor .bracket-highlighting-5 { + color: rgb(112, 65.8, 185.4) !important; +} \ No newline at end of file diff --git a/public/assets/css/theme-catppuccin-latte-mauve.css b/public/assets/css/theme-catppuccin-latte-mauve.css new file mode 100644 index 0000000..edd8e36 --- /dev/null +++ b/public/assets/css/theme-catppuccin-latte-mauve.css @@ -0,0 +1,849 @@ +:root { + color-scheme: light; + --is-dark-theme: false; + accent-color: #8839ef; + --color-primary: #8839ef; + --color-primary-contrast: #eff1f5; + --color-primary-hover: rgb(150.1799065421, 80.5934579439, 240.9065420561); + --color-primary-dark-1: rgb(144.5079439252, 71.1560747664, 240.1439252336); + --color-primary-dark-2: rgb(153.0158878505, 85.3121495327, 241.2878504673); + --color-primary-dark-3: rgb(161.5238317757, 99.4682242991, 242.4317757009); + --color-primary-dark-4: rgb(170.0317757009, 113.6242990654, 243.5757009346); + --color-primary-dark-5: rgb(178.5397196262, 127.7803738318, 244.7196261682); + --color-primary-dark-6: rgb(187.0476635514, 141.9364485981, 245.8635514019); + --color-primary-dark-7: rgb(195.5556074766, 156.0925233645, 247.0074766355); + --color-primary-light-1: rgb(127.4920560748, 42.8439252336, 237.8560747664); + --color-primary-light-2: rgb(118.9841121495, 28.6878504673, 236.7121495327); + --color-primary-light-3: rgb(111.0257009346, 18.6990654206, 231.4009345794); + --color-primary-light-4: rgb(104.2336448598, 17.5551401869, 217.2448598131); + --color-primary-light-5: rgb(97.441588785, 16.4112149533, 203.0887850467); + --color-primary-light-6: rgb(90.6495327103, 15.2672897196, 188.9327102804); + --color-primary-light-7: rgb(83.8574766355, 14.123364486, 174.776635514); + --color-primary-alpha-10: rgba(136, 57, 239, 0.1); + --color-primary-alpha-20: rgba(136, 57, 239, 0.2); + --color-primary-alpha-30: rgba(136, 57, 239, 0.3); + --color-primary-alpha-40: rgba(136, 57, 239, 0.4); + --color-primary-alpha-50: rgba(136, 57, 239, 0.5); + --color-primary-alpha-60: rgba(136, 57, 239, 0.6); + --color-primary-alpha-70: rgba(136, 57, 239, 0.7); + --color-primary-alpha-80: rgba(136, 57, 239, 0.8); + --color-primary-alpha-90: rgba(136, 57, 239, 0.9); + --color-secondary: #bcc0cc; + --color-secondary-dark-1: rgb(195.1329545455, 199.8284090909, 211.5670454545); + --color-secondary-dark-2: rgb(186.2659090909, 191.6568181818, 205.1340909091); + --color-secondary-dark-3: rgb(177.3988636364, 183.4852272727, 198.7011363636); + --color-secondary-dark-4: rgb(168.5318181818, 175.3136363636, 192.2681818182); + --color-secondary-dark-5: rgb(159.6647727273, 167.1420454545, 185.8352272727); + --color-secondary-dark-6: rgb(150.7977272727, 158.9704545455, 179.4022727273); + --color-secondary-dark-7: rgb(141.9306818182, 150.7988636364, 172.9693181818); + --color-secondary-dark-8: rgb(133.0636363636, 142.6272727273, 166.5363636364); + --color-secondary-dark-9: rgb(124.1965909091, 134.4556818182, 160.1034090909); + --color-secondary-dark-10: rgb(115.3295454545, 126.2840909091, 153.6704545455); + --color-secondary-dark-11: rgb(106.6693181818, 118.2011363636, 147.0306818182); + --color-secondary-dark-12: rgb(100.2363636364, 111.0727272727, 138.1636363636); + --color-secondary-dark-13: rgb(93.8034090909, 103.9443181818, 129.2965909091); + --color-secondary-light-1: rgb(212.8670454545, 216.1715909091, 224.4329545455); + --color-secondary-light-2: rgb(221.7340909091, 224.3431818182, 230.8659090909); + --color-secondary-light-3: rgb(230.6011363636, 232.5147727273, 237.2988636364); + --color-secondary-light-4: rgb(239.4681818182, 240.6863636364, 243.7318181818); + --color-secondary-alpha-10: rgba(204, 208, 218, 0.1); + --color-secondary-alpha-20: rgba(204, 208, 218, 0.2); + --color-secondary-alpha-30: rgba(204, 208, 218, 0.3); + --color-secondary-alpha-40: rgba(204, 208, 218, 0.4); + --color-secondary-alpha-50: rgba(204, 208, 218, 0.5); + --color-secondary-alpha-60: rgba(204, 208, 218, 0.6); + --color-secondary-alpha-70: rgba(204, 208, 218, 0.7); + --color-secondary-alpha-80: rgba(204, 208, 218, 0.8); + --color-secondary-alpha-90: rgba(204, 208, 218, 0.9); + /* colors */ + --color-red: #d20f39; + --color-orange: #fe640b; + --color-yellow: #df8e1d; + --color-olive: #40a02b; + --color-green: #40a02b; + --color-teal: #179299; + --color-blue: #1e66f5; + --color-violet: #7287fd; + --color-purple: #8839ef; + --color-pink: #ea76cb; + --color-brown: #dd7878; + --color-grey: #7c7f93; + --color-black: #e6e9ef; + /* light variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-light: rgb(239.4, 36.6, 80.28); + --color-orange-light: rgb(254.2081632653, 132.2653061224, 61.7918367347); + --color-yellow-light: rgb(231.1785714286, 164.6428571429, 71.8214285714); + --color-olive-light: rgb(80.078817734, 200.197044335, 53.802955665); + --color-green-light: rgb(80.078817734, 200.197044335, 53.802955665); + --color-teal-light: rgb(29.6647727273, 188.3068181818, 197.3352272727); + --color-blue-light: rgb(78.829787234, 135.2042553191, 247.170212766); + --color-violet-light: rgb(164.2867132867, 177.7972027972, 253.7132867133); + --color-purple-light: rgb(164.3598130841, 104.1869158879, 242.8130841121); + --color-pink-light: rgb(240.7784810127, 162.2215189873, 219.7848101266); + --color-brown-light: rgb(231.2603550296, 160.7396449704, 160.7396449704); + --color-grey-light: rgb(151.9539748954, 154.3138075314, 170.0460251046); + --color-black-light: hsl(220, 21.9512195122%, 101.9607843137%); + /* dark 1 variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-dark-1: rgb(239.4, 36.6, 80.28); + --color-orange-dark-1: rgb(254.2081632653, 132.2653061224, 61.7918367347); + --color-yellow-dark-1: rgb(231.1785714286, 164.6428571429, 71.8214285714); + --color-olive-dark-1: rgb(80.078817734, 200.197044335, 53.802955665); + --color-green-dark-1: rgb(80.078817734, 200.197044335, 53.802955665); + --color-teal-dark-1: rgb(29.6647727273, 188.3068181818, 197.3352272727); + --color-blue-dark-1: rgb(78.829787234, 135.2042553191, 247.170212766); + --color-violet-dark-1: rgb(164.2867132867, 177.7972027972, 253.7132867133); + --color-purple-dark-1: rgb(164.3598130841, 104.1869158879, 242.8130841121); + --color-pink-dark-1: rgb(240.7784810127, 162.2215189873, 219.7848101266); + --color-brown-dark-1: rgb(231.2603550296, 160.7396449704, 160.7396449704); + --color-black-dark-1: hsl(220, 21.9512195122%, 101.9607843137%); + /* dark 2 variants - produced via Sass scale-color(color, $lightness: -20%) */ + --color-red-dark-2: rgb(242.8, 84.2, 118.36); + --color-orange-dark-2: rgb(254.4163265306, 164.5306122449, 112.5836734694); + --color-yellow-dark-2: rgb(237.0476190476, 186.9047619048, 116.9523809524); + --color-olive-dark-2: rgb(114.6305418719, 211.5763546798, 93.4236453202); + --color-green-dark-2: rgb(114.6305418719, 211.5763546798, 93.4236453202); + --color-teal-dark-2: rgb(53.3181818182, 215.4545454545, 224.6818181818); + --color-blue-dark-2: rgb(127.6595744681, 168.4085106383, 249.3404255319); + --color-violet-dark-2: rgb(214.5734265734, 220.5944055944, 254.4265734266); + --color-purple-dark-2: rgb(192.7196261682, 151.3738317757, 246.6261682243); + --color-pink-dark-2: rgb(247.5569620253, 206.4430379747, 236.5696202532); + --color-brown-dark-2: rgb(241.5207100592, 201.4792899408, 201.4792899408); + --color-black-dark-2: hsl(220, 21.9512195122%, 111.9607843137%); + /* other colors */ + --color-gold: #dc8a78; + --color-white: #4c4f69; + --color-diff-removed-word-bg: rgba(210, 15, 57, 0.15); + --color-diff-added-word-bg: rgba(64, 160, 43, 0.15); + --color-diff-removed-row-bg: rgba(210, 15, 57, 0.07); + --color-diff-moved-row-bg: rgba(223, 142, 29, 0.07); + --color-diff-added-row-bg: rgba(64, 160, 43, 0.07); + --color-diff-removed-row-border: rgba(210, 15, 57, 0.07); + --color-diff-moved-row-border: rgba(223, 142, 29, 0.07); + --color-diff-added-row-border: rgba(64, 160, 43, 0.07); + --color-diff-inactive: #7c7f93; + --color-error-border: #d20f39; + --color-error-bg: #d20f39; + --color-error-bg-active: rgb(233.8, 16.7, 63.46); + --color-error-bg-hover: rgb(239.4, 36.6, 80.28); + --color-error-text: #eff1f5; + --color-success-border: rgb(80.078817734, 200.197044335, 53.802955665); + --color-success-bg: #40a02b; + --color-success-text: #eff1f5; + --color-warning-border: rgb(231.1785714286, 164.6428571429, 71.8214285714); + --color-warning-bg: #df8e1d; + --color-warning-text: #eff1f5; + --color-info-border: rgb(78.829787234, 135.2042553191, 247.170212766); + --color-info-bg: #eff1f5; + --color-info-text: #4c4f69; + --color-red-badge: rgb(239.4, 36.6, 80.28); + --color-red-badge-bg: #eff1f5; + --color-red-badge-hover-bg: rgb(233.8, 16.7, 63.46); + --color-green-badge: #40a02b; + --color-green-badge-bg: #40a02b; + --color-green-badge-hover-bg: rgb(72.039408867, 180.0985221675, 48.4014778325); + --color-yellow-badge: #df8e1d; + --color-yellow-badge-bg: #eff1f5; + --color-yellow-badge-hover-bg: rgb(228.244047619, 153.5119047619, 49.255952381); + --color-orange-badge: #fe640b; + --color-orange-badge-bg: #eff1f5; + --color-orange-badge-hover-bg: rgb(254.1040816327, 116.1326530612, 36.3959183673); + --color-git: #fe640b; + --color-highlight-bg: rgba(223, 142, 29, 0.15); + /* target-based colors */ + --color-body: #eff1f5; + --color-box-header: #e6e9ef; + --color-box-body: #e6e9ef; + --color-box-body-highlight: #ccd0da; + --color-text-dark: #6c6f85; + --color-text: #4c4f69; + --color-text-light: #5c5f77; + --color-text-light-1: #5c5f77; + --color-text-light-2: #5c5f77; + --color-text-light-3: #5c5f77; + --color-footer: #e6e9ef; + --color-timeline: #ccd0da; + --color-input-text: #4c4f69; + --color-input-background: #ccd0da; + --color-input-toggle-background: #ccd0da; + --color-input-border: #bcc0cc; + --color-input-border-hover: #acb0be; + --color-nav-bg: #e6e9ef; + --color-nav-hover-bg: var(--color-hover); + --color-navbar: #e6e9ef; + --color-navbar-transparent: rgba(239, 241, 245, 0); + --color-light: rgba(172, 176, 190, 0.3); + --color-light-mimic-enabled: rgba( + 0, + 0, + 0, + calc(40 / 255 * 222 / 255 / var(--opacity-disabled)) + ); + --color-light-border: #acb0be; + --color-hover: rgba(156, 160, 176, 0.2); + --color-active: rgba(76, 79, 105, 0.1); + --color-menu: #ccd0da; + --color-card: #ccd0da; + --color-markup-table-row: rgba(76, 79, 105, 0.02); + --color-markup-code-block: rgba(76, 79, 105, 0.05); + --color-markup-code-inline: #ccd0da; + --color-button: #ccd0da; + --color-code-bg: #eff1f5; + --color-code-sidebar-bg: #ccd0da; + --color-shadow: rgba(239, 241, 245, 0.1); + --color-tooltip-bg: #ccd0da; + --color-tooltip-text: var(--color-text); + --color-secondary-bg: #ccd0da; + --color-text-focus: #4c4f69; + --color-expand-button: #acb0be; + --color-placeholder-text: #6c6f85; + --color-editor-line-highlight: var(--color-primary-light-5); + --color-project-board-bg: var(--color-secondary-light-2); + /* gitea source code: */ + /* should ideally be --color-text-dark, see go-gitea/gitea#15651 */ + --color-caret: var(--color-text); + --color-reaction-bg: rgba(76, 79, 105, 0.07); + --color-reaction-active-bg: var(--color-primary-alpha-40); + --color-header-wrapper: #e6e9ef; + --color-header-wrapper-transparent: rgba(230, 233, 239, 0); + --color-label-text: #dce0e8; + --color-label-bg: #8839ef; + --color-label-hover-bg: rgb(153.0158878505, 85.3121495327, 241.2878504673); + --color-label-active-bg: rgb(144.5079439252, 71.1560747664, 240.1439252336); + --color-accent: var(--color-primary-light-1); + --color-small-accent: var(--color-primary-light-5); + --color-active-line: #bcc0cc; +} + +.ui.ui.ui.button:not(.inverted, .basic).primary, .ui.ui.ui.button:not(.inverted, .basic).green, .ui.ui.ui.button:not(.inverted, .basic).red, .ui.ui.ui.button:not(.inverted, .basic).teal, +.ui.ui.ui.label:not(.inverted, .basic).primary, +.ui.ui.ui.label:not(.inverted, .basic).green, +.ui.ui.ui.label:not(.inverted, .basic).red, +.ui.ui.ui.label:not(.inverted, .basic).teal { + color: #eff1f5; +} +.ui.ui.ui.button:not(.inverted, .basic).primary:hover, .ui.ui.ui.button:not(.inverted, .basic).green:hover, .ui.ui.ui.button:not(.inverted, .basic).red:hover, .ui.ui.ui.button:not(.inverted, .basic).teal:hover, +.ui.ui.ui.label:not(.inverted, .basic).primary:hover, +.ui.ui.ui.label:not(.inverted, .basic).green:hover, +.ui.ui.ui.label:not(.inverted, .basic).red:hover, +.ui.ui.ui.label:not(.inverted, .basic).teal:hover { + color: #dce0e8; +} + +.ui.basic.modal { + background-color: #dce0e8; +} + +.ui.commit-header-row .svg.gitea-lock ~ a { + color: #eff1f5; +} + +.ui.negative.message .header { + color: var(--color-error-text); +} + +.ui.sha.isSigned.isVerified .shortsha { + color: #eff1f5; +} +.ui.sha.isSigned.isVerified svg.gitea-lock { + fill: #eff1f5; +} + +.ui.basic.modal, +.ui.basic.modal > .header, +.ui.inverted.button { + color: #4c4f69 !important; +} + +#repo-topics, +#topic_edit > .ui.selection.dropdown { + color: var(--color-label-text) !important; +} + +blockquote.attention-tip { + border-left-color: var(--color-success-bg); +} +blockquote.attention-warning { + border-left-color: var(--color-warning-bg); +} + +svg.attention-tip, +strong.attention-tip { + color: var(--color-success-bg); +} +svg.attention-warning, +strong.attention-warning { + color: var(--color-warning-bg); +} + +.inline-code-block { + color: #dce0e8; +} + +::selection { + background: rgba(136, 57, 239, 0.3) !important; +} + +/* NameBuiltinPseudo */ +.chroma .bp { + color: #fe640b; +} + +/* Comment */ +.chroma .c { + color: #9ca0b0; +} + +/* CommentSingle */ +.chroma .c1 { + color: #9ca0b0; +} + +/* CommentHashbang */ +.chroma .ch { + color: #9ca0b0; +} + +/* CommentMultiline */ +.chroma .cm { + color: #9ca0b0; +} + +/* CommentPreproc */ +.chroma .cp { + color: #1e66f5; +} + +/* CommentPreprocFile */ +.chroma .cpf { + color: #1e66f5; +} + +/* CommentSpecial */ +.chroma .cs { + color: #9ca0b0; +} + +/* LiteralStringDelimiter */ +.chroma .dl { + color: #1e66f5; +} + +/* NameFunctionMagic */ +/* Generic */ +/* GenericDeleted */ +.chroma .gd { + color: #4c4f69; + background-color: rgba(210, 15, 57, 0.15); +} + +/* GenericEmph */ +.chroma .ge { + font-style: italic; +} + +/* GenericHeading */ +.chroma .gh { + color: #04a5e5; +} + +/* GenericInserted */ +.chroma .gi { + color: #4c4f69; + background-color: rgba(64, 160, 43, 0.15); +} + +/* GenericUnderline */ +/* GenericOutput */ +.chroma .go { + color: #fe640b; +} + +/* GenericPrompt */ +.chroma .gp { + color: #9ca0b0; + font-weight: bold; +} + +/* GenericError */ +.chroma .gr { + color: #e64553; +} + +/* GenericStrong */ +.chroma .gs { + font-weight: bold; +} + +/* GenericTraceback */ +.chroma .gt { + color: #e64553; +} + +/* GenericSubheading */ +.chroma .gu { + color: #04a5e5; +} + +/* LiteralNumberIntegerLong */ +.chroma .il { + color: #fe640b; +} + +/* Keyword */ +.chroma .k { + color: #8839ef; +} + +/* KeywordConstant */ +.chroma .kc { + color: #df8e1d; +} + +/* KeywordDeclaration */ +.chroma .kd { + color: #8839ef; +} + +/* KeywordNamespace */ +.chroma .kn { + color: #df8e1d; +} + +/* KeywordPseudo */ +.chroma .kp { + color: #8839ef; + font-weight: bold; +} + +/* KeywordReserved */ +.chroma .kr { + color: #8839ef; +} + +/* KeywordType */ +.chroma .kt { + color: #df8e1d; +} + +/* Literal */ +/* LiteralDate */ +/* LiteralNumber */ +.chroma .m { + color: #fe640b; +} + +/* LiteralNumberBin */ +.chroma .mb { + color: #fe640b; +} + +/* LiteralNumberFloat */ +.chroma .mf { + color: #fe640b; +} + +/* LiteralNumberHex */ +.chroma .mh { + color: #fe640b; +} + +/* LiteralNumberInteger */ +.chroma .mi { + color: #fe640b; +} + +/* LiteralNumberOct */ +.chroma .mo { + color: #fe640b; +} + +/* Name */ +.chroma .n { + color: #7287fd; +} + +/* NameAttribute */ +.chroma .na { + color: #df8e1d; +} + +/* NameBuiltin */ +.chroma .nb { + color: #fe640b; +} + +/* NameClass */ +.chroma .nc { + color: #df8e1d; +} + +/* NameDecorator */ +.chroma .nd { + color: #ea76cb; +} + +/* NameException */ +.chroma .ne { + color: #e64553; +} + +/* NameFunction */ +.chroma .nf { + color: #1e66f5; +} + +/* NameEntity */ +.chroma .ni { + color: #ea76cb; +} + +/* NameLabel */ +.chroma .nl { + color: #df8e1d; +} + +/* NameNamespace */ +.chroma .nn { + color: #df8e1d; +} + +/* NameConstant */ +.chroma .no { + color: #df8e1d; +} + +/* NameTag */ +.chroma .nt { + color: #8839ef; +} + +/* NameVariable */ +.chroma .nv { + color: #fe640b; +} + +/* NameOther */ +.chroma .nx { + color: #fe640b; +} + +/* Operator */ +.chroma .o { + color: #04a5e5; +} + +/* OperatorWord */ +.chroma .ow { + color: #04a5e5; + font-weight: bold; +} + +/* Punctuation */ +.chroma .p { + color: #7c7f93; +} + +/* NameProperty */ +/* LiteralString */ +.chroma .s { + color: #40a02b; +} + +/* LiteralStringSingle */ +.chroma .s1 { + color: #40a02b; +} + +/* LiteralStringDouble */ +.chroma .s2 { + color: #40a02b; +} + +/* LiteralStringAffix */ +.chroma .sa { + color: #40a02b; +} + +/* LiteralStringBacktick */ +.chroma .sb { + color: #40a02b; +} + +/* LiteralStringChar */ +.chroma .sc { + color: #40a02b; +} + +/* LiteralStringDoc */ +.chroma .sd { + color: #40a02b; +} + +/* LiteralStringEscape */ +.chroma .se { + color: #1e66f5; +} + +/* LiteralStringHeredoc */ +.chroma .sh { + color: #40a02b; +} + +/* LiteralStringInterpol */ +.chroma .si { + color: #40a02b; +} + +/* LiteralStringRegex */ +.chroma .sr { + color: #1e66f5; +} + +/* LiteralStringSymbol */ +.chroma .ss { + color: #40a02b; +} + +/* LiteralStringOther */ +.chroma .sx { + color: #40a02b; +} + +/* NameVariableClass */ +.chroma .vc { + color: #df8e1d; +} + +/* NameVariableGlobal */ +.chroma .vg { + color: #fe640b; +} + +/* NameVariableInstance */ +.chroma .vi { + color: #df8e1d; +} + +/* NameVariableMagic */ +/* TextWhitespace */ +.chroma .w { + color: #ccd0da; +} + +.CodeMirror .cm-property, +.CodeMirror.cm-s-default .cm-property, +.CodeMirror.cm-s-paper .cm-property { + color: #4c4f69; +} +.CodeMirror .cm-header, +.CodeMirror.cm-s-default .cm-header, +.CodeMirror.cm-s-paper .cm-header { + color: #4c4f69; +} +.CodeMirror .cm-quote, +.CodeMirror.cm-s-default .cm-quote, +.CodeMirror.cm-s-paper .cm-quote { + color: #40a02b; +} +.CodeMirror .cm-keyword, +.CodeMirror.cm-s-default .cm-keyword, +.CodeMirror.cm-s-paper .cm-keyword { + color: #8839ef; +} +.CodeMirror .cm-atom, +.CodeMirror.cm-s-default .cm-atom, +.CodeMirror.cm-s-paper .cm-atom { + color: #d20f39; +} +.CodeMirror .cm-number, +.CodeMirror.cm-s-default .cm-number, +.CodeMirror.cm-s-paper .cm-number { + color: #fe640b; +} +.CodeMirror .cm-def, +.CodeMirror.cm-s-default .cm-def, +.CodeMirror.cm-s-paper .cm-def { + color: #4c4f69; +} +.CodeMirror .cm-variable-2, +.CodeMirror.cm-s-default .cm-variable-2, +.CodeMirror.cm-s-paper .cm-variable-2 { + color: #04a5e5; +} +.CodeMirror .cm-variable-3, +.CodeMirror.cm-s-default .cm-variable-3, +.CodeMirror.cm-s-paper .cm-variable-3 { + color: #179299; +} +.CodeMirror .cm-comment, +.CodeMirror.cm-s-default .cm-comment, +.CodeMirror.cm-s-paper .cm-comment { + color: #acb0be; +} +.CodeMirror .cm-string, +.CodeMirror.cm-s-default .cm-string, +.CodeMirror.cm-s-paper .cm-string { + color: #40a02b; +} +.CodeMirror .cm-string-2, +.CodeMirror.cm-s-default .cm-string-2, +.CodeMirror.cm-s-paper .cm-string-2 { + color: #40a02b; +} +.CodeMirror .cm-meta, +.CodeMirror.cm-s-default .cm-meta, +.CodeMirror.cm-s-paper .cm-meta { + color: #fe640b; +} +.CodeMirror .cm-qualifier, +.CodeMirror.cm-s-default .cm-qualifier, +.CodeMirror.cm-s-paper .cm-qualifier { + color: #fe640b; +} +.CodeMirror .cm-builtin, +.CodeMirror.cm-s-default .cm-builtin, +.CodeMirror.cm-s-paper .cm-builtin { + color: #fe640b; +} +.CodeMirror .cm-bracket, +.CodeMirror.cm-s-default .cm-bracket, +.CodeMirror.cm-s-paper .cm-bracket { + color: #4c4f69; +} +.CodeMirror .cm-tag, +.CodeMirror.cm-s-default .cm-tag, +.CodeMirror.cm-s-paper .cm-tag { + color: #df8e1d; +} +.CodeMirror .cm-attribute, +.CodeMirror.cm-s-default .cm-attribute, +.CodeMirror.cm-s-paper .cm-attribute { + color: #df8e1d; +} +.CodeMirror .cm-hr, +.CodeMirror.cm-s-default .cm-hr, +.CodeMirror.cm-s-paper .cm-hr { + color: #7c7f93; +} +.CodeMirror .cm-url, +.CodeMirror.cm-s-default .cm-url, +.CodeMirror.cm-s-paper .cm-url { + color: #1e66f5; +} +.CodeMirror .cm-link, +.CodeMirror.cm-s-default .cm-link, +.CodeMirror.cm-s-paper .cm-link { + color: #1e66f5; +} +.CodeMirror .cm-error, +.CodeMirror.cm-s-default .cm-error, +.CodeMirror.cm-s-paper .cm-error { + color: #d20f39; +} + +.monaco-editor .selected-text { + background-color: #ccd0da !important; +} +.monaco-editor .margin-view-overlays .line-numbers { + color: #6c6f85 !important; +} +.monaco-editor .line-numbers.active-line-number { + color: #8839ef !important; +} +.monaco-editor .view-overlays .current-line, +.monaco-editor .margin-view-overlays .current-line-margin { + background-color: rgb(232.7, 235.4, 240.8) !important; +} +.monaco-editor .mtk1 { + color: #4c4f69 !important; +} +.monaco-editor .mtk2 { + color: #ff69b4 !important; +} +.monaco-editor .mtk3 { + color: #fe640b !important; +} +.monaco-editor .mtk4 { + color: #179299 !important; +} +.monaco-editor .mtk5 { + color: #4c4f69 !important; +} +.monaco-editor .mtk6 { + color: #8839ef !important; +} +.monaco-editor .mtk7 { + color: #fe640b !important; +} +.monaco-editor .mtk8 { + color: #7c7f93 !important; +} +.monaco-editor .mtk9 { + color: #8839ef !important; +} +.monaco-editor .mtk10 { + color: #6c6f85 !important; +} +.monaco-editor .mtk11 { + color: #179299 !important; +} +.monaco-editor .mtk12 { + color: #179299 !important; +} +.monaco-editor .mtk13 { + color: #ff69b4 !important; +} +.monaco-editor .mtk14 { + color: #ff69b4 !important; +} +.monaco-editor .mtk15 { + color: #8839ef !important; +} +.monaco-editor .mtk16 { + color: #7c7f93 !important; +} +.monaco-editor .mtk17 { + color: #ff69b4 !important; +} +.monaco-editor .mtk18 { + color: #ff69b4 !important; +} +.monaco-editor .mtk19 { + color: #179299 !important; +} +.monaco-editor .mtk20 { + color: #ff69b4 !important; +} +.monaco-editor .mtk21 { + color: #40a02b !important; +} +.monaco-editor .mtk22 { + color: #ff69b4 !important; +} +.monaco-editor .mtk23 { + color: #1e66f5 !important; +} +.monaco-editor .mtk24 { + color: #fe640b !important; +} +.monaco-editor .mtk25 { + color: #ea76cb !important; +} +.monaco-editor .bracket-highlighting-0 { + color: rgb(156.4, 40.6, 76.2) !important; +} +.monaco-editor .bracket-highlighting-1 { + color: rgb(182.8, 91.6, 48.6) !important; +} +.monaco-editor .bracket-highlighting-2 { + color: rgb(164.2, 116.8, 59.4) !important; +} +.monaco-editor .bracket-highlighting-3 { + color: rgb(68.8, 127.6, 67.8) !important; +} +.monaco-editor .bracket-highlighting-4 { + color: rgb(48.4, 92.8, 189) !important; +} +.monaco-editor .bracket-highlighting-5 { + color: rgb(112, 65.8, 185.4) !important; +} \ No newline at end of file diff --git a/public/assets/css/theme-catppuccin-latte-peach.css b/public/assets/css/theme-catppuccin-latte-peach.css new file mode 100644 index 0000000..134a8f7 --- /dev/null +++ b/public/assets/css/theme-catppuccin-latte-peach.css @@ -0,0 +1,849 @@ +:root { + color-scheme: light; + --is-dark-theme: false; + accent-color: #fe640b; + --color-primary: #fe640b; + --color-primary-contrast: #eff1f5; + --color-primary-hover: rgb(254.1040816327, 116.1326530612, 36.3959183673); + --color-primary-dark-1: rgb(254.0624489796, 109.6795918367, 26.2375510204); + --color-primary-dark-2: rgb(254.1248979592, 119.3591836735, 41.4751020408); + --color-primary-dark-3: rgb(254.1873469388, 129.0387755102, 56.7126530612); + --color-primary-dark-4: rgb(254.2497959184, 138.7183673469, 71.9502040816); + --color-primary-dark-5: rgb(254.312244898, 148.3979591837, 87.187755102); + --color-primary-dark-6: rgb(254.3746938776, 158.0775510204, 102.4253061224); + --color-primary-dark-7: rgb(254.4371428571, 167.7571428571, 117.6628571429); + --color-primary-light-1: rgb(248.6808163265, 91.7265306122, 1.0191836735); + --color-primary-light-2: rgb(233.4432653061, 86.106122449, 0.9567346939); + --color-primary-light-3: rgb(218.2057142857, 80.4857142857, 0.8942857143); + --color-primary-light-4: rgb(202.9681632653, 74.8653061224, 0.8318367347); + --color-primary-light-5: rgb(187.7306122449, 69.2448979592, 0.7693877551); + --color-primary-light-6: rgb(172.4930612245, 63.6244897959, 0.7069387755); + --color-primary-light-7: rgb(157.2555102041, 58.0040816327, 0.6444897959); + --color-primary-alpha-10: rgba(254, 100, 11, 0.1); + --color-primary-alpha-20: rgba(254, 100, 11, 0.2); + --color-primary-alpha-30: rgba(254, 100, 11, 0.3); + --color-primary-alpha-40: rgba(254, 100, 11, 0.4); + --color-primary-alpha-50: rgba(254, 100, 11, 0.5); + --color-primary-alpha-60: rgba(254, 100, 11, 0.6); + --color-primary-alpha-70: rgba(254, 100, 11, 0.7); + --color-primary-alpha-80: rgba(254, 100, 11, 0.8); + --color-primary-alpha-90: rgba(254, 100, 11, 0.9); + --color-secondary: #bcc0cc; + --color-secondary-dark-1: rgb(195.1329545455, 199.8284090909, 211.5670454545); + --color-secondary-dark-2: rgb(186.2659090909, 191.6568181818, 205.1340909091); + --color-secondary-dark-3: rgb(177.3988636364, 183.4852272727, 198.7011363636); + --color-secondary-dark-4: rgb(168.5318181818, 175.3136363636, 192.2681818182); + --color-secondary-dark-5: rgb(159.6647727273, 167.1420454545, 185.8352272727); + --color-secondary-dark-6: rgb(150.7977272727, 158.9704545455, 179.4022727273); + --color-secondary-dark-7: rgb(141.9306818182, 150.7988636364, 172.9693181818); + --color-secondary-dark-8: rgb(133.0636363636, 142.6272727273, 166.5363636364); + --color-secondary-dark-9: rgb(124.1965909091, 134.4556818182, 160.1034090909); + --color-secondary-dark-10: rgb(115.3295454545, 126.2840909091, 153.6704545455); + --color-secondary-dark-11: rgb(106.6693181818, 118.2011363636, 147.0306818182); + --color-secondary-dark-12: rgb(100.2363636364, 111.0727272727, 138.1636363636); + --color-secondary-dark-13: rgb(93.8034090909, 103.9443181818, 129.2965909091); + --color-secondary-light-1: rgb(212.8670454545, 216.1715909091, 224.4329545455); + --color-secondary-light-2: rgb(221.7340909091, 224.3431818182, 230.8659090909); + --color-secondary-light-3: rgb(230.6011363636, 232.5147727273, 237.2988636364); + --color-secondary-light-4: rgb(239.4681818182, 240.6863636364, 243.7318181818); + --color-secondary-alpha-10: rgba(204, 208, 218, 0.1); + --color-secondary-alpha-20: rgba(204, 208, 218, 0.2); + --color-secondary-alpha-30: rgba(204, 208, 218, 0.3); + --color-secondary-alpha-40: rgba(204, 208, 218, 0.4); + --color-secondary-alpha-50: rgba(204, 208, 218, 0.5); + --color-secondary-alpha-60: rgba(204, 208, 218, 0.6); + --color-secondary-alpha-70: rgba(204, 208, 218, 0.7); + --color-secondary-alpha-80: rgba(204, 208, 218, 0.8); + --color-secondary-alpha-90: rgba(204, 208, 218, 0.9); + /* colors */ + --color-red: #d20f39; + --color-orange: #fe640b; + --color-yellow: #df8e1d; + --color-olive: #40a02b; + --color-green: #40a02b; + --color-teal: #179299; + --color-blue: #1e66f5; + --color-violet: #7287fd; + --color-purple: #8839ef; + --color-pink: #ea76cb; + --color-brown: #dd7878; + --color-grey: #7c7f93; + --color-black: #e6e9ef; + /* light variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-light: rgb(239.4, 36.6, 80.28); + --color-orange-light: rgb(254.2081632653, 132.2653061224, 61.7918367347); + --color-yellow-light: rgb(231.1785714286, 164.6428571429, 71.8214285714); + --color-olive-light: rgb(80.078817734, 200.197044335, 53.802955665); + --color-green-light: rgb(80.078817734, 200.197044335, 53.802955665); + --color-teal-light: rgb(29.6647727273, 188.3068181818, 197.3352272727); + --color-blue-light: rgb(78.829787234, 135.2042553191, 247.170212766); + --color-violet-light: rgb(164.2867132867, 177.7972027972, 253.7132867133); + --color-purple-light: rgb(164.3598130841, 104.1869158879, 242.8130841121); + --color-pink-light: rgb(240.7784810127, 162.2215189873, 219.7848101266); + --color-brown-light: rgb(231.2603550296, 160.7396449704, 160.7396449704); + --color-grey-light: rgb(151.9539748954, 154.3138075314, 170.0460251046); + --color-black-light: hsl(220, 21.9512195122%, 101.9607843137%); + /* dark 1 variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-dark-1: rgb(239.4, 36.6, 80.28); + --color-orange-dark-1: rgb(254.2081632653, 132.2653061224, 61.7918367347); + --color-yellow-dark-1: rgb(231.1785714286, 164.6428571429, 71.8214285714); + --color-olive-dark-1: rgb(80.078817734, 200.197044335, 53.802955665); + --color-green-dark-1: rgb(80.078817734, 200.197044335, 53.802955665); + --color-teal-dark-1: rgb(29.6647727273, 188.3068181818, 197.3352272727); + --color-blue-dark-1: rgb(78.829787234, 135.2042553191, 247.170212766); + --color-violet-dark-1: rgb(164.2867132867, 177.7972027972, 253.7132867133); + --color-purple-dark-1: rgb(164.3598130841, 104.1869158879, 242.8130841121); + --color-pink-dark-1: rgb(240.7784810127, 162.2215189873, 219.7848101266); + --color-brown-dark-1: rgb(231.2603550296, 160.7396449704, 160.7396449704); + --color-black-dark-1: hsl(220, 21.9512195122%, 101.9607843137%); + /* dark 2 variants - produced via Sass scale-color(color, $lightness: -20%) */ + --color-red-dark-2: rgb(242.8, 84.2, 118.36); + --color-orange-dark-2: rgb(254.4163265306, 164.5306122449, 112.5836734694); + --color-yellow-dark-2: rgb(237.0476190476, 186.9047619048, 116.9523809524); + --color-olive-dark-2: rgb(114.6305418719, 211.5763546798, 93.4236453202); + --color-green-dark-2: rgb(114.6305418719, 211.5763546798, 93.4236453202); + --color-teal-dark-2: rgb(53.3181818182, 215.4545454545, 224.6818181818); + --color-blue-dark-2: rgb(127.6595744681, 168.4085106383, 249.3404255319); + --color-violet-dark-2: rgb(214.5734265734, 220.5944055944, 254.4265734266); + --color-purple-dark-2: rgb(192.7196261682, 151.3738317757, 246.6261682243); + --color-pink-dark-2: rgb(247.5569620253, 206.4430379747, 236.5696202532); + --color-brown-dark-2: rgb(241.5207100592, 201.4792899408, 201.4792899408); + --color-black-dark-2: hsl(220, 21.9512195122%, 111.9607843137%); + /* other colors */ + --color-gold: #dc8a78; + --color-white: #4c4f69; + --color-diff-removed-word-bg: rgba(210, 15, 57, 0.15); + --color-diff-added-word-bg: rgba(64, 160, 43, 0.15); + --color-diff-removed-row-bg: rgba(210, 15, 57, 0.07); + --color-diff-moved-row-bg: rgba(223, 142, 29, 0.07); + --color-diff-added-row-bg: rgba(64, 160, 43, 0.07); + --color-diff-removed-row-border: rgba(210, 15, 57, 0.07); + --color-diff-moved-row-border: rgba(223, 142, 29, 0.07); + --color-diff-added-row-border: rgba(64, 160, 43, 0.07); + --color-diff-inactive: #7c7f93; + --color-error-border: #d20f39; + --color-error-bg: #d20f39; + --color-error-bg-active: rgb(233.8, 16.7, 63.46); + --color-error-bg-hover: rgb(239.4, 36.6, 80.28); + --color-error-text: #eff1f5; + --color-success-border: rgb(80.078817734, 200.197044335, 53.802955665); + --color-success-bg: #40a02b; + --color-success-text: #eff1f5; + --color-warning-border: rgb(231.1785714286, 164.6428571429, 71.8214285714); + --color-warning-bg: #df8e1d; + --color-warning-text: #eff1f5; + --color-info-border: rgb(78.829787234, 135.2042553191, 247.170212766); + --color-info-bg: #eff1f5; + --color-info-text: #4c4f69; + --color-red-badge: rgb(239.4, 36.6, 80.28); + --color-red-badge-bg: #eff1f5; + --color-red-badge-hover-bg: rgb(233.8, 16.7, 63.46); + --color-green-badge: #40a02b; + --color-green-badge-bg: #40a02b; + --color-green-badge-hover-bg: rgb(72.039408867, 180.0985221675, 48.4014778325); + --color-yellow-badge: #df8e1d; + --color-yellow-badge-bg: #eff1f5; + --color-yellow-badge-hover-bg: rgb(228.244047619, 153.5119047619, 49.255952381); + --color-orange-badge: #fe640b; + --color-orange-badge-bg: #eff1f5; + --color-orange-badge-hover-bg: rgb(254.1040816327, 116.1326530612, 36.3959183673); + --color-git: #fe640b; + --color-highlight-bg: rgba(223, 142, 29, 0.15); + /* target-based colors */ + --color-body: #eff1f5; + --color-box-header: #e6e9ef; + --color-box-body: #e6e9ef; + --color-box-body-highlight: #ccd0da; + --color-text-dark: #6c6f85; + --color-text: #4c4f69; + --color-text-light: #5c5f77; + --color-text-light-1: #5c5f77; + --color-text-light-2: #5c5f77; + --color-text-light-3: #5c5f77; + --color-footer: #e6e9ef; + --color-timeline: #ccd0da; + --color-input-text: #4c4f69; + --color-input-background: #ccd0da; + --color-input-toggle-background: #ccd0da; + --color-input-border: #bcc0cc; + --color-input-border-hover: #acb0be; + --color-nav-bg: #e6e9ef; + --color-nav-hover-bg: var(--color-hover); + --color-navbar: #e6e9ef; + --color-navbar-transparent: rgba(239, 241, 245, 0); + --color-light: rgba(172, 176, 190, 0.3); + --color-light-mimic-enabled: rgba( + 0, + 0, + 0, + calc(40 / 255 * 222 / 255 / var(--opacity-disabled)) + ); + --color-light-border: #acb0be; + --color-hover: rgba(156, 160, 176, 0.2); + --color-active: rgba(76, 79, 105, 0.1); + --color-menu: #ccd0da; + --color-card: #ccd0da; + --color-markup-table-row: rgba(76, 79, 105, 0.02); + --color-markup-code-block: rgba(76, 79, 105, 0.05); + --color-markup-code-inline: #ccd0da; + --color-button: #ccd0da; + --color-code-bg: #eff1f5; + --color-code-sidebar-bg: #ccd0da; + --color-shadow: rgba(239, 241, 245, 0.1); + --color-tooltip-bg: #ccd0da; + --color-tooltip-text: var(--color-text); + --color-secondary-bg: #ccd0da; + --color-text-focus: #4c4f69; + --color-expand-button: #acb0be; + --color-placeholder-text: #6c6f85; + --color-editor-line-highlight: var(--color-primary-light-5); + --color-project-board-bg: var(--color-secondary-light-2); + /* gitea source code: */ + /* should ideally be --color-text-dark, see go-gitea/gitea#15651 */ + --color-caret: var(--color-text); + --color-reaction-bg: rgba(76, 79, 105, 0.07); + --color-reaction-active-bg: var(--color-primary-alpha-40); + --color-header-wrapper: #e6e9ef; + --color-header-wrapper-transparent: rgba(230, 233, 239, 0); + --color-label-text: #dce0e8; + --color-label-bg: #fe640b; + --color-label-hover-bg: rgb(254.1248979592, 119.3591836735, 41.4751020408); + --color-label-active-bg: rgb(254.0624489796, 109.6795918367, 26.2375510204); + --color-accent: var(--color-primary-light-1); + --color-small-accent: var(--color-primary-light-5); + --color-active-line: #bcc0cc; +} + +.ui.ui.ui.button:not(.inverted, .basic).primary, .ui.ui.ui.button:not(.inverted, .basic).green, .ui.ui.ui.button:not(.inverted, .basic).red, .ui.ui.ui.button:not(.inverted, .basic).teal, +.ui.ui.ui.label:not(.inverted, .basic).primary, +.ui.ui.ui.label:not(.inverted, .basic).green, +.ui.ui.ui.label:not(.inverted, .basic).red, +.ui.ui.ui.label:not(.inverted, .basic).teal { + color: #eff1f5; +} +.ui.ui.ui.button:not(.inverted, .basic).primary:hover, .ui.ui.ui.button:not(.inverted, .basic).green:hover, .ui.ui.ui.button:not(.inverted, .basic).red:hover, .ui.ui.ui.button:not(.inverted, .basic).teal:hover, +.ui.ui.ui.label:not(.inverted, .basic).primary:hover, +.ui.ui.ui.label:not(.inverted, .basic).green:hover, +.ui.ui.ui.label:not(.inverted, .basic).red:hover, +.ui.ui.ui.label:not(.inverted, .basic).teal:hover { + color: #dce0e8; +} + +.ui.basic.modal { + background-color: #dce0e8; +} + +.ui.commit-header-row .svg.gitea-lock ~ a { + color: #eff1f5; +} + +.ui.negative.message .header { + color: var(--color-error-text); +} + +.ui.sha.isSigned.isVerified .shortsha { + color: #eff1f5; +} +.ui.sha.isSigned.isVerified svg.gitea-lock { + fill: #eff1f5; +} + +.ui.basic.modal, +.ui.basic.modal > .header, +.ui.inverted.button { + color: #4c4f69 !important; +} + +#repo-topics, +#topic_edit > .ui.selection.dropdown { + color: var(--color-label-text) !important; +} + +blockquote.attention-tip { + border-left-color: var(--color-success-bg); +} +blockquote.attention-warning { + border-left-color: var(--color-warning-bg); +} + +svg.attention-tip, +strong.attention-tip { + color: var(--color-success-bg); +} +svg.attention-warning, +strong.attention-warning { + color: var(--color-warning-bg); +} + +.inline-code-block { + color: #dce0e8; +} + +::selection { + background: rgba(254, 100, 11, 0.3) !important; +} + +/* NameBuiltinPseudo */ +.chroma .bp { + color: #fe640b; +} + +/* Comment */ +.chroma .c { + color: #9ca0b0; +} + +/* CommentSingle */ +.chroma .c1 { + color: #9ca0b0; +} + +/* CommentHashbang */ +.chroma .ch { + color: #9ca0b0; +} + +/* CommentMultiline */ +.chroma .cm { + color: #9ca0b0; +} + +/* CommentPreproc */ +.chroma .cp { + color: #1e66f5; +} + +/* CommentPreprocFile */ +.chroma .cpf { + color: #1e66f5; +} + +/* CommentSpecial */ +.chroma .cs { + color: #9ca0b0; +} + +/* LiteralStringDelimiter */ +.chroma .dl { + color: #1e66f5; +} + +/* NameFunctionMagic */ +/* Generic */ +/* GenericDeleted */ +.chroma .gd { + color: #4c4f69; + background-color: rgba(210, 15, 57, 0.15); +} + +/* GenericEmph */ +.chroma .ge { + font-style: italic; +} + +/* GenericHeading */ +.chroma .gh { + color: #04a5e5; +} + +/* GenericInserted */ +.chroma .gi { + color: #4c4f69; + background-color: rgba(64, 160, 43, 0.15); +} + +/* GenericUnderline */ +/* GenericOutput */ +.chroma .go { + color: #fe640b; +} + +/* GenericPrompt */ +.chroma .gp { + color: #9ca0b0; + font-weight: bold; +} + +/* GenericError */ +.chroma .gr { + color: #e64553; +} + +/* GenericStrong */ +.chroma .gs { + font-weight: bold; +} + +/* GenericTraceback */ +.chroma .gt { + color: #e64553; +} + +/* GenericSubheading */ +.chroma .gu { + color: #04a5e5; +} + +/* LiteralNumberIntegerLong */ +.chroma .il { + color: #fe640b; +} + +/* Keyword */ +.chroma .k { + color: #8839ef; +} + +/* KeywordConstant */ +.chroma .kc { + color: #df8e1d; +} + +/* KeywordDeclaration */ +.chroma .kd { + color: #8839ef; +} + +/* KeywordNamespace */ +.chroma .kn { + color: #df8e1d; +} + +/* KeywordPseudo */ +.chroma .kp { + color: #8839ef; + font-weight: bold; +} + +/* KeywordReserved */ +.chroma .kr { + color: #8839ef; +} + +/* KeywordType */ +.chroma .kt { + color: #df8e1d; +} + +/* Literal */ +/* LiteralDate */ +/* LiteralNumber */ +.chroma .m { + color: #fe640b; +} + +/* LiteralNumberBin */ +.chroma .mb { + color: #fe640b; +} + +/* LiteralNumberFloat */ +.chroma .mf { + color: #fe640b; +} + +/* LiteralNumberHex */ +.chroma .mh { + color: #fe640b; +} + +/* LiteralNumberInteger */ +.chroma .mi { + color: #fe640b; +} + +/* LiteralNumberOct */ +.chroma .mo { + color: #fe640b; +} + +/* Name */ +.chroma .n { + color: #7287fd; +} + +/* NameAttribute */ +.chroma .na { + color: #df8e1d; +} + +/* NameBuiltin */ +.chroma .nb { + color: #fe640b; +} + +/* NameClass */ +.chroma .nc { + color: #df8e1d; +} + +/* NameDecorator */ +.chroma .nd { + color: #ea76cb; +} + +/* NameException */ +.chroma .ne { + color: #e64553; +} + +/* NameFunction */ +.chroma .nf { + color: #1e66f5; +} + +/* NameEntity */ +.chroma .ni { + color: #ea76cb; +} + +/* NameLabel */ +.chroma .nl { + color: #df8e1d; +} + +/* NameNamespace */ +.chroma .nn { + color: #df8e1d; +} + +/* NameConstant */ +.chroma .no { + color: #df8e1d; +} + +/* NameTag */ +.chroma .nt { + color: #8839ef; +} + +/* NameVariable */ +.chroma .nv { + color: #fe640b; +} + +/* NameOther */ +.chroma .nx { + color: #fe640b; +} + +/* Operator */ +.chroma .o { + color: #04a5e5; +} + +/* OperatorWord */ +.chroma .ow { + color: #04a5e5; + font-weight: bold; +} + +/* Punctuation */ +.chroma .p { + color: #7c7f93; +} + +/* NameProperty */ +/* LiteralString */ +.chroma .s { + color: #40a02b; +} + +/* LiteralStringSingle */ +.chroma .s1 { + color: #40a02b; +} + +/* LiteralStringDouble */ +.chroma .s2 { + color: #40a02b; +} + +/* LiteralStringAffix */ +.chroma .sa { + color: #40a02b; +} + +/* LiteralStringBacktick */ +.chroma .sb { + color: #40a02b; +} + +/* LiteralStringChar */ +.chroma .sc { + color: #40a02b; +} + +/* LiteralStringDoc */ +.chroma .sd { + color: #40a02b; +} + +/* LiteralStringEscape */ +.chroma .se { + color: #1e66f5; +} + +/* LiteralStringHeredoc */ +.chroma .sh { + color: #40a02b; +} + +/* LiteralStringInterpol */ +.chroma .si { + color: #40a02b; +} + +/* LiteralStringRegex */ +.chroma .sr { + color: #1e66f5; +} + +/* LiteralStringSymbol */ +.chroma .ss { + color: #40a02b; +} + +/* LiteralStringOther */ +.chroma .sx { + color: #40a02b; +} + +/* NameVariableClass */ +.chroma .vc { + color: #df8e1d; +} + +/* NameVariableGlobal */ +.chroma .vg { + color: #fe640b; +} + +/* NameVariableInstance */ +.chroma .vi { + color: #df8e1d; +} + +/* NameVariableMagic */ +/* TextWhitespace */ +.chroma .w { + color: #ccd0da; +} + +.CodeMirror .cm-property, +.CodeMirror.cm-s-default .cm-property, +.CodeMirror.cm-s-paper .cm-property { + color: #4c4f69; +} +.CodeMirror .cm-header, +.CodeMirror.cm-s-default .cm-header, +.CodeMirror.cm-s-paper .cm-header { + color: #4c4f69; +} +.CodeMirror .cm-quote, +.CodeMirror.cm-s-default .cm-quote, +.CodeMirror.cm-s-paper .cm-quote { + color: #40a02b; +} +.CodeMirror .cm-keyword, +.CodeMirror.cm-s-default .cm-keyword, +.CodeMirror.cm-s-paper .cm-keyword { + color: #8839ef; +} +.CodeMirror .cm-atom, +.CodeMirror.cm-s-default .cm-atom, +.CodeMirror.cm-s-paper .cm-atom { + color: #d20f39; +} +.CodeMirror .cm-number, +.CodeMirror.cm-s-default .cm-number, +.CodeMirror.cm-s-paper .cm-number { + color: #fe640b; +} +.CodeMirror .cm-def, +.CodeMirror.cm-s-default .cm-def, +.CodeMirror.cm-s-paper .cm-def { + color: #4c4f69; +} +.CodeMirror .cm-variable-2, +.CodeMirror.cm-s-default .cm-variable-2, +.CodeMirror.cm-s-paper .cm-variable-2 { + color: #04a5e5; +} +.CodeMirror .cm-variable-3, +.CodeMirror.cm-s-default .cm-variable-3, +.CodeMirror.cm-s-paper .cm-variable-3 { + color: #179299; +} +.CodeMirror .cm-comment, +.CodeMirror.cm-s-default .cm-comment, +.CodeMirror.cm-s-paper .cm-comment { + color: #acb0be; +} +.CodeMirror .cm-string, +.CodeMirror.cm-s-default .cm-string, +.CodeMirror.cm-s-paper .cm-string { + color: #40a02b; +} +.CodeMirror .cm-string-2, +.CodeMirror.cm-s-default .cm-string-2, +.CodeMirror.cm-s-paper .cm-string-2 { + color: #40a02b; +} +.CodeMirror .cm-meta, +.CodeMirror.cm-s-default .cm-meta, +.CodeMirror.cm-s-paper .cm-meta { + color: #fe640b; +} +.CodeMirror .cm-qualifier, +.CodeMirror.cm-s-default .cm-qualifier, +.CodeMirror.cm-s-paper .cm-qualifier { + color: #fe640b; +} +.CodeMirror .cm-builtin, +.CodeMirror.cm-s-default .cm-builtin, +.CodeMirror.cm-s-paper .cm-builtin { + color: #fe640b; +} +.CodeMirror .cm-bracket, +.CodeMirror.cm-s-default .cm-bracket, +.CodeMirror.cm-s-paper .cm-bracket { + color: #4c4f69; +} +.CodeMirror .cm-tag, +.CodeMirror.cm-s-default .cm-tag, +.CodeMirror.cm-s-paper .cm-tag { + color: #df8e1d; +} +.CodeMirror .cm-attribute, +.CodeMirror.cm-s-default .cm-attribute, +.CodeMirror.cm-s-paper .cm-attribute { + color: #df8e1d; +} +.CodeMirror .cm-hr, +.CodeMirror.cm-s-default .cm-hr, +.CodeMirror.cm-s-paper .cm-hr { + color: #7c7f93; +} +.CodeMirror .cm-url, +.CodeMirror.cm-s-default .cm-url, +.CodeMirror.cm-s-paper .cm-url { + color: #1e66f5; +} +.CodeMirror .cm-link, +.CodeMirror.cm-s-default .cm-link, +.CodeMirror.cm-s-paper .cm-link { + color: #1e66f5; +} +.CodeMirror .cm-error, +.CodeMirror.cm-s-default .cm-error, +.CodeMirror.cm-s-paper .cm-error { + color: #d20f39; +} + +.monaco-editor .selected-text { + background-color: #ccd0da !important; +} +.monaco-editor .margin-view-overlays .line-numbers { + color: #6c6f85 !important; +} +.monaco-editor .line-numbers.active-line-number { + color: #fe640b !important; +} +.monaco-editor .view-overlays .current-line, +.monaco-editor .margin-view-overlays .current-line-margin { + background-color: rgb(232.7, 235.4, 240.8) !important; +} +.monaco-editor .mtk1 { + color: #4c4f69 !important; +} +.monaco-editor .mtk2 { + color: #ff69b4 !important; +} +.monaco-editor .mtk3 { + color: #fe640b !important; +} +.monaco-editor .mtk4 { + color: #179299 !important; +} +.monaco-editor .mtk5 { + color: #4c4f69 !important; +} +.monaco-editor .mtk6 { + color: #8839ef !important; +} +.monaco-editor .mtk7 { + color: #fe640b !important; +} +.monaco-editor .mtk8 { + color: #7c7f93 !important; +} +.monaco-editor .mtk9 { + color: #8839ef !important; +} +.monaco-editor .mtk10 { + color: #6c6f85 !important; +} +.monaco-editor .mtk11 { + color: #179299 !important; +} +.monaco-editor .mtk12 { + color: #179299 !important; +} +.monaco-editor .mtk13 { + color: #ff69b4 !important; +} +.monaco-editor .mtk14 { + color: #ff69b4 !important; +} +.monaco-editor .mtk15 { + color: #8839ef !important; +} +.monaco-editor .mtk16 { + color: #7c7f93 !important; +} +.monaco-editor .mtk17 { + color: #ff69b4 !important; +} +.monaco-editor .mtk18 { + color: #ff69b4 !important; +} +.monaco-editor .mtk19 { + color: #179299 !important; +} +.monaco-editor .mtk20 { + color: #ff69b4 !important; +} +.monaco-editor .mtk21 { + color: #40a02b !important; +} +.monaco-editor .mtk22 { + color: #ff69b4 !important; +} +.monaco-editor .mtk23 { + color: #1e66f5 !important; +} +.monaco-editor .mtk24 { + color: #fe640b !important; +} +.monaco-editor .mtk25 { + color: #ea76cb !important; +} +.monaco-editor .bracket-highlighting-0 { + color: rgb(156.4, 40.6, 76.2) !important; +} +.monaco-editor .bracket-highlighting-1 { + color: rgb(182.8, 91.6, 48.6) !important; +} +.monaco-editor .bracket-highlighting-2 { + color: rgb(164.2, 116.8, 59.4) !important; +} +.monaco-editor .bracket-highlighting-3 { + color: rgb(68.8, 127.6, 67.8) !important; +} +.monaco-editor .bracket-highlighting-4 { + color: rgb(48.4, 92.8, 189) !important; +} +.monaco-editor .bracket-highlighting-5 { + color: rgb(112, 65.8, 185.4) !important; +} \ No newline at end of file diff --git a/public/assets/css/theme-catppuccin-latte-pink.css b/public/assets/css/theme-catppuccin-latte-pink.css new file mode 100644 index 0000000..0a43a8f --- /dev/null +++ b/public/assets/css/theme-catppuccin-latte-pink.css @@ -0,0 +1,849 @@ +:root { + color-scheme: light; + --is-dark-theme: false; + accent-color: #ea76cb; + --color-primary: #ea76cb; + --color-primary-contrast: #eff1f5; + --color-primary-hover: rgb(237.3892405063, 140.1107594937, 211.3924050633); + --color-primary-dark-1: rgb(236.0335443038, 131.2664556962, 208.035443038); + --color-primary-dark-2: rgb(238.0670886076, 144.5329113924, 213.0708860759); + --color-primary-dark-3: rgb(240.1006329114, 157.7993670886, 218.1063291139); + --color-primary-dark-4: rgb(242.1341772152, 171.0658227848, 223.1417721519); + --color-primary-dark-5: rgb(244.167721519, 184.332278481, 228.1772151899); + --color-primary-dark-6: rgb(246.2012658228, 197.5987341772, 233.2126582278); + --color-primary-dark-7: rgb(248.2348101266, 210.8651898734, 238.2481012658); + --color-primary-light-1: rgb(231.9664556962, 104.7335443038, 197.964556962); + --color-primary-light-2: rgb(229.9329113924, 91.4670886076, 192.9291139241); + --color-primary-light-3: rgb(227.8993670886, 78.2006329114, 187.8936708861); + --color-primary-light-4: rgb(225.8658227848, 64.9341772152, 182.8582278481); + --color-primary-light-5: rgb(223.832278481, 51.667721519, 177.8227848101); + --color-primary-light-6: rgb(221.7987341772, 38.4012658228, 172.7873417722); + --color-primary-light-7: rgb(212.35, 32.55, 164.3); + --color-primary-alpha-10: rgba(234, 118, 203, 0.1); + --color-primary-alpha-20: rgba(234, 118, 203, 0.2); + --color-primary-alpha-30: rgba(234, 118, 203, 0.3); + --color-primary-alpha-40: rgba(234, 118, 203, 0.4); + --color-primary-alpha-50: rgba(234, 118, 203, 0.5); + --color-primary-alpha-60: rgba(234, 118, 203, 0.6); + --color-primary-alpha-70: rgba(234, 118, 203, 0.7); + --color-primary-alpha-80: rgba(234, 118, 203, 0.8); + --color-primary-alpha-90: rgba(234, 118, 203, 0.9); + --color-secondary: #bcc0cc; + --color-secondary-dark-1: rgb(195.1329545455, 199.8284090909, 211.5670454545); + --color-secondary-dark-2: rgb(186.2659090909, 191.6568181818, 205.1340909091); + --color-secondary-dark-3: rgb(177.3988636364, 183.4852272727, 198.7011363636); + --color-secondary-dark-4: rgb(168.5318181818, 175.3136363636, 192.2681818182); + --color-secondary-dark-5: rgb(159.6647727273, 167.1420454545, 185.8352272727); + --color-secondary-dark-6: rgb(150.7977272727, 158.9704545455, 179.4022727273); + --color-secondary-dark-7: rgb(141.9306818182, 150.7988636364, 172.9693181818); + --color-secondary-dark-8: rgb(133.0636363636, 142.6272727273, 166.5363636364); + --color-secondary-dark-9: rgb(124.1965909091, 134.4556818182, 160.1034090909); + --color-secondary-dark-10: rgb(115.3295454545, 126.2840909091, 153.6704545455); + --color-secondary-dark-11: rgb(106.6693181818, 118.2011363636, 147.0306818182); + --color-secondary-dark-12: rgb(100.2363636364, 111.0727272727, 138.1636363636); + --color-secondary-dark-13: rgb(93.8034090909, 103.9443181818, 129.2965909091); + --color-secondary-light-1: rgb(212.8670454545, 216.1715909091, 224.4329545455); + --color-secondary-light-2: rgb(221.7340909091, 224.3431818182, 230.8659090909); + --color-secondary-light-3: rgb(230.6011363636, 232.5147727273, 237.2988636364); + --color-secondary-light-4: rgb(239.4681818182, 240.6863636364, 243.7318181818); + --color-secondary-alpha-10: rgba(204, 208, 218, 0.1); + --color-secondary-alpha-20: rgba(204, 208, 218, 0.2); + --color-secondary-alpha-30: rgba(204, 208, 218, 0.3); + --color-secondary-alpha-40: rgba(204, 208, 218, 0.4); + --color-secondary-alpha-50: rgba(204, 208, 218, 0.5); + --color-secondary-alpha-60: rgba(204, 208, 218, 0.6); + --color-secondary-alpha-70: rgba(204, 208, 218, 0.7); + --color-secondary-alpha-80: rgba(204, 208, 218, 0.8); + --color-secondary-alpha-90: rgba(204, 208, 218, 0.9); + /* colors */ + --color-red: #d20f39; + --color-orange: #fe640b; + --color-yellow: #df8e1d; + --color-olive: #40a02b; + --color-green: #40a02b; + --color-teal: #179299; + --color-blue: #1e66f5; + --color-violet: #7287fd; + --color-purple: #8839ef; + --color-pink: #ea76cb; + --color-brown: #dd7878; + --color-grey: #7c7f93; + --color-black: #e6e9ef; + /* light variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-light: rgb(239.4, 36.6, 80.28); + --color-orange-light: rgb(254.2081632653, 132.2653061224, 61.7918367347); + --color-yellow-light: rgb(231.1785714286, 164.6428571429, 71.8214285714); + --color-olive-light: rgb(80.078817734, 200.197044335, 53.802955665); + --color-green-light: rgb(80.078817734, 200.197044335, 53.802955665); + --color-teal-light: rgb(29.6647727273, 188.3068181818, 197.3352272727); + --color-blue-light: rgb(78.829787234, 135.2042553191, 247.170212766); + --color-violet-light: rgb(164.2867132867, 177.7972027972, 253.7132867133); + --color-purple-light: rgb(164.3598130841, 104.1869158879, 242.8130841121); + --color-pink-light: rgb(240.7784810127, 162.2215189873, 219.7848101266); + --color-brown-light: rgb(231.2603550296, 160.7396449704, 160.7396449704); + --color-grey-light: rgb(151.9539748954, 154.3138075314, 170.0460251046); + --color-black-light: hsl(220, 21.9512195122%, 101.9607843137%); + /* dark 1 variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-dark-1: rgb(239.4, 36.6, 80.28); + --color-orange-dark-1: rgb(254.2081632653, 132.2653061224, 61.7918367347); + --color-yellow-dark-1: rgb(231.1785714286, 164.6428571429, 71.8214285714); + --color-olive-dark-1: rgb(80.078817734, 200.197044335, 53.802955665); + --color-green-dark-1: rgb(80.078817734, 200.197044335, 53.802955665); + --color-teal-dark-1: rgb(29.6647727273, 188.3068181818, 197.3352272727); + --color-blue-dark-1: rgb(78.829787234, 135.2042553191, 247.170212766); + --color-violet-dark-1: rgb(164.2867132867, 177.7972027972, 253.7132867133); + --color-purple-dark-1: rgb(164.3598130841, 104.1869158879, 242.8130841121); + --color-pink-dark-1: rgb(240.7784810127, 162.2215189873, 219.7848101266); + --color-brown-dark-1: rgb(231.2603550296, 160.7396449704, 160.7396449704); + --color-black-dark-1: hsl(220, 21.9512195122%, 101.9607843137%); + /* dark 2 variants - produced via Sass scale-color(color, $lightness: -20%) */ + --color-red-dark-2: rgb(242.8, 84.2, 118.36); + --color-orange-dark-2: rgb(254.4163265306, 164.5306122449, 112.5836734694); + --color-yellow-dark-2: rgb(237.0476190476, 186.9047619048, 116.9523809524); + --color-olive-dark-2: rgb(114.6305418719, 211.5763546798, 93.4236453202); + --color-green-dark-2: rgb(114.6305418719, 211.5763546798, 93.4236453202); + --color-teal-dark-2: rgb(53.3181818182, 215.4545454545, 224.6818181818); + --color-blue-dark-2: rgb(127.6595744681, 168.4085106383, 249.3404255319); + --color-violet-dark-2: rgb(214.5734265734, 220.5944055944, 254.4265734266); + --color-purple-dark-2: rgb(192.7196261682, 151.3738317757, 246.6261682243); + --color-pink-dark-2: rgb(247.5569620253, 206.4430379747, 236.5696202532); + --color-brown-dark-2: rgb(241.5207100592, 201.4792899408, 201.4792899408); + --color-black-dark-2: hsl(220, 21.9512195122%, 111.9607843137%); + /* other colors */ + --color-gold: #dc8a78; + --color-white: #4c4f69; + --color-diff-removed-word-bg: rgba(210, 15, 57, 0.15); + --color-diff-added-word-bg: rgba(64, 160, 43, 0.15); + --color-diff-removed-row-bg: rgba(210, 15, 57, 0.07); + --color-diff-moved-row-bg: rgba(223, 142, 29, 0.07); + --color-diff-added-row-bg: rgba(64, 160, 43, 0.07); + --color-diff-removed-row-border: rgba(210, 15, 57, 0.07); + --color-diff-moved-row-border: rgba(223, 142, 29, 0.07); + --color-diff-added-row-border: rgba(64, 160, 43, 0.07); + --color-diff-inactive: #7c7f93; + --color-error-border: #d20f39; + --color-error-bg: #d20f39; + --color-error-bg-active: rgb(233.8, 16.7, 63.46); + --color-error-bg-hover: rgb(239.4, 36.6, 80.28); + --color-error-text: #eff1f5; + --color-success-border: rgb(80.078817734, 200.197044335, 53.802955665); + --color-success-bg: #40a02b; + --color-success-text: #eff1f5; + --color-warning-border: rgb(231.1785714286, 164.6428571429, 71.8214285714); + --color-warning-bg: #df8e1d; + --color-warning-text: #eff1f5; + --color-info-border: rgb(78.829787234, 135.2042553191, 247.170212766); + --color-info-bg: #eff1f5; + --color-info-text: #4c4f69; + --color-red-badge: rgb(239.4, 36.6, 80.28); + --color-red-badge-bg: #eff1f5; + --color-red-badge-hover-bg: rgb(233.8, 16.7, 63.46); + --color-green-badge: #40a02b; + --color-green-badge-bg: #40a02b; + --color-green-badge-hover-bg: rgb(72.039408867, 180.0985221675, 48.4014778325); + --color-yellow-badge: #df8e1d; + --color-yellow-badge-bg: #eff1f5; + --color-yellow-badge-hover-bg: rgb(228.244047619, 153.5119047619, 49.255952381); + --color-orange-badge: #fe640b; + --color-orange-badge-bg: #eff1f5; + --color-orange-badge-hover-bg: rgb(254.1040816327, 116.1326530612, 36.3959183673); + --color-git: #fe640b; + --color-highlight-bg: rgba(223, 142, 29, 0.15); + /* target-based colors */ + --color-body: #eff1f5; + --color-box-header: #e6e9ef; + --color-box-body: #e6e9ef; + --color-box-body-highlight: #ccd0da; + --color-text-dark: #6c6f85; + --color-text: #4c4f69; + --color-text-light: #5c5f77; + --color-text-light-1: #5c5f77; + --color-text-light-2: #5c5f77; + --color-text-light-3: #5c5f77; + --color-footer: #e6e9ef; + --color-timeline: #ccd0da; + --color-input-text: #4c4f69; + --color-input-background: #ccd0da; + --color-input-toggle-background: #ccd0da; + --color-input-border: #bcc0cc; + --color-input-border-hover: #acb0be; + --color-nav-bg: #e6e9ef; + --color-nav-hover-bg: var(--color-hover); + --color-navbar: #e6e9ef; + --color-navbar-transparent: rgba(239, 241, 245, 0); + --color-light: rgba(172, 176, 190, 0.3); + --color-light-mimic-enabled: rgba( + 0, + 0, + 0, + calc(40 / 255 * 222 / 255 / var(--opacity-disabled)) + ); + --color-light-border: #acb0be; + --color-hover: rgba(156, 160, 176, 0.2); + --color-active: rgba(76, 79, 105, 0.1); + --color-menu: #ccd0da; + --color-card: #ccd0da; + --color-markup-table-row: rgba(76, 79, 105, 0.02); + --color-markup-code-block: rgba(76, 79, 105, 0.05); + --color-markup-code-inline: #ccd0da; + --color-button: #ccd0da; + --color-code-bg: #eff1f5; + --color-code-sidebar-bg: #ccd0da; + --color-shadow: rgba(239, 241, 245, 0.1); + --color-tooltip-bg: #ccd0da; + --color-tooltip-text: var(--color-text); + --color-secondary-bg: #ccd0da; + --color-text-focus: #4c4f69; + --color-expand-button: #acb0be; + --color-placeholder-text: #6c6f85; + --color-editor-line-highlight: var(--color-primary-light-5); + --color-project-board-bg: var(--color-secondary-light-2); + /* gitea source code: */ + /* should ideally be --color-text-dark, see go-gitea/gitea#15651 */ + --color-caret: var(--color-text); + --color-reaction-bg: rgba(76, 79, 105, 0.07); + --color-reaction-active-bg: var(--color-primary-alpha-40); + --color-header-wrapper: #e6e9ef; + --color-header-wrapper-transparent: rgba(230, 233, 239, 0); + --color-label-text: #dce0e8; + --color-label-bg: #ea76cb; + --color-label-hover-bg: rgb(238.0670886076, 144.5329113924, 213.0708860759); + --color-label-active-bg: rgb(236.0335443038, 131.2664556962, 208.035443038); + --color-accent: var(--color-primary-light-1); + --color-small-accent: var(--color-primary-light-5); + --color-active-line: #bcc0cc; +} + +.ui.ui.ui.button:not(.inverted, .basic).primary, .ui.ui.ui.button:not(.inverted, .basic).green, .ui.ui.ui.button:not(.inverted, .basic).red, .ui.ui.ui.button:not(.inverted, .basic).teal, +.ui.ui.ui.label:not(.inverted, .basic).primary, +.ui.ui.ui.label:not(.inverted, .basic).green, +.ui.ui.ui.label:not(.inverted, .basic).red, +.ui.ui.ui.label:not(.inverted, .basic).teal { + color: #eff1f5; +} +.ui.ui.ui.button:not(.inverted, .basic).primary:hover, .ui.ui.ui.button:not(.inverted, .basic).green:hover, .ui.ui.ui.button:not(.inverted, .basic).red:hover, .ui.ui.ui.button:not(.inverted, .basic).teal:hover, +.ui.ui.ui.label:not(.inverted, .basic).primary:hover, +.ui.ui.ui.label:not(.inverted, .basic).green:hover, +.ui.ui.ui.label:not(.inverted, .basic).red:hover, +.ui.ui.ui.label:not(.inverted, .basic).teal:hover { + color: #dce0e8; +} + +.ui.basic.modal { + background-color: #dce0e8; +} + +.ui.commit-header-row .svg.gitea-lock ~ a { + color: #eff1f5; +} + +.ui.negative.message .header { + color: var(--color-error-text); +} + +.ui.sha.isSigned.isVerified .shortsha { + color: #eff1f5; +} +.ui.sha.isSigned.isVerified svg.gitea-lock { + fill: #eff1f5; +} + +.ui.basic.modal, +.ui.basic.modal > .header, +.ui.inverted.button { + color: #4c4f69 !important; +} + +#repo-topics, +#topic_edit > .ui.selection.dropdown { + color: var(--color-label-text) !important; +} + +blockquote.attention-tip { + border-left-color: var(--color-success-bg); +} +blockquote.attention-warning { + border-left-color: var(--color-warning-bg); +} + +svg.attention-tip, +strong.attention-tip { + color: var(--color-success-bg); +} +svg.attention-warning, +strong.attention-warning { + color: var(--color-warning-bg); +} + +.inline-code-block { + color: #dce0e8; +} + +::selection { + background: rgba(234, 118, 203, 0.3) !important; +} + +/* NameBuiltinPseudo */ +.chroma .bp { + color: #fe640b; +} + +/* Comment */ +.chroma .c { + color: #9ca0b0; +} + +/* CommentSingle */ +.chroma .c1 { + color: #9ca0b0; +} + +/* CommentHashbang */ +.chroma .ch { + color: #9ca0b0; +} + +/* CommentMultiline */ +.chroma .cm { + color: #9ca0b0; +} + +/* CommentPreproc */ +.chroma .cp { + color: #1e66f5; +} + +/* CommentPreprocFile */ +.chroma .cpf { + color: #1e66f5; +} + +/* CommentSpecial */ +.chroma .cs { + color: #9ca0b0; +} + +/* LiteralStringDelimiter */ +.chroma .dl { + color: #1e66f5; +} + +/* NameFunctionMagic */ +/* Generic */ +/* GenericDeleted */ +.chroma .gd { + color: #4c4f69; + background-color: rgba(210, 15, 57, 0.15); +} + +/* GenericEmph */ +.chroma .ge { + font-style: italic; +} + +/* GenericHeading */ +.chroma .gh { + color: #04a5e5; +} + +/* GenericInserted */ +.chroma .gi { + color: #4c4f69; + background-color: rgba(64, 160, 43, 0.15); +} + +/* GenericUnderline */ +/* GenericOutput */ +.chroma .go { + color: #fe640b; +} + +/* GenericPrompt */ +.chroma .gp { + color: #9ca0b0; + font-weight: bold; +} + +/* GenericError */ +.chroma .gr { + color: #e64553; +} + +/* GenericStrong */ +.chroma .gs { + font-weight: bold; +} + +/* GenericTraceback */ +.chroma .gt { + color: #e64553; +} + +/* GenericSubheading */ +.chroma .gu { + color: #04a5e5; +} + +/* LiteralNumberIntegerLong */ +.chroma .il { + color: #fe640b; +} + +/* Keyword */ +.chroma .k { + color: #8839ef; +} + +/* KeywordConstant */ +.chroma .kc { + color: #df8e1d; +} + +/* KeywordDeclaration */ +.chroma .kd { + color: #8839ef; +} + +/* KeywordNamespace */ +.chroma .kn { + color: #df8e1d; +} + +/* KeywordPseudo */ +.chroma .kp { + color: #8839ef; + font-weight: bold; +} + +/* KeywordReserved */ +.chroma .kr { + color: #8839ef; +} + +/* KeywordType */ +.chroma .kt { + color: #df8e1d; +} + +/* Literal */ +/* LiteralDate */ +/* LiteralNumber */ +.chroma .m { + color: #fe640b; +} + +/* LiteralNumberBin */ +.chroma .mb { + color: #fe640b; +} + +/* LiteralNumberFloat */ +.chroma .mf { + color: #fe640b; +} + +/* LiteralNumberHex */ +.chroma .mh { + color: #fe640b; +} + +/* LiteralNumberInteger */ +.chroma .mi { + color: #fe640b; +} + +/* LiteralNumberOct */ +.chroma .mo { + color: #fe640b; +} + +/* Name */ +.chroma .n { + color: #7287fd; +} + +/* NameAttribute */ +.chroma .na { + color: #df8e1d; +} + +/* NameBuiltin */ +.chroma .nb { + color: #fe640b; +} + +/* NameClass */ +.chroma .nc { + color: #df8e1d; +} + +/* NameDecorator */ +.chroma .nd { + color: #ea76cb; +} + +/* NameException */ +.chroma .ne { + color: #e64553; +} + +/* NameFunction */ +.chroma .nf { + color: #1e66f5; +} + +/* NameEntity */ +.chroma .ni { + color: #ea76cb; +} + +/* NameLabel */ +.chroma .nl { + color: #df8e1d; +} + +/* NameNamespace */ +.chroma .nn { + color: #df8e1d; +} + +/* NameConstant */ +.chroma .no { + color: #df8e1d; +} + +/* NameTag */ +.chroma .nt { + color: #8839ef; +} + +/* NameVariable */ +.chroma .nv { + color: #fe640b; +} + +/* NameOther */ +.chroma .nx { + color: #fe640b; +} + +/* Operator */ +.chroma .o { + color: #04a5e5; +} + +/* OperatorWord */ +.chroma .ow { + color: #04a5e5; + font-weight: bold; +} + +/* Punctuation */ +.chroma .p { + color: #7c7f93; +} + +/* NameProperty */ +/* LiteralString */ +.chroma .s { + color: #40a02b; +} + +/* LiteralStringSingle */ +.chroma .s1 { + color: #40a02b; +} + +/* LiteralStringDouble */ +.chroma .s2 { + color: #40a02b; +} + +/* LiteralStringAffix */ +.chroma .sa { + color: #40a02b; +} + +/* LiteralStringBacktick */ +.chroma .sb { + color: #40a02b; +} + +/* LiteralStringChar */ +.chroma .sc { + color: #40a02b; +} + +/* LiteralStringDoc */ +.chroma .sd { + color: #40a02b; +} + +/* LiteralStringEscape */ +.chroma .se { + color: #1e66f5; +} + +/* LiteralStringHeredoc */ +.chroma .sh { + color: #40a02b; +} + +/* LiteralStringInterpol */ +.chroma .si { + color: #40a02b; +} + +/* LiteralStringRegex */ +.chroma .sr { + color: #1e66f5; +} + +/* LiteralStringSymbol */ +.chroma .ss { + color: #40a02b; +} + +/* LiteralStringOther */ +.chroma .sx { + color: #40a02b; +} + +/* NameVariableClass */ +.chroma .vc { + color: #df8e1d; +} + +/* NameVariableGlobal */ +.chroma .vg { + color: #fe640b; +} + +/* NameVariableInstance */ +.chroma .vi { + color: #df8e1d; +} + +/* NameVariableMagic */ +/* TextWhitespace */ +.chroma .w { + color: #ccd0da; +} + +.CodeMirror .cm-property, +.CodeMirror.cm-s-default .cm-property, +.CodeMirror.cm-s-paper .cm-property { + color: #4c4f69; +} +.CodeMirror .cm-header, +.CodeMirror.cm-s-default .cm-header, +.CodeMirror.cm-s-paper .cm-header { + color: #4c4f69; +} +.CodeMirror .cm-quote, +.CodeMirror.cm-s-default .cm-quote, +.CodeMirror.cm-s-paper .cm-quote { + color: #40a02b; +} +.CodeMirror .cm-keyword, +.CodeMirror.cm-s-default .cm-keyword, +.CodeMirror.cm-s-paper .cm-keyword { + color: #8839ef; +} +.CodeMirror .cm-atom, +.CodeMirror.cm-s-default .cm-atom, +.CodeMirror.cm-s-paper .cm-atom { + color: #d20f39; +} +.CodeMirror .cm-number, +.CodeMirror.cm-s-default .cm-number, +.CodeMirror.cm-s-paper .cm-number { + color: #fe640b; +} +.CodeMirror .cm-def, +.CodeMirror.cm-s-default .cm-def, +.CodeMirror.cm-s-paper .cm-def { + color: #4c4f69; +} +.CodeMirror .cm-variable-2, +.CodeMirror.cm-s-default .cm-variable-2, +.CodeMirror.cm-s-paper .cm-variable-2 { + color: #04a5e5; +} +.CodeMirror .cm-variable-3, +.CodeMirror.cm-s-default .cm-variable-3, +.CodeMirror.cm-s-paper .cm-variable-3 { + color: #179299; +} +.CodeMirror .cm-comment, +.CodeMirror.cm-s-default .cm-comment, +.CodeMirror.cm-s-paper .cm-comment { + color: #acb0be; +} +.CodeMirror .cm-string, +.CodeMirror.cm-s-default .cm-string, +.CodeMirror.cm-s-paper .cm-string { + color: #40a02b; +} +.CodeMirror .cm-string-2, +.CodeMirror.cm-s-default .cm-string-2, +.CodeMirror.cm-s-paper .cm-string-2 { + color: #40a02b; +} +.CodeMirror .cm-meta, +.CodeMirror.cm-s-default .cm-meta, +.CodeMirror.cm-s-paper .cm-meta { + color: #fe640b; +} +.CodeMirror .cm-qualifier, +.CodeMirror.cm-s-default .cm-qualifier, +.CodeMirror.cm-s-paper .cm-qualifier { + color: #fe640b; +} +.CodeMirror .cm-builtin, +.CodeMirror.cm-s-default .cm-builtin, +.CodeMirror.cm-s-paper .cm-builtin { + color: #fe640b; +} +.CodeMirror .cm-bracket, +.CodeMirror.cm-s-default .cm-bracket, +.CodeMirror.cm-s-paper .cm-bracket { + color: #4c4f69; +} +.CodeMirror .cm-tag, +.CodeMirror.cm-s-default .cm-tag, +.CodeMirror.cm-s-paper .cm-tag { + color: #df8e1d; +} +.CodeMirror .cm-attribute, +.CodeMirror.cm-s-default .cm-attribute, +.CodeMirror.cm-s-paper .cm-attribute { + color: #df8e1d; +} +.CodeMirror .cm-hr, +.CodeMirror.cm-s-default .cm-hr, +.CodeMirror.cm-s-paper .cm-hr { + color: #7c7f93; +} +.CodeMirror .cm-url, +.CodeMirror.cm-s-default .cm-url, +.CodeMirror.cm-s-paper .cm-url { + color: #1e66f5; +} +.CodeMirror .cm-link, +.CodeMirror.cm-s-default .cm-link, +.CodeMirror.cm-s-paper .cm-link { + color: #1e66f5; +} +.CodeMirror .cm-error, +.CodeMirror.cm-s-default .cm-error, +.CodeMirror.cm-s-paper .cm-error { + color: #d20f39; +} + +.monaco-editor .selected-text { + background-color: #ccd0da !important; +} +.monaco-editor .margin-view-overlays .line-numbers { + color: #6c6f85 !important; +} +.monaco-editor .line-numbers.active-line-number { + color: #ea76cb !important; +} +.monaco-editor .view-overlays .current-line, +.monaco-editor .margin-view-overlays .current-line-margin { + background-color: rgb(232.7, 235.4, 240.8) !important; +} +.monaco-editor .mtk1 { + color: #4c4f69 !important; +} +.monaco-editor .mtk2 { + color: #ff69b4 !important; +} +.monaco-editor .mtk3 { + color: #fe640b !important; +} +.monaco-editor .mtk4 { + color: #179299 !important; +} +.monaco-editor .mtk5 { + color: #4c4f69 !important; +} +.monaco-editor .mtk6 { + color: #8839ef !important; +} +.monaco-editor .mtk7 { + color: #fe640b !important; +} +.monaco-editor .mtk8 { + color: #7c7f93 !important; +} +.monaco-editor .mtk9 { + color: #8839ef !important; +} +.monaco-editor .mtk10 { + color: #6c6f85 !important; +} +.monaco-editor .mtk11 { + color: #179299 !important; +} +.monaco-editor .mtk12 { + color: #179299 !important; +} +.monaco-editor .mtk13 { + color: #ff69b4 !important; +} +.monaco-editor .mtk14 { + color: #ff69b4 !important; +} +.monaco-editor .mtk15 { + color: #8839ef !important; +} +.monaco-editor .mtk16 { + color: #7c7f93 !important; +} +.monaco-editor .mtk17 { + color: #ff69b4 !important; +} +.monaco-editor .mtk18 { + color: #ff69b4 !important; +} +.monaco-editor .mtk19 { + color: #179299 !important; +} +.monaco-editor .mtk20 { + color: #ff69b4 !important; +} +.monaco-editor .mtk21 { + color: #40a02b !important; +} +.monaco-editor .mtk22 { + color: #ff69b4 !important; +} +.monaco-editor .mtk23 { + color: #1e66f5 !important; +} +.monaco-editor .mtk24 { + color: #fe640b !important; +} +.monaco-editor .mtk25 { + color: #ea76cb !important; +} +.monaco-editor .bracket-highlighting-0 { + color: rgb(156.4, 40.6, 76.2) !important; +} +.monaco-editor .bracket-highlighting-1 { + color: rgb(182.8, 91.6, 48.6) !important; +} +.monaco-editor .bracket-highlighting-2 { + color: rgb(164.2, 116.8, 59.4) !important; +} +.monaco-editor .bracket-highlighting-3 { + color: rgb(68.8, 127.6, 67.8) !important; +} +.monaco-editor .bracket-highlighting-4 { + color: rgb(48.4, 92.8, 189) !important; +} +.monaco-editor .bracket-highlighting-5 { + color: rgb(112, 65.8, 185.4) !important; +} \ No newline at end of file diff --git a/public/assets/css/theme-catppuccin-latte-red.css b/public/assets/css/theme-catppuccin-latte-red.css new file mode 100644 index 0000000..0630102 --- /dev/null +++ b/public/assets/css/theme-catppuccin-latte-red.css @@ -0,0 +1,849 @@ +:root { + color-scheme: light; + --is-dark-theme: false; + accent-color: #d20f39; + --color-primary: #d20f39; + --color-primary-contrast: #eff1f5; + --color-primary-hover: rgb(233.8, 16.7, 63.46); + --color-primary-dark-1: rgb(224.28, 16.02, 60.876); + --color-primary-dark-2: rgb(238.04, 17.56, 65.048); + --color-primary-dark-3: rgb(239.06, 31.84, 76.472); + --color-primary-dark-4: rgb(240.08, 46.12, 87.896); + --color-primary-dark-5: rgb(241.1, 60.4, 99.32); + --color-primary-dark-6: rgb(242.12, 74.68, 110.744); + --color-primary-dark-7: rgb(243.14, 88.96, 122.168); + --color-primary-light-1: rgb(195.72, 13.98, 53.124); + --color-primary-light-2: rgb(181.44, 12.96, 49.248); + --color-primary-light-3: rgb(167.16, 11.94, 45.372); + --color-primary-light-4: rgb(152.88, 10.92, 41.496); + --color-primary-light-5: rgb(138.6, 9.9, 37.62); + --color-primary-light-6: rgb(124.32, 8.88, 33.744); + --color-primary-light-7: rgb(110.04, 7.86, 29.868); + --color-primary-alpha-10: rgba(210, 15, 57, 0.1); + --color-primary-alpha-20: rgba(210, 15, 57, 0.2); + --color-primary-alpha-30: rgba(210, 15, 57, 0.3); + --color-primary-alpha-40: rgba(210, 15, 57, 0.4); + --color-primary-alpha-50: rgba(210, 15, 57, 0.5); + --color-primary-alpha-60: rgba(210, 15, 57, 0.6); + --color-primary-alpha-70: rgba(210, 15, 57, 0.7); + --color-primary-alpha-80: rgba(210, 15, 57, 0.8); + --color-primary-alpha-90: rgba(210, 15, 57, 0.9); + --color-secondary: #bcc0cc; + --color-secondary-dark-1: rgb(195.1329545455, 199.8284090909, 211.5670454545); + --color-secondary-dark-2: rgb(186.2659090909, 191.6568181818, 205.1340909091); + --color-secondary-dark-3: rgb(177.3988636364, 183.4852272727, 198.7011363636); + --color-secondary-dark-4: rgb(168.5318181818, 175.3136363636, 192.2681818182); + --color-secondary-dark-5: rgb(159.6647727273, 167.1420454545, 185.8352272727); + --color-secondary-dark-6: rgb(150.7977272727, 158.9704545455, 179.4022727273); + --color-secondary-dark-7: rgb(141.9306818182, 150.7988636364, 172.9693181818); + --color-secondary-dark-8: rgb(133.0636363636, 142.6272727273, 166.5363636364); + --color-secondary-dark-9: rgb(124.1965909091, 134.4556818182, 160.1034090909); + --color-secondary-dark-10: rgb(115.3295454545, 126.2840909091, 153.6704545455); + --color-secondary-dark-11: rgb(106.6693181818, 118.2011363636, 147.0306818182); + --color-secondary-dark-12: rgb(100.2363636364, 111.0727272727, 138.1636363636); + --color-secondary-dark-13: rgb(93.8034090909, 103.9443181818, 129.2965909091); + --color-secondary-light-1: rgb(212.8670454545, 216.1715909091, 224.4329545455); + --color-secondary-light-2: rgb(221.7340909091, 224.3431818182, 230.8659090909); + --color-secondary-light-3: rgb(230.6011363636, 232.5147727273, 237.2988636364); + --color-secondary-light-4: rgb(239.4681818182, 240.6863636364, 243.7318181818); + --color-secondary-alpha-10: rgba(204, 208, 218, 0.1); + --color-secondary-alpha-20: rgba(204, 208, 218, 0.2); + --color-secondary-alpha-30: rgba(204, 208, 218, 0.3); + --color-secondary-alpha-40: rgba(204, 208, 218, 0.4); + --color-secondary-alpha-50: rgba(204, 208, 218, 0.5); + --color-secondary-alpha-60: rgba(204, 208, 218, 0.6); + --color-secondary-alpha-70: rgba(204, 208, 218, 0.7); + --color-secondary-alpha-80: rgba(204, 208, 218, 0.8); + --color-secondary-alpha-90: rgba(204, 208, 218, 0.9); + /* colors */ + --color-red: #d20f39; + --color-orange: #fe640b; + --color-yellow: #df8e1d; + --color-olive: #40a02b; + --color-green: #40a02b; + --color-teal: #179299; + --color-blue: #1e66f5; + --color-violet: #7287fd; + --color-purple: #8839ef; + --color-pink: #ea76cb; + --color-brown: #dd7878; + --color-grey: #7c7f93; + --color-black: #e6e9ef; + /* light variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-light: rgb(239.4, 36.6, 80.28); + --color-orange-light: rgb(254.2081632653, 132.2653061224, 61.7918367347); + --color-yellow-light: rgb(231.1785714286, 164.6428571429, 71.8214285714); + --color-olive-light: rgb(80.078817734, 200.197044335, 53.802955665); + --color-green-light: rgb(80.078817734, 200.197044335, 53.802955665); + --color-teal-light: rgb(29.6647727273, 188.3068181818, 197.3352272727); + --color-blue-light: rgb(78.829787234, 135.2042553191, 247.170212766); + --color-violet-light: rgb(164.2867132867, 177.7972027972, 253.7132867133); + --color-purple-light: rgb(164.3598130841, 104.1869158879, 242.8130841121); + --color-pink-light: rgb(240.7784810127, 162.2215189873, 219.7848101266); + --color-brown-light: rgb(231.2603550296, 160.7396449704, 160.7396449704); + --color-grey-light: rgb(151.9539748954, 154.3138075314, 170.0460251046); + --color-black-light: hsl(220, 21.9512195122%, 101.9607843137%); + /* dark 1 variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-dark-1: rgb(239.4, 36.6, 80.28); + --color-orange-dark-1: rgb(254.2081632653, 132.2653061224, 61.7918367347); + --color-yellow-dark-1: rgb(231.1785714286, 164.6428571429, 71.8214285714); + --color-olive-dark-1: rgb(80.078817734, 200.197044335, 53.802955665); + --color-green-dark-1: rgb(80.078817734, 200.197044335, 53.802955665); + --color-teal-dark-1: rgb(29.6647727273, 188.3068181818, 197.3352272727); + --color-blue-dark-1: rgb(78.829787234, 135.2042553191, 247.170212766); + --color-violet-dark-1: rgb(164.2867132867, 177.7972027972, 253.7132867133); + --color-purple-dark-1: rgb(164.3598130841, 104.1869158879, 242.8130841121); + --color-pink-dark-1: rgb(240.7784810127, 162.2215189873, 219.7848101266); + --color-brown-dark-1: rgb(231.2603550296, 160.7396449704, 160.7396449704); + --color-black-dark-1: hsl(220, 21.9512195122%, 101.9607843137%); + /* dark 2 variants - produced via Sass scale-color(color, $lightness: -20%) */ + --color-red-dark-2: rgb(242.8, 84.2, 118.36); + --color-orange-dark-2: rgb(254.4163265306, 164.5306122449, 112.5836734694); + --color-yellow-dark-2: rgb(237.0476190476, 186.9047619048, 116.9523809524); + --color-olive-dark-2: rgb(114.6305418719, 211.5763546798, 93.4236453202); + --color-green-dark-2: rgb(114.6305418719, 211.5763546798, 93.4236453202); + --color-teal-dark-2: rgb(53.3181818182, 215.4545454545, 224.6818181818); + --color-blue-dark-2: rgb(127.6595744681, 168.4085106383, 249.3404255319); + --color-violet-dark-2: rgb(214.5734265734, 220.5944055944, 254.4265734266); + --color-purple-dark-2: rgb(192.7196261682, 151.3738317757, 246.6261682243); + --color-pink-dark-2: rgb(247.5569620253, 206.4430379747, 236.5696202532); + --color-brown-dark-2: rgb(241.5207100592, 201.4792899408, 201.4792899408); + --color-black-dark-2: hsl(220, 21.9512195122%, 111.9607843137%); + /* other colors */ + --color-gold: #dc8a78; + --color-white: #4c4f69; + --color-diff-removed-word-bg: rgba(210, 15, 57, 0.15); + --color-diff-added-word-bg: rgba(64, 160, 43, 0.15); + --color-diff-removed-row-bg: rgba(210, 15, 57, 0.07); + --color-diff-moved-row-bg: rgba(223, 142, 29, 0.07); + --color-diff-added-row-bg: rgba(64, 160, 43, 0.07); + --color-diff-removed-row-border: rgba(210, 15, 57, 0.07); + --color-diff-moved-row-border: rgba(223, 142, 29, 0.07); + --color-diff-added-row-border: rgba(64, 160, 43, 0.07); + --color-diff-inactive: #7c7f93; + --color-error-border: #d20f39; + --color-error-bg: #d20f39; + --color-error-bg-active: rgb(233.8, 16.7, 63.46); + --color-error-bg-hover: rgb(239.4, 36.6, 80.28); + --color-error-text: #eff1f5; + --color-success-border: rgb(80.078817734, 200.197044335, 53.802955665); + --color-success-bg: #40a02b; + --color-success-text: #eff1f5; + --color-warning-border: rgb(231.1785714286, 164.6428571429, 71.8214285714); + --color-warning-bg: #df8e1d; + --color-warning-text: #eff1f5; + --color-info-border: rgb(78.829787234, 135.2042553191, 247.170212766); + --color-info-bg: #eff1f5; + --color-info-text: #4c4f69; + --color-red-badge: rgb(239.4, 36.6, 80.28); + --color-red-badge-bg: #eff1f5; + --color-red-badge-hover-bg: rgb(233.8, 16.7, 63.46); + --color-green-badge: #40a02b; + --color-green-badge-bg: #40a02b; + --color-green-badge-hover-bg: rgb(72.039408867, 180.0985221675, 48.4014778325); + --color-yellow-badge: #df8e1d; + --color-yellow-badge-bg: #eff1f5; + --color-yellow-badge-hover-bg: rgb(228.244047619, 153.5119047619, 49.255952381); + --color-orange-badge: #fe640b; + --color-orange-badge-bg: #eff1f5; + --color-orange-badge-hover-bg: rgb(254.1040816327, 116.1326530612, 36.3959183673); + --color-git: #fe640b; + --color-highlight-bg: rgba(223, 142, 29, 0.15); + /* target-based colors */ + --color-body: #eff1f5; + --color-box-header: #e6e9ef; + --color-box-body: #e6e9ef; + --color-box-body-highlight: #ccd0da; + --color-text-dark: #6c6f85; + --color-text: #4c4f69; + --color-text-light: #5c5f77; + --color-text-light-1: #5c5f77; + --color-text-light-2: #5c5f77; + --color-text-light-3: #5c5f77; + --color-footer: #e6e9ef; + --color-timeline: #ccd0da; + --color-input-text: #4c4f69; + --color-input-background: #ccd0da; + --color-input-toggle-background: #ccd0da; + --color-input-border: #bcc0cc; + --color-input-border-hover: #acb0be; + --color-nav-bg: #e6e9ef; + --color-nav-hover-bg: var(--color-hover); + --color-navbar: #e6e9ef; + --color-navbar-transparent: rgba(239, 241, 245, 0); + --color-light: rgba(172, 176, 190, 0.3); + --color-light-mimic-enabled: rgba( + 0, + 0, + 0, + calc(40 / 255 * 222 / 255 / var(--opacity-disabled)) + ); + --color-light-border: #acb0be; + --color-hover: rgba(156, 160, 176, 0.2); + --color-active: rgba(76, 79, 105, 0.1); + --color-menu: #ccd0da; + --color-card: #ccd0da; + --color-markup-table-row: rgba(76, 79, 105, 0.02); + --color-markup-code-block: rgba(76, 79, 105, 0.05); + --color-markup-code-inline: #ccd0da; + --color-button: #ccd0da; + --color-code-bg: #eff1f5; + --color-code-sidebar-bg: #ccd0da; + --color-shadow: rgba(239, 241, 245, 0.1); + --color-tooltip-bg: #ccd0da; + --color-tooltip-text: var(--color-text); + --color-secondary-bg: #ccd0da; + --color-text-focus: #4c4f69; + --color-expand-button: #acb0be; + --color-placeholder-text: #6c6f85; + --color-editor-line-highlight: var(--color-primary-light-5); + --color-project-board-bg: var(--color-secondary-light-2); + /* gitea source code: */ + /* should ideally be --color-text-dark, see go-gitea/gitea#15651 */ + --color-caret: var(--color-text); + --color-reaction-bg: rgba(76, 79, 105, 0.07); + --color-reaction-active-bg: var(--color-primary-alpha-40); + --color-header-wrapper: #e6e9ef; + --color-header-wrapper-transparent: rgba(230, 233, 239, 0); + --color-label-text: #dce0e8; + --color-label-bg: #d20f39; + --color-label-hover-bg: rgb(238.04, 17.56, 65.048); + --color-label-active-bg: rgb(224.28, 16.02, 60.876); + --color-accent: var(--color-primary-light-1); + --color-small-accent: var(--color-primary-light-5); + --color-active-line: #bcc0cc; +} + +.ui.ui.ui.button:not(.inverted, .basic).primary, .ui.ui.ui.button:not(.inverted, .basic).green, .ui.ui.ui.button:not(.inverted, .basic).red, .ui.ui.ui.button:not(.inverted, .basic).teal, +.ui.ui.ui.label:not(.inverted, .basic).primary, +.ui.ui.ui.label:not(.inverted, .basic).green, +.ui.ui.ui.label:not(.inverted, .basic).red, +.ui.ui.ui.label:not(.inverted, .basic).teal { + color: #eff1f5; +} +.ui.ui.ui.button:not(.inverted, .basic).primary:hover, .ui.ui.ui.button:not(.inverted, .basic).green:hover, .ui.ui.ui.button:not(.inverted, .basic).red:hover, .ui.ui.ui.button:not(.inverted, .basic).teal:hover, +.ui.ui.ui.label:not(.inverted, .basic).primary:hover, +.ui.ui.ui.label:not(.inverted, .basic).green:hover, +.ui.ui.ui.label:not(.inverted, .basic).red:hover, +.ui.ui.ui.label:not(.inverted, .basic).teal:hover { + color: #dce0e8; +} + +.ui.basic.modal { + background-color: #dce0e8; +} + +.ui.commit-header-row .svg.gitea-lock ~ a { + color: #eff1f5; +} + +.ui.negative.message .header { + color: var(--color-error-text); +} + +.ui.sha.isSigned.isVerified .shortsha { + color: #eff1f5; +} +.ui.sha.isSigned.isVerified svg.gitea-lock { + fill: #eff1f5; +} + +.ui.basic.modal, +.ui.basic.modal > .header, +.ui.inverted.button { + color: #4c4f69 !important; +} + +#repo-topics, +#topic_edit > .ui.selection.dropdown { + color: var(--color-label-text) !important; +} + +blockquote.attention-tip { + border-left-color: var(--color-success-bg); +} +blockquote.attention-warning { + border-left-color: var(--color-warning-bg); +} + +svg.attention-tip, +strong.attention-tip { + color: var(--color-success-bg); +} +svg.attention-warning, +strong.attention-warning { + color: var(--color-warning-bg); +} + +.inline-code-block { + color: #dce0e8; +} + +::selection { + background: rgba(210, 15, 57, 0.3) !important; +} + +/* NameBuiltinPseudo */ +.chroma .bp { + color: #fe640b; +} + +/* Comment */ +.chroma .c { + color: #9ca0b0; +} + +/* CommentSingle */ +.chroma .c1 { + color: #9ca0b0; +} + +/* CommentHashbang */ +.chroma .ch { + color: #9ca0b0; +} + +/* CommentMultiline */ +.chroma .cm { + color: #9ca0b0; +} + +/* CommentPreproc */ +.chroma .cp { + color: #1e66f5; +} + +/* CommentPreprocFile */ +.chroma .cpf { + color: #1e66f5; +} + +/* CommentSpecial */ +.chroma .cs { + color: #9ca0b0; +} + +/* LiteralStringDelimiter */ +.chroma .dl { + color: #1e66f5; +} + +/* NameFunctionMagic */ +/* Generic */ +/* GenericDeleted */ +.chroma .gd { + color: #4c4f69; + background-color: rgba(210, 15, 57, 0.15); +} + +/* GenericEmph */ +.chroma .ge { + font-style: italic; +} + +/* GenericHeading */ +.chroma .gh { + color: #04a5e5; +} + +/* GenericInserted */ +.chroma .gi { + color: #4c4f69; + background-color: rgba(64, 160, 43, 0.15); +} + +/* GenericUnderline */ +/* GenericOutput */ +.chroma .go { + color: #fe640b; +} + +/* GenericPrompt */ +.chroma .gp { + color: #9ca0b0; + font-weight: bold; +} + +/* GenericError */ +.chroma .gr { + color: #e64553; +} + +/* GenericStrong */ +.chroma .gs { + font-weight: bold; +} + +/* GenericTraceback */ +.chroma .gt { + color: #e64553; +} + +/* GenericSubheading */ +.chroma .gu { + color: #04a5e5; +} + +/* LiteralNumberIntegerLong */ +.chroma .il { + color: #fe640b; +} + +/* Keyword */ +.chroma .k { + color: #8839ef; +} + +/* KeywordConstant */ +.chroma .kc { + color: #df8e1d; +} + +/* KeywordDeclaration */ +.chroma .kd { + color: #8839ef; +} + +/* KeywordNamespace */ +.chroma .kn { + color: #df8e1d; +} + +/* KeywordPseudo */ +.chroma .kp { + color: #8839ef; + font-weight: bold; +} + +/* KeywordReserved */ +.chroma .kr { + color: #8839ef; +} + +/* KeywordType */ +.chroma .kt { + color: #df8e1d; +} + +/* Literal */ +/* LiteralDate */ +/* LiteralNumber */ +.chroma .m { + color: #fe640b; +} + +/* LiteralNumberBin */ +.chroma .mb { + color: #fe640b; +} + +/* LiteralNumberFloat */ +.chroma .mf { + color: #fe640b; +} + +/* LiteralNumberHex */ +.chroma .mh { + color: #fe640b; +} + +/* LiteralNumberInteger */ +.chroma .mi { + color: #fe640b; +} + +/* LiteralNumberOct */ +.chroma .mo { + color: #fe640b; +} + +/* Name */ +.chroma .n { + color: #7287fd; +} + +/* NameAttribute */ +.chroma .na { + color: #df8e1d; +} + +/* NameBuiltin */ +.chroma .nb { + color: #fe640b; +} + +/* NameClass */ +.chroma .nc { + color: #df8e1d; +} + +/* NameDecorator */ +.chroma .nd { + color: #ea76cb; +} + +/* NameException */ +.chroma .ne { + color: #e64553; +} + +/* NameFunction */ +.chroma .nf { + color: #1e66f5; +} + +/* NameEntity */ +.chroma .ni { + color: #ea76cb; +} + +/* NameLabel */ +.chroma .nl { + color: #df8e1d; +} + +/* NameNamespace */ +.chroma .nn { + color: #df8e1d; +} + +/* NameConstant */ +.chroma .no { + color: #df8e1d; +} + +/* NameTag */ +.chroma .nt { + color: #8839ef; +} + +/* NameVariable */ +.chroma .nv { + color: #fe640b; +} + +/* NameOther */ +.chroma .nx { + color: #fe640b; +} + +/* Operator */ +.chroma .o { + color: #04a5e5; +} + +/* OperatorWord */ +.chroma .ow { + color: #04a5e5; + font-weight: bold; +} + +/* Punctuation */ +.chroma .p { + color: #7c7f93; +} + +/* NameProperty */ +/* LiteralString */ +.chroma .s { + color: #40a02b; +} + +/* LiteralStringSingle */ +.chroma .s1 { + color: #40a02b; +} + +/* LiteralStringDouble */ +.chroma .s2 { + color: #40a02b; +} + +/* LiteralStringAffix */ +.chroma .sa { + color: #40a02b; +} + +/* LiteralStringBacktick */ +.chroma .sb { + color: #40a02b; +} + +/* LiteralStringChar */ +.chroma .sc { + color: #40a02b; +} + +/* LiteralStringDoc */ +.chroma .sd { + color: #40a02b; +} + +/* LiteralStringEscape */ +.chroma .se { + color: #1e66f5; +} + +/* LiteralStringHeredoc */ +.chroma .sh { + color: #40a02b; +} + +/* LiteralStringInterpol */ +.chroma .si { + color: #40a02b; +} + +/* LiteralStringRegex */ +.chroma .sr { + color: #1e66f5; +} + +/* LiteralStringSymbol */ +.chroma .ss { + color: #40a02b; +} + +/* LiteralStringOther */ +.chroma .sx { + color: #40a02b; +} + +/* NameVariableClass */ +.chroma .vc { + color: #df8e1d; +} + +/* NameVariableGlobal */ +.chroma .vg { + color: #fe640b; +} + +/* NameVariableInstance */ +.chroma .vi { + color: #df8e1d; +} + +/* NameVariableMagic */ +/* TextWhitespace */ +.chroma .w { + color: #ccd0da; +} + +.CodeMirror .cm-property, +.CodeMirror.cm-s-default .cm-property, +.CodeMirror.cm-s-paper .cm-property { + color: #4c4f69; +} +.CodeMirror .cm-header, +.CodeMirror.cm-s-default .cm-header, +.CodeMirror.cm-s-paper .cm-header { + color: #4c4f69; +} +.CodeMirror .cm-quote, +.CodeMirror.cm-s-default .cm-quote, +.CodeMirror.cm-s-paper .cm-quote { + color: #40a02b; +} +.CodeMirror .cm-keyword, +.CodeMirror.cm-s-default .cm-keyword, +.CodeMirror.cm-s-paper .cm-keyword { + color: #8839ef; +} +.CodeMirror .cm-atom, +.CodeMirror.cm-s-default .cm-atom, +.CodeMirror.cm-s-paper .cm-atom { + color: #d20f39; +} +.CodeMirror .cm-number, +.CodeMirror.cm-s-default .cm-number, +.CodeMirror.cm-s-paper .cm-number { + color: #fe640b; +} +.CodeMirror .cm-def, +.CodeMirror.cm-s-default .cm-def, +.CodeMirror.cm-s-paper .cm-def { + color: #4c4f69; +} +.CodeMirror .cm-variable-2, +.CodeMirror.cm-s-default .cm-variable-2, +.CodeMirror.cm-s-paper .cm-variable-2 { + color: #04a5e5; +} +.CodeMirror .cm-variable-3, +.CodeMirror.cm-s-default .cm-variable-3, +.CodeMirror.cm-s-paper .cm-variable-3 { + color: #179299; +} +.CodeMirror .cm-comment, +.CodeMirror.cm-s-default .cm-comment, +.CodeMirror.cm-s-paper .cm-comment { + color: #acb0be; +} +.CodeMirror .cm-string, +.CodeMirror.cm-s-default .cm-string, +.CodeMirror.cm-s-paper .cm-string { + color: #40a02b; +} +.CodeMirror .cm-string-2, +.CodeMirror.cm-s-default .cm-string-2, +.CodeMirror.cm-s-paper .cm-string-2 { + color: #40a02b; +} +.CodeMirror .cm-meta, +.CodeMirror.cm-s-default .cm-meta, +.CodeMirror.cm-s-paper .cm-meta { + color: #fe640b; +} +.CodeMirror .cm-qualifier, +.CodeMirror.cm-s-default .cm-qualifier, +.CodeMirror.cm-s-paper .cm-qualifier { + color: #fe640b; +} +.CodeMirror .cm-builtin, +.CodeMirror.cm-s-default .cm-builtin, +.CodeMirror.cm-s-paper .cm-builtin { + color: #fe640b; +} +.CodeMirror .cm-bracket, +.CodeMirror.cm-s-default .cm-bracket, +.CodeMirror.cm-s-paper .cm-bracket { + color: #4c4f69; +} +.CodeMirror .cm-tag, +.CodeMirror.cm-s-default .cm-tag, +.CodeMirror.cm-s-paper .cm-tag { + color: #df8e1d; +} +.CodeMirror .cm-attribute, +.CodeMirror.cm-s-default .cm-attribute, +.CodeMirror.cm-s-paper .cm-attribute { + color: #df8e1d; +} +.CodeMirror .cm-hr, +.CodeMirror.cm-s-default .cm-hr, +.CodeMirror.cm-s-paper .cm-hr { + color: #7c7f93; +} +.CodeMirror .cm-url, +.CodeMirror.cm-s-default .cm-url, +.CodeMirror.cm-s-paper .cm-url { + color: #1e66f5; +} +.CodeMirror .cm-link, +.CodeMirror.cm-s-default .cm-link, +.CodeMirror.cm-s-paper .cm-link { + color: #1e66f5; +} +.CodeMirror .cm-error, +.CodeMirror.cm-s-default .cm-error, +.CodeMirror.cm-s-paper .cm-error { + color: #d20f39; +} + +.monaco-editor .selected-text { + background-color: #ccd0da !important; +} +.monaco-editor .margin-view-overlays .line-numbers { + color: #6c6f85 !important; +} +.monaco-editor .line-numbers.active-line-number { + color: #d20f39 !important; +} +.monaco-editor .view-overlays .current-line, +.monaco-editor .margin-view-overlays .current-line-margin { + background-color: rgb(232.7, 235.4, 240.8) !important; +} +.monaco-editor .mtk1 { + color: #4c4f69 !important; +} +.monaco-editor .mtk2 { + color: #ff69b4 !important; +} +.monaco-editor .mtk3 { + color: #fe640b !important; +} +.monaco-editor .mtk4 { + color: #179299 !important; +} +.monaco-editor .mtk5 { + color: #4c4f69 !important; +} +.monaco-editor .mtk6 { + color: #8839ef !important; +} +.monaco-editor .mtk7 { + color: #fe640b !important; +} +.monaco-editor .mtk8 { + color: #7c7f93 !important; +} +.monaco-editor .mtk9 { + color: #8839ef !important; +} +.monaco-editor .mtk10 { + color: #6c6f85 !important; +} +.monaco-editor .mtk11 { + color: #179299 !important; +} +.monaco-editor .mtk12 { + color: #179299 !important; +} +.monaco-editor .mtk13 { + color: #ff69b4 !important; +} +.monaco-editor .mtk14 { + color: #ff69b4 !important; +} +.monaco-editor .mtk15 { + color: #8839ef !important; +} +.monaco-editor .mtk16 { + color: #7c7f93 !important; +} +.monaco-editor .mtk17 { + color: #ff69b4 !important; +} +.monaco-editor .mtk18 { + color: #ff69b4 !important; +} +.monaco-editor .mtk19 { + color: #179299 !important; +} +.monaco-editor .mtk20 { + color: #ff69b4 !important; +} +.monaco-editor .mtk21 { + color: #40a02b !important; +} +.monaco-editor .mtk22 { + color: #ff69b4 !important; +} +.monaco-editor .mtk23 { + color: #1e66f5 !important; +} +.monaco-editor .mtk24 { + color: #fe640b !important; +} +.monaco-editor .mtk25 { + color: #ea76cb !important; +} +.monaco-editor .bracket-highlighting-0 { + color: rgb(156.4, 40.6, 76.2) !important; +} +.monaco-editor .bracket-highlighting-1 { + color: rgb(182.8, 91.6, 48.6) !important; +} +.monaco-editor .bracket-highlighting-2 { + color: rgb(164.2, 116.8, 59.4) !important; +} +.monaco-editor .bracket-highlighting-3 { + color: rgb(68.8, 127.6, 67.8) !important; +} +.monaco-editor .bracket-highlighting-4 { + color: rgb(48.4, 92.8, 189) !important; +} +.monaco-editor .bracket-highlighting-5 { + color: rgb(112, 65.8, 185.4) !important; +} \ No newline at end of file diff --git a/public/assets/css/theme-catppuccin-latte-rosewater.css b/public/assets/css/theme-catppuccin-latte-rosewater.css new file mode 100644 index 0000000..6d87b3c --- /dev/null +++ b/public/assets/css/theme-catppuccin-latte-rosewater.css @@ -0,0 +1,849 @@ +:root { + color-scheme: light; + --is-dark-theme: false; + accent-color: #dc8a78; + --color-primary: #dc8a78; + --color-primary-contrast: #eff1f5; + --color-primary-hover: rgb(225.25, 155.55, 140.25); + --color-primary-dark-1: rgb(223.15, 148.53, 132.15); + --color-primary-dark-2: rgb(226.3, 159.06, 144.3); + --color-primary-dark-3: rgb(229.45, 169.59, 156.45); + --color-primary-dark-4: rgb(232.6, 180.12, 168.6); + --color-primary-dark-5: rgb(235.75, 190.65, 180.75); + --color-primary-dark-6: rgb(238.9, 201.18, 192.9); + --color-primary-dark-7: rgb(242.05, 211.71, 205.05); + --color-primary-light-1: rgb(216.85, 127.47, 107.85); + --color-primary-light-2: rgb(213.7, 116.94, 95.7); + --color-primary-light-3: rgb(210.55, 106.41, 83.55); + --color-primary-light-4: rgb(207.4, 95.88, 71.4); + --color-primary-light-5: rgb(204.25, 85.35, 59.25); + --color-primary-light-6: rgb(197.1, 77.38, 51.1); + --color-primary-light-7: rgb(184.95, 72.61, 47.95); + --color-primary-alpha-10: rgba(220, 138, 120, 0.1); + --color-primary-alpha-20: rgba(220, 138, 120, 0.2); + --color-primary-alpha-30: rgba(220, 138, 120, 0.3); + --color-primary-alpha-40: rgba(220, 138, 120, 0.4); + --color-primary-alpha-50: rgba(220, 138, 120, 0.5); + --color-primary-alpha-60: rgba(220, 138, 120, 0.6); + --color-primary-alpha-70: rgba(220, 138, 120, 0.7); + --color-primary-alpha-80: rgba(220, 138, 120, 0.8); + --color-primary-alpha-90: rgba(220, 138, 120, 0.9); + --color-secondary: #bcc0cc; + --color-secondary-dark-1: rgb(195.1329545455, 199.8284090909, 211.5670454545); + --color-secondary-dark-2: rgb(186.2659090909, 191.6568181818, 205.1340909091); + --color-secondary-dark-3: rgb(177.3988636364, 183.4852272727, 198.7011363636); + --color-secondary-dark-4: rgb(168.5318181818, 175.3136363636, 192.2681818182); + --color-secondary-dark-5: rgb(159.6647727273, 167.1420454545, 185.8352272727); + --color-secondary-dark-6: rgb(150.7977272727, 158.9704545455, 179.4022727273); + --color-secondary-dark-7: rgb(141.9306818182, 150.7988636364, 172.9693181818); + --color-secondary-dark-8: rgb(133.0636363636, 142.6272727273, 166.5363636364); + --color-secondary-dark-9: rgb(124.1965909091, 134.4556818182, 160.1034090909); + --color-secondary-dark-10: rgb(115.3295454545, 126.2840909091, 153.6704545455); + --color-secondary-dark-11: rgb(106.6693181818, 118.2011363636, 147.0306818182); + --color-secondary-dark-12: rgb(100.2363636364, 111.0727272727, 138.1636363636); + --color-secondary-dark-13: rgb(93.8034090909, 103.9443181818, 129.2965909091); + --color-secondary-light-1: rgb(212.8670454545, 216.1715909091, 224.4329545455); + --color-secondary-light-2: rgb(221.7340909091, 224.3431818182, 230.8659090909); + --color-secondary-light-3: rgb(230.6011363636, 232.5147727273, 237.2988636364); + --color-secondary-light-4: rgb(239.4681818182, 240.6863636364, 243.7318181818); + --color-secondary-alpha-10: rgba(204, 208, 218, 0.1); + --color-secondary-alpha-20: rgba(204, 208, 218, 0.2); + --color-secondary-alpha-30: rgba(204, 208, 218, 0.3); + --color-secondary-alpha-40: rgba(204, 208, 218, 0.4); + --color-secondary-alpha-50: rgba(204, 208, 218, 0.5); + --color-secondary-alpha-60: rgba(204, 208, 218, 0.6); + --color-secondary-alpha-70: rgba(204, 208, 218, 0.7); + --color-secondary-alpha-80: rgba(204, 208, 218, 0.8); + --color-secondary-alpha-90: rgba(204, 208, 218, 0.9); + /* colors */ + --color-red: #d20f39; + --color-orange: #fe640b; + --color-yellow: #df8e1d; + --color-olive: #40a02b; + --color-green: #40a02b; + --color-teal: #179299; + --color-blue: #1e66f5; + --color-violet: #7287fd; + --color-purple: #8839ef; + --color-pink: #ea76cb; + --color-brown: #dd7878; + --color-grey: #7c7f93; + --color-black: #e6e9ef; + /* light variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-light: rgb(239.4, 36.6, 80.28); + --color-orange-light: rgb(254.2081632653, 132.2653061224, 61.7918367347); + --color-yellow-light: rgb(231.1785714286, 164.6428571429, 71.8214285714); + --color-olive-light: rgb(80.078817734, 200.197044335, 53.802955665); + --color-green-light: rgb(80.078817734, 200.197044335, 53.802955665); + --color-teal-light: rgb(29.6647727273, 188.3068181818, 197.3352272727); + --color-blue-light: rgb(78.829787234, 135.2042553191, 247.170212766); + --color-violet-light: rgb(164.2867132867, 177.7972027972, 253.7132867133); + --color-purple-light: rgb(164.3598130841, 104.1869158879, 242.8130841121); + --color-pink-light: rgb(240.7784810127, 162.2215189873, 219.7848101266); + --color-brown-light: rgb(231.2603550296, 160.7396449704, 160.7396449704); + --color-grey-light: rgb(151.9539748954, 154.3138075314, 170.0460251046); + --color-black-light: hsl(220, 21.9512195122%, 101.9607843137%); + /* dark 1 variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-dark-1: rgb(239.4, 36.6, 80.28); + --color-orange-dark-1: rgb(254.2081632653, 132.2653061224, 61.7918367347); + --color-yellow-dark-1: rgb(231.1785714286, 164.6428571429, 71.8214285714); + --color-olive-dark-1: rgb(80.078817734, 200.197044335, 53.802955665); + --color-green-dark-1: rgb(80.078817734, 200.197044335, 53.802955665); + --color-teal-dark-1: rgb(29.6647727273, 188.3068181818, 197.3352272727); + --color-blue-dark-1: rgb(78.829787234, 135.2042553191, 247.170212766); + --color-violet-dark-1: rgb(164.2867132867, 177.7972027972, 253.7132867133); + --color-purple-dark-1: rgb(164.3598130841, 104.1869158879, 242.8130841121); + --color-pink-dark-1: rgb(240.7784810127, 162.2215189873, 219.7848101266); + --color-brown-dark-1: rgb(231.2603550296, 160.7396449704, 160.7396449704); + --color-black-dark-1: hsl(220, 21.9512195122%, 101.9607843137%); + /* dark 2 variants - produced via Sass scale-color(color, $lightness: -20%) */ + --color-red-dark-2: rgb(242.8, 84.2, 118.36); + --color-orange-dark-2: rgb(254.4163265306, 164.5306122449, 112.5836734694); + --color-yellow-dark-2: rgb(237.0476190476, 186.9047619048, 116.9523809524); + --color-olive-dark-2: rgb(114.6305418719, 211.5763546798, 93.4236453202); + --color-green-dark-2: rgb(114.6305418719, 211.5763546798, 93.4236453202); + --color-teal-dark-2: rgb(53.3181818182, 215.4545454545, 224.6818181818); + --color-blue-dark-2: rgb(127.6595744681, 168.4085106383, 249.3404255319); + --color-violet-dark-2: rgb(214.5734265734, 220.5944055944, 254.4265734266); + --color-purple-dark-2: rgb(192.7196261682, 151.3738317757, 246.6261682243); + --color-pink-dark-2: rgb(247.5569620253, 206.4430379747, 236.5696202532); + --color-brown-dark-2: rgb(241.5207100592, 201.4792899408, 201.4792899408); + --color-black-dark-2: hsl(220, 21.9512195122%, 111.9607843137%); + /* other colors */ + --color-gold: #dc8a78; + --color-white: #4c4f69; + --color-diff-removed-word-bg: rgba(210, 15, 57, 0.15); + --color-diff-added-word-bg: rgba(64, 160, 43, 0.15); + --color-diff-removed-row-bg: rgba(210, 15, 57, 0.07); + --color-diff-moved-row-bg: rgba(223, 142, 29, 0.07); + --color-diff-added-row-bg: rgba(64, 160, 43, 0.07); + --color-diff-removed-row-border: rgba(210, 15, 57, 0.07); + --color-diff-moved-row-border: rgba(223, 142, 29, 0.07); + --color-diff-added-row-border: rgba(64, 160, 43, 0.07); + --color-diff-inactive: #7c7f93; + --color-error-border: #d20f39; + --color-error-bg: #d20f39; + --color-error-bg-active: rgb(233.8, 16.7, 63.46); + --color-error-bg-hover: rgb(239.4, 36.6, 80.28); + --color-error-text: #eff1f5; + --color-success-border: rgb(80.078817734, 200.197044335, 53.802955665); + --color-success-bg: #40a02b; + --color-success-text: #eff1f5; + --color-warning-border: rgb(231.1785714286, 164.6428571429, 71.8214285714); + --color-warning-bg: #df8e1d; + --color-warning-text: #eff1f5; + --color-info-border: rgb(78.829787234, 135.2042553191, 247.170212766); + --color-info-bg: #eff1f5; + --color-info-text: #4c4f69; + --color-red-badge: rgb(239.4, 36.6, 80.28); + --color-red-badge-bg: #eff1f5; + --color-red-badge-hover-bg: rgb(233.8, 16.7, 63.46); + --color-green-badge: #40a02b; + --color-green-badge-bg: #40a02b; + --color-green-badge-hover-bg: rgb(72.039408867, 180.0985221675, 48.4014778325); + --color-yellow-badge: #df8e1d; + --color-yellow-badge-bg: #eff1f5; + --color-yellow-badge-hover-bg: rgb(228.244047619, 153.5119047619, 49.255952381); + --color-orange-badge: #fe640b; + --color-orange-badge-bg: #eff1f5; + --color-orange-badge-hover-bg: rgb(254.1040816327, 116.1326530612, 36.3959183673); + --color-git: #fe640b; + --color-highlight-bg: rgba(223, 142, 29, 0.15); + /* target-based colors */ + --color-body: #eff1f5; + --color-box-header: #e6e9ef; + --color-box-body: #e6e9ef; + --color-box-body-highlight: #ccd0da; + --color-text-dark: #6c6f85; + --color-text: #4c4f69; + --color-text-light: #5c5f77; + --color-text-light-1: #5c5f77; + --color-text-light-2: #5c5f77; + --color-text-light-3: #5c5f77; + --color-footer: #e6e9ef; + --color-timeline: #ccd0da; + --color-input-text: #4c4f69; + --color-input-background: #ccd0da; + --color-input-toggle-background: #ccd0da; + --color-input-border: #bcc0cc; + --color-input-border-hover: #acb0be; + --color-nav-bg: #e6e9ef; + --color-nav-hover-bg: var(--color-hover); + --color-navbar: #e6e9ef; + --color-navbar-transparent: rgba(239, 241, 245, 0); + --color-light: rgba(172, 176, 190, 0.3); + --color-light-mimic-enabled: rgba( + 0, + 0, + 0, + calc(40 / 255 * 222 / 255 / var(--opacity-disabled)) + ); + --color-light-border: #acb0be; + --color-hover: rgba(156, 160, 176, 0.2); + --color-active: rgba(76, 79, 105, 0.1); + --color-menu: #ccd0da; + --color-card: #ccd0da; + --color-markup-table-row: rgba(76, 79, 105, 0.02); + --color-markup-code-block: rgba(76, 79, 105, 0.05); + --color-markup-code-inline: #ccd0da; + --color-button: #ccd0da; + --color-code-bg: #eff1f5; + --color-code-sidebar-bg: #ccd0da; + --color-shadow: rgba(239, 241, 245, 0.1); + --color-tooltip-bg: #ccd0da; + --color-tooltip-text: var(--color-text); + --color-secondary-bg: #ccd0da; + --color-text-focus: #4c4f69; + --color-expand-button: #acb0be; + --color-placeholder-text: #6c6f85; + --color-editor-line-highlight: var(--color-primary-light-5); + --color-project-board-bg: var(--color-secondary-light-2); + /* gitea source code: */ + /* should ideally be --color-text-dark, see go-gitea/gitea#15651 */ + --color-caret: var(--color-text); + --color-reaction-bg: rgba(76, 79, 105, 0.07); + --color-reaction-active-bg: var(--color-primary-alpha-40); + --color-header-wrapper: #e6e9ef; + --color-header-wrapper-transparent: rgba(230, 233, 239, 0); + --color-label-text: #dce0e8; + --color-label-bg: #dc8a78; + --color-label-hover-bg: rgb(226.3, 159.06, 144.3); + --color-label-active-bg: rgb(223.15, 148.53, 132.15); + --color-accent: var(--color-primary-light-1); + --color-small-accent: var(--color-primary-light-5); + --color-active-line: #bcc0cc; +} + +.ui.ui.ui.button:not(.inverted, .basic).primary, .ui.ui.ui.button:not(.inverted, .basic).green, .ui.ui.ui.button:not(.inverted, .basic).red, .ui.ui.ui.button:not(.inverted, .basic).teal, +.ui.ui.ui.label:not(.inverted, .basic).primary, +.ui.ui.ui.label:not(.inverted, .basic).green, +.ui.ui.ui.label:not(.inverted, .basic).red, +.ui.ui.ui.label:not(.inverted, .basic).teal { + color: #eff1f5; +} +.ui.ui.ui.button:not(.inverted, .basic).primary:hover, .ui.ui.ui.button:not(.inverted, .basic).green:hover, .ui.ui.ui.button:not(.inverted, .basic).red:hover, .ui.ui.ui.button:not(.inverted, .basic).teal:hover, +.ui.ui.ui.label:not(.inverted, .basic).primary:hover, +.ui.ui.ui.label:not(.inverted, .basic).green:hover, +.ui.ui.ui.label:not(.inverted, .basic).red:hover, +.ui.ui.ui.label:not(.inverted, .basic).teal:hover { + color: #dce0e8; +} + +.ui.basic.modal { + background-color: #dce0e8; +} + +.ui.commit-header-row .svg.gitea-lock ~ a { + color: #eff1f5; +} + +.ui.negative.message .header { + color: var(--color-error-text); +} + +.ui.sha.isSigned.isVerified .shortsha { + color: #eff1f5; +} +.ui.sha.isSigned.isVerified svg.gitea-lock { + fill: #eff1f5; +} + +.ui.basic.modal, +.ui.basic.modal > .header, +.ui.inverted.button { + color: #4c4f69 !important; +} + +#repo-topics, +#topic_edit > .ui.selection.dropdown { + color: var(--color-label-text) !important; +} + +blockquote.attention-tip { + border-left-color: var(--color-success-bg); +} +blockquote.attention-warning { + border-left-color: var(--color-warning-bg); +} + +svg.attention-tip, +strong.attention-tip { + color: var(--color-success-bg); +} +svg.attention-warning, +strong.attention-warning { + color: var(--color-warning-bg); +} + +.inline-code-block { + color: #dce0e8; +} + +::selection { + background: rgba(220, 138, 120, 0.3) !important; +} + +/* NameBuiltinPseudo */ +.chroma .bp { + color: #fe640b; +} + +/* Comment */ +.chroma .c { + color: #9ca0b0; +} + +/* CommentSingle */ +.chroma .c1 { + color: #9ca0b0; +} + +/* CommentHashbang */ +.chroma .ch { + color: #9ca0b0; +} + +/* CommentMultiline */ +.chroma .cm { + color: #9ca0b0; +} + +/* CommentPreproc */ +.chroma .cp { + color: #1e66f5; +} + +/* CommentPreprocFile */ +.chroma .cpf { + color: #1e66f5; +} + +/* CommentSpecial */ +.chroma .cs { + color: #9ca0b0; +} + +/* LiteralStringDelimiter */ +.chroma .dl { + color: #1e66f5; +} + +/* NameFunctionMagic */ +/* Generic */ +/* GenericDeleted */ +.chroma .gd { + color: #4c4f69; + background-color: rgba(210, 15, 57, 0.15); +} + +/* GenericEmph */ +.chroma .ge { + font-style: italic; +} + +/* GenericHeading */ +.chroma .gh { + color: #04a5e5; +} + +/* GenericInserted */ +.chroma .gi { + color: #4c4f69; + background-color: rgba(64, 160, 43, 0.15); +} + +/* GenericUnderline */ +/* GenericOutput */ +.chroma .go { + color: #fe640b; +} + +/* GenericPrompt */ +.chroma .gp { + color: #9ca0b0; + font-weight: bold; +} + +/* GenericError */ +.chroma .gr { + color: #e64553; +} + +/* GenericStrong */ +.chroma .gs { + font-weight: bold; +} + +/* GenericTraceback */ +.chroma .gt { + color: #e64553; +} + +/* GenericSubheading */ +.chroma .gu { + color: #04a5e5; +} + +/* LiteralNumberIntegerLong */ +.chroma .il { + color: #fe640b; +} + +/* Keyword */ +.chroma .k { + color: #8839ef; +} + +/* KeywordConstant */ +.chroma .kc { + color: #df8e1d; +} + +/* KeywordDeclaration */ +.chroma .kd { + color: #8839ef; +} + +/* KeywordNamespace */ +.chroma .kn { + color: #df8e1d; +} + +/* KeywordPseudo */ +.chroma .kp { + color: #8839ef; + font-weight: bold; +} + +/* KeywordReserved */ +.chroma .kr { + color: #8839ef; +} + +/* KeywordType */ +.chroma .kt { + color: #df8e1d; +} + +/* Literal */ +/* LiteralDate */ +/* LiteralNumber */ +.chroma .m { + color: #fe640b; +} + +/* LiteralNumberBin */ +.chroma .mb { + color: #fe640b; +} + +/* LiteralNumberFloat */ +.chroma .mf { + color: #fe640b; +} + +/* LiteralNumberHex */ +.chroma .mh { + color: #fe640b; +} + +/* LiteralNumberInteger */ +.chroma .mi { + color: #fe640b; +} + +/* LiteralNumberOct */ +.chroma .mo { + color: #fe640b; +} + +/* Name */ +.chroma .n { + color: #7287fd; +} + +/* NameAttribute */ +.chroma .na { + color: #df8e1d; +} + +/* NameBuiltin */ +.chroma .nb { + color: #fe640b; +} + +/* NameClass */ +.chroma .nc { + color: #df8e1d; +} + +/* NameDecorator */ +.chroma .nd { + color: #ea76cb; +} + +/* NameException */ +.chroma .ne { + color: #e64553; +} + +/* NameFunction */ +.chroma .nf { + color: #1e66f5; +} + +/* NameEntity */ +.chroma .ni { + color: #ea76cb; +} + +/* NameLabel */ +.chroma .nl { + color: #df8e1d; +} + +/* NameNamespace */ +.chroma .nn { + color: #df8e1d; +} + +/* NameConstant */ +.chroma .no { + color: #df8e1d; +} + +/* NameTag */ +.chroma .nt { + color: #8839ef; +} + +/* NameVariable */ +.chroma .nv { + color: #fe640b; +} + +/* NameOther */ +.chroma .nx { + color: #fe640b; +} + +/* Operator */ +.chroma .o { + color: #04a5e5; +} + +/* OperatorWord */ +.chroma .ow { + color: #04a5e5; + font-weight: bold; +} + +/* Punctuation */ +.chroma .p { + color: #7c7f93; +} + +/* NameProperty */ +/* LiteralString */ +.chroma .s { + color: #40a02b; +} + +/* LiteralStringSingle */ +.chroma .s1 { + color: #40a02b; +} + +/* LiteralStringDouble */ +.chroma .s2 { + color: #40a02b; +} + +/* LiteralStringAffix */ +.chroma .sa { + color: #40a02b; +} + +/* LiteralStringBacktick */ +.chroma .sb { + color: #40a02b; +} + +/* LiteralStringChar */ +.chroma .sc { + color: #40a02b; +} + +/* LiteralStringDoc */ +.chroma .sd { + color: #40a02b; +} + +/* LiteralStringEscape */ +.chroma .se { + color: #1e66f5; +} + +/* LiteralStringHeredoc */ +.chroma .sh { + color: #40a02b; +} + +/* LiteralStringInterpol */ +.chroma .si { + color: #40a02b; +} + +/* LiteralStringRegex */ +.chroma .sr { + color: #1e66f5; +} + +/* LiteralStringSymbol */ +.chroma .ss { + color: #40a02b; +} + +/* LiteralStringOther */ +.chroma .sx { + color: #40a02b; +} + +/* NameVariableClass */ +.chroma .vc { + color: #df8e1d; +} + +/* NameVariableGlobal */ +.chroma .vg { + color: #fe640b; +} + +/* NameVariableInstance */ +.chroma .vi { + color: #df8e1d; +} + +/* NameVariableMagic */ +/* TextWhitespace */ +.chroma .w { + color: #ccd0da; +} + +.CodeMirror .cm-property, +.CodeMirror.cm-s-default .cm-property, +.CodeMirror.cm-s-paper .cm-property { + color: #4c4f69; +} +.CodeMirror .cm-header, +.CodeMirror.cm-s-default .cm-header, +.CodeMirror.cm-s-paper .cm-header { + color: #4c4f69; +} +.CodeMirror .cm-quote, +.CodeMirror.cm-s-default .cm-quote, +.CodeMirror.cm-s-paper .cm-quote { + color: #40a02b; +} +.CodeMirror .cm-keyword, +.CodeMirror.cm-s-default .cm-keyword, +.CodeMirror.cm-s-paper .cm-keyword { + color: #8839ef; +} +.CodeMirror .cm-atom, +.CodeMirror.cm-s-default .cm-atom, +.CodeMirror.cm-s-paper .cm-atom { + color: #d20f39; +} +.CodeMirror .cm-number, +.CodeMirror.cm-s-default .cm-number, +.CodeMirror.cm-s-paper .cm-number { + color: #fe640b; +} +.CodeMirror .cm-def, +.CodeMirror.cm-s-default .cm-def, +.CodeMirror.cm-s-paper .cm-def { + color: #4c4f69; +} +.CodeMirror .cm-variable-2, +.CodeMirror.cm-s-default .cm-variable-2, +.CodeMirror.cm-s-paper .cm-variable-2 { + color: #04a5e5; +} +.CodeMirror .cm-variable-3, +.CodeMirror.cm-s-default .cm-variable-3, +.CodeMirror.cm-s-paper .cm-variable-3 { + color: #179299; +} +.CodeMirror .cm-comment, +.CodeMirror.cm-s-default .cm-comment, +.CodeMirror.cm-s-paper .cm-comment { + color: #acb0be; +} +.CodeMirror .cm-string, +.CodeMirror.cm-s-default .cm-string, +.CodeMirror.cm-s-paper .cm-string { + color: #40a02b; +} +.CodeMirror .cm-string-2, +.CodeMirror.cm-s-default .cm-string-2, +.CodeMirror.cm-s-paper .cm-string-2 { + color: #40a02b; +} +.CodeMirror .cm-meta, +.CodeMirror.cm-s-default .cm-meta, +.CodeMirror.cm-s-paper .cm-meta { + color: #fe640b; +} +.CodeMirror .cm-qualifier, +.CodeMirror.cm-s-default .cm-qualifier, +.CodeMirror.cm-s-paper .cm-qualifier { + color: #fe640b; +} +.CodeMirror .cm-builtin, +.CodeMirror.cm-s-default .cm-builtin, +.CodeMirror.cm-s-paper .cm-builtin { + color: #fe640b; +} +.CodeMirror .cm-bracket, +.CodeMirror.cm-s-default .cm-bracket, +.CodeMirror.cm-s-paper .cm-bracket { + color: #4c4f69; +} +.CodeMirror .cm-tag, +.CodeMirror.cm-s-default .cm-tag, +.CodeMirror.cm-s-paper .cm-tag { + color: #df8e1d; +} +.CodeMirror .cm-attribute, +.CodeMirror.cm-s-default .cm-attribute, +.CodeMirror.cm-s-paper .cm-attribute { + color: #df8e1d; +} +.CodeMirror .cm-hr, +.CodeMirror.cm-s-default .cm-hr, +.CodeMirror.cm-s-paper .cm-hr { + color: #7c7f93; +} +.CodeMirror .cm-url, +.CodeMirror.cm-s-default .cm-url, +.CodeMirror.cm-s-paper .cm-url { + color: #1e66f5; +} +.CodeMirror .cm-link, +.CodeMirror.cm-s-default .cm-link, +.CodeMirror.cm-s-paper .cm-link { + color: #1e66f5; +} +.CodeMirror .cm-error, +.CodeMirror.cm-s-default .cm-error, +.CodeMirror.cm-s-paper .cm-error { + color: #d20f39; +} + +.monaco-editor .selected-text { + background-color: #ccd0da !important; +} +.monaco-editor .margin-view-overlays .line-numbers { + color: #6c6f85 !important; +} +.monaco-editor .line-numbers.active-line-number { + color: #dc8a78 !important; +} +.monaco-editor .view-overlays .current-line, +.monaco-editor .margin-view-overlays .current-line-margin { + background-color: rgb(232.7, 235.4, 240.8) !important; +} +.monaco-editor .mtk1 { + color: #4c4f69 !important; +} +.monaco-editor .mtk2 { + color: #ff69b4 !important; +} +.monaco-editor .mtk3 { + color: #fe640b !important; +} +.monaco-editor .mtk4 { + color: #179299 !important; +} +.monaco-editor .mtk5 { + color: #4c4f69 !important; +} +.monaco-editor .mtk6 { + color: #8839ef !important; +} +.monaco-editor .mtk7 { + color: #fe640b !important; +} +.monaco-editor .mtk8 { + color: #7c7f93 !important; +} +.monaco-editor .mtk9 { + color: #8839ef !important; +} +.monaco-editor .mtk10 { + color: #6c6f85 !important; +} +.monaco-editor .mtk11 { + color: #179299 !important; +} +.monaco-editor .mtk12 { + color: #179299 !important; +} +.monaco-editor .mtk13 { + color: #ff69b4 !important; +} +.monaco-editor .mtk14 { + color: #ff69b4 !important; +} +.monaco-editor .mtk15 { + color: #8839ef !important; +} +.monaco-editor .mtk16 { + color: #7c7f93 !important; +} +.monaco-editor .mtk17 { + color: #ff69b4 !important; +} +.monaco-editor .mtk18 { + color: #ff69b4 !important; +} +.monaco-editor .mtk19 { + color: #179299 !important; +} +.monaco-editor .mtk20 { + color: #ff69b4 !important; +} +.monaco-editor .mtk21 { + color: #40a02b !important; +} +.monaco-editor .mtk22 { + color: #ff69b4 !important; +} +.monaco-editor .mtk23 { + color: #1e66f5 !important; +} +.monaco-editor .mtk24 { + color: #fe640b !important; +} +.monaco-editor .mtk25 { + color: #ea76cb !important; +} +.monaco-editor .bracket-highlighting-0 { + color: rgb(156.4, 40.6, 76.2) !important; +} +.monaco-editor .bracket-highlighting-1 { + color: rgb(182.8, 91.6, 48.6) !important; +} +.monaco-editor .bracket-highlighting-2 { + color: rgb(164.2, 116.8, 59.4) !important; +} +.monaco-editor .bracket-highlighting-3 { + color: rgb(68.8, 127.6, 67.8) !important; +} +.monaco-editor .bracket-highlighting-4 { + color: rgb(48.4, 92.8, 189) !important; +} +.monaco-editor .bracket-highlighting-5 { + color: rgb(112, 65.8, 185.4) !important; +} \ No newline at end of file diff --git a/public/assets/css/theme-catppuccin-latte-sapphire.css b/public/assets/css/theme-catppuccin-latte-sapphire.css new file mode 100644 index 0000000..a60174c --- /dev/null +++ b/public/assets/css/theme-catppuccin-latte-sapphire.css @@ -0,0 +1,849 @@ +:root { + color-scheme: light; + --is-dark-theme: false; + accent-color: #209fb5; + --color-primary: #209fb5; + --color-primary-contrast: #eff1f5; + --color-primary-hover: rgb(35.8309859155, 178.0352112676, 202.6690140845); + --color-primary-dark-1: rgb(34.2985915493, 170.4211267606, 194.0014084507); + --color-primary-dark-2: rgb(36.5971830986, 181.8422535211, 207.0028169014); + --color-primary-dark-3: rgb(41.623943662, 191.3408450704, 217.276056338); + --color-primary-dark-4: rgb(54.6253521127, 195.2197183099, 219.5746478873); + --color-primary-dark-5: rgb(67.6267605634, 199.0985915493, 221.8732394366); + --color-primary-dark-6: rgb(80.6281690141, 202.9774647887, 224.1718309859); + --color-primary-dark-7: rgb(93.6295774648, 206.8563380282, 226.4704225352); + --color-primary-light-1: rgb(29.7014084507, 147.5788732394, 167.9985915493); + --color-primary-light-2: rgb(27.4028169014, 136.1577464789, 154.9971830986); + --color-primary-light-3: rgb(25.1042253521, 124.7366197183, 141.9957746479); + --color-primary-light-4: rgb(22.8056338028, 113.3154929577, 128.9943661972); + --color-primary-light-5: rgb(20.5070422535, 101.8943661972, 115.9929577465); + --color-primary-light-6: rgb(18.2084507042, 90.4732394366, 102.9915492958); + --color-primary-light-7: rgb(15.9098591549, 79.0521126761, 89.9901408451); + --color-primary-alpha-10: rgba(32, 159, 181, 0.1); + --color-primary-alpha-20: rgba(32, 159, 181, 0.2); + --color-primary-alpha-30: rgba(32, 159, 181, 0.3); + --color-primary-alpha-40: rgba(32, 159, 181, 0.4); + --color-primary-alpha-50: rgba(32, 159, 181, 0.5); + --color-primary-alpha-60: rgba(32, 159, 181, 0.6); + --color-primary-alpha-70: rgba(32, 159, 181, 0.7); + --color-primary-alpha-80: rgba(32, 159, 181, 0.8); + --color-primary-alpha-90: rgba(32, 159, 181, 0.9); + --color-secondary: #bcc0cc; + --color-secondary-dark-1: rgb(195.1329545455, 199.8284090909, 211.5670454545); + --color-secondary-dark-2: rgb(186.2659090909, 191.6568181818, 205.1340909091); + --color-secondary-dark-3: rgb(177.3988636364, 183.4852272727, 198.7011363636); + --color-secondary-dark-4: rgb(168.5318181818, 175.3136363636, 192.2681818182); + --color-secondary-dark-5: rgb(159.6647727273, 167.1420454545, 185.8352272727); + --color-secondary-dark-6: rgb(150.7977272727, 158.9704545455, 179.4022727273); + --color-secondary-dark-7: rgb(141.9306818182, 150.7988636364, 172.9693181818); + --color-secondary-dark-8: rgb(133.0636363636, 142.6272727273, 166.5363636364); + --color-secondary-dark-9: rgb(124.1965909091, 134.4556818182, 160.1034090909); + --color-secondary-dark-10: rgb(115.3295454545, 126.2840909091, 153.6704545455); + --color-secondary-dark-11: rgb(106.6693181818, 118.2011363636, 147.0306818182); + --color-secondary-dark-12: rgb(100.2363636364, 111.0727272727, 138.1636363636); + --color-secondary-dark-13: rgb(93.8034090909, 103.9443181818, 129.2965909091); + --color-secondary-light-1: rgb(212.8670454545, 216.1715909091, 224.4329545455); + --color-secondary-light-2: rgb(221.7340909091, 224.3431818182, 230.8659090909); + --color-secondary-light-3: rgb(230.6011363636, 232.5147727273, 237.2988636364); + --color-secondary-light-4: rgb(239.4681818182, 240.6863636364, 243.7318181818); + --color-secondary-alpha-10: rgba(204, 208, 218, 0.1); + --color-secondary-alpha-20: rgba(204, 208, 218, 0.2); + --color-secondary-alpha-30: rgba(204, 208, 218, 0.3); + --color-secondary-alpha-40: rgba(204, 208, 218, 0.4); + --color-secondary-alpha-50: rgba(204, 208, 218, 0.5); + --color-secondary-alpha-60: rgba(204, 208, 218, 0.6); + --color-secondary-alpha-70: rgba(204, 208, 218, 0.7); + --color-secondary-alpha-80: rgba(204, 208, 218, 0.8); + --color-secondary-alpha-90: rgba(204, 208, 218, 0.9); + /* colors */ + --color-red: #d20f39; + --color-orange: #fe640b; + --color-yellow: #df8e1d; + --color-olive: #40a02b; + --color-green: #40a02b; + --color-teal: #179299; + --color-blue: #1e66f5; + --color-violet: #7287fd; + --color-purple: #8839ef; + --color-pink: #ea76cb; + --color-brown: #dd7878; + --color-grey: #7c7f93; + --color-black: #e6e9ef; + /* light variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-light: rgb(239.4, 36.6, 80.28); + --color-orange-light: rgb(254.2081632653, 132.2653061224, 61.7918367347); + --color-yellow-light: rgb(231.1785714286, 164.6428571429, 71.8214285714); + --color-olive-light: rgb(80.078817734, 200.197044335, 53.802955665); + --color-green-light: rgb(80.078817734, 200.197044335, 53.802955665); + --color-teal-light: rgb(29.6647727273, 188.3068181818, 197.3352272727); + --color-blue-light: rgb(78.829787234, 135.2042553191, 247.170212766); + --color-violet-light: rgb(164.2867132867, 177.7972027972, 253.7132867133); + --color-purple-light: rgb(164.3598130841, 104.1869158879, 242.8130841121); + --color-pink-light: rgb(240.7784810127, 162.2215189873, 219.7848101266); + --color-brown-light: rgb(231.2603550296, 160.7396449704, 160.7396449704); + --color-grey-light: rgb(151.9539748954, 154.3138075314, 170.0460251046); + --color-black-light: hsl(220, 21.9512195122%, 101.9607843137%); + /* dark 1 variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-dark-1: rgb(239.4, 36.6, 80.28); + --color-orange-dark-1: rgb(254.2081632653, 132.2653061224, 61.7918367347); + --color-yellow-dark-1: rgb(231.1785714286, 164.6428571429, 71.8214285714); + --color-olive-dark-1: rgb(80.078817734, 200.197044335, 53.802955665); + --color-green-dark-1: rgb(80.078817734, 200.197044335, 53.802955665); + --color-teal-dark-1: rgb(29.6647727273, 188.3068181818, 197.3352272727); + --color-blue-dark-1: rgb(78.829787234, 135.2042553191, 247.170212766); + --color-violet-dark-1: rgb(164.2867132867, 177.7972027972, 253.7132867133); + --color-purple-dark-1: rgb(164.3598130841, 104.1869158879, 242.8130841121); + --color-pink-dark-1: rgb(240.7784810127, 162.2215189873, 219.7848101266); + --color-brown-dark-1: rgb(231.2603550296, 160.7396449704, 160.7396449704); + --color-black-dark-1: hsl(220, 21.9512195122%, 101.9607843137%); + /* dark 2 variants - produced via Sass scale-color(color, $lightness: -20%) */ + --color-red-dark-2: rgb(242.8, 84.2, 118.36); + --color-orange-dark-2: rgb(254.4163265306, 164.5306122449, 112.5836734694); + --color-yellow-dark-2: rgb(237.0476190476, 186.9047619048, 116.9523809524); + --color-olive-dark-2: rgb(114.6305418719, 211.5763546798, 93.4236453202); + --color-green-dark-2: rgb(114.6305418719, 211.5763546798, 93.4236453202); + --color-teal-dark-2: rgb(53.3181818182, 215.4545454545, 224.6818181818); + --color-blue-dark-2: rgb(127.6595744681, 168.4085106383, 249.3404255319); + --color-violet-dark-2: rgb(214.5734265734, 220.5944055944, 254.4265734266); + --color-purple-dark-2: rgb(192.7196261682, 151.3738317757, 246.6261682243); + --color-pink-dark-2: rgb(247.5569620253, 206.4430379747, 236.5696202532); + --color-brown-dark-2: rgb(241.5207100592, 201.4792899408, 201.4792899408); + --color-black-dark-2: hsl(220, 21.9512195122%, 111.9607843137%); + /* other colors */ + --color-gold: #dc8a78; + --color-white: #4c4f69; + --color-diff-removed-word-bg: rgba(210, 15, 57, 0.15); + --color-diff-added-word-bg: rgba(64, 160, 43, 0.15); + --color-diff-removed-row-bg: rgba(210, 15, 57, 0.07); + --color-diff-moved-row-bg: rgba(223, 142, 29, 0.07); + --color-diff-added-row-bg: rgba(64, 160, 43, 0.07); + --color-diff-removed-row-border: rgba(210, 15, 57, 0.07); + --color-diff-moved-row-border: rgba(223, 142, 29, 0.07); + --color-diff-added-row-border: rgba(64, 160, 43, 0.07); + --color-diff-inactive: #7c7f93; + --color-error-border: #d20f39; + --color-error-bg: #d20f39; + --color-error-bg-active: rgb(233.8, 16.7, 63.46); + --color-error-bg-hover: rgb(239.4, 36.6, 80.28); + --color-error-text: #eff1f5; + --color-success-border: rgb(80.078817734, 200.197044335, 53.802955665); + --color-success-bg: #40a02b; + --color-success-text: #eff1f5; + --color-warning-border: rgb(231.1785714286, 164.6428571429, 71.8214285714); + --color-warning-bg: #df8e1d; + --color-warning-text: #eff1f5; + --color-info-border: rgb(78.829787234, 135.2042553191, 247.170212766); + --color-info-bg: #eff1f5; + --color-info-text: #4c4f69; + --color-red-badge: rgb(239.4, 36.6, 80.28); + --color-red-badge-bg: #eff1f5; + --color-red-badge-hover-bg: rgb(233.8, 16.7, 63.46); + --color-green-badge: #40a02b; + --color-green-badge-bg: #40a02b; + --color-green-badge-hover-bg: rgb(72.039408867, 180.0985221675, 48.4014778325); + --color-yellow-badge: #df8e1d; + --color-yellow-badge-bg: #eff1f5; + --color-yellow-badge-hover-bg: rgb(228.244047619, 153.5119047619, 49.255952381); + --color-orange-badge: #fe640b; + --color-orange-badge-bg: #eff1f5; + --color-orange-badge-hover-bg: rgb(254.1040816327, 116.1326530612, 36.3959183673); + --color-git: #fe640b; + --color-highlight-bg: rgba(223, 142, 29, 0.15); + /* target-based colors */ + --color-body: #eff1f5; + --color-box-header: #e6e9ef; + --color-box-body: #e6e9ef; + --color-box-body-highlight: #ccd0da; + --color-text-dark: #6c6f85; + --color-text: #4c4f69; + --color-text-light: #5c5f77; + --color-text-light-1: #5c5f77; + --color-text-light-2: #5c5f77; + --color-text-light-3: #5c5f77; + --color-footer: #e6e9ef; + --color-timeline: #ccd0da; + --color-input-text: #4c4f69; + --color-input-background: #ccd0da; + --color-input-toggle-background: #ccd0da; + --color-input-border: #bcc0cc; + --color-input-border-hover: #acb0be; + --color-nav-bg: #e6e9ef; + --color-nav-hover-bg: var(--color-hover); + --color-navbar: #e6e9ef; + --color-navbar-transparent: rgba(239, 241, 245, 0); + --color-light: rgba(172, 176, 190, 0.3); + --color-light-mimic-enabled: rgba( + 0, + 0, + 0, + calc(40 / 255 * 222 / 255 / var(--opacity-disabled)) + ); + --color-light-border: #acb0be; + --color-hover: rgba(156, 160, 176, 0.2); + --color-active: rgba(76, 79, 105, 0.1); + --color-menu: #ccd0da; + --color-card: #ccd0da; + --color-markup-table-row: rgba(76, 79, 105, 0.02); + --color-markup-code-block: rgba(76, 79, 105, 0.05); + --color-markup-code-inline: #ccd0da; + --color-button: #ccd0da; + --color-code-bg: #eff1f5; + --color-code-sidebar-bg: #ccd0da; + --color-shadow: rgba(239, 241, 245, 0.1); + --color-tooltip-bg: #ccd0da; + --color-tooltip-text: var(--color-text); + --color-secondary-bg: #ccd0da; + --color-text-focus: #4c4f69; + --color-expand-button: #acb0be; + --color-placeholder-text: #6c6f85; + --color-editor-line-highlight: var(--color-primary-light-5); + --color-project-board-bg: var(--color-secondary-light-2); + /* gitea source code: */ + /* should ideally be --color-text-dark, see go-gitea/gitea#15651 */ + --color-caret: var(--color-text); + --color-reaction-bg: rgba(76, 79, 105, 0.07); + --color-reaction-active-bg: var(--color-primary-alpha-40); + --color-header-wrapper: #e6e9ef; + --color-header-wrapper-transparent: rgba(230, 233, 239, 0); + --color-label-text: #dce0e8; + --color-label-bg: #209fb5; + --color-label-hover-bg: rgb(36.5971830986, 181.8422535211, 207.0028169014); + --color-label-active-bg: rgb(34.2985915493, 170.4211267606, 194.0014084507); + --color-accent: var(--color-primary-light-1); + --color-small-accent: var(--color-primary-light-5); + --color-active-line: #bcc0cc; +} + +.ui.ui.ui.button:not(.inverted, .basic).primary, .ui.ui.ui.button:not(.inverted, .basic).green, .ui.ui.ui.button:not(.inverted, .basic).red, .ui.ui.ui.button:not(.inverted, .basic).teal, +.ui.ui.ui.label:not(.inverted, .basic).primary, +.ui.ui.ui.label:not(.inverted, .basic).green, +.ui.ui.ui.label:not(.inverted, .basic).red, +.ui.ui.ui.label:not(.inverted, .basic).teal { + color: #eff1f5; +} +.ui.ui.ui.button:not(.inverted, .basic).primary:hover, .ui.ui.ui.button:not(.inverted, .basic).green:hover, .ui.ui.ui.button:not(.inverted, .basic).red:hover, .ui.ui.ui.button:not(.inverted, .basic).teal:hover, +.ui.ui.ui.label:not(.inverted, .basic).primary:hover, +.ui.ui.ui.label:not(.inverted, .basic).green:hover, +.ui.ui.ui.label:not(.inverted, .basic).red:hover, +.ui.ui.ui.label:not(.inverted, .basic).teal:hover { + color: #dce0e8; +} + +.ui.basic.modal { + background-color: #dce0e8; +} + +.ui.commit-header-row .svg.gitea-lock ~ a { + color: #eff1f5; +} + +.ui.negative.message .header { + color: var(--color-error-text); +} + +.ui.sha.isSigned.isVerified .shortsha { + color: #eff1f5; +} +.ui.sha.isSigned.isVerified svg.gitea-lock { + fill: #eff1f5; +} + +.ui.basic.modal, +.ui.basic.modal > .header, +.ui.inverted.button { + color: #4c4f69 !important; +} + +#repo-topics, +#topic_edit > .ui.selection.dropdown { + color: var(--color-label-text) !important; +} + +blockquote.attention-tip { + border-left-color: var(--color-success-bg); +} +blockquote.attention-warning { + border-left-color: var(--color-warning-bg); +} + +svg.attention-tip, +strong.attention-tip { + color: var(--color-success-bg); +} +svg.attention-warning, +strong.attention-warning { + color: var(--color-warning-bg); +} + +.inline-code-block { + color: #dce0e8; +} + +::selection { + background: rgba(32, 159, 181, 0.3) !important; +} + +/* NameBuiltinPseudo */ +.chroma .bp { + color: #fe640b; +} + +/* Comment */ +.chroma .c { + color: #9ca0b0; +} + +/* CommentSingle */ +.chroma .c1 { + color: #9ca0b0; +} + +/* CommentHashbang */ +.chroma .ch { + color: #9ca0b0; +} + +/* CommentMultiline */ +.chroma .cm { + color: #9ca0b0; +} + +/* CommentPreproc */ +.chroma .cp { + color: #1e66f5; +} + +/* CommentPreprocFile */ +.chroma .cpf { + color: #1e66f5; +} + +/* CommentSpecial */ +.chroma .cs { + color: #9ca0b0; +} + +/* LiteralStringDelimiter */ +.chroma .dl { + color: #1e66f5; +} + +/* NameFunctionMagic */ +/* Generic */ +/* GenericDeleted */ +.chroma .gd { + color: #4c4f69; + background-color: rgba(210, 15, 57, 0.15); +} + +/* GenericEmph */ +.chroma .ge { + font-style: italic; +} + +/* GenericHeading */ +.chroma .gh { + color: #04a5e5; +} + +/* GenericInserted */ +.chroma .gi { + color: #4c4f69; + background-color: rgba(64, 160, 43, 0.15); +} + +/* GenericUnderline */ +/* GenericOutput */ +.chroma .go { + color: #fe640b; +} + +/* GenericPrompt */ +.chroma .gp { + color: #9ca0b0; + font-weight: bold; +} + +/* GenericError */ +.chroma .gr { + color: #e64553; +} + +/* GenericStrong */ +.chroma .gs { + font-weight: bold; +} + +/* GenericTraceback */ +.chroma .gt { + color: #e64553; +} + +/* GenericSubheading */ +.chroma .gu { + color: #04a5e5; +} + +/* LiteralNumberIntegerLong */ +.chroma .il { + color: #fe640b; +} + +/* Keyword */ +.chroma .k { + color: #8839ef; +} + +/* KeywordConstant */ +.chroma .kc { + color: #df8e1d; +} + +/* KeywordDeclaration */ +.chroma .kd { + color: #8839ef; +} + +/* KeywordNamespace */ +.chroma .kn { + color: #df8e1d; +} + +/* KeywordPseudo */ +.chroma .kp { + color: #8839ef; + font-weight: bold; +} + +/* KeywordReserved */ +.chroma .kr { + color: #8839ef; +} + +/* KeywordType */ +.chroma .kt { + color: #df8e1d; +} + +/* Literal */ +/* LiteralDate */ +/* LiteralNumber */ +.chroma .m { + color: #fe640b; +} + +/* LiteralNumberBin */ +.chroma .mb { + color: #fe640b; +} + +/* LiteralNumberFloat */ +.chroma .mf { + color: #fe640b; +} + +/* LiteralNumberHex */ +.chroma .mh { + color: #fe640b; +} + +/* LiteralNumberInteger */ +.chroma .mi { + color: #fe640b; +} + +/* LiteralNumberOct */ +.chroma .mo { + color: #fe640b; +} + +/* Name */ +.chroma .n { + color: #7287fd; +} + +/* NameAttribute */ +.chroma .na { + color: #df8e1d; +} + +/* NameBuiltin */ +.chroma .nb { + color: #fe640b; +} + +/* NameClass */ +.chroma .nc { + color: #df8e1d; +} + +/* NameDecorator */ +.chroma .nd { + color: #ea76cb; +} + +/* NameException */ +.chroma .ne { + color: #e64553; +} + +/* NameFunction */ +.chroma .nf { + color: #1e66f5; +} + +/* NameEntity */ +.chroma .ni { + color: #ea76cb; +} + +/* NameLabel */ +.chroma .nl { + color: #df8e1d; +} + +/* NameNamespace */ +.chroma .nn { + color: #df8e1d; +} + +/* NameConstant */ +.chroma .no { + color: #df8e1d; +} + +/* NameTag */ +.chroma .nt { + color: #8839ef; +} + +/* NameVariable */ +.chroma .nv { + color: #fe640b; +} + +/* NameOther */ +.chroma .nx { + color: #fe640b; +} + +/* Operator */ +.chroma .o { + color: #04a5e5; +} + +/* OperatorWord */ +.chroma .ow { + color: #04a5e5; + font-weight: bold; +} + +/* Punctuation */ +.chroma .p { + color: #7c7f93; +} + +/* NameProperty */ +/* LiteralString */ +.chroma .s { + color: #40a02b; +} + +/* LiteralStringSingle */ +.chroma .s1 { + color: #40a02b; +} + +/* LiteralStringDouble */ +.chroma .s2 { + color: #40a02b; +} + +/* LiteralStringAffix */ +.chroma .sa { + color: #40a02b; +} + +/* LiteralStringBacktick */ +.chroma .sb { + color: #40a02b; +} + +/* LiteralStringChar */ +.chroma .sc { + color: #40a02b; +} + +/* LiteralStringDoc */ +.chroma .sd { + color: #40a02b; +} + +/* LiteralStringEscape */ +.chroma .se { + color: #1e66f5; +} + +/* LiteralStringHeredoc */ +.chroma .sh { + color: #40a02b; +} + +/* LiteralStringInterpol */ +.chroma .si { + color: #40a02b; +} + +/* LiteralStringRegex */ +.chroma .sr { + color: #1e66f5; +} + +/* LiteralStringSymbol */ +.chroma .ss { + color: #40a02b; +} + +/* LiteralStringOther */ +.chroma .sx { + color: #40a02b; +} + +/* NameVariableClass */ +.chroma .vc { + color: #df8e1d; +} + +/* NameVariableGlobal */ +.chroma .vg { + color: #fe640b; +} + +/* NameVariableInstance */ +.chroma .vi { + color: #df8e1d; +} + +/* NameVariableMagic */ +/* TextWhitespace */ +.chroma .w { + color: #ccd0da; +} + +.CodeMirror .cm-property, +.CodeMirror.cm-s-default .cm-property, +.CodeMirror.cm-s-paper .cm-property { + color: #4c4f69; +} +.CodeMirror .cm-header, +.CodeMirror.cm-s-default .cm-header, +.CodeMirror.cm-s-paper .cm-header { + color: #4c4f69; +} +.CodeMirror .cm-quote, +.CodeMirror.cm-s-default .cm-quote, +.CodeMirror.cm-s-paper .cm-quote { + color: #40a02b; +} +.CodeMirror .cm-keyword, +.CodeMirror.cm-s-default .cm-keyword, +.CodeMirror.cm-s-paper .cm-keyword { + color: #8839ef; +} +.CodeMirror .cm-atom, +.CodeMirror.cm-s-default .cm-atom, +.CodeMirror.cm-s-paper .cm-atom { + color: #d20f39; +} +.CodeMirror .cm-number, +.CodeMirror.cm-s-default .cm-number, +.CodeMirror.cm-s-paper .cm-number { + color: #fe640b; +} +.CodeMirror .cm-def, +.CodeMirror.cm-s-default .cm-def, +.CodeMirror.cm-s-paper .cm-def { + color: #4c4f69; +} +.CodeMirror .cm-variable-2, +.CodeMirror.cm-s-default .cm-variable-2, +.CodeMirror.cm-s-paper .cm-variable-2 { + color: #04a5e5; +} +.CodeMirror .cm-variable-3, +.CodeMirror.cm-s-default .cm-variable-3, +.CodeMirror.cm-s-paper .cm-variable-3 { + color: #179299; +} +.CodeMirror .cm-comment, +.CodeMirror.cm-s-default .cm-comment, +.CodeMirror.cm-s-paper .cm-comment { + color: #acb0be; +} +.CodeMirror .cm-string, +.CodeMirror.cm-s-default .cm-string, +.CodeMirror.cm-s-paper .cm-string { + color: #40a02b; +} +.CodeMirror .cm-string-2, +.CodeMirror.cm-s-default .cm-string-2, +.CodeMirror.cm-s-paper .cm-string-2 { + color: #40a02b; +} +.CodeMirror .cm-meta, +.CodeMirror.cm-s-default .cm-meta, +.CodeMirror.cm-s-paper .cm-meta { + color: #fe640b; +} +.CodeMirror .cm-qualifier, +.CodeMirror.cm-s-default .cm-qualifier, +.CodeMirror.cm-s-paper .cm-qualifier { + color: #fe640b; +} +.CodeMirror .cm-builtin, +.CodeMirror.cm-s-default .cm-builtin, +.CodeMirror.cm-s-paper .cm-builtin { + color: #fe640b; +} +.CodeMirror .cm-bracket, +.CodeMirror.cm-s-default .cm-bracket, +.CodeMirror.cm-s-paper .cm-bracket { + color: #4c4f69; +} +.CodeMirror .cm-tag, +.CodeMirror.cm-s-default .cm-tag, +.CodeMirror.cm-s-paper .cm-tag { + color: #df8e1d; +} +.CodeMirror .cm-attribute, +.CodeMirror.cm-s-default .cm-attribute, +.CodeMirror.cm-s-paper .cm-attribute { + color: #df8e1d; +} +.CodeMirror .cm-hr, +.CodeMirror.cm-s-default .cm-hr, +.CodeMirror.cm-s-paper .cm-hr { + color: #7c7f93; +} +.CodeMirror .cm-url, +.CodeMirror.cm-s-default .cm-url, +.CodeMirror.cm-s-paper .cm-url { + color: #1e66f5; +} +.CodeMirror .cm-link, +.CodeMirror.cm-s-default .cm-link, +.CodeMirror.cm-s-paper .cm-link { + color: #1e66f5; +} +.CodeMirror .cm-error, +.CodeMirror.cm-s-default .cm-error, +.CodeMirror.cm-s-paper .cm-error { + color: #d20f39; +} + +.monaco-editor .selected-text { + background-color: #ccd0da !important; +} +.monaco-editor .margin-view-overlays .line-numbers { + color: #6c6f85 !important; +} +.monaco-editor .line-numbers.active-line-number { + color: #209fb5 !important; +} +.monaco-editor .view-overlays .current-line, +.monaco-editor .margin-view-overlays .current-line-margin { + background-color: rgb(232.7, 235.4, 240.8) !important; +} +.monaco-editor .mtk1 { + color: #4c4f69 !important; +} +.monaco-editor .mtk2 { + color: #ff69b4 !important; +} +.monaco-editor .mtk3 { + color: #fe640b !important; +} +.monaco-editor .mtk4 { + color: #179299 !important; +} +.monaco-editor .mtk5 { + color: #4c4f69 !important; +} +.monaco-editor .mtk6 { + color: #8839ef !important; +} +.monaco-editor .mtk7 { + color: #fe640b !important; +} +.monaco-editor .mtk8 { + color: #7c7f93 !important; +} +.monaco-editor .mtk9 { + color: #8839ef !important; +} +.monaco-editor .mtk10 { + color: #6c6f85 !important; +} +.monaco-editor .mtk11 { + color: #179299 !important; +} +.monaco-editor .mtk12 { + color: #179299 !important; +} +.monaco-editor .mtk13 { + color: #ff69b4 !important; +} +.monaco-editor .mtk14 { + color: #ff69b4 !important; +} +.monaco-editor .mtk15 { + color: #8839ef !important; +} +.monaco-editor .mtk16 { + color: #7c7f93 !important; +} +.monaco-editor .mtk17 { + color: #ff69b4 !important; +} +.monaco-editor .mtk18 { + color: #ff69b4 !important; +} +.monaco-editor .mtk19 { + color: #179299 !important; +} +.monaco-editor .mtk20 { + color: #ff69b4 !important; +} +.monaco-editor .mtk21 { + color: #40a02b !important; +} +.monaco-editor .mtk22 { + color: #ff69b4 !important; +} +.monaco-editor .mtk23 { + color: #1e66f5 !important; +} +.monaco-editor .mtk24 { + color: #fe640b !important; +} +.monaco-editor .mtk25 { + color: #ea76cb !important; +} +.monaco-editor .bracket-highlighting-0 { + color: rgb(156.4, 40.6, 76.2) !important; +} +.monaco-editor .bracket-highlighting-1 { + color: rgb(182.8, 91.6, 48.6) !important; +} +.monaco-editor .bracket-highlighting-2 { + color: rgb(164.2, 116.8, 59.4) !important; +} +.monaco-editor .bracket-highlighting-3 { + color: rgb(68.8, 127.6, 67.8) !important; +} +.monaco-editor .bracket-highlighting-4 { + color: rgb(48.4, 92.8, 189) !important; +} +.monaco-editor .bracket-highlighting-5 { + color: rgb(112, 65.8, 185.4) !important; +} \ No newline at end of file diff --git a/public/assets/css/theme-catppuccin-latte-sky.css b/public/assets/css/theme-catppuccin-latte-sky.css new file mode 100644 index 0000000..c7b52bd --- /dev/null +++ b/public/assets/css/theme-catppuccin-latte-sky.css @@ -0,0 +1,849 @@ +:root { + color-scheme: light; + --is-dark-theme: false; + accent-color: #04a5e5; + --color-primary: #04a5e5; + --color-primary-contrast: #eff1f5; + --color-primary-hover: rgb(7.8175965665, 181.6008583691, 250.6824034335); + --color-primary-dark-1: rgb(4.2626609442, 175.8347639485, 244.0373390558); + --color-primary-dark-2: rgb(12.8300429185, 183.0892703863, 250.7699570815); + --color-primary-dark-3: rgb(27.8673819742, 187.5545064378, 251.0326180258); + --color-primary-dark-4: rgb(42.90472103, 192.0197424893, 251.29527897); + --color-primary-dark-5: rgb(57.9420600858, 196.4849785408, 251.5579399142); + --color-primary-dark-6: rgb(72.9793991416, 200.9502145923, 251.8206008584); + --color-primary-dark-7: rgb(88.0167381974, 205.4154506438, 252.0832618026); + --color-primary-light-1: rgb(3.7373390558, 154.1652360515, 213.9626609442); + --color-primary-light-2: rgb(3.4746781116, 143.330472103, 198.9253218884); + --color-primary-light-3: rgb(3.2120171674, 132.4957081545, 183.8879828326); + --color-primary-light-4: rgb(2.9493562232, 121.660944206, 168.8506437768); + --color-primary-light-5: rgb(2.686695279, 110.8261802575, 153.813304721); + --color-primary-light-6: rgb(2.4240343348, 99.991416309, 138.7759656652); + --color-primary-light-7: rgb(2.1613733906, 89.1566523605, 123.7386266094); + --color-primary-alpha-10: rgba(4, 165, 229, 0.1); + --color-primary-alpha-20: rgba(4, 165, 229, 0.2); + --color-primary-alpha-30: rgba(4, 165, 229, 0.3); + --color-primary-alpha-40: rgba(4, 165, 229, 0.4); + --color-primary-alpha-50: rgba(4, 165, 229, 0.5); + --color-primary-alpha-60: rgba(4, 165, 229, 0.6); + --color-primary-alpha-70: rgba(4, 165, 229, 0.7); + --color-primary-alpha-80: rgba(4, 165, 229, 0.8); + --color-primary-alpha-90: rgba(4, 165, 229, 0.9); + --color-secondary: #bcc0cc; + --color-secondary-dark-1: rgb(195.1329545455, 199.8284090909, 211.5670454545); + --color-secondary-dark-2: rgb(186.2659090909, 191.6568181818, 205.1340909091); + --color-secondary-dark-3: rgb(177.3988636364, 183.4852272727, 198.7011363636); + --color-secondary-dark-4: rgb(168.5318181818, 175.3136363636, 192.2681818182); + --color-secondary-dark-5: rgb(159.6647727273, 167.1420454545, 185.8352272727); + --color-secondary-dark-6: rgb(150.7977272727, 158.9704545455, 179.4022727273); + --color-secondary-dark-7: rgb(141.9306818182, 150.7988636364, 172.9693181818); + --color-secondary-dark-8: rgb(133.0636363636, 142.6272727273, 166.5363636364); + --color-secondary-dark-9: rgb(124.1965909091, 134.4556818182, 160.1034090909); + --color-secondary-dark-10: rgb(115.3295454545, 126.2840909091, 153.6704545455); + --color-secondary-dark-11: rgb(106.6693181818, 118.2011363636, 147.0306818182); + --color-secondary-dark-12: rgb(100.2363636364, 111.0727272727, 138.1636363636); + --color-secondary-dark-13: rgb(93.8034090909, 103.9443181818, 129.2965909091); + --color-secondary-light-1: rgb(212.8670454545, 216.1715909091, 224.4329545455); + --color-secondary-light-2: rgb(221.7340909091, 224.3431818182, 230.8659090909); + --color-secondary-light-3: rgb(230.6011363636, 232.5147727273, 237.2988636364); + --color-secondary-light-4: rgb(239.4681818182, 240.6863636364, 243.7318181818); + --color-secondary-alpha-10: rgba(204, 208, 218, 0.1); + --color-secondary-alpha-20: rgba(204, 208, 218, 0.2); + --color-secondary-alpha-30: rgba(204, 208, 218, 0.3); + --color-secondary-alpha-40: rgba(204, 208, 218, 0.4); + --color-secondary-alpha-50: rgba(204, 208, 218, 0.5); + --color-secondary-alpha-60: rgba(204, 208, 218, 0.6); + --color-secondary-alpha-70: rgba(204, 208, 218, 0.7); + --color-secondary-alpha-80: rgba(204, 208, 218, 0.8); + --color-secondary-alpha-90: rgba(204, 208, 218, 0.9); + /* colors */ + --color-red: #d20f39; + --color-orange: #fe640b; + --color-yellow: #df8e1d; + --color-olive: #40a02b; + --color-green: #40a02b; + --color-teal: #179299; + --color-blue: #1e66f5; + --color-violet: #7287fd; + --color-purple: #8839ef; + --color-pink: #ea76cb; + --color-brown: #dd7878; + --color-grey: #7c7f93; + --color-black: #e6e9ef; + /* light variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-light: rgb(239.4, 36.6, 80.28); + --color-orange-light: rgb(254.2081632653, 132.2653061224, 61.7918367347); + --color-yellow-light: rgb(231.1785714286, 164.6428571429, 71.8214285714); + --color-olive-light: rgb(80.078817734, 200.197044335, 53.802955665); + --color-green-light: rgb(80.078817734, 200.197044335, 53.802955665); + --color-teal-light: rgb(29.6647727273, 188.3068181818, 197.3352272727); + --color-blue-light: rgb(78.829787234, 135.2042553191, 247.170212766); + --color-violet-light: rgb(164.2867132867, 177.7972027972, 253.7132867133); + --color-purple-light: rgb(164.3598130841, 104.1869158879, 242.8130841121); + --color-pink-light: rgb(240.7784810127, 162.2215189873, 219.7848101266); + --color-brown-light: rgb(231.2603550296, 160.7396449704, 160.7396449704); + --color-grey-light: rgb(151.9539748954, 154.3138075314, 170.0460251046); + --color-black-light: hsl(220, 21.9512195122%, 101.9607843137%); + /* dark 1 variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-dark-1: rgb(239.4, 36.6, 80.28); + --color-orange-dark-1: rgb(254.2081632653, 132.2653061224, 61.7918367347); + --color-yellow-dark-1: rgb(231.1785714286, 164.6428571429, 71.8214285714); + --color-olive-dark-1: rgb(80.078817734, 200.197044335, 53.802955665); + --color-green-dark-1: rgb(80.078817734, 200.197044335, 53.802955665); + --color-teal-dark-1: rgb(29.6647727273, 188.3068181818, 197.3352272727); + --color-blue-dark-1: rgb(78.829787234, 135.2042553191, 247.170212766); + --color-violet-dark-1: rgb(164.2867132867, 177.7972027972, 253.7132867133); + --color-purple-dark-1: rgb(164.3598130841, 104.1869158879, 242.8130841121); + --color-pink-dark-1: rgb(240.7784810127, 162.2215189873, 219.7848101266); + --color-brown-dark-1: rgb(231.2603550296, 160.7396449704, 160.7396449704); + --color-black-dark-1: hsl(220, 21.9512195122%, 101.9607843137%); + /* dark 2 variants - produced via Sass scale-color(color, $lightness: -20%) */ + --color-red-dark-2: rgb(242.8, 84.2, 118.36); + --color-orange-dark-2: rgb(254.4163265306, 164.5306122449, 112.5836734694); + --color-yellow-dark-2: rgb(237.0476190476, 186.9047619048, 116.9523809524); + --color-olive-dark-2: rgb(114.6305418719, 211.5763546798, 93.4236453202); + --color-green-dark-2: rgb(114.6305418719, 211.5763546798, 93.4236453202); + --color-teal-dark-2: rgb(53.3181818182, 215.4545454545, 224.6818181818); + --color-blue-dark-2: rgb(127.6595744681, 168.4085106383, 249.3404255319); + --color-violet-dark-2: rgb(214.5734265734, 220.5944055944, 254.4265734266); + --color-purple-dark-2: rgb(192.7196261682, 151.3738317757, 246.6261682243); + --color-pink-dark-2: rgb(247.5569620253, 206.4430379747, 236.5696202532); + --color-brown-dark-2: rgb(241.5207100592, 201.4792899408, 201.4792899408); + --color-black-dark-2: hsl(220, 21.9512195122%, 111.9607843137%); + /* other colors */ + --color-gold: #dc8a78; + --color-white: #4c4f69; + --color-diff-removed-word-bg: rgba(210, 15, 57, 0.15); + --color-diff-added-word-bg: rgba(64, 160, 43, 0.15); + --color-diff-removed-row-bg: rgba(210, 15, 57, 0.07); + --color-diff-moved-row-bg: rgba(223, 142, 29, 0.07); + --color-diff-added-row-bg: rgba(64, 160, 43, 0.07); + --color-diff-removed-row-border: rgba(210, 15, 57, 0.07); + --color-diff-moved-row-border: rgba(223, 142, 29, 0.07); + --color-diff-added-row-border: rgba(64, 160, 43, 0.07); + --color-diff-inactive: #7c7f93; + --color-error-border: #d20f39; + --color-error-bg: #d20f39; + --color-error-bg-active: rgb(233.8, 16.7, 63.46); + --color-error-bg-hover: rgb(239.4, 36.6, 80.28); + --color-error-text: #eff1f5; + --color-success-border: rgb(80.078817734, 200.197044335, 53.802955665); + --color-success-bg: #40a02b; + --color-success-text: #eff1f5; + --color-warning-border: rgb(231.1785714286, 164.6428571429, 71.8214285714); + --color-warning-bg: #df8e1d; + --color-warning-text: #eff1f5; + --color-info-border: rgb(78.829787234, 135.2042553191, 247.170212766); + --color-info-bg: #eff1f5; + --color-info-text: #4c4f69; + --color-red-badge: rgb(239.4, 36.6, 80.28); + --color-red-badge-bg: #eff1f5; + --color-red-badge-hover-bg: rgb(233.8, 16.7, 63.46); + --color-green-badge: #40a02b; + --color-green-badge-bg: #40a02b; + --color-green-badge-hover-bg: rgb(72.039408867, 180.0985221675, 48.4014778325); + --color-yellow-badge: #df8e1d; + --color-yellow-badge-bg: #eff1f5; + --color-yellow-badge-hover-bg: rgb(228.244047619, 153.5119047619, 49.255952381); + --color-orange-badge: #fe640b; + --color-orange-badge-bg: #eff1f5; + --color-orange-badge-hover-bg: rgb(254.1040816327, 116.1326530612, 36.3959183673); + --color-git: #fe640b; + --color-highlight-bg: rgba(223, 142, 29, 0.15); + /* target-based colors */ + --color-body: #eff1f5; + --color-box-header: #e6e9ef; + --color-box-body: #e6e9ef; + --color-box-body-highlight: #ccd0da; + --color-text-dark: #6c6f85; + --color-text: #4c4f69; + --color-text-light: #5c5f77; + --color-text-light-1: #5c5f77; + --color-text-light-2: #5c5f77; + --color-text-light-3: #5c5f77; + --color-footer: #e6e9ef; + --color-timeline: #ccd0da; + --color-input-text: #4c4f69; + --color-input-background: #ccd0da; + --color-input-toggle-background: #ccd0da; + --color-input-border: #bcc0cc; + --color-input-border-hover: #acb0be; + --color-nav-bg: #e6e9ef; + --color-nav-hover-bg: var(--color-hover); + --color-navbar: #e6e9ef; + --color-navbar-transparent: rgba(239, 241, 245, 0); + --color-light: rgba(172, 176, 190, 0.3); + --color-light-mimic-enabled: rgba( + 0, + 0, + 0, + calc(40 / 255 * 222 / 255 / var(--opacity-disabled)) + ); + --color-light-border: #acb0be; + --color-hover: rgba(156, 160, 176, 0.2); + --color-active: rgba(76, 79, 105, 0.1); + --color-menu: #ccd0da; + --color-card: #ccd0da; + --color-markup-table-row: rgba(76, 79, 105, 0.02); + --color-markup-code-block: rgba(76, 79, 105, 0.05); + --color-markup-code-inline: #ccd0da; + --color-button: #ccd0da; + --color-code-bg: #eff1f5; + --color-code-sidebar-bg: #ccd0da; + --color-shadow: rgba(239, 241, 245, 0.1); + --color-tooltip-bg: #ccd0da; + --color-tooltip-text: var(--color-text); + --color-secondary-bg: #ccd0da; + --color-text-focus: #4c4f69; + --color-expand-button: #acb0be; + --color-placeholder-text: #6c6f85; + --color-editor-line-highlight: var(--color-primary-light-5); + --color-project-board-bg: var(--color-secondary-light-2); + /* gitea source code: */ + /* should ideally be --color-text-dark, see go-gitea/gitea#15651 */ + --color-caret: var(--color-text); + --color-reaction-bg: rgba(76, 79, 105, 0.07); + --color-reaction-active-bg: var(--color-primary-alpha-40); + --color-header-wrapper: #e6e9ef; + --color-header-wrapper-transparent: rgba(230, 233, 239, 0); + --color-label-text: #dce0e8; + --color-label-bg: #04a5e5; + --color-label-hover-bg: rgb(12.8300429185, 183.0892703863, 250.7699570815); + --color-label-active-bg: rgb(4.2626609442, 175.8347639485, 244.0373390558); + --color-accent: var(--color-primary-light-1); + --color-small-accent: var(--color-primary-light-5); + --color-active-line: #bcc0cc; +} + +.ui.ui.ui.button:not(.inverted, .basic).primary, .ui.ui.ui.button:not(.inverted, .basic).green, .ui.ui.ui.button:not(.inverted, .basic).red, .ui.ui.ui.button:not(.inverted, .basic).teal, +.ui.ui.ui.label:not(.inverted, .basic).primary, +.ui.ui.ui.label:not(.inverted, .basic).green, +.ui.ui.ui.label:not(.inverted, .basic).red, +.ui.ui.ui.label:not(.inverted, .basic).teal { + color: #eff1f5; +} +.ui.ui.ui.button:not(.inverted, .basic).primary:hover, .ui.ui.ui.button:not(.inverted, .basic).green:hover, .ui.ui.ui.button:not(.inverted, .basic).red:hover, .ui.ui.ui.button:not(.inverted, .basic).teal:hover, +.ui.ui.ui.label:not(.inverted, .basic).primary:hover, +.ui.ui.ui.label:not(.inverted, .basic).green:hover, +.ui.ui.ui.label:not(.inverted, .basic).red:hover, +.ui.ui.ui.label:not(.inverted, .basic).teal:hover { + color: #dce0e8; +} + +.ui.basic.modal { + background-color: #dce0e8; +} + +.ui.commit-header-row .svg.gitea-lock ~ a { + color: #eff1f5; +} + +.ui.negative.message .header { + color: var(--color-error-text); +} + +.ui.sha.isSigned.isVerified .shortsha { + color: #eff1f5; +} +.ui.sha.isSigned.isVerified svg.gitea-lock { + fill: #eff1f5; +} + +.ui.basic.modal, +.ui.basic.modal > .header, +.ui.inverted.button { + color: #4c4f69 !important; +} + +#repo-topics, +#topic_edit > .ui.selection.dropdown { + color: var(--color-label-text) !important; +} + +blockquote.attention-tip { + border-left-color: var(--color-success-bg); +} +blockquote.attention-warning { + border-left-color: var(--color-warning-bg); +} + +svg.attention-tip, +strong.attention-tip { + color: var(--color-success-bg); +} +svg.attention-warning, +strong.attention-warning { + color: var(--color-warning-bg); +} + +.inline-code-block { + color: #dce0e8; +} + +::selection { + background: rgba(4, 165, 229, 0.3) !important; +} + +/* NameBuiltinPseudo */ +.chroma .bp { + color: #fe640b; +} + +/* Comment */ +.chroma .c { + color: #9ca0b0; +} + +/* CommentSingle */ +.chroma .c1 { + color: #9ca0b0; +} + +/* CommentHashbang */ +.chroma .ch { + color: #9ca0b0; +} + +/* CommentMultiline */ +.chroma .cm { + color: #9ca0b0; +} + +/* CommentPreproc */ +.chroma .cp { + color: #1e66f5; +} + +/* CommentPreprocFile */ +.chroma .cpf { + color: #1e66f5; +} + +/* CommentSpecial */ +.chroma .cs { + color: #9ca0b0; +} + +/* LiteralStringDelimiter */ +.chroma .dl { + color: #1e66f5; +} + +/* NameFunctionMagic */ +/* Generic */ +/* GenericDeleted */ +.chroma .gd { + color: #4c4f69; + background-color: rgba(210, 15, 57, 0.15); +} + +/* GenericEmph */ +.chroma .ge { + font-style: italic; +} + +/* GenericHeading */ +.chroma .gh { + color: #04a5e5; +} + +/* GenericInserted */ +.chroma .gi { + color: #4c4f69; + background-color: rgba(64, 160, 43, 0.15); +} + +/* GenericUnderline */ +/* GenericOutput */ +.chroma .go { + color: #fe640b; +} + +/* GenericPrompt */ +.chroma .gp { + color: #9ca0b0; + font-weight: bold; +} + +/* GenericError */ +.chroma .gr { + color: #e64553; +} + +/* GenericStrong */ +.chroma .gs { + font-weight: bold; +} + +/* GenericTraceback */ +.chroma .gt { + color: #e64553; +} + +/* GenericSubheading */ +.chroma .gu { + color: #04a5e5; +} + +/* LiteralNumberIntegerLong */ +.chroma .il { + color: #fe640b; +} + +/* Keyword */ +.chroma .k { + color: #8839ef; +} + +/* KeywordConstant */ +.chroma .kc { + color: #df8e1d; +} + +/* KeywordDeclaration */ +.chroma .kd { + color: #8839ef; +} + +/* KeywordNamespace */ +.chroma .kn { + color: #df8e1d; +} + +/* KeywordPseudo */ +.chroma .kp { + color: #8839ef; + font-weight: bold; +} + +/* KeywordReserved */ +.chroma .kr { + color: #8839ef; +} + +/* KeywordType */ +.chroma .kt { + color: #df8e1d; +} + +/* Literal */ +/* LiteralDate */ +/* LiteralNumber */ +.chroma .m { + color: #fe640b; +} + +/* LiteralNumberBin */ +.chroma .mb { + color: #fe640b; +} + +/* LiteralNumberFloat */ +.chroma .mf { + color: #fe640b; +} + +/* LiteralNumberHex */ +.chroma .mh { + color: #fe640b; +} + +/* LiteralNumberInteger */ +.chroma .mi { + color: #fe640b; +} + +/* LiteralNumberOct */ +.chroma .mo { + color: #fe640b; +} + +/* Name */ +.chroma .n { + color: #7287fd; +} + +/* NameAttribute */ +.chroma .na { + color: #df8e1d; +} + +/* NameBuiltin */ +.chroma .nb { + color: #fe640b; +} + +/* NameClass */ +.chroma .nc { + color: #df8e1d; +} + +/* NameDecorator */ +.chroma .nd { + color: #ea76cb; +} + +/* NameException */ +.chroma .ne { + color: #e64553; +} + +/* NameFunction */ +.chroma .nf { + color: #1e66f5; +} + +/* NameEntity */ +.chroma .ni { + color: #ea76cb; +} + +/* NameLabel */ +.chroma .nl { + color: #df8e1d; +} + +/* NameNamespace */ +.chroma .nn { + color: #df8e1d; +} + +/* NameConstant */ +.chroma .no { + color: #df8e1d; +} + +/* NameTag */ +.chroma .nt { + color: #8839ef; +} + +/* NameVariable */ +.chroma .nv { + color: #fe640b; +} + +/* NameOther */ +.chroma .nx { + color: #fe640b; +} + +/* Operator */ +.chroma .o { + color: #04a5e5; +} + +/* OperatorWord */ +.chroma .ow { + color: #04a5e5; + font-weight: bold; +} + +/* Punctuation */ +.chroma .p { + color: #7c7f93; +} + +/* NameProperty */ +/* LiteralString */ +.chroma .s { + color: #40a02b; +} + +/* LiteralStringSingle */ +.chroma .s1 { + color: #40a02b; +} + +/* LiteralStringDouble */ +.chroma .s2 { + color: #40a02b; +} + +/* LiteralStringAffix */ +.chroma .sa { + color: #40a02b; +} + +/* LiteralStringBacktick */ +.chroma .sb { + color: #40a02b; +} + +/* LiteralStringChar */ +.chroma .sc { + color: #40a02b; +} + +/* LiteralStringDoc */ +.chroma .sd { + color: #40a02b; +} + +/* LiteralStringEscape */ +.chroma .se { + color: #1e66f5; +} + +/* LiteralStringHeredoc */ +.chroma .sh { + color: #40a02b; +} + +/* LiteralStringInterpol */ +.chroma .si { + color: #40a02b; +} + +/* LiteralStringRegex */ +.chroma .sr { + color: #1e66f5; +} + +/* LiteralStringSymbol */ +.chroma .ss { + color: #40a02b; +} + +/* LiteralStringOther */ +.chroma .sx { + color: #40a02b; +} + +/* NameVariableClass */ +.chroma .vc { + color: #df8e1d; +} + +/* NameVariableGlobal */ +.chroma .vg { + color: #fe640b; +} + +/* NameVariableInstance */ +.chroma .vi { + color: #df8e1d; +} + +/* NameVariableMagic */ +/* TextWhitespace */ +.chroma .w { + color: #ccd0da; +} + +.CodeMirror .cm-property, +.CodeMirror.cm-s-default .cm-property, +.CodeMirror.cm-s-paper .cm-property { + color: #4c4f69; +} +.CodeMirror .cm-header, +.CodeMirror.cm-s-default .cm-header, +.CodeMirror.cm-s-paper .cm-header { + color: #4c4f69; +} +.CodeMirror .cm-quote, +.CodeMirror.cm-s-default .cm-quote, +.CodeMirror.cm-s-paper .cm-quote { + color: #40a02b; +} +.CodeMirror .cm-keyword, +.CodeMirror.cm-s-default .cm-keyword, +.CodeMirror.cm-s-paper .cm-keyword { + color: #8839ef; +} +.CodeMirror .cm-atom, +.CodeMirror.cm-s-default .cm-atom, +.CodeMirror.cm-s-paper .cm-atom { + color: #d20f39; +} +.CodeMirror .cm-number, +.CodeMirror.cm-s-default .cm-number, +.CodeMirror.cm-s-paper .cm-number { + color: #fe640b; +} +.CodeMirror .cm-def, +.CodeMirror.cm-s-default .cm-def, +.CodeMirror.cm-s-paper .cm-def { + color: #4c4f69; +} +.CodeMirror .cm-variable-2, +.CodeMirror.cm-s-default .cm-variable-2, +.CodeMirror.cm-s-paper .cm-variable-2 { + color: #04a5e5; +} +.CodeMirror .cm-variable-3, +.CodeMirror.cm-s-default .cm-variable-3, +.CodeMirror.cm-s-paper .cm-variable-3 { + color: #179299; +} +.CodeMirror .cm-comment, +.CodeMirror.cm-s-default .cm-comment, +.CodeMirror.cm-s-paper .cm-comment { + color: #acb0be; +} +.CodeMirror .cm-string, +.CodeMirror.cm-s-default .cm-string, +.CodeMirror.cm-s-paper .cm-string { + color: #40a02b; +} +.CodeMirror .cm-string-2, +.CodeMirror.cm-s-default .cm-string-2, +.CodeMirror.cm-s-paper .cm-string-2 { + color: #40a02b; +} +.CodeMirror .cm-meta, +.CodeMirror.cm-s-default .cm-meta, +.CodeMirror.cm-s-paper .cm-meta { + color: #fe640b; +} +.CodeMirror .cm-qualifier, +.CodeMirror.cm-s-default .cm-qualifier, +.CodeMirror.cm-s-paper .cm-qualifier { + color: #fe640b; +} +.CodeMirror .cm-builtin, +.CodeMirror.cm-s-default .cm-builtin, +.CodeMirror.cm-s-paper .cm-builtin { + color: #fe640b; +} +.CodeMirror .cm-bracket, +.CodeMirror.cm-s-default .cm-bracket, +.CodeMirror.cm-s-paper .cm-bracket { + color: #4c4f69; +} +.CodeMirror .cm-tag, +.CodeMirror.cm-s-default .cm-tag, +.CodeMirror.cm-s-paper .cm-tag { + color: #df8e1d; +} +.CodeMirror .cm-attribute, +.CodeMirror.cm-s-default .cm-attribute, +.CodeMirror.cm-s-paper .cm-attribute { + color: #df8e1d; +} +.CodeMirror .cm-hr, +.CodeMirror.cm-s-default .cm-hr, +.CodeMirror.cm-s-paper .cm-hr { + color: #7c7f93; +} +.CodeMirror .cm-url, +.CodeMirror.cm-s-default .cm-url, +.CodeMirror.cm-s-paper .cm-url { + color: #1e66f5; +} +.CodeMirror .cm-link, +.CodeMirror.cm-s-default .cm-link, +.CodeMirror.cm-s-paper .cm-link { + color: #1e66f5; +} +.CodeMirror .cm-error, +.CodeMirror.cm-s-default .cm-error, +.CodeMirror.cm-s-paper .cm-error { + color: #d20f39; +} + +.monaco-editor .selected-text { + background-color: #ccd0da !important; +} +.monaco-editor .margin-view-overlays .line-numbers { + color: #6c6f85 !important; +} +.monaco-editor .line-numbers.active-line-number { + color: #04a5e5 !important; +} +.monaco-editor .view-overlays .current-line, +.monaco-editor .margin-view-overlays .current-line-margin { + background-color: rgb(232.7, 235.4, 240.8) !important; +} +.monaco-editor .mtk1 { + color: #4c4f69 !important; +} +.monaco-editor .mtk2 { + color: #ff69b4 !important; +} +.monaco-editor .mtk3 { + color: #fe640b !important; +} +.monaco-editor .mtk4 { + color: #179299 !important; +} +.monaco-editor .mtk5 { + color: #4c4f69 !important; +} +.monaco-editor .mtk6 { + color: #8839ef !important; +} +.monaco-editor .mtk7 { + color: #fe640b !important; +} +.monaco-editor .mtk8 { + color: #7c7f93 !important; +} +.monaco-editor .mtk9 { + color: #8839ef !important; +} +.monaco-editor .mtk10 { + color: #6c6f85 !important; +} +.monaco-editor .mtk11 { + color: #179299 !important; +} +.monaco-editor .mtk12 { + color: #179299 !important; +} +.monaco-editor .mtk13 { + color: #ff69b4 !important; +} +.monaco-editor .mtk14 { + color: #ff69b4 !important; +} +.monaco-editor .mtk15 { + color: #8839ef !important; +} +.monaco-editor .mtk16 { + color: #7c7f93 !important; +} +.monaco-editor .mtk17 { + color: #ff69b4 !important; +} +.monaco-editor .mtk18 { + color: #ff69b4 !important; +} +.monaco-editor .mtk19 { + color: #179299 !important; +} +.monaco-editor .mtk20 { + color: #ff69b4 !important; +} +.monaco-editor .mtk21 { + color: #40a02b !important; +} +.monaco-editor .mtk22 { + color: #ff69b4 !important; +} +.monaco-editor .mtk23 { + color: #1e66f5 !important; +} +.monaco-editor .mtk24 { + color: #fe640b !important; +} +.monaco-editor .mtk25 { + color: #ea76cb !important; +} +.monaco-editor .bracket-highlighting-0 { + color: rgb(156.4, 40.6, 76.2) !important; +} +.monaco-editor .bracket-highlighting-1 { + color: rgb(182.8, 91.6, 48.6) !important; +} +.monaco-editor .bracket-highlighting-2 { + color: rgb(164.2, 116.8, 59.4) !important; +} +.monaco-editor .bracket-highlighting-3 { + color: rgb(68.8, 127.6, 67.8) !important; +} +.monaco-editor .bracket-highlighting-4 { + color: rgb(48.4, 92.8, 189) !important; +} +.monaco-editor .bracket-highlighting-5 { + color: rgb(112, 65.8, 185.4) !important; +} \ No newline at end of file diff --git a/public/assets/css/theme-catppuccin-latte-teal.css b/public/assets/css/theme-catppuccin-latte-teal.css new file mode 100644 index 0000000..e4c3d06 --- /dev/null +++ b/public/assets/css/theme-catppuccin-latte-teal.css @@ -0,0 +1,849 @@ +:root { + color-scheme: light; + --is-dark-theme: false; + accent-color: #179299; + --color-primary: #179299; + --color-primary-contrast: #eff1f5; + --color-primary-hover: rgb(26.3323863636, 167.1534090909, 175.1676136364); + --color-primary-dark-1: rgb(24.9994318182, 158.6920454545, 166.3005681818); + --color-primary-dark-2: rgb(26.9988636364, 171.3840909091, 179.6011363636); + --color-primary-dark-3: rgb(28.9982954545, 184.0761363636, 192.9017045455); + --color-primary-dark-4: rgb(30.9977272727, 196.7681818182, 206.2022727273); + --color-primary-dark-5: rgb(32.9971590909, 209.4602272727, 219.5028409091); + --color-primary-dark-6: rgb(44.4511363636, 213.7159090909, 223.3488636364); + --color-primary-dark-7: rgb(57.7517045455, 216.3238636364, 225.3482954545); + --color-primary-light-1: rgb(21.0005681818, 133.3079545455, 139.6994318182); + --color-primary-light-2: rgb(19.0011363636, 120.6159090909, 126.3988636364); + --color-primary-light-3: rgb(17.0017045455, 107.9238636364, 113.0982954545); + --color-primary-light-4: rgb(15.0022727273, 95.2318181818, 99.7977272727); + --color-primary-light-5: rgb(13.0028409091, 82.5397727273, 86.4971590909); + --color-primary-light-6: rgb(11.0034090909, 69.8477272727, 73.1965909091); + --color-primary-light-7: rgb(9.0039772727, 57.1556818182, 59.8960227273); + --color-primary-alpha-10: rgba(23, 146, 153, 0.1); + --color-primary-alpha-20: rgba(23, 146, 153, 0.2); + --color-primary-alpha-30: rgba(23, 146, 153, 0.3); + --color-primary-alpha-40: rgba(23, 146, 153, 0.4); + --color-primary-alpha-50: rgba(23, 146, 153, 0.5); + --color-primary-alpha-60: rgba(23, 146, 153, 0.6); + --color-primary-alpha-70: rgba(23, 146, 153, 0.7); + --color-primary-alpha-80: rgba(23, 146, 153, 0.8); + --color-primary-alpha-90: rgba(23, 146, 153, 0.9); + --color-secondary: #bcc0cc; + --color-secondary-dark-1: rgb(195.1329545455, 199.8284090909, 211.5670454545); + --color-secondary-dark-2: rgb(186.2659090909, 191.6568181818, 205.1340909091); + --color-secondary-dark-3: rgb(177.3988636364, 183.4852272727, 198.7011363636); + --color-secondary-dark-4: rgb(168.5318181818, 175.3136363636, 192.2681818182); + --color-secondary-dark-5: rgb(159.6647727273, 167.1420454545, 185.8352272727); + --color-secondary-dark-6: rgb(150.7977272727, 158.9704545455, 179.4022727273); + --color-secondary-dark-7: rgb(141.9306818182, 150.7988636364, 172.9693181818); + --color-secondary-dark-8: rgb(133.0636363636, 142.6272727273, 166.5363636364); + --color-secondary-dark-9: rgb(124.1965909091, 134.4556818182, 160.1034090909); + --color-secondary-dark-10: rgb(115.3295454545, 126.2840909091, 153.6704545455); + --color-secondary-dark-11: rgb(106.6693181818, 118.2011363636, 147.0306818182); + --color-secondary-dark-12: rgb(100.2363636364, 111.0727272727, 138.1636363636); + --color-secondary-dark-13: rgb(93.8034090909, 103.9443181818, 129.2965909091); + --color-secondary-light-1: rgb(212.8670454545, 216.1715909091, 224.4329545455); + --color-secondary-light-2: rgb(221.7340909091, 224.3431818182, 230.8659090909); + --color-secondary-light-3: rgb(230.6011363636, 232.5147727273, 237.2988636364); + --color-secondary-light-4: rgb(239.4681818182, 240.6863636364, 243.7318181818); + --color-secondary-alpha-10: rgba(204, 208, 218, 0.1); + --color-secondary-alpha-20: rgba(204, 208, 218, 0.2); + --color-secondary-alpha-30: rgba(204, 208, 218, 0.3); + --color-secondary-alpha-40: rgba(204, 208, 218, 0.4); + --color-secondary-alpha-50: rgba(204, 208, 218, 0.5); + --color-secondary-alpha-60: rgba(204, 208, 218, 0.6); + --color-secondary-alpha-70: rgba(204, 208, 218, 0.7); + --color-secondary-alpha-80: rgba(204, 208, 218, 0.8); + --color-secondary-alpha-90: rgba(204, 208, 218, 0.9); + /* colors */ + --color-red: #d20f39; + --color-orange: #fe640b; + --color-yellow: #df8e1d; + --color-olive: #40a02b; + --color-green: #40a02b; + --color-teal: #179299; + --color-blue: #1e66f5; + --color-violet: #7287fd; + --color-purple: #8839ef; + --color-pink: #ea76cb; + --color-brown: #dd7878; + --color-grey: #7c7f93; + --color-black: #e6e9ef; + /* light variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-light: rgb(239.4, 36.6, 80.28); + --color-orange-light: rgb(254.2081632653, 132.2653061224, 61.7918367347); + --color-yellow-light: rgb(231.1785714286, 164.6428571429, 71.8214285714); + --color-olive-light: rgb(80.078817734, 200.197044335, 53.802955665); + --color-green-light: rgb(80.078817734, 200.197044335, 53.802955665); + --color-teal-light: rgb(29.6647727273, 188.3068181818, 197.3352272727); + --color-blue-light: rgb(78.829787234, 135.2042553191, 247.170212766); + --color-violet-light: rgb(164.2867132867, 177.7972027972, 253.7132867133); + --color-purple-light: rgb(164.3598130841, 104.1869158879, 242.8130841121); + --color-pink-light: rgb(240.7784810127, 162.2215189873, 219.7848101266); + --color-brown-light: rgb(231.2603550296, 160.7396449704, 160.7396449704); + --color-grey-light: rgb(151.9539748954, 154.3138075314, 170.0460251046); + --color-black-light: hsl(220, 21.9512195122%, 101.9607843137%); + /* dark 1 variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-dark-1: rgb(239.4, 36.6, 80.28); + --color-orange-dark-1: rgb(254.2081632653, 132.2653061224, 61.7918367347); + --color-yellow-dark-1: rgb(231.1785714286, 164.6428571429, 71.8214285714); + --color-olive-dark-1: rgb(80.078817734, 200.197044335, 53.802955665); + --color-green-dark-1: rgb(80.078817734, 200.197044335, 53.802955665); + --color-teal-dark-1: rgb(29.6647727273, 188.3068181818, 197.3352272727); + --color-blue-dark-1: rgb(78.829787234, 135.2042553191, 247.170212766); + --color-violet-dark-1: rgb(164.2867132867, 177.7972027972, 253.7132867133); + --color-purple-dark-1: rgb(164.3598130841, 104.1869158879, 242.8130841121); + --color-pink-dark-1: rgb(240.7784810127, 162.2215189873, 219.7848101266); + --color-brown-dark-1: rgb(231.2603550296, 160.7396449704, 160.7396449704); + --color-black-dark-1: hsl(220, 21.9512195122%, 101.9607843137%); + /* dark 2 variants - produced via Sass scale-color(color, $lightness: -20%) */ + --color-red-dark-2: rgb(242.8, 84.2, 118.36); + --color-orange-dark-2: rgb(254.4163265306, 164.5306122449, 112.5836734694); + --color-yellow-dark-2: rgb(237.0476190476, 186.9047619048, 116.9523809524); + --color-olive-dark-2: rgb(114.6305418719, 211.5763546798, 93.4236453202); + --color-green-dark-2: rgb(114.6305418719, 211.5763546798, 93.4236453202); + --color-teal-dark-2: rgb(53.3181818182, 215.4545454545, 224.6818181818); + --color-blue-dark-2: rgb(127.6595744681, 168.4085106383, 249.3404255319); + --color-violet-dark-2: rgb(214.5734265734, 220.5944055944, 254.4265734266); + --color-purple-dark-2: rgb(192.7196261682, 151.3738317757, 246.6261682243); + --color-pink-dark-2: rgb(247.5569620253, 206.4430379747, 236.5696202532); + --color-brown-dark-2: rgb(241.5207100592, 201.4792899408, 201.4792899408); + --color-black-dark-2: hsl(220, 21.9512195122%, 111.9607843137%); + /* other colors */ + --color-gold: #dc8a78; + --color-white: #4c4f69; + --color-diff-removed-word-bg: rgba(210, 15, 57, 0.15); + --color-diff-added-word-bg: rgba(64, 160, 43, 0.15); + --color-diff-removed-row-bg: rgba(210, 15, 57, 0.07); + --color-diff-moved-row-bg: rgba(223, 142, 29, 0.07); + --color-diff-added-row-bg: rgba(64, 160, 43, 0.07); + --color-diff-removed-row-border: rgba(210, 15, 57, 0.07); + --color-diff-moved-row-border: rgba(223, 142, 29, 0.07); + --color-diff-added-row-border: rgba(64, 160, 43, 0.07); + --color-diff-inactive: #7c7f93; + --color-error-border: #d20f39; + --color-error-bg: #d20f39; + --color-error-bg-active: rgb(233.8, 16.7, 63.46); + --color-error-bg-hover: rgb(239.4, 36.6, 80.28); + --color-error-text: #eff1f5; + --color-success-border: rgb(80.078817734, 200.197044335, 53.802955665); + --color-success-bg: #40a02b; + --color-success-text: #eff1f5; + --color-warning-border: rgb(231.1785714286, 164.6428571429, 71.8214285714); + --color-warning-bg: #df8e1d; + --color-warning-text: #eff1f5; + --color-info-border: rgb(78.829787234, 135.2042553191, 247.170212766); + --color-info-bg: #eff1f5; + --color-info-text: #4c4f69; + --color-red-badge: rgb(239.4, 36.6, 80.28); + --color-red-badge-bg: #eff1f5; + --color-red-badge-hover-bg: rgb(233.8, 16.7, 63.46); + --color-green-badge: #40a02b; + --color-green-badge-bg: #40a02b; + --color-green-badge-hover-bg: rgb(72.039408867, 180.0985221675, 48.4014778325); + --color-yellow-badge: #df8e1d; + --color-yellow-badge-bg: #eff1f5; + --color-yellow-badge-hover-bg: rgb(228.244047619, 153.5119047619, 49.255952381); + --color-orange-badge: #fe640b; + --color-orange-badge-bg: #eff1f5; + --color-orange-badge-hover-bg: rgb(254.1040816327, 116.1326530612, 36.3959183673); + --color-git: #fe640b; + --color-highlight-bg: rgba(223, 142, 29, 0.15); + /* target-based colors */ + --color-body: #eff1f5; + --color-box-header: #e6e9ef; + --color-box-body: #e6e9ef; + --color-box-body-highlight: #ccd0da; + --color-text-dark: #6c6f85; + --color-text: #4c4f69; + --color-text-light: #5c5f77; + --color-text-light-1: #5c5f77; + --color-text-light-2: #5c5f77; + --color-text-light-3: #5c5f77; + --color-footer: #e6e9ef; + --color-timeline: #ccd0da; + --color-input-text: #4c4f69; + --color-input-background: #ccd0da; + --color-input-toggle-background: #ccd0da; + --color-input-border: #bcc0cc; + --color-input-border-hover: #acb0be; + --color-nav-bg: #e6e9ef; + --color-nav-hover-bg: var(--color-hover); + --color-navbar: #e6e9ef; + --color-navbar-transparent: rgba(239, 241, 245, 0); + --color-light: rgba(172, 176, 190, 0.3); + --color-light-mimic-enabled: rgba( + 0, + 0, + 0, + calc(40 / 255 * 222 / 255 / var(--opacity-disabled)) + ); + --color-light-border: #acb0be; + --color-hover: rgba(156, 160, 176, 0.2); + --color-active: rgba(76, 79, 105, 0.1); + --color-menu: #ccd0da; + --color-card: #ccd0da; + --color-markup-table-row: rgba(76, 79, 105, 0.02); + --color-markup-code-block: rgba(76, 79, 105, 0.05); + --color-markup-code-inline: #ccd0da; + --color-button: #ccd0da; + --color-code-bg: #eff1f5; + --color-code-sidebar-bg: #ccd0da; + --color-shadow: rgba(239, 241, 245, 0.1); + --color-tooltip-bg: #ccd0da; + --color-tooltip-text: var(--color-text); + --color-secondary-bg: #ccd0da; + --color-text-focus: #4c4f69; + --color-expand-button: #acb0be; + --color-placeholder-text: #6c6f85; + --color-editor-line-highlight: var(--color-primary-light-5); + --color-project-board-bg: var(--color-secondary-light-2); + /* gitea source code: */ + /* should ideally be --color-text-dark, see go-gitea/gitea#15651 */ + --color-caret: var(--color-text); + --color-reaction-bg: rgba(76, 79, 105, 0.07); + --color-reaction-active-bg: var(--color-primary-alpha-40); + --color-header-wrapper: #e6e9ef; + --color-header-wrapper-transparent: rgba(230, 233, 239, 0); + --color-label-text: #dce0e8; + --color-label-bg: #179299; + --color-label-hover-bg: rgb(26.9988636364, 171.3840909091, 179.6011363636); + --color-label-active-bg: rgb(24.9994318182, 158.6920454545, 166.3005681818); + --color-accent: var(--color-primary-light-1); + --color-small-accent: var(--color-primary-light-5); + --color-active-line: #bcc0cc; +} + +.ui.ui.ui.button:not(.inverted, .basic).primary, .ui.ui.ui.button:not(.inverted, .basic).green, .ui.ui.ui.button:not(.inverted, .basic).red, .ui.ui.ui.button:not(.inverted, .basic).teal, +.ui.ui.ui.label:not(.inverted, .basic).primary, +.ui.ui.ui.label:not(.inverted, .basic).green, +.ui.ui.ui.label:not(.inverted, .basic).red, +.ui.ui.ui.label:not(.inverted, .basic).teal { + color: #eff1f5; +} +.ui.ui.ui.button:not(.inverted, .basic).primary:hover, .ui.ui.ui.button:not(.inverted, .basic).green:hover, .ui.ui.ui.button:not(.inverted, .basic).red:hover, .ui.ui.ui.button:not(.inverted, .basic).teal:hover, +.ui.ui.ui.label:not(.inverted, .basic).primary:hover, +.ui.ui.ui.label:not(.inverted, .basic).green:hover, +.ui.ui.ui.label:not(.inverted, .basic).red:hover, +.ui.ui.ui.label:not(.inverted, .basic).teal:hover { + color: #dce0e8; +} + +.ui.basic.modal { + background-color: #dce0e8; +} + +.ui.commit-header-row .svg.gitea-lock ~ a { + color: #eff1f5; +} + +.ui.negative.message .header { + color: var(--color-error-text); +} + +.ui.sha.isSigned.isVerified .shortsha { + color: #eff1f5; +} +.ui.sha.isSigned.isVerified svg.gitea-lock { + fill: #eff1f5; +} + +.ui.basic.modal, +.ui.basic.modal > .header, +.ui.inverted.button { + color: #4c4f69 !important; +} + +#repo-topics, +#topic_edit > .ui.selection.dropdown { + color: var(--color-label-text) !important; +} + +blockquote.attention-tip { + border-left-color: var(--color-success-bg); +} +blockquote.attention-warning { + border-left-color: var(--color-warning-bg); +} + +svg.attention-tip, +strong.attention-tip { + color: var(--color-success-bg); +} +svg.attention-warning, +strong.attention-warning { + color: var(--color-warning-bg); +} + +.inline-code-block { + color: #dce0e8; +} + +::selection { + background: rgba(23, 146, 153, 0.3) !important; +} + +/* NameBuiltinPseudo */ +.chroma .bp { + color: #fe640b; +} + +/* Comment */ +.chroma .c { + color: #9ca0b0; +} + +/* CommentSingle */ +.chroma .c1 { + color: #9ca0b0; +} + +/* CommentHashbang */ +.chroma .ch { + color: #9ca0b0; +} + +/* CommentMultiline */ +.chroma .cm { + color: #9ca0b0; +} + +/* CommentPreproc */ +.chroma .cp { + color: #1e66f5; +} + +/* CommentPreprocFile */ +.chroma .cpf { + color: #1e66f5; +} + +/* CommentSpecial */ +.chroma .cs { + color: #9ca0b0; +} + +/* LiteralStringDelimiter */ +.chroma .dl { + color: #1e66f5; +} + +/* NameFunctionMagic */ +/* Generic */ +/* GenericDeleted */ +.chroma .gd { + color: #4c4f69; + background-color: rgba(210, 15, 57, 0.15); +} + +/* GenericEmph */ +.chroma .ge { + font-style: italic; +} + +/* GenericHeading */ +.chroma .gh { + color: #04a5e5; +} + +/* GenericInserted */ +.chroma .gi { + color: #4c4f69; + background-color: rgba(64, 160, 43, 0.15); +} + +/* GenericUnderline */ +/* GenericOutput */ +.chroma .go { + color: #fe640b; +} + +/* GenericPrompt */ +.chroma .gp { + color: #9ca0b0; + font-weight: bold; +} + +/* GenericError */ +.chroma .gr { + color: #e64553; +} + +/* GenericStrong */ +.chroma .gs { + font-weight: bold; +} + +/* GenericTraceback */ +.chroma .gt { + color: #e64553; +} + +/* GenericSubheading */ +.chroma .gu { + color: #04a5e5; +} + +/* LiteralNumberIntegerLong */ +.chroma .il { + color: #fe640b; +} + +/* Keyword */ +.chroma .k { + color: #8839ef; +} + +/* KeywordConstant */ +.chroma .kc { + color: #df8e1d; +} + +/* KeywordDeclaration */ +.chroma .kd { + color: #8839ef; +} + +/* KeywordNamespace */ +.chroma .kn { + color: #df8e1d; +} + +/* KeywordPseudo */ +.chroma .kp { + color: #8839ef; + font-weight: bold; +} + +/* KeywordReserved */ +.chroma .kr { + color: #8839ef; +} + +/* KeywordType */ +.chroma .kt { + color: #df8e1d; +} + +/* Literal */ +/* LiteralDate */ +/* LiteralNumber */ +.chroma .m { + color: #fe640b; +} + +/* LiteralNumberBin */ +.chroma .mb { + color: #fe640b; +} + +/* LiteralNumberFloat */ +.chroma .mf { + color: #fe640b; +} + +/* LiteralNumberHex */ +.chroma .mh { + color: #fe640b; +} + +/* LiteralNumberInteger */ +.chroma .mi { + color: #fe640b; +} + +/* LiteralNumberOct */ +.chroma .mo { + color: #fe640b; +} + +/* Name */ +.chroma .n { + color: #7287fd; +} + +/* NameAttribute */ +.chroma .na { + color: #df8e1d; +} + +/* NameBuiltin */ +.chroma .nb { + color: #fe640b; +} + +/* NameClass */ +.chroma .nc { + color: #df8e1d; +} + +/* NameDecorator */ +.chroma .nd { + color: #ea76cb; +} + +/* NameException */ +.chroma .ne { + color: #e64553; +} + +/* NameFunction */ +.chroma .nf { + color: #1e66f5; +} + +/* NameEntity */ +.chroma .ni { + color: #ea76cb; +} + +/* NameLabel */ +.chroma .nl { + color: #df8e1d; +} + +/* NameNamespace */ +.chroma .nn { + color: #df8e1d; +} + +/* NameConstant */ +.chroma .no { + color: #df8e1d; +} + +/* NameTag */ +.chroma .nt { + color: #8839ef; +} + +/* NameVariable */ +.chroma .nv { + color: #fe640b; +} + +/* NameOther */ +.chroma .nx { + color: #fe640b; +} + +/* Operator */ +.chroma .o { + color: #04a5e5; +} + +/* OperatorWord */ +.chroma .ow { + color: #04a5e5; + font-weight: bold; +} + +/* Punctuation */ +.chroma .p { + color: #7c7f93; +} + +/* NameProperty */ +/* LiteralString */ +.chroma .s { + color: #40a02b; +} + +/* LiteralStringSingle */ +.chroma .s1 { + color: #40a02b; +} + +/* LiteralStringDouble */ +.chroma .s2 { + color: #40a02b; +} + +/* LiteralStringAffix */ +.chroma .sa { + color: #40a02b; +} + +/* LiteralStringBacktick */ +.chroma .sb { + color: #40a02b; +} + +/* LiteralStringChar */ +.chroma .sc { + color: #40a02b; +} + +/* LiteralStringDoc */ +.chroma .sd { + color: #40a02b; +} + +/* LiteralStringEscape */ +.chroma .se { + color: #1e66f5; +} + +/* LiteralStringHeredoc */ +.chroma .sh { + color: #40a02b; +} + +/* LiteralStringInterpol */ +.chroma .si { + color: #40a02b; +} + +/* LiteralStringRegex */ +.chroma .sr { + color: #1e66f5; +} + +/* LiteralStringSymbol */ +.chroma .ss { + color: #40a02b; +} + +/* LiteralStringOther */ +.chroma .sx { + color: #40a02b; +} + +/* NameVariableClass */ +.chroma .vc { + color: #df8e1d; +} + +/* NameVariableGlobal */ +.chroma .vg { + color: #fe640b; +} + +/* NameVariableInstance */ +.chroma .vi { + color: #df8e1d; +} + +/* NameVariableMagic */ +/* TextWhitespace */ +.chroma .w { + color: #ccd0da; +} + +.CodeMirror .cm-property, +.CodeMirror.cm-s-default .cm-property, +.CodeMirror.cm-s-paper .cm-property { + color: #4c4f69; +} +.CodeMirror .cm-header, +.CodeMirror.cm-s-default .cm-header, +.CodeMirror.cm-s-paper .cm-header { + color: #4c4f69; +} +.CodeMirror .cm-quote, +.CodeMirror.cm-s-default .cm-quote, +.CodeMirror.cm-s-paper .cm-quote { + color: #40a02b; +} +.CodeMirror .cm-keyword, +.CodeMirror.cm-s-default .cm-keyword, +.CodeMirror.cm-s-paper .cm-keyword { + color: #8839ef; +} +.CodeMirror .cm-atom, +.CodeMirror.cm-s-default .cm-atom, +.CodeMirror.cm-s-paper .cm-atom { + color: #d20f39; +} +.CodeMirror .cm-number, +.CodeMirror.cm-s-default .cm-number, +.CodeMirror.cm-s-paper .cm-number { + color: #fe640b; +} +.CodeMirror .cm-def, +.CodeMirror.cm-s-default .cm-def, +.CodeMirror.cm-s-paper .cm-def { + color: #4c4f69; +} +.CodeMirror .cm-variable-2, +.CodeMirror.cm-s-default .cm-variable-2, +.CodeMirror.cm-s-paper .cm-variable-2 { + color: #04a5e5; +} +.CodeMirror .cm-variable-3, +.CodeMirror.cm-s-default .cm-variable-3, +.CodeMirror.cm-s-paper .cm-variable-3 { + color: #179299; +} +.CodeMirror .cm-comment, +.CodeMirror.cm-s-default .cm-comment, +.CodeMirror.cm-s-paper .cm-comment { + color: #acb0be; +} +.CodeMirror .cm-string, +.CodeMirror.cm-s-default .cm-string, +.CodeMirror.cm-s-paper .cm-string { + color: #40a02b; +} +.CodeMirror .cm-string-2, +.CodeMirror.cm-s-default .cm-string-2, +.CodeMirror.cm-s-paper .cm-string-2 { + color: #40a02b; +} +.CodeMirror .cm-meta, +.CodeMirror.cm-s-default .cm-meta, +.CodeMirror.cm-s-paper .cm-meta { + color: #fe640b; +} +.CodeMirror .cm-qualifier, +.CodeMirror.cm-s-default .cm-qualifier, +.CodeMirror.cm-s-paper .cm-qualifier { + color: #fe640b; +} +.CodeMirror .cm-builtin, +.CodeMirror.cm-s-default .cm-builtin, +.CodeMirror.cm-s-paper .cm-builtin { + color: #fe640b; +} +.CodeMirror .cm-bracket, +.CodeMirror.cm-s-default .cm-bracket, +.CodeMirror.cm-s-paper .cm-bracket { + color: #4c4f69; +} +.CodeMirror .cm-tag, +.CodeMirror.cm-s-default .cm-tag, +.CodeMirror.cm-s-paper .cm-tag { + color: #df8e1d; +} +.CodeMirror .cm-attribute, +.CodeMirror.cm-s-default .cm-attribute, +.CodeMirror.cm-s-paper .cm-attribute { + color: #df8e1d; +} +.CodeMirror .cm-hr, +.CodeMirror.cm-s-default .cm-hr, +.CodeMirror.cm-s-paper .cm-hr { + color: #7c7f93; +} +.CodeMirror .cm-url, +.CodeMirror.cm-s-default .cm-url, +.CodeMirror.cm-s-paper .cm-url { + color: #1e66f5; +} +.CodeMirror .cm-link, +.CodeMirror.cm-s-default .cm-link, +.CodeMirror.cm-s-paper .cm-link { + color: #1e66f5; +} +.CodeMirror .cm-error, +.CodeMirror.cm-s-default .cm-error, +.CodeMirror.cm-s-paper .cm-error { + color: #d20f39; +} + +.monaco-editor .selected-text { + background-color: #ccd0da !important; +} +.monaco-editor .margin-view-overlays .line-numbers { + color: #6c6f85 !important; +} +.monaco-editor .line-numbers.active-line-number { + color: #179299 !important; +} +.monaco-editor .view-overlays .current-line, +.monaco-editor .margin-view-overlays .current-line-margin { + background-color: rgb(232.7, 235.4, 240.8) !important; +} +.monaco-editor .mtk1 { + color: #4c4f69 !important; +} +.monaco-editor .mtk2 { + color: #ff69b4 !important; +} +.monaco-editor .mtk3 { + color: #fe640b !important; +} +.monaco-editor .mtk4 { + color: #179299 !important; +} +.monaco-editor .mtk5 { + color: #4c4f69 !important; +} +.monaco-editor .mtk6 { + color: #8839ef !important; +} +.monaco-editor .mtk7 { + color: #fe640b !important; +} +.monaco-editor .mtk8 { + color: #7c7f93 !important; +} +.monaco-editor .mtk9 { + color: #8839ef !important; +} +.monaco-editor .mtk10 { + color: #6c6f85 !important; +} +.monaco-editor .mtk11 { + color: #179299 !important; +} +.monaco-editor .mtk12 { + color: #179299 !important; +} +.monaco-editor .mtk13 { + color: #ff69b4 !important; +} +.monaco-editor .mtk14 { + color: #ff69b4 !important; +} +.monaco-editor .mtk15 { + color: #8839ef !important; +} +.monaco-editor .mtk16 { + color: #7c7f93 !important; +} +.monaco-editor .mtk17 { + color: #ff69b4 !important; +} +.monaco-editor .mtk18 { + color: #ff69b4 !important; +} +.monaco-editor .mtk19 { + color: #179299 !important; +} +.monaco-editor .mtk20 { + color: #ff69b4 !important; +} +.monaco-editor .mtk21 { + color: #40a02b !important; +} +.monaco-editor .mtk22 { + color: #ff69b4 !important; +} +.monaco-editor .mtk23 { + color: #1e66f5 !important; +} +.monaco-editor .mtk24 { + color: #fe640b !important; +} +.monaco-editor .mtk25 { + color: #ea76cb !important; +} +.monaco-editor .bracket-highlighting-0 { + color: rgb(156.4, 40.6, 76.2) !important; +} +.monaco-editor .bracket-highlighting-1 { + color: rgb(182.8, 91.6, 48.6) !important; +} +.monaco-editor .bracket-highlighting-2 { + color: rgb(164.2, 116.8, 59.4) !important; +} +.monaco-editor .bracket-highlighting-3 { + color: rgb(68.8, 127.6, 67.8) !important; +} +.monaco-editor .bracket-highlighting-4 { + color: rgb(48.4, 92.8, 189) !important; +} +.monaco-editor .bracket-highlighting-5 { + color: rgb(112, 65.8, 185.4) !important; +} \ No newline at end of file diff --git a/public/assets/css/theme-catppuccin-latte-yellow.css b/public/assets/css/theme-catppuccin-latte-yellow.css new file mode 100644 index 0000000..a600101 --- /dev/null +++ b/public/assets/css/theme-catppuccin-latte-yellow.css @@ -0,0 +1,849 @@ +:root { + color-scheme: light; + --is-dark-theme: false; + accent-color: #df8e1d; + --color-primary: #df8e1d; + --color-primary-contrast: #eff1f5; + --color-primary-hover: rgb(228.244047619, 153.5119047619, 49.255952381); + --color-primary-dark-1: rgb(227.0702380952, 149.0595238095, 40.2297619048); + --color-primary-dark-2: rgb(228.830952381, 155.7380952381, 53.769047619); + --color-primary-dark-3: rgb(230.5916666667, 162.4166666667, 67.3083333333); + --color-primary-dark-4: rgb(232.3523809524, 169.0952380952, 80.8476190476); + --color-primary-dark-5: rgb(234.1130952381, 175.7738095238, 94.3869047619); + --color-primary-dark-6: rgb(235.8738095238, 182.4523809524, 107.9261904762); + --color-primary-dark-7: rgb(237.6345238095, 189.130952381, 121.4654761905); + --color-primary-light-1: rgb(209.4607142857, 133.3785714286, 27.2392857143); + --color-primary-light-2: rgb(195.9214285714, 124.7571428571, 25.4785714286); + --color-primary-light-3: rgb(182.3821428571, 116.1357142857, 23.7178571429); + --color-primary-light-4: rgb(168.8428571429, 107.5142857143, 21.9571428571); + --color-primary-light-5: rgb(155.3035714286, 98.8928571429, 20.1964285714); + --color-primary-light-6: rgb(141.7642857143, 90.2714285714, 18.4357142857); + --color-primary-light-7: rgb(128.225, 81.65, 16.675); + --color-primary-alpha-10: rgba(223, 142, 29, 0.1); + --color-primary-alpha-20: rgba(223, 142, 29, 0.2); + --color-primary-alpha-30: rgba(223, 142, 29, 0.3); + --color-primary-alpha-40: rgba(223, 142, 29, 0.4); + --color-primary-alpha-50: rgba(223, 142, 29, 0.5); + --color-primary-alpha-60: rgba(223, 142, 29, 0.6); + --color-primary-alpha-70: rgba(223, 142, 29, 0.7); + --color-primary-alpha-80: rgba(223, 142, 29, 0.8); + --color-primary-alpha-90: rgba(223, 142, 29, 0.9); + --color-secondary: #bcc0cc; + --color-secondary-dark-1: rgb(195.1329545455, 199.8284090909, 211.5670454545); + --color-secondary-dark-2: rgb(186.2659090909, 191.6568181818, 205.1340909091); + --color-secondary-dark-3: rgb(177.3988636364, 183.4852272727, 198.7011363636); + --color-secondary-dark-4: rgb(168.5318181818, 175.3136363636, 192.2681818182); + --color-secondary-dark-5: rgb(159.6647727273, 167.1420454545, 185.8352272727); + --color-secondary-dark-6: rgb(150.7977272727, 158.9704545455, 179.4022727273); + --color-secondary-dark-7: rgb(141.9306818182, 150.7988636364, 172.9693181818); + --color-secondary-dark-8: rgb(133.0636363636, 142.6272727273, 166.5363636364); + --color-secondary-dark-9: rgb(124.1965909091, 134.4556818182, 160.1034090909); + --color-secondary-dark-10: rgb(115.3295454545, 126.2840909091, 153.6704545455); + --color-secondary-dark-11: rgb(106.6693181818, 118.2011363636, 147.0306818182); + --color-secondary-dark-12: rgb(100.2363636364, 111.0727272727, 138.1636363636); + --color-secondary-dark-13: rgb(93.8034090909, 103.9443181818, 129.2965909091); + --color-secondary-light-1: rgb(212.8670454545, 216.1715909091, 224.4329545455); + --color-secondary-light-2: rgb(221.7340909091, 224.3431818182, 230.8659090909); + --color-secondary-light-3: rgb(230.6011363636, 232.5147727273, 237.2988636364); + --color-secondary-light-4: rgb(239.4681818182, 240.6863636364, 243.7318181818); + --color-secondary-alpha-10: rgba(204, 208, 218, 0.1); + --color-secondary-alpha-20: rgba(204, 208, 218, 0.2); + --color-secondary-alpha-30: rgba(204, 208, 218, 0.3); + --color-secondary-alpha-40: rgba(204, 208, 218, 0.4); + --color-secondary-alpha-50: rgba(204, 208, 218, 0.5); + --color-secondary-alpha-60: rgba(204, 208, 218, 0.6); + --color-secondary-alpha-70: rgba(204, 208, 218, 0.7); + --color-secondary-alpha-80: rgba(204, 208, 218, 0.8); + --color-secondary-alpha-90: rgba(204, 208, 218, 0.9); + /* colors */ + --color-red: #d20f39; + --color-orange: #fe640b; + --color-yellow: #df8e1d; + --color-olive: #40a02b; + --color-green: #40a02b; + --color-teal: #179299; + --color-blue: #1e66f5; + --color-violet: #7287fd; + --color-purple: #8839ef; + --color-pink: #ea76cb; + --color-brown: #dd7878; + --color-grey: #7c7f93; + --color-black: #e6e9ef; + /* light variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-light: rgb(239.4, 36.6, 80.28); + --color-orange-light: rgb(254.2081632653, 132.2653061224, 61.7918367347); + --color-yellow-light: rgb(231.1785714286, 164.6428571429, 71.8214285714); + --color-olive-light: rgb(80.078817734, 200.197044335, 53.802955665); + --color-green-light: rgb(80.078817734, 200.197044335, 53.802955665); + --color-teal-light: rgb(29.6647727273, 188.3068181818, 197.3352272727); + --color-blue-light: rgb(78.829787234, 135.2042553191, 247.170212766); + --color-violet-light: rgb(164.2867132867, 177.7972027972, 253.7132867133); + --color-purple-light: rgb(164.3598130841, 104.1869158879, 242.8130841121); + --color-pink-light: rgb(240.7784810127, 162.2215189873, 219.7848101266); + --color-brown-light: rgb(231.2603550296, 160.7396449704, 160.7396449704); + --color-grey-light: rgb(151.9539748954, 154.3138075314, 170.0460251046); + --color-black-light: hsl(220, 21.9512195122%, 101.9607843137%); + /* dark 1 variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-dark-1: rgb(239.4, 36.6, 80.28); + --color-orange-dark-1: rgb(254.2081632653, 132.2653061224, 61.7918367347); + --color-yellow-dark-1: rgb(231.1785714286, 164.6428571429, 71.8214285714); + --color-olive-dark-1: rgb(80.078817734, 200.197044335, 53.802955665); + --color-green-dark-1: rgb(80.078817734, 200.197044335, 53.802955665); + --color-teal-dark-1: rgb(29.6647727273, 188.3068181818, 197.3352272727); + --color-blue-dark-1: rgb(78.829787234, 135.2042553191, 247.170212766); + --color-violet-dark-1: rgb(164.2867132867, 177.7972027972, 253.7132867133); + --color-purple-dark-1: rgb(164.3598130841, 104.1869158879, 242.8130841121); + --color-pink-dark-1: rgb(240.7784810127, 162.2215189873, 219.7848101266); + --color-brown-dark-1: rgb(231.2603550296, 160.7396449704, 160.7396449704); + --color-black-dark-1: hsl(220, 21.9512195122%, 101.9607843137%); + /* dark 2 variants - produced via Sass scale-color(color, $lightness: -20%) */ + --color-red-dark-2: rgb(242.8, 84.2, 118.36); + --color-orange-dark-2: rgb(254.4163265306, 164.5306122449, 112.5836734694); + --color-yellow-dark-2: rgb(237.0476190476, 186.9047619048, 116.9523809524); + --color-olive-dark-2: rgb(114.6305418719, 211.5763546798, 93.4236453202); + --color-green-dark-2: rgb(114.6305418719, 211.5763546798, 93.4236453202); + --color-teal-dark-2: rgb(53.3181818182, 215.4545454545, 224.6818181818); + --color-blue-dark-2: rgb(127.6595744681, 168.4085106383, 249.3404255319); + --color-violet-dark-2: rgb(214.5734265734, 220.5944055944, 254.4265734266); + --color-purple-dark-2: rgb(192.7196261682, 151.3738317757, 246.6261682243); + --color-pink-dark-2: rgb(247.5569620253, 206.4430379747, 236.5696202532); + --color-brown-dark-2: rgb(241.5207100592, 201.4792899408, 201.4792899408); + --color-black-dark-2: hsl(220, 21.9512195122%, 111.9607843137%); + /* other colors */ + --color-gold: #dc8a78; + --color-white: #4c4f69; + --color-diff-removed-word-bg: rgba(210, 15, 57, 0.15); + --color-diff-added-word-bg: rgba(64, 160, 43, 0.15); + --color-diff-removed-row-bg: rgba(210, 15, 57, 0.07); + --color-diff-moved-row-bg: rgba(223, 142, 29, 0.07); + --color-diff-added-row-bg: rgba(64, 160, 43, 0.07); + --color-diff-removed-row-border: rgba(210, 15, 57, 0.07); + --color-diff-moved-row-border: rgba(223, 142, 29, 0.07); + --color-diff-added-row-border: rgba(64, 160, 43, 0.07); + --color-diff-inactive: #7c7f93; + --color-error-border: #d20f39; + --color-error-bg: #d20f39; + --color-error-bg-active: rgb(233.8, 16.7, 63.46); + --color-error-bg-hover: rgb(239.4, 36.6, 80.28); + --color-error-text: #eff1f5; + --color-success-border: rgb(80.078817734, 200.197044335, 53.802955665); + --color-success-bg: #40a02b; + --color-success-text: #eff1f5; + --color-warning-border: rgb(231.1785714286, 164.6428571429, 71.8214285714); + --color-warning-bg: #df8e1d; + --color-warning-text: #eff1f5; + --color-info-border: rgb(78.829787234, 135.2042553191, 247.170212766); + --color-info-bg: #eff1f5; + --color-info-text: #4c4f69; + --color-red-badge: rgb(239.4, 36.6, 80.28); + --color-red-badge-bg: #eff1f5; + --color-red-badge-hover-bg: rgb(233.8, 16.7, 63.46); + --color-green-badge: #40a02b; + --color-green-badge-bg: #40a02b; + --color-green-badge-hover-bg: rgb(72.039408867, 180.0985221675, 48.4014778325); + --color-yellow-badge: #df8e1d; + --color-yellow-badge-bg: #eff1f5; + --color-yellow-badge-hover-bg: rgb(228.244047619, 153.5119047619, 49.255952381); + --color-orange-badge: #fe640b; + --color-orange-badge-bg: #eff1f5; + --color-orange-badge-hover-bg: rgb(254.1040816327, 116.1326530612, 36.3959183673); + --color-git: #fe640b; + --color-highlight-bg: rgba(223, 142, 29, 0.15); + /* target-based colors */ + --color-body: #eff1f5; + --color-box-header: #e6e9ef; + --color-box-body: #e6e9ef; + --color-box-body-highlight: #ccd0da; + --color-text-dark: #6c6f85; + --color-text: #4c4f69; + --color-text-light: #5c5f77; + --color-text-light-1: #5c5f77; + --color-text-light-2: #5c5f77; + --color-text-light-3: #5c5f77; + --color-footer: #e6e9ef; + --color-timeline: #ccd0da; + --color-input-text: #4c4f69; + --color-input-background: #ccd0da; + --color-input-toggle-background: #ccd0da; + --color-input-border: #bcc0cc; + --color-input-border-hover: #acb0be; + --color-nav-bg: #e6e9ef; + --color-nav-hover-bg: var(--color-hover); + --color-navbar: #e6e9ef; + --color-navbar-transparent: rgba(239, 241, 245, 0); + --color-light: rgba(172, 176, 190, 0.3); + --color-light-mimic-enabled: rgba( + 0, + 0, + 0, + calc(40 / 255 * 222 / 255 / var(--opacity-disabled)) + ); + --color-light-border: #acb0be; + --color-hover: rgba(156, 160, 176, 0.2); + --color-active: rgba(76, 79, 105, 0.1); + --color-menu: #ccd0da; + --color-card: #ccd0da; + --color-markup-table-row: rgba(76, 79, 105, 0.02); + --color-markup-code-block: rgba(76, 79, 105, 0.05); + --color-markup-code-inline: #ccd0da; + --color-button: #ccd0da; + --color-code-bg: #eff1f5; + --color-code-sidebar-bg: #ccd0da; + --color-shadow: rgba(239, 241, 245, 0.1); + --color-tooltip-bg: #ccd0da; + --color-tooltip-text: var(--color-text); + --color-secondary-bg: #ccd0da; + --color-text-focus: #4c4f69; + --color-expand-button: #acb0be; + --color-placeholder-text: #6c6f85; + --color-editor-line-highlight: var(--color-primary-light-5); + --color-project-board-bg: var(--color-secondary-light-2); + /* gitea source code: */ + /* should ideally be --color-text-dark, see go-gitea/gitea#15651 */ + --color-caret: var(--color-text); + --color-reaction-bg: rgba(76, 79, 105, 0.07); + --color-reaction-active-bg: var(--color-primary-alpha-40); + --color-header-wrapper: #e6e9ef; + --color-header-wrapper-transparent: rgba(230, 233, 239, 0); + --color-label-text: #dce0e8; + --color-label-bg: #df8e1d; + --color-label-hover-bg: rgb(228.830952381, 155.7380952381, 53.769047619); + --color-label-active-bg: rgb(227.0702380952, 149.0595238095, 40.2297619048); + --color-accent: var(--color-primary-light-1); + --color-small-accent: var(--color-primary-light-5); + --color-active-line: #bcc0cc; +} + +.ui.ui.ui.button:not(.inverted, .basic).primary, .ui.ui.ui.button:not(.inverted, .basic).green, .ui.ui.ui.button:not(.inverted, .basic).red, .ui.ui.ui.button:not(.inverted, .basic).teal, +.ui.ui.ui.label:not(.inverted, .basic).primary, +.ui.ui.ui.label:not(.inverted, .basic).green, +.ui.ui.ui.label:not(.inverted, .basic).red, +.ui.ui.ui.label:not(.inverted, .basic).teal { + color: #eff1f5; +} +.ui.ui.ui.button:not(.inverted, .basic).primary:hover, .ui.ui.ui.button:not(.inverted, .basic).green:hover, .ui.ui.ui.button:not(.inverted, .basic).red:hover, .ui.ui.ui.button:not(.inverted, .basic).teal:hover, +.ui.ui.ui.label:not(.inverted, .basic).primary:hover, +.ui.ui.ui.label:not(.inverted, .basic).green:hover, +.ui.ui.ui.label:not(.inverted, .basic).red:hover, +.ui.ui.ui.label:not(.inverted, .basic).teal:hover { + color: #dce0e8; +} + +.ui.basic.modal { + background-color: #dce0e8; +} + +.ui.commit-header-row .svg.gitea-lock ~ a { + color: #eff1f5; +} + +.ui.negative.message .header { + color: var(--color-error-text); +} + +.ui.sha.isSigned.isVerified .shortsha { + color: #eff1f5; +} +.ui.sha.isSigned.isVerified svg.gitea-lock { + fill: #eff1f5; +} + +.ui.basic.modal, +.ui.basic.modal > .header, +.ui.inverted.button { + color: #4c4f69 !important; +} + +#repo-topics, +#topic_edit > .ui.selection.dropdown { + color: var(--color-label-text) !important; +} + +blockquote.attention-tip { + border-left-color: var(--color-success-bg); +} +blockquote.attention-warning { + border-left-color: var(--color-warning-bg); +} + +svg.attention-tip, +strong.attention-tip { + color: var(--color-success-bg); +} +svg.attention-warning, +strong.attention-warning { + color: var(--color-warning-bg); +} + +.inline-code-block { + color: #dce0e8; +} + +::selection { + background: rgba(223, 142, 29, 0.3) !important; +} + +/* NameBuiltinPseudo */ +.chroma .bp { + color: #fe640b; +} + +/* Comment */ +.chroma .c { + color: #9ca0b0; +} + +/* CommentSingle */ +.chroma .c1 { + color: #9ca0b0; +} + +/* CommentHashbang */ +.chroma .ch { + color: #9ca0b0; +} + +/* CommentMultiline */ +.chroma .cm { + color: #9ca0b0; +} + +/* CommentPreproc */ +.chroma .cp { + color: #1e66f5; +} + +/* CommentPreprocFile */ +.chroma .cpf { + color: #1e66f5; +} + +/* CommentSpecial */ +.chroma .cs { + color: #9ca0b0; +} + +/* LiteralStringDelimiter */ +.chroma .dl { + color: #1e66f5; +} + +/* NameFunctionMagic */ +/* Generic */ +/* GenericDeleted */ +.chroma .gd { + color: #4c4f69; + background-color: rgba(210, 15, 57, 0.15); +} + +/* GenericEmph */ +.chroma .ge { + font-style: italic; +} + +/* GenericHeading */ +.chroma .gh { + color: #04a5e5; +} + +/* GenericInserted */ +.chroma .gi { + color: #4c4f69; + background-color: rgba(64, 160, 43, 0.15); +} + +/* GenericUnderline */ +/* GenericOutput */ +.chroma .go { + color: #fe640b; +} + +/* GenericPrompt */ +.chroma .gp { + color: #9ca0b0; + font-weight: bold; +} + +/* GenericError */ +.chroma .gr { + color: #e64553; +} + +/* GenericStrong */ +.chroma .gs { + font-weight: bold; +} + +/* GenericTraceback */ +.chroma .gt { + color: #e64553; +} + +/* GenericSubheading */ +.chroma .gu { + color: #04a5e5; +} + +/* LiteralNumberIntegerLong */ +.chroma .il { + color: #fe640b; +} + +/* Keyword */ +.chroma .k { + color: #8839ef; +} + +/* KeywordConstant */ +.chroma .kc { + color: #df8e1d; +} + +/* KeywordDeclaration */ +.chroma .kd { + color: #8839ef; +} + +/* KeywordNamespace */ +.chroma .kn { + color: #df8e1d; +} + +/* KeywordPseudo */ +.chroma .kp { + color: #8839ef; + font-weight: bold; +} + +/* KeywordReserved */ +.chroma .kr { + color: #8839ef; +} + +/* KeywordType */ +.chroma .kt { + color: #df8e1d; +} + +/* Literal */ +/* LiteralDate */ +/* LiteralNumber */ +.chroma .m { + color: #fe640b; +} + +/* LiteralNumberBin */ +.chroma .mb { + color: #fe640b; +} + +/* LiteralNumberFloat */ +.chroma .mf { + color: #fe640b; +} + +/* LiteralNumberHex */ +.chroma .mh { + color: #fe640b; +} + +/* LiteralNumberInteger */ +.chroma .mi { + color: #fe640b; +} + +/* LiteralNumberOct */ +.chroma .mo { + color: #fe640b; +} + +/* Name */ +.chroma .n { + color: #7287fd; +} + +/* NameAttribute */ +.chroma .na { + color: #df8e1d; +} + +/* NameBuiltin */ +.chroma .nb { + color: #fe640b; +} + +/* NameClass */ +.chroma .nc { + color: #df8e1d; +} + +/* NameDecorator */ +.chroma .nd { + color: #ea76cb; +} + +/* NameException */ +.chroma .ne { + color: #e64553; +} + +/* NameFunction */ +.chroma .nf { + color: #1e66f5; +} + +/* NameEntity */ +.chroma .ni { + color: #ea76cb; +} + +/* NameLabel */ +.chroma .nl { + color: #df8e1d; +} + +/* NameNamespace */ +.chroma .nn { + color: #df8e1d; +} + +/* NameConstant */ +.chroma .no { + color: #df8e1d; +} + +/* NameTag */ +.chroma .nt { + color: #8839ef; +} + +/* NameVariable */ +.chroma .nv { + color: #fe640b; +} + +/* NameOther */ +.chroma .nx { + color: #fe640b; +} + +/* Operator */ +.chroma .o { + color: #04a5e5; +} + +/* OperatorWord */ +.chroma .ow { + color: #04a5e5; + font-weight: bold; +} + +/* Punctuation */ +.chroma .p { + color: #7c7f93; +} + +/* NameProperty */ +/* LiteralString */ +.chroma .s { + color: #40a02b; +} + +/* LiteralStringSingle */ +.chroma .s1 { + color: #40a02b; +} + +/* LiteralStringDouble */ +.chroma .s2 { + color: #40a02b; +} + +/* LiteralStringAffix */ +.chroma .sa { + color: #40a02b; +} + +/* LiteralStringBacktick */ +.chroma .sb { + color: #40a02b; +} + +/* LiteralStringChar */ +.chroma .sc { + color: #40a02b; +} + +/* LiteralStringDoc */ +.chroma .sd { + color: #40a02b; +} + +/* LiteralStringEscape */ +.chroma .se { + color: #1e66f5; +} + +/* LiteralStringHeredoc */ +.chroma .sh { + color: #40a02b; +} + +/* LiteralStringInterpol */ +.chroma .si { + color: #40a02b; +} + +/* LiteralStringRegex */ +.chroma .sr { + color: #1e66f5; +} + +/* LiteralStringSymbol */ +.chroma .ss { + color: #40a02b; +} + +/* LiteralStringOther */ +.chroma .sx { + color: #40a02b; +} + +/* NameVariableClass */ +.chroma .vc { + color: #df8e1d; +} + +/* NameVariableGlobal */ +.chroma .vg { + color: #fe640b; +} + +/* NameVariableInstance */ +.chroma .vi { + color: #df8e1d; +} + +/* NameVariableMagic */ +/* TextWhitespace */ +.chroma .w { + color: #ccd0da; +} + +.CodeMirror .cm-property, +.CodeMirror.cm-s-default .cm-property, +.CodeMirror.cm-s-paper .cm-property { + color: #4c4f69; +} +.CodeMirror .cm-header, +.CodeMirror.cm-s-default .cm-header, +.CodeMirror.cm-s-paper .cm-header { + color: #4c4f69; +} +.CodeMirror .cm-quote, +.CodeMirror.cm-s-default .cm-quote, +.CodeMirror.cm-s-paper .cm-quote { + color: #40a02b; +} +.CodeMirror .cm-keyword, +.CodeMirror.cm-s-default .cm-keyword, +.CodeMirror.cm-s-paper .cm-keyword { + color: #8839ef; +} +.CodeMirror .cm-atom, +.CodeMirror.cm-s-default .cm-atom, +.CodeMirror.cm-s-paper .cm-atom { + color: #d20f39; +} +.CodeMirror .cm-number, +.CodeMirror.cm-s-default .cm-number, +.CodeMirror.cm-s-paper .cm-number { + color: #fe640b; +} +.CodeMirror .cm-def, +.CodeMirror.cm-s-default .cm-def, +.CodeMirror.cm-s-paper .cm-def { + color: #4c4f69; +} +.CodeMirror .cm-variable-2, +.CodeMirror.cm-s-default .cm-variable-2, +.CodeMirror.cm-s-paper .cm-variable-2 { + color: #04a5e5; +} +.CodeMirror .cm-variable-3, +.CodeMirror.cm-s-default .cm-variable-3, +.CodeMirror.cm-s-paper .cm-variable-3 { + color: #179299; +} +.CodeMirror .cm-comment, +.CodeMirror.cm-s-default .cm-comment, +.CodeMirror.cm-s-paper .cm-comment { + color: #acb0be; +} +.CodeMirror .cm-string, +.CodeMirror.cm-s-default .cm-string, +.CodeMirror.cm-s-paper .cm-string { + color: #40a02b; +} +.CodeMirror .cm-string-2, +.CodeMirror.cm-s-default .cm-string-2, +.CodeMirror.cm-s-paper .cm-string-2 { + color: #40a02b; +} +.CodeMirror .cm-meta, +.CodeMirror.cm-s-default .cm-meta, +.CodeMirror.cm-s-paper .cm-meta { + color: #fe640b; +} +.CodeMirror .cm-qualifier, +.CodeMirror.cm-s-default .cm-qualifier, +.CodeMirror.cm-s-paper .cm-qualifier { + color: #fe640b; +} +.CodeMirror .cm-builtin, +.CodeMirror.cm-s-default .cm-builtin, +.CodeMirror.cm-s-paper .cm-builtin { + color: #fe640b; +} +.CodeMirror .cm-bracket, +.CodeMirror.cm-s-default .cm-bracket, +.CodeMirror.cm-s-paper .cm-bracket { + color: #4c4f69; +} +.CodeMirror .cm-tag, +.CodeMirror.cm-s-default .cm-tag, +.CodeMirror.cm-s-paper .cm-tag { + color: #df8e1d; +} +.CodeMirror .cm-attribute, +.CodeMirror.cm-s-default .cm-attribute, +.CodeMirror.cm-s-paper .cm-attribute { + color: #df8e1d; +} +.CodeMirror .cm-hr, +.CodeMirror.cm-s-default .cm-hr, +.CodeMirror.cm-s-paper .cm-hr { + color: #7c7f93; +} +.CodeMirror .cm-url, +.CodeMirror.cm-s-default .cm-url, +.CodeMirror.cm-s-paper .cm-url { + color: #1e66f5; +} +.CodeMirror .cm-link, +.CodeMirror.cm-s-default .cm-link, +.CodeMirror.cm-s-paper .cm-link { + color: #1e66f5; +} +.CodeMirror .cm-error, +.CodeMirror.cm-s-default .cm-error, +.CodeMirror.cm-s-paper .cm-error { + color: #d20f39; +} + +.monaco-editor .selected-text { + background-color: #ccd0da !important; +} +.monaco-editor .margin-view-overlays .line-numbers { + color: #6c6f85 !important; +} +.monaco-editor .line-numbers.active-line-number { + color: #df8e1d !important; +} +.monaco-editor .view-overlays .current-line, +.monaco-editor .margin-view-overlays .current-line-margin { + background-color: rgb(232.7, 235.4, 240.8) !important; +} +.monaco-editor .mtk1 { + color: #4c4f69 !important; +} +.monaco-editor .mtk2 { + color: #ff69b4 !important; +} +.monaco-editor .mtk3 { + color: #fe640b !important; +} +.monaco-editor .mtk4 { + color: #179299 !important; +} +.monaco-editor .mtk5 { + color: #4c4f69 !important; +} +.monaco-editor .mtk6 { + color: #8839ef !important; +} +.monaco-editor .mtk7 { + color: #fe640b !important; +} +.monaco-editor .mtk8 { + color: #7c7f93 !important; +} +.monaco-editor .mtk9 { + color: #8839ef !important; +} +.monaco-editor .mtk10 { + color: #6c6f85 !important; +} +.monaco-editor .mtk11 { + color: #179299 !important; +} +.monaco-editor .mtk12 { + color: #179299 !important; +} +.monaco-editor .mtk13 { + color: #ff69b4 !important; +} +.monaco-editor .mtk14 { + color: #ff69b4 !important; +} +.monaco-editor .mtk15 { + color: #8839ef !important; +} +.monaco-editor .mtk16 { + color: #7c7f93 !important; +} +.monaco-editor .mtk17 { + color: #ff69b4 !important; +} +.monaco-editor .mtk18 { + color: #ff69b4 !important; +} +.monaco-editor .mtk19 { + color: #179299 !important; +} +.monaco-editor .mtk20 { + color: #ff69b4 !important; +} +.monaco-editor .mtk21 { + color: #40a02b !important; +} +.monaco-editor .mtk22 { + color: #ff69b4 !important; +} +.monaco-editor .mtk23 { + color: #1e66f5 !important; +} +.monaco-editor .mtk24 { + color: #fe640b !important; +} +.monaco-editor .mtk25 { + color: #ea76cb !important; +} +.monaco-editor .bracket-highlighting-0 { + color: rgb(156.4, 40.6, 76.2) !important; +} +.monaco-editor .bracket-highlighting-1 { + color: rgb(182.8, 91.6, 48.6) !important; +} +.monaco-editor .bracket-highlighting-2 { + color: rgb(164.2, 116.8, 59.4) !important; +} +.monaco-editor .bracket-highlighting-3 { + color: rgb(68.8, 127.6, 67.8) !important; +} +.monaco-editor .bracket-highlighting-4 { + color: rgb(48.4, 92.8, 189) !important; +} +.monaco-editor .bracket-highlighting-5 { + color: rgb(112, 65.8, 185.4) !important; +} \ No newline at end of file diff --git a/public/assets/css/theme-catppuccin-lavender-auto.css b/public/assets/css/theme-catppuccin-lavender-auto.css new file mode 100644 index 0000000..b915ce3 --- /dev/null +++ b/public/assets/css/theme-catppuccin-lavender-auto.css @@ -0,0 +1,2 @@ +@import "./theme-catppuccin-latte-lavender.css" (prefers-color-scheme: light); +@import "./theme-catppuccin-mocha-lavender.css" (prefers-color-scheme: dark); \ No newline at end of file diff --git a/public/assets/css/theme-catppuccin-macchiato-blue.css b/public/assets/css/theme-catppuccin-macchiato-blue.css new file mode 100644 index 0000000..152ca37 --- /dev/null +++ b/public/assets/css/theme-catppuccin-macchiato-blue.css @@ -0,0 +1,873 @@ +:root { + color-scheme: dark; + --is-dark-theme: true; + accent-color: #8aadf4; + --color-primary: #8aadf4; + --color-primary-contrast: #181926; + --color-primary-hover: rgb(114.69140625, 156.6640625, 241.80859375); + --color-primary-dark-1: rgb(124.01484375, 163.1984375, 242.68515625); + --color-primary-dark-2: rgb(110.0296875, 153.396875, 241.3703125); + --color-primary-dark-3: rgb(96.04453125, 143.5953125, 240.05546875); + --color-primary-dark-4: rgb(82.059375, 133.79375, 238.740625); + --color-primary-dark-5: rgb(68.07421875, 123.9921875, 237.42578125); + --color-primary-dark-6: rgb(54.0890625, 114.190625, 236.1109375); + --color-primary-dark-7: rgb(40.10390625, 104.3890625, 234.79609375); + --color-primary-light-1: rgb(151.98515625, 182.8015625, 245.31484375); + --color-primary-light-2: rgb(165.9703125, 192.603125, 246.6296875); + --color-primary-light-3: rgb(179.95546875, 202.4046875, 247.94453125); + --color-primary-light-4: rgb(193.940625, 212.20625, 249.259375); + --color-primary-light-5: rgb(207.92578125, 222.0078125, 250.57421875); + --color-primary-light-6: rgb(221.9109375, 231.809375, 251.8890625); + --color-primary-light-7: rgb(235.89609375, 241.6109375, 253.20390625); + --color-primary-alpha-10: rgba(138, 173, 244, 0.1); + --color-primary-alpha-20: rgba(138, 173, 244, 0.2); + --color-primary-alpha-30: rgba(138, 173, 244, 0.3); + --color-primary-alpha-40: rgba(138, 173, 244, 0.4); + --color-primary-alpha-50: rgba(138, 173, 244, 0.5); + --color-primary-alpha-60: rgba(138, 173, 244, 0.6); + --color-primary-alpha-70: rgba(138, 173, 244, 0.7); + --color-primary-alpha-80: rgba(138, 173, 244, 0.8); + --color-primary-alpha-90: rgba(138, 173, 244, 0.9); + --color-secondary: #494d64; + --color-secondary-dark-1: rgb(60.2120300752, 64.6721804511, 88.0879699248); + --color-secondary-dark-2: rgb(66.4240601504, 71.3443609023, 97.1759398496); + --color-secondary-dark-3: rgb(72.6360902256, 78.0165413534, 106.2639097744); + --color-secondary-dark-4: rgb(78.8481203008, 84.6887218045, 115.3518796992); + --color-secondary-dark-5: rgb(85.0601503759, 91.3609022556, 124.4398496241); + --color-secondary-dark-6: rgb(91.2721804511, 98.0330827068, 133.5278195489); + --color-secondary-dark-7: rgb(97.4842105263, 104.7052631579, 142.6157894737); + --color-secondary-dark-8: rgb(103.7714285714, 111.4285714286, 151.6285714286); + --color-secondary-dark-9: rgb(112.8593984962, 120.0563909774, 157.8406015038); + --color-secondary-dark-10: rgb(121.9473684211, 128.6842105263, 164.0526315789); + --color-secondary-dark-11: rgb(131.0353383459, 137.3120300752, 170.2646616541); + --color-secondary-dark-12: rgb(140.1233082707, 145.9398496241, 176.4766917293); + --color-secondary-dark-13: rgb(149.2112781955, 154.5676691729, 182.6887218045); + --color-secondary-light-1: rgb(47.7879699248, 51.3278195489, 69.9120300752); + --color-secondary-light-2: rgb(41.5759398496, 44.6556390977, 60.8240601504); + --color-secondary-light-3: rgb(35.3639097744, 37.9834586466, 51.7360902256); + --color-secondary-light-4: rgb(29.1518796992, 31.3112781955, 42.6481203008); + --color-secondary-alpha-10: rgba(54, 58, 79, 0.1); + --color-secondary-alpha-20: rgba(54, 58, 79, 0.2); + --color-secondary-alpha-30: rgba(54, 58, 79, 0.3); + --color-secondary-alpha-40: rgba(54, 58, 79, 0.4); + --color-secondary-alpha-50: rgba(54, 58, 79, 0.5); + --color-secondary-alpha-60: rgba(54, 58, 79, 0.6); + --color-secondary-alpha-70: rgba(54, 58, 79, 0.7); + --color-secondary-alpha-80: rgba(54, 58, 79, 0.8); + --color-secondary-alpha-90: rgba(54, 58, 79, 0.9); + /* colors */ + --color-red: #ed8796; + --color-orange: #f5a97f; + --color-yellow: #eed49f; + --color-olive: #a6da95; + --color-green: #a6da95; + --color-teal: #8bd5ca; + --color-blue: #8aadf4; + --color-violet: #b7bdf8; + --color-purple: #c6a0f6; + --color-pink: #f5bde6; + --color-brown: #f0c6c6; + --color-grey: #939ab7; + --color-black: #1e2030; + /* light variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-light: rgb(230.347826087, 90.652173913, 111.1956521739); + --color-orange-light: rgb(241.3043478261, 137.2173913043, 79.6956521739); + --color-yellow-light: rgb(230.3274336283, 192.592920354, 115.6725663717); + --color-olive-light: rgb(134.2587412587, 204.8041958042, 111.1958041958); + --color-green-light: rgb(134.2587412587, 204.8041958042, 111.1958041958); + --color-teal-light: rgb(101.5569620253, 199.4430379747, 184.8924050633); + --color-blue-light: rgb(91.3828125, 140.328125, 239.6171875); + --color-violet-light: rgb(136.5189873418, 146.3924050633, 243.4810126582); + --color-purple-light: rgb(170.0480769231, 113.4134615385, 241.5865384615); + --color-pink-light: rgb(238.2894736842, 144.7105263158, 213.2236842105); + --color-brown-light: rgb(229.375, 157.625, 157.625); + --color-grey-light: rgb(116.4, 125.3833333333, 162.6); + --color-black-light: rgb(10.3846153846, 11.0769230769, 16.6153846154); + /* dark 1 variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-dark-1: rgb(230.347826087, 90.652173913, 111.1956521739); + --color-orange-dark-1: rgb(241.3043478261, 137.2173913043, 79.6956521739); + --color-yellow-dark-1: rgb(230.3274336283, 192.592920354, 115.6725663717); + --color-olive-dark-1: rgb(134.2587412587, 204.8041958042, 111.1958041958); + --color-green-dark-1: rgb(134.2587412587, 204.8041958042, 111.1958041958); + --color-teal-dark-1: rgb(101.5569620253, 199.4430379747, 184.8924050633); + --color-blue-dark-1: rgb(91.3828125, 140.328125, 239.6171875); + --color-violet-dark-1: rgb(136.5189873418, 146.3924050633, 243.4810126582); + --color-purple-dark-1: rgb(170.0480769231, 113.4134615385, 241.5865384615); + --color-pink-dark-1: rgb(238.2894736842, 144.7105263158, 213.2236842105); + --color-brown-dark-1: rgb(229.375, 157.625, 157.625); + --color-black-dark-1: rgb(10.3846153846, 11.0769230769, 16.6153846154); + /* dark 2 variants - produced via Sass scale-color(color, $lightness: -20%) */ + --color-red-dark-2: rgb(223.6956521739, 46.3043478261, 72.3913043478); + --color-orange-dark-2: rgb(237.6086956522, 105.4347826087, 32.3913043478); + --color-yellow-dark-2: rgb(222.6548672566, 173.185840708, 72.3451327434); + --color-olive-dark-2: rgb(102.5174825175, 191.6083916084, 73.3916083916); + --color-green-dark-2: rgb(102.5174825175, 191.6083916084, 73.3916083916); + --color-teal-dark-2: rgb(66.4556962025, 183.5443037975, 166.1392405063); + --color-blue-dark-2: rgb(44.765625, 107.65625, 235.234375); + --color-violet-dark-2: rgb(90.0379746835, 103.7848101266, 238.9620253165); + --color-purple-dark-2: rgb(142.0961538462, 66.8269230769, 237.1730769231); + --color-pink-dark-2: rgb(231.5789473684, 100.4210526316, 196.4473684211); + --color-brown-dark-2: rgb(218.75, 117.25, 117.25); + --color-black-dark-2: hsl(233.3333333333, 23.0769230769%, -4.7058823529%); + /* other colors */ + --color-gold: #f4dbd6; + --color-white: #cad3f5; + --color-diff-removed-word-bg: rgba(237, 135, 150, 0.15); + --color-diff-added-word-bg: rgba(166, 218, 149, 0.15); + --color-diff-removed-row-bg: rgba(237, 135, 150, 0.07); + --color-diff-moved-row-bg: rgba(238, 212, 159, 0.07); + --color-diff-added-row-bg: rgba(166, 218, 149, 0.07); + --color-diff-removed-row-border: rgba(237, 135, 150, 0.07); + --color-diff-moved-row-border: rgba(238, 212, 159, 0.07); + --color-diff-added-row-border: rgba(166, 218, 149, 0.07); + --color-diff-inactive: #939ab7; + --color-error-border: #ed8796; + --color-error-bg: #ed8796; + --color-error-bg-active: rgb(233.6739130435, 112.8260869565, 130.597826087); + --color-error-bg-hover: rgb(230.347826087, 90.652173913, 111.1956521739); + --color-error-text: #181926; + --color-success-border: rgb(134.2587412587, 204.8041958042, 111.1958041958); + --color-success-bg: #a6da95; + --color-success-text: #181926; + --color-warning-border: rgb(230.3274336283, 192.592920354, 115.6725663717); + --color-warning-bg: #eed49f; + --color-warning-text: #181926; + --color-info-border: rgb(91.3828125, 140.328125, 239.6171875); + --color-info-bg: #181926; + --color-info-text: #cad3f5; + --color-red-badge: rgb(230.347826087, 90.652173913, 111.1956521739); + --color-red-badge-bg: #181926; + --color-red-badge-hover-bg: rgb(233.6739130435, 112.8260869565, 130.597826087); + --color-green-badge: #a6da95; + --color-green-badge-bg: #a6da95; + --color-green-badge-hover-bg: rgb(150.1293706294, 211.4020979021, 130.0979020979); + --color-yellow-badge: #eed49f; + --color-yellow-badge-bg: #181926; + --color-yellow-badge-hover-bg: rgb(234.1637168142, 202.296460177, 137.3362831858); + --color-orange-badge: #f5a97f; + --color-orange-badge-bg: #181926; + --color-orange-badge-hover-bg: rgb(243.152173913, 153.1086956522, 103.347826087); + --color-git: #f5a97f; + --color-highlight-bg: rgba(238, 212, 159, 0.15); + /* target-based colors */ + --color-body: #181926; + --color-box-header: #1e2030; + --color-box-body: #1e2030; + --color-box-body-highlight: #363a4f; + --color-text-dark: #a5adcb; + --color-text: #cad3f5; + --color-text-light: #b8c0e0; + --color-text-light-1: #b8c0e0; + --color-text-light-2: #b8c0e0; + --color-text-light-3: #b8c0e0; + --color-footer: #1e2030; + --color-timeline: #363a4f; + --color-input-text: #cad3f5; + --color-input-background: #363a4f; + --color-input-toggle-background: #363a4f; + --color-input-border: #494d64; + --color-input-border-hover: #5b6078; + --color-nav-bg: #1e2030; + --color-nav-hover-bg: var(--color-hover); + --color-navbar: #1e2030; + --color-navbar-transparent: rgba(24, 25, 38, 0); + --color-light: rgba(91, 96, 120, 0.3); + --color-light-mimic-enabled: rgba( + 0, + 0, + 0, + calc(40 / 255 * 222 / 255 / var(--opacity-disabled)) + ); + --color-light-border: #5b6078; + --color-hover: rgba(110, 115, 141, 0.2); + --color-active: rgba(202, 211, 245, 0.1); + --color-menu: #363a4f; + --color-card: #363a4f; + --color-markup-table-row: rgba(202, 211, 245, 0.02); + --color-markup-code-block: rgba(202, 211, 245, 0.05); + --color-markup-code-inline: #363a4f; + --color-button: #363a4f; + --color-code-bg: #24273a; + --color-code-sidebar-bg: #363a4f; + --color-shadow: rgba(24, 25, 38, 0.1); + --color-tooltip-bg: #363a4f; + --color-tooltip-text: var(--color-text); + --color-secondary-bg: #363a4f; + --color-text-focus: #cad3f5; + --color-expand-button: #5b6078; + --color-placeholder-text: #a5adcb; + --color-editor-line-highlight: var(--color-primary-light-5); + --color-project-board-bg: var(--color-secondary-light-2); + /* gitea source code: */ + /* should ideally be --color-text-dark, see go-gitea/gitea#15651 */ + --color-caret: var(--color-text); + --color-reaction-bg: rgba(202, 211, 245, 0.07); + --color-reaction-active-bg: var(--color-primary-alpha-40); + --color-header-wrapper: #1e2030; + --color-header-wrapper-transparent: rgba(30, 32, 48, 0); + --color-label-text: #181926; + --color-label-bg: #8aadf4; + --color-label-hover-bg: rgb(110.0296875, 153.396875, 241.3703125); + --color-label-active-bg: rgb(124.01484375, 163.1984375, 242.68515625); + --color-accent: var(--color-primary-light-1); + --color-small-accent: var(--color-primary-light-5); + --color-active-line: #494d64; +} + +/* invert emojis that are hard to read otherwise */ +.emoji[aria-label="check mark"], +.emoji[aria-label="currency exchange"], +.emoji[aria-label="TOP arrow"], +.emoji[aria-label="END arrow"], +.emoji[aria-label="ON! arrow"], +.emoji[aria-label="SOON arrow"], +.emoji[aria-label="heavy dollar sign"], +.emoji[aria-label=copyright], +.emoji[aria-label=registered], +.emoji[aria-label="trade mark"], +.emoji[aria-label=multiply], +.emoji[aria-label=plus], +.emoji[aria-label=minus], +.emoji[aria-label=divide], +.emoji[aria-label="curly loop"], +.emoji[aria-label="double curly loop"], +.emoji[aria-label="wavy dash"], +.emoji[aria-label="paw prints"], +.emoji[aria-label="musical note"], +.emoji[aria-label="musical notes"] { + filter: invert(100%) hue-rotate(180deg); +} + +.ui.ui.ui.button:not(.inverted, .basic).primary, .ui.ui.ui.button:not(.inverted, .basic).green, .ui.ui.ui.button:not(.inverted, .basic).red, .ui.ui.ui.button:not(.inverted, .basic).teal, +.ui.ui.ui.label:not(.inverted, .basic).primary, +.ui.ui.ui.label:not(.inverted, .basic).green, +.ui.ui.ui.label:not(.inverted, .basic).red, +.ui.ui.ui.label:not(.inverted, .basic).teal { + color: #181926; +} +.ui.ui.ui.button:not(.inverted, .basic).primary:hover, .ui.ui.ui.button:not(.inverted, .basic).green:hover, .ui.ui.ui.button:not(.inverted, .basic).red:hover, .ui.ui.ui.button:not(.inverted, .basic).teal:hover, +.ui.ui.ui.label:not(.inverted, .basic).primary:hover, +.ui.ui.ui.label:not(.inverted, .basic).green:hover, +.ui.ui.ui.label:not(.inverted, .basic).red:hover, +.ui.ui.ui.label:not(.inverted, .basic).teal:hover { + color: #24273a; +} + +.ui.basic.modal { + background-color: #24273a; +} + +.ui.commit-header-row .svg.gitea-lock ~ a { + color: #181926; +} + +.ui.negative.message .header { + color: var(--color-error-text); +} + +.ui.sha.isSigned.isVerified .shortsha { + color: #181926; +} +.ui.sha.isSigned.isVerified svg.gitea-lock { + fill: #181926; +} + +.ui.basic.modal, +.ui.basic.modal > .header, +.ui.inverted.button { + color: #cad3f5 !important; +} + +#repo-topics, +#topic_edit > .ui.selection.dropdown { + color: var(--color-label-text) !important; +} + +blockquote.attention-tip { + border-left-color: var(--color-success-bg); +} +blockquote.attention-warning { + border-left-color: var(--color-warning-bg); +} + +svg.attention-tip, +strong.attention-tip { + color: var(--color-success-bg); +} +svg.attention-warning, +strong.attention-warning { + color: var(--color-warning-bg); +} + +.inline-code-block { + color: #181926; +} + +::selection { + background: rgba(138, 173, 244, 0.3) !important; +} + +/* NameBuiltinPseudo */ +.chroma .bp { + color: #f5a97f; +} + +/* Comment */ +.chroma .c { + color: #6e738d; +} + +/* CommentSingle */ +.chroma .c1 { + color: #6e738d; +} + +/* CommentHashbang */ +.chroma .ch { + color: #6e738d; +} + +/* CommentMultiline */ +.chroma .cm { + color: #6e738d; +} + +/* CommentPreproc */ +.chroma .cp { + color: #8aadf4; +} + +/* CommentPreprocFile */ +.chroma .cpf { + color: #8aadf4; +} + +/* CommentSpecial */ +.chroma .cs { + color: #6e738d; +} + +/* LiteralStringDelimiter */ +.chroma .dl { + color: #8aadf4; +} + +/* NameFunctionMagic */ +/* Generic */ +/* GenericDeleted */ +.chroma .gd { + color: #cad3f5; + background-color: rgba(237, 135, 150, 0.15); +} + +/* GenericEmph */ +.chroma .ge { + font-style: italic; +} + +/* GenericHeading */ +.chroma .gh { + color: #91d7e3; +} + +/* GenericInserted */ +.chroma .gi { + color: #cad3f5; + background-color: rgba(166, 218, 149, 0.15); +} + +/* GenericUnderline */ +/* GenericOutput */ +.chroma .go { + color: #f5a97f; +} + +/* GenericPrompt */ +.chroma .gp { + color: #6e738d; + font-weight: bold; +} + +/* GenericError */ +.chroma .gr { + color: #ee99a0; +} + +/* GenericStrong */ +.chroma .gs { + font-weight: bold; +} + +/* GenericTraceback */ +.chroma .gt { + color: #ee99a0; +} + +/* GenericSubheading */ +.chroma .gu { + color: #91d7e3; +} + +/* LiteralNumberIntegerLong */ +.chroma .il { + color: #f5a97f; +} + +/* Keyword */ +.chroma .k { + color: #c6a0f6; +} + +/* KeywordConstant */ +.chroma .kc { + color: #eed49f; +} + +/* KeywordDeclaration */ +.chroma .kd { + color: #c6a0f6; +} + +/* KeywordNamespace */ +.chroma .kn { + color: #eed49f; +} + +/* KeywordPseudo */ +.chroma .kp { + color: #c6a0f6; + font-weight: bold; +} + +/* KeywordReserved */ +.chroma .kr { + color: #c6a0f6; +} + +/* KeywordType */ +.chroma .kt { + color: #eed49f; +} + +/* Literal */ +/* LiteralDate */ +/* LiteralNumber */ +.chroma .m { + color: #f5a97f; +} + +/* LiteralNumberBin */ +.chroma .mb { + color: #f5a97f; +} + +/* LiteralNumberFloat */ +.chroma .mf { + color: #f5a97f; +} + +/* LiteralNumberHex */ +.chroma .mh { + color: #f5a97f; +} + +/* LiteralNumberInteger */ +.chroma .mi { + color: #f5a97f; +} + +/* LiteralNumberOct */ +.chroma .mo { + color: #f5a97f; +} + +/* Name */ +.chroma .n { + color: #b7bdf8; +} + +/* NameAttribute */ +.chroma .na { + color: #eed49f; +} + +/* NameBuiltin */ +.chroma .nb { + color: #f5a97f; +} + +/* NameClass */ +.chroma .nc { + color: #eed49f; +} + +/* NameDecorator */ +.chroma .nd { + color: #f5bde6; +} + +/* NameException */ +.chroma .ne { + color: #ee99a0; +} + +/* NameFunction */ +.chroma .nf { + color: #8aadf4; +} + +/* NameEntity */ +.chroma .ni { + color: #f5bde6; +} + +/* NameLabel */ +.chroma .nl { + color: #eed49f; +} + +/* NameNamespace */ +.chroma .nn { + color: #eed49f; +} + +/* NameConstant */ +.chroma .no { + color: #eed49f; +} + +/* NameTag */ +.chroma .nt { + color: #c6a0f6; +} + +/* NameVariable */ +.chroma .nv { + color: #f5a97f; +} + +/* NameOther */ +.chroma .nx { + color: #f5a97f; +} + +/* Operator */ +.chroma .o { + color: #91d7e3; +} + +/* OperatorWord */ +.chroma .ow { + color: #91d7e3; + font-weight: bold; +} + +/* Punctuation */ +.chroma .p { + color: #939ab7; +} + +/* NameProperty */ +/* LiteralString */ +.chroma .s { + color: #a6da95; +} + +/* LiteralStringSingle */ +.chroma .s1 { + color: #a6da95; +} + +/* LiteralStringDouble */ +.chroma .s2 { + color: #a6da95; +} + +/* LiteralStringAffix */ +.chroma .sa { + color: #a6da95; +} + +/* LiteralStringBacktick */ +.chroma .sb { + color: #a6da95; +} + +/* LiteralStringChar */ +.chroma .sc { + color: #a6da95; +} + +/* LiteralStringDoc */ +.chroma .sd { + color: #a6da95; +} + +/* LiteralStringEscape */ +.chroma .se { + color: #8aadf4; +} + +/* LiteralStringHeredoc */ +.chroma .sh { + color: #a6da95; +} + +/* LiteralStringInterpol */ +.chroma .si { + color: #a6da95; +} + +/* LiteralStringRegex */ +.chroma .sr { + color: #8aadf4; +} + +/* LiteralStringSymbol */ +.chroma .ss { + color: #a6da95; +} + +/* LiteralStringOther */ +.chroma .sx { + color: #a6da95; +} + +/* NameVariableClass */ +.chroma .vc { + color: #eed49f; +} + +/* NameVariableGlobal */ +.chroma .vg { + color: #f5a97f; +} + +/* NameVariableInstance */ +.chroma .vi { + color: #eed49f; +} + +/* NameVariableMagic */ +/* TextWhitespace */ +.chroma .w { + color: #363a4f; +} + +.CodeMirror .cm-property, +.CodeMirror.cm-s-default .cm-property, +.CodeMirror.cm-s-paper .cm-property { + color: #cad3f5; +} +.CodeMirror .cm-header, +.CodeMirror.cm-s-default .cm-header, +.CodeMirror.cm-s-paper .cm-header { + color: #cad3f5; +} +.CodeMirror .cm-quote, +.CodeMirror.cm-s-default .cm-quote, +.CodeMirror.cm-s-paper .cm-quote { + color: #a6da95; +} +.CodeMirror .cm-keyword, +.CodeMirror.cm-s-default .cm-keyword, +.CodeMirror.cm-s-paper .cm-keyword { + color: #c6a0f6; +} +.CodeMirror .cm-atom, +.CodeMirror.cm-s-default .cm-atom, +.CodeMirror.cm-s-paper .cm-atom { + color: #ed8796; +} +.CodeMirror .cm-number, +.CodeMirror.cm-s-default .cm-number, +.CodeMirror.cm-s-paper .cm-number { + color: #f5a97f; +} +.CodeMirror .cm-def, +.CodeMirror.cm-s-default .cm-def, +.CodeMirror.cm-s-paper .cm-def { + color: #cad3f5; +} +.CodeMirror .cm-variable-2, +.CodeMirror.cm-s-default .cm-variable-2, +.CodeMirror.cm-s-paper .cm-variable-2 { + color: #91d7e3; +} +.CodeMirror .cm-variable-3, +.CodeMirror.cm-s-default .cm-variable-3, +.CodeMirror.cm-s-paper .cm-variable-3 { + color: #8bd5ca; +} +.CodeMirror .cm-comment, +.CodeMirror.cm-s-default .cm-comment, +.CodeMirror.cm-s-paper .cm-comment { + color: #5b6078; +} +.CodeMirror .cm-string, +.CodeMirror.cm-s-default .cm-string, +.CodeMirror.cm-s-paper .cm-string { + color: #a6da95; +} +.CodeMirror .cm-string-2, +.CodeMirror.cm-s-default .cm-string-2, +.CodeMirror.cm-s-paper .cm-string-2 { + color: #a6da95; +} +.CodeMirror .cm-meta, +.CodeMirror.cm-s-default .cm-meta, +.CodeMirror.cm-s-paper .cm-meta { + color: #f5a97f; +} +.CodeMirror .cm-qualifier, +.CodeMirror.cm-s-default .cm-qualifier, +.CodeMirror.cm-s-paper .cm-qualifier { + color: #f5a97f; +} +.CodeMirror .cm-builtin, +.CodeMirror.cm-s-default .cm-builtin, +.CodeMirror.cm-s-paper .cm-builtin { + color: #f5a97f; +} +.CodeMirror .cm-bracket, +.CodeMirror.cm-s-default .cm-bracket, +.CodeMirror.cm-s-paper .cm-bracket { + color: #cad3f5; +} +.CodeMirror .cm-tag, +.CodeMirror.cm-s-default .cm-tag, +.CodeMirror.cm-s-paper .cm-tag { + color: #eed49f; +} +.CodeMirror .cm-attribute, +.CodeMirror.cm-s-default .cm-attribute, +.CodeMirror.cm-s-paper .cm-attribute { + color: #eed49f; +} +.CodeMirror .cm-hr, +.CodeMirror.cm-s-default .cm-hr, +.CodeMirror.cm-s-paper .cm-hr { + color: #939ab7; +} +.CodeMirror .cm-url, +.CodeMirror.cm-s-default .cm-url, +.CodeMirror.cm-s-paper .cm-url { + color: #8aadf4; +} +.CodeMirror .cm-link, +.CodeMirror.cm-s-default .cm-link, +.CodeMirror.cm-s-paper .cm-link { + color: #8aadf4; +} +.CodeMirror .cm-error, +.CodeMirror.cm-s-default .cm-error, +.CodeMirror.cm-s-paper .cm-error { + color: #ed8796; +} + +.monaco-editor .selected-text { + background-color: #363a4f !important; +} +.monaco-editor .margin-view-overlays .line-numbers { + color: #a5adcb !important; +} +.monaco-editor .line-numbers.active-line-number { + color: #8aadf4 !important; +} +.monaco-editor .view-overlays .current-line, +.monaco-editor .margin-view-overlays .current-line-margin { + background-color: rgb(47.52, 51.16, 71.44) !important; +} +.monaco-editor .mtk1 { + color: #cad3f5 !important; +} +.monaco-editor .mtk2 { + color: #ff69b4 !important; +} +.monaco-editor .mtk3 { + color: #f5a97f !important; +} +.monaco-editor .mtk4 { + color: #8bd5ca !important; +} +.monaco-editor .mtk5 { + color: #cad3f5 !important; +} +.monaco-editor .mtk6 { + color: #c6a0f6 !important; +} +.monaco-editor .mtk7 { + color: #f5a97f !important; +} +.monaco-editor .mtk8 { + color: #939ab7 !important; +} +.monaco-editor .mtk9 { + color: #c6a0f6 !important; +} +.monaco-editor .mtk10 { + color: #a5adcb !important; +} +.monaco-editor .mtk11 { + color: #8bd5ca !important; +} +.monaco-editor .mtk12 { + color: #8bd5ca !important; +} +.monaco-editor .mtk13 { + color: #ff69b4 !important; +} +.monaco-editor .mtk14 { + color: #ff69b4 !important; +} +.monaco-editor .mtk15 { + color: #c6a0f6 !important; +} +.monaco-editor .mtk16 { + color: #939ab7 !important; +} +.monaco-editor .mtk17 { + color: #ff69b4 !important; +} +.monaco-editor .mtk18 { + color: #ff69b4 !important; +} +.monaco-editor .mtk19 { + color: #8bd5ca !important; +} +.monaco-editor .mtk20 { + color: #ff69b4 !important; +} +.monaco-editor .mtk21 { + color: #a6da95 !important; +} +.monaco-editor .mtk22 { + color: #ff69b4 !important; +} +.monaco-editor .mtk23 { + color: #8aadf4 !important; +} +.monaco-editor .mtk24 { + color: #f5a97f !important; +} +.monaco-editor .mtk25 { + color: #f5bde6 !important; +} +.monaco-editor .bracket-highlighting-0 { + color: rgb(223, 165.4, 188) !important; +} +.monaco-editor .bracket-highlighting-1 { + color: rgb(227.8, 185.8, 174.2) !important; +} +.monaco-editor .bracket-highlighting-2 { + color: rgb(223.6, 211.6, 193.4) !important; +} +.monaco-editor .bracket-highlighting-3 { + color: rgb(180.4, 215.2, 187.4) !important; +} +.monaco-editor .bracket-highlighting-4 { + color: rgb(163.6, 188.2, 244.4) !important; +} +.monaco-editor .bracket-highlighting-5 { + color: rgb(199.6, 180.4, 245.6) !important; +} \ No newline at end of file diff --git a/public/assets/css/theme-catppuccin-macchiato-flamingo.css b/public/assets/css/theme-catppuccin-macchiato-flamingo.css new file mode 100644 index 0000000..da66e52 --- /dev/null +++ b/public/assets/css/theme-catppuccin-macchiato-flamingo.css @@ -0,0 +1,873 @@ +:root { + color-scheme: dark; + --is-dark-theme: true; + accent-color: #f0c6c6; + --color-primary: #f0c6c6; + --color-primary-contrast: #181926; + --color-primary-hover: rgb(234.6875, 177.8125, 177.8125); + --color-primary-dark-1: rgb(236.8125, 185.8875, 185.8875); + --color-primary-dark-2: rgb(233.625, 173.775, 173.775); + --color-primary-dark-3: rgb(230.4375, 161.6625, 161.6625); + --color-primary-dark-4: rgb(227.25, 149.55, 149.55); + --color-primary-dark-5: rgb(224.0625, 137.4375, 137.4375); + --color-primary-dark-6: rgb(220.875, 125.325, 125.325); + --color-primary-dark-7: rgb(217.6875, 113.2125, 113.2125); + --color-primary-light-1: rgb(243.1875, 210.1125, 210.1125); + --color-primary-light-2: rgb(246.375, 222.225, 222.225); + --color-primary-light-3: rgb(249.5625, 234.3375, 234.3375); + --color-primary-light-4: rgb(252.75, 246.45, 246.45); + --color-primary-light-5: hsl(0, 58.3333333333%, 100.8823529412%); + --color-primary-light-6: hsl(0, 58.3333333333%, 103.8823529412%); + --color-primary-light-7: hsl(0, 58.3333333333%, 106.8823529412%); + --color-primary-alpha-10: rgba(240, 198, 198, 0.1); + --color-primary-alpha-20: rgba(240, 198, 198, 0.2); + --color-primary-alpha-30: rgba(240, 198, 198, 0.3); + --color-primary-alpha-40: rgba(240, 198, 198, 0.4); + --color-primary-alpha-50: rgba(240, 198, 198, 0.5); + --color-primary-alpha-60: rgba(240, 198, 198, 0.6); + --color-primary-alpha-70: rgba(240, 198, 198, 0.7); + --color-primary-alpha-80: rgba(240, 198, 198, 0.8); + --color-primary-alpha-90: rgba(240, 198, 198, 0.9); + --color-secondary: #494d64; + --color-secondary-dark-1: rgb(60.2120300752, 64.6721804511, 88.0879699248); + --color-secondary-dark-2: rgb(66.4240601504, 71.3443609023, 97.1759398496); + --color-secondary-dark-3: rgb(72.6360902256, 78.0165413534, 106.2639097744); + --color-secondary-dark-4: rgb(78.8481203008, 84.6887218045, 115.3518796992); + --color-secondary-dark-5: rgb(85.0601503759, 91.3609022556, 124.4398496241); + --color-secondary-dark-6: rgb(91.2721804511, 98.0330827068, 133.5278195489); + --color-secondary-dark-7: rgb(97.4842105263, 104.7052631579, 142.6157894737); + --color-secondary-dark-8: rgb(103.7714285714, 111.4285714286, 151.6285714286); + --color-secondary-dark-9: rgb(112.8593984962, 120.0563909774, 157.8406015038); + --color-secondary-dark-10: rgb(121.9473684211, 128.6842105263, 164.0526315789); + --color-secondary-dark-11: rgb(131.0353383459, 137.3120300752, 170.2646616541); + --color-secondary-dark-12: rgb(140.1233082707, 145.9398496241, 176.4766917293); + --color-secondary-dark-13: rgb(149.2112781955, 154.5676691729, 182.6887218045); + --color-secondary-light-1: rgb(47.7879699248, 51.3278195489, 69.9120300752); + --color-secondary-light-2: rgb(41.5759398496, 44.6556390977, 60.8240601504); + --color-secondary-light-3: rgb(35.3639097744, 37.9834586466, 51.7360902256); + --color-secondary-light-4: rgb(29.1518796992, 31.3112781955, 42.6481203008); + --color-secondary-alpha-10: rgba(54, 58, 79, 0.1); + --color-secondary-alpha-20: rgba(54, 58, 79, 0.2); + --color-secondary-alpha-30: rgba(54, 58, 79, 0.3); + --color-secondary-alpha-40: rgba(54, 58, 79, 0.4); + --color-secondary-alpha-50: rgba(54, 58, 79, 0.5); + --color-secondary-alpha-60: rgba(54, 58, 79, 0.6); + --color-secondary-alpha-70: rgba(54, 58, 79, 0.7); + --color-secondary-alpha-80: rgba(54, 58, 79, 0.8); + --color-secondary-alpha-90: rgba(54, 58, 79, 0.9); + /* colors */ + --color-red: #ed8796; + --color-orange: #f5a97f; + --color-yellow: #eed49f; + --color-olive: #a6da95; + --color-green: #a6da95; + --color-teal: #8bd5ca; + --color-blue: #8aadf4; + --color-violet: #b7bdf8; + --color-purple: #c6a0f6; + --color-pink: #f5bde6; + --color-brown: #f0c6c6; + --color-grey: #939ab7; + --color-black: #1e2030; + /* light variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-light: rgb(230.347826087, 90.652173913, 111.1956521739); + --color-orange-light: rgb(241.3043478261, 137.2173913043, 79.6956521739); + --color-yellow-light: rgb(230.3274336283, 192.592920354, 115.6725663717); + --color-olive-light: rgb(134.2587412587, 204.8041958042, 111.1958041958); + --color-green-light: rgb(134.2587412587, 204.8041958042, 111.1958041958); + --color-teal-light: rgb(101.5569620253, 199.4430379747, 184.8924050633); + --color-blue-light: rgb(91.3828125, 140.328125, 239.6171875); + --color-violet-light: rgb(136.5189873418, 146.3924050633, 243.4810126582); + --color-purple-light: rgb(170.0480769231, 113.4134615385, 241.5865384615); + --color-pink-light: rgb(238.2894736842, 144.7105263158, 213.2236842105); + --color-brown-light: rgb(229.375, 157.625, 157.625); + --color-grey-light: rgb(116.4, 125.3833333333, 162.6); + --color-black-light: rgb(10.3846153846, 11.0769230769, 16.6153846154); + /* dark 1 variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-dark-1: rgb(230.347826087, 90.652173913, 111.1956521739); + --color-orange-dark-1: rgb(241.3043478261, 137.2173913043, 79.6956521739); + --color-yellow-dark-1: rgb(230.3274336283, 192.592920354, 115.6725663717); + --color-olive-dark-1: rgb(134.2587412587, 204.8041958042, 111.1958041958); + --color-green-dark-1: rgb(134.2587412587, 204.8041958042, 111.1958041958); + --color-teal-dark-1: rgb(101.5569620253, 199.4430379747, 184.8924050633); + --color-blue-dark-1: rgb(91.3828125, 140.328125, 239.6171875); + --color-violet-dark-1: rgb(136.5189873418, 146.3924050633, 243.4810126582); + --color-purple-dark-1: rgb(170.0480769231, 113.4134615385, 241.5865384615); + --color-pink-dark-1: rgb(238.2894736842, 144.7105263158, 213.2236842105); + --color-brown-dark-1: rgb(229.375, 157.625, 157.625); + --color-black-dark-1: rgb(10.3846153846, 11.0769230769, 16.6153846154); + /* dark 2 variants - produced via Sass scale-color(color, $lightness: -20%) */ + --color-red-dark-2: rgb(223.6956521739, 46.3043478261, 72.3913043478); + --color-orange-dark-2: rgb(237.6086956522, 105.4347826087, 32.3913043478); + --color-yellow-dark-2: rgb(222.6548672566, 173.185840708, 72.3451327434); + --color-olive-dark-2: rgb(102.5174825175, 191.6083916084, 73.3916083916); + --color-green-dark-2: rgb(102.5174825175, 191.6083916084, 73.3916083916); + --color-teal-dark-2: rgb(66.4556962025, 183.5443037975, 166.1392405063); + --color-blue-dark-2: rgb(44.765625, 107.65625, 235.234375); + --color-violet-dark-2: rgb(90.0379746835, 103.7848101266, 238.9620253165); + --color-purple-dark-2: rgb(142.0961538462, 66.8269230769, 237.1730769231); + --color-pink-dark-2: rgb(231.5789473684, 100.4210526316, 196.4473684211); + --color-brown-dark-2: rgb(218.75, 117.25, 117.25); + --color-black-dark-2: hsl(233.3333333333, 23.0769230769%, -4.7058823529%); + /* other colors */ + --color-gold: #f4dbd6; + --color-white: #cad3f5; + --color-diff-removed-word-bg: rgba(237, 135, 150, 0.15); + --color-diff-added-word-bg: rgba(166, 218, 149, 0.15); + --color-diff-removed-row-bg: rgba(237, 135, 150, 0.07); + --color-diff-moved-row-bg: rgba(238, 212, 159, 0.07); + --color-diff-added-row-bg: rgba(166, 218, 149, 0.07); + --color-diff-removed-row-border: rgba(237, 135, 150, 0.07); + --color-diff-moved-row-border: rgba(238, 212, 159, 0.07); + --color-diff-added-row-border: rgba(166, 218, 149, 0.07); + --color-diff-inactive: #939ab7; + --color-error-border: #ed8796; + --color-error-bg: #ed8796; + --color-error-bg-active: rgb(233.6739130435, 112.8260869565, 130.597826087); + --color-error-bg-hover: rgb(230.347826087, 90.652173913, 111.1956521739); + --color-error-text: #181926; + --color-success-border: rgb(134.2587412587, 204.8041958042, 111.1958041958); + --color-success-bg: #a6da95; + --color-success-text: #181926; + --color-warning-border: rgb(230.3274336283, 192.592920354, 115.6725663717); + --color-warning-bg: #eed49f; + --color-warning-text: #181926; + --color-info-border: rgb(91.3828125, 140.328125, 239.6171875); + --color-info-bg: #181926; + --color-info-text: #cad3f5; + --color-red-badge: rgb(230.347826087, 90.652173913, 111.1956521739); + --color-red-badge-bg: #181926; + --color-red-badge-hover-bg: rgb(233.6739130435, 112.8260869565, 130.597826087); + --color-green-badge: #a6da95; + --color-green-badge-bg: #a6da95; + --color-green-badge-hover-bg: rgb(150.1293706294, 211.4020979021, 130.0979020979); + --color-yellow-badge: #eed49f; + --color-yellow-badge-bg: #181926; + --color-yellow-badge-hover-bg: rgb(234.1637168142, 202.296460177, 137.3362831858); + --color-orange-badge: #f5a97f; + --color-orange-badge-bg: #181926; + --color-orange-badge-hover-bg: rgb(243.152173913, 153.1086956522, 103.347826087); + --color-git: #f5a97f; + --color-highlight-bg: rgba(238, 212, 159, 0.15); + /* target-based colors */ + --color-body: #181926; + --color-box-header: #1e2030; + --color-box-body: #1e2030; + --color-box-body-highlight: #363a4f; + --color-text-dark: #a5adcb; + --color-text: #cad3f5; + --color-text-light: #b8c0e0; + --color-text-light-1: #b8c0e0; + --color-text-light-2: #b8c0e0; + --color-text-light-3: #b8c0e0; + --color-footer: #1e2030; + --color-timeline: #363a4f; + --color-input-text: #cad3f5; + --color-input-background: #363a4f; + --color-input-toggle-background: #363a4f; + --color-input-border: #494d64; + --color-input-border-hover: #5b6078; + --color-nav-bg: #1e2030; + --color-nav-hover-bg: var(--color-hover); + --color-navbar: #1e2030; + --color-navbar-transparent: rgba(24, 25, 38, 0); + --color-light: rgba(91, 96, 120, 0.3); + --color-light-mimic-enabled: rgba( + 0, + 0, + 0, + calc(40 / 255 * 222 / 255 / var(--opacity-disabled)) + ); + --color-light-border: #5b6078; + --color-hover: rgba(110, 115, 141, 0.2); + --color-active: rgba(202, 211, 245, 0.1); + --color-menu: #363a4f; + --color-card: #363a4f; + --color-markup-table-row: rgba(202, 211, 245, 0.02); + --color-markup-code-block: rgba(202, 211, 245, 0.05); + --color-markup-code-inline: #363a4f; + --color-button: #363a4f; + --color-code-bg: #24273a; + --color-code-sidebar-bg: #363a4f; + --color-shadow: rgba(24, 25, 38, 0.1); + --color-tooltip-bg: #363a4f; + --color-tooltip-text: var(--color-text); + --color-secondary-bg: #363a4f; + --color-text-focus: #cad3f5; + --color-expand-button: #5b6078; + --color-placeholder-text: #a5adcb; + --color-editor-line-highlight: var(--color-primary-light-5); + --color-project-board-bg: var(--color-secondary-light-2); + /* gitea source code: */ + /* should ideally be --color-text-dark, see go-gitea/gitea#15651 */ + --color-caret: var(--color-text); + --color-reaction-bg: rgba(202, 211, 245, 0.07); + --color-reaction-active-bg: var(--color-primary-alpha-40); + --color-header-wrapper: #1e2030; + --color-header-wrapper-transparent: rgba(30, 32, 48, 0); + --color-label-text: #181926; + --color-label-bg: #f0c6c6; + --color-label-hover-bg: rgb(233.625, 173.775, 173.775); + --color-label-active-bg: rgb(236.8125, 185.8875, 185.8875); + --color-accent: var(--color-primary-light-1); + --color-small-accent: var(--color-primary-light-5); + --color-active-line: #494d64; +} + +/* invert emojis that are hard to read otherwise */ +.emoji[aria-label="check mark"], +.emoji[aria-label="currency exchange"], +.emoji[aria-label="TOP arrow"], +.emoji[aria-label="END arrow"], +.emoji[aria-label="ON! arrow"], +.emoji[aria-label="SOON arrow"], +.emoji[aria-label="heavy dollar sign"], +.emoji[aria-label=copyright], +.emoji[aria-label=registered], +.emoji[aria-label="trade mark"], +.emoji[aria-label=multiply], +.emoji[aria-label=plus], +.emoji[aria-label=minus], +.emoji[aria-label=divide], +.emoji[aria-label="curly loop"], +.emoji[aria-label="double curly loop"], +.emoji[aria-label="wavy dash"], +.emoji[aria-label="paw prints"], +.emoji[aria-label="musical note"], +.emoji[aria-label="musical notes"] { + filter: invert(100%) hue-rotate(180deg); +} + +.ui.ui.ui.button:not(.inverted, .basic).primary, .ui.ui.ui.button:not(.inverted, .basic).green, .ui.ui.ui.button:not(.inverted, .basic).red, .ui.ui.ui.button:not(.inverted, .basic).teal, +.ui.ui.ui.label:not(.inverted, .basic).primary, +.ui.ui.ui.label:not(.inverted, .basic).green, +.ui.ui.ui.label:not(.inverted, .basic).red, +.ui.ui.ui.label:not(.inverted, .basic).teal { + color: #181926; +} +.ui.ui.ui.button:not(.inverted, .basic).primary:hover, .ui.ui.ui.button:not(.inverted, .basic).green:hover, .ui.ui.ui.button:not(.inverted, .basic).red:hover, .ui.ui.ui.button:not(.inverted, .basic).teal:hover, +.ui.ui.ui.label:not(.inverted, .basic).primary:hover, +.ui.ui.ui.label:not(.inverted, .basic).green:hover, +.ui.ui.ui.label:not(.inverted, .basic).red:hover, +.ui.ui.ui.label:not(.inverted, .basic).teal:hover { + color: #24273a; +} + +.ui.basic.modal { + background-color: #24273a; +} + +.ui.commit-header-row .svg.gitea-lock ~ a { + color: #181926; +} + +.ui.negative.message .header { + color: var(--color-error-text); +} + +.ui.sha.isSigned.isVerified .shortsha { + color: #181926; +} +.ui.sha.isSigned.isVerified svg.gitea-lock { + fill: #181926; +} + +.ui.basic.modal, +.ui.basic.modal > .header, +.ui.inverted.button { + color: #cad3f5 !important; +} + +#repo-topics, +#topic_edit > .ui.selection.dropdown { + color: var(--color-label-text) !important; +} + +blockquote.attention-tip { + border-left-color: var(--color-success-bg); +} +blockquote.attention-warning { + border-left-color: var(--color-warning-bg); +} + +svg.attention-tip, +strong.attention-tip { + color: var(--color-success-bg); +} +svg.attention-warning, +strong.attention-warning { + color: var(--color-warning-bg); +} + +.inline-code-block { + color: #181926; +} + +::selection { + background: rgba(240, 198, 198, 0.3) !important; +} + +/* NameBuiltinPseudo */ +.chroma .bp { + color: #f5a97f; +} + +/* Comment */ +.chroma .c { + color: #6e738d; +} + +/* CommentSingle */ +.chroma .c1 { + color: #6e738d; +} + +/* CommentHashbang */ +.chroma .ch { + color: #6e738d; +} + +/* CommentMultiline */ +.chroma .cm { + color: #6e738d; +} + +/* CommentPreproc */ +.chroma .cp { + color: #8aadf4; +} + +/* CommentPreprocFile */ +.chroma .cpf { + color: #8aadf4; +} + +/* CommentSpecial */ +.chroma .cs { + color: #6e738d; +} + +/* LiteralStringDelimiter */ +.chroma .dl { + color: #8aadf4; +} + +/* NameFunctionMagic */ +/* Generic */ +/* GenericDeleted */ +.chroma .gd { + color: #cad3f5; + background-color: rgba(237, 135, 150, 0.15); +} + +/* GenericEmph */ +.chroma .ge { + font-style: italic; +} + +/* GenericHeading */ +.chroma .gh { + color: #91d7e3; +} + +/* GenericInserted */ +.chroma .gi { + color: #cad3f5; + background-color: rgba(166, 218, 149, 0.15); +} + +/* GenericUnderline */ +/* GenericOutput */ +.chroma .go { + color: #f5a97f; +} + +/* GenericPrompt */ +.chroma .gp { + color: #6e738d; + font-weight: bold; +} + +/* GenericError */ +.chroma .gr { + color: #ee99a0; +} + +/* GenericStrong */ +.chroma .gs { + font-weight: bold; +} + +/* GenericTraceback */ +.chroma .gt { + color: #ee99a0; +} + +/* GenericSubheading */ +.chroma .gu { + color: #91d7e3; +} + +/* LiteralNumberIntegerLong */ +.chroma .il { + color: #f5a97f; +} + +/* Keyword */ +.chroma .k { + color: #c6a0f6; +} + +/* KeywordConstant */ +.chroma .kc { + color: #eed49f; +} + +/* KeywordDeclaration */ +.chroma .kd { + color: #c6a0f6; +} + +/* KeywordNamespace */ +.chroma .kn { + color: #eed49f; +} + +/* KeywordPseudo */ +.chroma .kp { + color: #c6a0f6; + font-weight: bold; +} + +/* KeywordReserved */ +.chroma .kr { + color: #c6a0f6; +} + +/* KeywordType */ +.chroma .kt { + color: #eed49f; +} + +/* Literal */ +/* LiteralDate */ +/* LiteralNumber */ +.chroma .m { + color: #f5a97f; +} + +/* LiteralNumberBin */ +.chroma .mb { + color: #f5a97f; +} + +/* LiteralNumberFloat */ +.chroma .mf { + color: #f5a97f; +} + +/* LiteralNumberHex */ +.chroma .mh { + color: #f5a97f; +} + +/* LiteralNumberInteger */ +.chroma .mi { + color: #f5a97f; +} + +/* LiteralNumberOct */ +.chroma .mo { + color: #f5a97f; +} + +/* Name */ +.chroma .n { + color: #b7bdf8; +} + +/* NameAttribute */ +.chroma .na { + color: #eed49f; +} + +/* NameBuiltin */ +.chroma .nb { + color: #f5a97f; +} + +/* NameClass */ +.chroma .nc { + color: #eed49f; +} + +/* NameDecorator */ +.chroma .nd { + color: #f5bde6; +} + +/* NameException */ +.chroma .ne { + color: #ee99a0; +} + +/* NameFunction */ +.chroma .nf { + color: #8aadf4; +} + +/* NameEntity */ +.chroma .ni { + color: #f5bde6; +} + +/* NameLabel */ +.chroma .nl { + color: #eed49f; +} + +/* NameNamespace */ +.chroma .nn { + color: #eed49f; +} + +/* NameConstant */ +.chroma .no { + color: #eed49f; +} + +/* NameTag */ +.chroma .nt { + color: #c6a0f6; +} + +/* NameVariable */ +.chroma .nv { + color: #f5a97f; +} + +/* NameOther */ +.chroma .nx { + color: #f5a97f; +} + +/* Operator */ +.chroma .o { + color: #91d7e3; +} + +/* OperatorWord */ +.chroma .ow { + color: #91d7e3; + font-weight: bold; +} + +/* Punctuation */ +.chroma .p { + color: #939ab7; +} + +/* NameProperty */ +/* LiteralString */ +.chroma .s { + color: #a6da95; +} + +/* LiteralStringSingle */ +.chroma .s1 { + color: #a6da95; +} + +/* LiteralStringDouble */ +.chroma .s2 { + color: #a6da95; +} + +/* LiteralStringAffix */ +.chroma .sa { + color: #a6da95; +} + +/* LiteralStringBacktick */ +.chroma .sb { + color: #a6da95; +} + +/* LiteralStringChar */ +.chroma .sc { + color: #a6da95; +} + +/* LiteralStringDoc */ +.chroma .sd { + color: #a6da95; +} + +/* LiteralStringEscape */ +.chroma .se { + color: #8aadf4; +} + +/* LiteralStringHeredoc */ +.chroma .sh { + color: #a6da95; +} + +/* LiteralStringInterpol */ +.chroma .si { + color: #a6da95; +} + +/* LiteralStringRegex */ +.chroma .sr { + color: #8aadf4; +} + +/* LiteralStringSymbol */ +.chroma .ss { + color: #a6da95; +} + +/* LiteralStringOther */ +.chroma .sx { + color: #a6da95; +} + +/* NameVariableClass */ +.chroma .vc { + color: #eed49f; +} + +/* NameVariableGlobal */ +.chroma .vg { + color: #f5a97f; +} + +/* NameVariableInstance */ +.chroma .vi { + color: #eed49f; +} + +/* NameVariableMagic */ +/* TextWhitespace */ +.chroma .w { + color: #363a4f; +} + +.CodeMirror .cm-property, +.CodeMirror.cm-s-default .cm-property, +.CodeMirror.cm-s-paper .cm-property { + color: #cad3f5; +} +.CodeMirror .cm-header, +.CodeMirror.cm-s-default .cm-header, +.CodeMirror.cm-s-paper .cm-header { + color: #cad3f5; +} +.CodeMirror .cm-quote, +.CodeMirror.cm-s-default .cm-quote, +.CodeMirror.cm-s-paper .cm-quote { + color: #a6da95; +} +.CodeMirror .cm-keyword, +.CodeMirror.cm-s-default .cm-keyword, +.CodeMirror.cm-s-paper .cm-keyword { + color: #c6a0f6; +} +.CodeMirror .cm-atom, +.CodeMirror.cm-s-default .cm-atom, +.CodeMirror.cm-s-paper .cm-atom { + color: #ed8796; +} +.CodeMirror .cm-number, +.CodeMirror.cm-s-default .cm-number, +.CodeMirror.cm-s-paper .cm-number { + color: #f5a97f; +} +.CodeMirror .cm-def, +.CodeMirror.cm-s-default .cm-def, +.CodeMirror.cm-s-paper .cm-def { + color: #cad3f5; +} +.CodeMirror .cm-variable-2, +.CodeMirror.cm-s-default .cm-variable-2, +.CodeMirror.cm-s-paper .cm-variable-2 { + color: #91d7e3; +} +.CodeMirror .cm-variable-3, +.CodeMirror.cm-s-default .cm-variable-3, +.CodeMirror.cm-s-paper .cm-variable-3 { + color: #8bd5ca; +} +.CodeMirror .cm-comment, +.CodeMirror.cm-s-default .cm-comment, +.CodeMirror.cm-s-paper .cm-comment { + color: #5b6078; +} +.CodeMirror .cm-string, +.CodeMirror.cm-s-default .cm-string, +.CodeMirror.cm-s-paper .cm-string { + color: #a6da95; +} +.CodeMirror .cm-string-2, +.CodeMirror.cm-s-default .cm-string-2, +.CodeMirror.cm-s-paper .cm-string-2 { + color: #a6da95; +} +.CodeMirror .cm-meta, +.CodeMirror.cm-s-default .cm-meta, +.CodeMirror.cm-s-paper .cm-meta { + color: #f5a97f; +} +.CodeMirror .cm-qualifier, +.CodeMirror.cm-s-default .cm-qualifier, +.CodeMirror.cm-s-paper .cm-qualifier { + color: #f5a97f; +} +.CodeMirror .cm-builtin, +.CodeMirror.cm-s-default .cm-builtin, +.CodeMirror.cm-s-paper .cm-builtin { + color: #f5a97f; +} +.CodeMirror .cm-bracket, +.CodeMirror.cm-s-default .cm-bracket, +.CodeMirror.cm-s-paper .cm-bracket { + color: #cad3f5; +} +.CodeMirror .cm-tag, +.CodeMirror.cm-s-default .cm-tag, +.CodeMirror.cm-s-paper .cm-tag { + color: #eed49f; +} +.CodeMirror .cm-attribute, +.CodeMirror.cm-s-default .cm-attribute, +.CodeMirror.cm-s-paper .cm-attribute { + color: #eed49f; +} +.CodeMirror .cm-hr, +.CodeMirror.cm-s-default .cm-hr, +.CodeMirror.cm-s-paper .cm-hr { + color: #939ab7; +} +.CodeMirror .cm-url, +.CodeMirror.cm-s-default .cm-url, +.CodeMirror.cm-s-paper .cm-url { + color: #8aadf4; +} +.CodeMirror .cm-link, +.CodeMirror.cm-s-default .cm-link, +.CodeMirror.cm-s-paper .cm-link { + color: #8aadf4; +} +.CodeMirror .cm-error, +.CodeMirror.cm-s-default .cm-error, +.CodeMirror.cm-s-paper .cm-error { + color: #ed8796; +} + +.monaco-editor .selected-text { + background-color: #363a4f !important; +} +.monaco-editor .margin-view-overlays .line-numbers { + color: #a5adcb !important; +} +.monaco-editor .line-numbers.active-line-number { + color: #f0c6c6 !important; +} +.monaco-editor .view-overlays .current-line, +.monaco-editor .margin-view-overlays .current-line-margin { + background-color: rgb(47.52, 51.16, 71.44) !important; +} +.monaco-editor .mtk1 { + color: #cad3f5 !important; +} +.monaco-editor .mtk2 { + color: #ff69b4 !important; +} +.monaco-editor .mtk3 { + color: #f5a97f !important; +} +.monaco-editor .mtk4 { + color: #8bd5ca !important; +} +.monaco-editor .mtk5 { + color: #cad3f5 !important; +} +.monaco-editor .mtk6 { + color: #c6a0f6 !important; +} +.monaco-editor .mtk7 { + color: #f5a97f !important; +} +.monaco-editor .mtk8 { + color: #939ab7 !important; +} +.monaco-editor .mtk9 { + color: #c6a0f6 !important; +} +.monaco-editor .mtk10 { + color: #a5adcb !important; +} +.monaco-editor .mtk11 { + color: #8bd5ca !important; +} +.monaco-editor .mtk12 { + color: #8bd5ca !important; +} +.monaco-editor .mtk13 { + color: #ff69b4 !important; +} +.monaco-editor .mtk14 { + color: #ff69b4 !important; +} +.monaco-editor .mtk15 { + color: #c6a0f6 !important; +} +.monaco-editor .mtk16 { + color: #939ab7 !important; +} +.monaco-editor .mtk17 { + color: #ff69b4 !important; +} +.monaco-editor .mtk18 { + color: #ff69b4 !important; +} +.monaco-editor .mtk19 { + color: #8bd5ca !important; +} +.monaco-editor .mtk20 { + color: #ff69b4 !important; +} +.monaco-editor .mtk21 { + color: #a6da95 !important; +} +.monaco-editor .mtk22 { + color: #ff69b4 !important; +} +.monaco-editor .mtk23 { + color: #8aadf4 !important; +} +.monaco-editor .mtk24 { + color: #f5a97f !important; +} +.monaco-editor .mtk25 { + color: #f5bde6 !important; +} +.monaco-editor .bracket-highlighting-0 { + color: rgb(223, 165.4, 188) !important; +} +.monaco-editor .bracket-highlighting-1 { + color: rgb(227.8, 185.8, 174.2) !important; +} +.monaco-editor .bracket-highlighting-2 { + color: rgb(223.6, 211.6, 193.4) !important; +} +.monaco-editor .bracket-highlighting-3 { + color: rgb(180.4, 215.2, 187.4) !important; +} +.monaco-editor .bracket-highlighting-4 { + color: rgb(163.6, 188.2, 244.4) !important; +} +.monaco-editor .bracket-highlighting-5 { + color: rgb(199.6, 180.4, 245.6) !important; +} \ No newline at end of file diff --git a/public/assets/css/theme-catppuccin-macchiato-green.css b/public/assets/css/theme-catppuccin-macchiato-green.css new file mode 100644 index 0000000..c7de7d5 --- /dev/null +++ b/public/assets/css/theme-catppuccin-macchiato-green.css @@ -0,0 +1,873 @@ +:root { + color-scheme: dark; + --is-dark-theme: true; + accent-color: #a6da95; + --color-primary: #a6da95; + --color-primary-contrast: #181926; + --color-primary-hover: rgb(150.1293706294, 211.4020979021, 130.0979020979); + --color-primary-dark-1: rgb(156.4776223776, 214.0412587413, 137.6587412587); + --color-primary-dark-2: rgb(146.9552447552, 210.0825174825, 126.3174825175); + --color-primary-dark-3: rgb(137.4328671329, 206.1237762238, 114.9762237762); + --color-primary-dark-4: rgb(127.9104895105, 202.165034965, 103.634965035); + --color-primary-dark-5: rgb(118.3881118881, 198.2062937063, 92.2937062937); + --color-primary-dark-6: rgb(108.8657342657, 194.2475524476, 80.9524475524); + --color-primary-dark-7: rgb(99.3433566434, 190.2888111888, 69.6111888112); + --color-primary-light-1: rgb(175.5223776224, 221.9587412587, 160.3412587413); + --color-primary-light-2: rgb(185.0447552448, 225.9174825175, 171.6825174825); + --color-primary-light-3: rgb(194.5671328671, 229.8762237762, 183.0237762238); + --color-primary-light-4: rgb(204.0895104895, 233.834965035, 194.365034965); + --color-primary-light-5: rgb(213.6118881119, 237.7937062937, 205.7062937063); + --color-primary-light-6: rgb(223.1342657343, 241.7524475524, 217.0475524476); + --color-primary-light-7: rgb(232.6566433566, 245.7111888112, 228.3888111888); + --color-primary-alpha-10: rgba(166, 218, 149, 0.1); + --color-primary-alpha-20: rgba(166, 218, 149, 0.2); + --color-primary-alpha-30: rgba(166, 218, 149, 0.3); + --color-primary-alpha-40: rgba(166, 218, 149, 0.4); + --color-primary-alpha-50: rgba(166, 218, 149, 0.5); + --color-primary-alpha-60: rgba(166, 218, 149, 0.6); + --color-primary-alpha-70: rgba(166, 218, 149, 0.7); + --color-primary-alpha-80: rgba(166, 218, 149, 0.8); + --color-primary-alpha-90: rgba(166, 218, 149, 0.9); + --color-secondary: #494d64; + --color-secondary-dark-1: rgb(60.2120300752, 64.6721804511, 88.0879699248); + --color-secondary-dark-2: rgb(66.4240601504, 71.3443609023, 97.1759398496); + --color-secondary-dark-3: rgb(72.6360902256, 78.0165413534, 106.2639097744); + --color-secondary-dark-4: rgb(78.8481203008, 84.6887218045, 115.3518796992); + --color-secondary-dark-5: rgb(85.0601503759, 91.3609022556, 124.4398496241); + --color-secondary-dark-6: rgb(91.2721804511, 98.0330827068, 133.5278195489); + --color-secondary-dark-7: rgb(97.4842105263, 104.7052631579, 142.6157894737); + --color-secondary-dark-8: rgb(103.7714285714, 111.4285714286, 151.6285714286); + --color-secondary-dark-9: rgb(112.8593984962, 120.0563909774, 157.8406015038); + --color-secondary-dark-10: rgb(121.9473684211, 128.6842105263, 164.0526315789); + --color-secondary-dark-11: rgb(131.0353383459, 137.3120300752, 170.2646616541); + --color-secondary-dark-12: rgb(140.1233082707, 145.9398496241, 176.4766917293); + --color-secondary-dark-13: rgb(149.2112781955, 154.5676691729, 182.6887218045); + --color-secondary-light-1: rgb(47.7879699248, 51.3278195489, 69.9120300752); + --color-secondary-light-2: rgb(41.5759398496, 44.6556390977, 60.8240601504); + --color-secondary-light-3: rgb(35.3639097744, 37.9834586466, 51.7360902256); + --color-secondary-light-4: rgb(29.1518796992, 31.3112781955, 42.6481203008); + --color-secondary-alpha-10: rgba(54, 58, 79, 0.1); + --color-secondary-alpha-20: rgba(54, 58, 79, 0.2); + --color-secondary-alpha-30: rgba(54, 58, 79, 0.3); + --color-secondary-alpha-40: rgba(54, 58, 79, 0.4); + --color-secondary-alpha-50: rgba(54, 58, 79, 0.5); + --color-secondary-alpha-60: rgba(54, 58, 79, 0.6); + --color-secondary-alpha-70: rgba(54, 58, 79, 0.7); + --color-secondary-alpha-80: rgba(54, 58, 79, 0.8); + --color-secondary-alpha-90: rgba(54, 58, 79, 0.9); + /* colors */ + --color-red: #ed8796; + --color-orange: #f5a97f; + --color-yellow: #eed49f; + --color-olive: #a6da95; + --color-green: #a6da95; + --color-teal: #8bd5ca; + --color-blue: #8aadf4; + --color-violet: #b7bdf8; + --color-purple: #c6a0f6; + --color-pink: #f5bde6; + --color-brown: #f0c6c6; + --color-grey: #939ab7; + --color-black: #1e2030; + /* light variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-light: rgb(230.347826087, 90.652173913, 111.1956521739); + --color-orange-light: rgb(241.3043478261, 137.2173913043, 79.6956521739); + --color-yellow-light: rgb(230.3274336283, 192.592920354, 115.6725663717); + --color-olive-light: rgb(134.2587412587, 204.8041958042, 111.1958041958); + --color-green-light: rgb(134.2587412587, 204.8041958042, 111.1958041958); + --color-teal-light: rgb(101.5569620253, 199.4430379747, 184.8924050633); + --color-blue-light: rgb(91.3828125, 140.328125, 239.6171875); + --color-violet-light: rgb(136.5189873418, 146.3924050633, 243.4810126582); + --color-purple-light: rgb(170.0480769231, 113.4134615385, 241.5865384615); + --color-pink-light: rgb(238.2894736842, 144.7105263158, 213.2236842105); + --color-brown-light: rgb(229.375, 157.625, 157.625); + --color-grey-light: rgb(116.4, 125.3833333333, 162.6); + --color-black-light: rgb(10.3846153846, 11.0769230769, 16.6153846154); + /* dark 1 variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-dark-1: rgb(230.347826087, 90.652173913, 111.1956521739); + --color-orange-dark-1: rgb(241.3043478261, 137.2173913043, 79.6956521739); + --color-yellow-dark-1: rgb(230.3274336283, 192.592920354, 115.6725663717); + --color-olive-dark-1: rgb(134.2587412587, 204.8041958042, 111.1958041958); + --color-green-dark-1: rgb(134.2587412587, 204.8041958042, 111.1958041958); + --color-teal-dark-1: rgb(101.5569620253, 199.4430379747, 184.8924050633); + --color-blue-dark-1: rgb(91.3828125, 140.328125, 239.6171875); + --color-violet-dark-1: rgb(136.5189873418, 146.3924050633, 243.4810126582); + --color-purple-dark-1: rgb(170.0480769231, 113.4134615385, 241.5865384615); + --color-pink-dark-1: rgb(238.2894736842, 144.7105263158, 213.2236842105); + --color-brown-dark-1: rgb(229.375, 157.625, 157.625); + --color-black-dark-1: rgb(10.3846153846, 11.0769230769, 16.6153846154); + /* dark 2 variants - produced via Sass scale-color(color, $lightness: -20%) */ + --color-red-dark-2: rgb(223.6956521739, 46.3043478261, 72.3913043478); + --color-orange-dark-2: rgb(237.6086956522, 105.4347826087, 32.3913043478); + --color-yellow-dark-2: rgb(222.6548672566, 173.185840708, 72.3451327434); + --color-olive-dark-2: rgb(102.5174825175, 191.6083916084, 73.3916083916); + --color-green-dark-2: rgb(102.5174825175, 191.6083916084, 73.3916083916); + --color-teal-dark-2: rgb(66.4556962025, 183.5443037975, 166.1392405063); + --color-blue-dark-2: rgb(44.765625, 107.65625, 235.234375); + --color-violet-dark-2: rgb(90.0379746835, 103.7848101266, 238.9620253165); + --color-purple-dark-2: rgb(142.0961538462, 66.8269230769, 237.1730769231); + --color-pink-dark-2: rgb(231.5789473684, 100.4210526316, 196.4473684211); + --color-brown-dark-2: rgb(218.75, 117.25, 117.25); + --color-black-dark-2: hsl(233.3333333333, 23.0769230769%, -4.7058823529%); + /* other colors */ + --color-gold: #f4dbd6; + --color-white: #cad3f5; + --color-diff-removed-word-bg: rgba(237, 135, 150, 0.15); + --color-diff-added-word-bg: rgba(166, 218, 149, 0.15); + --color-diff-removed-row-bg: rgba(237, 135, 150, 0.07); + --color-diff-moved-row-bg: rgba(238, 212, 159, 0.07); + --color-diff-added-row-bg: rgba(166, 218, 149, 0.07); + --color-diff-removed-row-border: rgba(237, 135, 150, 0.07); + --color-diff-moved-row-border: rgba(238, 212, 159, 0.07); + --color-diff-added-row-border: rgba(166, 218, 149, 0.07); + --color-diff-inactive: #939ab7; + --color-error-border: #ed8796; + --color-error-bg: #ed8796; + --color-error-bg-active: rgb(233.6739130435, 112.8260869565, 130.597826087); + --color-error-bg-hover: rgb(230.347826087, 90.652173913, 111.1956521739); + --color-error-text: #181926; + --color-success-border: rgb(134.2587412587, 204.8041958042, 111.1958041958); + --color-success-bg: #a6da95; + --color-success-text: #181926; + --color-warning-border: rgb(230.3274336283, 192.592920354, 115.6725663717); + --color-warning-bg: #eed49f; + --color-warning-text: #181926; + --color-info-border: rgb(91.3828125, 140.328125, 239.6171875); + --color-info-bg: #181926; + --color-info-text: #cad3f5; + --color-red-badge: rgb(230.347826087, 90.652173913, 111.1956521739); + --color-red-badge-bg: #181926; + --color-red-badge-hover-bg: rgb(233.6739130435, 112.8260869565, 130.597826087); + --color-green-badge: #a6da95; + --color-green-badge-bg: #a6da95; + --color-green-badge-hover-bg: rgb(150.1293706294, 211.4020979021, 130.0979020979); + --color-yellow-badge: #eed49f; + --color-yellow-badge-bg: #181926; + --color-yellow-badge-hover-bg: rgb(234.1637168142, 202.296460177, 137.3362831858); + --color-orange-badge: #f5a97f; + --color-orange-badge-bg: #181926; + --color-orange-badge-hover-bg: rgb(243.152173913, 153.1086956522, 103.347826087); + --color-git: #f5a97f; + --color-highlight-bg: rgba(238, 212, 159, 0.15); + /* target-based colors */ + --color-body: #181926; + --color-box-header: #1e2030; + --color-box-body: #1e2030; + --color-box-body-highlight: #363a4f; + --color-text-dark: #a5adcb; + --color-text: #cad3f5; + --color-text-light: #b8c0e0; + --color-text-light-1: #b8c0e0; + --color-text-light-2: #b8c0e0; + --color-text-light-3: #b8c0e0; + --color-footer: #1e2030; + --color-timeline: #363a4f; + --color-input-text: #cad3f5; + --color-input-background: #363a4f; + --color-input-toggle-background: #363a4f; + --color-input-border: #494d64; + --color-input-border-hover: #5b6078; + --color-nav-bg: #1e2030; + --color-nav-hover-bg: var(--color-hover); + --color-navbar: #1e2030; + --color-navbar-transparent: rgba(24, 25, 38, 0); + --color-light: rgba(91, 96, 120, 0.3); + --color-light-mimic-enabled: rgba( + 0, + 0, + 0, + calc(40 / 255 * 222 / 255 / var(--opacity-disabled)) + ); + --color-light-border: #5b6078; + --color-hover: rgba(110, 115, 141, 0.2); + --color-active: rgba(202, 211, 245, 0.1); + --color-menu: #363a4f; + --color-card: #363a4f; + --color-markup-table-row: rgba(202, 211, 245, 0.02); + --color-markup-code-block: rgba(202, 211, 245, 0.05); + --color-markup-code-inline: #363a4f; + --color-button: #363a4f; + --color-code-bg: #24273a; + --color-code-sidebar-bg: #363a4f; + --color-shadow: rgba(24, 25, 38, 0.1); + --color-tooltip-bg: #363a4f; + --color-tooltip-text: var(--color-text); + --color-secondary-bg: #363a4f; + --color-text-focus: #cad3f5; + --color-expand-button: #5b6078; + --color-placeholder-text: #a5adcb; + --color-editor-line-highlight: var(--color-primary-light-5); + --color-project-board-bg: var(--color-secondary-light-2); + /* gitea source code: */ + /* should ideally be --color-text-dark, see go-gitea/gitea#15651 */ + --color-caret: var(--color-text); + --color-reaction-bg: rgba(202, 211, 245, 0.07); + --color-reaction-active-bg: var(--color-primary-alpha-40); + --color-header-wrapper: #1e2030; + --color-header-wrapper-transparent: rgba(30, 32, 48, 0); + --color-label-text: #181926; + --color-label-bg: #a6da95; + --color-label-hover-bg: rgb(146.9552447552, 210.0825174825, 126.3174825175); + --color-label-active-bg: rgb(156.4776223776, 214.0412587413, 137.6587412587); + --color-accent: var(--color-primary-light-1); + --color-small-accent: var(--color-primary-light-5); + --color-active-line: #494d64; +} + +/* invert emojis that are hard to read otherwise */ +.emoji[aria-label="check mark"], +.emoji[aria-label="currency exchange"], +.emoji[aria-label="TOP arrow"], +.emoji[aria-label="END arrow"], +.emoji[aria-label="ON! arrow"], +.emoji[aria-label="SOON arrow"], +.emoji[aria-label="heavy dollar sign"], +.emoji[aria-label=copyright], +.emoji[aria-label=registered], +.emoji[aria-label="trade mark"], +.emoji[aria-label=multiply], +.emoji[aria-label=plus], +.emoji[aria-label=minus], +.emoji[aria-label=divide], +.emoji[aria-label="curly loop"], +.emoji[aria-label="double curly loop"], +.emoji[aria-label="wavy dash"], +.emoji[aria-label="paw prints"], +.emoji[aria-label="musical note"], +.emoji[aria-label="musical notes"] { + filter: invert(100%) hue-rotate(180deg); +} + +.ui.ui.ui.button:not(.inverted, .basic).primary, .ui.ui.ui.button:not(.inverted, .basic).green, .ui.ui.ui.button:not(.inverted, .basic).red, .ui.ui.ui.button:not(.inverted, .basic).teal, +.ui.ui.ui.label:not(.inverted, .basic).primary, +.ui.ui.ui.label:not(.inverted, .basic).green, +.ui.ui.ui.label:not(.inverted, .basic).red, +.ui.ui.ui.label:not(.inverted, .basic).teal { + color: #181926; +} +.ui.ui.ui.button:not(.inverted, .basic).primary:hover, .ui.ui.ui.button:not(.inverted, .basic).green:hover, .ui.ui.ui.button:not(.inverted, .basic).red:hover, .ui.ui.ui.button:not(.inverted, .basic).teal:hover, +.ui.ui.ui.label:not(.inverted, .basic).primary:hover, +.ui.ui.ui.label:not(.inverted, .basic).green:hover, +.ui.ui.ui.label:not(.inverted, .basic).red:hover, +.ui.ui.ui.label:not(.inverted, .basic).teal:hover { + color: #24273a; +} + +.ui.basic.modal { + background-color: #24273a; +} + +.ui.commit-header-row .svg.gitea-lock ~ a { + color: #181926; +} + +.ui.negative.message .header { + color: var(--color-error-text); +} + +.ui.sha.isSigned.isVerified .shortsha { + color: #181926; +} +.ui.sha.isSigned.isVerified svg.gitea-lock { + fill: #181926; +} + +.ui.basic.modal, +.ui.basic.modal > .header, +.ui.inverted.button { + color: #cad3f5 !important; +} + +#repo-topics, +#topic_edit > .ui.selection.dropdown { + color: var(--color-label-text) !important; +} + +blockquote.attention-tip { + border-left-color: var(--color-success-bg); +} +blockquote.attention-warning { + border-left-color: var(--color-warning-bg); +} + +svg.attention-tip, +strong.attention-tip { + color: var(--color-success-bg); +} +svg.attention-warning, +strong.attention-warning { + color: var(--color-warning-bg); +} + +.inline-code-block { + color: #181926; +} + +::selection { + background: rgba(166, 218, 149, 0.3) !important; +} + +/* NameBuiltinPseudo */ +.chroma .bp { + color: #f5a97f; +} + +/* Comment */ +.chroma .c { + color: #6e738d; +} + +/* CommentSingle */ +.chroma .c1 { + color: #6e738d; +} + +/* CommentHashbang */ +.chroma .ch { + color: #6e738d; +} + +/* CommentMultiline */ +.chroma .cm { + color: #6e738d; +} + +/* CommentPreproc */ +.chroma .cp { + color: #8aadf4; +} + +/* CommentPreprocFile */ +.chroma .cpf { + color: #8aadf4; +} + +/* CommentSpecial */ +.chroma .cs { + color: #6e738d; +} + +/* LiteralStringDelimiter */ +.chroma .dl { + color: #8aadf4; +} + +/* NameFunctionMagic */ +/* Generic */ +/* GenericDeleted */ +.chroma .gd { + color: #cad3f5; + background-color: rgba(237, 135, 150, 0.15); +} + +/* GenericEmph */ +.chroma .ge { + font-style: italic; +} + +/* GenericHeading */ +.chroma .gh { + color: #91d7e3; +} + +/* GenericInserted */ +.chroma .gi { + color: #cad3f5; + background-color: rgba(166, 218, 149, 0.15); +} + +/* GenericUnderline */ +/* GenericOutput */ +.chroma .go { + color: #f5a97f; +} + +/* GenericPrompt */ +.chroma .gp { + color: #6e738d; + font-weight: bold; +} + +/* GenericError */ +.chroma .gr { + color: #ee99a0; +} + +/* GenericStrong */ +.chroma .gs { + font-weight: bold; +} + +/* GenericTraceback */ +.chroma .gt { + color: #ee99a0; +} + +/* GenericSubheading */ +.chroma .gu { + color: #91d7e3; +} + +/* LiteralNumberIntegerLong */ +.chroma .il { + color: #f5a97f; +} + +/* Keyword */ +.chroma .k { + color: #c6a0f6; +} + +/* KeywordConstant */ +.chroma .kc { + color: #eed49f; +} + +/* KeywordDeclaration */ +.chroma .kd { + color: #c6a0f6; +} + +/* KeywordNamespace */ +.chroma .kn { + color: #eed49f; +} + +/* KeywordPseudo */ +.chroma .kp { + color: #c6a0f6; + font-weight: bold; +} + +/* KeywordReserved */ +.chroma .kr { + color: #c6a0f6; +} + +/* KeywordType */ +.chroma .kt { + color: #eed49f; +} + +/* Literal */ +/* LiteralDate */ +/* LiteralNumber */ +.chroma .m { + color: #f5a97f; +} + +/* LiteralNumberBin */ +.chroma .mb { + color: #f5a97f; +} + +/* LiteralNumberFloat */ +.chroma .mf { + color: #f5a97f; +} + +/* LiteralNumberHex */ +.chroma .mh { + color: #f5a97f; +} + +/* LiteralNumberInteger */ +.chroma .mi { + color: #f5a97f; +} + +/* LiteralNumberOct */ +.chroma .mo { + color: #f5a97f; +} + +/* Name */ +.chroma .n { + color: #b7bdf8; +} + +/* NameAttribute */ +.chroma .na { + color: #eed49f; +} + +/* NameBuiltin */ +.chroma .nb { + color: #f5a97f; +} + +/* NameClass */ +.chroma .nc { + color: #eed49f; +} + +/* NameDecorator */ +.chroma .nd { + color: #f5bde6; +} + +/* NameException */ +.chroma .ne { + color: #ee99a0; +} + +/* NameFunction */ +.chroma .nf { + color: #8aadf4; +} + +/* NameEntity */ +.chroma .ni { + color: #f5bde6; +} + +/* NameLabel */ +.chroma .nl { + color: #eed49f; +} + +/* NameNamespace */ +.chroma .nn { + color: #eed49f; +} + +/* NameConstant */ +.chroma .no { + color: #eed49f; +} + +/* NameTag */ +.chroma .nt { + color: #c6a0f6; +} + +/* NameVariable */ +.chroma .nv { + color: #f5a97f; +} + +/* NameOther */ +.chroma .nx { + color: #f5a97f; +} + +/* Operator */ +.chroma .o { + color: #91d7e3; +} + +/* OperatorWord */ +.chroma .ow { + color: #91d7e3; + font-weight: bold; +} + +/* Punctuation */ +.chroma .p { + color: #939ab7; +} + +/* NameProperty */ +/* LiteralString */ +.chroma .s { + color: #a6da95; +} + +/* LiteralStringSingle */ +.chroma .s1 { + color: #a6da95; +} + +/* LiteralStringDouble */ +.chroma .s2 { + color: #a6da95; +} + +/* LiteralStringAffix */ +.chroma .sa { + color: #a6da95; +} + +/* LiteralStringBacktick */ +.chroma .sb { + color: #a6da95; +} + +/* LiteralStringChar */ +.chroma .sc { + color: #a6da95; +} + +/* LiteralStringDoc */ +.chroma .sd { + color: #a6da95; +} + +/* LiteralStringEscape */ +.chroma .se { + color: #8aadf4; +} + +/* LiteralStringHeredoc */ +.chroma .sh { + color: #a6da95; +} + +/* LiteralStringInterpol */ +.chroma .si { + color: #a6da95; +} + +/* LiteralStringRegex */ +.chroma .sr { + color: #8aadf4; +} + +/* LiteralStringSymbol */ +.chroma .ss { + color: #a6da95; +} + +/* LiteralStringOther */ +.chroma .sx { + color: #a6da95; +} + +/* NameVariableClass */ +.chroma .vc { + color: #eed49f; +} + +/* NameVariableGlobal */ +.chroma .vg { + color: #f5a97f; +} + +/* NameVariableInstance */ +.chroma .vi { + color: #eed49f; +} + +/* NameVariableMagic */ +/* TextWhitespace */ +.chroma .w { + color: #363a4f; +} + +.CodeMirror .cm-property, +.CodeMirror.cm-s-default .cm-property, +.CodeMirror.cm-s-paper .cm-property { + color: #cad3f5; +} +.CodeMirror .cm-header, +.CodeMirror.cm-s-default .cm-header, +.CodeMirror.cm-s-paper .cm-header { + color: #cad3f5; +} +.CodeMirror .cm-quote, +.CodeMirror.cm-s-default .cm-quote, +.CodeMirror.cm-s-paper .cm-quote { + color: #a6da95; +} +.CodeMirror .cm-keyword, +.CodeMirror.cm-s-default .cm-keyword, +.CodeMirror.cm-s-paper .cm-keyword { + color: #c6a0f6; +} +.CodeMirror .cm-atom, +.CodeMirror.cm-s-default .cm-atom, +.CodeMirror.cm-s-paper .cm-atom { + color: #ed8796; +} +.CodeMirror .cm-number, +.CodeMirror.cm-s-default .cm-number, +.CodeMirror.cm-s-paper .cm-number { + color: #f5a97f; +} +.CodeMirror .cm-def, +.CodeMirror.cm-s-default .cm-def, +.CodeMirror.cm-s-paper .cm-def { + color: #cad3f5; +} +.CodeMirror .cm-variable-2, +.CodeMirror.cm-s-default .cm-variable-2, +.CodeMirror.cm-s-paper .cm-variable-2 { + color: #91d7e3; +} +.CodeMirror .cm-variable-3, +.CodeMirror.cm-s-default .cm-variable-3, +.CodeMirror.cm-s-paper .cm-variable-3 { + color: #8bd5ca; +} +.CodeMirror .cm-comment, +.CodeMirror.cm-s-default .cm-comment, +.CodeMirror.cm-s-paper .cm-comment { + color: #5b6078; +} +.CodeMirror .cm-string, +.CodeMirror.cm-s-default .cm-string, +.CodeMirror.cm-s-paper .cm-string { + color: #a6da95; +} +.CodeMirror .cm-string-2, +.CodeMirror.cm-s-default .cm-string-2, +.CodeMirror.cm-s-paper .cm-string-2 { + color: #a6da95; +} +.CodeMirror .cm-meta, +.CodeMirror.cm-s-default .cm-meta, +.CodeMirror.cm-s-paper .cm-meta { + color: #f5a97f; +} +.CodeMirror .cm-qualifier, +.CodeMirror.cm-s-default .cm-qualifier, +.CodeMirror.cm-s-paper .cm-qualifier { + color: #f5a97f; +} +.CodeMirror .cm-builtin, +.CodeMirror.cm-s-default .cm-builtin, +.CodeMirror.cm-s-paper .cm-builtin { + color: #f5a97f; +} +.CodeMirror .cm-bracket, +.CodeMirror.cm-s-default .cm-bracket, +.CodeMirror.cm-s-paper .cm-bracket { + color: #cad3f5; +} +.CodeMirror .cm-tag, +.CodeMirror.cm-s-default .cm-tag, +.CodeMirror.cm-s-paper .cm-tag { + color: #eed49f; +} +.CodeMirror .cm-attribute, +.CodeMirror.cm-s-default .cm-attribute, +.CodeMirror.cm-s-paper .cm-attribute { + color: #eed49f; +} +.CodeMirror .cm-hr, +.CodeMirror.cm-s-default .cm-hr, +.CodeMirror.cm-s-paper .cm-hr { + color: #939ab7; +} +.CodeMirror .cm-url, +.CodeMirror.cm-s-default .cm-url, +.CodeMirror.cm-s-paper .cm-url { + color: #8aadf4; +} +.CodeMirror .cm-link, +.CodeMirror.cm-s-default .cm-link, +.CodeMirror.cm-s-paper .cm-link { + color: #8aadf4; +} +.CodeMirror .cm-error, +.CodeMirror.cm-s-default .cm-error, +.CodeMirror.cm-s-paper .cm-error { + color: #ed8796; +} + +.monaco-editor .selected-text { + background-color: #363a4f !important; +} +.monaco-editor .margin-view-overlays .line-numbers { + color: #a5adcb !important; +} +.monaco-editor .line-numbers.active-line-number { + color: #a6da95 !important; +} +.monaco-editor .view-overlays .current-line, +.monaco-editor .margin-view-overlays .current-line-margin { + background-color: rgb(47.52, 51.16, 71.44) !important; +} +.monaco-editor .mtk1 { + color: #cad3f5 !important; +} +.monaco-editor .mtk2 { + color: #ff69b4 !important; +} +.monaco-editor .mtk3 { + color: #f5a97f !important; +} +.monaco-editor .mtk4 { + color: #8bd5ca !important; +} +.monaco-editor .mtk5 { + color: #cad3f5 !important; +} +.monaco-editor .mtk6 { + color: #c6a0f6 !important; +} +.monaco-editor .mtk7 { + color: #f5a97f !important; +} +.monaco-editor .mtk8 { + color: #939ab7 !important; +} +.monaco-editor .mtk9 { + color: #c6a0f6 !important; +} +.monaco-editor .mtk10 { + color: #a5adcb !important; +} +.monaco-editor .mtk11 { + color: #8bd5ca !important; +} +.monaco-editor .mtk12 { + color: #8bd5ca !important; +} +.monaco-editor .mtk13 { + color: #ff69b4 !important; +} +.monaco-editor .mtk14 { + color: #ff69b4 !important; +} +.monaco-editor .mtk15 { + color: #c6a0f6 !important; +} +.monaco-editor .mtk16 { + color: #939ab7 !important; +} +.monaco-editor .mtk17 { + color: #ff69b4 !important; +} +.monaco-editor .mtk18 { + color: #ff69b4 !important; +} +.monaco-editor .mtk19 { + color: #8bd5ca !important; +} +.monaco-editor .mtk20 { + color: #ff69b4 !important; +} +.monaco-editor .mtk21 { + color: #a6da95 !important; +} +.monaco-editor .mtk22 { + color: #ff69b4 !important; +} +.monaco-editor .mtk23 { + color: #8aadf4 !important; +} +.monaco-editor .mtk24 { + color: #f5a97f !important; +} +.monaco-editor .mtk25 { + color: #f5bde6 !important; +} +.monaco-editor .bracket-highlighting-0 { + color: rgb(223, 165.4, 188) !important; +} +.monaco-editor .bracket-highlighting-1 { + color: rgb(227.8, 185.8, 174.2) !important; +} +.monaco-editor .bracket-highlighting-2 { + color: rgb(223.6, 211.6, 193.4) !important; +} +.monaco-editor .bracket-highlighting-3 { + color: rgb(180.4, 215.2, 187.4) !important; +} +.monaco-editor .bracket-highlighting-4 { + color: rgb(163.6, 188.2, 244.4) !important; +} +.monaco-editor .bracket-highlighting-5 { + color: rgb(199.6, 180.4, 245.6) !important; +} \ No newline at end of file diff --git a/public/assets/css/theme-catppuccin-macchiato-lavender.css b/public/assets/css/theme-catppuccin-macchiato-lavender.css new file mode 100644 index 0000000..77ceea9 --- /dev/null +++ b/public/assets/css/theme-catppuccin-macchiato-lavender.css @@ -0,0 +1,873 @@ +:root { + color-scheme: dark; + --is-dark-theme: true; + accent-color: #b7bdf8; + --color-primary: #b7bdf8; + --color-primary-contrast: #181926; + --color-primary-hover: rgb(159.7594936709, 167.6962025316, 245.7405063291); + --color-primary-dark-1: rgb(169.0556962025, 176.217721519, 246.6443037975); + --color-primary-dark-2: rgb(155.1113924051, 163.435443038, 245.2886075949); + --color-primary-dark-3: rgb(141.1670886076, 150.653164557, 243.9329113924); + --color-primary-dark-4: rgb(127.2227848101, 137.8708860759, 242.5772151899); + --color-primary-dark-5: rgb(113.2784810127, 125.0886075949, 241.2215189873); + --color-primary-dark-6: rgb(99.3341772152, 112.3063291139, 239.8658227848); + --color-primary-dark-7: rgb(85.3898734177, 99.5240506329, 238.5101265823); + --color-primary-light-1: rgb(196.9443037975, 201.782278481, 249.3556962025); + --color-primary-light-2: rgb(210.8886075949, 214.564556962, 250.7113924051); + --color-primary-light-3: rgb(224.8329113924, 227.346835443, 252.0670886076); + --color-primary-light-4: rgb(238.7772151899, 240.1291139241, 253.4227848101); + --color-primary-light-5: rgb(252.7215189873, 252.9113924051, 254.7784810127); + --color-primary-light-6: hsl(234.4615384615, 82.2784810127%, 102.5098039216%); + --color-primary-light-7: hsl(234.4615384615, 82.2784810127%, 105.5098039216%); + --color-primary-alpha-10: rgba(183, 189, 248, 0.1); + --color-primary-alpha-20: rgba(183, 189, 248, 0.2); + --color-primary-alpha-30: rgba(183, 189, 248, 0.3); + --color-primary-alpha-40: rgba(183, 189, 248, 0.4); + --color-primary-alpha-50: rgba(183, 189, 248, 0.5); + --color-primary-alpha-60: rgba(183, 189, 248, 0.6); + --color-primary-alpha-70: rgba(183, 189, 248, 0.7); + --color-primary-alpha-80: rgba(183, 189, 248, 0.8); + --color-primary-alpha-90: rgba(183, 189, 248, 0.9); + --color-secondary: #494d64; + --color-secondary-dark-1: rgb(60.2120300752, 64.6721804511, 88.0879699248); + --color-secondary-dark-2: rgb(66.4240601504, 71.3443609023, 97.1759398496); + --color-secondary-dark-3: rgb(72.6360902256, 78.0165413534, 106.2639097744); + --color-secondary-dark-4: rgb(78.8481203008, 84.6887218045, 115.3518796992); + --color-secondary-dark-5: rgb(85.0601503759, 91.3609022556, 124.4398496241); + --color-secondary-dark-6: rgb(91.2721804511, 98.0330827068, 133.5278195489); + --color-secondary-dark-7: rgb(97.4842105263, 104.7052631579, 142.6157894737); + --color-secondary-dark-8: rgb(103.7714285714, 111.4285714286, 151.6285714286); + --color-secondary-dark-9: rgb(112.8593984962, 120.0563909774, 157.8406015038); + --color-secondary-dark-10: rgb(121.9473684211, 128.6842105263, 164.0526315789); + --color-secondary-dark-11: rgb(131.0353383459, 137.3120300752, 170.2646616541); + --color-secondary-dark-12: rgb(140.1233082707, 145.9398496241, 176.4766917293); + --color-secondary-dark-13: rgb(149.2112781955, 154.5676691729, 182.6887218045); + --color-secondary-light-1: rgb(47.7879699248, 51.3278195489, 69.9120300752); + --color-secondary-light-2: rgb(41.5759398496, 44.6556390977, 60.8240601504); + --color-secondary-light-3: rgb(35.3639097744, 37.9834586466, 51.7360902256); + --color-secondary-light-4: rgb(29.1518796992, 31.3112781955, 42.6481203008); + --color-secondary-alpha-10: rgba(54, 58, 79, 0.1); + --color-secondary-alpha-20: rgba(54, 58, 79, 0.2); + --color-secondary-alpha-30: rgba(54, 58, 79, 0.3); + --color-secondary-alpha-40: rgba(54, 58, 79, 0.4); + --color-secondary-alpha-50: rgba(54, 58, 79, 0.5); + --color-secondary-alpha-60: rgba(54, 58, 79, 0.6); + --color-secondary-alpha-70: rgba(54, 58, 79, 0.7); + --color-secondary-alpha-80: rgba(54, 58, 79, 0.8); + --color-secondary-alpha-90: rgba(54, 58, 79, 0.9); + /* colors */ + --color-red: #ed8796; + --color-orange: #f5a97f; + --color-yellow: #eed49f; + --color-olive: #a6da95; + --color-green: #a6da95; + --color-teal: #8bd5ca; + --color-blue: #8aadf4; + --color-violet: #b7bdf8; + --color-purple: #c6a0f6; + --color-pink: #f5bde6; + --color-brown: #f0c6c6; + --color-grey: #939ab7; + --color-black: #1e2030; + /* light variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-light: rgb(230.347826087, 90.652173913, 111.1956521739); + --color-orange-light: rgb(241.3043478261, 137.2173913043, 79.6956521739); + --color-yellow-light: rgb(230.3274336283, 192.592920354, 115.6725663717); + --color-olive-light: rgb(134.2587412587, 204.8041958042, 111.1958041958); + --color-green-light: rgb(134.2587412587, 204.8041958042, 111.1958041958); + --color-teal-light: rgb(101.5569620253, 199.4430379747, 184.8924050633); + --color-blue-light: rgb(91.3828125, 140.328125, 239.6171875); + --color-violet-light: rgb(136.5189873418, 146.3924050633, 243.4810126582); + --color-purple-light: rgb(170.0480769231, 113.4134615385, 241.5865384615); + --color-pink-light: rgb(238.2894736842, 144.7105263158, 213.2236842105); + --color-brown-light: rgb(229.375, 157.625, 157.625); + --color-grey-light: rgb(116.4, 125.3833333333, 162.6); + --color-black-light: rgb(10.3846153846, 11.0769230769, 16.6153846154); + /* dark 1 variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-dark-1: rgb(230.347826087, 90.652173913, 111.1956521739); + --color-orange-dark-1: rgb(241.3043478261, 137.2173913043, 79.6956521739); + --color-yellow-dark-1: rgb(230.3274336283, 192.592920354, 115.6725663717); + --color-olive-dark-1: rgb(134.2587412587, 204.8041958042, 111.1958041958); + --color-green-dark-1: rgb(134.2587412587, 204.8041958042, 111.1958041958); + --color-teal-dark-1: rgb(101.5569620253, 199.4430379747, 184.8924050633); + --color-blue-dark-1: rgb(91.3828125, 140.328125, 239.6171875); + --color-violet-dark-1: rgb(136.5189873418, 146.3924050633, 243.4810126582); + --color-purple-dark-1: rgb(170.0480769231, 113.4134615385, 241.5865384615); + --color-pink-dark-1: rgb(238.2894736842, 144.7105263158, 213.2236842105); + --color-brown-dark-1: rgb(229.375, 157.625, 157.625); + --color-black-dark-1: rgb(10.3846153846, 11.0769230769, 16.6153846154); + /* dark 2 variants - produced via Sass scale-color(color, $lightness: -20%) */ + --color-red-dark-2: rgb(223.6956521739, 46.3043478261, 72.3913043478); + --color-orange-dark-2: rgb(237.6086956522, 105.4347826087, 32.3913043478); + --color-yellow-dark-2: rgb(222.6548672566, 173.185840708, 72.3451327434); + --color-olive-dark-2: rgb(102.5174825175, 191.6083916084, 73.3916083916); + --color-green-dark-2: rgb(102.5174825175, 191.6083916084, 73.3916083916); + --color-teal-dark-2: rgb(66.4556962025, 183.5443037975, 166.1392405063); + --color-blue-dark-2: rgb(44.765625, 107.65625, 235.234375); + --color-violet-dark-2: rgb(90.0379746835, 103.7848101266, 238.9620253165); + --color-purple-dark-2: rgb(142.0961538462, 66.8269230769, 237.1730769231); + --color-pink-dark-2: rgb(231.5789473684, 100.4210526316, 196.4473684211); + --color-brown-dark-2: rgb(218.75, 117.25, 117.25); + --color-black-dark-2: hsl(233.3333333333, 23.0769230769%, -4.7058823529%); + /* other colors */ + --color-gold: #f4dbd6; + --color-white: #cad3f5; + --color-diff-removed-word-bg: rgba(237, 135, 150, 0.15); + --color-diff-added-word-bg: rgba(166, 218, 149, 0.15); + --color-diff-removed-row-bg: rgba(237, 135, 150, 0.07); + --color-diff-moved-row-bg: rgba(238, 212, 159, 0.07); + --color-diff-added-row-bg: rgba(166, 218, 149, 0.07); + --color-diff-removed-row-border: rgba(237, 135, 150, 0.07); + --color-diff-moved-row-border: rgba(238, 212, 159, 0.07); + --color-diff-added-row-border: rgba(166, 218, 149, 0.07); + --color-diff-inactive: #939ab7; + --color-error-border: #ed8796; + --color-error-bg: #ed8796; + --color-error-bg-active: rgb(233.6739130435, 112.8260869565, 130.597826087); + --color-error-bg-hover: rgb(230.347826087, 90.652173913, 111.1956521739); + --color-error-text: #181926; + --color-success-border: rgb(134.2587412587, 204.8041958042, 111.1958041958); + --color-success-bg: #a6da95; + --color-success-text: #181926; + --color-warning-border: rgb(230.3274336283, 192.592920354, 115.6725663717); + --color-warning-bg: #eed49f; + --color-warning-text: #181926; + --color-info-border: rgb(91.3828125, 140.328125, 239.6171875); + --color-info-bg: #181926; + --color-info-text: #cad3f5; + --color-red-badge: rgb(230.347826087, 90.652173913, 111.1956521739); + --color-red-badge-bg: #181926; + --color-red-badge-hover-bg: rgb(233.6739130435, 112.8260869565, 130.597826087); + --color-green-badge: #a6da95; + --color-green-badge-bg: #a6da95; + --color-green-badge-hover-bg: rgb(150.1293706294, 211.4020979021, 130.0979020979); + --color-yellow-badge: #eed49f; + --color-yellow-badge-bg: #181926; + --color-yellow-badge-hover-bg: rgb(234.1637168142, 202.296460177, 137.3362831858); + --color-orange-badge: #f5a97f; + --color-orange-badge-bg: #181926; + --color-orange-badge-hover-bg: rgb(243.152173913, 153.1086956522, 103.347826087); + --color-git: #f5a97f; + --color-highlight-bg: rgba(238, 212, 159, 0.15); + /* target-based colors */ + --color-body: #181926; + --color-box-header: #1e2030; + --color-box-body: #1e2030; + --color-box-body-highlight: #363a4f; + --color-text-dark: #a5adcb; + --color-text: #cad3f5; + --color-text-light: #b8c0e0; + --color-text-light-1: #b8c0e0; + --color-text-light-2: #b8c0e0; + --color-text-light-3: #b8c0e0; + --color-footer: #1e2030; + --color-timeline: #363a4f; + --color-input-text: #cad3f5; + --color-input-background: #363a4f; + --color-input-toggle-background: #363a4f; + --color-input-border: #494d64; + --color-input-border-hover: #5b6078; + --color-nav-bg: #1e2030; + --color-nav-hover-bg: var(--color-hover); + --color-navbar: #1e2030; + --color-navbar-transparent: rgba(24, 25, 38, 0); + --color-light: rgba(91, 96, 120, 0.3); + --color-light-mimic-enabled: rgba( + 0, + 0, + 0, + calc(40 / 255 * 222 / 255 / var(--opacity-disabled)) + ); + --color-light-border: #5b6078; + --color-hover: rgba(110, 115, 141, 0.2); + --color-active: rgba(202, 211, 245, 0.1); + --color-menu: #363a4f; + --color-card: #363a4f; + --color-markup-table-row: rgba(202, 211, 245, 0.02); + --color-markup-code-block: rgba(202, 211, 245, 0.05); + --color-markup-code-inline: #363a4f; + --color-button: #363a4f; + --color-code-bg: #24273a; + --color-code-sidebar-bg: #363a4f; + --color-shadow: rgba(24, 25, 38, 0.1); + --color-tooltip-bg: #363a4f; + --color-tooltip-text: var(--color-text); + --color-secondary-bg: #363a4f; + --color-text-focus: #cad3f5; + --color-expand-button: #5b6078; + --color-placeholder-text: #a5adcb; + --color-editor-line-highlight: var(--color-primary-light-5); + --color-project-board-bg: var(--color-secondary-light-2); + /* gitea source code: */ + /* should ideally be --color-text-dark, see go-gitea/gitea#15651 */ + --color-caret: var(--color-text); + --color-reaction-bg: rgba(202, 211, 245, 0.07); + --color-reaction-active-bg: var(--color-primary-alpha-40); + --color-header-wrapper: #1e2030; + --color-header-wrapper-transparent: rgba(30, 32, 48, 0); + --color-label-text: #181926; + --color-label-bg: #b7bdf8; + --color-label-hover-bg: rgb(155.1113924051, 163.435443038, 245.2886075949); + --color-label-active-bg: rgb(169.0556962025, 176.217721519, 246.6443037975); + --color-accent: var(--color-primary-light-1); + --color-small-accent: var(--color-primary-light-5); + --color-active-line: #494d64; +} + +/* invert emojis that are hard to read otherwise */ +.emoji[aria-label="check mark"], +.emoji[aria-label="currency exchange"], +.emoji[aria-label="TOP arrow"], +.emoji[aria-label="END arrow"], +.emoji[aria-label="ON! arrow"], +.emoji[aria-label="SOON arrow"], +.emoji[aria-label="heavy dollar sign"], +.emoji[aria-label=copyright], +.emoji[aria-label=registered], +.emoji[aria-label="trade mark"], +.emoji[aria-label=multiply], +.emoji[aria-label=plus], +.emoji[aria-label=minus], +.emoji[aria-label=divide], +.emoji[aria-label="curly loop"], +.emoji[aria-label="double curly loop"], +.emoji[aria-label="wavy dash"], +.emoji[aria-label="paw prints"], +.emoji[aria-label="musical note"], +.emoji[aria-label="musical notes"] { + filter: invert(100%) hue-rotate(180deg); +} + +.ui.ui.ui.button:not(.inverted, .basic).primary, .ui.ui.ui.button:not(.inverted, .basic).green, .ui.ui.ui.button:not(.inverted, .basic).red, .ui.ui.ui.button:not(.inverted, .basic).teal, +.ui.ui.ui.label:not(.inverted, .basic).primary, +.ui.ui.ui.label:not(.inverted, .basic).green, +.ui.ui.ui.label:not(.inverted, .basic).red, +.ui.ui.ui.label:not(.inverted, .basic).teal { + color: #181926; +} +.ui.ui.ui.button:not(.inverted, .basic).primary:hover, .ui.ui.ui.button:not(.inverted, .basic).green:hover, .ui.ui.ui.button:not(.inverted, .basic).red:hover, .ui.ui.ui.button:not(.inverted, .basic).teal:hover, +.ui.ui.ui.label:not(.inverted, .basic).primary:hover, +.ui.ui.ui.label:not(.inverted, .basic).green:hover, +.ui.ui.ui.label:not(.inverted, .basic).red:hover, +.ui.ui.ui.label:not(.inverted, .basic).teal:hover { + color: #24273a; +} + +.ui.basic.modal { + background-color: #24273a; +} + +.ui.commit-header-row .svg.gitea-lock ~ a { + color: #181926; +} + +.ui.negative.message .header { + color: var(--color-error-text); +} + +.ui.sha.isSigned.isVerified .shortsha { + color: #181926; +} +.ui.sha.isSigned.isVerified svg.gitea-lock { + fill: #181926; +} + +.ui.basic.modal, +.ui.basic.modal > .header, +.ui.inverted.button { + color: #cad3f5 !important; +} + +#repo-topics, +#topic_edit > .ui.selection.dropdown { + color: var(--color-label-text) !important; +} + +blockquote.attention-tip { + border-left-color: var(--color-success-bg); +} +blockquote.attention-warning { + border-left-color: var(--color-warning-bg); +} + +svg.attention-tip, +strong.attention-tip { + color: var(--color-success-bg); +} +svg.attention-warning, +strong.attention-warning { + color: var(--color-warning-bg); +} + +.inline-code-block { + color: #181926; +} + +::selection { + background: rgba(183, 189, 248, 0.3) !important; +} + +/* NameBuiltinPseudo */ +.chroma .bp { + color: #f5a97f; +} + +/* Comment */ +.chroma .c { + color: #6e738d; +} + +/* CommentSingle */ +.chroma .c1 { + color: #6e738d; +} + +/* CommentHashbang */ +.chroma .ch { + color: #6e738d; +} + +/* CommentMultiline */ +.chroma .cm { + color: #6e738d; +} + +/* CommentPreproc */ +.chroma .cp { + color: #8aadf4; +} + +/* CommentPreprocFile */ +.chroma .cpf { + color: #8aadf4; +} + +/* CommentSpecial */ +.chroma .cs { + color: #6e738d; +} + +/* LiteralStringDelimiter */ +.chroma .dl { + color: #8aadf4; +} + +/* NameFunctionMagic */ +/* Generic */ +/* GenericDeleted */ +.chroma .gd { + color: #cad3f5; + background-color: rgba(237, 135, 150, 0.15); +} + +/* GenericEmph */ +.chroma .ge { + font-style: italic; +} + +/* GenericHeading */ +.chroma .gh { + color: #91d7e3; +} + +/* GenericInserted */ +.chroma .gi { + color: #cad3f5; + background-color: rgba(166, 218, 149, 0.15); +} + +/* GenericUnderline */ +/* GenericOutput */ +.chroma .go { + color: #f5a97f; +} + +/* GenericPrompt */ +.chroma .gp { + color: #6e738d; + font-weight: bold; +} + +/* GenericError */ +.chroma .gr { + color: #ee99a0; +} + +/* GenericStrong */ +.chroma .gs { + font-weight: bold; +} + +/* GenericTraceback */ +.chroma .gt { + color: #ee99a0; +} + +/* GenericSubheading */ +.chroma .gu { + color: #91d7e3; +} + +/* LiteralNumberIntegerLong */ +.chroma .il { + color: #f5a97f; +} + +/* Keyword */ +.chroma .k { + color: #c6a0f6; +} + +/* KeywordConstant */ +.chroma .kc { + color: #eed49f; +} + +/* KeywordDeclaration */ +.chroma .kd { + color: #c6a0f6; +} + +/* KeywordNamespace */ +.chroma .kn { + color: #eed49f; +} + +/* KeywordPseudo */ +.chroma .kp { + color: #c6a0f6; + font-weight: bold; +} + +/* KeywordReserved */ +.chroma .kr { + color: #c6a0f6; +} + +/* KeywordType */ +.chroma .kt { + color: #eed49f; +} + +/* Literal */ +/* LiteralDate */ +/* LiteralNumber */ +.chroma .m { + color: #f5a97f; +} + +/* LiteralNumberBin */ +.chroma .mb { + color: #f5a97f; +} + +/* LiteralNumberFloat */ +.chroma .mf { + color: #f5a97f; +} + +/* LiteralNumberHex */ +.chroma .mh { + color: #f5a97f; +} + +/* LiteralNumberInteger */ +.chroma .mi { + color: #f5a97f; +} + +/* LiteralNumberOct */ +.chroma .mo { + color: #f5a97f; +} + +/* Name */ +.chroma .n { + color: #b7bdf8; +} + +/* NameAttribute */ +.chroma .na { + color: #eed49f; +} + +/* NameBuiltin */ +.chroma .nb { + color: #f5a97f; +} + +/* NameClass */ +.chroma .nc { + color: #eed49f; +} + +/* NameDecorator */ +.chroma .nd { + color: #f5bde6; +} + +/* NameException */ +.chroma .ne { + color: #ee99a0; +} + +/* NameFunction */ +.chroma .nf { + color: #8aadf4; +} + +/* NameEntity */ +.chroma .ni { + color: #f5bde6; +} + +/* NameLabel */ +.chroma .nl { + color: #eed49f; +} + +/* NameNamespace */ +.chroma .nn { + color: #eed49f; +} + +/* NameConstant */ +.chroma .no { + color: #eed49f; +} + +/* NameTag */ +.chroma .nt { + color: #c6a0f6; +} + +/* NameVariable */ +.chroma .nv { + color: #f5a97f; +} + +/* NameOther */ +.chroma .nx { + color: #f5a97f; +} + +/* Operator */ +.chroma .o { + color: #91d7e3; +} + +/* OperatorWord */ +.chroma .ow { + color: #91d7e3; + font-weight: bold; +} + +/* Punctuation */ +.chroma .p { + color: #939ab7; +} + +/* NameProperty */ +/* LiteralString */ +.chroma .s { + color: #a6da95; +} + +/* LiteralStringSingle */ +.chroma .s1 { + color: #a6da95; +} + +/* LiteralStringDouble */ +.chroma .s2 { + color: #a6da95; +} + +/* LiteralStringAffix */ +.chroma .sa { + color: #a6da95; +} + +/* LiteralStringBacktick */ +.chroma .sb { + color: #a6da95; +} + +/* LiteralStringChar */ +.chroma .sc { + color: #a6da95; +} + +/* LiteralStringDoc */ +.chroma .sd { + color: #a6da95; +} + +/* LiteralStringEscape */ +.chroma .se { + color: #8aadf4; +} + +/* LiteralStringHeredoc */ +.chroma .sh { + color: #a6da95; +} + +/* LiteralStringInterpol */ +.chroma .si { + color: #a6da95; +} + +/* LiteralStringRegex */ +.chroma .sr { + color: #8aadf4; +} + +/* LiteralStringSymbol */ +.chroma .ss { + color: #a6da95; +} + +/* LiteralStringOther */ +.chroma .sx { + color: #a6da95; +} + +/* NameVariableClass */ +.chroma .vc { + color: #eed49f; +} + +/* NameVariableGlobal */ +.chroma .vg { + color: #f5a97f; +} + +/* NameVariableInstance */ +.chroma .vi { + color: #eed49f; +} + +/* NameVariableMagic */ +/* TextWhitespace */ +.chroma .w { + color: #363a4f; +} + +.CodeMirror .cm-property, +.CodeMirror.cm-s-default .cm-property, +.CodeMirror.cm-s-paper .cm-property { + color: #cad3f5; +} +.CodeMirror .cm-header, +.CodeMirror.cm-s-default .cm-header, +.CodeMirror.cm-s-paper .cm-header { + color: #cad3f5; +} +.CodeMirror .cm-quote, +.CodeMirror.cm-s-default .cm-quote, +.CodeMirror.cm-s-paper .cm-quote { + color: #a6da95; +} +.CodeMirror .cm-keyword, +.CodeMirror.cm-s-default .cm-keyword, +.CodeMirror.cm-s-paper .cm-keyword { + color: #c6a0f6; +} +.CodeMirror .cm-atom, +.CodeMirror.cm-s-default .cm-atom, +.CodeMirror.cm-s-paper .cm-atom { + color: #ed8796; +} +.CodeMirror .cm-number, +.CodeMirror.cm-s-default .cm-number, +.CodeMirror.cm-s-paper .cm-number { + color: #f5a97f; +} +.CodeMirror .cm-def, +.CodeMirror.cm-s-default .cm-def, +.CodeMirror.cm-s-paper .cm-def { + color: #cad3f5; +} +.CodeMirror .cm-variable-2, +.CodeMirror.cm-s-default .cm-variable-2, +.CodeMirror.cm-s-paper .cm-variable-2 { + color: #91d7e3; +} +.CodeMirror .cm-variable-3, +.CodeMirror.cm-s-default .cm-variable-3, +.CodeMirror.cm-s-paper .cm-variable-3 { + color: #8bd5ca; +} +.CodeMirror .cm-comment, +.CodeMirror.cm-s-default .cm-comment, +.CodeMirror.cm-s-paper .cm-comment { + color: #5b6078; +} +.CodeMirror .cm-string, +.CodeMirror.cm-s-default .cm-string, +.CodeMirror.cm-s-paper .cm-string { + color: #a6da95; +} +.CodeMirror .cm-string-2, +.CodeMirror.cm-s-default .cm-string-2, +.CodeMirror.cm-s-paper .cm-string-2 { + color: #a6da95; +} +.CodeMirror .cm-meta, +.CodeMirror.cm-s-default .cm-meta, +.CodeMirror.cm-s-paper .cm-meta { + color: #f5a97f; +} +.CodeMirror .cm-qualifier, +.CodeMirror.cm-s-default .cm-qualifier, +.CodeMirror.cm-s-paper .cm-qualifier { + color: #f5a97f; +} +.CodeMirror .cm-builtin, +.CodeMirror.cm-s-default .cm-builtin, +.CodeMirror.cm-s-paper .cm-builtin { + color: #f5a97f; +} +.CodeMirror .cm-bracket, +.CodeMirror.cm-s-default .cm-bracket, +.CodeMirror.cm-s-paper .cm-bracket { + color: #cad3f5; +} +.CodeMirror .cm-tag, +.CodeMirror.cm-s-default .cm-tag, +.CodeMirror.cm-s-paper .cm-tag { + color: #eed49f; +} +.CodeMirror .cm-attribute, +.CodeMirror.cm-s-default .cm-attribute, +.CodeMirror.cm-s-paper .cm-attribute { + color: #eed49f; +} +.CodeMirror .cm-hr, +.CodeMirror.cm-s-default .cm-hr, +.CodeMirror.cm-s-paper .cm-hr { + color: #939ab7; +} +.CodeMirror .cm-url, +.CodeMirror.cm-s-default .cm-url, +.CodeMirror.cm-s-paper .cm-url { + color: #8aadf4; +} +.CodeMirror .cm-link, +.CodeMirror.cm-s-default .cm-link, +.CodeMirror.cm-s-paper .cm-link { + color: #8aadf4; +} +.CodeMirror .cm-error, +.CodeMirror.cm-s-default .cm-error, +.CodeMirror.cm-s-paper .cm-error { + color: #ed8796; +} + +.monaco-editor .selected-text { + background-color: #363a4f !important; +} +.monaco-editor .margin-view-overlays .line-numbers { + color: #a5adcb !important; +} +.monaco-editor .line-numbers.active-line-number { + color: #b7bdf8 !important; +} +.monaco-editor .view-overlays .current-line, +.monaco-editor .margin-view-overlays .current-line-margin { + background-color: rgb(47.52, 51.16, 71.44) !important; +} +.monaco-editor .mtk1 { + color: #cad3f5 !important; +} +.monaco-editor .mtk2 { + color: #ff69b4 !important; +} +.monaco-editor .mtk3 { + color: #f5a97f !important; +} +.monaco-editor .mtk4 { + color: #8bd5ca !important; +} +.monaco-editor .mtk5 { + color: #cad3f5 !important; +} +.monaco-editor .mtk6 { + color: #c6a0f6 !important; +} +.monaco-editor .mtk7 { + color: #f5a97f !important; +} +.monaco-editor .mtk8 { + color: #939ab7 !important; +} +.monaco-editor .mtk9 { + color: #c6a0f6 !important; +} +.monaco-editor .mtk10 { + color: #a5adcb !important; +} +.monaco-editor .mtk11 { + color: #8bd5ca !important; +} +.monaco-editor .mtk12 { + color: #8bd5ca !important; +} +.monaco-editor .mtk13 { + color: #ff69b4 !important; +} +.monaco-editor .mtk14 { + color: #ff69b4 !important; +} +.monaco-editor .mtk15 { + color: #c6a0f6 !important; +} +.monaco-editor .mtk16 { + color: #939ab7 !important; +} +.monaco-editor .mtk17 { + color: #ff69b4 !important; +} +.monaco-editor .mtk18 { + color: #ff69b4 !important; +} +.monaco-editor .mtk19 { + color: #8bd5ca !important; +} +.monaco-editor .mtk20 { + color: #ff69b4 !important; +} +.monaco-editor .mtk21 { + color: #a6da95 !important; +} +.monaco-editor .mtk22 { + color: #ff69b4 !important; +} +.monaco-editor .mtk23 { + color: #8aadf4 !important; +} +.monaco-editor .mtk24 { + color: #f5a97f !important; +} +.monaco-editor .mtk25 { + color: #f5bde6 !important; +} +.monaco-editor .bracket-highlighting-0 { + color: rgb(223, 165.4, 188) !important; +} +.monaco-editor .bracket-highlighting-1 { + color: rgb(227.8, 185.8, 174.2) !important; +} +.monaco-editor .bracket-highlighting-2 { + color: rgb(223.6, 211.6, 193.4) !important; +} +.monaco-editor .bracket-highlighting-3 { + color: rgb(180.4, 215.2, 187.4) !important; +} +.monaco-editor .bracket-highlighting-4 { + color: rgb(163.6, 188.2, 244.4) !important; +} +.monaco-editor .bracket-highlighting-5 { + color: rgb(199.6, 180.4, 245.6) !important; +} \ No newline at end of file diff --git a/public/assets/css/theme-catppuccin-macchiato-maroon.css b/public/assets/css/theme-catppuccin-macchiato-maroon.css new file mode 100644 index 0000000..00d057d --- /dev/null +++ b/public/assets/css/theme-catppuccin-macchiato-maroon.css @@ -0,0 +1,873 @@ +:root { + color-scheme: dark; + --is-dark-theme: true; + accent-color: #ee99a0; + --color-primary: #ee99a0; + --color-primary-contrast: #181926; + --color-primary-hover: rgb(234.3571428571, 131.1428571429, 139.6428571429); + --color-primary-dark-1: rgb(235.8142857143, 139.8857142857, 147.7857142857); + --color-primary-dark-2: rgb(233.6285714286, 126.7714285714, 135.5714285714); + --color-primary-dark-3: rgb(231.4428571429, 113.6571428571, 123.3571428571); + --color-primary-dark-4: rgb(229.2571428571, 100.5428571429, 111.1428571429); + --color-primary-dark-5: rgb(227.0714285714, 87.4285714286, 98.9285714286); + --color-primary-dark-6: rgb(224.8857142857, 74.3142857143, 86.7142857143); + --color-primary-dark-7: rgb(222.7, 61.2, 74.5); + --color-primary-light-1: rgb(240.1857142857, 166.1142857143, 172.2142857143); + --color-primary-light-2: rgb(242.3714285714, 179.2285714286, 184.4285714286); + --color-primary-light-3: rgb(244.5571428571, 192.3428571429, 196.6428571429); + --color-primary-light-4: rgb(246.7428571429, 205.4571428571, 208.8571428571); + --color-primary-light-5: rgb(248.9285714286, 218.5714285714, 221.0714285714); + --color-primary-light-6: rgb(251.1142857143, 231.6857142857, 233.2857142857); + --color-primary-light-7: rgb(253.3, 244.8, 245.5); + --color-primary-alpha-10: rgba(238, 153, 160, 0.1); + --color-primary-alpha-20: rgba(238, 153, 160, 0.2); + --color-primary-alpha-30: rgba(238, 153, 160, 0.3); + --color-primary-alpha-40: rgba(238, 153, 160, 0.4); + --color-primary-alpha-50: rgba(238, 153, 160, 0.5); + --color-primary-alpha-60: rgba(238, 153, 160, 0.6); + --color-primary-alpha-70: rgba(238, 153, 160, 0.7); + --color-primary-alpha-80: rgba(238, 153, 160, 0.8); + --color-primary-alpha-90: rgba(238, 153, 160, 0.9); + --color-secondary: #494d64; + --color-secondary-dark-1: rgb(60.2120300752, 64.6721804511, 88.0879699248); + --color-secondary-dark-2: rgb(66.4240601504, 71.3443609023, 97.1759398496); + --color-secondary-dark-3: rgb(72.6360902256, 78.0165413534, 106.2639097744); + --color-secondary-dark-4: rgb(78.8481203008, 84.6887218045, 115.3518796992); + --color-secondary-dark-5: rgb(85.0601503759, 91.3609022556, 124.4398496241); + --color-secondary-dark-6: rgb(91.2721804511, 98.0330827068, 133.5278195489); + --color-secondary-dark-7: rgb(97.4842105263, 104.7052631579, 142.6157894737); + --color-secondary-dark-8: rgb(103.7714285714, 111.4285714286, 151.6285714286); + --color-secondary-dark-9: rgb(112.8593984962, 120.0563909774, 157.8406015038); + --color-secondary-dark-10: rgb(121.9473684211, 128.6842105263, 164.0526315789); + --color-secondary-dark-11: rgb(131.0353383459, 137.3120300752, 170.2646616541); + --color-secondary-dark-12: rgb(140.1233082707, 145.9398496241, 176.4766917293); + --color-secondary-dark-13: rgb(149.2112781955, 154.5676691729, 182.6887218045); + --color-secondary-light-1: rgb(47.7879699248, 51.3278195489, 69.9120300752); + --color-secondary-light-2: rgb(41.5759398496, 44.6556390977, 60.8240601504); + --color-secondary-light-3: rgb(35.3639097744, 37.9834586466, 51.7360902256); + --color-secondary-light-4: rgb(29.1518796992, 31.3112781955, 42.6481203008); + --color-secondary-alpha-10: rgba(54, 58, 79, 0.1); + --color-secondary-alpha-20: rgba(54, 58, 79, 0.2); + --color-secondary-alpha-30: rgba(54, 58, 79, 0.3); + --color-secondary-alpha-40: rgba(54, 58, 79, 0.4); + --color-secondary-alpha-50: rgba(54, 58, 79, 0.5); + --color-secondary-alpha-60: rgba(54, 58, 79, 0.6); + --color-secondary-alpha-70: rgba(54, 58, 79, 0.7); + --color-secondary-alpha-80: rgba(54, 58, 79, 0.8); + --color-secondary-alpha-90: rgba(54, 58, 79, 0.9); + /* colors */ + --color-red: #ed8796; + --color-orange: #f5a97f; + --color-yellow: #eed49f; + --color-olive: #a6da95; + --color-green: #a6da95; + --color-teal: #8bd5ca; + --color-blue: #8aadf4; + --color-violet: #b7bdf8; + --color-purple: #c6a0f6; + --color-pink: #f5bde6; + --color-brown: #f0c6c6; + --color-grey: #939ab7; + --color-black: #1e2030; + /* light variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-light: rgb(230.347826087, 90.652173913, 111.1956521739); + --color-orange-light: rgb(241.3043478261, 137.2173913043, 79.6956521739); + --color-yellow-light: rgb(230.3274336283, 192.592920354, 115.6725663717); + --color-olive-light: rgb(134.2587412587, 204.8041958042, 111.1958041958); + --color-green-light: rgb(134.2587412587, 204.8041958042, 111.1958041958); + --color-teal-light: rgb(101.5569620253, 199.4430379747, 184.8924050633); + --color-blue-light: rgb(91.3828125, 140.328125, 239.6171875); + --color-violet-light: rgb(136.5189873418, 146.3924050633, 243.4810126582); + --color-purple-light: rgb(170.0480769231, 113.4134615385, 241.5865384615); + --color-pink-light: rgb(238.2894736842, 144.7105263158, 213.2236842105); + --color-brown-light: rgb(229.375, 157.625, 157.625); + --color-grey-light: rgb(116.4, 125.3833333333, 162.6); + --color-black-light: rgb(10.3846153846, 11.0769230769, 16.6153846154); + /* dark 1 variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-dark-1: rgb(230.347826087, 90.652173913, 111.1956521739); + --color-orange-dark-1: rgb(241.3043478261, 137.2173913043, 79.6956521739); + --color-yellow-dark-1: rgb(230.3274336283, 192.592920354, 115.6725663717); + --color-olive-dark-1: rgb(134.2587412587, 204.8041958042, 111.1958041958); + --color-green-dark-1: rgb(134.2587412587, 204.8041958042, 111.1958041958); + --color-teal-dark-1: rgb(101.5569620253, 199.4430379747, 184.8924050633); + --color-blue-dark-1: rgb(91.3828125, 140.328125, 239.6171875); + --color-violet-dark-1: rgb(136.5189873418, 146.3924050633, 243.4810126582); + --color-purple-dark-1: rgb(170.0480769231, 113.4134615385, 241.5865384615); + --color-pink-dark-1: rgb(238.2894736842, 144.7105263158, 213.2236842105); + --color-brown-dark-1: rgb(229.375, 157.625, 157.625); + --color-black-dark-1: rgb(10.3846153846, 11.0769230769, 16.6153846154); + /* dark 2 variants - produced via Sass scale-color(color, $lightness: -20%) */ + --color-red-dark-2: rgb(223.6956521739, 46.3043478261, 72.3913043478); + --color-orange-dark-2: rgb(237.6086956522, 105.4347826087, 32.3913043478); + --color-yellow-dark-2: rgb(222.6548672566, 173.185840708, 72.3451327434); + --color-olive-dark-2: rgb(102.5174825175, 191.6083916084, 73.3916083916); + --color-green-dark-2: rgb(102.5174825175, 191.6083916084, 73.3916083916); + --color-teal-dark-2: rgb(66.4556962025, 183.5443037975, 166.1392405063); + --color-blue-dark-2: rgb(44.765625, 107.65625, 235.234375); + --color-violet-dark-2: rgb(90.0379746835, 103.7848101266, 238.9620253165); + --color-purple-dark-2: rgb(142.0961538462, 66.8269230769, 237.1730769231); + --color-pink-dark-2: rgb(231.5789473684, 100.4210526316, 196.4473684211); + --color-brown-dark-2: rgb(218.75, 117.25, 117.25); + --color-black-dark-2: hsl(233.3333333333, 23.0769230769%, -4.7058823529%); + /* other colors */ + --color-gold: #f4dbd6; + --color-white: #cad3f5; + --color-diff-removed-word-bg: rgba(237, 135, 150, 0.15); + --color-diff-added-word-bg: rgba(166, 218, 149, 0.15); + --color-diff-removed-row-bg: rgba(237, 135, 150, 0.07); + --color-diff-moved-row-bg: rgba(238, 212, 159, 0.07); + --color-diff-added-row-bg: rgba(166, 218, 149, 0.07); + --color-diff-removed-row-border: rgba(237, 135, 150, 0.07); + --color-diff-moved-row-border: rgba(238, 212, 159, 0.07); + --color-diff-added-row-border: rgba(166, 218, 149, 0.07); + --color-diff-inactive: #939ab7; + --color-error-border: #ed8796; + --color-error-bg: #ed8796; + --color-error-bg-active: rgb(233.6739130435, 112.8260869565, 130.597826087); + --color-error-bg-hover: rgb(230.347826087, 90.652173913, 111.1956521739); + --color-error-text: #181926; + --color-success-border: rgb(134.2587412587, 204.8041958042, 111.1958041958); + --color-success-bg: #a6da95; + --color-success-text: #181926; + --color-warning-border: rgb(230.3274336283, 192.592920354, 115.6725663717); + --color-warning-bg: #eed49f; + --color-warning-text: #181926; + --color-info-border: rgb(91.3828125, 140.328125, 239.6171875); + --color-info-bg: #181926; + --color-info-text: #cad3f5; + --color-red-badge: rgb(230.347826087, 90.652173913, 111.1956521739); + --color-red-badge-bg: #181926; + --color-red-badge-hover-bg: rgb(233.6739130435, 112.8260869565, 130.597826087); + --color-green-badge: #a6da95; + --color-green-badge-bg: #a6da95; + --color-green-badge-hover-bg: rgb(150.1293706294, 211.4020979021, 130.0979020979); + --color-yellow-badge: #eed49f; + --color-yellow-badge-bg: #181926; + --color-yellow-badge-hover-bg: rgb(234.1637168142, 202.296460177, 137.3362831858); + --color-orange-badge: #f5a97f; + --color-orange-badge-bg: #181926; + --color-orange-badge-hover-bg: rgb(243.152173913, 153.1086956522, 103.347826087); + --color-git: #f5a97f; + --color-highlight-bg: rgba(238, 212, 159, 0.15); + /* target-based colors */ + --color-body: #181926; + --color-box-header: #1e2030; + --color-box-body: #1e2030; + --color-box-body-highlight: #363a4f; + --color-text-dark: #a5adcb; + --color-text: #cad3f5; + --color-text-light: #b8c0e0; + --color-text-light-1: #b8c0e0; + --color-text-light-2: #b8c0e0; + --color-text-light-3: #b8c0e0; + --color-footer: #1e2030; + --color-timeline: #363a4f; + --color-input-text: #cad3f5; + --color-input-background: #363a4f; + --color-input-toggle-background: #363a4f; + --color-input-border: #494d64; + --color-input-border-hover: #5b6078; + --color-nav-bg: #1e2030; + --color-nav-hover-bg: var(--color-hover); + --color-navbar: #1e2030; + --color-navbar-transparent: rgba(24, 25, 38, 0); + --color-light: rgba(91, 96, 120, 0.3); + --color-light-mimic-enabled: rgba( + 0, + 0, + 0, + calc(40 / 255 * 222 / 255 / var(--opacity-disabled)) + ); + --color-light-border: #5b6078; + --color-hover: rgba(110, 115, 141, 0.2); + --color-active: rgba(202, 211, 245, 0.1); + --color-menu: #363a4f; + --color-card: #363a4f; + --color-markup-table-row: rgba(202, 211, 245, 0.02); + --color-markup-code-block: rgba(202, 211, 245, 0.05); + --color-markup-code-inline: #363a4f; + --color-button: #363a4f; + --color-code-bg: #24273a; + --color-code-sidebar-bg: #363a4f; + --color-shadow: rgba(24, 25, 38, 0.1); + --color-tooltip-bg: #363a4f; + --color-tooltip-text: var(--color-text); + --color-secondary-bg: #363a4f; + --color-text-focus: #cad3f5; + --color-expand-button: #5b6078; + --color-placeholder-text: #a5adcb; + --color-editor-line-highlight: var(--color-primary-light-5); + --color-project-board-bg: var(--color-secondary-light-2); + /* gitea source code: */ + /* should ideally be --color-text-dark, see go-gitea/gitea#15651 */ + --color-caret: var(--color-text); + --color-reaction-bg: rgba(202, 211, 245, 0.07); + --color-reaction-active-bg: var(--color-primary-alpha-40); + --color-header-wrapper: #1e2030; + --color-header-wrapper-transparent: rgba(30, 32, 48, 0); + --color-label-text: #181926; + --color-label-bg: #ee99a0; + --color-label-hover-bg: rgb(233.6285714286, 126.7714285714, 135.5714285714); + --color-label-active-bg: rgb(235.8142857143, 139.8857142857, 147.7857142857); + --color-accent: var(--color-primary-light-1); + --color-small-accent: var(--color-primary-light-5); + --color-active-line: #494d64; +} + +/* invert emojis that are hard to read otherwise */ +.emoji[aria-label="check mark"], +.emoji[aria-label="currency exchange"], +.emoji[aria-label="TOP arrow"], +.emoji[aria-label="END arrow"], +.emoji[aria-label="ON! arrow"], +.emoji[aria-label="SOON arrow"], +.emoji[aria-label="heavy dollar sign"], +.emoji[aria-label=copyright], +.emoji[aria-label=registered], +.emoji[aria-label="trade mark"], +.emoji[aria-label=multiply], +.emoji[aria-label=plus], +.emoji[aria-label=minus], +.emoji[aria-label=divide], +.emoji[aria-label="curly loop"], +.emoji[aria-label="double curly loop"], +.emoji[aria-label="wavy dash"], +.emoji[aria-label="paw prints"], +.emoji[aria-label="musical note"], +.emoji[aria-label="musical notes"] { + filter: invert(100%) hue-rotate(180deg); +} + +.ui.ui.ui.button:not(.inverted, .basic).primary, .ui.ui.ui.button:not(.inverted, .basic).green, .ui.ui.ui.button:not(.inverted, .basic).red, .ui.ui.ui.button:not(.inverted, .basic).teal, +.ui.ui.ui.label:not(.inverted, .basic).primary, +.ui.ui.ui.label:not(.inverted, .basic).green, +.ui.ui.ui.label:not(.inverted, .basic).red, +.ui.ui.ui.label:not(.inverted, .basic).teal { + color: #181926; +} +.ui.ui.ui.button:not(.inverted, .basic).primary:hover, .ui.ui.ui.button:not(.inverted, .basic).green:hover, .ui.ui.ui.button:not(.inverted, .basic).red:hover, .ui.ui.ui.button:not(.inverted, .basic).teal:hover, +.ui.ui.ui.label:not(.inverted, .basic).primary:hover, +.ui.ui.ui.label:not(.inverted, .basic).green:hover, +.ui.ui.ui.label:not(.inverted, .basic).red:hover, +.ui.ui.ui.label:not(.inverted, .basic).teal:hover { + color: #24273a; +} + +.ui.basic.modal { + background-color: #24273a; +} + +.ui.commit-header-row .svg.gitea-lock ~ a { + color: #181926; +} + +.ui.negative.message .header { + color: var(--color-error-text); +} + +.ui.sha.isSigned.isVerified .shortsha { + color: #181926; +} +.ui.sha.isSigned.isVerified svg.gitea-lock { + fill: #181926; +} + +.ui.basic.modal, +.ui.basic.modal > .header, +.ui.inverted.button { + color: #cad3f5 !important; +} + +#repo-topics, +#topic_edit > .ui.selection.dropdown { + color: var(--color-label-text) !important; +} + +blockquote.attention-tip { + border-left-color: var(--color-success-bg); +} +blockquote.attention-warning { + border-left-color: var(--color-warning-bg); +} + +svg.attention-tip, +strong.attention-tip { + color: var(--color-success-bg); +} +svg.attention-warning, +strong.attention-warning { + color: var(--color-warning-bg); +} + +.inline-code-block { + color: #181926; +} + +::selection { + background: rgba(238, 153, 160, 0.3) !important; +} + +/* NameBuiltinPseudo */ +.chroma .bp { + color: #f5a97f; +} + +/* Comment */ +.chroma .c { + color: #6e738d; +} + +/* CommentSingle */ +.chroma .c1 { + color: #6e738d; +} + +/* CommentHashbang */ +.chroma .ch { + color: #6e738d; +} + +/* CommentMultiline */ +.chroma .cm { + color: #6e738d; +} + +/* CommentPreproc */ +.chroma .cp { + color: #8aadf4; +} + +/* CommentPreprocFile */ +.chroma .cpf { + color: #8aadf4; +} + +/* CommentSpecial */ +.chroma .cs { + color: #6e738d; +} + +/* LiteralStringDelimiter */ +.chroma .dl { + color: #8aadf4; +} + +/* NameFunctionMagic */ +/* Generic */ +/* GenericDeleted */ +.chroma .gd { + color: #cad3f5; + background-color: rgba(237, 135, 150, 0.15); +} + +/* GenericEmph */ +.chroma .ge { + font-style: italic; +} + +/* GenericHeading */ +.chroma .gh { + color: #91d7e3; +} + +/* GenericInserted */ +.chroma .gi { + color: #cad3f5; + background-color: rgba(166, 218, 149, 0.15); +} + +/* GenericUnderline */ +/* GenericOutput */ +.chroma .go { + color: #f5a97f; +} + +/* GenericPrompt */ +.chroma .gp { + color: #6e738d; + font-weight: bold; +} + +/* GenericError */ +.chroma .gr { + color: #ee99a0; +} + +/* GenericStrong */ +.chroma .gs { + font-weight: bold; +} + +/* GenericTraceback */ +.chroma .gt { + color: #ee99a0; +} + +/* GenericSubheading */ +.chroma .gu { + color: #91d7e3; +} + +/* LiteralNumberIntegerLong */ +.chroma .il { + color: #f5a97f; +} + +/* Keyword */ +.chroma .k { + color: #c6a0f6; +} + +/* KeywordConstant */ +.chroma .kc { + color: #eed49f; +} + +/* KeywordDeclaration */ +.chroma .kd { + color: #c6a0f6; +} + +/* KeywordNamespace */ +.chroma .kn { + color: #eed49f; +} + +/* KeywordPseudo */ +.chroma .kp { + color: #c6a0f6; + font-weight: bold; +} + +/* KeywordReserved */ +.chroma .kr { + color: #c6a0f6; +} + +/* KeywordType */ +.chroma .kt { + color: #eed49f; +} + +/* Literal */ +/* LiteralDate */ +/* LiteralNumber */ +.chroma .m { + color: #f5a97f; +} + +/* LiteralNumberBin */ +.chroma .mb { + color: #f5a97f; +} + +/* LiteralNumberFloat */ +.chroma .mf { + color: #f5a97f; +} + +/* LiteralNumberHex */ +.chroma .mh { + color: #f5a97f; +} + +/* LiteralNumberInteger */ +.chroma .mi { + color: #f5a97f; +} + +/* LiteralNumberOct */ +.chroma .mo { + color: #f5a97f; +} + +/* Name */ +.chroma .n { + color: #b7bdf8; +} + +/* NameAttribute */ +.chroma .na { + color: #eed49f; +} + +/* NameBuiltin */ +.chroma .nb { + color: #f5a97f; +} + +/* NameClass */ +.chroma .nc { + color: #eed49f; +} + +/* NameDecorator */ +.chroma .nd { + color: #f5bde6; +} + +/* NameException */ +.chroma .ne { + color: #ee99a0; +} + +/* NameFunction */ +.chroma .nf { + color: #8aadf4; +} + +/* NameEntity */ +.chroma .ni { + color: #f5bde6; +} + +/* NameLabel */ +.chroma .nl { + color: #eed49f; +} + +/* NameNamespace */ +.chroma .nn { + color: #eed49f; +} + +/* NameConstant */ +.chroma .no { + color: #eed49f; +} + +/* NameTag */ +.chroma .nt { + color: #c6a0f6; +} + +/* NameVariable */ +.chroma .nv { + color: #f5a97f; +} + +/* NameOther */ +.chroma .nx { + color: #f5a97f; +} + +/* Operator */ +.chroma .o { + color: #91d7e3; +} + +/* OperatorWord */ +.chroma .ow { + color: #91d7e3; + font-weight: bold; +} + +/* Punctuation */ +.chroma .p { + color: #939ab7; +} + +/* NameProperty */ +/* LiteralString */ +.chroma .s { + color: #a6da95; +} + +/* LiteralStringSingle */ +.chroma .s1 { + color: #a6da95; +} + +/* LiteralStringDouble */ +.chroma .s2 { + color: #a6da95; +} + +/* LiteralStringAffix */ +.chroma .sa { + color: #a6da95; +} + +/* LiteralStringBacktick */ +.chroma .sb { + color: #a6da95; +} + +/* LiteralStringChar */ +.chroma .sc { + color: #a6da95; +} + +/* LiteralStringDoc */ +.chroma .sd { + color: #a6da95; +} + +/* LiteralStringEscape */ +.chroma .se { + color: #8aadf4; +} + +/* LiteralStringHeredoc */ +.chroma .sh { + color: #a6da95; +} + +/* LiteralStringInterpol */ +.chroma .si { + color: #a6da95; +} + +/* LiteralStringRegex */ +.chroma .sr { + color: #8aadf4; +} + +/* LiteralStringSymbol */ +.chroma .ss { + color: #a6da95; +} + +/* LiteralStringOther */ +.chroma .sx { + color: #a6da95; +} + +/* NameVariableClass */ +.chroma .vc { + color: #eed49f; +} + +/* NameVariableGlobal */ +.chroma .vg { + color: #f5a97f; +} + +/* NameVariableInstance */ +.chroma .vi { + color: #eed49f; +} + +/* NameVariableMagic */ +/* TextWhitespace */ +.chroma .w { + color: #363a4f; +} + +.CodeMirror .cm-property, +.CodeMirror.cm-s-default .cm-property, +.CodeMirror.cm-s-paper .cm-property { + color: #cad3f5; +} +.CodeMirror .cm-header, +.CodeMirror.cm-s-default .cm-header, +.CodeMirror.cm-s-paper .cm-header { + color: #cad3f5; +} +.CodeMirror .cm-quote, +.CodeMirror.cm-s-default .cm-quote, +.CodeMirror.cm-s-paper .cm-quote { + color: #a6da95; +} +.CodeMirror .cm-keyword, +.CodeMirror.cm-s-default .cm-keyword, +.CodeMirror.cm-s-paper .cm-keyword { + color: #c6a0f6; +} +.CodeMirror .cm-atom, +.CodeMirror.cm-s-default .cm-atom, +.CodeMirror.cm-s-paper .cm-atom { + color: #ed8796; +} +.CodeMirror .cm-number, +.CodeMirror.cm-s-default .cm-number, +.CodeMirror.cm-s-paper .cm-number { + color: #f5a97f; +} +.CodeMirror .cm-def, +.CodeMirror.cm-s-default .cm-def, +.CodeMirror.cm-s-paper .cm-def { + color: #cad3f5; +} +.CodeMirror .cm-variable-2, +.CodeMirror.cm-s-default .cm-variable-2, +.CodeMirror.cm-s-paper .cm-variable-2 { + color: #91d7e3; +} +.CodeMirror .cm-variable-3, +.CodeMirror.cm-s-default .cm-variable-3, +.CodeMirror.cm-s-paper .cm-variable-3 { + color: #8bd5ca; +} +.CodeMirror .cm-comment, +.CodeMirror.cm-s-default .cm-comment, +.CodeMirror.cm-s-paper .cm-comment { + color: #5b6078; +} +.CodeMirror .cm-string, +.CodeMirror.cm-s-default .cm-string, +.CodeMirror.cm-s-paper .cm-string { + color: #a6da95; +} +.CodeMirror .cm-string-2, +.CodeMirror.cm-s-default .cm-string-2, +.CodeMirror.cm-s-paper .cm-string-2 { + color: #a6da95; +} +.CodeMirror .cm-meta, +.CodeMirror.cm-s-default .cm-meta, +.CodeMirror.cm-s-paper .cm-meta { + color: #f5a97f; +} +.CodeMirror .cm-qualifier, +.CodeMirror.cm-s-default .cm-qualifier, +.CodeMirror.cm-s-paper .cm-qualifier { + color: #f5a97f; +} +.CodeMirror .cm-builtin, +.CodeMirror.cm-s-default .cm-builtin, +.CodeMirror.cm-s-paper .cm-builtin { + color: #f5a97f; +} +.CodeMirror .cm-bracket, +.CodeMirror.cm-s-default .cm-bracket, +.CodeMirror.cm-s-paper .cm-bracket { + color: #cad3f5; +} +.CodeMirror .cm-tag, +.CodeMirror.cm-s-default .cm-tag, +.CodeMirror.cm-s-paper .cm-tag { + color: #eed49f; +} +.CodeMirror .cm-attribute, +.CodeMirror.cm-s-default .cm-attribute, +.CodeMirror.cm-s-paper .cm-attribute { + color: #eed49f; +} +.CodeMirror .cm-hr, +.CodeMirror.cm-s-default .cm-hr, +.CodeMirror.cm-s-paper .cm-hr { + color: #939ab7; +} +.CodeMirror .cm-url, +.CodeMirror.cm-s-default .cm-url, +.CodeMirror.cm-s-paper .cm-url { + color: #8aadf4; +} +.CodeMirror .cm-link, +.CodeMirror.cm-s-default .cm-link, +.CodeMirror.cm-s-paper .cm-link { + color: #8aadf4; +} +.CodeMirror .cm-error, +.CodeMirror.cm-s-default .cm-error, +.CodeMirror.cm-s-paper .cm-error { + color: #ed8796; +} + +.monaco-editor .selected-text { + background-color: #363a4f !important; +} +.monaco-editor .margin-view-overlays .line-numbers { + color: #a5adcb !important; +} +.monaco-editor .line-numbers.active-line-number { + color: #ee99a0 !important; +} +.monaco-editor .view-overlays .current-line, +.monaco-editor .margin-view-overlays .current-line-margin { + background-color: rgb(47.52, 51.16, 71.44) !important; +} +.monaco-editor .mtk1 { + color: #cad3f5 !important; +} +.monaco-editor .mtk2 { + color: #ff69b4 !important; +} +.monaco-editor .mtk3 { + color: #f5a97f !important; +} +.monaco-editor .mtk4 { + color: #8bd5ca !important; +} +.monaco-editor .mtk5 { + color: #cad3f5 !important; +} +.monaco-editor .mtk6 { + color: #c6a0f6 !important; +} +.monaco-editor .mtk7 { + color: #f5a97f !important; +} +.monaco-editor .mtk8 { + color: #939ab7 !important; +} +.monaco-editor .mtk9 { + color: #c6a0f6 !important; +} +.monaco-editor .mtk10 { + color: #a5adcb !important; +} +.monaco-editor .mtk11 { + color: #8bd5ca !important; +} +.monaco-editor .mtk12 { + color: #8bd5ca !important; +} +.monaco-editor .mtk13 { + color: #ff69b4 !important; +} +.monaco-editor .mtk14 { + color: #ff69b4 !important; +} +.monaco-editor .mtk15 { + color: #c6a0f6 !important; +} +.monaco-editor .mtk16 { + color: #939ab7 !important; +} +.monaco-editor .mtk17 { + color: #ff69b4 !important; +} +.monaco-editor .mtk18 { + color: #ff69b4 !important; +} +.monaco-editor .mtk19 { + color: #8bd5ca !important; +} +.monaco-editor .mtk20 { + color: #ff69b4 !important; +} +.monaco-editor .mtk21 { + color: #a6da95 !important; +} +.monaco-editor .mtk22 { + color: #ff69b4 !important; +} +.monaco-editor .mtk23 { + color: #8aadf4 !important; +} +.monaco-editor .mtk24 { + color: #f5a97f !important; +} +.monaco-editor .mtk25 { + color: #f5bde6 !important; +} +.monaco-editor .bracket-highlighting-0 { + color: rgb(223, 165.4, 188) !important; +} +.monaco-editor .bracket-highlighting-1 { + color: rgb(227.8, 185.8, 174.2) !important; +} +.monaco-editor .bracket-highlighting-2 { + color: rgb(223.6, 211.6, 193.4) !important; +} +.monaco-editor .bracket-highlighting-3 { + color: rgb(180.4, 215.2, 187.4) !important; +} +.monaco-editor .bracket-highlighting-4 { + color: rgb(163.6, 188.2, 244.4) !important; +} +.monaco-editor .bracket-highlighting-5 { + color: rgb(199.6, 180.4, 245.6) !important; +} \ No newline at end of file diff --git a/public/assets/css/theme-catppuccin-macchiato-mauve.css b/public/assets/css/theme-catppuccin-macchiato-mauve.css new file mode 100644 index 0000000..fc5ca36 --- /dev/null +++ b/public/assets/css/theme-catppuccin-macchiato-mauve.css @@ -0,0 +1,873 @@ +:root { + color-scheme: dark; + --is-dark-theme: true; + accent-color: #c6a0f6; + --color-primary: #c6a0f6; + --color-primary-contrast: #181926; + --color-primary-hover: rgb(184.0240384615, 136.7067307692, 243.7932692308); + --color-primary-dark-1: rgb(189.6144230769, 146.0240384615, 244.6759615385); + --color-primary-dark-2: rgb(181.2288461538, 132.0480769231, 243.3519230769); + --color-primary-dark-3: rgb(172.8432692308, 118.0721153846, 242.0278846154); + --color-primary-dark-4: rgb(164.4576923077, 104.0961538462, 240.7038461538); + --color-primary-dark-5: rgb(156.0721153846, 90.1201923077, 239.3798076923); + --color-primary-dark-6: rgb(147.6865384615, 76.1442307692, 238.0557692308); + --color-primary-dark-7: rgb(139.3009615385, 62.1682692308, 236.7317307692); + --color-primary-light-1: rgb(206.3855769231, 173.9759615385, 247.3240384615); + --color-primary-light-2: rgb(214.7711538462, 187.9519230769, 248.6480769231); + --color-primary-light-3: rgb(223.1567307692, 201.9278846154, 249.9721153846); + --color-primary-light-4: rgb(231.5423076923, 215.9038461538, 251.2961538462); + --color-primary-light-5: rgb(239.9278846154, 229.8798076923, 252.6201923077); + --color-primary-light-6: rgb(248.3134615385, 243.8557692308, 253.9442307692); + --color-primary-light-7: hsl(266.511627907, 82.6923076923%, 100.6078431373%); + --color-primary-alpha-10: rgba(198, 160, 246, 0.1); + --color-primary-alpha-20: rgba(198, 160, 246, 0.2); + --color-primary-alpha-30: rgba(198, 160, 246, 0.3); + --color-primary-alpha-40: rgba(198, 160, 246, 0.4); + --color-primary-alpha-50: rgba(198, 160, 246, 0.5); + --color-primary-alpha-60: rgba(198, 160, 246, 0.6); + --color-primary-alpha-70: rgba(198, 160, 246, 0.7); + --color-primary-alpha-80: rgba(198, 160, 246, 0.8); + --color-primary-alpha-90: rgba(198, 160, 246, 0.9); + --color-secondary: #494d64; + --color-secondary-dark-1: rgb(60.2120300752, 64.6721804511, 88.0879699248); + --color-secondary-dark-2: rgb(66.4240601504, 71.3443609023, 97.1759398496); + --color-secondary-dark-3: rgb(72.6360902256, 78.0165413534, 106.2639097744); + --color-secondary-dark-4: rgb(78.8481203008, 84.6887218045, 115.3518796992); + --color-secondary-dark-5: rgb(85.0601503759, 91.3609022556, 124.4398496241); + --color-secondary-dark-6: rgb(91.2721804511, 98.0330827068, 133.5278195489); + --color-secondary-dark-7: rgb(97.4842105263, 104.7052631579, 142.6157894737); + --color-secondary-dark-8: rgb(103.7714285714, 111.4285714286, 151.6285714286); + --color-secondary-dark-9: rgb(112.8593984962, 120.0563909774, 157.8406015038); + --color-secondary-dark-10: rgb(121.9473684211, 128.6842105263, 164.0526315789); + --color-secondary-dark-11: rgb(131.0353383459, 137.3120300752, 170.2646616541); + --color-secondary-dark-12: rgb(140.1233082707, 145.9398496241, 176.4766917293); + --color-secondary-dark-13: rgb(149.2112781955, 154.5676691729, 182.6887218045); + --color-secondary-light-1: rgb(47.7879699248, 51.3278195489, 69.9120300752); + --color-secondary-light-2: rgb(41.5759398496, 44.6556390977, 60.8240601504); + --color-secondary-light-3: rgb(35.3639097744, 37.9834586466, 51.7360902256); + --color-secondary-light-4: rgb(29.1518796992, 31.3112781955, 42.6481203008); + --color-secondary-alpha-10: rgba(54, 58, 79, 0.1); + --color-secondary-alpha-20: rgba(54, 58, 79, 0.2); + --color-secondary-alpha-30: rgba(54, 58, 79, 0.3); + --color-secondary-alpha-40: rgba(54, 58, 79, 0.4); + --color-secondary-alpha-50: rgba(54, 58, 79, 0.5); + --color-secondary-alpha-60: rgba(54, 58, 79, 0.6); + --color-secondary-alpha-70: rgba(54, 58, 79, 0.7); + --color-secondary-alpha-80: rgba(54, 58, 79, 0.8); + --color-secondary-alpha-90: rgba(54, 58, 79, 0.9); + /* colors */ + --color-red: #ed8796; + --color-orange: #f5a97f; + --color-yellow: #eed49f; + --color-olive: #a6da95; + --color-green: #a6da95; + --color-teal: #8bd5ca; + --color-blue: #8aadf4; + --color-violet: #b7bdf8; + --color-purple: #c6a0f6; + --color-pink: #f5bde6; + --color-brown: #f0c6c6; + --color-grey: #939ab7; + --color-black: #1e2030; + /* light variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-light: rgb(230.347826087, 90.652173913, 111.1956521739); + --color-orange-light: rgb(241.3043478261, 137.2173913043, 79.6956521739); + --color-yellow-light: rgb(230.3274336283, 192.592920354, 115.6725663717); + --color-olive-light: rgb(134.2587412587, 204.8041958042, 111.1958041958); + --color-green-light: rgb(134.2587412587, 204.8041958042, 111.1958041958); + --color-teal-light: rgb(101.5569620253, 199.4430379747, 184.8924050633); + --color-blue-light: rgb(91.3828125, 140.328125, 239.6171875); + --color-violet-light: rgb(136.5189873418, 146.3924050633, 243.4810126582); + --color-purple-light: rgb(170.0480769231, 113.4134615385, 241.5865384615); + --color-pink-light: rgb(238.2894736842, 144.7105263158, 213.2236842105); + --color-brown-light: rgb(229.375, 157.625, 157.625); + --color-grey-light: rgb(116.4, 125.3833333333, 162.6); + --color-black-light: rgb(10.3846153846, 11.0769230769, 16.6153846154); + /* dark 1 variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-dark-1: rgb(230.347826087, 90.652173913, 111.1956521739); + --color-orange-dark-1: rgb(241.3043478261, 137.2173913043, 79.6956521739); + --color-yellow-dark-1: rgb(230.3274336283, 192.592920354, 115.6725663717); + --color-olive-dark-1: rgb(134.2587412587, 204.8041958042, 111.1958041958); + --color-green-dark-1: rgb(134.2587412587, 204.8041958042, 111.1958041958); + --color-teal-dark-1: rgb(101.5569620253, 199.4430379747, 184.8924050633); + --color-blue-dark-1: rgb(91.3828125, 140.328125, 239.6171875); + --color-violet-dark-1: rgb(136.5189873418, 146.3924050633, 243.4810126582); + --color-purple-dark-1: rgb(170.0480769231, 113.4134615385, 241.5865384615); + --color-pink-dark-1: rgb(238.2894736842, 144.7105263158, 213.2236842105); + --color-brown-dark-1: rgb(229.375, 157.625, 157.625); + --color-black-dark-1: rgb(10.3846153846, 11.0769230769, 16.6153846154); + /* dark 2 variants - produced via Sass scale-color(color, $lightness: -20%) */ + --color-red-dark-2: rgb(223.6956521739, 46.3043478261, 72.3913043478); + --color-orange-dark-2: rgb(237.6086956522, 105.4347826087, 32.3913043478); + --color-yellow-dark-2: rgb(222.6548672566, 173.185840708, 72.3451327434); + --color-olive-dark-2: rgb(102.5174825175, 191.6083916084, 73.3916083916); + --color-green-dark-2: rgb(102.5174825175, 191.6083916084, 73.3916083916); + --color-teal-dark-2: rgb(66.4556962025, 183.5443037975, 166.1392405063); + --color-blue-dark-2: rgb(44.765625, 107.65625, 235.234375); + --color-violet-dark-2: rgb(90.0379746835, 103.7848101266, 238.9620253165); + --color-purple-dark-2: rgb(142.0961538462, 66.8269230769, 237.1730769231); + --color-pink-dark-2: rgb(231.5789473684, 100.4210526316, 196.4473684211); + --color-brown-dark-2: rgb(218.75, 117.25, 117.25); + --color-black-dark-2: hsl(233.3333333333, 23.0769230769%, -4.7058823529%); + /* other colors */ + --color-gold: #f4dbd6; + --color-white: #cad3f5; + --color-diff-removed-word-bg: rgba(237, 135, 150, 0.15); + --color-diff-added-word-bg: rgba(166, 218, 149, 0.15); + --color-diff-removed-row-bg: rgba(237, 135, 150, 0.07); + --color-diff-moved-row-bg: rgba(238, 212, 159, 0.07); + --color-diff-added-row-bg: rgba(166, 218, 149, 0.07); + --color-diff-removed-row-border: rgba(237, 135, 150, 0.07); + --color-diff-moved-row-border: rgba(238, 212, 159, 0.07); + --color-diff-added-row-border: rgba(166, 218, 149, 0.07); + --color-diff-inactive: #939ab7; + --color-error-border: #ed8796; + --color-error-bg: #ed8796; + --color-error-bg-active: rgb(233.6739130435, 112.8260869565, 130.597826087); + --color-error-bg-hover: rgb(230.347826087, 90.652173913, 111.1956521739); + --color-error-text: #181926; + --color-success-border: rgb(134.2587412587, 204.8041958042, 111.1958041958); + --color-success-bg: #a6da95; + --color-success-text: #181926; + --color-warning-border: rgb(230.3274336283, 192.592920354, 115.6725663717); + --color-warning-bg: #eed49f; + --color-warning-text: #181926; + --color-info-border: rgb(91.3828125, 140.328125, 239.6171875); + --color-info-bg: #181926; + --color-info-text: #cad3f5; + --color-red-badge: rgb(230.347826087, 90.652173913, 111.1956521739); + --color-red-badge-bg: #181926; + --color-red-badge-hover-bg: rgb(233.6739130435, 112.8260869565, 130.597826087); + --color-green-badge: #a6da95; + --color-green-badge-bg: #a6da95; + --color-green-badge-hover-bg: rgb(150.1293706294, 211.4020979021, 130.0979020979); + --color-yellow-badge: #eed49f; + --color-yellow-badge-bg: #181926; + --color-yellow-badge-hover-bg: rgb(234.1637168142, 202.296460177, 137.3362831858); + --color-orange-badge: #f5a97f; + --color-orange-badge-bg: #181926; + --color-orange-badge-hover-bg: rgb(243.152173913, 153.1086956522, 103.347826087); + --color-git: #f5a97f; + --color-highlight-bg: rgba(238, 212, 159, 0.15); + /* target-based colors */ + --color-body: #181926; + --color-box-header: #1e2030; + --color-box-body: #1e2030; + --color-box-body-highlight: #363a4f; + --color-text-dark: #a5adcb; + --color-text: #cad3f5; + --color-text-light: #b8c0e0; + --color-text-light-1: #b8c0e0; + --color-text-light-2: #b8c0e0; + --color-text-light-3: #b8c0e0; + --color-footer: #1e2030; + --color-timeline: #363a4f; + --color-input-text: #cad3f5; + --color-input-background: #363a4f; + --color-input-toggle-background: #363a4f; + --color-input-border: #494d64; + --color-input-border-hover: #5b6078; + --color-nav-bg: #1e2030; + --color-nav-hover-bg: var(--color-hover); + --color-navbar: #1e2030; + --color-navbar-transparent: rgba(24, 25, 38, 0); + --color-light: rgba(91, 96, 120, 0.3); + --color-light-mimic-enabled: rgba( + 0, + 0, + 0, + calc(40 / 255 * 222 / 255 / var(--opacity-disabled)) + ); + --color-light-border: #5b6078; + --color-hover: rgba(110, 115, 141, 0.2); + --color-active: rgba(202, 211, 245, 0.1); + --color-menu: #363a4f; + --color-card: #363a4f; + --color-markup-table-row: rgba(202, 211, 245, 0.02); + --color-markup-code-block: rgba(202, 211, 245, 0.05); + --color-markup-code-inline: #363a4f; + --color-button: #363a4f; + --color-code-bg: #24273a; + --color-code-sidebar-bg: #363a4f; + --color-shadow: rgba(24, 25, 38, 0.1); + --color-tooltip-bg: #363a4f; + --color-tooltip-text: var(--color-text); + --color-secondary-bg: #363a4f; + --color-text-focus: #cad3f5; + --color-expand-button: #5b6078; + --color-placeholder-text: #a5adcb; + --color-editor-line-highlight: var(--color-primary-light-5); + --color-project-board-bg: var(--color-secondary-light-2); + /* gitea source code: */ + /* should ideally be --color-text-dark, see go-gitea/gitea#15651 */ + --color-caret: var(--color-text); + --color-reaction-bg: rgba(202, 211, 245, 0.07); + --color-reaction-active-bg: var(--color-primary-alpha-40); + --color-header-wrapper: #1e2030; + --color-header-wrapper-transparent: rgba(30, 32, 48, 0); + --color-label-text: #181926; + --color-label-bg: #c6a0f6; + --color-label-hover-bg: rgb(181.2288461538, 132.0480769231, 243.3519230769); + --color-label-active-bg: rgb(189.6144230769, 146.0240384615, 244.6759615385); + --color-accent: var(--color-primary-light-1); + --color-small-accent: var(--color-primary-light-5); + --color-active-line: #494d64; +} + +/* invert emojis that are hard to read otherwise */ +.emoji[aria-label="check mark"], +.emoji[aria-label="currency exchange"], +.emoji[aria-label="TOP arrow"], +.emoji[aria-label="END arrow"], +.emoji[aria-label="ON! arrow"], +.emoji[aria-label="SOON arrow"], +.emoji[aria-label="heavy dollar sign"], +.emoji[aria-label=copyright], +.emoji[aria-label=registered], +.emoji[aria-label="trade mark"], +.emoji[aria-label=multiply], +.emoji[aria-label=plus], +.emoji[aria-label=minus], +.emoji[aria-label=divide], +.emoji[aria-label="curly loop"], +.emoji[aria-label="double curly loop"], +.emoji[aria-label="wavy dash"], +.emoji[aria-label="paw prints"], +.emoji[aria-label="musical note"], +.emoji[aria-label="musical notes"] { + filter: invert(100%) hue-rotate(180deg); +} + +.ui.ui.ui.button:not(.inverted, .basic).primary, .ui.ui.ui.button:not(.inverted, .basic).green, .ui.ui.ui.button:not(.inverted, .basic).red, .ui.ui.ui.button:not(.inverted, .basic).teal, +.ui.ui.ui.label:not(.inverted, .basic).primary, +.ui.ui.ui.label:not(.inverted, .basic).green, +.ui.ui.ui.label:not(.inverted, .basic).red, +.ui.ui.ui.label:not(.inverted, .basic).teal { + color: #181926; +} +.ui.ui.ui.button:not(.inverted, .basic).primary:hover, .ui.ui.ui.button:not(.inverted, .basic).green:hover, .ui.ui.ui.button:not(.inverted, .basic).red:hover, .ui.ui.ui.button:not(.inverted, .basic).teal:hover, +.ui.ui.ui.label:not(.inverted, .basic).primary:hover, +.ui.ui.ui.label:not(.inverted, .basic).green:hover, +.ui.ui.ui.label:not(.inverted, .basic).red:hover, +.ui.ui.ui.label:not(.inverted, .basic).teal:hover { + color: #24273a; +} + +.ui.basic.modal { + background-color: #24273a; +} + +.ui.commit-header-row .svg.gitea-lock ~ a { + color: #181926; +} + +.ui.negative.message .header { + color: var(--color-error-text); +} + +.ui.sha.isSigned.isVerified .shortsha { + color: #181926; +} +.ui.sha.isSigned.isVerified svg.gitea-lock { + fill: #181926; +} + +.ui.basic.modal, +.ui.basic.modal > .header, +.ui.inverted.button { + color: #cad3f5 !important; +} + +#repo-topics, +#topic_edit > .ui.selection.dropdown { + color: var(--color-label-text) !important; +} + +blockquote.attention-tip { + border-left-color: var(--color-success-bg); +} +blockquote.attention-warning { + border-left-color: var(--color-warning-bg); +} + +svg.attention-tip, +strong.attention-tip { + color: var(--color-success-bg); +} +svg.attention-warning, +strong.attention-warning { + color: var(--color-warning-bg); +} + +.inline-code-block { + color: #181926; +} + +::selection { + background: rgba(198, 160, 246, 0.3) !important; +} + +/* NameBuiltinPseudo */ +.chroma .bp { + color: #f5a97f; +} + +/* Comment */ +.chroma .c { + color: #6e738d; +} + +/* CommentSingle */ +.chroma .c1 { + color: #6e738d; +} + +/* CommentHashbang */ +.chroma .ch { + color: #6e738d; +} + +/* CommentMultiline */ +.chroma .cm { + color: #6e738d; +} + +/* CommentPreproc */ +.chroma .cp { + color: #8aadf4; +} + +/* CommentPreprocFile */ +.chroma .cpf { + color: #8aadf4; +} + +/* CommentSpecial */ +.chroma .cs { + color: #6e738d; +} + +/* LiteralStringDelimiter */ +.chroma .dl { + color: #8aadf4; +} + +/* NameFunctionMagic */ +/* Generic */ +/* GenericDeleted */ +.chroma .gd { + color: #cad3f5; + background-color: rgba(237, 135, 150, 0.15); +} + +/* GenericEmph */ +.chroma .ge { + font-style: italic; +} + +/* GenericHeading */ +.chroma .gh { + color: #91d7e3; +} + +/* GenericInserted */ +.chroma .gi { + color: #cad3f5; + background-color: rgba(166, 218, 149, 0.15); +} + +/* GenericUnderline */ +/* GenericOutput */ +.chroma .go { + color: #f5a97f; +} + +/* GenericPrompt */ +.chroma .gp { + color: #6e738d; + font-weight: bold; +} + +/* GenericError */ +.chroma .gr { + color: #ee99a0; +} + +/* GenericStrong */ +.chroma .gs { + font-weight: bold; +} + +/* GenericTraceback */ +.chroma .gt { + color: #ee99a0; +} + +/* GenericSubheading */ +.chroma .gu { + color: #91d7e3; +} + +/* LiteralNumberIntegerLong */ +.chroma .il { + color: #f5a97f; +} + +/* Keyword */ +.chroma .k { + color: #c6a0f6; +} + +/* KeywordConstant */ +.chroma .kc { + color: #eed49f; +} + +/* KeywordDeclaration */ +.chroma .kd { + color: #c6a0f6; +} + +/* KeywordNamespace */ +.chroma .kn { + color: #eed49f; +} + +/* KeywordPseudo */ +.chroma .kp { + color: #c6a0f6; + font-weight: bold; +} + +/* KeywordReserved */ +.chroma .kr { + color: #c6a0f6; +} + +/* KeywordType */ +.chroma .kt { + color: #eed49f; +} + +/* Literal */ +/* LiteralDate */ +/* LiteralNumber */ +.chroma .m { + color: #f5a97f; +} + +/* LiteralNumberBin */ +.chroma .mb { + color: #f5a97f; +} + +/* LiteralNumberFloat */ +.chroma .mf { + color: #f5a97f; +} + +/* LiteralNumberHex */ +.chroma .mh { + color: #f5a97f; +} + +/* LiteralNumberInteger */ +.chroma .mi { + color: #f5a97f; +} + +/* LiteralNumberOct */ +.chroma .mo { + color: #f5a97f; +} + +/* Name */ +.chroma .n { + color: #b7bdf8; +} + +/* NameAttribute */ +.chroma .na { + color: #eed49f; +} + +/* NameBuiltin */ +.chroma .nb { + color: #f5a97f; +} + +/* NameClass */ +.chroma .nc { + color: #eed49f; +} + +/* NameDecorator */ +.chroma .nd { + color: #f5bde6; +} + +/* NameException */ +.chroma .ne { + color: #ee99a0; +} + +/* NameFunction */ +.chroma .nf { + color: #8aadf4; +} + +/* NameEntity */ +.chroma .ni { + color: #f5bde6; +} + +/* NameLabel */ +.chroma .nl { + color: #eed49f; +} + +/* NameNamespace */ +.chroma .nn { + color: #eed49f; +} + +/* NameConstant */ +.chroma .no { + color: #eed49f; +} + +/* NameTag */ +.chroma .nt { + color: #c6a0f6; +} + +/* NameVariable */ +.chroma .nv { + color: #f5a97f; +} + +/* NameOther */ +.chroma .nx { + color: #f5a97f; +} + +/* Operator */ +.chroma .o { + color: #91d7e3; +} + +/* OperatorWord */ +.chroma .ow { + color: #91d7e3; + font-weight: bold; +} + +/* Punctuation */ +.chroma .p { + color: #939ab7; +} + +/* NameProperty */ +/* LiteralString */ +.chroma .s { + color: #a6da95; +} + +/* LiteralStringSingle */ +.chroma .s1 { + color: #a6da95; +} + +/* LiteralStringDouble */ +.chroma .s2 { + color: #a6da95; +} + +/* LiteralStringAffix */ +.chroma .sa { + color: #a6da95; +} + +/* LiteralStringBacktick */ +.chroma .sb { + color: #a6da95; +} + +/* LiteralStringChar */ +.chroma .sc { + color: #a6da95; +} + +/* LiteralStringDoc */ +.chroma .sd { + color: #a6da95; +} + +/* LiteralStringEscape */ +.chroma .se { + color: #8aadf4; +} + +/* LiteralStringHeredoc */ +.chroma .sh { + color: #a6da95; +} + +/* LiteralStringInterpol */ +.chroma .si { + color: #a6da95; +} + +/* LiteralStringRegex */ +.chroma .sr { + color: #8aadf4; +} + +/* LiteralStringSymbol */ +.chroma .ss { + color: #a6da95; +} + +/* LiteralStringOther */ +.chroma .sx { + color: #a6da95; +} + +/* NameVariableClass */ +.chroma .vc { + color: #eed49f; +} + +/* NameVariableGlobal */ +.chroma .vg { + color: #f5a97f; +} + +/* NameVariableInstance */ +.chroma .vi { + color: #eed49f; +} + +/* NameVariableMagic */ +/* TextWhitespace */ +.chroma .w { + color: #363a4f; +} + +.CodeMirror .cm-property, +.CodeMirror.cm-s-default .cm-property, +.CodeMirror.cm-s-paper .cm-property { + color: #cad3f5; +} +.CodeMirror .cm-header, +.CodeMirror.cm-s-default .cm-header, +.CodeMirror.cm-s-paper .cm-header { + color: #cad3f5; +} +.CodeMirror .cm-quote, +.CodeMirror.cm-s-default .cm-quote, +.CodeMirror.cm-s-paper .cm-quote { + color: #a6da95; +} +.CodeMirror .cm-keyword, +.CodeMirror.cm-s-default .cm-keyword, +.CodeMirror.cm-s-paper .cm-keyword { + color: #c6a0f6; +} +.CodeMirror .cm-atom, +.CodeMirror.cm-s-default .cm-atom, +.CodeMirror.cm-s-paper .cm-atom { + color: #ed8796; +} +.CodeMirror .cm-number, +.CodeMirror.cm-s-default .cm-number, +.CodeMirror.cm-s-paper .cm-number { + color: #f5a97f; +} +.CodeMirror .cm-def, +.CodeMirror.cm-s-default .cm-def, +.CodeMirror.cm-s-paper .cm-def { + color: #cad3f5; +} +.CodeMirror .cm-variable-2, +.CodeMirror.cm-s-default .cm-variable-2, +.CodeMirror.cm-s-paper .cm-variable-2 { + color: #91d7e3; +} +.CodeMirror .cm-variable-3, +.CodeMirror.cm-s-default .cm-variable-3, +.CodeMirror.cm-s-paper .cm-variable-3 { + color: #8bd5ca; +} +.CodeMirror .cm-comment, +.CodeMirror.cm-s-default .cm-comment, +.CodeMirror.cm-s-paper .cm-comment { + color: #5b6078; +} +.CodeMirror .cm-string, +.CodeMirror.cm-s-default .cm-string, +.CodeMirror.cm-s-paper .cm-string { + color: #a6da95; +} +.CodeMirror .cm-string-2, +.CodeMirror.cm-s-default .cm-string-2, +.CodeMirror.cm-s-paper .cm-string-2 { + color: #a6da95; +} +.CodeMirror .cm-meta, +.CodeMirror.cm-s-default .cm-meta, +.CodeMirror.cm-s-paper .cm-meta { + color: #f5a97f; +} +.CodeMirror .cm-qualifier, +.CodeMirror.cm-s-default .cm-qualifier, +.CodeMirror.cm-s-paper .cm-qualifier { + color: #f5a97f; +} +.CodeMirror .cm-builtin, +.CodeMirror.cm-s-default .cm-builtin, +.CodeMirror.cm-s-paper .cm-builtin { + color: #f5a97f; +} +.CodeMirror .cm-bracket, +.CodeMirror.cm-s-default .cm-bracket, +.CodeMirror.cm-s-paper .cm-bracket { + color: #cad3f5; +} +.CodeMirror .cm-tag, +.CodeMirror.cm-s-default .cm-tag, +.CodeMirror.cm-s-paper .cm-tag { + color: #eed49f; +} +.CodeMirror .cm-attribute, +.CodeMirror.cm-s-default .cm-attribute, +.CodeMirror.cm-s-paper .cm-attribute { + color: #eed49f; +} +.CodeMirror .cm-hr, +.CodeMirror.cm-s-default .cm-hr, +.CodeMirror.cm-s-paper .cm-hr { + color: #939ab7; +} +.CodeMirror .cm-url, +.CodeMirror.cm-s-default .cm-url, +.CodeMirror.cm-s-paper .cm-url { + color: #8aadf4; +} +.CodeMirror .cm-link, +.CodeMirror.cm-s-default .cm-link, +.CodeMirror.cm-s-paper .cm-link { + color: #8aadf4; +} +.CodeMirror .cm-error, +.CodeMirror.cm-s-default .cm-error, +.CodeMirror.cm-s-paper .cm-error { + color: #ed8796; +} + +.monaco-editor .selected-text { + background-color: #363a4f !important; +} +.monaco-editor .margin-view-overlays .line-numbers { + color: #a5adcb !important; +} +.monaco-editor .line-numbers.active-line-number { + color: #c6a0f6 !important; +} +.monaco-editor .view-overlays .current-line, +.monaco-editor .margin-view-overlays .current-line-margin { + background-color: rgb(47.52, 51.16, 71.44) !important; +} +.monaco-editor .mtk1 { + color: #cad3f5 !important; +} +.monaco-editor .mtk2 { + color: #ff69b4 !important; +} +.monaco-editor .mtk3 { + color: #f5a97f !important; +} +.monaco-editor .mtk4 { + color: #8bd5ca !important; +} +.monaco-editor .mtk5 { + color: #cad3f5 !important; +} +.monaco-editor .mtk6 { + color: #c6a0f6 !important; +} +.monaco-editor .mtk7 { + color: #f5a97f !important; +} +.monaco-editor .mtk8 { + color: #939ab7 !important; +} +.monaco-editor .mtk9 { + color: #c6a0f6 !important; +} +.monaco-editor .mtk10 { + color: #a5adcb !important; +} +.monaco-editor .mtk11 { + color: #8bd5ca !important; +} +.monaco-editor .mtk12 { + color: #8bd5ca !important; +} +.monaco-editor .mtk13 { + color: #ff69b4 !important; +} +.monaco-editor .mtk14 { + color: #ff69b4 !important; +} +.monaco-editor .mtk15 { + color: #c6a0f6 !important; +} +.monaco-editor .mtk16 { + color: #939ab7 !important; +} +.monaco-editor .mtk17 { + color: #ff69b4 !important; +} +.monaco-editor .mtk18 { + color: #ff69b4 !important; +} +.monaco-editor .mtk19 { + color: #8bd5ca !important; +} +.monaco-editor .mtk20 { + color: #ff69b4 !important; +} +.monaco-editor .mtk21 { + color: #a6da95 !important; +} +.monaco-editor .mtk22 { + color: #ff69b4 !important; +} +.monaco-editor .mtk23 { + color: #8aadf4 !important; +} +.monaco-editor .mtk24 { + color: #f5a97f !important; +} +.monaco-editor .mtk25 { + color: #f5bde6 !important; +} +.monaco-editor .bracket-highlighting-0 { + color: rgb(223, 165.4, 188) !important; +} +.monaco-editor .bracket-highlighting-1 { + color: rgb(227.8, 185.8, 174.2) !important; +} +.monaco-editor .bracket-highlighting-2 { + color: rgb(223.6, 211.6, 193.4) !important; +} +.monaco-editor .bracket-highlighting-3 { + color: rgb(180.4, 215.2, 187.4) !important; +} +.monaco-editor .bracket-highlighting-4 { + color: rgb(163.6, 188.2, 244.4) !important; +} +.monaco-editor .bracket-highlighting-5 { + color: rgb(199.6, 180.4, 245.6) !important; +} \ No newline at end of file diff --git a/public/assets/css/theme-catppuccin-macchiato-peach.css b/public/assets/css/theme-catppuccin-macchiato-peach.css new file mode 100644 index 0000000..f8ffdba --- /dev/null +++ b/public/assets/css/theme-catppuccin-macchiato-peach.css @@ -0,0 +1,873 @@ +:root { + color-scheme: dark; + --is-dark-theme: true; + accent-color: #f5a97f; + --color-primary: #f5a97f; + --color-primary-contrast: #181926; + --color-primary-hover: rgb(243.152173913, 153.1086956522, 103.347826087); + --color-primary-dark-1: rgb(243.8913043478, 159.4652173913, 112.8086956522); + --color-primary-dark-2: rgb(242.7826086957, 149.9304347826, 98.6173913043); + --color-primary-dark-3: rgb(241.6739130435, 140.3956521739, 84.4260869565); + --color-primary-dark-4: rgb(240.5652173913, 130.8608695652, 70.2347826087); + --color-primary-dark-5: rgb(239.4565217391, 121.3260869565, 56.0434782609); + --color-primary-dark-6: rgb(238.347826087, 111.7913043478, 41.852173913); + --color-primary-dark-7: rgb(237.2391304348, 102.2565217391, 27.6608695652); + --color-primary-light-1: rgb(246.1086956522, 178.5347826087, 141.1913043478); + --color-primary-light-2: rgb(247.2173913043, 188.0695652174, 155.3826086957); + --color-primary-light-3: rgb(248.3260869565, 197.6043478261, 169.5739130435); + --color-primary-light-4: rgb(249.4347826087, 207.1391304348, 183.7652173913); + --color-primary-light-5: rgb(250.5434782609, 216.6739130435, 197.9565217391); + --color-primary-light-6: rgb(251.652173913, 226.2086956522, 212.147826087); + --color-primary-light-7: rgb(252.7608695652, 235.7434782609, 226.3391304348); + --color-primary-alpha-10: rgba(245, 169, 127, 0.1); + --color-primary-alpha-20: rgba(245, 169, 127, 0.2); + --color-primary-alpha-30: rgba(245, 169, 127, 0.3); + --color-primary-alpha-40: rgba(245, 169, 127, 0.4); + --color-primary-alpha-50: rgba(245, 169, 127, 0.5); + --color-primary-alpha-60: rgba(245, 169, 127, 0.6); + --color-primary-alpha-70: rgba(245, 169, 127, 0.7); + --color-primary-alpha-80: rgba(245, 169, 127, 0.8); + --color-primary-alpha-90: rgba(245, 169, 127, 0.9); + --color-secondary: #494d64; + --color-secondary-dark-1: rgb(60.2120300752, 64.6721804511, 88.0879699248); + --color-secondary-dark-2: rgb(66.4240601504, 71.3443609023, 97.1759398496); + --color-secondary-dark-3: rgb(72.6360902256, 78.0165413534, 106.2639097744); + --color-secondary-dark-4: rgb(78.8481203008, 84.6887218045, 115.3518796992); + --color-secondary-dark-5: rgb(85.0601503759, 91.3609022556, 124.4398496241); + --color-secondary-dark-6: rgb(91.2721804511, 98.0330827068, 133.5278195489); + --color-secondary-dark-7: rgb(97.4842105263, 104.7052631579, 142.6157894737); + --color-secondary-dark-8: rgb(103.7714285714, 111.4285714286, 151.6285714286); + --color-secondary-dark-9: rgb(112.8593984962, 120.0563909774, 157.8406015038); + --color-secondary-dark-10: rgb(121.9473684211, 128.6842105263, 164.0526315789); + --color-secondary-dark-11: rgb(131.0353383459, 137.3120300752, 170.2646616541); + --color-secondary-dark-12: rgb(140.1233082707, 145.9398496241, 176.4766917293); + --color-secondary-dark-13: rgb(149.2112781955, 154.5676691729, 182.6887218045); + --color-secondary-light-1: rgb(47.7879699248, 51.3278195489, 69.9120300752); + --color-secondary-light-2: rgb(41.5759398496, 44.6556390977, 60.8240601504); + --color-secondary-light-3: rgb(35.3639097744, 37.9834586466, 51.7360902256); + --color-secondary-light-4: rgb(29.1518796992, 31.3112781955, 42.6481203008); + --color-secondary-alpha-10: rgba(54, 58, 79, 0.1); + --color-secondary-alpha-20: rgba(54, 58, 79, 0.2); + --color-secondary-alpha-30: rgba(54, 58, 79, 0.3); + --color-secondary-alpha-40: rgba(54, 58, 79, 0.4); + --color-secondary-alpha-50: rgba(54, 58, 79, 0.5); + --color-secondary-alpha-60: rgba(54, 58, 79, 0.6); + --color-secondary-alpha-70: rgba(54, 58, 79, 0.7); + --color-secondary-alpha-80: rgba(54, 58, 79, 0.8); + --color-secondary-alpha-90: rgba(54, 58, 79, 0.9); + /* colors */ + --color-red: #ed8796; + --color-orange: #f5a97f; + --color-yellow: #eed49f; + --color-olive: #a6da95; + --color-green: #a6da95; + --color-teal: #8bd5ca; + --color-blue: #8aadf4; + --color-violet: #b7bdf8; + --color-purple: #c6a0f6; + --color-pink: #f5bde6; + --color-brown: #f0c6c6; + --color-grey: #939ab7; + --color-black: #1e2030; + /* light variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-light: rgb(230.347826087, 90.652173913, 111.1956521739); + --color-orange-light: rgb(241.3043478261, 137.2173913043, 79.6956521739); + --color-yellow-light: rgb(230.3274336283, 192.592920354, 115.6725663717); + --color-olive-light: rgb(134.2587412587, 204.8041958042, 111.1958041958); + --color-green-light: rgb(134.2587412587, 204.8041958042, 111.1958041958); + --color-teal-light: rgb(101.5569620253, 199.4430379747, 184.8924050633); + --color-blue-light: rgb(91.3828125, 140.328125, 239.6171875); + --color-violet-light: rgb(136.5189873418, 146.3924050633, 243.4810126582); + --color-purple-light: rgb(170.0480769231, 113.4134615385, 241.5865384615); + --color-pink-light: rgb(238.2894736842, 144.7105263158, 213.2236842105); + --color-brown-light: rgb(229.375, 157.625, 157.625); + --color-grey-light: rgb(116.4, 125.3833333333, 162.6); + --color-black-light: rgb(10.3846153846, 11.0769230769, 16.6153846154); + /* dark 1 variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-dark-1: rgb(230.347826087, 90.652173913, 111.1956521739); + --color-orange-dark-1: rgb(241.3043478261, 137.2173913043, 79.6956521739); + --color-yellow-dark-1: rgb(230.3274336283, 192.592920354, 115.6725663717); + --color-olive-dark-1: rgb(134.2587412587, 204.8041958042, 111.1958041958); + --color-green-dark-1: rgb(134.2587412587, 204.8041958042, 111.1958041958); + --color-teal-dark-1: rgb(101.5569620253, 199.4430379747, 184.8924050633); + --color-blue-dark-1: rgb(91.3828125, 140.328125, 239.6171875); + --color-violet-dark-1: rgb(136.5189873418, 146.3924050633, 243.4810126582); + --color-purple-dark-1: rgb(170.0480769231, 113.4134615385, 241.5865384615); + --color-pink-dark-1: rgb(238.2894736842, 144.7105263158, 213.2236842105); + --color-brown-dark-1: rgb(229.375, 157.625, 157.625); + --color-black-dark-1: rgb(10.3846153846, 11.0769230769, 16.6153846154); + /* dark 2 variants - produced via Sass scale-color(color, $lightness: -20%) */ + --color-red-dark-2: rgb(223.6956521739, 46.3043478261, 72.3913043478); + --color-orange-dark-2: rgb(237.6086956522, 105.4347826087, 32.3913043478); + --color-yellow-dark-2: rgb(222.6548672566, 173.185840708, 72.3451327434); + --color-olive-dark-2: rgb(102.5174825175, 191.6083916084, 73.3916083916); + --color-green-dark-2: rgb(102.5174825175, 191.6083916084, 73.3916083916); + --color-teal-dark-2: rgb(66.4556962025, 183.5443037975, 166.1392405063); + --color-blue-dark-2: rgb(44.765625, 107.65625, 235.234375); + --color-violet-dark-2: rgb(90.0379746835, 103.7848101266, 238.9620253165); + --color-purple-dark-2: rgb(142.0961538462, 66.8269230769, 237.1730769231); + --color-pink-dark-2: rgb(231.5789473684, 100.4210526316, 196.4473684211); + --color-brown-dark-2: rgb(218.75, 117.25, 117.25); + --color-black-dark-2: hsl(233.3333333333, 23.0769230769%, -4.7058823529%); + /* other colors */ + --color-gold: #f4dbd6; + --color-white: #cad3f5; + --color-diff-removed-word-bg: rgba(237, 135, 150, 0.15); + --color-diff-added-word-bg: rgba(166, 218, 149, 0.15); + --color-diff-removed-row-bg: rgba(237, 135, 150, 0.07); + --color-diff-moved-row-bg: rgba(238, 212, 159, 0.07); + --color-diff-added-row-bg: rgba(166, 218, 149, 0.07); + --color-diff-removed-row-border: rgba(237, 135, 150, 0.07); + --color-diff-moved-row-border: rgba(238, 212, 159, 0.07); + --color-diff-added-row-border: rgba(166, 218, 149, 0.07); + --color-diff-inactive: #939ab7; + --color-error-border: #ed8796; + --color-error-bg: #ed8796; + --color-error-bg-active: rgb(233.6739130435, 112.8260869565, 130.597826087); + --color-error-bg-hover: rgb(230.347826087, 90.652173913, 111.1956521739); + --color-error-text: #181926; + --color-success-border: rgb(134.2587412587, 204.8041958042, 111.1958041958); + --color-success-bg: #a6da95; + --color-success-text: #181926; + --color-warning-border: rgb(230.3274336283, 192.592920354, 115.6725663717); + --color-warning-bg: #eed49f; + --color-warning-text: #181926; + --color-info-border: rgb(91.3828125, 140.328125, 239.6171875); + --color-info-bg: #181926; + --color-info-text: #cad3f5; + --color-red-badge: rgb(230.347826087, 90.652173913, 111.1956521739); + --color-red-badge-bg: #181926; + --color-red-badge-hover-bg: rgb(233.6739130435, 112.8260869565, 130.597826087); + --color-green-badge: #a6da95; + --color-green-badge-bg: #a6da95; + --color-green-badge-hover-bg: rgb(150.1293706294, 211.4020979021, 130.0979020979); + --color-yellow-badge: #eed49f; + --color-yellow-badge-bg: #181926; + --color-yellow-badge-hover-bg: rgb(234.1637168142, 202.296460177, 137.3362831858); + --color-orange-badge: #f5a97f; + --color-orange-badge-bg: #181926; + --color-orange-badge-hover-bg: rgb(243.152173913, 153.1086956522, 103.347826087); + --color-git: #f5a97f; + --color-highlight-bg: rgba(238, 212, 159, 0.15); + /* target-based colors */ + --color-body: #181926; + --color-box-header: #1e2030; + --color-box-body: #1e2030; + --color-box-body-highlight: #363a4f; + --color-text-dark: #a5adcb; + --color-text: #cad3f5; + --color-text-light: #b8c0e0; + --color-text-light-1: #b8c0e0; + --color-text-light-2: #b8c0e0; + --color-text-light-3: #b8c0e0; + --color-footer: #1e2030; + --color-timeline: #363a4f; + --color-input-text: #cad3f5; + --color-input-background: #363a4f; + --color-input-toggle-background: #363a4f; + --color-input-border: #494d64; + --color-input-border-hover: #5b6078; + --color-nav-bg: #1e2030; + --color-nav-hover-bg: var(--color-hover); + --color-navbar: #1e2030; + --color-navbar-transparent: rgba(24, 25, 38, 0); + --color-light: rgba(91, 96, 120, 0.3); + --color-light-mimic-enabled: rgba( + 0, + 0, + 0, + calc(40 / 255 * 222 / 255 / var(--opacity-disabled)) + ); + --color-light-border: #5b6078; + --color-hover: rgba(110, 115, 141, 0.2); + --color-active: rgba(202, 211, 245, 0.1); + --color-menu: #363a4f; + --color-card: #363a4f; + --color-markup-table-row: rgba(202, 211, 245, 0.02); + --color-markup-code-block: rgba(202, 211, 245, 0.05); + --color-markup-code-inline: #363a4f; + --color-button: #363a4f; + --color-code-bg: #24273a; + --color-code-sidebar-bg: #363a4f; + --color-shadow: rgba(24, 25, 38, 0.1); + --color-tooltip-bg: #363a4f; + --color-tooltip-text: var(--color-text); + --color-secondary-bg: #363a4f; + --color-text-focus: #cad3f5; + --color-expand-button: #5b6078; + --color-placeholder-text: #a5adcb; + --color-editor-line-highlight: var(--color-primary-light-5); + --color-project-board-bg: var(--color-secondary-light-2); + /* gitea source code: */ + /* should ideally be --color-text-dark, see go-gitea/gitea#15651 */ + --color-caret: var(--color-text); + --color-reaction-bg: rgba(202, 211, 245, 0.07); + --color-reaction-active-bg: var(--color-primary-alpha-40); + --color-header-wrapper: #1e2030; + --color-header-wrapper-transparent: rgba(30, 32, 48, 0); + --color-label-text: #181926; + --color-label-bg: #f5a97f; + --color-label-hover-bg: rgb(242.7826086957, 149.9304347826, 98.6173913043); + --color-label-active-bg: rgb(243.8913043478, 159.4652173913, 112.8086956522); + --color-accent: var(--color-primary-light-1); + --color-small-accent: var(--color-primary-light-5); + --color-active-line: #494d64; +} + +/* invert emojis that are hard to read otherwise */ +.emoji[aria-label="check mark"], +.emoji[aria-label="currency exchange"], +.emoji[aria-label="TOP arrow"], +.emoji[aria-label="END arrow"], +.emoji[aria-label="ON! arrow"], +.emoji[aria-label="SOON arrow"], +.emoji[aria-label="heavy dollar sign"], +.emoji[aria-label=copyright], +.emoji[aria-label=registered], +.emoji[aria-label="trade mark"], +.emoji[aria-label=multiply], +.emoji[aria-label=plus], +.emoji[aria-label=minus], +.emoji[aria-label=divide], +.emoji[aria-label="curly loop"], +.emoji[aria-label="double curly loop"], +.emoji[aria-label="wavy dash"], +.emoji[aria-label="paw prints"], +.emoji[aria-label="musical note"], +.emoji[aria-label="musical notes"] { + filter: invert(100%) hue-rotate(180deg); +} + +.ui.ui.ui.button:not(.inverted, .basic).primary, .ui.ui.ui.button:not(.inverted, .basic).green, .ui.ui.ui.button:not(.inverted, .basic).red, .ui.ui.ui.button:not(.inverted, .basic).teal, +.ui.ui.ui.label:not(.inverted, .basic).primary, +.ui.ui.ui.label:not(.inverted, .basic).green, +.ui.ui.ui.label:not(.inverted, .basic).red, +.ui.ui.ui.label:not(.inverted, .basic).teal { + color: #181926; +} +.ui.ui.ui.button:not(.inverted, .basic).primary:hover, .ui.ui.ui.button:not(.inverted, .basic).green:hover, .ui.ui.ui.button:not(.inverted, .basic).red:hover, .ui.ui.ui.button:not(.inverted, .basic).teal:hover, +.ui.ui.ui.label:not(.inverted, .basic).primary:hover, +.ui.ui.ui.label:not(.inverted, .basic).green:hover, +.ui.ui.ui.label:not(.inverted, .basic).red:hover, +.ui.ui.ui.label:not(.inverted, .basic).teal:hover { + color: #24273a; +} + +.ui.basic.modal { + background-color: #24273a; +} + +.ui.commit-header-row .svg.gitea-lock ~ a { + color: #181926; +} + +.ui.negative.message .header { + color: var(--color-error-text); +} + +.ui.sha.isSigned.isVerified .shortsha { + color: #181926; +} +.ui.sha.isSigned.isVerified svg.gitea-lock { + fill: #181926; +} + +.ui.basic.modal, +.ui.basic.modal > .header, +.ui.inverted.button { + color: #cad3f5 !important; +} + +#repo-topics, +#topic_edit > .ui.selection.dropdown { + color: var(--color-label-text) !important; +} + +blockquote.attention-tip { + border-left-color: var(--color-success-bg); +} +blockquote.attention-warning { + border-left-color: var(--color-warning-bg); +} + +svg.attention-tip, +strong.attention-tip { + color: var(--color-success-bg); +} +svg.attention-warning, +strong.attention-warning { + color: var(--color-warning-bg); +} + +.inline-code-block { + color: #181926; +} + +::selection { + background: rgba(245, 169, 127, 0.3) !important; +} + +/* NameBuiltinPseudo */ +.chroma .bp { + color: #f5a97f; +} + +/* Comment */ +.chroma .c { + color: #6e738d; +} + +/* CommentSingle */ +.chroma .c1 { + color: #6e738d; +} + +/* CommentHashbang */ +.chroma .ch { + color: #6e738d; +} + +/* CommentMultiline */ +.chroma .cm { + color: #6e738d; +} + +/* CommentPreproc */ +.chroma .cp { + color: #8aadf4; +} + +/* CommentPreprocFile */ +.chroma .cpf { + color: #8aadf4; +} + +/* CommentSpecial */ +.chroma .cs { + color: #6e738d; +} + +/* LiteralStringDelimiter */ +.chroma .dl { + color: #8aadf4; +} + +/* NameFunctionMagic */ +/* Generic */ +/* GenericDeleted */ +.chroma .gd { + color: #cad3f5; + background-color: rgba(237, 135, 150, 0.15); +} + +/* GenericEmph */ +.chroma .ge { + font-style: italic; +} + +/* GenericHeading */ +.chroma .gh { + color: #91d7e3; +} + +/* GenericInserted */ +.chroma .gi { + color: #cad3f5; + background-color: rgba(166, 218, 149, 0.15); +} + +/* GenericUnderline */ +/* GenericOutput */ +.chroma .go { + color: #f5a97f; +} + +/* GenericPrompt */ +.chroma .gp { + color: #6e738d; + font-weight: bold; +} + +/* GenericError */ +.chroma .gr { + color: #ee99a0; +} + +/* GenericStrong */ +.chroma .gs { + font-weight: bold; +} + +/* GenericTraceback */ +.chroma .gt { + color: #ee99a0; +} + +/* GenericSubheading */ +.chroma .gu { + color: #91d7e3; +} + +/* LiteralNumberIntegerLong */ +.chroma .il { + color: #f5a97f; +} + +/* Keyword */ +.chroma .k { + color: #c6a0f6; +} + +/* KeywordConstant */ +.chroma .kc { + color: #eed49f; +} + +/* KeywordDeclaration */ +.chroma .kd { + color: #c6a0f6; +} + +/* KeywordNamespace */ +.chroma .kn { + color: #eed49f; +} + +/* KeywordPseudo */ +.chroma .kp { + color: #c6a0f6; + font-weight: bold; +} + +/* KeywordReserved */ +.chroma .kr { + color: #c6a0f6; +} + +/* KeywordType */ +.chroma .kt { + color: #eed49f; +} + +/* Literal */ +/* LiteralDate */ +/* LiteralNumber */ +.chroma .m { + color: #f5a97f; +} + +/* LiteralNumberBin */ +.chroma .mb { + color: #f5a97f; +} + +/* LiteralNumberFloat */ +.chroma .mf { + color: #f5a97f; +} + +/* LiteralNumberHex */ +.chroma .mh { + color: #f5a97f; +} + +/* LiteralNumberInteger */ +.chroma .mi { + color: #f5a97f; +} + +/* LiteralNumberOct */ +.chroma .mo { + color: #f5a97f; +} + +/* Name */ +.chroma .n { + color: #b7bdf8; +} + +/* NameAttribute */ +.chroma .na { + color: #eed49f; +} + +/* NameBuiltin */ +.chroma .nb { + color: #f5a97f; +} + +/* NameClass */ +.chroma .nc { + color: #eed49f; +} + +/* NameDecorator */ +.chroma .nd { + color: #f5bde6; +} + +/* NameException */ +.chroma .ne { + color: #ee99a0; +} + +/* NameFunction */ +.chroma .nf { + color: #8aadf4; +} + +/* NameEntity */ +.chroma .ni { + color: #f5bde6; +} + +/* NameLabel */ +.chroma .nl { + color: #eed49f; +} + +/* NameNamespace */ +.chroma .nn { + color: #eed49f; +} + +/* NameConstant */ +.chroma .no { + color: #eed49f; +} + +/* NameTag */ +.chroma .nt { + color: #c6a0f6; +} + +/* NameVariable */ +.chroma .nv { + color: #f5a97f; +} + +/* NameOther */ +.chroma .nx { + color: #f5a97f; +} + +/* Operator */ +.chroma .o { + color: #91d7e3; +} + +/* OperatorWord */ +.chroma .ow { + color: #91d7e3; + font-weight: bold; +} + +/* Punctuation */ +.chroma .p { + color: #939ab7; +} + +/* NameProperty */ +/* LiteralString */ +.chroma .s { + color: #a6da95; +} + +/* LiteralStringSingle */ +.chroma .s1 { + color: #a6da95; +} + +/* LiteralStringDouble */ +.chroma .s2 { + color: #a6da95; +} + +/* LiteralStringAffix */ +.chroma .sa { + color: #a6da95; +} + +/* LiteralStringBacktick */ +.chroma .sb { + color: #a6da95; +} + +/* LiteralStringChar */ +.chroma .sc { + color: #a6da95; +} + +/* LiteralStringDoc */ +.chroma .sd { + color: #a6da95; +} + +/* LiteralStringEscape */ +.chroma .se { + color: #8aadf4; +} + +/* LiteralStringHeredoc */ +.chroma .sh { + color: #a6da95; +} + +/* LiteralStringInterpol */ +.chroma .si { + color: #a6da95; +} + +/* LiteralStringRegex */ +.chroma .sr { + color: #8aadf4; +} + +/* LiteralStringSymbol */ +.chroma .ss { + color: #a6da95; +} + +/* LiteralStringOther */ +.chroma .sx { + color: #a6da95; +} + +/* NameVariableClass */ +.chroma .vc { + color: #eed49f; +} + +/* NameVariableGlobal */ +.chroma .vg { + color: #f5a97f; +} + +/* NameVariableInstance */ +.chroma .vi { + color: #eed49f; +} + +/* NameVariableMagic */ +/* TextWhitespace */ +.chroma .w { + color: #363a4f; +} + +.CodeMirror .cm-property, +.CodeMirror.cm-s-default .cm-property, +.CodeMirror.cm-s-paper .cm-property { + color: #cad3f5; +} +.CodeMirror .cm-header, +.CodeMirror.cm-s-default .cm-header, +.CodeMirror.cm-s-paper .cm-header { + color: #cad3f5; +} +.CodeMirror .cm-quote, +.CodeMirror.cm-s-default .cm-quote, +.CodeMirror.cm-s-paper .cm-quote { + color: #a6da95; +} +.CodeMirror .cm-keyword, +.CodeMirror.cm-s-default .cm-keyword, +.CodeMirror.cm-s-paper .cm-keyword { + color: #c6a0f6; +} +.CodeMirror .cm-atom, +.CodeMirror.cm-s-default .cm-atom, +.CodeMirror.cm-s-paper .cm-atom { + color: #ed8796; +} +.CodeMirror .cm-number, +.CodeMirror.cm-s-default .cm-number, +.CodeMirror.cm-s-paper .cm-number { + color: #f5a97f; +} +.CodeMirror .cm-def, +.CodeMirror.cm-s-default .cm-def, +.CodeMirror.cm-s-paper .cm-def { + color: #cad3f5; +} +.CodeMirror .cm-variable-2, +.CodeMirror.cm-s-default .cm-variable-2, +.CodeMirror.cm-s-paper .cm-variable-2 { + color: #91d7e3; +} +.CodeMirror .cm-variable-3, +.CodeMirror.cm-s-default .cm-variable-3, +.CodeMirror.cm-s-paper .cm-variable-3 { + color: #8bd5ca; +} +.CodeMirror .cm-comment, +.CodeMirror.cm-s-default .cm-comment, +.CodeMirror.cm-s-paper .cm-comment { + color: #5b6078; +} +.CodeMirror .cm-string, +.CodeMirror.cm-s-default .cm-string, +.CodeMirror.cm-s-paper .cm-string { + color: #a6da95; +} +.CodeMirror .cm-string-2, +.CodeMirror.cm-s-default .cm-string-2, +.CodeMirror.cm-s-paper .cm-string-2 { + color: #a6da95; +} +.CodeMirror .cm-meta, +.CodeMirror.cm-s-default .cm-meta, +.CodeMirror.cm-s-paper .cm-meta { + color: #f5a97f; +} +.CodeMirror .cm-qualifier, +.CodeMirror.cm-s-default .cm-qualifier, +.CodeMirror.cm-s-paper .cm-qualifier { + color: #f5a97f; +} +.CodeMirror .cm-builtin, +.CodeMirror.cm-s-default .cm-builtin, +.CodeMirror.cm-s-paper .cm-builtin { + color: #f5a97f; +} +.CodeMirror .cm-bracket, +.CodeMirror.cm-s-default .cm-bracket, +.CodeMirror.cm-s-paper .cm-bracket { + color: #cad3f5; +} +.CodeMirror .cm-tag, +.CodeMirror.cm-s-default .cm-tag, +.CodeMirror.cm-s-paper .cm-tag { + color: #eed49f; +} +.CodeMirror .cm-attribute, +.CodeMirror.cm-s-default .cm-attribute, +.CodeMirror.cm-s-paper .cm-attribute { + color: #eed49f; +} +.CodeMirror .cm-hr, +.CodeMirror.cm-s-default .cm-hr, +.CodeMirror.cm-s-paper .cm-hr { + color: #939ab7; +} +.CodeMirror .cm-url, +.CodeMirror.cm-s-default .cm-url, +.CodeMirror.cm-s-paper .cm-url { + color: #8aadf4; +} +.CodeMirror .cm-link, +.CodeMirror.cm-s-default .cm-link, +.CodeMirror.cm-s-paper .cm-link { + color: #8aadf4; +} +.CodeMirror .cm-error, +.CodeMirror.cm-s-default .cm-error, +.CodeMirror.cm-s-paper .cm-error { + color: #ed8796; +} + +.monaco-editor .selected-text { + background-color: #363a4f !important; +} +.monaco-editor .margin-view-overlays .line-numbers { + color: #a5adcb !important; +} +.monaco-editor .line-numbers.active-line-number { + color: #f5a97f !important; +} +.monaco-editor .view-overlays .current-line, +.monaco-editor .margin-view-overlays .current-line-margin { + background-color: rgb(47.52, 51.16, 71.44) !important; +} +.monaco-editor .mtk1 { + color: #cad3f5 !important; +} +.monaco-editor .mtk2 { + color: #ff69b4 !important; +} +.monaco-editor .mtk3 { + color: #f5a97f !important; +} +.monaco-editor .mtk4 { + color: #8bd5ca !important; +} +.monaco-editor .mtk5 { + color: #cad3f5 !important; +} +.monaco-editor .mtk6 { + color: #c6a0f6 !important; +} +.monaco-editor .mtk7 { + color: #f5a97f !important; +} +.monaco-editor .mtk8 { + color: #939ab7 !important; +} +.monaco-editor .mtk9 { + color: #c6a0f6 !important; +} +.monaco-editor .mtk10 { + color: #a5adcb !important; +} +.monaco-editor .mtk11 { + color: #8bd5ca !important; +} +.monaco-editor .mtk12 { + color: #8bd5ca !important; +} +.monaco-editor .mtk13 { + color: #ff69b4 !important; +} +.monaco-editor .mtk14 { + color: #ff69b4 !important; +} +.monaco-editor .mtk15 { + color: #c6a0f6 !important; +} +.monaco-editor .mtk16 { + color: #939ab7 !important; +} +.monaco-editor .mtk17 { + color: #ff69b4 !important; +} +.monaco-editor .mtk18 { + color: #ff69b4 !important; +} +.monaco-editor .mtk19 { + color: #8bd5ca !important; +} +.monaco-editor .mtk20 { + color: #ff69b4 !important; +} +.monaco-editor .mtk21 { + color: #a6da95 !important; +} +.monaco-editor .mtk22 { + color: #ff69b4 !important; +} +.monaco-editor .mtk23 { + color: #8aadf4 !important; +} +.monaco-editor .mtk24 { + color: #f5a97f !important; +} +.monaco-editor .mtk25 { + color: #f5bde6 !important; +} +.monaco-editor .bracket-highlighting-0 { + color: rgb(223, 165.4, 188) !important; +} +.monaco-editor .bracket-highlighting-1 { + color: rgb(227.8, 185.8, 174.2) !important; +} +.monaco-editor .bracket-highlighting-2 { + color: rgb(223.6, 211.6, 193.4) !important; +} +.monaco-editor .bracket-highlighting-3 { + color: rgb(180.4, 215.2, 187.4) !important; +} +.monaco-editor .bracket-highlighting-4 { + color: rgb(163.6, 188.2, 244.4) !important; +} +.monaco-editor .bracket-highlighting-5 { + color: rgb(199.6, 180.4, 245.6) !important; +} \ No newline at end of file diff --git a/public/assets/css/theme-catppuccin-macchiato-pink.css b/public/assets/css/theme-catppuccin-macchiato-pink.css new file mode 100644 index 0000000..5973022 --- /dev/null +++ b/public/assets/css/theme-catppuccin-macchiato-pink.css @@ -0,0 +1,873 @@ +:root { + color-scheme: dark; + --is-dark-theme: true; + accent-color: #f5bde6; + --color-primary: #f5bde6; + --color-primary-contrast: #181926; + --color-primary-hover: rgb(241.6447368421, 166.8552631579, 221.6118421053); + --color-primary-dark-1: rgb(242.9868421053, 175.7131578947, 224.9671052632); + --color-primary-dark-2: rgb(240.9736842105, 162.4263157895, 219.9342105263); + --color-primary-dark-3: rgb(238.9605263158, 149.1394736842, 214.9013157895); + --color-primary-dark-4: rgb(236.9473684211, 135.8526315789, 209.8684210526); + --color-primary-dark-5: rgb(234.9342105263, 122.5657894737, 204.8355263158); + --color-primary-dark-6: rgb(232.9210526316, 109.2789473684, 199.8026315789); + --color-primary-dark-7: rgb(230.9078947368, 95.9921052632, 194.7697368421); + --color-primary-light-1: rgb(247.0131578947, 202.2868421053, 235.0328947368); + --color-primary-light-2: rgb(249.0263157895, 215.5736842105, 240.0657894737); + --color-primary-light-3: rgb(251.0394736842, 228.8605263158, 245.0986842105); + --color-primary-light-4: rgb(253.0526315789, 242.1473684211, 250.1315789474); + --color-primary-light-5: hsl(316.0714285714, 73.6842105263%, 100.0980392157%); + --color-primary-light-6: hsl(316.0714285714, 73.6842105263%, 103.0980392157%); + --color-primary-light-7: hsl(316.0714285714, 73.6842105263%, 106.0980392157%); + --color-primary-alpha-10: rgba(245, 189, 230, 0.1); + --color-primary-alpha-20: rgba(245, 189, 230, 0.2); + --color-primary-alpha-30: rgba(245, 189, 230, 0.3); + --color-primary-alpha-40: rgba(245, 189, 230, 0.4); + --color-primary-alpha-50: rgba(245, 189, 230, 0.5); + --color-primary-alpha-60: rgba(245, 189, 230, 0.6); + --color-primary-alpha-70: rgba(245, 189, 230, 0.7); + --color-primary-alpha-80: rgba(245, 189, 230, 0.8); + --color-primary-alpha-90: rgba(245, 189, 230, 0.9); + --color-secondary: #494d64; + --color-secondary-dark-1: rgb(60.2120300752, 64.6721804511, 88.0879699248); + --color-secondary-dark-2: rgb(66.4240601504, 71.3443609023, 97.1759398496); + --color-secondary-dark-3: rgb(72.6360902256, 78.0165413534, 106.2639097744); + --color-secondary-dark-4: rgb(78.8481203008, 84.6887218045, 115.3518796992); + --color-secondary-dark-5: rgb(85.0601503759, 91.3609022556, 124.4398496241); + --color-secondary-dark-6: rgb(91.2721804511, 98.0330827068, 133.5278195489); + --color-secondary-dark-7: rgb(97.4842105263, 104.7052631579, 142.6157894737); + --color-secondary-dark-8: rgb(103.7714285714, 111.4285714286, 151.6285714286); + --color-secondary-dark-9: rgb(112.8593984962, 120.0563909774, 157.8406015038); + --color-secondary-dark-10: rgb(121.9473684211, 128.6842105263, 164.0526315789); + --color-secondary-dark-11: rgb(131.0353383459, 137.3120300752, 170.2646616541); + --color-secondary-dark-12: rgb(140.1233082707, 145.9398496241, 176.4766917293); + --color-secondary-dark-13: rgb(149.2112781955, 154.5676691729, 182.6887218045); + --color-secondary-light-1: rgb(47.7879699248, 51.3278195489, 69.9120300752); + --color-secondary-light-2: rgb(41.5759398496, 44.6556390977, 60.8240601504); + --color-secondary-light-3: rgb(35.3639097744, 37.9834586466, 51.7360902256); + --color-secondary-light-4: rgb(29.1518796992, 31.3112781955, 42.6481203008); + --color-secondary-alpha-10: rgba(54, 58, 79, 0.1); + --color-secondary-alpha-20: rgba(54, 58, 79, 0.2); + --color-secondary-alpha-30: rgba(54, 58, 79, 0.3); + --color-secondary-alpha-40: rgba(54, 58, 79, 0.4); + --color-secondary-alpha-50: rgba(54, 58, 79, 0.5); + --color-secondary-alpha-60: rgba(54, 58, 79, 0.6); + --color-secondary-alpha-70: rgba(54, 58, 79, 0.7); + --color-secondary-alpha-80: rgba(54, 58, 79, 0.8); + --color-secondary-alpha-90: rgba(54, 58, 79, 0.9); + /* colors */ + --color-red: #ed8796; + --color-orange: #f5a97f; + --color-yellow: #eed49f; + --color-olive: #a6da95; + --color-green: #a6da95; + --color-teal: #8bd5ca; + --color-blue: #8aadf4; + --color-violet: #b7bdf8; + --color-purple: #c6a0f6; + --color-pink: #f5bde6; + --color-brown: #f0c6c6; + --color-grey: #939ab7; + --color-black: #1e2030; + /* light variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-light: rgb(230.347826087, 90.652173913, 111.1956521739); + --color-orange-light: rgb(241.3043478261, 137.2173913043, 79.6956521739); + --color-yellow-light: rgb(230.3274336283, 192.592920354, 115.6725663717); + --color-olive-light: rgb(134.2587412587, 204.8041958042, 111.1958041958); + --color-green-light: rgb(134.2587412587, 204.8041958042, 111.1958041958); + --color-teal-light: rgb(101.5569620253, 199.4430379747, 184.8924050633); + --color-blue-light: rgb(91.3828125, 140.328125, 239.6171875); + --color-violet-light: rgb(136.5189873418, 146.3924050633, 243.4810126582); + --color-purple-light: rgb(170.0480769231, 113.4134615385, 241.5865384615); + --color-pink-light: rgb(238.2894736842, 144.7105263158, 213.2236842105); + --color-brown-light: rgb(229.375, 157.625, 157.625); + --color-grey-light: rgb(116.4, 125.3833333333, 162.6); + --color-black-light: rgb(10.3846153846, 11.0769230769, 16.6153846154); + /* dark 1 variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-dark-1: rgb(230.347826087, 90.652173913, 111.1956521739); + --color-orange-dark-1: rgb(241.3043478261, 137.2173913043, 79.6956521739); + --color-yellow-dark-1: rgb(230.3274336283, 192.592920354, 115.6725663717); + --color-olive-dark-1: rgb(134.2587412587, 204.8041958042, 111.1958041958); + --color-green-dark-1: rgb(134.2587412587, 204.8041958042, 111.1958041958); + --color-teal-dark-1: rgb(101.5569620253, 199.4430379747, 184.8924050633); + --color-blue-dark-1: rgb(91.3828125, 140.328125, 239.6171875); + --color-violet-dark-1: rgb(136.5189873418, 146.3924050633, 243.4810126582); + --color-purple-dark-1: rgb(170.0480769231, 113.4134615385, 241.5865384615); + --color-pink-dark-1: rgb(238.2894736842, 144.7105263158, 213.2236842105); + --color-brown-dark-1: rgb(229.375, 157.625, 157.625); + --color-black-dark-1: rgb(10.3846153846, 11.0769230769, 16.6153846154); + /* dark 2 variants - produced via Sass scale-color(color, $lightness: -20%) */ + --color-red-dark-2: rgb(223.6956521739, 46.3043478261, 72.3913043478); + --color-orange-dark-2: rgb(237.6086956522, 105.4347826087, 32.3913043478); + --color-yellow-dark-2: rgb(222.6548672566, 173.185840708, 72.3451327434); + --color-olive-dark-2: rgb(102.5174825175, 191.6083916084, 73.3916083916); + --color-green-dark-2: rgb(102.5174825175, 191.6083916084, 73.3916083916); + --color-teal-dark-2: rgb(66.4556962025, 183.5443037975, 166.1392405063); + --color-blue-dark-2: rgb(44.765625, 107.65625, 235.234375); + --color-violet-dark-2: rgb(90.0379746835, 103.7848101266, 238.9620253165); + --color-purple-dark-2: rgb(142.0961538462, 66.8269230769, 237.1730769231); + --color-pink-dark-2: rgb(231.5789473684, 100.4210526316, 196.4473684211); + --color-brown-dark-2: rgb(218.75, 117.25, 117.25); + --color-black-dark-2: hsl(233.3333333333, 23.0769230769%, -4.7058823529%); + /* other colors */ + --color-gold: #f4dbd6; + --color-white: #cad3f5; + --color-diff-removed-word-bg: rgba(237, 135, 150, 0.15); + --color-diff-added-word-bg: rgba(166, 218, 149, 0.15); + --color-diff-removed-row-bg: rgba(237, 135, 150, 0.07); + --color-diff-moved-row-bg: rgba(238, 212, 159, 0.07); + --color-diff-added-row-bg: rgba(166, 218, 149, 0.07); + --color-diff-removed-row-border: rgba(237, 135, 150, 0.07); + --color-diff-moved-row-border: rgba(238, 212, 159, 0.07); + --color-diff-added-row-border: rgba(166, 218, 149, 0.07); + --color-diff-inactive: #939ab7; + --color-error-border: #ed8796; + --color-error-bg: #ed8796; + --color-error-bg-active: rgb(233.6739130435, 112.8260869565, 130.597826087); + --color-error-bg-hover: rgb(230.347826087, 90.652173913, 111.1956521739); + --color-error-text: #181926; + --color-success-border: rgb(134.2587412587, 204.8041958042, 111.1958041958); + --color-success-bg: #a6da95; + --color-success-text: #181926; + --color-warning-border: rgb(230.3274336283, 192.592920354, 115.6725663717); + --color-warning-bg: #eed49f; + --color-warning-text: #181926; + --color-info-border: rgb(91.3828125, 140.328125, 239.6171875); + --color-info-bg: #181926; + --color-info-text: #cad3f5; + --color-red-badge: rgb(230.347826087, 90.652173913, 111.1956521739); + --color-red-badge-bg: #181926; + --color-red-badge-hover-bg: rgb(233.6739130435, 112.8260869565, 130.597826087); + --color-green-badge: #a6da95; + --color-green-badge-bg: #a6da95; + --color-green-badge-hover-bg: rgb(150.1293706294, 211.4020979021, 130.0979020979); + --color-yellow-badge: #eed49f; + --color-yellow-badge-bg: #181926; + --color-yellow-badge-hover-bg: rgb(234.1637168142, 202.296460177, 137.3362831858); + --color-orange-badge: #f5a97f; + --color-orange-badge-bg: #181926; + --color-orange-badge-hover-bg: rgb(243.152173913, 153.1086956522, 103.347826087); + --color-git: #f5a97f; + --color-highlight-bg: rgba(238, 212, 159, 0.15); + /* target-based colors */ + --color-body: #181926; + --color-box-header: #1e2030; + --color-box-body: #1e2030; + --color-box-body-highlight: #363a4f; + --color-text-dark: #a5adcb; + --color-text: #cad3f5; + --color-text-light: #b8c0e0; + --color-text-light-1: #b8c0e0; + --color-text-light-2: #b8c0e0; + --color-text-light-3: #b8c0e0; + --color-footer: #1e2030; + --color-timeline: #363a4f; + --color-input-text: #cad3f5; + --color-input-background: #363a4f; + --color-input-toggle-background: #363a4f; + --color-input-border: #494d64; + --color-input-border-hover: #5b6078; + --color-nav-bg: #1e2030; + --color-nav-hover-bg: var(--color-hover); + --color-navbar: #1e2030; + --color-navbar-transparent: rgba(24, 25, 38, 0); + --color-light: rgba(91, 96, 120, 0.3); + --color-light-mimic-enabled: rgba( + 0, + 0, + 0, + calc(40 / 255 * 222 / 255 / var(--opacity-disabled)) + ); + --color-light-border: #5b6078; + --color-hover: rgba(110, 115, 141, 0.2); + --color-active: rgba(202, 211, 245, 0.1); + --color-menu: #363a4f; + --color-card: #363a4f; + --color-markup-table-row: rgba(202, 211, 245, 0.02); + --color-markup-code-block: rgba(202, 211, 245, 0.05); + --color-markup-code-inline: #363a4f; + --color-button: #363a4f; + --color-code-bg: #24273a; + --color-code-sidebar-bg: #363a4f; + --color-shadow: rgba(24, 25, 38, 0.1); + --color-tooltip-bg: #363a4f; + --color-tooltip-text: var(--color-text); + --color-secondary-bg: #363a4f; + --color-text-focus: #cad3f5; + --color-expand-button: #5b6078; + --color-placeholder-text: #a5adcb; + --color-editor-line-highlight: var(--color-primary-light-5); + --color-project-board-bg: var(--color-secondary-light-2); + /* gitea source code: */ + /* should ideally be --color-text-dark, see go-gitea/gitea#15651 */ + --color-caret: var(--color-text); + --color-reaction-bg: rgba(202, 211, 245, 0.07); + --color-reaction-active-bg: var(--color-primary-alpha-40); + --color-header-wrapper: #1e2030; + --color-header-wrapper-transparent: rgba(30, 32, 48, 0); + --color-label-text: #181926; + --color-label-bg: #f5bde6; + --color-label-hover-bg: rgb(240.9736842105, 162.4263157895, 219.9342105263); + --color-label-active-bg: rgb(242.9868421053, 175.7131578947, 224.9671052632); + --color-accent: var(--color-primary-light-1); + --color-small-accent: var(--color-primary-light-5); + --color-active-line: #494d64; +} + +/* invert emojis that are hard to read otherwise */ +.emoji[aria-label="check mark"], +.emoji[aria-label="currency exchange"], +.emoji[aria-label="TOP arrow"], +.emoji[aria-label="END arrow"], +.emoji[aria-label="ON! arrow"], +.emoji[aria-label="SOON arrow"], +.emoji[aria-label="heavy dollar sign"], +.emoji[aria-label=copyright], +.emoji[aria-label=registered], +.emoji[aria-label="trade mark"], +.emoji[aria-label=multiply], +.emoji[aria-label=plus], +.emoji[aria-label=minus], +.emoji[aria-label=divide], +.emoji[aria-label="curly loop"], +.emoji[aria-label="double curly loop"], +.emoji[aria-label="wavy dash"], +.emoji[aria-label="paw prints"], +.emoji[aria-label="musical note"], +.emoji[aria-label="musical notes"] { + filter: invert(100%) hue-rotate(180deg); +} + +.ui.ui.ui.button:not(.inverted, .basic).primary, .ui.ui.ui.button:not(.inverted, .basic).green, .ui.ui.ui.button:not(.inverted, .basic).red, .ui.ui.ui.button:not(.inverted, .basic).teal, +.ui.ui.ui.label:not(.inverted, .basic).primary, +.ui.ui.ui.label:not(.inverted, .basic).green, +.ui.ui.ui.label:not(.inverted, .basic).red, +.ui.ui.ui.label:not(.inverted, .basic).teal { + color: #181926; +} +.ui.ui.ui.button:not(.inverted, .basic).primary:hover, .ui.ui.ui.button:not(.inverted, .basic).green:hover, .ui.ui.ui.button:not(.inverted, .basic).red:hover, .ui.ui.ui.button:not(.inverted, .basic).teal:hover, +.ui.ui.ui.label:not(.inverted, .basic).primary:hover, +.ui.ui.ui.label:not(.inverted, .basic).green:hover, +.ui.ui.ui.label:not(.inverted, .basic).red:hover, +.ui.ui.ui.label:not(.inverted, .basic).teal:hover { + color: #24273a; +} + +.ui.basic.modal { + background-color: #24273a; +} + +.ui.commit-header-row .svg.gitea-lock ~ a { + color: #181926; +} + +.ui.negative.message .header { + color: var(--color-error-text); +} + +.ui.sha.isSigned.isVerified .shortsha { + color: #181926; +} +.ui.sha.isSigned.isVerified svg.gitea-lock { + fill: #181926; +} + +.ui.basic.modal, +.ui.basic.modal > .header, +.ui.inverted.button { + color: #cad3f5 !important; +} + +#repo-topics, +#topic_edit > .ui.selection.dropdown { + color: var(--color-label-text) !important; +} + +blockquote.attention-tip { + border-left-color: var(--color-success-bg); +} +blockquote.attention-warning { + border-left-color: var(--color-warning-bg); +} + +svg.attention-tip, +strong.attention-tip { + color: var(--color-success-bg); +} +svg.attention-warning, +strong.attention-warning { + color: var(--color-warning-bg); +} + +.inline-code-block { + color: #181926; +} + +::selection { + background: rgba(245, 189, 230, 0.3) !important; +} + +/* NameBuiltinPseudo */ +.chroma .bp { + color: #f5a97f; +} + +/* Comment */ +.chroma .c { + color: #6e738d; +} + +/* CommentSingle */ +.chroma .c1 { + color: #6e738d; +} + +/* CommentHashbang */ +.chroma .ch { + color: #6e738d; +} + +/* CommentMultiline */ +.chroma .cm { + color: #6e738d; +} + +/* CommentPreproc */ +.chroma .cp { + color: #8aadf4; +} + +/* CommentPreprocFile */ +.chroma .cpf { + color: #8aadf4; +} + +/* CommentSpecial */ +.chroma .cs { + color: #6e738d; +} + +/* LiteralStringDelimiter */ +.chroma .dl { + color: #8aadf4; +} + +/* NameFunctionMagic */ +/* Generic */ +/* GenericDeleted */ +.chroma .gd { + color: #cad3f5; + background-color: rgba(237, 135, 150, 0.15); +} + +/* GenericEmph */ +.chroma .ge { + font-style: italic; +} + +/* GenericHeading */ +.chroma .gh { + color: #91d7e3; +} + +/* GenericInserted */ +.chroma .gi { + color: #cad3f5; + background-color: rgba(166, 218, 149, 0.15); +} + +/* GenericUnderline */ +/* GenericOutput */ +.chroma .go { + color: #f5a97f; +} + +/* GenericPrompt */ +.chroma .gp { + color: #6e738d; + font-weight: bold; +} + +/* GenericError */ +.chroma .gr { + color: #ee99a0; +} + +/* GenericStrong */ +.chroma .gs { + font-weight: bold; +} + +/* GenericTraceback */ +.chroma .gt { + color: #ee99a0; +} + +/* GenericSubheading */ +.chroma .gu { + color: #91d7e3; +} + +/* LiteralNumberIntegerLong */ +.chroma .il { + color: #f5a97f; +} + +/* Keyword */ +.chroma .k { + color: #c6a0f6; +} + +/* KeywordConstant */ +.chroma .kc { + color: #eed49f; +} + +/* KeywordDeclaration */ +.chroma .kd { + color: #c6a0f6; +} + +/* KeywordNamespace */ +.chroma .kn { + color: #eed49f; +} + +/* KeywordPseudo */ +.chroma .kp { + color: #c6a0f6; + font-weight: bold; +} + +/* KeywordReserved */ +.chroma .kr { + color: #c6a0f6; +} + +/* KeywordType */ +.chroma .kt { + color: #eed49f; +} + +/* Literal */ +/* LiteralDate */ +/* LiteralNumber */ +.chroma .m { + color: #f5a97f; +} + +/* LiteralNumberBin */ +.chroma .mb { + color: #f5a97f; +} + +/* LiteralNumberFloat */ +.chroma .mf { + color: #f5a97f; +} + +/* LiteralNumberHex */ +.chroma .mh { + color: #f5a97f; +} + +/* LiteralNumberInteger */ +.chroma .mi { + color: #f5a97f; +} + +/* LiteralNumberOct */ +.chroma .mo { + color: #f5a97f; +} + +/* Name */ +.chroma .n { + color: #b7bdf8; +} + +/* NameAttribute */ +.chroma .na { + color: #eed49f; +} + +/* NameBuiltin */ +.chroma .nb { + color: #f5a97f; +} + +/* NameClass */ +.chroma .nc { + color: #eed49f; +} + +/* NameDecorator */ +.chroma .nd { + color: #f5bde6; +} + +/* NameException */ +.chroma .ne { + color: #ee99a0; +} + +/* NameFunction */ +.chroma .nf { + color: #8aadf4; +} + +/* NameEntity */ +.chroma .ni { + color: #f5bde6; +} + +/* NameLabel */ +.chroma .nl { + color: #eed49f; +} + +/* NameNamespace */ +.chroma .nn { + color: #eed49f; +} + +/* NameConstant */ +.chroma .no { + color: #eed49f; +} + +/* NameTag */ +.chroma .nt { + color: #c6a0f6; +} + +/* NameVariable */ +.chroma .nv { + color: #f5a97f; +} + +/* NameOther */ +.chroma .nx { + color: #f5a97f; +} + +/* Operator */ +.chroma .o { + color: #91d7e3; +} + +/* OperatorWord */ +.chroma .ow { + color: #91d7e3; + font-weight: bold; +} + +/* Punctuation */ +.chroma .p { + color: #939ab7; +} + +/* NameProperty */ +/* LiteralString */ +.chroma .s { + color: #a6da95; +} + +/* LiteralStringSingle */ +.chroma .s1 { + color: #a6da95; +} + +/* LiteralStringDouble */ +.chroma .s2 { + color: #a6da95; +} + +/* LiteralStringAffix */ +.chroma .sa { + color: #a6da95; +} + +/* LiteralStringBacktick */ +.chroma .sb { + color: #a6da95; +} + +/* LiteralStringChar */ +.chroma .sc { + color: #a6da95; +} + +/* LiteralStringDoc */ +.chroma .sd { + color: #a6da95; +} + +/* LiteralStringEscape */ +.chroma .se { + color: #8aadf4; +} + +/* LiteralStringHeredoc */ +.chroma .sh { + color: #a6da95; +} + +/* LiteralStringInterpol */ +.chroma .si { + color: #a6da95; +} + +/* LiteralStringRegex */ +.chroma .sr { + color: #8aadf4; +} + +/* LiteralStringSymbol */ +.chroma .ss { + color: #a6da95; +} + +/* LiteralStringOther */ +.chroma .sx { + color: #a6da95; +} + +/* NameVariableClass */ +.chroma .vc { + color: #eed49f; +} + +/* NameVariableGlobal */ +.chroma .vg { + color: #f5a97f; +} + +/* NameVariableInstance */ +.chroma .vi { + color: #eed49f; +} + +/* NameVariableMagic */ +/* TextWhitespace */ +.chroma .w { + color: #363a4f; +} + +.CodeMirror .cm-property, +.CodeMirror.cm-s-default .cm-property, +.CodeMirror.cm-s-paper .cm-property { + color: #cad3f5; +} +.CodeMirror .cm-header, +.CodeMirror.cm-s-default .cm-header, +.CodeMirror.cm-s-paper .cm-header { + color: #cad3f5; +} +.CodeMirror .cm-quote, +.CodeMirror.cm-s-default .cm-quote, +.CodeMirror.cm-s-paper .cm-quote { + color: #a6da95; +} +.CodeMirror .cm-keyword, +.CodeMirror.cm-s-default .cm-keyword, +.CodeMirror.cm-s-paper .cm-keyword { + color: #c6a0f6; +} +.CodeMirror .cm-atom, +.CodeMirror.cm-s-default .cm-atom, +.CodeMirror.cm-s-paper .cm-atom { + color: #ed8796; +} +.CodeMirror .cm-number, +.CodeMirror.cm-s-default .cm-number, +.CodeMirror.cm-s-paper .cm-number { + color: #f5a97f; +} +.CodeMirror .cm-def, +.CodeMirror.cm-s-default .cm-def, +.CodeMirror.cm-s-paper .cm-def { + color: #cad3f5; +} +.CodeMirror .cm-variable-2, +.CodeMirror.cm-s-default .cm-variable-2, +.CodeMirror.cm-s-paper .cm-variable-2 { + color: #91d7e3; +} +.CodeMirror .cm-variable-3, +.CodeMirror.cm-s-default .cm-variable-3, +.CodeMirror.cm-s-paper .cm-variable-3 { + color: #8bd5ca; +} +.CodeMirror .cm-comment, +.CodeMirror.cm-s-default .cm-comment, +.CodeMirror.cm-s-paper .cm-comment { + color: #5b6078; +} +.CodeMirror .cm-string, +.CodeMirror.cm-s-default .cm-string, +.CodeMirror.cm-s-paper .cm-string { + color: #a6da95; +} +.CodeMirror .cm-string-2, +.CodeMirror.cm-s-default .cm-string-2, +.CodeMirror.cm-s-paper .cm-string-2 { + color: #a6da95; +} +.CodeMirror .cm-meta, +.CodeMirror.cm-s-default .cm-meta, +.CodeMirror.cm-s-paper .cm-meta { + color: #f5a97f; +} +.CodeMirror .cm-qualifier, +.CodeMirror.cm-s-default .cm-qualifier, +.CodeMirror.cm-s-paper .cm-qualifier { + color: #f5a97f; +} +.CodeMirror .cm-builtin, +.CodeMirror.cm-s-default .cm-builtin, +.CodeMirror.cm-s-paper .cm-builtin { + color: #f5a97f; +} +.CodeMirror .cm-bracket, +.CodeMirror.cm-s-default .cm-bracket, +.CodeMirror.cm-s-paper .cm-bracket { + color: #cad3f5; +} +.CodeMirror .cm-tag, +.CodeMirror.cm-s-default .cm-tag, +.CodeMirror.cm-s-paper .cm-tag { + color: #eed49f; +} +.CodeMirror .cm-attribute, +.CodeMirror.cm-s-default .cm-attribute, +.CodeMirror.cm-s-paper .cm-attribute { + color: #eed49f; +} +.CodeMirror .cm-hr, +.CodeMirror.cm-s-default .cm-hr, +.CodeMirror.cm-s-paper .cm-hr { + color: #939ab7; +} +.CodeMirror .cm-url, +.CodeMirror.cm-s-default .cm-url, +.CodeMirror.cm-s-paper .cm-url { + color: #8aadf4; +} +.CodeMirror .cm-link, +.CodeMirror.cm-s-default .cm-link, +.CodeMirror.cm-s-paper .cm-link { + color: #8aadf4; +} +.CodeMirror .cm-error, +.CodeMirror.cm-s-default .cm-error, +.CodeMirror.cm-s-paper .cm-error { + color: #ed8796; +} + +.monaco-editor .selected-text { + background-color: #363a4f !important; +} +.monaco-editor .margin-view-overlays .line-numbers { + color: #a5adcb !important; +} +.monaco-editor .line-numbers.active-line-number { + color: #f5bde6 !important; +} +.monaco-editor .view-overlays .current-line, +.monaco-editor .margin-view-overlays .current-line-margin { + background-color: rgb(47.52, 51.16, 71.44) !important; +} +.monaco-editor .mtk1 { + color: #cad3f5 !important; +} +.monaco-editor .mtk2 { + color: #ff69b4 !important; +} +.monaco-editor .mtk3 { + color: #f5a97f !important; +} +.monaco-editor .mtk4 { + color: #8bd5ca !important; +} +.monaco-editor .mtk5 { + color: #cad3f5 !important; +} +.monaco-editor .mtk6 { + color: #c6a0f6 !important; +} +.monaco-editor .mtk7 { + color: #f5a97f !important; +} +.monaco-editor .mtk8 { + color: #939ab7 !important; +} +.monaco-editor .mtk9 { + color: #c6a0f6 !important; +} +.monaco-editor .mtk10 { + color: #a5adcb !important; +} +.monaco-editor .mtk11 { + color: #8bd5ca !important; +} +.monaco-editor .mtk12 { + color: #8bd5ca !important; +} +.monaco-editor .mtk13 { + color: #ff69b4 !important; +} +.monaco-editor .mtk14 { + color: #ff69b4 !important; +} +.monaco-editor .mtk15 { + color: #c6a0f6 !important; +} +.monaco-editor .mtk16 { + color: #939ab7 !important; +} +.monaco-editor .mtk17 { + color: #ff69b4 !important; +} +.monaco-editor .mtk18 { + color: #ff69b4 !important; +} +.monaco-editor .mtk19 { + color: #8bd5ca !important; +} +.monaco-editor .mtk20 { + color: #ff69b4 !important; +} +.monaco-editor .mtk21 { + color: #a6da95 !important; +} +.monaco-editor .mtk22 { + color: #ff69b4 !important; +} +.monaco-editor .mtk23 { + color: #8aadf4 !important; +} +.monaco-editor .mtk24 { + color: #f5a97f !important; +} +.monaco-editor .mtk25 { + color: #f5bde6 !important; +} +.monaco-editor .bracket-highlighting-0 { + color: rgb(223, 165.4, 188) !important; +} +.monaco-editor .bracket-highlighting-1 { + color: rgb(227.8, 185.8, 174.2) !important; +} +.monaco-editor .bracket-highlighting-2 { + color: rgb(223.6, 211.6, 193.4) !important; +} +.monaco-editor .bracket-highlighting-3 { + color: rgb(180.4, 215.2, 187.4) !important; +} +.monaco-editor .bracket-highlighting-4 { + color: rgb(163.6, 188.2, 244.4) !important; +} +.monaco-editor .bracket-highlighting-5 { + color: rgb(199.6, 180.4, 245.6) !important; +} \ No newline at end of file diff --git a/public/assets/css/theme-catppuccin-macchiato-red.css b/public/assets/css/theme-catppuccin-macchiato-red.css new file mode 100644 index 0000000..34f4bdb --- /dev/null +++ b/public/assets/css/theme-catppuccin-macchiato-red.css @@ -0,0 +1,873 @@ +:root { + color-scheme: dark; + --is-dark-theme: true; + accent-color: #ed8796; + --color-primary: #ed8796; + --color-primary-contrast: #181926; + --color-primary-hover: rgb(233.6739130435, 112.8260869565, 130.597826087); + --color-primary-dark-1: rgb(235.0043478261, 121.6956521739, 138.3586956522); + --color-primary-dark-2: rgb(233.0086956522, 108.3913043478, 126.7173913043); + --color-primary-dark-3: rgb(231.0130434783, 95.0869565217, 115.0760869565); + --color-primary-dark-4: rgb(229.0173913043, 81.7826086957, 103.4347826087); + --color-primary-dark-5: rgb(227.0217391304, 68.4782608696, 91.7934782609); + --color-primary-dark-6: rgb(225.0260869565, 55.1739130435, 80.152173913); + --color-primary-dark-7: rgb(223.0304347826, 41.8695652174, 68.5108695652); + --color-primary-light-1: rgb(238.9956521739, 148.3043478261, 161.6413043478); + --color-primary-light-2: rgb(240.9913043478, 161.6086956522, 173.2826086957); + --color-primary-light-3: rgb(242.9869565217, 174.9130434783, 184.9239130435); + --color-primary-light-4: rgb(244.9826086957, 188.2173913043, 196.5652173913); + --color-primary-light-5: rgb(246.9782608696, 201.5217391304, 208.2065217391); + --color-primary-light-6: rgb(248.9739130435, 214.8260869565, 219.847826087); + --color-primary-light-7: rgb(250.9695652174, 228.1304347826, 231.4891304348); + --color-primary-alpha-10: rgba(237, 135, 150, 0.1); + --color-primary-alpha-20: rgba(237, 135, 150, 0.2); + --color-primary-alpha-30: rgba(237, 135, 150, 0.3); + --color-primary-alpha-40: rgba(237, 135, 150, 0.4); + --color-primary-alpha-50: rgba(237, 135, 150, 0.5); + --color-primary-alpha-60: rgba(237, 135, 150, 0.6); + --color-primary-alpha-70: rgba(237, 135, 150, 0.7); + --color-primary-alpha-80: rgba(237, 135, 150, 0.8); + --color-primary-alpha-90: rgba(237, 135, 150, 0.9); + --color-secondary: #494d64; + --color-secondary-dark-1: rgb(60.2120300752, 64.6721804511, 88.0879699248); + --color-secondary-dark-2: rgb(66.4240601504, 71.3443609023, 97.1759398496); + --color-secondary-dark-3: rgb(72.6360902256, 78.0165413534, 106.2639097744); + --color-secondary-dark-4: rgb(78.8481203008, 84.6887218045, 115.3518796992); + --color-secondary-dark-5: rgb(85.0601503759, 91.3609022556, 124.4398496241); + --color-secondary-dark-6: rgb(91.2721804511, 98.0330827068, 133.5278195489); + --color-secondary-dark-7: rgb(97.4842105263, 104.7052631579, 142.6157894737); + --color-secondary-dark-8: rgb(103.7714285714, 111.4285714286, 151.6285714286); + --color-secondary-dark-9: rgb(112.8593984962, 120.0563909774, 157.8406015038); + --color-secondary-dark-10: rgb(121.9473684211, 128.6842105263, 164.0526315789); + --color-secondary-dark-11: rgb(131.0353383459, 137.3120300752, 170.2646616541); + --color-secondary-dark-12: rgb(140.1233082707, 145.9398496241, 176.4766917293); + --color-secondary-dark-13: rgb(149.2112781955, 154.5676691729, 182.6887218045); + --color-secondary-light-1: rgb(47.7879699248, 51.3278195489, 69.9120300752); + --color-secondary-light-2: rgb(41.5759398496, 44.6556390977, 60.8240601504); + --color-secondary-light-3: rgb(35.3639097744, 37.9834586466, 51.7360902256); + --color-secondary-light-4: rgb(29.1518796992, 31.3112781955, 42.6481203008); + --color-secondary-alpha-10: rgba(54, 58, 79, 0.1); + --color-secondary-alpha-20: rgba(54, 58, 79, 0.2); + --color-secondary-alpha-30: rgba(54, 58, 79, 0.3); + --color-secondary-alpha-40: rgba(54, 58, 79, 0.4); + --color-secondary-alpha-50: rgba(54, 58, 79, 0.5); + --color-secondary-alpha-60: rgba(54, 58, 79, 0.6); + --color-secondary-alpha-70: rgba(54, 58, 79, 0.7); + --color-secondary-alpha-80: rgba(54, 58, 79, 0.8); + --color-secondary-alpha-90: rgba(54, 58, 79, 0.9); + /* colors */ + --color-red: #ed8796; + --color-orange: #f5a97f; + --color-yellow: #eed49f; + --color-olive: #a6da95; + --color-green: #a6da95; + --color-teal: #8bd5ca; + --color-blue: #8aadf4; + --color-violet: #b7bdf8; + --color-purple: #c6a0f6; + --color-pink: #f5bde6; + --color-brown: #f0c6c6; + --color-grey: #939ab7; + --color-black: #1e2030; + /* light variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-light: rgb(230.347826087, 90.652173913, 111.1956521739); + --color-orange-light: rgb(241.3043478261, 137.2173913043, 79.6956521739); + --color-yellow-light: rgb(230.3274336283, 192.592920354, 115.6725663717); + --color-olive-light: rgb(134.2587412587, 204.8041958042, 111.1958041958); + --color-green-light: rgb(134.2587412587, 204.8041958042, 111.1958041958); + --color-teal-light: rgb(101.5569620253, 199.4430379747, 184.8924050633); + --color-blue-light: rgb(91.3828125, 140.328125, 239.6171875); + --color-violet-light: rgb(136.5189873418, 146.3924050633, 243.4810126582); + --color-purple-light: rgb(170.0480769231, 113.4134615385, 241.5865384615); + --color-pink-light: rgb(238.2894736842, 144.7105263158, 213.2236842105); + --color-brown-light: rgb(229.375, 157.625, 157.625); + --color-grey-light: rgb(116.4, 125.3833333333, 162.6); + --color-black-light: rgb(10.3846153846, 11.0769230769, 16.6153846154); + /* dark 1 variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-dark-1: rgb(230.347826087, 90.652173913, 111.1956521739); + --color-orange-dark-1: rgb(241.3043478261, 137.2173913043, 79.6956521739); + --color-yellow-dark-1: rgb(230.3274336283, 192.592920354, 115.6725663717); + --color-olive-dark-1: rgb(134.2587412587, 204.8041958042, 111.1958041958); + --color-green-dark-1: rgb(134.2587412587, 204.8041958042, 111.1958041958); + --color-teal-dark-1: rgb(101.5569620253, 199.4430379747, 184.8924050633); + --color-blue-dark-1: rgb(91.3828125, 140.328125, 239.6171875); + --color-violet-dark-1: rgb(136.5189873418, 146.3924050633, 243.4810126582); + --color-purple-dark-1: rgb(170.0480769231, 113.4134615385, 241.5865384615); + --color-pink-dark-1: rgb(238.2894736842, 144.7105263158, 213.2236842105); + --color-brown-dark-1: rgb(229.375, 157.625, 157.625); + --color-black-dark-1: rgb(10.3846153846, 11.0769230769, 16.6153846154); + /* dark 2 variants - produced via Sass scale-color(color, $lightness: -20%) */ + --color-red-dark-2: rgb(223.6956521739, 46.3043478261, 72.3913043478); + --color-orange-dark-2: rgb(237.6086956522, 105.4347826087, 32.3913043478); + --color-yellow-dark-2: rgb(222.6548672566, 173.185840708, 72.3451327434); + --color-olive-dark-2: rgb(102.5174825175, 191.6083916084, 73.3916083916); + --color-green-dark-2: rgb(102.5174825175, 191.6083916084, 73.3916083916); + --color-teal-dark-2: rgb(66.4556962025, 183.5443037975, 166.1392405063); + --color-blue-dark-2: rgb(44.765625, 107.65625, 235.234375); + --color-violet-dark-2: rgb(90.0379746835, 103.7848101266, 238.9620253165); + --color-purple-dark-2: rgb(142.0961538462, 66.8269230769, 237.1730769231); + --color-pink-dark-2: rgb(231.5789473684, 100.4210526316, 196.4473684211); + --color-brown-dark-2: rgb(218.75, 117.25, 117.25); + --color-black-dark-2: hsl(233.3333333333, 23.0769230769%, -4.7058823529%); + /* other colors */ + --color-gold: #f4dbd6; + --color-white: #cad3f5; + --color-diff-removed-word-bg: rgba(237, 135, 150, 0.15); + --color-diff-added-word-bg: rgba(166, 218, 149, 0.15); + --color-diff-removed-row-bg: rgba(237, 135, 150, 0.07); + --color-diff-moved-row-bg: rgba(238, 212, 159, 0.07); + --color-diff-added-row-bg: rgba(166, 218, 149, 0.07); + --color-diff-removed-row-border: rgba(237, 135, 150, 0.07); + --color-diff-moved-row-border: rgba(238, 212, 159, 0.07); + --color-diff-added-row-border: rgba(166, 218, 149, 0.07); + --color-diff-inactive: #939ab7; + --color-error-border: #ed8796; + --color-error-bg: #ed8796; + --color-error-bg-active: rgb(233.6739130435, 112.8260869565, 130.597826087); + --color-error-bg-hover: rgb(230.347826087, 90.652173913, 111.1956521739); + --color-error-text: #181926; + --color-success-border: rgb(134.2587412587, 204.8041958042, 111.1958041958); + --color-success-bg: #a6da95; + --color-success-text: #181926; + --color-warning-border: rgb(230.3274336283, 192.592920354, 115.6725663717); + --color-warning-bg: #eed49f; + --color-warning-text: #181926; + --color-info-border: rgb(91.3828125, 140.328125, 239.6171875); + --color-info-bg: #181926; + --color-info-text: #cad3f5; + --color-red-badge: rgb(230.347826087, 90.652173913, 111.1956521739); + --color-red-badge-bg: #181926; + --color-red-badge-hover-bg: rgb(233.6739130435, 112.8260869565, 130.597826087); + --color-green-badge: #a6da95; + --color-green-badge-bg: #a6da95; + --color-green-badge-hover-bg: rgb(150.1293706294, 211.4020979021, 130.0979020979); + --color-yellow-badge: #eed49f; + --color-yellow-badge-bg: #181926; + --color-yellow-badge-hover-bg: rgb(234.1637168142, 202.296460177, 137.3362831858); + --color-orange-badge: #f5a97f; + --color-orange-badge-bg: #181926; + --color-orange-badge-hover-bg: rgb(243.152173913, 153.1086956522, 103.347826087); + --color-git: #f5a97f; + --color-highlight-bg: rgba(238, 212, 159, 0.15); + /* target-based colors */ + --color-body: #181926; + --color-box-header: #1e2030; + --color-box-body: #1e2030; + --color-box-body-highlight: #363a4f; + --color-text-dark: #a5adcb; + --color-text: #cad3f5; + --color-text-light: #b8c0e0; + --color-text-light-1: #b8c0e0; + --color-text-light-2: #b8c0e0; + --color-text-light-3: #b8c0e0; + --color-footer: #1e2030; + --color-timeline: #363a4f; + --color-input-text: #cad3f5; + --color-input-background: #363a4f; + --color-input-toggle-background: #363a4f; + --color-input-border: #494d64; + --color-input-border-hover: #5b6078; + --color-nav-bg: #1e2030; + --color-nav-hover-bg: var(--color-hover); + --color-navbar: #1e2030; + --color-navbar-transparent: rgba(24, 25, 38, 0); + --color-light: rgba(91, 96, 120, 0.3); + --color-light-mimic-enabled: rgba( + 0, + 0, + 0, + calc(40 / 255 * 222 / 255 / var(--opacity-disabled)) + ); + --color-light-border: #5b6078; + --color-hover: rgba(110, 115, 141, 0.2); + --color-active: rgba(202, 211, 245, 0.1); + --color-menu: #363a4f; + --color-card: #363a4f; + --color-markup-table-row: rgba(202, 211, 245, 0.02); + --color-markup-code-block: rgba(202, 211, 245, 0.05); + --color-markup-code-inline: #363a4f; + --color-button: #363a4f; + --color-code-bg: #24273a; + --color-code-sidebar-bg: #363a4f; + --color-shadow: rgba(24, 25, 38, 0.1); + --color-tooltip-bg: #363a4f; + --color-tooltip-text: var(--color-text); + --color-secondary-bg: #363a4f; + --color-text-focus: #cad3f5; + --color-expand-button: #5b6078; + --color-placeholder-text: #a5adcb; + --color-editor-line-highlight: var(--color-primary-light-5); + --color-project-board-bg: var(--color-secondary-light-2); + /* gitea source code: */ + /* should ideally be --color-text-dark, see go-gitea/gitea#15651 */ + --color-caret: var(--color-text); + --color-reaction-bg: rgba(202, 211, 245, 0.07); + --color-reaction-active-bg: var(--color-primary-alpha-40); + --color-header-wrapper: #1e2030; + --color-header-wrapper-transparent: rgba(30, 32, 48, 0); + --color-label-text: #181926; + --color-label-bg: #ed8796; + --color-label-hover-bg: rgb(233.0086956522, 108.3913043478, 126.7173913043); + --color-label-active-bg: rgb(235.0043478261, 121.6956521739, 138.3586956522); + --color-accent: var(--color-primary-light-1); + --color-small-accent: var(--color-primary-light-5); + --color-active-line: #494d64; +} + +/* invert emojis that are hard to read otherwise */ +.emoji[aria-label="check mark"], +.emoji[aria-label="currency exchange"], +.emoji[aria-label="TOP arrow"], +.emoji[aria-label="END arrow"], +.emoji[aria-label="ON! arrow"], +.emoji[aria-label="SOON arrow"], +.emoji[aria-label="heavy dollar sign"], +.emoji[aria-label=copyright], +.emoji[aria-label=registered], +.emoji[aria-label="trade mark"], +.emoji[aria-label=multiply], +.emoji[aria-label=plus], +.emoji[aria-label=minus], +.emoji[aria-label=divide], +.emoji[aria-label="curly loop"], +.emoji[aria-label="double curly loop"], +.emoji[aria-label="wavy dash"], +.emoji[aria-label="paw prints"], +.emoji[aria-label="musical note"], +.emoji[aria-label="musical notes"] { + filter: invert(100%) hue-rotate(180deg); +} + +.ui.ui.ui.button:not(.inverted, .basic).primary, .ui.ui.ui.button:not(.inverted, .basic).green, .ui.ui.ui.button:not(.inverted, .basic).red, .ui.ui.ui.button:not(.inverted, .basic).teal, +.ui.ui.ui.label:not(.inverted, .basic).primary, +.ui.ui.ui.label:not(.inverted, .basic).green, +.ui.ui.ui.label:not(.inverted, .basic).red, +.ui.ui.ui.label:not(.inverted, .basic).teal { + color: #181926; +} +.ui.ui.ui.button:not(.inverted, .basic).primary:hover, .ui.ui.ui.button:not(.inverted, .basic).green:hover, .ui.ui.ui.button:not(.inverted, .basic).red:hover, .ui.ui.ui.button:not(.inverted, .basic).teal:hover, +.ui.ui.ui.label:not(.inverted, .basic).primary:hover, +.ui.ui.ui.label:not(.inverted, .basic).green:hover, +.ui.ui.ui.label:not(.inverted, .basic).red:hover, +.ui.ui.ui.label:not(.inverted, .basic).teal:hover { + color: #24273a; +} + +.ui.basic.modal { + background-color: #24273a; +} + +.ui.commit-header-row .svg.gitea-lock ~ a { + color: #181926; +} + +.ui.negative.message .header { + color: var(--color-error-text); +} + +.ui.sha.isSigned.isVerified .shortsha { + color: #181926; +} +.ui.sha.isSigned.isVerified svg.gitea-lock { + fill: #181926; +} + +.ui.basic.modal, +.ui.basic.modal > .header, +.ui.inverted.button { + color: #cad3f5 !important; +} + +#repo-topics, +#topic_edit > .ui.selection.dropdown { + color: var(--color-label-text) !important; +} + +blockquote.attention-tip { + border-left-color: var(--color-success-bg); +} +blockquote.attention-warning { + border-left-color: var(--color-warning-bg); +} + +svg.attention-tip, +strong.attention-tip { + color: var(--color-success-bg); +} +svg.attention-warning, +strong.attention-warning { + color: var(--color-warning-bg); +} + +.inline-code-block { + color: #181926; +} + +::selection { + background: rgba(237, 135, 150, 0.3) !important; +} + +/* NameBuiltinPseudo */ +.chroma .bp { + color: #f5a97f; +} + +/* Comment */ +.chroma .c { + color: #6e738d; +} + +/* CommentSingle */ +.chroma .c1 { + color: #6e738d; +} + +/* CommentHashbang */ +.chroma .ch { + color: #6e738d; +} + +/* CommentMultiline */ +.chroma .cm { + color: #6e738d; +} + +/* CommentPreproc */ +.chroma .cp { + color: #8aadf4; +} + +/* CommentPreprocFile */ +.chroma .cpf { + color: #8aadf4; +} + +/* CommentSpecial */ +.chroma .cs { + color: #6e738d; +} + +/* LiteralStringDelimiter */ +.chroma .dl { + color: #8aadf4; +} + +/* NameFunctionMagic */ +/* Generic */ +/* GenericDeleted */ +.chroma .gd { + color: #cad3f5; + background-color: rgba(237, 135, 150, 0.15); +} + +/* GenericEmph */ +.chroma .ge { + font-style: italic; +} + +/* GenericHeading */ +.chroma .gh { + color: #91d7e3; +} + +/* GenericInserted */ +.chroma .gi { + color: #cad3f5; + background-color: rgba(166, 218, 149, 0.15); +} + +/* GenericUnderline */ +/* GenericOutput */ +.chroma .go { + color: #f5a97f; +} + +/* GenericPrompt */ +.chroma .gp { + color: #6e738d; + font-weight: bold; +} + +/* GenericError */ +.chroma .gr { + color: #ee99a0; +} + +/* GenericStrong */ +.chroma .gs { + font-weight: bold; +} + +/* GenericTraceback */ +.chroma .gt { + color: #ee99a0; +} + +/* GenericSubheading */ +.chroma .gu { + color: #91d7e3; +} + +/* LiteralNumberIntegerLong */ +.chroma .il { + color: #f5a97f; +} + +/* Keyword */ +.chroma .k { + color: #c6a0f6; +} + +/* KeywordConstant */ +.chroma .kc { + color: #eed49f; +} + +/* KeywordDeclaration */ +.chroma .kd { + color: #c6a0f6; +} + +/* KeywordNamespace */ +.chroma .kn { + color: #eed49f; +} + +/* KeywordPseudo */ +.chroma .kp { + color: #c6a0f6; + font-weight: bold; +} + +/* KeywordReserved */ +.chroma .kr { + color: #c6a0f6; +} + +/* KeywordType */ +.chroma .kt { + color: #eed49f; +} + +/* Literal */ +/* LiteralDate */ +/* LiteralNumber */ +.chroma .m { + color: #f5a97f; +} + +/* LiteralNumberBin */ +.chroma .mb { + color: #f5a97f; +} + +/* LiteralNumberFloat */ +.chroma .mf { + color: #f5a97f; +} + +/* LiteralNumberHex */ +.chroma .mh { + color: #f5a97f; +} + +/* LiteralNumberInteger */ +.chroma .mi { + color: #f5a97f; +} + +/* LiteralNumberOct */ +.chroma .mo { + color: #f5a97f; +} + +/* Name */ +.chroma .n { + color: #b7bdf8; +} + +/* NameAttribute */ +.chroma .na { + color: #eed49f; +} + +/* NameBuiltin */ +.chroma .nb { + color: #f5a97f; +} + +/* NameClass */ +.chroma .nc { + color: #eed49f; +} + +/* NameDecorator */ +.chroma .nd { + color: #f5bde6; +} + +/* NameException */ +.chroma .ne { + color: #ee99a0; +} + +/* NameFunction */ +.chroma .nf { + color: #8aadf4; +} + +/* NameEntity */ +.chroma .ni { + color: #f5bde6; +} + +/* NameLabel */ +.chroma .nl { + color: #eed49f; +} + +/* NameNamespace */ +.chroma .nn { + color: #eed49f; +} + +/* NameConstant */ +.chroma .no { + color: #eed49f; +} + +/* NameTag */ +.chroma .nt { + color: #c6a0f6; +} + +/* NameVariable */ +.chroma .nv { + color: #f5a97f; +} + +/* NameOther */ +.chroma .nx { + color: #f5a97f; +} + +/* Operator */ +.chroma .o { + color: #91d7e3; +} + +/* OperatorWord */ +.chroma .ow { + color: #91d7e3; + font-weight: bold; +} + +/* Punctuation */ +.chroma .p { + color: #939ab7; +} + +/* NameProperty */ +/* LiteralString */ +.chroma .s { + color: #a6da95; +} + +/* LiteralStringSingle */ +.chroma .s1 { + color: #a6da95; +} + +/* LiteralStringDouble */ +.chroma .s2 { + color: #a6da95; +} + +/* LiteralStringAffix */ +.chroma .sa { + color: #a6da95; +} + +/* LiteralStringBacktick */ +.chroma .sb { + color: #a6da95; +} + +/* LiteralStringChar */ +.chroma .sc { + color: #a6da95; +} + +/* LiteralStringDoc */ +.chroma .sd { + color: #a6da95; +} + +/* LiteralStringEscape */ +.chroma .se { + color: #8aadf4; +} + +/* LiteralStringHeredoc */ +.chroma .sh { + color: #a6da95; +} + +/* LiteralStringInterpol */ +.chroma .si { + color: #a6da95; +} + +/* LiteralStringRegex */ +.chroma .sr { + color: #8aadf4; +} + +/* LiteralStringSymbol */ +.chroma .ss { + color: #a6da95; +} + +/* LiteralStringOther */ +.chroma .sx { + color: #a6da95; +} + +/* NameVariableClass */ +.chroma .vc { + color: #eed49f; +} + +/* NameVariableGlobal */ +.chroma .vg { + color: #f5a97f; +} + +/* NameVariableInstance */ +.chroma .vi { + color: #eed49f; +} + +/* NameVariableMagic */ +/* TextWhitespace */ +.chroma .w { + color: #363a4f; +} + +.CodeMirror .cm-property, +.CodeMirror.cm-s-default .cm-property, +.CodeMirror.cm-s-paper .cm-property { + color: #cad3f5; +} +.CodeMirror .cm-header, +.CodeMirror.cm-s-default .cm-header, +.CodeMirror.cm-s-paper .cm-header { + color: #cad3f5; +} +.CodeMirror .cm-quote, +.CodeMirror.cm-s-default .cm-quote, +.CodeMirror.cm-s-paper .cm-quote { + color: #a6da95; +} +.CodeMirror .cm-keyword, +.CodeMirror.cm-s-default .cm-keyword, +.CodeMirror.cm-s-paper .cm-keyword { + color: #c6a0f6; +} +.CodeMirror .cm-atom, +.CodeMirror.cm-s-default .cm-atom, +.CodeMirror.cm-s-paper .cm-atom { + color: #ed8796; +} +.CodeMirror .cm-number, +.CodeMirror.cm-s-default .cm-number, +.CodeMirror.cm-s-paper .cm-number { + color: #f5a97f; +} +.CodeMirror .cm-def, +.CodeMirror.cm-s-default .cm-def, +.CodeMirror.cm-s-paper .cm-def { + color: #cad3f5; +} +.CodeMirror .cm-variable-2, +.CodeMirror.cm-s-default .cm-variable-2, +.CodeMirror.cm-s-paper .cm-variable-2 { + color: #91d7e3; +} +.CodeMirror .cm-variable-3, +.CodeMirror.cm-s-default .cm-variable-3, +.CodeMirror.cm-s-paper .cm-variable-3 { + color: #8bd5ca; +} +.CodeMirror .cm-comment, +.CodeMirror.cm-s-default .cm-comment, +.CodeMirror.cm-s-paper .cm-comment { + color: #5b6078; +} +.CodeMirror .cm-string, +.CodeMirror.cm-s-default .cm-string, +.CodeMirror.cm-s-paper .cm-string { + color: #a6da95; +} +.CodeMirror .cm-string-2, +.CodeMirror.cm-s-default .cm-string-2, +.CodeMirror.cm-s-paper .cm-string-2 { + color: #a6da95; +} +.CodeMirror .cm-meta, +.CodeMirror.cm-s-default .cm-meta, +.CodeMirror.cm-s-paper .cm-meta { + color: #f5a97f; +} +.CodeMirror .cm-qualifier, +.CodeMirror.cm-s-default .cm-qualifier, +.CodeMirror.cm-s-paper .cm-qualifier { + color: #f5a97f; +} +.CodeMirror .cm-builtin, +.CodeMirror.cm-s-default .cm-builtin, +.CodeMirror.cm-s-paper .cm-builtin { + color: #f5a97f; +} +.CodeMirror .cm-bracket, +.CodeMirror.cm-s-default .cm-bracket, +.CodeMirror.cm-s-paper .cm-bracket { + color: #cad3f5; +} +.CodeMirror .cm-tag, +.CodeMirror.cm-s-default .cm-tag, +.CodeMirror.cm-s-paper .cm-tag { + color: #eed49f; +} +.CodeMirror .cm-attribute, +.CodeMirror.cm-s-default .cm-attribute, +.CodeMirror.cm-s-paper .cm-attribute { + color: #eed49f; +} +.CodeMirror .cm-hr, +.CodeMirror.cm-s-default .cm-hr, +.CodeMirror.cm-s-paper .cm-hr { + color: #939ab7; +} +.CodeMirror .cm-url, +.CodeMirror.cm-s-default .cm-url, +.CodeMirror.cm-s-paper .cm-url { + color: #8aadf4; +} +.CodeMirror .cm-link, +.CodeMirror.cm-s-default .cm-link, +.CodeMirror.cm-s-paper .cm-link { + color: #8aadf4; +} +.CodeMirror .cm-error, +.CodeMirror.cm-s-default .cm-error, +.CodeMirror.cm-s-paper .cm-error { + color: #ed8796; +} + +.monaco-editor .selected-text { + background-color: #363a4f !important; +} +.monaco-editor .margin-view-overlays .line-numbers { + color: #a5adcb !important; +} +.monaco-editor .line-numbers.active-line-number { + color: #ed8796 !important; +} +.monaco-editor .view-overlays .current-line, +.monaco-editor .margin-view-overlays .current-line-margin { + background-color: rgb(47.52, 51.16, 71.44) !important; +} +.monaco-editor .mtk1 { + color: #cad3f5 !important; +} +.monaco-editor .mtk2 { + color: #ff69b4 !important; +} +.monaco-editor .mtk3 { + color: #f5a97f !important; +} +.monaco-editor .mtk4 { + color: #8bd5ca !important; +} +.monaco-editor .mtk5 { + color: #cad3f5 !important; +} +.monaco-editor .mtk6 { + color: #c6a0f6 !important; +} +.monaco-editor .mtk7 { + color: #f5a97f !important; +} +.monaco-editor .mtk8 { + color: #939ab7 !important; +} +.monaco-editor .mtk9 { + color: #c6a0f6 !important; +} +.monaco-editor .mtk10 { + color: #a5adcb !important; +} +.monaco-editor .mtk11 { + color: #8bd5ca !important; +} +.monaco-editor .mtk12 { + color: #8bd5ca !important; +} +.monaco-editor .mtk13 { + color: #ff69b4 !important; +} +.monaco-editor .mtk14 { + color: #ff69b4 !important; +} +.monaco-editor .mtk15 { + color: #c6a0f6 !important; +} +.monaco-editor .mtk16 { + color: #939ab7 !important; +} +.monaco-editor .mtk17 { + color: #ff69b4 !important; +} +.monaco-editor .mtk18 { + color: #ff69b4 !important; +} +.monaco-editor .mtk19 { + color: #8bd5ca !important; +} +.monaco-editor .mtk20 { + color: #ff69b4 !important; +} +.monaco-editor .mtk21 { + color: #a6da95 !important; +} +.monaco-editor .mtk22 { + color: #ff69b4 !important; +} +.monaco-editor .mtk23 { + color: #8aadf4 !important; +} +.monaco-editor .mtk24 { + color: #f5a97f !important; +} +.monaco-editor .mtk25 { + color: #f5bde6 !important; +} +.monaco-editor .bracket-highlighting-0 { + color: rgb(223, 165.4, 188) !important; +} +.monaco-editor .bracket-highlighting-1 { + color: rgb(227.8, 185.8, 174.2) !important; +} +.monaco-editor .bracket-highlighting-2 { + color: rgb(223.6, 211.6, 193.4) !important; +} +.monaco-editor .bracket-highlighting-3 { + color: rgb(180.4, 215.2, 187.4) !important; +} +.monaco-editor .bracket-highlighting-4 { + color: rgb(163.6, 188.2, 244.4) !important; +} +.monaco-editor .bracket-highlighting-5 { + color: rgb(199.6, 180.4, 245.6) !important; +} \ No newline at end of file diff --git a/public/assets/css/theme-catppuccin-macchiato-rosewater.css b/public/assets/css/theme-catppuccin-macchiato-rosewater.css new file mode 100644 index 0000000..cd11d47 --- /dev/null +++ b/public/assets/css/theme-catppuccin-macchiato-rosewater.css @@ -0,0 +1,873 @@ +:root { + color-scheme: dark; + --is-dark-theme: true; + accent-color: #f4dbd6; + --color-primary: #f4dbd6; + --color-primary-contrast: #181926; + --color-primary-hover: rgb(238.6057692308, 201.3461538462, 193.8942307692); + --color-primary-dark-1: rgb(240.7634615385, 208.4076923077, 201.9365384615); + --color-primary-dark-2: rgb(237.5269230769, 197.8153846154, 189.8730769231); + --color-primary-dark-3: rgb(234.2903846154, 187.2230769231, 177.8096153846); + --color-primary-dark-4: rgb(231.0538461538, 176.6307692308, 165.7461538462); + --color-primary-dark-5: rgb(227.8173076923, 166.0384615385, 153.6826923077); + --color-primary-dark-6: rgb(224.5807692308, 155.4461538462, 141.6192307692); + --color-primary-dark-7: rgb(221.3442307692, 144.8538461538, 129.5557692308); + --color-primary-light-1: rgb(247.2365384615, 229.5923076923, 226.0634615385); + --color-primary-light-2: rgb(250.4730769231, 240.1846153846, 238.1269230769); + --color-primary-light-3: rgb(253.7096153846, 250.7769230769, 250.1903846154); + --color-primary-light-4: hsl(10, 57.6923076923%, 101.8039215686%); + --color-primary-light-5: hsl(10, 57.6923076923%, 104.8039215686%); + --color-primary-light-6: hsl(10, 57.6923076923%, 107.8039215686%); + --color-primary-light-7: hsl(10, 57.6923076923%, 110.8039215686%); + --color-primary-alpha-10: rgba(244, 219, 214, 0.1); + --color-primary-alpha-20: rgba(244, 219, 214, 0.2); + --color-primary-alpha-30: rgba(244, 219, 214, 0.3); + --color-primary-alpha-40: rgba(244, 219, 214, 0.4); + --color-primary-alpha-50: rgba(244, 219, 214, 0.5); + --color-primary-alpha-60: rgba(244, 219, 214, 0.6); + --color-primary-alpha-70: rgba(244, 219, 214, 0.7); + --color-primary-alpha-80: rgba(244, 219, 214, 0.8); + --color-primary-alpha-90: rgba(244, 219, 214, 0.9); + --color-secondary: #494d64; + --color-secondary-dark-1: rgb(60.2120300752, 64.6721804511, 88.0879699248); + --color-secondary-dark-2: rgb(66.4240601504, 71.3443609023, 97.1759398496); + --color-secondary-dark-3: rgb(72.6360902256, 78.0165413534, 106.2639097744); + --color-secondary-dark-4: rgb(78.8481203008, 84.6887218045, 115.3518796992); + --color-secondary-dark-5: rgb(85.0601503759, 91.3609022556, 124.4398496241); + --color-secondary-dark-6: rgb(91.2721804511, 98.0330827068, 133.5278195489); + --color-secondary-dark-7: rgb(97.4842105263, 104.7052631579, 142.6157894737); + --color-secondary-dark-8: rgb(103.7714285714, 111.4285714286, 151.6285714286); + --color-secondary-dark-9: rgb(112.8593984962, 120.0563909774, 157.8406015038); + --color-secondary-dark-10: rgb(121.9473684211, 128.6842105263, 164.0526315789); + --color-secondary-dark-11: rgb(131.0353383459, 137.3120300752, 170.2646616541); + --color-secondary-dark-12: rgb(140.1233082707, 145.9398496241, 176.4766917293); + --color-secondary-dark-13: rgb(149.2112781955, 154.5676691729, 182.6887218045); + --color-secondary-light-1: rgb(47.7879699248, 51.3278195489, 69.9120300752); + --color-secondary-light-2: rgb(41.5759398496, 44.6556390977, 60.8240601504); + --color-secondary-light-3: rgb(35.3639097744, 37.9834586466, 51.7360902256); + --color-secondary-light-4: rgb(29.1518796992, 31.3112781955, 42.6481203008); + --color-secondary-alpha-10: rgba(54, 58, 79, 0.1); + --color-secondary-alpha-20: rgba(54, 58, 79, 0.2); + --color-secondary-alpha-30: rgba(54, 58, 79, 0.3); + --color-secondary-alpha-40: rgba(54, 58, 79, 0.4); + --color-secondary-alpha-50: rgba(54, 58, 79, 0.5); + --color-secondary-alpha-60: rgba(54, 58, 79, 0.6); + --color-secondary-alpha-70: rgba(54, 58, 79, 0.7); + --color-secondary-alpha-80: rgba(54, 58, 79, 0.8); + --color-secondary-alpha-90: rgba(54, 58, 79, 0.9); + /* colors */ + --color-red: #ed8796; + --color-orange: #f5a97f; + --color-yellow: #eed49f; + --color-olive: #a6da95; + --color-green: #a6da95; + --color-teal: #8bd5ca; + --color-blue: #8aadf4; + --color-violet: #b7bdf8; + --color-purple: #c6a0f6; + --color-pink: #f5bde6; + --color-brown: #f0c6c6; + --color-grey: #939ab7; + --color-black: #1e2030; + /* light variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-light: rgb(230.347826087, 90.652173913, 111.1956521739); + --color-orange-light: rgb(241.3043478261, 137.2173913043, 79.6956521739); + --color-yellow-light: rgb(230.3274336283, 192.592920354, 115.6725663717); + --color-olive-light: rgb(134.2587412587, 204.8041958042, 111.1958041958); + --color-green-light: rgb(134.2587412587, 204.8041958042, 111.1958041958); + --color-teal-light: rgb(101.5569620253, 199.4430379747, 184.8924050633); + --color-blue-light: rgb(91.3828125, 140.328125, 239.6171875); + --color-violet-light: rgb(136.5189873418, 146.3924050633, 243.4810126582); + --color-purple-light: rgb(170.0480769231, 113.4134615385, 241.5865384615); + --color-pink-light: rgb(238.2894736842, 144.7105263158, 213.2236842105); + --color-brown-light: rgb(229.375, 157.625, 157.625); + --color-grey-light: rgb(116.4, 125.3833333333, 162.6); + --color-black-light: rgb(10.3846153846, 11.0769230769, 16.6153846154); + /* dark 1 variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-dark-1: rgb(230.347826087, 90.652173913, 111.1956521739); + --color-orange-dark-1: rgb(241.3043478261, 137.2173913043, 79.6956521739); + --color-yellow-dark-1: rgb(230.3274336283, 192.592920354, 115.6725663717); + --color-olive-dark-1: rgb(134.2587412587, 204.8041958042, 111.1958041958); + --color-green-dark-1: rgb(134.2587412587, 204.8041958042, 111.1958041958); + --color-teal-dark-1: rgb(101.5569620253, 199.4430379747, 184.8924050633); + --color-blue-dark-1: rgb(91.3828125, 140.328125, 239.6171875); + --color-violet-dark-1: rgb(136.5189873418, 146.3924050633, 243.4810126582); + --color-purple-dark-1: rgb(170.0480769231, 113.4134615385, 241.5865384615); + --color-pink-dark-1: rgb(238.2894736842, 144.7105263158, 213.2236842105); + --color-brown-dark-1: rgb(229.375, 157.625, 157.625); + --color-black-dark-1: rgb(10.3846153846, 11.0769230769, 16.6153846154); + /* dark 2 variants - produced via Sass scale-color(color, $lightness: -20%) */ + --color-red-dark-2: rgb(223.6956521739, 46.3043478261, 72.3913043478); + --color-orange-dark-2: rgb(237.6086956522, 105.4347826087, 32.3913043478); + --color-yellow-dark-2: rgb(222.6548672566, 173.185840708, 72.3451327434); + --color-olive-dark-2: rgb(102.5174825175, 191.6083916084, 73.3916083916); + --color-green-dark-2: rgb(102.5174825175, 191.6083916084, 73.3916083916); + --color-teal-dark-2: rgb(66.4556962025, 183.5443037975, 166.1392405063); + --color-blue-dark-2: rgb(44.765625, 107.65625, 235.234375); + --color-violet-dark-2: rgb(90.0379746835, 103.7848101266, 238.9620253165); + --color-purple-dark-2: rgb(142.0961538462, 66.8269230769, 237.1730769231); + --color-pink-dark-2: rgb(231.5789473684, 100.4210526316, 196.4473684211); + --color-brown-dark-2: rgb(218.75, 117.25, 117.25); + --color-black-dark-2: hsl(233.3333333333, 23.0769230769%, -4.7058823529%); + /* other colors */ + --color-gold: #f4dbd6; + --color-white: #cad3f5; + --color-diff-removed-word-bg: rgba(237, 135, 150, 0.15); + --color-diff-added-word-bg: rgba(166, 218, 149, 0.15); + --color-diff-removed-row-bg: rgba(237, 135, 150, 0.07); + --color-diff-moved-row-bg: rgba(238, 212, 159, 0.07); + --color-diff-added-row-bg: rgba(166, 218, 149, 0.07); + --color-diff-removed-row-border: rgba(237, 135, 150, 0.07); + --color-diff-moved-row-border: rgba(238, 212, 159, 0.07); + --color-diff-added-row-border: rgba(166, 218, 149, 0.07); + --color-diff-inactive: #939ab7; + --color-error-border: #ed8796; + --color-error-bg: #ed8796; + --color-error-bg-active: rgb(233.6739130435, 112.8260869565, 130.597826087); + --color-error-bg-hover: rgb(230.347826087, 90.652173913, 111.1956521739); + --color-error-text: #181926; + --color-success-border: rgb(134.2587412587, 204.8041958042, 111.1958041958); + --color-success-bg: #a6da95; + --color-success-text: #181926; + --color-warning-border: rgb(230.3274336283, 192.592920354, 115.6725663717); + --color-warning-bg: #eed49f; + --color-warning-text: #181926; + --color-info-border: rgb(91.3828125, 140.328125, 239.6171875); + --color-info-bg: #181926; + --color-info-text: #cad3f5; + --color-red-badge: rgb(230.347826087, 90.652173913, 111.1956521739); + --color-red-badge-bg: #181926; + --color-red-badge-hover-bg: rgb(233.6739130435, 112.8260869565, 130.597826087); + --color-green-badge: #a6da95; + --color-green-badge-bg: #a6da95; + --color-green-badge-hover-bg: rgb(150.1293706294, 211.4020979021, 130.0979020979); + --color-yellow-badge: #eed49f; + --color-yellow-badge-bg: #181926; + --color-yellow-badge-hover-bg: rgb(234.1637168142, 202.296460177, 137.3362831858); + --color-orange-badge: #f5a97f; + --color-orange-badge-bg: #181926; + --color-orange-badge-hover-bg: rgb(243.152173913, 153.1086956522, 103.347826087); + --color-git: #f5a97f; + --color-highlight-bg: rgba(238, 212, 159, 0.15); + /* target-based colors */ + --color-body: #181926; + --color-box-header: #1e2030; + --color-box-body: #1e2030; + --color-box-body-highlight: #363a4f; + --color-text-dark: #a5adcb; + --color-text: #cad3f5; + --color-text-light: #b8c0e0; + --color-text-light-1: #b8c0e0; + --color-text-light-2: #b8c0e0; + --color-text-light-3: #b8c0e0; + --color-footer: #1e2030; + --color-timeline: #363a4f; + --color-input-text: #cad3f5; + --color-input-background: #363a4f; + --color-input-toggle-background: #363a4f; + --color-input-border: #494d64; + --color-input-border-hover: #5b6078; + --color-nav-bg: #1e2030; + --color-nav-hover-bg: var(--color-hover); + --color-navbar: #1e2030; + --color-navbar-transparent: rgba(24, 25, 38, 0); + --color-light: rgba(91, 96, 120, 0.3); + --color-light-mimic-enabled: rgba( + 0, + 0, + 0, + calc(40 / 255 * 222 / 255 / var(--opacity-disabled)) + ); + --color-light-border: #5b6078; + --color-hover: rgba(110, 115, 141, 0.2); + --color-active: rgba(202, 211, 245, 0.1); + --color-menu: #363a4f; + --color-card: #363a4f; + --color-markup-table-row: rgba(202, 211, 245, 0.02); + --color-markup-code-block: rgba(202, 211, 245, 0.05); + --color-markup-code-inline: #363a4f; + --color-button: #363a4f; + --color-code-bg: #24273a; + --color-code-sidebar-bg: #363a4f; + --color-shadow: rgba(24, 25, 38, 0.1); + --color-tooltip-bg: #363a4f; + --color-tooltip-text: var(--color-text); + --color-secondary-bg: #363a4f; + --color-text-focus: #cad3f5; + --color-expand-button: #5b6078; + --color-placeholder-text: #a5adcb; + --color-editor-line-highlight: var(--color-primary-light-5); + --color-project-board-bg: var(--color-secondary-light-2); + /* gitea source code: */ + /* should ideally be --color-text-dark, see go-gitea/gitea#15651 */ + --color-caret: var(--color-text); + --color-reaction-bg: rgba(202, 211, 245, 0.07); + --color-reaction-active-bg: var(--color-primary-alpha-40); + --color-header-wrapper: #1e2030; + --color-header-wrapper-transparent: rgba(30, 32, 48, 0); + --color-label-text: #181926; + --color-label-bg: #f4dbd6; + --color-label-hover-bg: rgb(237.5269230769, 197.8153846154, 189.8730769231); + --color-label-active-bg: rgb(240.7634615385, 208.4076923077, 201.9365384615); + --color-accent: var(--color-primary-light-1); + --color-small-accent: var(--color-primary-light-5); + --color-active-line: #494d64; +} + +/* invert emojis that are hard to read otherwise */ +.emoji[aria-label="check mark"], +.emoji[aria-label="currency exchange"], +.emoji[aria-label="TOP arrow"], +.emoji[aria-label="END arrow"], +.emoji[aria-label="ON! arrow"], +.emoji[aria-label="SOON arrow"], +.emoji[aria-label="heavy dollar sign"], +.emoji[aria-label=copyright], +.emoji[aria-label=registered], +.emoji[aria-label="trade mark"], +.emoji[aria-label=multiply], +.emoji[aria-label=plus], +.emoji[aria-label=minus], +.emoji[aria-label=divide], +.emoji[aria-label="curly loop"], +.emoji[aria-label="double curly loop"], +.emoji[aria-label="wavy dash"], +.emoji[aria-label="paw prints"], +.emoji[aria-label="musical note"], +.emoji[aria-label="musical notes"] { + filter: invert(100%) hue-rotate(180deg); +} + +.ui.ui.ui.button:not(.inverted, .basic).primary, .ui.ui.ui.button:not(.inverted, .basic).green, .ui.ui.ui.button:not(.inverted, .basic).red, .ui.ui.ui.button:not(.inverted, .basic).teal, +.ui.ui.ui.label:not(.inverted, .basic).primary, +.ui.ui.ui.label:not(.inverted, .basic).green, +.ui.ui.ui.label:not(.inverted, .basic).red, +.ui.ui.ui.label:not(.inverted, .basic).teal { + color: #181926; +} +.ui.ui.ui.button:not(.inverted, .basic).primary:hover, .ui.ui.ui.button:not(.inverted, .basic).green:hover, .ui.ui.ui.button:not(.inverted, .basic).red:hover, .ui.ui.ui.button:not(.inverted, .basic).teal:hover, +.ui.ui.ui.label:not(.inverted, .basic).primary:hover, +.ui.ui.ui.label:not(.inverted, .basic).green:hover, +.ui.ui.ui.label:not(.inverted, .basic).red:hover, +.ui.ui.ui.label:not(.inverted, .basic).teal:hover { + color: #24273a; +} + +.ui.basic.modal { + background-color: #24273a; +} + +.ui.commit-header-row .svg.gitea-lock ~ a { + color: #181926; +} + +.ui.negative.message .header { + color: var(--color-error-text); +} + +.ui.sha.isSigned.isVerified .shortsha { + color: #181926; +} +.ui.sha.isSigned.isVerified svg.gitea-lock { + fill: #181926; +} + +.ui.basic.modal, +.ui.basic.modal > .header, +.ui.inverted.button { + color: #cad3f5 !important; +} + +#repo-topics, +#topic_edit > .ui.selection.dropdown { + color: var(--color-label-text) !important; +} + +blockquote.attention-tip { + border-left-color: var(--color-success-bg); +} +blockquote.attention-warning { + border-left-color: var(--color-warning-bg); +} + +svg.attention-tip, +strong.attention-tip { + color: var(--color-success-bg); +} +svg.attention-warning, +strong.attention-warning { + color: var(--color-warning-bg); +} + +.inline-code-block { + color: #181926; +} + +::selection { + background: rgba(244, 219, 214, 0.3) !important; +} + +/* NameBuiltinPseudo */ +.chroma .bp { + color: #f5a97f; +} + +/* Comment */ +.chroma .c { + color: #6e738d; +} + +/* CommentSingle */ +.chroma .c1 { + color: #6e738d; +} + +/* CommentHashbang */ +.chroma .ch { + color: #6e738d; +} + +/* CommentMultiline */ +.chroma .cm { + color: #6e738d; +} + +/* CommentPreproc */ +.chroma .cp { + color: #8aadf4; +} + +/* CommentPreprocFile */ +.chroma .cpf { + color: #8aadf4; +} + +/* CommentSpecial */ +.chroma .cs { + color: #6e738d; +} + +/* LiteralStringDelimiter */ +.chroma .dl { + color: #8aadf4; +} + +/* NameFunctionMagic */ +/* Generic */ +/* GenericDeleted */ +.chroma .gd { + color: #cad3f5; + background-color: rgba(237, 135, 150, 0.15); +} + +/* GenericEmph */ +.chroma .ge { + font-style: italic; +} + +/* GenericHeading */ +.chroma .gh { + color: #91d7e3; +} + +/* GenericInserted */ +.chroma .gi { + color: #cad3f5; + background-color: rgba(166, 218, 149, 0.15); +} + +/* GenericUnderline */ +/* GenericOutput */ +.chroma .go { + color: #f5a97f; +} + +/* GenericPrompt */ +.chroma .gp { + color: #6e738d; + font-weight: bold; +} + +/* GenericError */ +.chroma .gr { + color: #ee99a0; +} + +/* GenericStrong */ +.chroma .gs { + font-weight: bold; +} + +/* GenericTraceback */ +.chroma .gt { + color: #ee99a0; +} + +/* GenericSubheading */ +.chroma .gu { + color: #91d7e3; +} + +/* LiteralNumberIntegerLong */ +.chroma .il { + color: #f5a97f; +} + +/* Keyword */ +.chroma .k { + color: #c6a0f6; +} + +/* KeywordConstant */ +.chroma .kc { + color: #eed49f; +} + +/* KeywordDeclaration */ +.chroma .kd { + color: #c6a0f6; +} + +/* KeywordNamespace */ +.chroma .kn { + color: #eed49f; +} + +/* KeywordPseudo */ +.chroma .kp { + color: #c6a0f6; + font-weight: bold; +} + +/* KeywordReserved */ +.chroma .kr { + color: #c6a0f6; +} + +/* KeywordType */ +.chroma .kt { + color: #eed49f; +} + +/* Literal */ +/* LiteralDate */ +/* LiteralNumber */ +.chroma .m { + color: #f5a97f; +} + +/* LiteralNumberBin */ +.chroma .mb { + color: #f5a97f; +} + +/* LiteralNumberFloat */ +.chroma .mf { + color: #f5a97f; +} + +/* LiteralNumberHex */ +.chroma .mh { + color: #f5a97f; +} + +/* LiteralNumberInteger */ +.chroma .mi { + color: #f5a97f; +} + +/* LiteralNumberOct */ +.chroma .mo { + color: #f5a97f; +} + +/* Name */ +.chroma .n { + color: #b7bdf8; +} + +/* NameAttribute */ +.chroma .na { + color: #eed49f; +} + +/* NameBuiltin */ +.chroma .nb { + color: #f5a97f; +} + +/* NameClass */ +.chroma .nc { + color: #eed49f; +} + +/* NameDecorator */ +.chroma .nd { + color: #f5bde6; +} + +/* NameException */ +.chroma .ne { + color: #ee99a0; +} + +/* NameFunction */ +.chroma .nf { + color: #8aadf4; +} + +/* NameEntity */ +.chroma .ni { + color: #f5bde6; +} + +/* NameLabel */ +.chroma .nl { + color: #eed49f; +} + +/* NameNamespace */ +.chroma .nn { + color: #eed49f; +} + +/* NameConstant */ +.chroma .no { + color: #eed49f; +} + +/* NameTag */ +.chroma .nt { + color: #c6a0f6; +} + +/* NameVariable */ +.chroma .nv { + color: #f5a97f; +} + +/* NameOther */ +.chroma .nx { + color: #f5a97f; +} + +/* Operator */ +.chroma .o { + color: #91d7e3; +} + +/* OperatorWord */ +.chroma .ow { + color: #91d7e3; + font-weight: bold; +} + +/* Punctuation */ +.chroma .p { + color: #939ab7; +} + +/* NameProperty */ +/* LiteralString */ +.chroma .s { + color: #a6da95; +} + +/* LiteralStringSingle */ +.chroma .s1 { + color: #a6da95; +} + +/* LiteralStringDouble */ +.chroma .s2 { + color: #a6da95; +} + +/* LiteralStringAffix */ +.chroma .sa { + color: #a6da95; +} + +/* LiteralStringBacktick */ +.chroma .sb { + color: #a6da95; +} + +/* LiteralStringChar */ +.chroma .sc { + color: #a6da95; +} + +/* LiteralStringDoc */ +.chroma .sd { + color: #a6da95; +} + +/* LiteralStringEscape */ +.chroma .se { + color: #8aadf4; +} + +/* LiteralStringHeredoc */ +.chroma .sh { + color: #a6da95; +} + +/* LiteralStringInterpol */ +.chroma .si { + color: #a6da95; +} + +/* LiteralStringRegex */ +.chroma .sr { + color: #8aadf4; +} + +/* LiteralStringSymbol */ +.chroma .ss { + color: #a6da95; +} + +/* LiteralStringOther */ +.chroma .sx { + color: #a6da95; +} + +/* NameVariableClass */ +.chroma .vc { + color: #eed49f; +} + +/* NameVariableGlobal */ +.chroma .vg { + color: #f5a97f; +} + +/* NameVariableInstance */ +.chroma .vi { + color: #eed49f; +} + +/* NameVariableMagic */ +/* TextWhitespace */ +.chroma .w { + color: #363a4f; +} + +.CodeMirror .cm-property, +.CodeMirror.cm-s-default .cm-property, +.CodeMirror.cm-s-paper .cm-property { + color: #cad3f5; +} +.CodeMirror .cm-header, +.CodeMirror.cm-s-default .cm-header, +.CodeMirror.cm-s-paper .cm-header { + color: #cad3f5; +} +.CodeMirror .cm-quote, +.CodeMirror.cm-s-default .cm-quote, +.CodeMirror.cm-s-paper .cm-quote { + color: #a6da95; +} +.CodeMirror .cm-keyword, +.CodeMirror.cm-s-default .cm-keyword, +.CodeMirror.cm-s-paper .cm-keyword { + color: #c6a0f6; +} +.CodeMirror .cm-atom, +.CodeMirror.cm-s-default .cm-atom, +.CodeMirror.cm-s-paper .cm-atom { + color: #ed8796; +} +.CodeMirror .cm-number, +.CodeMirror.cm-s-default .cm-number, +.CodeMirror.cm-s-paper .cm-number { + color: #f5a97f; +} +.CodeMirror .cm-def, +.CodeMirror.cm-s-default .cm-def, +.CodeMirror.cm-s-paper .cm-def { + color: #cad3f5; +} +.CodeMirror .cm-variable-2, +.CodeMirror.cm-s-default .cm-variable-2, +.CodeMirror.cm-s-paper .cm-variable-2 { + color: #91d7e3; +} +.CodeMirror .cm-variable-3, +.CodeMirror.cm-s-default .cm-variable-3, +.CodeMirror.cm-s-paper .cm-variable-3 { + color: #8bd5ca; +} +.CodeMirror .cm-comment, +.CodeMirror.cm-s-default .cm-comment, +.CodeMirror.cm-s-paper .cm-comment { + color: #5b6078; +} +.CodeMirror .cm-string, +.CodeMirror.cm-s-default .cm-string, +.CodeMirror.cm-s-paper .cm-string { + color: #a6da95; +} +.CodeMirror .cm-string-2, +.CodeMirror.cm-s-default .cm-string-2, +.CodeMirror.cm-s-paper .cm-string-2 { + color: #a6da95; +} +.CodeMirror .cm-meta, +.CodeMirror.cm-s-default .cm-meta, +.CodeMirror.cm-s-paper .cm-meta { + color: #f5a97f; +} +.CodeMirror .cm-qualifier, +.CodeMirror.cm-s-default .cm-qualifier, +.CodeMirror.cm-s-paper .cm-qualifier { + color: #f5a97f; +} +.CodeMirror .cm-builtin, +.CodeMirror.cm-s-default .cm-builtin, +.CodeMirror.cm-s-paper .cm-builtin { + color: #f5a97f; +} +.CodeMirror .cm-bracket, +.CodeMirror.cm-s-default .cm-bracket, +.CodeMirror.cm-s-paper .cm-bracket { + color: #cad3f5; +} +.CodeMirror .cm-tag, +.CodeMirror.cm-s-default .cm-tag, +.CodeMirror.cm-s-paper .cm-tag { + color: #eed49f; +} +.CodeMirror .cm-attribute, +.CodeMirror.cm-s-default .cm-attribute, +.CodeMirror.cm-s-paper .cm-attribute { + color: #eed49f; +} +.CodeMirror .cm-hr, +.CodeMirror.cm-s-default .cm-hr, +.CodeMirror.cm-s-paper .cm-hr { + color: #939ab7; +} +.CodeMirror .cm-url, +.CodeMirror.cm-s-default .cm-url, +.CodeMirror.cm-s-paper .cm-url { + color: #8aadf4; +} +.CodeMirror .cm-link, +.CodeMirror.cm-s-default .cm-link, +.CodeMirror.cm-s-paper .cm-link { + color: #8aadf4; +} +.CodeMirror .cm-error, +.CodeMirror.cm-s-default .cm-error, +.CodeMirror.cm-s-paper .cm-error { + color: #ed8796; +} + +.monaco-editor .selected-text { + background-color: #363a4f !important; +} +.monaco-editor .margin-view-overlays .line-numbers { + color: #a5adcb !important; +} +.monaco-editor .line-numbers.active-line-number { + color: #f4dbd6 !important; +} +.monaco-editor .view-overlays .current-line, +.monaco-editor .margin-view-overlays .current-line-margin { + background-color: rgb(47.52, 51.16, 71.44) !important; +} +.monaco-editor .mtk1 { + color: #cad3f5 !important; +} +.monaco-editor .mtk2 { + color: #ff69b4 !important; +} +.monaco-editor .mtk3 { + color: #f5a97f !important; +} +.monaco-editor .mtk4 { + color: #8bd5ca !important; +} +.monaco-editor .mtk5 { + color: #cad3f5 !important; +} +.monaco-editor .mtk6 { + color: #c6a0f6 !important; +} +.monaco-editor .mtk7 { + color: #f5a97f !important; +} +.monaco-editor .mtk8 { + color: #939ab7 !important; +} +.monaco-editor .mtk9 { + color: #c6a0f6 !important; +} +.monaco-editor .mtk10 { + color: #a5adcb !important; +} +.monaco-editor .mtk11 { + color: #8bd5ca !important; +} +.monaco-editor .mtk12 { + color: #8bd5ca !important; +} +.monaco-editor .mtk13 { + color: #ff69b4 !important; +} +.monaco-editor .mtk14 { + color: #ff69b4 !important; +} +.monaco-editor .mtk15 { + color: #c6a0f6 !important; +} +.monaco-editor .mtk16 { + color: #939ab7 !important; +} +.monaco-editor .mtk17 { + color: #ff69b4 !important; +} +.monaco-editor .mtk18 { + color: #ff69b4 !important; +} +.monaco-editor .mtk19 { + color: #8bd5ca !important; +} +.monaco-editor .mtk20 { + color: #ff69b4 !important; +} +.monaco-editor .mtk21 { + color: #a6da95 !important; +} +.monaco-editor .mtk22 { + color: #ff69b4 !important; +} +.monaco-editor .mtk23 { + color: #8aadf4 !important; +} +.monaco-editor .mtk24 { + color: #f5a97f !important; +} +.monaco-editor .mtk25 { + color: #f5bde6 !important; +} +.monaco-editor .bracket-highlighting-0 { + color: rgb(223, 165.4, 188) !important; +} +.monaco-editor .bracket-highlighting-1 { + color: rgb(227.8, 185.8, 174.2) !important; +} +.monaco-editor .bracket-highlighting-2 { + color: rgb(223.6, 211.6, 193.4) !important; +} +.monaco-editor .bracket-highlighting-3 { + color: rgb(180.4, 215.2, 187.4) !important; +} +.monaco-editor .bracket-highlighting-4 { + color: rgb(163.6, 188.2, 244.4) !important; +} +.monaco-editor .bracket-highlighting-5 { + color: rgb(199.6, 180.4, 245.6) !important; +} \ No newline at end of file diff --git a/public/assets/css/theme-catppuccin-macchiato-sapphire.css b/public/assets/css/theme-catppuccin-macchiato-sapphire.css new file mode 100644 index 0000000..e51d052 --- /dev/null +++ b/public/assets/css/theme-catppuccin-macchiato-sapphire.css @@ -0,0 +1,873 @@ +:root { + color-scheme: dark; + --is-dark-theme: true; + accent-color: #7dc4e4; + --color-primary: #7dc4e4; + --color-primary-contrast: #181926; + --color-primary-hover: rgb(103.8853503185, 186.4171974522, 223.6146496815); + --color-primary-dark-1: rgb(112.3312101911, 190.2503184713, 225.3687898089); + --color-primary-dark-2: rgb(99.6624203822, 184.5006369427, 222.7375796178); + --color-primary-dark-3: rgb(86.9936305732, 178.750955414, 220.1063694268); + --color-primary-dark-4: rgb(74.3248407643, 173.0012738854, 217.4751592357); + --color-primary-dark-5: rgb(61.6560509554, 167.2515923567, 214.8439490446); + --color-primary-dark-6: rgb(48.9872611465, 161.501910828, 212.2127388535); + --color-primary-dark-7: rgb(42.2885350318, 153.4917197452, 203.6114649682); + --color-primary-light-1: rgb(137.6687898089, 201.7496815287, 230.6312101911); + --color-primary-light-2: rgb(150.3375796178, 207.4993630573, 233.2624203822); + --color-primary-light-3: rgb(163.0063694268, 213.249044586, 235.8936305732); + --color-primary-light-4: rgb(175.6751592357, 218.9987261146, 238.5248407643); + --color-primary-light-5: rgb(188.3439490446, 224.7484076433, 241.1560509554); + --color-primary-light-6: rgb(201.0127388535, 230.498089172, 243.7872611465); + --color-primary-light-7: rgb(213.6815286624, 236.2477707006, 246.4184713376); + --color-primary-alpha-10: rgba(125, 196, 228, 0.1); + --color-primary-alpha-20: rgba(125, 196, 228, 0.2); + --color-primary-alpha-30: rgba(125, 196, 228, 0.3); + --color-primary-alpha-40: rgba(125, 196, 228, 0.4); + --color-primary-alpha-50: rgba(125, 196, 228, 0.5); + --color-primary-alpha-60: rgba(125, 196, 228, 0.6); + --color-primary-alpha-70: rgba(125, 196, 228, 0.7); + --color-primary-alpha-80: rgba(125, 196, 228, 0.8); + --color-primary-alpha-90: rgba(125, 196, 228, 0.9); + --color-secondary: #494d64; + --color-secondary-dark-1: rgb(60.2120300752, 64.6721804511, 88.0879699248); + --color-secondary-dark-2: rgb(66.4240601504, 71.3443609023, 97.1759398496); + --color-secondary-dark-3: rgb(72.6360902256, 78.0165413534, 106.2639097744); + --color-secondary-dark-4: rgb(78.8481203008, 84.6887218045, 115.3518796992); + --color-secondary-dark-5: rgb(85.0601503759, 91.3609022556, 124.4398496241); + --color-secondary-dark-6: rgb(91.2721804511, 98.0330827068, 133.5278195489); + --color-secondary-dark-7: rgb(97.4842105263, 104.7052631579, 142.6157894737); + --color-secondary-dark-8: rgb(103.7714285714, 111.4285714286, 151.6285714286); + --color-secondary-dark-9: rgb(112.8593984962, 120.0563909774, 157.8406015038); + --color-secondary-dark-10: rgb(121.9473684211, 128.6842105263, 164.0526315789); + --color-secondary-dark-11: rgb(131.0353383459, 137.3120300752, 170.2646616541); + --color-secondary-dark-12: rgb(140.1233082707, 145.9398496241, 176.4766917293); + --color-secondary-dark-13: rgb(149.2112781955, 154.5676691729, 182.6887218045); + --color-secondary-light-1: rgb(47.7879699248, 51.3278195489, 69.9120300752); + --color-secondary-light-2: rgb(41.5759398496, 44.6556390977, 60.8240601504); + --color-secondary-light-3: rgb(35.3639097744, 37.9834586466, 51.7360902256); + --color-secondary-light-4: rgb(29.1518796992, 31.3112781955, 42.6481203008); + --color-secondary-alpha-10: rgba(54, 58, 79, 0.1); + --color-secondary-alpha-20: rgba(54, 58, 79, 0.2); + --color-secondary-alpha-30: rgba(54, 58, 79, 0.3); + --color-secondary-alpha-40: rgba(54, 58, 79, 0.4); + --color-secondary-alpha-50: rgba(54, 58, 79, 0.5); + --color-secondary-alpha-60: rgba(54, 58, 79, 0.6); + --color-secondary-alpha-70: rgba(54, 58, 79, 0.7); + --color-secondary-alpha-80: rgba(54, 58, 79, 0.8); + --color-secondary-alpha-90: rgba(54, 58, 79, 0.9); + /* colors */ + --color-red: #ed8796; + --color-orange: #f5a97f; + --color-yellow: #eed49f; + --color-olive: #a6da95; + --color-green: #a6da95; + --color-teal: #8bd5ca; + --color-blue: #8aadf4; + --color-violet: #b7bdf8; + --color-purple: #c6a0f6; + --color-pink: #f5bde6; + --color-brown: #f0c6c6; + --color-grey: #939ab7; + --color-black: #1e2030; + /* light variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-light: rgb(230.347826087, 90.652173913, 111.1956521739); + --color-orange-light: rgb(241.3043478261, 137.2173913043, 79.6956521739); + --color-yellow-light: rgb(230.3274336283, 192.592920354, 115.6725663717); + --color-olive-light: rgb(134.2587412587, 204.8041958042, 111.1958041958); + --color-green-light: rgb(134.2587412587, 204.8041958042, 111.1958041958); + --color-teal-light: rgb(101.5569620253, 199.4430379747, 184.8924050633); + --color-blue-light: rgb(91.3828125, 140.328125, 239.6171875); + --color-violet-light: rgb(136.5189873418, 146.3924050633, 243.4810126582); + --color-purple-light: rgb(170.0480769231, 113.4134615385, 241.5865384615); + --color-pink-light: rgb(238.2894736842, 144.7105263158, 213.2236842105); + --color-brown-light: rgb(229.375, 157.625, 157.625); + --color-grey-light: rgb(116.4, 125.3833333333, 162.6); + --color-black-light: rgb(10.3846153846, 11.0769230769, 16.6153846154); + /* dark 1 variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-dark-1: rgb(230.347826087, 90.652173913, 111.1956521739); + --color-orange-dark-1: rgb(241.3043478261, 137.2173913043, 79.6956521739); + --color-yellow-dark-1: rgb(230.3274336283, 192.592920354, 115.6725663717); + --color-olive-dark-1: rgb(134.2587412587, 204.8041958042, 111.1958041958); + --color-green-dark-1: rgb(134.2587412587, 204.8041958042, 111.1958041958); + --color-teal-dark-1: rgb(101.5569620253, 199.4430379747, 184.8924050633); + --color-blue-dark-1: rgb(91.3828125, 140.328125, 239.6171875); + --color-violet-dark-1: rgb(136.5189873418, 146.3924050633, 243.4810126582); + --color-purple-dark-1: rgb(170.0480769231, 113.4134615385, 241.5865384615); + --color-pink-dark-1: rgb(238.2894736842, 144.7105263158, 213.2236842105); + --color-brown-dark-1: rgb(229.375, 157.625, 157.625); + --color-black-dark-1: rgb(10.3846153846, 11.0769230769, 16.6153846154); + /* dark 2 variants - produced via Sass scale-color(color, $lightness: -20%) */ + --color-red-dark-2: rgb(223.6956521739, 46.3043478261, 72.3913043478); + --color-orange-dark-2: rgb(237.6086956522, 105.4347826087, 32.3913043478); + --color-yellow-dark-2: rgb(222.6548672566, 173.185840708, 72.3451327434); + --color-olive-dark-2: rgb(102.5174825175, 191.6083916084, 73.3916083916); + --color-green-dark-2: rgb(102.5174825175, 191.6083916084, 73.3916083916); + --color-teal-dark-2: rgb(66.4556962025, 183.5443037975, 166.1392405063); + --color-blue-dark-2: rgb(44.765625, 107.65625, 235.234375); + --color-violet-dark-2: rgb(90.0379746835, 103.7848101266, 238.9620253165); + --color-purple-dark-2: rgb(142.0961538462, 66.8269230769, 237.1730769231); + --color-pink-dark-2: rgb(231.5789473684, 100.4210526316, 196.4473684211); + --color-brown-dark-2: rgb(218.75, 117.25, 117.25); + --color-black-dark-2: hsl(233.3333333333, 23.0769230769%, -4.7058823529%); + /* other colors */ + --color-gold: #f4dbd6; + --color-white: #cad3f5; + --color-diff-removed-word-bg: rgba(237, 135, 150, 0.15); + --color-diff-added-word-bg: rgba(166, 218, 149, 0.15); + --color-diff-removed-row-bg: rgba(237, 135, 150, 0.07); + --color-diff-moved-row-bg: rgba(238, 212, 159, 0.07); + --color-diff-added-row-bg: rgba(166, 218, 149, 0.07); + --color-diff-removed-row-border: rgba(237, 135, 150, 0.07); + --color-diff-moved-row-border: rgba(238, 212, 159, 0.07); + --color-diff-added-row-border: rgba(166, 218, 149, 0.07); + --color-diff-inactive: #939ab7; + --color-error-border: #ed8796; + --color-error-bg: #ed8796; + --color-error-bg-active: rgb(233.6739130435, 112.8260869565, 130.597826087); + --color-error-bg-hover: rgb(230.347826087, 90.652173913, 111.1956521739); + --color-error-text: #181926; + --color-success-border: rgb(134.2587412587, 204.8041958042, 111.1958041958); + --color-success-bg: #a6da95; + --color-success-text: #181926; + --color-warning-border: rgb(230.3274336283, 192.592920354, 115.6725663717); + --color-warning-bg: #eed49f; + --color-warning-text: #181926; + --color-info-border: rgb(91.3828125, 140.328125, 239.6171875); + --color-info-bg: #181926; + --color-info-text: #cad3f5; + --color-red-badge: rgb(230.347826087, 90.652173913, 111.1956521739); + --color-red-badge-bg: #181926; + --color-red-badge-hover-bg: rgb(233.6739130435, 112.8260869565, 130.597826087); + --color-green-badge: #a6da95; + --color-green-badge-bg: #a6da95; + --color-green-badge-hover-bg: rgb(150.1293706294, 211.4020979021, 130.0979020979); + --color-yellow-badge: #eed49f; + --color-yellow-badge-bg: #181926; + --color-yellow-badge-hover-bg: rgb(234.1637168142, 202.296460177, 137.3362831858); + --color-orange-badge: #f5a97f; + --color-orange-badge-bg: #181926; + --color-orange-badge-hover-bg: rgb(243.152173913, 153.1086956522, 103.347826087); + --color-git: #f5a97f; + --color-highlight-bg: rgba(238, 212, 159, 0.15); + /* target-based colors */ + --color-body: #181926; + --color-box-header: #1e2030; + --color-box-body: #1e2030; + --color-box-body-highlight: #363a4f; + --color-text-dark: #a5adcb; + --color-text: #cad3f5; + --color-text-light: #b8c0e0; + --color-text-light-1: #b8c0e0; + --color-text-light-2: #b8c0e0; + --color-text-light-3: #b8c0e0; + --color-footer: #1e2030; + --color-timeline: #363a4f; + --color-input-text: #cad3f5; + --color-input-background: #363a4f; + --color-input-toggle-background: #363a4f; + --color-input-border: #494d64; + --color-input-border-hover: #5b6078; + --color-nav-bg: #1e2030; + --color-nav-hover-bg: var(--color-hover); + --color-navbar: #1e2030; + --color-navbar-transparent: rgba(24, 25, 38, 0); + --color-light: rgba(91, 96, 120, 0.3); + --color-light-mimic-enabled: rgba( + 0, + 0, + 0, + calc(40 / 255 * 222 / 255 / var(--opacity-disabled)) + ); + --color-light-border: #5b6078; + --color-hover: rgba(110, 115, 141, 0.2); + --color-active: rgba(202, 211, 245, 0.1); + --color-menu: #363a4f; + --color-card: #363a4f; + --color-markup-table-row: rgba(202, 211, 245, 0.02); + --color-markup-code-block: rgba(202, 211, 245, 0.05); + --color-markup-code-inline: #363a4f; + --color-button: #363a4f; + --color-code-bg: #24273a; + --color-code-sidebar-bg: #363a4f; + --color-shadow: rgba(24, 25, 38, 0.1); + --color-tooltip-bg: #363a4f; + --color-tooltip-text: var(--color-text); + --color-secondary-bg: #363a4f; + --color-text-focus: #cad3f5; + --color-expand-button: #5b6078; + --color-placeholder-text: #a5adcb; + --color-editor-line-highlight: var(--color-primary-light-5); + --color-project-board-bg: var(--color-secondary-light-2); + /* gitea source code: */ + /* should ideally be --color-text-dark, see go-gitea/gitea#15651 */ + --color-caret: var(--color-text); + --color-reaction-bg: rgba(202, 211, 245, 0.07); + --color-reaction-active-bg: var(--color-primary-alpha-40); + --color-header-wrapper: #1e2030; + --color-header-wrapper-transparent: rgba(30, 32, 48, 0); + --color-label-text: #181926; + --color-label-bg: #7dc4e4; + --color-label-hover-bg: rgb(99.6624203822, 184.5006369427, 222.7375796178); + --color-label-active-bg: rgb(112.3312101911, 190.2503184713, 225.3687898089); + --color-accent: var(--color-primary-light-1); + --color-small-accent: var(--color-primary-light-5); + --color-active-line: #494d64; +} + +/* invert emojis that are hard to read otherwise */ +.emoji[aria-label="check mark"], +.emoji[aria-label="currency exchange"], +.emoji[aria-label="TOP arrow"], +.emoji[aria-label="END arrow"], +.emoji[aria-label="ON! arrow"], +.emoji[aria-label="SOON arrow"], +.emoji[aria-label="heavy dollar sign"], +.emoji[aria-label=copyright], +.emoji[aria-label=registered], +.emoji[aria-label="trade mark"], +.emoji[aria-label=multiply], +.emoji[aria-label=plus], +.emoji[aria-label=minus], +.emoji[aria-label=divide], +.emoji[aria-label="curly loop"], +.emoji[aria-label="double curly loop"], +.emoji[aria-label="wavy dash"], +.emoji[aria-label="paw prints"], +.emoji[aria-label="musical note"], +.emoji[aria-label="musical notes"] { + filter: invert(100%) hue-rotate(180deg); +} + +.ui.ui.ui.button:not(.inverted, .basic).primary, .ui.ui.ui.button:not(.inverted, .basic).green, .ui.ui.ui.button:not(.inverted, .basic).red, .ui.ui.ui.button:not(.inverted, .basic).teal, +.ui.ui.ui.label:not(.inverted, .basic).primary, +.ui.ui.ui.label:not(.inverted, .basic).green, +.ui.ui.ui.label:not(.inverted, .basic).red, +.ui.ui.ui.label:not(.inverted, .basic).teal { + color: #181926; +} +.ui.ui.ui.button:not(.inverted, .basic).primary:hover, .ui.ui.ui.button:not(.inverted, .basic).green:hover, .ui.ui.ui.button:not(.inverted, .basic).red:hover, .ui.ui.ui.button:not(.inverted, .basic).teal:hover, +.ui.ui.ui.label:not(.inverted, .basic).primary:hover, +.ui.ui.ui.label:not(.inverted, .basic).green:hover, +.ui.ui.ui.label:not(.inverted, .basic).red:hover, +.ui.ui.ui.label:not(.inverted, .basic).teal:hover { + color: #24273a; +} + +.ui.basic.modal { + background-color: #24273a; +} + +.ui.commit-header-row .svg.gitea-lock ~ a { + color: #181926; +} + +.ui.negative.message .header { + color: var(--color-error-text); +} + +.ui.sha.isSigned.isVerified .shortsha { + color: #181926; +} +.ui.sha.isSigned.isVerified svg.gitea-lock { + fill: #181926; +} + +.ui.basic.modal, +.ui.basic.modal > .header, +.ui.inverted.button { + color: #cad3f5 !important; +} + +#repo-topics, +#topic_edit > .ui.selection.dropdown { + color: var(--color-label-text) !important; +} + +blockquote.attention-tip { + border-left-color: var(--color-success-bg); +} +blockquote.attention-warning { + border-left-color: var(--color-warning-bg); +} + +svg.attention-tip, +strong.attention-tip { + color: var(--color-success-bg); +} +svg.attention-warning, +strong.attention-warning { + color: var(--color-warning-bg); +} + +.inline-code-block { + color: #181926; +} + +::selection { + background: rgba(125, 196, 228, 0.3) !important; +} + +/* NameBuiltinPseudo */ +.chroma .bp { + color: #f5a97f; +} + +/* Comment */ +.chroma .c { + color: #6e738d; +} + +/* CommentSingle */ +.chroma .c1 { + color: #6e738d; +} + +/* CommentHashbang */ +.chroma .ch { + color: #6e738d; +} + +/* CommentMultiline */ +.chroma .cm { + color: #6e738d; +} + +/* CommentPreproc */ +.chroma .cp { + color: #8aadf4; +} + +/* CommentPreprocFile */ +.chroma .cpf { + color: #8aadf4; +} + +/* CommentSpecial */ +.chroma .cs { + color: #6e738d; +} + +/* LiteralStringDelimiter */ +.chroma .dl { + color: #8aadf4; +} + +/* NameFunctionMagic */ +/* Generic */ +/* GenericDeleted */ +.chroma .gd { + color: #cad3f5; + background-color: rgba(237, 135, 150, 0.15); +} + +/* GenericEmph */ +.chroma .ge { + font-style: italic; +} + +/* GenericHeading */ +.chroma .gh { + color: #91d7e3; +} + +/* GenericInserted */ +.chroma .gi { + color: #cad3f5; + background-color: rgba(166, 218, 149, 0.15); +} + +/* GenericUnderline */ +/* GenericOutput */ +.chroma .go { + color: #f5a97f; +} + +/* GenericPrompt */ +.chroma .gp { + color: #6e738d; + font-weight: bold; +} + +/* GenericError */ +.chroma .gr { + color: #ee99a0; +} + +/* GenericStrong */ +.chroma .gs { + font-weight: bold; +} + +/* GenericTraceback */ +.chroma .gt { + color: #ee99a0; +} + +/* GenericSubheading */ +.chroma .gu { + color: #91d7e3; +} + +/* LiteralNumberIntegerLong */ +.chroma .il { + color: #f5a97f; +} + +/* Keyword */ +.chroma .k { + color: #c6a0f6; +} + +/* KeywordConstant */ +.chroma .kc { + color: #eed49f; +} + +/* KeywordDeclaration */ +.chroma .kd { + color: #c6a0f6; +} + +/* KeywordNamespace */ +.chroma .kn { + color: #eed49f; +} + +/* KeywordPseudo */ +.chroma .kp { + color: #c6a0f6; + font-weight: bold; +} + +/* KeywordReserved */ +.chroma .kr { + color: #c6a0f6; +} + +/* KeywordType */ +.chroma .kt { + color: #eed49f; +} + +/* Literal */ +/* LiteralDate */ +/* LiteralNumber */ +.chroma .m { + color: #f5a97f; +} + +/* LiteralNumberBin */ +.chroma .mb { + color: #f5a97f; +} + +/* LiteralNumberFloat */ +.chroma .mf { + color: #f5a97f; +} + +/* LiteralNumberHex */ +.chroma .mh { + color: #f5a97f; +} + +/* LiteralNumberInteger */ +.chroma .mi { + color: #f5a97f; +} + +/* LiteralNumberOct */ +.chroma .mo { + color: #f5a97f; +} + +/* Name */ +.chroma .n { + color: #b7bdf8; +} + +/* NameAttribute */ +.chroma .na { + color: #eed49f; +} + +/* NameBuiltin */ +.chroma .nb { + color: #f5a97f; +} + +/* NameClass */ +.chroma .nc { + color: #eed49f; +} + +/* NameDecorator */ +.chroma .nd { + color: #f5bde6; +} + +/* NameException */ +.chroma .ne { + color: #ee99a0; +} + +/* NameFunction */ +.chroma .nf { + color: #8aadf4; +} + +/* NameEntity */ +.chroma .ni { + color: #f5bde6; +} + +/* NameLabel */ +.chroma .nl { + color: #eed49f; +} + +/* NameNamespace */ +.chroma .nn { + color: #eed49f; +} + +/* NameConstant */ +.chroma .no { + color: #eed49f; +} + +/* NameTag */ +.chroma .nt { + color: #c6a0f6; +} + +/* NameVariable */ +.chroma .nv { + color: #f5a97f; +} + +/* NameOther */ +.chroma .nx { + color: #f5a97f; +} + +/* Operator */ +.chroma .o { + color: #91d7e3; +} + +/* OperatorWord */ +.chroma .ow { + color: #91d7e3; + font-weight: bold; +} + +/* Punctuation */ +.chroma .p { + color: #939ab7; +} + +/* NameProperty */ +/* LiteralString */ +.chroma .s { + color: #a6da95; +} + +/* LiteralStringSingle */ +.chroma .s1 { + color: #a6da95; +} + +/* LiteralStringDouble */ +.chroma .s2 { + color: #a6da95; +} + +/* LiteralStringAffix */ +.chroma .sa { + color: #a6da95; +} + +/* LiteralStringBacktick */ +.chroma .sb { + color: #a6da95; +} + +/* LiteralStringChar */ +.chroma .sc { + color: #a6da95; +} + +/* LiteralStringDoc */ +.chroma .sd { + color: #a6da95; +} + +/* LiteralStringEscape */ +.chroma .se { + color: #8aadf4; +} + +/* LiteralStringHeredoc */ +.chroma .sh { + color: #a6da95; +} + +/* LiteralStringInterpol */ +.chroma .si { + color: #a6da95; +} + +/* LiteralStringRegex */ +.chroma .sr { + color: #8aadf4; +} + +/* LiteralStringSymbol */ +.chroma .ss { + color: #a6da95; +} + +/* LiteralStringOther */ +.chroma .sx { + color: #a6da95; +} + +/* NameVariableClass */ +.chroma .vc { + color: #eed49f; +} + +/* NameVariableGlobal */ +.chroma .vg { + color: #f5a97f; +} + +/* NameVariableInstance */ +.chroma .vi { + color: #eed49f; +} + +/* NameVariableMagic */ +/* TextWhitespace */ +.chroma .w { + color: #363a4f; +} + +.CodeMirror .cm-property, +.CodeMirror.cm-s-default .cm-property, +.CodeMirror.cm-s-paper .cm-property { + color: #cad3f5; +} +.CodeMirror .cm-header, +.CodeMirror.cm-s-default .cm-header, +.CodeMirror.cm-s-paper .cm-header { + color: #cad3f5; +} +.CodeMirror .cm-quote, +.CodeMirror.cm-s-default .cm-quote, +.CodeMirror.cm-s-paper .cm-quote { + color: #a6da95; +} +.CodeMirror .cm-keyword, +.CodeMirror.cm-s-default .cm-keyword, +.CodeMirror.cm-s-paper .cm-keyword { + color: #c6a0f6; +} +.CodeMirror .cm-atom, +.CodeMirror.cm-s-default .cm-atom, +.CodeMirror.cm-s-paper .cm-atom { + color: #ed8796; +} +.CodeMirror .cm-number, +.CodeMirror.cm-s-default .cm-number, +.CodeMirror.cm-s-paper .cm-number { + color: #f5a97f; +} +.CodeMirror .cm-def, +.CodeMirror.cm-s-default .cm-def, +.CodeMirror.cm-s-paper .cm-def { + color: #cad3f5; +} +.CodeMirror .cm-variable-2, +.CodeMirror.cm-s-default .cm-variable-2, +.CodeMirror.cm-s-paper .cm-variable-2 { + color: #91d7e3; +} +.CodeMirror .cm-variable-3, +.CodeMirror.cm-s-default .cm-variable-3, +.CodeMirror.cm-s-paper .cm-variable-3 { + color: #8bd5ca; +} +.CodeMirror .cm-comment, +.CodeMirror.cm-s-default .cm-comment, +.CodeMirror.cm-s-paper .cm-comment { + color: #5b6078; +} +.CodeMirror .cm-string, +.CodeMirror.cm-s-default .cm-string, +.CodeMirror.cm-s-paper .cm-string { + color: #a6da95; +} +.CodeMirror .cm-string-2, +.CodeMirror.cm-s-default .cm-string-2, +.CodeMirror.cm-s-paper .cm-string-2 { + color: #a6da95; +} +.CodeMirror .cm-meta, +.CodeMirror.cm-s-default .cm-meta, +.CodeMirror.cm-s-paper .cm-meta { + color: #f5a97f; +} +.CodeMirror .cm-qualifier, +.CodeMirror.cm-s-default .cm-qualifier, +.CodeMirror.cm-s-paper .cm-qualifier { + color: #f5a97f; +} +.CodeMirror .cm-builtin, +.CodeMirror.cm-s-default .cm-builtin, +.CodeMirror.cm-s-paper .cm-builtin { + color: #f5a97f; +} +.CodeMirror .cm-bracket, +.CodeMirror.cm-s-default .cm-bracket, +.CodeMirror.cm-s-paper .cm-bracket { + color: #cad3f5; +} +.CodeMirror .cm-tag, +.CodeMirror.cm-s-default .cm-tag, +.CodeMirror.cm-s-paper .cm-tag { + color: #eed49f; +} +.CodeMirror .cm-attribute, +.CodeMirror.cm-s-default .cm-attribute, +.CodeMirror.cm-s-paper .cm-attribute { + color: #eed49f; +} +.CodeMirror .cm-hr, +.CodeMirror.cm-s-default .cm-hr, +.CodeMirror.cm-s-paper .cm-hr { + color: #939ab7; +} +.CodeMirror .cm-url, +.CodeMirror.cm-s-default .cm-url, +.CodeMirror.cm-s-paper .cm-url { + color: #8aadf4; +} +.CodeMirror .cm-link, +.CodeMirror.cm-s-default .cm-link, +.CodeMirror.cm-s-paper .cm-link { + color: #8aadf4; +} +.CodeMirror .cm-error, +.CodeMirror.cm-s-default .cm-error, +.CodeMirror.cm-s-paper .cm-error { + color: #ed8796; +} + +.monaco-editor .selected-text { + background-color: #363a4f !important; +} +.monaco-editor .margin-view-overlays .line-numbers { + color: #a5adcb !important; +} +.monaco-editor .line-numbers.active-line-number { + color: #7dc4e4 !important; +} +.monaco-editor .view-overlays .current-line, +.monaco-editor .margin-view-overlays .current-line-margin { + background-color: rgb(47.52, 51.16, 71.44) !important; +} +.monaco-editor .mtk1 { + color: #cad3f5 !important; +} +.monaco-editor .mtk2 { + color: #ff69b4 !important; +} +.monaco-editor .mtk3 { + color: #f5a97f !important; +} +.monaco-editor .mtk4 { + color: #8bd5ca !important; +} +.monaco-editor .mtk5 { + color: #cad3f5 !important; +} +.monaco-editor .mtk6 { + color: #c6a0f6 !important; +} +.monaco-editor .mtk7 { + color: #f5a97f !important; +} +.monaco-editor .mtk8 { + color: #939ab7 !important; +} +.monaco-editor .mtk9 { + color: #c6a0f6 !important; +} +.monaco-editor .mtk10 { + color: #a5adcb !important; +} +.monaco-editor .mtk11 { + color: #8bd5ca !important; +} +.monaco-editor .mtk12 { + color: #8bd5ca !important; +} +.monaco-editor .mtk13 { + color: #ff69b4 !important; +} +.monaco-editor .mtk14 { + color: #ff69b4 !important; +} +.monaco-editor .mtk15 { + color: #c6a0f6 !important; +} +.monaco-editor .mtk16 { + color: #939ab7 !important; +} +.monaco-editor .mtk17 { + color: #ff69b4 !important; +} +.monaco-editor .mtk18 { + color: #ff69b4 !important; +} +.monaco-editor .mtk19 { + color: #8bd5ca !important; +} +.monaco-editor .mtk20 { + color: #ff69b4 !important; +} +.monaco-editor .mtk21 { + color: #a6da95 !important; +} +.monaco-editor .mtk22 { + color: #ff69b4 !important; +} +.monaco-editor .mtk23 { + color: #8aadf4 !important; +} +.monaco-editor .mtk24 { + color: #f5a97f !important; +} +.monaco-editor .mtk25 { + color: #f5bde6 !important; +} +.monaco-editor .bracket-highlighting-0 { + color: rgb(223, 165.4, 188) !important; +} +.monaco-editor .bracket-highlighting-1 { + color: rgb(227.8, 185.8, 174.2) !important; +} +.monaco-editor .bracket-highlighting-2 { + color: rgb(223.6, 211.6, 193.4) !important; +} +.monaco-editor .bracket-highlighting-3 { + color: rgb(180.4, 215.2, 187.4) !important; +} +.monaco-editor .bracket-highlighting-4 { + color: rgb(163.6, 188.2, 244.4) !important; +} +.monaco-editor .bracket-highlighting-5 { + color: rgb(199.6, 180.4, 245.6) !important; +} \ No newline at end of file diff --git a/public/assets/css/theme-catppuccin-macchiato-sky.css b/public/assets/css/theme-catppuccin-macchiato-sky.css new file mode 100644 index 0000000..93fea15 --- /dev/null +++ b/public/assets/css/theme-catppuccin-macchiato-sky.css @@ -0,0 +1,873 @@ +:root { + color-scheme: dark; + --is-dark-theme: true; + accent-color: #91d7e3; + --color-primary: #91d7e3; + --color-primary-contrast: #181926; + --color-primary-hover: rgb(124.6739130435, 207.6086956522, 221.8260869565); + --color-primary-dark-1: rgb(132.8043478261, 210.5652173913, 223.8956521739); + --color-primary-dark-2: rgb(120.6086956522, 206.1304347826, 220.7913043478); + --color-primary-dark-3: rgb(108.4130434783, 201.6956521739, 217.6869565217); + --color-primary-dark-4: rgb(96.2173913043, 197.2608695652, 214.5826086957); + --color-primary-dark-5: rgb(84.0217391304, 192.8260869565, 211.4782608696); + --color-primary-dark-6: rgb(71.8260869565, 188.3913043478, 208.3739130435); + --color-primary-dark-7: rgb(59.6304347826, 183.9565217391, 205.2695652174); + --color-primary-light-1: rgb(157.1956521739, 219.4347826087, 230.1043478261); + --color-primary-light-2: rgb(169.3913043478, 223.8695652174, 233.2086956522); + --color-primary-light-3: rgb(181.5869565217, 228.3043478261, 236.3130434783); + --color-primary-light-4: rgb(193.7826086957, 232.7391304348, 239.4173913043); + --color-primary-light-5: rgb(205.9782608696, 237.1739130435, 242.5217391304); + --color-primary-light-6: rgb(218.1739130435, 241.6086956522, 245.6260869565); + --color-primary-light-7: rgb(230.3695652174, 246.0434782609, 248.7304347826); + --color-primary-alpha-10: rgba(145, 215, 227, 0.1); + --color-primary-alpha-20: rgba(145, 215, 227, 0.2); + --color-primary-alpha-30: rgba(145, 215, 227, 0.3); + --color-primary-alpha-40: rgba(145, 215, 227, 0.4); + --color-primary-alpha-50: rgba(145, 215, 227, 0.5); + --color-primary-alpha-60: rgba(145, 215, 227, 0.6); + --color-primary-alpha-70: rgba(145, 215, 227, 0.7); + --color-primary-alpha-80: rgba(145, 215, 227, 0.8); + --color-primary-alpha-90: rgba(145, 215, 227, 0.9); + --color-secondary: #494d64; + --color-secondary-dark-1: rgb(60.2120300752, 64.6721804511, 88.0879699248); + --color-secondary-dark-2: rgb(66.4240601504, 71.3443609023, 97.1759398496); + --color-secondary-dark-3: rgb(72.6360902256, 78.0165413534, 106.2639097744); + --color-secondary-dark-4: rgb(78.8481203008, 84.6887218045, 115.3518796992); + --color-secondary-dark-5: rgb(85.0601503759, 91.3609022556, 124.4398496241); + --color-secondary-dark-6: rgb(91.2721804511, 98.0330827068, 133.5278195489); + --color-secondary-dark-7: rgb(97.4842105263, 104.7052631579, 142.6157894737); + --color-secondary-dark-8: rgb(103.7714285714, 111.4285714286, 151.6285714286); + --color-secondary-dark-9: rgb(112.8593984962, 120.0563909774, 157.8406015038); + --color-secondary-dark-10: rgb(121.9473684211, 128.6842105263, 164.0526315789); + --color-secondary-dark-11: rgb(131.0353383459, 137.3120300752, 170.2646616541); + --color-secondary-dark-12: rgb(140.1233082707, 145.9398496241, 176.4766917293); + --color-secondary-dark-13: rgb(149.2112781955, 154.5676691729, 182.6887218045); + --color-secondary-light-1: rgb(47.7879699248, 51.3278195489, 69.9120300752); + --color-secondary-light-2: rgb(41.5759398496, 44.6556390977, 60.8240601504); + --color-secondary-light-3: rgb(35.3639097744, 37.9834586466, 51.7360902256); + --color-secondary-light-4: rgb(29.1518796992, 31.3112781955, 42.6481203008); + --color-secondary-alpha-10: rgba(54, 58, 79, 0.1); + --color-secondary-alpha-20: rgba(54, 58, 79, 0.2); + --color-secondary-alpha-30: rgba(54, 58, 79, 0.3); + --color-secondary-alpha-40: rgba(54, 58, 79, 0.4); + --color-secondary-alpha-50: rgba(54, 58, 79, 0.5); + --color-secondary-alpha-60: rgba(54, 58, 79, 0.6); + --color-secondary-alpha-70: rgba(54, 58, 79, 0.7); + --color-secondary-alpha-80: rgba(54, 58, 79, 0.8); + --color-secondary-alpha-90: rgba(54, 58, 79, 0.9); + /* colors */ + --color-red: #ed8796; + --color-orange: #f5a97f; + --color-yellow: #eed49f; + --color-olive: #a6da95; + --color-green: #a6da95; + --color-teal: #8bd5ca; + --color-blue: #8aadf4; + --color-violet: #b7bdf8; + --color-purple: #c6a0f6; + --color-pink: #f5bde6; + --color-brown: #f0c6c6; + --color-grey: #939ab7; + --color-black: #1e2030; + /* light variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-light: rgb(230.347826087, 90.652173913, 111.1956521739); + --color-orange-light: rgb(241.3043478261, 137.2173913043, 79.6956521739); + --color-yellow-light: rgb(230.3274336283, 192.592920354, 115.6725663717); + --color-olive-light: rgb(134.2587412587, 204.8041958042, 111.1958041958); + --color-green-light: rgb(134.2587412587, 204.8041958042, 111.1958041958); + --color-teal-light: rgb(101.5569620253, 199.4430379747, 184.8924050633); + --color-blue-light: rgb(91.3828125, 140.328125, 239.6171875); + --color-violet-light: rgb(136.5189873418, 146.3924050633, 243.4810126582); + --color-purple-light: rgb(170.0480769231, 113.4134615385, 241.5865384615); + --color-pink-light: rgb(238.2894736842, 144.7105263158, 213.2236842105); + --color-brown-light: rgb(229.375, 157.625, 157.625); + --color-grey-light: rgb(116.4, 125.3833333333, 162.6); + --color-black-light: rgb(10.3846153846, 11.0769230769, 16.6153846154); + /* dark 1 variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-dark-1: rgb(230.347826087, 90.652173913, 111.1956521739); + --color-orange-dark-1: rgb(241.3043478261, 137.2173913043, 79.6956521739); + --color-yellow-dark-1: rgb(230.3274336283, 192.592920354, 115.6725663717); + --color-olive-dark-1: rgb(134.2587412587, 204.8041958042, 111.1958041958); + --color-green-dark-1: rgb(134.2587412587, 204.8041958042, 111.1958041958); + --color-teal-dark-1: rgb(101.5569620253, 199.4430379747, 184.8924050633); + --color-blue-dark-1: rgb(91.3828125, 140.328125, 239.6171875); + --color-violet-dark-1: rgb(136.5189873418, 146.3924050633, 243.4810126582); + --color-purple-dark-1: rgb(170.0480769231, 113.4134615385, 241.5865384615); + --color-pink-dark-1: rgb(238.2894736842, 144.7105263158, 213.2236842105); + --color-brown-dark-1: rgb(229.375, 157.625, 157.625); + --color-black-dark-1: rgb(10.3846153846, 11.0769230769, 16.6153846154); + /* dark 2 variants - produced via Sass scale-color(color, $lightness: -20%) */ + --color-red-dark-2: rgb(223.6956521739, 46.3043478261, 72.3913043478); + --color-orange-dark-2: rgb(237.6086956522, 105.4347826087, 32.3913043478); + --color-yellow-dark-2: rgb(222.6548672566, 173.185840708, 72.3451327434); + --color-olive-dark-2: rgb(102.5174825175, 191.6083916084, 73.3916083916); + --color-green-dark-2: rgb(102.5174825175, 191.6083916084, 73.3916083916); + --color-teal-dark-2: rgb(66.4556962025, 183.5443037975, 166.1392405063); + --color-blue-dark-2: rgb(44.765625, 107.65625, 235.234375); + --color-violet-dark-2: rgb(90.0379746835, 103.7848101266, 238.9620253165); + --color-purple-dark-2: rgb(142.0961538462, 66.8269230769, 237.1730769231); + --color-pink-dark-2: rgb(231.5789473684, 100.4210526316, 196.4473684211); + --color-brown-dark-2: rgb(218.75, 117.25, 117.25); + --color-black-dark-2: hsl(233.3333333333, 23.0769230769%, -4.7058823529%); + /* other colors */ + --color-gold: #f4dbd6; + --color-white: #cad3f5; + --color-diff-removed-word-bg: rgba(237, 135, 150, 0.15); + --color-diff-added-word-bg: rgba(166, 218, 149, 0.15); + --color-diff-removed-row-bg: rgba(237, 135, 150, 0.07); + --color-diff-moved-row-bg: rgba(238, 212, 159, 0.07); + --color-diff-added-row-bg: rgba(166, 218, 149, 0.07); + --color-diff-removed-row-border: rgba(237, 135, 150, 0.07); + --color-diff-moved-row-border: rgba(238, 212, 159, 0.07); + --color-diff-added-row-border: rgba(166, 218, 149, 0.07); + --color-diff-inactive: #939ab7; + --color-error-border: #ed8796; + --color-error-bg: #ed8796; + --color-error-bg-active: rgb(233.6739130435, 112.8260869565, 130.597826087); + --color-error-bg-hover: rgb(230.347826087, 90.652173913, 111.1956521739); + --color-error-text: #181926; + --color-success-border: rgb(134.2587412587, 204.8041958042, 111.1958041958); + --color-success-bg: #a6da95; + --color-success-text: #181926; + --color-warning-border: rgb(230.3274336283, 192.592920354, 115.6725663717); + --color-warning-bg: #eed49f; + --color-warning-text: #181926; + --color-info-border: rgb(91.3828125, 140.328125, 239.6171875); + --color-info-bg: #181926; + --color-info-text: #cad3f5; + --color-red-badge: rgb(230.347826087, 90.652173913, 111.1956521739); + --color-red-badge-bg: #181926; + --color-red-badge-hover-bg: rgb(233.6739130435, 112.8260869565, 130.597826087); + --color-green-badge: #a6da95; + --color-green-badge-bg: #a6da95; + --color-green-badge-hover-bg: rgb(150.1293706294, 211.4020979021, 130.0979020979); + --color-yellow-badge: #eed49f; + --color-yellow-badge-bg: #181926; + --color-yellow-badge-hover-bg: rgb(234.1637168142, 202.296460177, 137.3362831858); + --color-orange-badge: #f5a97f; + --color-orange-badge-bg: #181926; + --color-orange-badge-hover-bg: rgb(243.152173913, 153.1086956522, 103.347826087); + --color-git: #f5a97f; + --color-highlight-bg: rgba(238, 212, 159, 0.15); + /* target-based colors */ + --color-body: #181926; + --color-box-header: #1e2030; + --color-box-body: #1e2030; + --color-box-body-highlight: #363a4f; + --color-text-dark: #a5adcb; + --color-text: #cad3f5; + --color-text-light: #b8c0e0; + --color-text-light-1: #b8c0e0; + --color-text-light-2: #b8c0e0; + --color-text-light-3: #b8c0e0; + --color-footer: #1e2030; + --color-timeline: #363a4f; + --color-input-text: #cad3f5; + --color-input-background: #363a4f; + --color-input-toggle-background: #363a4f; + --color-input-border: #494d64; + --color-input-border-hover: #5b6078; + --color-nav-bg: #1e2030; + --color-nav-hover-bg: var(--color-hover); + --color-navbar: #1e2030; + --color-navbar-transparent: rgba(24, 25, 38, 0); + --color-light: rgba(91, 96, 120, 0.3); + --color-light-mimic-enabled: rgba( + 0, + 0, + 0, + calc(40 / 255 * 222 / 255 / var(--opacity-disabled)) + ); + --color-light-border: #5b6078; + --color-hover: rgba(110, 115, 141, 0.2); + --color-active: rgba(202, 211, 245, 0.1); + --color-menu: #363a4f; + --color-card: #363a4f; + --color-markup-table-row: rgba(202, 211, 245, 0.02); + --color-markup-code-block: rgba(202, 211, 245, 0.05); + --color-markup-code-inline: #363a4f; + --color-button: #363a4f; + --color-code-bg: #24273a; + --color-code-sidebar-bg: #363a4f; + --color-shadow: rgba(24, 25, 38, 0.1); + --color-tooltip-bg: #363a4f; + --color-tooltip-text: var(--color-text); + --color-secondary-bg: #363a4f; + --color-text-focus: #cad3f5; + --color-expand-button: #5b6078; + --color-placeholder-text: #a5adcb; + --color-editor-line-highlight: var(--color-primary-light-5); + --color-project-board-bg: var(--color-secondary-light-2); + /* gitea source code: */ + /* should ideally be --color-text-dark, see go-gitea/gitea#15651 */ + --color-caret: var(--color-text); + --color-reaction-bg: rgba(202, 211, 245, 0.07); + --color-reaction-active-bg: var(--color-primary-alpha-40); + --color-header-wrapper: #1e2030; + --color-header-wrapper-transparent: rgba(30, 32, 48, 0); + --color-label-text: #181926; + --color-label-bg: #91d7e3; + --color-label-hover-bg: rgb(120.6086956522, 206.1304347826, 220.7913043478); + --color-label-active-bg: rgb(132.8043478261, 210.5652173913, 223.8956521739); + --color-accent: var(--color-primary-light-1); + --color-small-accent: var(--color-primary-light-5); + --color-active-line: #494d64; +} + +/* invert emojis that are hard to read otherwise */ +.emoji[aria-label="check mark"], +.emoji[aria-label="currency exchange"], +.emoji[aria-label="TOP arrow"], +.emoji[aria-label="END arrow"], +.emoji[aria-label="ON! arrow"], +.emoji[aria-label="SOON arrow"], +.emoji[aria-label="heavy dollar sign"], +.emoji[aria-label=copyright], +.emoji[aria-label=registered], +.emoji[aria-label="trade mark"], +.emoji[aria-label=multiply], +.emoji[aria-label=plus], +.emoji[aria-label=minus], +.emoji[aria-label=divide], +.emoji[aria-label="curly loop"], +.emoji[aria-label="double curly loop"], +.emoji[aria-label="wavy dash"], +.emoji[aria-label="paw prints"], +.emoji[aria-label="musical note"], +.emoji[aria-label="musical notes"] { + filter: invert(100%) hue-rotate(180deg); +} + +.ui.ui.ui.button:not(.inverted, .basic).primary, .ui.ui.ui.button:not(.inverted, .basic).green, .ui.ui.ui.button:not(.inverted, .basic).red, .ui.ui.ui.button:not(.inverted, .basic).teal, +.ui.ui.ui.label:not(.inverted, .basic).primary, +.ui.ui.ui.label:not(.inverted, .basic).green, +.ui.ui.ui.label:not(.inverted, .basic).red, +.ui.ui.ui.label:not(.inverted, .basic).teal { + color: #181926; +} +.ui.ui.ui.button:not(.inverted, .basic).primary:hover, .ui.ui.ui.button:not(.inverted, .basic).green:hover, .ui.ui.ui.button:not(.inverted, .basic).red:hover, .ui.ui.ui.button:not(.inverted, .basic).teal:hover, +.ui.ui.ui.label:not(.inverted, .basic).primary:hover, +.ui.ui.ui.label:not(.inverted, .basic).green:hover, +.ui.ui.ui.label:not(.inverted, .basic).red:hover, +.ui.ui.ui.label:not(.inverted, .basic).teal:hover { + color: #24273a; +} + +.ui.basic.modal { + background-color: #24273a; +} + +.ui.commit-header-row .svg.gitea-lock ~ a { + color: #181926; +} + +.ui.negative.message .header { + color: var(--color-error-text); +} + +.ui.sha.isSigned.isVerified .shortsha { + color: #181926; +} +.ui.sha.isSigned.isVerified svg.gitea-lock { + fill: #181926; +} + +.ui.basic.modal, +.ui.basic.modal > .header, +.ui.inverted.button { + color: #cad3f5 !important; +} + +#repo-topics, +#topic_edit > .ui.selection.dropdown { + color: var(--color-label-text) !important; +} + +blockquote.attention-tip { + border-left-color: var(--color-success-bg); +} +blockquote.attention-warning { + border-left-color: var(--color-warning-bg); +} + +svg.attention-tip, +strong.attention-tip { + color: var(--color-success-bg); +} +svg.attention-warning, +strong.attention-warning { + color: var(--color-warning-bg); +} + +.inline-code-block { + color: #181926; +} + +::selection { + background: rgba(145, 215, 227, 0.3) !important; +} + +/* NameBuiltinPseudo */ +.chroma .bp { + color: #f5a97f; +} + +/* Comment */ +.chroma .c { + color: #6e738d; +} + +/* CommentSingle */ +.chroma .c1 { + color: #6e738d; +} + +/* CommentHashbang */ +.chroma .ch { + color: #6e738d; +} + +/* CommentMultiline */ +.chroma .cm { + color: #6e738d; +} + +/* CommentPreproc */ +.chroma .cp { + color: #8aadf4; +} + +/* CommentPreprocFile */ +.chroma .cpf { + color: #8aadf4; +} + +/* CommentSpecial */ +.chroma .cs { + color: #6e738d; +} + +/* LiteralStringDelimiter */ +.chroma .dl { + color: #8aadf4; +} + +/* NameFunctionMagic */ +/* Generic */ +/* GenericDeleted */ +.chroma .gd { + color: #cad3f5; + background-color: rgba(237, 135, 150, 0.15); +} + +/* GenericEmph */ +.chroma .ge { + font-style: italic; +} + +/* GenericHeading */ +.chroma .gh { + color: #91d7e3; +} + +/* GenericInserted */ +.chroma .gi { + color: #cad3f5; + background-color: rgba(166, 218, 149, 0.15); +} + +/* GenericUnderline */ +/* GenericOutput */ +.chroma .go { + color: #f5a97f; +} + +/* GenericPrompt */ +.chroma .gp { + color: #6e738d; + font-weight: bold; +} + +/* GenericError */ +.chroma .gr { + color: #ee99a0; +} + +/* GenericStrong */ +.chroma .gs { + font-weight: bold; +} + +/* GenericTraceback */ +.chroma .gt { + color: #ee99a0; +} + +/* GenericSubheading */ +.chroma .gu { + color: #91d7e3; +} + +/* LiteralNumberIntegerLong */ +.chroma .il { + color: #f5a97f; +} + +/* Keyword */ +.chroma .k { + color: #c6a0f6; +} + +/* KeywordConstant */ +.chroma .kc { + color: #eed49f; +} + +/* KeywordDeclaration */ +.chroma .kd { + color: #c6a0f6; +} + +/* KeywordNamespace */ +.chroma .kn { + color: #eed49f; +} + +/* KeywordPseudo */ +.chroma .kp { + color: #c6a0f6; + font-weight: bold; +} + +/* KeywordReserved */ +.chroma .kr { + color: #c6a0f6; +} + +/* KeywordType */ +.chroma .kt { + color: #eed49f; +} + +/* Literal */ +/* LiteralDate */ +/* LiteralNumber */ +.chroma .m { + color: #f5a97f; +} + +/* LiteralNumberBin */ +.chroma .mb { + color: #f5a97f; +} + +/* LiteralNumberFloat */ +.chroma .mf { + color: #f5a97f; +} + +/* LiteralNumberHex */ +.chroma .mh { + color: #f5a97f; +} + +/* LiteralNumberInteger */ +.chroma .mi { + color: #f5a97f; +} + +/* LiteralNumberOct */ +.chroma .mo { + color: #f5a97f; +} + +/* Name */ +.chroma .n { + color: #b7bdf8; +} + +/* NameAttribute */ +.chroma .na { + color: #eed49f; +} + +/* NameBuiltin */ +.chroma .nb { + color: #f5a97f; +} + +/* NameClass */ +.chroma .nc { + color: #eed49f; +} + +/* NameDecorator */ +.chroma .nd { + color: #f5bde6; +} + +/* NameException */ +.chroma .ne { + color: #ee99a0; +} + +/* NameFunction */ +.chroma .nf { + color: #8aadf4; +} + +/* NameEntity */ +.chroma .ni { + color: #f5bde6; +} + +/* NameLabel */ +.chroma .nl { + color: #eed49f; +} + +/* NameNamespace */ +.chroma .nn { + color: #eed49f; +} + +/* NameConstant */ +.chroma .no { + color: #eed49f; +} + +/* NameTag */ +.chroma .nt { + color: #c6a0f6; +} + +/* NameVariable */ +.chroma .nv { + color: #f5a97f; +} + +/* NameOther */ +.chroma .nx { + color: #f5a97f; +} + +/* Operator */ +.chroma .o { + color: #91d7e3; +} + +/* OperatorWord */ +.chroma .ow { + color: #91d7e3; + font-weight: bold; +} + +/* Punctuation */ +.chroma .p { + color: #939ab7; +} + +/* NameProperty */ +/* LiteralString */ +.chroma .s { + color: #a6da95; +} + +/* LiteralStringSingle */ +.chroma .s1 { + color: #a6da95; +} + +/* LiteralStringDouble */ +.chroma .s2 { + color: #a6da95; +} + +/* LiteralStringAffix */ +.chroma .sa { + color: #a6da95; +} + +/* LiteralStringBacktick */ +.chroma .sb { + color: #a6da95; +} + +/* LiteralStringChar */ +.chroma .sc { + color: #a6da95; +} + +/* LiteralStringDoc */ +.chroma .sd { + color: #a6da95; +} + +/* LiteralStringEscape */ +.chroma .se { + color: #8aadf4; +} + +/* LiteralStringHeredoc */ +.chroma .sh { + color: #a6da95; +} + +/* LiteralStringInterpol */ +.chroma .si { + color: #a6da95; +} + +/* LiteralStringRegex */ +.chroma .sr { + color: #8aadf4; +} + +/* LiteralStringSymbol */ +.chroma .ss { + color: #a6da95; +} + +/* LiteralStringOther */ +.chroma .sx { + color: #a6da95; +} + +/* NameVariableClass */ +.chroma .vc { + color: #eed49f; +} + +/* NameVariableGlobal */ +.chroma .vg { + color: #f5a97f; +} + +/* NameVariableInstance */ +.chroma .vi { + color: #eed49f; +} + +/* NameVariableMagic */ +/* TextWhitespace */ +.chroma .w { + color: #363a4f; +} + +.CodeMirror .cm-property, +.CodeMirror.cm-s-default .cm-property, +.CodeMirror.cm-s-paper .cm-property { + color: #cad3f5; +} +.CodeMirror .cm-header, +.CodeMirror.cm-s-default .cm-header, +.CodeMirror.cm-s-paper .cm-header { + color: #cad3f5; +} +.CodeMirror .cm-quote, +.CodeMirror.cm-s-default .cm-quote, +.CodeMirror.cm-s-paper .cm-quote { + color: #a6da95; +} +.CodeMirror .cm-keyword, +.CodeMirror.cm-s-default .cm-keyword, +.CodeMirror.cm-s-paper .cm-keyword { + color: #c6a0f6; +} +.CodeMirror .cm-atom, +.CodeMirror.cm-s-default .cm-atom, +.CodeMirror.cm-s-paper .cm-atom { + color: #ed8796; +} +.CodeMirror .cm-number, +.CodeMirror.cm-s-default .cm-number, +.CodeMirror.cm-s-paper .cm-number { + color: #f5a97f; +} +.CodeMirror .cm-def, +.CodeMirror.cm-s-default .cm-def, +.CodeMirror.cm-s-paper .cm-def { + color: #cad3f5; +} +.CodeMirror .cm-variable-2, +.CodeMirror.cm-s-default .cm-variable-2, +.CodeMirror.cm-s-paper .cm-variable-2 { + color: #91d7e3; +} +.CodeMirror .cm-variable-3, +.CodeMirror.cm-s-default .cm-variable-3, +.CodeMirror.cm-s-paper .cm-variable-3 { + color: #8bd5ca; +} +.CodeMirror .cm-comment, +.CodeMirror.cm-s-default .cm-comment, +.CodeMirror.cm-s-paper .cm-comment { + color: #5b6078; +} +.CodeMirror .cm-string, +.CodeMirror.cm-s-default .cm-string, +.CodeMirror.cm-s-paper .cm-string { + color: #a6da95; +} +.CodeMirror .cm-string-2, +.CodeMirror.cm-s-default .cm-string-2, +.CodeMirror.cm-s-paper .cm-string-2 { + color: #a6da95; +} +.CodeMirror .cm-meta, +.CodeMirror.cm-s-default .cm-meta, +.CodeMirror.cm-s-paper .cm-meta { + color: #f5a97f; +} +.CodeMirror .cm-qualifier, +.CodeMirror.cm-s-default .cm-qualifier, +.CodeMirror.cm-s-paper .cm-qualifier { + color: #f5a97f; +} +.CodeMirror .cm-builtin, +.CodeMirror.cm-s-default .cm-builtin, +.CodeMirror.cm-s-paper .cm-builtin { + color: #f5a97f; +} +.CodeMirror .cm-bracket, +.CodeMirror.cm-s-default .cm-bracket, +.CodeMirror.cm-s-paper .cm-bracket { + color: #cad3f5; +} +.CodeMirror .cm-tag, +.CodeMirror.cm-s-default .cm-tag, +.CodeMirror.cm-s-paper .cm-tag { + color: #eed49f; +} +.CodeMirror .cm-attribute, +.CodeMirror.cm-s-default .cm-attribute, +.CodeMirror.cm-s-paper .cm-attribute { + color: #eed49f; +} +.CodeMirror .cm-hr, +.CodeMirror.cm-s-default .cm-hr, +.CodeMirror.cm-s-paper .cm-hr { + color: #939ab7; +} +.CodeMirror .cm-url, +.CodeMirror.cm-s-default .cm-url, +.CodeMirror.cm-s-paper .cm-url { + color: #8aadf4; +} +.CodeMirror .cm-link, +.CodeMirror.cm-s-default .cm-link, +.CodeMirror.cm-s-paper .cm-link { + color: #8aadf4; +} +.CodeMirror .cm-error, +.CodeMirror.cm-s-default .cm-error, +.CodeMirror.cm-s-paper .cm-error { + color: #ed8796; +} + +.monaco-editor .selected-text { + background-color: #363a4f !important; +} +.monaco-editor .margin-view-overlays .line-numbers { + color: #a5adcb !important; +} +.monaco-editor .line-numbers.active-line-number { + color: #91d7e3 !important; +} +.monaco-editor .view-overlays .current-line, +.monaco-editor .margin-view-overlays .current-line-margin { + background-color: rgb(47.52, 51.16, 71.44) !important; +} +.monaco-editor .mtk1 { + color: #cad3f5 !important; +} +.monaco-editor .mtk2 { + color: #ff69b4 !important; +} +.monaco-editor .mtk3 { + color: #f5a97f !important; +} +.monaco-editor .mtk4 { + color: #8bd5ca !important; +} +.monaco-editor .mtk5 { + color: #cad3f5 !important; +} +.monaco-editor .mtk6 { + color: #c6a0f6 !important; +} +.monaco-editor .mtk7 { + color: #f5a97f !important; +} +.monaco-editor .mtk8 { + color: #939ab7 !important; +} +.monaco-editor .mtk9 { + color: #c6a0f6 !important; +} +.monaco-editor .mtk10 { + color: #a5adcb !important; +} +.monaco-editor .mtk11 { + color: #8bd5ca !important; +} +.monaco-editor .mtk12 { + color: #8bd5ca !important; +} +.monaco-editor .mtk13 { + color: #ff69b4 !important; +} +.monaco-editor .mtk14 { + color: #ff69b4 !important; +} +.monaco-editor .mtk15 { + color: #c6a0f6 !important; +} +.monaco-editor .mtk16 { + color: #939ab7 !important; +} +.monaco-editor .mtk17 { + color: #ff69b4 !important; +} +.monaco-editor .mtk18 { + color: #ff69b4 !important; +} +.monaco-editor .mtk19 { + color: #8bd5ca !important; +} +.monaco-editor .mtk20 { + color: #ff69b4 !important; +} +.monaco-editor .mtk21 { + color: #a6da95 !important; +} +.monaco-editor .mtk22 { + color: #ff69b4 !important; +} +.monaco-editor .mtk23 { + color: #8aadf4 !important; +} +.monaco-editor .mtk24 { + color: #f5a97f !important; +} +.monaco-editor .mtk25 { + color: #f5bde6 !important; +} +.monaco-editor .bracket-highlighting-0 { + color: rgb(223, 165.4, 188) !important; +} +.monaco-editor .bracket-highlighting-1 { + color: rgb(227.8, 185.8, 174.2) !important; +} +.monaco-editor .bracket-highlighting-2 { + color: rgb(223.6, 211.6, 193.4) !important; +} +.monaco-editor .bracket-highlighting-3 { + color: rgb(180.4, 215.2, 187.4) !important; +} +.monaco-editor .bracket-highlighting-4 { + color: rgb(163.6, 188.2, 244.4) !important; +} +.monaco-editor .bracket-highlighting-5 { + color: rgb(199.6, 180.4, 245.6) !important; +} \ No newline at end of file diff --git a/public/assets/css/theme-catppuccin-macchiato-teal.css b/public/assets/css/theme-catppuccin-macchiato-teal.css new file mode 100644 index 0000000..f96d7da --- /dev/null +++ b/public/assets/css/theme-catppuccin-macchiato-teal.css @@ -0,0 +1,873 @@ +:root { + color-scheme: dark; + --is-dark-theme: true; + accent-color: #8bd5ca; + --color-primary: #8bd5ca; + --color-primary-contrast: #181926; + --color-primary-hover: rgb(120.2784810127, 206.2215189873, 193.4462025316); + --color-primary-dark-1: rgb(127.7670886076, 208.9329113924, 196.867721519); + --color-primary-dark-2: rgb(116.5341772152, 204.8658227848, 191.735443038); + --color-primary-dark-3: rgb(105.3012658228, 200.7987341772, 186.603164557); + --color-primary-dark-4: rgb(94.0683544304, 196.7316455696, 181.4708860759); + --color-primary-dark-5: rgb(82.835443038, 192.664556962, 176.3386075949); + --color-primary-dark-6: rgb(71.6025316456, 188.5974683544, 171.2063291139); + --color-primary-dark-7: rgb(65.1, 179.8, 162.75); + --color-primary-light-1: rgb(150.2329113924, 217.0670886076, 207.132278481); + --color-primary-light-2: rgb(161.4658227848, 221.1341772152, 212.264556962); + --color-primary-light-3: rgb(172.6987341772, 225.2012658228, 217.396835443); + --color-primary-light-4: rgb(183.9316455696, 229.2683544304, 222.5291139241); + --color-primary-light-5: rgb(195.164556962, 233.335443038, 227.6613924051); + --color-primary-light-6: rgb(206.3974683544, 237.4025316456, 232.7936708861); + --color-primary-light-7: rgb(217.6303797468, 241.4696202532, 237.9259493671); + --color-primary-alpha-10: rgba(139, 213, 202, 0.1); + --color-primary-alpha-20: rgba(139, 213, 202, 0.2); + --color-primary-alpha-30: rgba(139, 213, 202, 0.3); + --color-primary-alpha-40: rgba(139, 213, 202, 0.4); + --color-primary-alpha-50: rgba(139, 213, 202, 0.5); + --color-primary-alpha-60: rgba(139, 213, 202, 0.6); + --color-primary-alpha-70: rgba(139, 213, 202, 0.7); + --color-primary-alpha-80: rgba(139, 213, 202, 0.8); + --color-primary-alpha-90: rgba(139, 213, 202, 0.9); + --color-secondary: #494d64; + --color-secondary-dark-1: rgb(60.2120300752, 64.6721804511, 88.0879699248); + --color-secondary-dark-2: rgb(66.4240601504, 71.3443609023, 97.1759398496); + --color-secondary-dark-3: rgb(72.6360902256, 78.0165413534, 106.2639097744); + --color-secondary-dark-4: rgb(78.8481203008, 84.6887218045, 115.3518796992); + --color-secondary-dark-5: rgb(85.0601503759, 91.3609022556, 124.4398496241); + --color-secondary-dark-6: rgb(91.2721804511, 98.0330827068, 133.5278195489); + --color-secondary-dark-7: rgb(97.4842105263, 104.7052631579, 142.6157894737); + --color-secondary-dark-8: rgb(103.7714285714, 111.4285714286, 151.6285714286); + --color-secondary-dark-9: rgb(112.8593984962, 120.0563909774, 157.8406015038); + --color-secondary-dark-10: rgb(121.9473684211, 128.6842105263, 164.0526315789); + --color-secondary-dark-11: rgb(131.0353383459, 137.3120300752, 170.2646616541); + --color-secondary-dark-12: rgb(140.1233082707, 145.9398496241, 176.4766917293); + --color-secondary-dark-13: rgb(149.2112781955, 154.5676691729, 182.6887218045); + --color-secondary-light-1: rgb(47.7879699248, 51.3278195489, 69.9120300752); + --color-secondary-light-2: rgb(41.5759398496, 44.6556390977, 60.8240601504); + --color-secondary-light-3: rgb(35.3639097744, 37.9834586466, 51.7360902256); + --color-secondary-light-4: rgb(29.1518796992, 31.3112781955, 42.6481203008); + --color-secondary-alpha-10: rgba(54, 58, 79, 0.1); + --color-secondary-alpha-20: rgba(54, 58, 79, 0.2); + --color-secondary-alpha-30: rgba(54, 58, 79, 0.3); + --color-secondary-alpha-40: rgba(54, 58, 79, 0.4); + --color-secondary-alpha-50: rgba(54, 58, 79, 0.5); + --color-secondary-alpha-60: rgba(54, 58, 79, 0.6); + --color-secondary-alpha-70: rgba(54, 58, 79, 0.7); + --color-secondary-alpha-80: rgba(54, 58, 79, 0.8); + --color-secondary-alpha-90: rgba(54, 58, 79, 0.9); + /* colors */ + --color-red: #ed8796; + --color-orange: #f5a97f; + --color-yellow: #eed49f; + --color-olive: #a6da95; + --color-green: #a6da95; + --color-teal: #8bd5ca; + --color-blue: #8aadf4; + --color-violet: #b7bdf8; + --color-purple: #c6a0f6; + --color-pink: #f5bde6; + --color-brown: #f0c6c6; + --color-grey: #939ab7; + --color-black: #1e2030; + /* light variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-light: rgb(230.347826087, 90.652173913, 111.1956521739); + --color-orange-light: rgb(241.3043478261, 137.2173913043, 79.6956521739); + --color-yellow-light: rgb(230.3274336283, 192.592920354, 115.6725663717); + --color-olive-light: rgb(134.2587412587, 204.8041958042, 111.1958041958); + --color-green-light: rgb(134.2587412587, 204.8041958042, 111.1958041958); + --color-teal-light: rgb(101.5569620253, 199.4430379747, 184.8924050633); + --color-blue-light: rgb(91.3828125, 140.328125, 239.6171875); + --color-violet-light: rgb(136.5189873418, 146.3924050633, 243.4810126582); + --color-purple-light: rgb(170.0480769231, 113.4134615385, 241.5865384615); + --color-pink-light: rgb(238.2894736842, 144.7105263158, 213.2236842105); + --color-brown-light: rgb(229.375, 157.625, 157.625); + --color-grey-light: rgb(116.4, 125.3833333333, 162.6); + --color-black-light: rgb(10.3846153846, 11.0769230769, 16.6153846154); + /* dark 1 variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-dark-1: rgb(230.347826087, 90.652173913, 111.1956521739); + --color-orange-dark-1: rgb(241.3043478261, 137.2173913043, 79.6956521739); + --color-yellow-dark-1: rgb(230.3274336283, 192.592920354, 115.6725663717); + --color-olive-dark-1: rgb(134.2587412587, 204.8041958042, 111.1958041958); + --color-green-dark-1: rgb(134.2587412587, 204.8041958042, 111.1958041958); + --color-teal-dark-1: rgb(101.5569620253, 199.4430379747, 184.8924050633); + --color-blue-dark-1: rgb(91.3828125, 140.328125, 239.6171875); + --color-violet-dark-1: rgb(136.5189873418, 146.3924050633, 243.4810126582); + --color-purple-dark-1: rgb(170.0480769231, 113.4134615385, 241.5865384615); + --color-pink-dark-1: rgb(238.2894736842, 144.7105263158, 213.2236842105); + --color-brown-dark-1: rgb(229.375, 157.625, 157.625); + --color-black-dark-1: rgb(10.3846153846, 11.0769230769, 16.6153846154); + /* dark 2 variants - produced via Sass scale-color(color, $lightness: -20%) */ + --color-red-dark-2: rgb(223.6956521739, 46.3043478261, 72.3913043478); + --color-orange-dark-2: rgb(237.6086956522, 105.4347826087, 32.3913043478); + --color-yellow-dark-2: rgb(222.6548672566, 173.185840708, 72.3451327434); + --color-olive-dark-2: rgb(102.5174825175, 191.6083916084, 73.3916083916); + --color-green-dark-2: rgb(102.5174825175, 191.6083916084, 73.3916083916); + --color-teal-dark-2: rgb(66.4556962025, 183.5443037975, 166.1392405063); + --color-blue-dark-2: rgb(44.765625, 107.65625, 235.234375); + --color-violet-dark-2: rgb(90.0379746835, 103.7848101266, 238.9620253165); + --color-purple-dark-2: rgb(142.0961538462, 66.8269230769, 237.1730769231); + --color-pink-dark-2: rgb(231.5789473684, 100.4210526316, 196.4473684211); + --color-brown-dark-2: rgb(218.75, 117.25, 117.25); + --color-black-dark-2: hsl(233.3333333333, 23.0769230769%, -4.7058823529%); + /* other colors */ + --color-gold: #f4dbd6; + --color-white: #cad3f5; + --color-diff-removed-word-bg: rgba(237, 135, 150, 0.15); + --color-diff-added-word-bg: rgba(166, 218, 149, 0.15); + --color-diff-removed-row-bg: rgba(237, 135, 150, 0.07); + --color-diff-moved-row-bg: rgba(238, 212, 159, 0.07); + --color-diff-added-row-bg: rgba(166, 218, 149, 0.07); + --color-diff-removed-row-border: rgba(237, 135, 150, 0.07); + --color-diff-moved-row-border: rgba(238, 212, 159, 0.07); + --color-diff-added-row-border: rgba(166, 218, 149, 0.07); + --color-diff-inactive: #939ab7; + --color-error-border: #ed8796; + --color-error-bg: #ed8796; + --color-error-bg-active: rgb(233.6739130435, 112.8260869565, 130.597826087); + --color-error-bg-hover: rgb(230.347826087, 90.652173913, 111.1956521739); + --color-error-text: #181926; + --color-success-border: rgb(134.2587412587, 204.8041958042, 111.1958041958); + --color-success-bg: #a6da95; + --color-success-text: #181926; + --color-warning-border: rgb(230.3274336283, 192.592920354, 115.6725663717); + --color-warning-bg: #eed49f; + --color-warning-text: #181926; + --color-info-border: rgb(91.3828125, 140.328125, 239.6171875); + --color-info-bg: #181926; + --color-info-text: #cad3f5; + --color-red-badge: rgb(230.347826087, 90.652173913, 111.1956521739); + --color-red-badge-bg: #181926; + --color-red-badge-hover-bg: rgb(233.6739130435, 112.8260869565, 130.597826087); + --color-green-badge: #a6da95; + --color-green-badge-bg: #a6da95; + --color-green-badge-hover-bg: rgb(150.1293706294, 211.4020979021, 130.0979020979); + --color-yellow-badge: #eed49f; + --color-yellow-badge-bg: #181926; + --color-yellow-badge-hover-bg: rgb(234.1637168142, 202.296460177, 137.3362831858); + --color-orange-badge: #f5a97f; + --color-orange-badge-bg: #181926; + --color-orange-badge-hover-bg: rgb(243.152173913, 153.1086956522, 103.347826087); + --color-git: #f5a97f; + --color-highlight-bg: rgba(238, 212, 159, 0.15); + /* target-based colors */ + --color-body: #181926; + --color-box-header: #1e2030; + --color-box-body: #1e2030; + --color-box-body-highlight: #363a4f; + --color-text-dark: #a5adcb; + --color-text: #cad3f5; + --color-text-light: #b8c0e0; + --color-text-light-1: #b8c0e0; + --color-text-light-2: #b8c0e0; + --color-text-light-3: #b8c0e0; + --color-footer: #1e2030; + --color-timeline: #363a4f; + --color-input-text: #cad3f5; + --color-input-background: #363a4f; + --color-input-toggle-background: #363a4f; + --color-input-border: #494d64; + --color-input-border-hover: #5b6078; + --color-nav-bg: #1e2030; + --color-nav-hover-bg: var(--color-hover); + --color-navbar: #1e2030; + --color-navbar-transparent: rgba(24, 25, 38, 0); + --color-light: rgba(91, 96, 120, 0.3); + --color-light-mimic-enabled: rgba( + 0, + 0, + 0, + calc(40 / 255 * 222 / 255 / var(--opacity-disabled)) + ); + --color-light-border: #5b6078; + --color-hover: rgba(110, 115, 141, 0.2); + --color-active: rgba(202, 211, 245, 0.1); + --color-menu: #363a4f; + --color-card: #363a4f; + --color-markup-table-row: rgba(202, 211, 245, 0.02); + --color-markup-code-block: rgba(202, 211, 245, 0.05); + --color-markup-code-inline: #363a4f; + --color-button: #363a4f; + --color-code-bg: #24273a; + --color-code-sidebar-bg: #363a4f; + --color-shadow: rgba(24, 25, 38, 0.1); + --color-tooltip-bg: #363a4f; + --color-tooltip-text: var(--color-text); + --color-secondary-bg: #363a4f; + --color-text-focus: #cad3f5; + --color-expand-button: #5b6078; + --color-placeholder-text: #a5adcb; + --color-editor-line-highlight: var(--color-primary-light-5); + --color-project-board-bg: var(--color-secondary-light-2); + /* gitea source code: */ + /* should ideally be --color-text-dark, see go-gitea/gitea#15651 */ + --color-caret: var(--color-text); + --color-reaction-bg: rgba(202, 211, 245, 0.07); + --color-reaction-active-bg: var(--color-primary-alpha-40); + --color-header-wrapper: #1e2030; + --color-header-wrapper-transparent: rgba(30, 32, 48, 0); + --color-label-text: #181926; + --color-label-bg: #8bd5ca; + --color-label-hover-bg: rgb(116.5341772152, 204.8658227848, 191.735443038); + --color-label-active-bg: rgb(127.7670886076, 208.9329113924, 196.867721519); + --color-accent: var(--color-primary-light-1); + --color-small-accent: var(--color-primary-light-5); + --color-active-line: #494d64; +} + +/* invert emojis that are hard to read otherwise */ +.emoji[aria-label="check mark"], +.emoji[aria-label="currency exchange"], +.emoji[aria-label="TOP arrow"], +.emoji[aria-label="END arrow"], +.emoji[aria-label="ON! arrow"], +.emoji[aria-label="SOON arrow"], +.emoji[aria-label="heavy dollar sign"], +.emoji[aria-label=copyright], +.emoji[aria-label=registered], +.emoji[aria-label="trade mark"], +.emoji[aria-label=multiply], +.emoji[aria-label=plus], +.emoji[aria-label=minus], +.emoji[aria-label=divide], +.emoji[aria-label="curly loop"], +.emoji[aria-label="double curly loop"], +.emoji[aria-label="wavy dash"], +.emoji[aria-label="paw prints"], +.emoji[aria-label="musical note"], +.emoji[aria-label="musical notes"] { + filter: invert(100%) hue-rotate(180deg); +} + +.ui.ui.ui.button:not(.inverted, .basic).primary, .ui.ui.ui.button:not(.inverted, .basic).green, .ui.ui.ui.button:not(.inverted, .basic).red, .ui.ui.ui.button:not(.inverted, .basic).teal, +.ui.ui.ui.label:not(.inverted, .basic).primary, +.ui.ui.ui.label:not(.inverted, .basic).green, +.ui.ui.ui.label:not(.inverted, .basic).red, +.ui.ui.ui.label:not(.inverted, .basic).teal { + color: #181926; +} +.ui.ui.ui.button:not(.inverted, .basic).primary:hover, .ui.ui.ui.button:not(.inverted, .basic).green:hover, .ui.ui.ui.button:not(.inverted, .basic).red:hover, .ui.ui.ui.button:not(.inverted, .basic).teal:hover, +.ui.ui.ui.label:not(.inverted, .basic).primary:hover, +.ui.ui.ui.label:not(.inverted, .basic).green:hover, +.ui.ui.ui.label:not(.inverted, .basic).red:hover, +.ui.ui.ui.label:not(.inverted, .basic).teal:hover { + color: #24273a; +} + +.ui.basic.modal { + background-color: #24273a; +} + +.ui.commit-header-row .svg.gitea-lock ~ a { + color: #181926; +} + +.ui.negative.message .header { + color: var(--color-error-text); +} + +.ui.sha.isSigned.isVerified .shortsha { + color: #181926; +} +.ui.sha.isSigned.isVerified svg.gitea-lock { + fill: #181926; +} + +.ui.basic.modal, +.ui.basic.modal > .header, +.ui.inverted.button { + color: #cad3f5 !important; +} + +#repo-topics, +#topic_edit > .ui.selection.dropdown { + color: var(--color-label-text) !important; +} + +blockquote.attention-tip { + border-left-color: var(--color-success-bg); +} +blockquote.attention-warning { + border-left-color: var(--color-warning-bg); +} + +svg.attention-tip, +strong.attention-tip { + color: var(--color-success-bg); +} +svg.attention-warning, +strong.attention-warning { + color: var(--color-warning-bg); +} + +.inline-code-block { + color: #181926; +} + +::selection { + background: rgba(139, 213, 202, 0.3) !important; +} + +/* NameBuiltinPseudo */ +.chroma .bp { + color: #f5a97f; +} + +/* Comment */ +.chroma .c { + color: #6e738d; +} + +/* CommentSingle */ +.chroma .c1 { + color: #6e738d; +} + +/* CommentHashbang */ +.chroma .ch { + color: #6e738d; +} + +/* CommentMultiline */ +.chroma .cm { + color: #6e738d; +} + +/* CommentPreproc */ +.chroma .cp { + color: #8aadf4; +} + +/* CommentPreprocFile */ +.chroma .cpf { + color: #8aadf4; +} + +/* CommentSpecial */ +.chroma .cs { + color: #6e738d; +} + +/* LiteralStringDelimiter */ +.chroma .dl { + color: #8aadf4; +} + +/* NameFunctionMagic */ +/* Generic */ +/* GenericDeleted */ +.chroma .gd { + color: #cad3f5; + background-color: rgba(237, 135, 150, 0.15); +} + +/* GenericEmph */ +.chroma .ge { + font-style: italic; +} + +/* GenericHeading */ +.chroma .gh { + color: #91d7e3; +} + +/* GenericInserted */ +.chroma .gi { + color: #cad3f5; + background-color: rgba(166, 218, 149, 0.15); +} + +/* GenericUnderline */ +/* GenericOutput */ +.chroma .go { + color: #f5a97f; +} + +/* GenericPrompt */ +.chroma .gp { + color: #6e738d; + font-weight: bold; +} + +/* GenericError */ +.chroma .gr { + color: #ee99a0; +} + +/* GenericStrong */ +.chroma .gs { + font-weight: bold; +} + +/* GenericTraceback */ +.chroma .gt { + color: #ee99a0; +} + +/* GenericSubheading */ +.chroma .gu { + color: #91d7e3; +} + +/* LiteralNumberIntegerLong */ +.chroma .il { + color: #f5a97f; +} + +/* Keyword */ +.chroma .k { + color: #c6a0f6; +} + +/* KeywordConstant */ +.chroma .kc { + color: #eed49f; +} + +/* KeywordDeclaration */ +.chroma .kd { + color: #c6a0f6; +} + +/* KeywordNamespace */ +.chroma .kn { + color: #eed49f; +} + +/* KeywordPseudo */ +.chroma .kp { + color: #c6a0f6; + font-weight: bold; +} + +/* KeywordReserved */ +.chroma .kr { + color: #c6a0f6; +} + +/* KeywordType */ +.chroma .kt { + color: #eed49f; +} + +/* Literal */ +/* LiteralDate */ +/* LiteralNumber */ +.chroma .m { + color: #f5a97f; +} + +/* LiteralNumberBin */ +.chroma .mb { + color: #f5a97f; +} + +/* LiteralNumberFloat */ +.chroma .mf { + color: #f5a97f; +} + +/* LiteralNumberHex */ +.chroma .mh { + color: #f5a97f; +} + +/* LiteralNumberInteger */ +.chroma .mi { + color: #f5a97f; +} + +/* LiteralNumberOct */ +.chroma .mo { + color: #f5a97f; +} + +/* Name */ +.chroma .n { + color: #b7bdf8; +} + +/* NameAttribute */ +.chroma .na { + color: #eed49f; +} + +/* NameBuiltin */ +.chroma .nb { + color: #f5a97f; +} + +/* NameClass */ +.chroma .nc { + color: #eed49f; +} + +/* NameDecorator */ +.chroma .nd { + color: #f5bde6; +} + +/* NameException */ +.chroma .ne { + color: #ee99a0; +} + +/* NameFunction */ +.chroma .nf { + color: #8aadf4; +} + +/* NameEntity */ +.chroma .ni { + color: #f5bde6; +} + +/* NameLabel */ +.chroma .nl { + color: #eed49f; +} + +/* NameNamespace */ +.chroma .nn { + color: #eed49f; +} + +/* NameConstant */ +.chroma .no { + color: #eed49f; +} + +/* NameTag */ +.chroma .nt { + color: #c6a0f6; +} + +/* NameVariable */ +.chroma .nv { + color: #f5a97f; +} + +/* NameOther */ +.chroma .nx { + color: #f5a97f; +} + +/* Operator */ +.chroma .o { + color: #91d7e3; +} + +/* OperatorWord */ +.chroma .ow { + color: #91d7e3; + font-weight: bold; +} + +/* Punctuation */ +.chroma .p { + color: #939ab7; +} + +/* NameProperty */ +/* LiteralString */ +.chroma .s { + color: #a6da95; +} + +/* LiteralStringSingle */ +.chroma .s1 { + color: #a6da95; +} + +/* LiteralStringDouble */ +.chroma .s2 { + color: #a6da95; +} + +/* LiteralStringAffix */ +.chroma .sa { + color: #a6da95; +} + +/* LiteralStringBacktick */ +.chroma .sb { + color: #a6da95; +} + +/* LiteralStringChar */ +.chroma .sc { + color: #a6da95; +} + +/* LiteralStringDoc */ +.chroma .sd { + color: #a6da95; +} + +/* LiteralStringEscape */ +.chroma .se { + color: #8aadf4; +} + +/* LiteralStringHeredoc */ +.chroma .sh { + color: #a6da95; +} + +/* LiteralStringInterpol */ +.chroma .si { + color: #a6da95; +} + +/* LiteralStringRegex */ +.chroma .sr { + color: #8aadf4; +} + +/* LiteralStringSymbol */ +.chroma .ss { + color: #a6da95; +} + +/* LiteralStringOther */ +.chroma .sx { + color: #a6da95; +} + +/* NameVariableClass */ +.chroma .vc { + color: #eed49f; +} + +/* NameVariableGlobal */ +.chroma .vg { + color: #f5a97f; +} + +/* NameVariableInstance */ +.chroma .vi { + color: #eed49f; +} + +/* NameVariableMagic */ +/* TextWhitespace */ +.chroma .w { + color: #363a4f; +} + +.CodeMirror .cm-property, +.CodeMirror.cm-s-default .cm-property, +.CodeMirror.cm-s-paper .cm-property { + color: #cad3f5; +} +.CodeMirror .cm-header, +.CodeMirror.cm-s-default .cm-header, +.CodeMirror.cm-s-paper .cm-header { + color: #cad3f5; +} +.CodeMirror .cm-quote, +.CodeMirror.cm-s-default .cm-quote, +.CodeMirror.cm-s-paper .cm-quote { + color: #a6da95; +} +.CodeMirror .cm-keyword, +.CodeMirror.cm-s-default .cm-keyword, +.CodeMirror.cm-s-paper .cm-keyword { + color: #c6a0f6; +} +.CodeMirror .cm-atom, +.CodeMirror.cm-s-default .cm-atom, +.CodeMirror.cm-s-paper .cm-atom { + color: #ed8796; +} +.CodeMirror .cm-number, +.CodeMirror.cm-s-default .cm-number, +.CodeMirror.cm-s-paper .cm-number { + color: #f5a97f; +} +.CodeMirror .cm-def, +.CodeMirror.cm-s-default .cm-def, +.CodeMirror.cm-s-paper .cm-def { + color: #cad3f5; +} +.CodeMirror .cm-variable-2, +.CodeMirror.cm-s-default .cm-variable-2, +.CodeMirror.cm-s-paper .cm-variable-2 { + color: #91d7e3; +} +.CodeMirror .cm-variable-3, +.CodeMirror.cm-s-default .cm-variable-3, +.CodeMirror.cm-s-paper .cm-variable-3 { + color: #8bd5ca; +} +.CodeMirror .cm-comment, +.CodeMirror.cm-s-default .cm-comment, +.CodeMirror.cm-s-paper .cm-comment { + color: #5b6078; +} +.CodeMirror .cm-string, +.CodeMirror.cm-s-default .cm-string, +.CodeMirror.cm-s-paper .cm-string { + color: #a6da95; +} +.CodeMirror .cm-string-2, +.CodeMirror.cm-s-default .cm-string-2, +.CodeMirror.cm-s-paper .cm-string-2 { + color: #a6da95; +} +.CodeMirror .cm-meta, +.CodeMirror.cm-s-default .cm-meta, +.CodeMirror.cm-s-paper .cm-meta { + color: #f5a97f; +} +.CodeMirror .cm-qualifier, +.CodeMirror.cm-s-default .cm-qualifier, +.CodeMirror.cm-s-paper .cm-qualifier { + color: #f5a97f; +} +.CodeMirror .cm-builtin, +.CodeMirror.cm-s-default .cm-builtin, +.CodeMirror.cm-s-paper .cm-builtin { + color: #f5a97f; +} +.CodeMirror .cm-bracket, +.CodeMirror.cm-s-default .cm-bracket, +.CodeMirror.cm-s-paper .cm-bracket { + color: #cad3f5; +} +.CodeMirror .cm-tag, +.CodeMirror.cm-s-default .cm-tag, +.CodeMirror.cm-s-paper .cm-tag { + color: #eed49f; +} +.CodeMirror .cm-attribute, +.CodeMirror.cm-s-default .cm-attribute, +.CodeMirror.cm-s-paper .cm-attribute { + color: #eed49f; +} +.CodeMirror .cm-hr, +.CodeMirror.cm-s-default .cm-hr, +.CodeMirror.cm-s-paper .cm-hr { + color: #939ab7; +} +.CodeMirror .cm-url, +.CodeMirror.cm-s-default .cm-url, +.CodeMirror.cm-s-paper .cm-url { + color: #8aadf4; +} +.CodeMirror .cm-link, +.CodeMirror.cm-s-default .cm-link, +.CodeMirror.cm-s-paper .cm-link { + color: #8aadf4; +} +.CodeMirror .cm-error, +.CodeMirror.cm-s-default .cm-error, +.CodeMirror.cm-s-paper .cm-error { + color: #ed8796; +} + +.monaco-editor .selected-text { + background-color: #363a4f !important; +} +.monaco-editor .margin-view-overlays .line-numbers { + color: #a5adcb !important; +} +.monaco-editor .line-numbers.active-line-number { + color: #8bd5ca !important; +} +.monaco-editor .view-overlays .current-line, +.monaco-editor .margin-view-overlays .current-line-margin { + background-color: rgb(47.52, 51.16, 71.44) !important; +} +.monaco-editor .mtk1 { + color: #cad3f5 !important; +} +.monaco-editor .mtk2 { + color: #ff69b4 !important; +} +.monaco-editor .mtk3 { + color: #f5a97f !important; +} +.monaco-editor .mtk4 { + color: #8bd5ca !important; +} +.monaco-editor .mtk5 { + color: #cad3f5 !important; +} +.monaco-editor .mtk6 { + color: #c6a0f6 !important; +} +.monaco-editor .mtk7 { + color: #f5a97f !important; +} +.monaco-editor .mtk8 { + color: #939ab7 !important; +} +.monaco-editor .mtk9 { + color: #c6a0f6 !important; +} +.monaco-editor .mtk10 { + color: #a5adcb !important; +} +.monaco-editor .mtk11 { + color: #8bd5ca !important; +} +.monaco-editor .mtk12 { + color: #8bd5ca !important; +} +.monaco-editor .mtk13 { + color: #ff69b4 !important; +} +.monaco-editor .mtk14 { + color: #ff69b4 !important; +} +.monaco-editor .mtk15 { + color: #c6a0f6 !important; +} +.monaco-editor .mtk16 { + color: #939ab7 !important; +} +.monaco-editor .mtk17 { + color: #ff69b4 !important; +} +.monaco-editor .mtk18 { + color: #ff69b4 !important; +} +.monaco-editor .mtk19 { + color: #8bd5ca !important; +} +.monaco-editor .mtk20 { + color: #ff69b4 !important; +} +.monaco-editor .mtk21 { + color: #a6da95 !important; +} +.monaco-editor .mtk22 { + color: #ff69b4 !important; +} +.monaco-editor .mtk23 { + color: #8aadf4 !important; +} +.monaco-editor .mtk24 { + color: #f5a97f !important; +} +.monaco-editor .mtk25 { + color: #f5bde6 !important; +} +.monaco-editor .bracket-highlighting-0 { + color: rgb(223, 165.4, 188) !important; +} +.monaco-editor .bracket-highlighting-1 { + color: rgb(227.8, 185.8, 174.2) !important; +} +.monaco-editor .bracket-highlighting-2 { + color: rgb(223.6, 211.6, 193.4) !important; +} +.monaco-editor .bracket-highlighting-3 { + color: rgb(180.4, 215.2, 187.4) !important; +} +.monaco-editor .bracket-highlighting-4 { + color: rgb(163.6, 188.2, 244.4) !important; +} +.monaco-editor .bracket-highlighting-5 { + color: rgb(199.6, 180.4, 245.6) !important; +} \ No newline at end of file diff --git a/public/assets/css/theme-catppuccin-macchiato-yellow.css b/public/assets/css/theme-catppuccin-macchiato-yellow.css new file mode 100644 index 0000000..b181db6 --- /dev/null +++ b/public/assets/css/theme-catppuccin-macchiato-yellow.css @@ -0,0 +1,873 @@ +:root { + color-scheme: dark; + --is-dark-theme: true; + accent-color: #eed49f; + --color-primary: #eed49f; + --color-primary-contrast: #181926; + --color-primary-hover: rgb(234.1637168142, 202.296460177, 137.3362831858); + --color-primary-dark-1: rgb(235.6982300885, 206.1778761062, 146.0017699115); + --color-primary-dark-2: rgb(233.396460177, 200.3557522124, 133.003539823); + --color-primary-dark-3: rgb(231.0946902655, 194.5336283186, 120.0053097345); + --color-primary-dark-4: rgb(228.792920354, 188.7115044248, 107.007079646); + --color-primary-dark-5: rgb(226.4911504425, 182.889380531, 94.0088495575); + --color-primary-dark-6: rgb(224.189380531, 177.0672566372, 81.010619469); + --color-primary-dark-7: rgb(221.8876106195, 171.2451327434, 68.0123893805); + --color-primary-light-1: rgb(240.3017699115, 217.8221238938, 171.9982300885); + --color-primary-light-2: rgb(242.603539823, 223.6442477876, 184.996460177); + --color-primary-light-3: rgb(244.9053097345, 229.4663716814, 197.9946902655); + --color-primary-light-4: rgb(247.207079646, 235.2884955752, 210.992920354); + --color-primary-light-5: rgb(249.5088495575, 241.110619469, 223.9911504425); + --color-primary-light-6: rgb(251.810619469, 246.9327433628, 236.989380531); + --color-primary-light-7: rgb(254.1123893805, 252.7548672566, 249.9876106195); + --color-primary-alpha-10: rgba(238, 212, 159, 0.1); + --color-primary-alpha-20: rgba(238, 212, 159, 0.2); + --color-primary-alpha-30: rgba(238, 212, 159, 0.3); + --color-primary-alpha-40: rgba(238, 212, 159, 0.4); + --color-primary-alpha-50: rgba(238, 212, 159, 0.5); + --color-primary-alpha-60: rgba(238, 212, 159, 0.6); + --color-primary-alpha-70: rgba(238, 212, 159, 0.7); + --color-primary-alpha-80: rgba(238, 212, 159, 0.8); + --color-primary-alpha-90: rgba(238, 212, 159, 0.9); + --color-secondary: #494d64; + --color-secondary-dark-1: rgb(60.2120300752, 64.6721804511, 88.0879699248); + --color-secondary-dark-2: rgb(66.4240601504, 71.3443609023, 97.1759398496); + --color-secondary-dark-3: rgb(72.6360902256, 78.0165413534, 106.2639097744); + --color-secondary-dark-4: rgb(78.8481203008, 84.6887218045, 115.3518796992); + --color-secondary-dark-5: rgb(85.0601503759, 91.3609022556, 124.4398496241); + --color-secondary-dark-6: rgb(91.2721804511, 98.0330827068, 133.5278195489); + --color-secondary-dark-7: rgb(97.4842105263, 104.7052631579, 142.6157894737); + --color-secondary-dark-8: rgb(103.7714285714, 111.4285714286, 151.6285714286); + --color-secondary-dark-9: rgb(112.8593984962, 120.0563909774, 157.8406015038); + --color-secondary-dark-10: rgb(121.9473684211, 128.6842105263, 164.0526315789); + --color-secondary-dark-11: rgb(131.0353383459, 137.3120300752, 170.2646616541); + --color-secondary-dark-12: rgb(140.1233082707, 145.9398496241, 176.4766917293); + --color-secondary-dark-13: rgb(149.2112781955, 154.5676691729, 182.6887218045); + --color-secondary-light-1: rgb(47.7879699248, 51.3278195489, 69.9120300752); + --color-secondary-light-2: rgb(41.5759398496, 44.6556390977, 60.8240601504); + --color-secondary-light-3: rgb(35.3639097744, 37.9834586466, 51.7360902256); + --color-secondary-light-4: rgb(29.1518796992, 31.3112781955, 42.6481203008); + --color-secondary-alpha-10: rgba(54, 58, 79, 0.1); + --color-secondary-alpha-20: rgba(54, 58, 79, 0.2); + --color-secondary-alpha-30: rgba(54, 58, 79, 0.3); + --color-secondary-alpha-40: rgba(54, 58, 79, 0.4); + --color-secondary-alpha-50: rgba(54, 58, 79, 0.5); + --color-secondary-alpha-60: rgba(54, 58, 79, 0.6); + --color-secondary-alpha-70: rgba(54, 58, 79, 0.7); + --color-secondary-alpha-80: rgba(54, 58, 79, 0.8); + --color-secondary-alpha-90: rgba(54, 58, 79, 0.9); + /* colors */ + --color-red: #ed8796; + --color-orange: #f5a97f; + --color-yellow: #eed49f; + --color-olive: #a6da95; + --color-green: #a6da95; + --color-teal: #8bd5ca; + --color-blue: #8aadf4; + --color-violet: #b7bdf8; + --color-purple: #c6a0f6; + --color-pink: #f5bde6; + --color-brown: #f0c6c6; + --color-grey: #939ab7; + --color-black: #1e2030; + /* light variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-light: rgb(230.347826087, 90.652173913, 111.1956521739); + --color-orange-light: rgb(241.3043478261, 137.2173913043, 79.6956521739); + --color-yellow-light: rgb(230.3274336283, 192.592920354, 115.6725663717); + --color-olive-light: rgb(134.2587412587, 204.8041958042, 111.1958041958); + --color-green-light: rgb(134.2587412587, 204.8041958042, 111.1958041958); + --color-teal-light: rgb(101.5569620253, 199.4430379747, 184.8924050633); + --color-blue-light: rgb(91.3828125, 140.328125, 239.6171875); + --color-violet-light: rgb(136.5189873418, 146.3924050633, 243.4810126582); + --color-purple-light: rgb(170.0480769231, 113.4134615385, 241.5865384615); + --color-pink-light: rgb(238.2894736842, 144.7105263158, 213.2236842105); + --color-brown-light: rgb(229.375, 157.625, 157.625); + --color-grey-light: rgb(116.4, 125.3833333333, 162.6); + --color-black-light: rgb(10.3846153846, 11.0769230769, 16.6153846154); + /* dark 1 variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-dark-1: rgb(230.347826087, 90.652173913, 111.1956521739); + --color-orange-dark-1: rgb(241.3043478261, 137.2173913043, 79.6956521739); + --color-yellow-dark-1: rgb(230.3274336283, 192.592920354, 115.6725663717); + --color-olive-dark-1: rgb(134.2587412587, 204.8041958042, 111.1958041958); + --color-green-dark-1: rgb(134.2587412587, 204.8041958042, 111.1958041958); + --color-teal-dark-1: rgb(101.5569620253, 199.4430379747, 184.8924050633); + --color-blue-dark-1: rgb(91.3828125, 140.328125, 239.6171875); + --color-violet-dark-1: rgb(136.5189873418, 146.3924050633, 243.4810126582); + --color-purple-dark-1: rgb(170.0480769231, 113.4134615385, 241.5865384615); + --color-pink-dark-1: rgb(238.2894736842, 144.7105263158, 213.2236842105); + --color-brown-dark-1: rgb(229.375, 157.625, 157.625); + --color-black-dark-1: rgb(10.3846153846, 11.0769230769, 16.6153846154); + /* dark 2 variants - produced via Sass scale-color(color, $lightness: -20%) */ + --color-red-dark-2: rgb(223.6956521739, 46.3043478261, 72.3913043478); + --color-orange-dark-2: rgb(237.6086956522, 105.4347826087, 32.3913043478); + --color-yellow-dark-2: rgb(222.6548672566, 173.185840708, 72.3451327434); + --color-olive-dark-2: rgb(102.5174825175, 191.6083916084, 73.3916083916); + --color-green-dark-2: rgb(102.5174825175, 191.6083916084, 73.3916083916); + --color-teal-dark-2: rgb(66.4556962025, 183.5443037975, 166.1392405063); + --color-blue-dark-2: rgb(44.765625, 107.65625, 235.234375); + --color-violet-dark-2: rgb(90.0379746835, 103.7848101266, 238.9620253165); + --color-purple-dark-2: rgb(142.0961538462, 66.8269230769, 237.1730769231); + --color-pink-dark-2: rgb(231.5789473684, 100.4210526316, 196.4473684211); + --color-brown-dark-2: rgb(218.75, 117.25, 117.25); + --color-black-dark-2: hsl(233.3333333333, 23.0769230769%, -4.7058823529%); + /* other colors */ + --color-gold: #f4dbd6; + --color-white: #cad3f5; + --color-diff-removed-word-bg: rgba(237, 135, 150, 0.15); + --color-diff-added-word-bg: rgba(166, 218, 149, 0.15); + --color-diff-removed-row-bg: rgba(237, 135, 150, 0.07); + --color-diff-moved-row-bg: rgba(238, 212, 159, 0.07); + --color-diff-added-row-bg: rgba(166, 218, 149, 0.07); + --color-diff-removed-row-border: rgba(237, 135, 150, 0.07); + --color-diff-moved-row-border: rgba(238, 212, 159, 0.07); + --color-diff-added-row-border: rgba(166, 218, 149, 0.07); + --color-diff-inactive: #939ab7; + --color-error-border: #ed8796; + --color-error-bg: #ed8796; + --color-error-bg-active: rgb(233.6739130435, 112.8260869565, 130.597826087); + --color-error-bg-hover: rgb(230.347826087, 90.652173913, 111.1956521739); + --color-error-text: #181926; + --color-success-border: rgb(134.2587412587, 204.8041958042, 111.1958041958); + --color-success-bg: #a6da95; + --color-success-text: #181926; + --color-warning-border: rgb(230.3274336283, 192.592920354, 115.6725663717); + --color-warning-bg: #eed49f; + --color-warning-text: #181926; + --color-info-border: rgb(91.3828125, 140.328125, 239.6171875); + --color-info-bg: #181926; + --color-info-text: #cad3f5; + --color-red-badge: rgb(230.347826087, 90.652173913, 111.1956521739); + --color-red-badge-bg: #181926; + --color-red-badge-hover-bg: rgb(233.6739130435, 112.8260869565, 130.597826087); + --color-green-badge: #a6da95; + --color-green-badge-bg: #a6da95; + --color-green-badge-hover-bg: rgb(150.1293706294, 211.4020979021, 130.0979020979); + --color-yellow-badge: #eed49f; + --color-yellow-badge-bg: #181926; + --color-yellow-badge-hover-bg: rgb(234.1637168142, 202.296460177, 137.3362831858); + --color-orange-badge: #f5a97f; + --color-orange-badge-bg: #181926; + --color-orange-badge-hover-bg: rgb(243.152173913, 153.1086956522, 103.347826087); + --color-git: #f5a97f; + --color-highlight-bg: rgba(238, 212, 159, 0.15); + /* target-based colors */ + --color-body: #181926; + --color-box-header: #1e2030; + --color-box-body: #1e2030; + --color-box-body-highlight: #363a4f; + --color-text-dark: #a5adcb; + --color-text: #cad3f5; + --color-text-light: #b8c0e0; + --color-text-light-1: #b8c0e0; + --color-text-light-2: #b8c0e0; + --color-text-light-3: #b8c0e0; + --color-footer: #1e2030; + --color-timeline: #363a4f; + --color-input-text: #cad3f5; + --color-input-background: #363a4f; + --color-input-toggle-background: #363a4f; + --color-input-border: #494d64; + --color-input-border-hover: #5b6078; + --color-nav-bg: #1e2030; + --color-nav-hover-bg: var(--color-hover); + --color-navbar: #1e2030; + --color-navbar-transparent: rgba(24, 25, 38, 0); + --color-light: rgba(91, 96, 120, 0.3); + --color-light-mimic-enabled: rgba( + 0, + 0, + 0, + calc(40 / 255 * 222 / 255 / var(--opacity-disabled)) + ); + --color-light-border: #5b6078; + --color-hover: rgba(110, 115, 141, 0.2); + --color-active: rgba(202, 211, 245, 0.1); + --color-menu: #363a4f; + --color-card: #363a4f; + --color-markup-table-row: rgba(202, 211, 245, 0.02); + --color-markup-code-block: rgba(202, 211, 245, 0.05); + --color-markup-code-inline: #363a4f; + --color-button: #363a4f; + --color-code-bg: #24273a; + --color-code-sidebar-bg: #363a4f; + --color-shadow: rgba(24, 25, 38, 0.1); + --color-tooltip-bg: #363a4f; + --color-tooltip-text: var(--color-text); + --color-secondary-bg: #363a4f; + --color-text-focus: #cad3f5; + --color-expand-button: #5b6078; + --color-placeholder-text: #a5adcb; + --color-editor-line-highlight: var(--color-primary-light-5); + --color-project-board-bg: var(--color-secondary-light-2); + /* gitea source code: */ + /* should ideally be --color-text-dark, see go-gitea/gitea#15651 */ + --color-caret: var(--color-text); + --color-reaction-bg: rgba(202, 211, 245, 0.07); + --color-reaction-active-bg: var(--color-primary-alpha-40); + --color-header-wrapper: #1e2030; + --color-header-wrapper-transparent: rgba(30, 32, 48, 0); + --color-label-text: #181926; + --color-label-bg: #eed49f; + --color-label-hover-bg: rgb(233.396460177, 200.3557522124, 133.003539823); + --color-label-active-bg: rgb(235.6982300885, 206.1778761062, 146.0017699115); + --color-accent: var(--color-primary-light-1); + --color-small-accent: var(--color-primary-light-5); + --color-active-line: #494d64; +} + +/* invert emojis that are hard to read otherwise */ +.emoji[aria-label="check mark"], +.emoji[aria-label="currency exchange"], +.emoji[aria-label="TOP arrow"], +.emoji[aria-label="END arrow"], +.emoji[aria-label="ON! arrow"], +.emoji[aria-label="SOON arrow"], +.emoji[aria-label="heavy dollar sign"], +.emoji[aria-label=copyright], +.emoji[aria-label=registered], +.emoji[aria-label="trade mark"], +.emoji[aria-label=multiply], +.emoji[aria-label=plus], +.emoji[aria-label=minus], +.emoji[aria-label=divide], +.emoji[aria-label="curly loop"], +.emoji[aria-label="double curly loop"], +.emoji[aria-label="wavy dash"], +.emoji[aria-label="paw prints"], +.emoji[aria-label="musical note"], +.emoji[aria-label="musical notes"] { + filter: invert(100%) hue-rotate(180deg); +} + +.ui.ui.ui.button:not(.inverted, .basic).primary, .ui.ui.ui.button:not(.inverted, .basic).green, .ui.ui.ui.button:not(.inverted, .basic).red, .ui.ui.ui.button:not(.inverted, .basic).teal, +.ui.ui.ui.label:not(.inverted, .basic).primary, +.ui.ui.ui.label:not(.inverted, .basic).green, +.ui.ui.ui.label:not(.inverted, .basic).red, +.ui.ui.ui.label:not(.inverted, .basic).teal { + color: #181926; +} +.ui.ui.ui.button:not(.inverted, .basic).primary:hover, .ui.ui.ui.button:not(.inverted, .basic).green:hover, .ui.ui.ui.button:not(.inverted, .basic).red:hover, .ui.ui.ui.button:not(.inverted, .basic).teal:hover, +.ui.ui.ui.label:not(.inverted, .basic).primary:hover, +.ui.ui.ui.label:not(.inverted, .basic).green:hover, +.ui.ui.ui.label:not(.inverted, .basic).red:hover, +.ui.ui.ui.label:not(.inverted, .basic).teal:hover { + color: #24273a; +} + +.ui.basic.modal { + background-color: #24273a; +} + +.ui.commit-header-row .svg.gitea-lock ~ a { + color: #181926; +} + +.ui.negative.message .header { + color: var(--color-error-text); +} + +.ui.sha.isSigned.isVerified .shortsha { + color: #181926; +} +.ui.sha.isSigned.isVerified svg.gitea-lock { + fill: #181926; +} + +.ui.basic.modal, +.ui.basic.modal > .header, +.ui.inverted.button { + color: #cad3f5 !important; +} + +#repo-topics, +#topic_edit > .ui.selection.dropdown { + color: var(--color-label-text) !important; +} + +blockquote.attention-tip { + border-left-color: var(--color-success-bg); +} +blockquote.attention-warning { + border-left-color: var(--color-warning-bg); +} + +svg.attention-tip, +strong.attention-tip { + color: var(--color-success-bg); +} +svg.attention-warning, +strong.attention-warning { + color: var(--color-warning-bg); +} + +.inline-code-block { + color: #181926; +} + +::selection { + background: rgba(238, 212, 159, 0.3) !important; +} + +/* NameBuiltinPseudo */ +.chroma .bp { + color: #f5a97f; +} + +/* Comment */ +.chroma .c { + color: #6e738d; +} + +/* CommentSingle */ +.chroma .c1 { + color: #6e738d; +} + +/* CommentHashbang */ +.chroma .ch { + color: #6e738d; +} + +/* CommentMultiline */ +.chroma .cm { + color: #6e738d; +} + +/* CommentPreproc */ +.chroma .cp { + color: #8aadf4; +} + +/* CommentPreprocFile */ +.chroma .cpf { + color: #8aadf4; +} + +/* CommentSpecial */ +.chroma .cs { + color: #6e738d; +} + +/* LiteralStringDelimiter */ +.chroma .dl { + color: #8aadf4; +} + +/* NameFunctionMagic */ +/* Generic */ +/* GenericDeleted */ +.chroma .gd { + color: #cad3f5; + background-color: rgba(237, 135, 150, 0.15); +} + +/* GenericEmph */ +.chroma .ge { + font-style: italic; +} + +/* GenericHeading */ +.chroma .gh { + color: #91d7e3; +} + +/* GenericInserted */ +.chroma .gi { + color: #cad3f5; + background-color: rgba(166, 218, 149, 0.15); +} + +/* GenericUnderline */ +/* GenericOutput */ +.chroma .go { + color: #f5a97f; +} + +/* GenericPrompt */ +.chroma .gp { + color: #6e738d; + font-weight: bold; +} + +/* GenericError */ +.chroma .gr { + color: #ee99a0; +} + +/* GenericStrong */ +.chroma .gs { + font-weight: bold; +} + +/* GenericTraceback */ +.chroma .gt { + color: #ee99a0; +} + +/* GenericSubheading */ +.chroma .gu { + color: #91d7e3; +} + +/* LiteralNumberIntegerLong */ +.chroma .il { + color: #f5a97f; +} + +/* Keyword */ +.chroma .k { + color: #c6a0f6; +} + +/* KeywordConstant */ +.chroma .kc { + color: #eed49f; +} + +/* KeywordDeclaration */ +.chroma .kd { + color: #c6a0f6; +} + +/* KeywordNamespace */ +.chroma .kn { + color: #eed49f; +} + +/* KeywordPseudo */ +.chroma .kp { + color: #c6a0f6; + font-weight: bold; +} + +/* KeywordReserved */ +.chroma .kr { + color: #c6a0f6; +} + +/* KeywordType */ +.chroma .kt { + color: #eed49f; +} + +/* Literal */ +/* LiteralDate */ +/* LiteralNumber */ +.chroma .m { + color: #f5a97f; +} + +/* LiteralNumberBin */ +.chroma .mb { + color: #f5a97f; +} + +/* LiteralNumberFloat */ +.chroma .mf { + color: #f5a97f; +} + +/* LiteralNumberHex */ +.chroma .mh { + color: #f5a97f; +} + +/* LiteralNumberInteger */ +.chroma .mi { + color: #f5a97f; +} + +/* LiteralNumberOct */ +.chroma .mo { + color: #f5a97f; +} + +/* Name */ +.chroma .n { + color: #b7bdf8; +} + +/* NameAttribute */ +.chroma .na { + color: #eed49f; +} + +/* NameBuiltin */ +.chroma .nb { + color: #f5a97f; +} + +/* NameClass */ +.chroma .nc { + color: #eed49f; +} + +/* NameDecorator */ +.chroma .nd { + color: #f5bde6; +} + +/* NameException */ +.chroma .ne { + color: #ee99a0; +} + +/* NameFunction */ +.chroma .nf { + color: #8aadf4; +} + +/* NameEntity */ +.chroma .ni { + color: #f5bde6; +} + +/* NameLabel */ +.chroma .nl { + color: #eed49f; +} + +/* NameNamespace */ +.chroma .nn { + color: #eed49f; +} + +/* NameConstant */ +.chroma .no { + color: #eed49f; +} + +/* NameTag */ +.chroma .nt { + color: #c6a0f6; +} + +/* NameVariable */ +.chroma .nv { + color: #f5a97f; +} + +/* NameOther */ +.chroma .nx { + color: #f5a97f; +} + +/* Operator */ +.chroma .o { + color: #91d7e3; +} + +/* OperatorWord */ +.chroma .ow { + color: #91d7e3; + font-weight: bold; +} + +/* Punctuation */ +.chroma .p { + color: #939ab7; +} + +/* NameProperty */ +/* LiteralString */ +.chroma .s { + color: #a6da95; +} + +/* LiteralStringSingle */ +.chroma .s1 { + color: #a6da95; +} + +/* LiteralStringDouble */ +.chroma .s2 { + color: #a6da95; +} + +/* LiteralStringAffix */ +.chroma .sa { + color: #a6da95; +} + +/* LiteralStringBacktick */ +.chroma .sb { + color: #a6da95; +} + +/* LiteralStringChar */ +.chroma .sc { + color: #a6da95; +} + +/* LiteralStringDoc */ +.chroma .sd { + color: #a6da95; +} + +/* LiteralStringEscape */ +.chroma .se { + color: #8aadf4; +} + +/* LiteralStringHeredoc */ +.chroma .sh { + color: #a6da95; +} + +/* LiteralStringInterpol */ +.chroma .si { + color: #a6da95; +} + +/* LiteralStringRegex */ +.chroma .sr { + color: #8aadf4; +} + +/* LiteralStringSymbol */ +.chroma .ss { + color: #a6da95; +} + +/* LiteralStringOther */ +.chroma .sx { + color: #a6da95; +} + +/* NameVariableClass */ +.chroma .vc { + color: #eed49f; +} + +/* NameVariableGlobal */ +.chroma .vg { + color: #f5a97f; +} + +/* NameVariableInstance */ +.chroma .vi { + color: #eed49f; +} + +/* NameVariableMagic */ +/* TextWhitespace */ +.chroma .w { + color: #363a4f; +} + +.CodeMirror .cm-property, +.CodeMirror.cm-s-default .cm-property, +.CodeMirror.cm-s-paper .cm-property { + color: #cad3f5; +} +.CodeMirror .cm-header, +.CodeMirror.cm-s-default .cm-header, +.CodeMirror.cm-s-paper .cm-header { + color: #cad3f5; +} +.CodeMirror .cm-quote, +.CodeMirror.cm-s-default .cm-quote, +.CodeMirror.cm-s-paper .cm-quote { + color: #a6da95; +} +.CodeMirror .cm-keyword, +.CodeMirror.cm-s-default .cm-keyword, +.CodeMirror.cm-s-paper .cm-keyword { + color: #c6a0f6; +} +.CodeMirror .cm-atom, +.CodeMirror.cm-s-default .cm-atom, +.CodeMirror.cm-s-paper .cm-atom { + color: #ed8796; +} +.CodeMirror .cm-number, +.CodeMirror.cm-s-default .cm-number, +.CodeMirror.cm-s-paper .cm-number { + color: #f5a97f; +} +.CodeMirror .cm-def, +.CodeMirror.cm-s-default .cm-def, +.CodeMirror.cm-s-paper .cm-def { + color: #cad3f5; +} +.CodeMirror .cm-variable-2, +.CodeMirror.cm-s-default .cm-variable-2, +.CodeMirror.cm-s-paper .cm-variable-2 { + color: #91d7e3; +} +.CodeMirror .cm-variable-3, +.CodeMirror.cm-s-default .cm-variable-3, +.CodeMirror.cm-s-paper .cm-variable-3 { + color: #8bd5ca; +} +.CodeMirror .cm-comment, +.CodeMirror.cm-s-default .cm-comment, +.CodeMirror.cm-s-paper .cm-comment { + color: #5b6078; +} +.CodeMirror .cm-string, +.CodeMirror.cm-s-default .cm-string, +.CodeMirror.cm-s-paper .cm-string { + color: #a6da95; +} +.CodeMirror .cm-string-2, +.CodeMirror.cm-s-default .cm-string-2, +.CodeMirror.cm-s-paper .cm-string-2 { + color: #a6da95; +} +.CodeMirror .cm-meta, +.CodeMirror.cm-s-default .cm-meta, +.CodeMirror.cm-s-paper .cm-meta { + color: #f5a97f; +} +.CodeMirror .cm-qualifier, +.CodeMirror.cm-s-default .cm-qualifier, +.CodeMirror.cm-s-paper .cm-qualifier { + color: #f5a97f; +} +.CodeMirror .cm-builtin, +.CodeMirror.cm-s-default .cm-builtin, +.CodeMirror.cm-s-paper .cm-builtin { + color: #f5a97f; +} +.CodeMirror .cm-bracket, +.CodeMirror.cm-s-default .cm-bracket, +.CodeMirror.cm-s-paper .cm-bracket { + color: #cad3f5; +} +.CodeMirror .cm-tag, +.CodeMirror.cm-s-default .cm-tag, +.CodeMirror.cm-s-paper .cm-tag { + color: #eed49f; +} +.CodeMirror .cm-attribute, +.CodeMirror.cm-s-default .cm-attribute, +.CodeMirror.cm-s-paper .cm-attribute { + color: #eed49f; +} +.CodeMirror .cm-hr, +.CodeMirror.cm-s-default .cm-hr, +.CodeMirror.cm-s-paper .cm-hr { + color: #939ab7; +} +.CodeMirror .cm-url, +.CodeMirror.cm-s-default .cm-url, +.CodeMirror.cm-s-paper .cm-url { + color: #8aadf4; +} +.CodeMirror .cm-link, +.CodeMirror.cm-s-default .cm-link, +.CodeMirror.cm-s-paper .cm-link { + color: #8aadf4; +} +.CodeMirror .cm-error, +.CodeMirror.cm-s-default .cm-error, +.CodeMirror.cm-s-paper .cm-error { + color: #ed8796; +} + +.monaco-editor .selected-text { + background-color: #363a4f !important; +} +.monaco-editor .margin-view-overlays .line-numbers { + color: #a5adcb !important; +} +.monaco-editor .line-numbers.active-line-number { + color: #eed49f !important; +} +.monaco-editor .view-overlays .current-line, +.monaco-editor .margin-view-overlays .current-line-margin { + background-color: rgb(47.52, 51.16, 71.44) !important; +} +.monaco-editor .mtk1 { + color: #cad3f5 !important; +} +.monaco-editor .mtk2 { + color: #ff69b4 !important; +} +.monaco-editor .mtk3 { + color: #f5a97f !important; +} +.monaco-editor .mtk4 { + color: #8bd5ca !important; +} +.monaco-editor .mtk5 { + color: #cad3f5 !important; +} +.monaco-editor .mtk6 { + color: #c6a0f6 !important; +} +.monaco-editor .mtk7 { + color: #f5a97f !important; +} +.monaco-editor .mtk8 { + color: #939ab7 !important; +} +.monaco-editor .mtk9 { + color: #c6a0f6 !important; +} +.monaco-editor .mtk10 { + color: #a5adcb !important; +} +.monaco-editor .mtk11 { + color: #8bd5ca !important; +} +.monaco-editor .mtk12 { + color: #8bd5ca !important; +} +.monaco-editor .mtk13 { + color: #ff69b4 !important; +} +.monaco-editor .mtk14 { + color: #ff69b4 !important; +} +.monaco-editor .mtk15 { + color: #c6a0f6 !important; +} +.monaco-editor .mtk16 { + color: #939ab7 !important; +} +.monaco-editor .mtk17 { + color: #ff69b4 !important; +} +.monaco-editor .mtk18 { + color: #ff69b4 !important; +} +.monaco-editor .mtk19 { + color: #8bd5ca !important; +} +.monaco-editor .mtk20 { + color: #ff69b4 !important; +} +.monaco-editor .mtk21 { + color: #a6da95 !important; +} +.monaco-editor .mtk22 { + color: #ff69b4 !important; +} +.monaco-editor .mtk23 { + color: #8aadf4 !important; +} +.monaco-editor .mtk24 { + color: #f5a97f !important; +} +.monaco-editor .mtk25 { + color: #f5bde6 !important; +} +.monaco-editor .bracket-highlighting-0 { + color: rgb(223, 165.4, 188) !important; +} +.monaco-editor .bracket-highlighting-1 { + color: rgb(227.8, 185.8, 174.2) !important; +} +.monaco-editor .bracket-highlighting-2 { + color: rgb(223.6, 211.6, 193.4) !important; +} +.monaco-editor .bracket-highlighting-3 { + color: rgb(180.4, 215.2, 187.4) !important; +} +.monaco-editor .bracket-highlighting-4 { + color: rgb(163.6, 188.2, 244.4) !important; +} +.monaco-editor .bracket-highlighting-5 { + color: rgb(199.6, 180.4, 245.6) !important; +} \ No newline at end of file diff --git a/public/assets/css/theme-catppuccin-maroon-auto.css b/public/assets/css/theme-catppuccin-maroon-auto.css new file mode 100644 index 0000000..54e8593 --- /dev/null +++ b/public/assets/css/theme-catppuccin-maroon-auto.css @@ -0,0 +1,2 @@ +@import "./theme-catppuccin-latte-maroon.css" (prefers-color-scheme: light); +@import "./theme-catppuccin-mocha-maroon.css" (prefers-color-scheme: dark); \ No newline at end of file diff --git a/public/assets/css/theme-catppuccin-mauve-auto.css b/public/assets/css/theme-catppuccin-mauve-auto.css new file mode 100644 index 0000000..c255823 --- /dev/null +++ b/public/assets/css/theme-catppuccin-mauve-auto.css @@ -0,0 +1,2 @@ +@import "./theme-catppuccin-latte-mauve.css" (prefers-color-scheme: light); +@import "./theme-catppuccin-mocha-mauve.css" (prefers-color-scheme: dark); \ No newline at end of file diff --git a/public/assets/css/theme-catppuccin-mocha-blue.css b/public/assets/css/theme-catppuccin-mocha-blue.css new file mode 100644 index 0000000..e7fd742 --- /dev/null +++ b/public/assets/css/theme-catppuccin-mocha-blue.css @@ -0,0 +1,873 @@ +:root { + color-scheme: dark; + --is-dark-theme: true; + accent-color: #89b4fa; + --color-primary: #89b4fa; + --color-primary-contrast: #11111b; + --color-primary-hover: rgb(112.5365853659, 164.4512195122, 248.9634146341); + --color-primary-dark-1: rgb(122.3219512195, 170.6707317073, 249.3780487805); + --color-primary-dark-2: rgb(107.643902439, 161.3414634146, 248.756097561); + --color-primary-dark-3: rgb(92.9658536585, 152.012195122, 248.1341463415); + --color-primary-dark-4: rgb(78.287804878, 142.6829268293, 247.512195122); + --color-primary-dark-5: rgb(63.6097560976, 133.3536585366, 246.8902439024); + --color-primary-dark-6: rgb(48.9317073171, 124.0243902439, 246.2682926829); + --color-primary-dark-7: rgb(34.2536585366, 114.6951219512, 245.6463414634); + --color-primary-light-1: rgb(151.6780487805, 189.3292682927, 250.6219512195); + --color-primary-light-2: rgb(166.356097561, 198.6585365854, 251.243902439); + --color-primary-light-3: rgb(181.0341463415, 207.987804878, 251.8658536585); + --color-primary-light-4: rgb(195.712195122, 217.3170731707, 252.487804878); + --color-primary-light-5: rgb(210.3902439024, 226.6463414634, 253.1097560976); + --color-primary-light-6: rgb(225.0682926829, 235.9756097561, 253.7317073171); + --color-primary-light-7: rgb(239.7463414634, 245.3048780488, 254.3536585366); + --color-primary-alpha-10: rgba(137, 180, 250, 0.1); + --color-primary-alpha-20: rgba(137, 180, 250, 0.2); + --color-primary-alpha-30: rgba(137, 180, 250, 0.3); + --color-primary-alpha-40: rgba(137, 180, 250, 0.4); + --color-primary-alpha-50: rgba(137, 180, 250, 0.5); + --color-primary-alpha-60: rgba(137, 180, 250, 0.6); + --color-primary-alpha-70: rgba(137, 180, 250, 0.7); + --color-primary-alpha-80: rgba(137, 180, 250, 0.8); + --color-primary-alpha-90: rgba(137, 180, 250, 0.9); + --color-secondary: #45475a; + --color-secondary-dark-1: rgb(55.4076923077, 56.5384615385, 76.8923076923); + --color-secondary-dark-2: rgb(61.8153846154, 63.0769230769, 85.7846153846); + --color-secondary-dark-3: rgb(68.2230769231, 69.6153846154, 94.6769230769); + --color-secondary-dark-4: rgb(74.6307692308, 76.1538461538, 103.5692307692); + --color-secondary-dark-5: rgb(81.0384615385, 82.6923076923, 112.4615384615); + --color-secondary-dark-6: rgb(87.4461538462, 89.2307692308, 121.3538461538); + --color-secondary-dark-7: rgb(93.8538461538, 95.7692307692, 130.2461538462); + --color-secondary-dark-8: rgb(100.2615384615, 102.3076923077, 139.1384615385); + --color-secondary-dark-9: rgb(106.6692307692, 108.8461538462, 148.0307692308); + --color-secondary-dark-10: rgb(115.5128205128, 117.5641025641, 154.4871794872); + --color-secondary-dark-11: rgb(124.4051282051, 126.3256410256, 160.8948717949); + --color-secondary-dark-12: rgb(133.2974358974, 135.0871794872, 167.3025641026); + --color-secondary-dark-13: rgb(142.1897435897, 143.8487179487, 173.7102564103); + --color-secondary-light-1: rgb(42.5923076923, 43.4615384615, 59.1076923077); + --color-secondary-light-2: rgb(36.1846153846, 36.9230769231, 50.2153846154); + --color-secondary-light-3: rgb(29.7769230769, 30.3846153846, 41.3230769231); + --color-secondary-light-4: rgb(23.3692307692, 23.8461538462, 32.4307692308); + --color-secondary-alpha-10: rgba(49, 50, 68, 0.1); + --color-secondary-alpha-20: rgba(49, 50, 68, 0.2); + --color-secondary-alpha-30: rgba(49, 50, 68, 0.3); + --color-secondary-alpha-40: rgba(49, 50, 68, 0.4); + --color-secondary-alpha-50: rgba(49, 50, 68, 0.5); + --color-secondary-alpha-60: rgba(49, 50, 68, 0.6); + --color-secondary-alpha-70: rgba(49, 50, 68, 0.7); + --color-secondary-alpha-80: rgba(49, 50, 68, 0.8); + --color-secondary-alpha-90: rgba(49, 50, 68, 0.9); + /* colors */ + --color-red: #f38ba8; + --color-orange: #fab387; + --color-yellow: #f9e2af; + --color-olive: #a6e3a1; + --color-green: #a6e3a1; + --color-teal: #94e2d5; + --color-blue: #89b4fa; + --color-violet: #b4befe; + --color-purple: #cba6f7; + --color-pink: #f5c2e7; + --color-brown: #f2cdcd; + --color-grey: #9399b2; + --color-black: #181825; + /* light variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-light: rgb(238.21875, 92.78125, 133.3359375); + --color-orange-light: rgb(247.96, 147.992, 86.04); + --color-yellow-light: rgb(245.4418604651, 208.8023255814, 127.5581395349); + --color-olive-light: rgb(128.7950819672, 215.2950819672, 121.7049180328); + --color-green-light: rgb(128.7950819672, 215.2950819672, 121.7049180328); + --color-teal-light: rgb(107.875, 215.125, 197.25); + --color-blue-light: rgb(88.0731707317, 148.9024390244, 247.9268292683); + --color-violet-light: rgb(129.6710526316, 146.3815789474, 253.3289473684); + --color-purple-light: rgb(175.6597938144, 119.206185567, 242.793814433); + --color-pink-light: rgb(237.8169014085, 150.1830985915, 213.7605633803); + --color-brown-light: rgb(231.4761904762, 164.5238095238, 164.5238095238); + --color-grey-light: rgb(117.227027027, 124.8810810811, 156.772972973); + --color-black-light: rgb(3.9344262295, 3.9344262295, 6.0655737705); + /* dark 1 variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-dark-1: rgb(238.21875, 92.78125, 133.3359375); + --color-orange-dark-1: rgb(247.96, 147.992, 86.04); + --color-yellow-dark-1: rgb(245.4418604651, 208.8023255814, 127.5581395349); + --color-olive-dark-1: rgb(128.7950819672, 215.2950819672, 121.7049180328); + --color-green-dark-1: rgb(128.7950819672, 215.2950819672, 121.7049180328); + --color-teal-dark-1: rgb(107.875, 215.125, 197.25); + --color-blue-dark-1: rgb(88.0731707317, 148.9024390244, 247.9268292683); + --color-violet-dark-1: rgb(129.6710526316, 146.3815789474, 253.3289473684); + --color-purple-dark-1: rgb(175.6597938144, 119.206185567, 242.793814433); + --color-pink-dark-1: rgb(237.8169014085, 150.1830985915, 213.7605633803); + --color-brown-dark-1: rgb(231.4761904762, 164.5238095238, 164.5238095238); + --color-black-dark-1: rgb(3.9344262295, 3.9344262295, 6.0655737705); + /* dark 2 variants - produced via Sass scale-color(color, $lightness: -20%) */ + --color-red-dark-2: rgb(233.4375, 46.5625, 98.671875); + --color-orange-dark-2: rgb(245.92, 116.984, 37.08); + --color-yellow-dark-2: rgb(241.8837209302, 191.6046511628, 80.1162790698); + --color-olive-dark-2: rgb(91.5901639344, 203.5901639344, 82.4098360656); + --color-green-dark-2: rgb(91.5901639344, 203.5901639344, 82.4098360656); + --color-teal-dark-2: rgb(67.75, 204.25, 181.5); + --color-blue-dark-2: rgb(39.1463414634, 117.8048780488, 245.8536585366); + --color-violet-dark-2: rgb(79.3421052632, 102.7631578947, 252.6578947368); + --color-purple-dark-2: rgb(148.3195876289, 72.412371134, 238.587628866); + --color-pink-dark-2: rgb(230.6338028169, 106.3661971831, 196.5211267606); + --color-brown-dark-2: rgb(220.9523809524, 124.0476190476, 124.0476190476); + --color-black-dark-2: hsl(240, 21.3114754098%, -8.0392156863%); + /* other colors */ + --color-gold: #f5e0dc; + --color-white: #cdd6f4; + --color-diff-removed-word-bg: rgba(243, 139, 168, 0.15); + --color-diff-added-word-bg: rgba(166, 227, 161, 0.15); + --color-diff-removed-row-bg: rgba(243, 139, 168, 0.07); + --color-diff-moved-row-bg: rgba(249, 226, 175, 0.07); + --color-diff-added-row-bg: rgba(166, 227, 161, 0.07); + --color-diff-removed-row-border: rgba(243, 139, 168, 0.07); + --color-diff-moved-row-border: rgba(249, 226, 175, 0.07); + --color-diff-added-row-border: rgba(166, 227, 161, 0.07); + --color-diff-inactive: #9399b2; + --color-error-border: #f38ba8; + --color-error-bg: #f38ba8; + --color-error-bg-active: rgb(240.609375, 115.890625, 150.66796875); + --color-error-bg-hover: rgb(238.21875, 92.78125, 133.3359375); + --color-error-text: #11111b; + --color-success-border: rgb(128.7950819672, 215.2950819672, 121.7049180328); + --color-success-bg: #a6e3a1; + --color-success-text: #11111b; + --color-warning-border: rgb(245.4418604651, 208.8023255814, 127.5581395349); + --color-warning-bg: #f9e2af; + --color-warning-text: #11111b; + --color-info-border: rgb(88.0731707317, 148.9024390244, 247.9268292683); + --color-info-bg: #11111b; + --color-info-text: #cdd6f4; + --color-red-badge: rgb(238.21875, 92.78125, 133.3359375); + --color-red-badge-bg: #11111b; + --color-red-badge-hover-bg: rgb(240.609375, 115.890625, 150.66796875); + --color-green-badge: #a6e3a1; + --color-green-badge-bg: #a6e3a1; + --color-green-badge-hover-bg: rgb(147.3975409836, 221.1475409836, 141.3524590164); + --color-yellow-badge: #f9e2af; + --color-yellow-badge-bg: #11111b; + --color-yellow-badge-hover-bg: rgb(247.2209302326, 217.4011627907, 151.2790697674); + --color-orange-badge: #fab387; + --color-orange-badge-bg: #11111b; + --color-orange-badge-hover-bg: rgb(248.98, 163.496, 110.52); + --color-git: #fab387; + --color-highlight-bg: rgba(249, 226, 175, 0.15); + /* target-based colors */ + --color-body: #11111b; + --color-box-header: #181825; + --color-box-body: #181825; + --color-box-body-highlight: #313244; + --color-text-dark: #a6adc8; + --color-text: #cdd6f4; + --color-text-light: #bac2de; + --color-text-light-1: #bac2de; + --color-text-light-2: #bac2de; + --color-text-light-3: #bac2de; + --color-footer: #181825; + --color-timeline: #313244; + --color-input-text: #cdd6f4; + --color-input-background: #313244; + --color-input-toggle-background: #313244; + --color-input-border: #45475a; + --color-input-border-hover: #585b70; + --color-nav-bg: #181825; + --color-nav-hover-bg: var(--color-hover); + --color-navbar: #181825; + --color-navbar-transparent: rgba(17, 17, 27, 0); + --color-light: rgba(88, 91, 112, 0.3); + --color-light-mimic-enabled: rgba( + 0, + 0, + 0, + calc(40 / 255 * 222 / 255 / var(--opacity-disabled)) + ); + --color-light-border: #585b70; + --color-hover: rgba(108, 112, 134, 0.2); + --color-active: rgba(205, 214, 244, 0.1); + --color-menu: #313244; + --color-card: #313244; + --color-markup-table-row: rgba(205, 214, 244, 0.02); + --color-markup-code-block: rgba(205, 214, 244, 0.05); + --color-markup-code-inline: #313244; + --color-button: #313244; + --color-code-bg: #1e1e2e; + --color-code-sidebar-bg: #313244; + --color-shadow: rgba(17, 17, 27, 0.1); + --color-tooltip-bg: #313244; + --color-tooltip-text: var(--color-text); + --color-secondary-bg: #313244; + --color-text-focus: #cdd6f4; + --color-expand-button: #585b70; + --color-placeholder-text: #a6adc8; + --color-editor-line-highlight: var(--color-primary-light-5); + --color-project-board-bg: var(--color-secondary-light-2); + /* gitea source code: */ + /* should ideally be --color-text-dark, see go-gitea/gitea#15651 */ + --color-caret: var(--color-text); + --color-reaction-bg: rgba(205, 214, 244, 0.07); + --color-reaction-active-bg: var(--color-primary-alpha-40); + --color-header-wrapper: #181825; + --color-header-wrapper-transparent: rgba(24, 24, 37, 0); + --color-label-text: #11111b; + --color-label-bg: #89b4fa; + --color-label-hover-bg: rgb(107.643902439, 161.3414634146, 248.756097561); + --color-label-active-bg: rgb(122.3219512195, 170.6707317073, 249.3780487805); + --color-accent: var(--color-primary-light-1); + --color-small-accent: var(--color-primary-light-5); + --color-active-line: #45475a; +} + +/* invert emojis that are hard to read otherwise */ +.emoji[aria-label="check mark"], +.emoji[aria-label="currency exchange"], +.emoji[aria-label="TOP arrow"], +.emoji[aria-label="END arrow"], +.emoji[aria-label="ON! arrow"], +.emoji[aria-label="SOON arrow"], +.emoji[aria-label="heavy dollar sign"], +.emoji[aria-label=copyright], +.emoji[aria-label=registered], +.emoji[aria-label="trade mark"], +.emoji[aria-label=multiply], +.emoji[aria-label=plus], +.emoji[aria-label=minus], +.emoji[aria-label=divide], +.emoji[aria-label="curly loop"], +.emoji[aria-label="double curly loop"], +.emoji[aria-label="wavy dash"], +.emoji[aria-label="paw prints"], +.emoji[aria-label="musical note"], +.emoji[aria-label="musical notes"] { + filter: invert(100%) hue-rotate(180deg); +} + +.ui.ui.ui.button:not(.inverted, .basic).primary, .ui.ui.ui.button:not(.inverted, .basic).green, .ui.ui.ui.button:not(.inverted, .basic).red, .ui.ui.ui.button:not(.inverted, .basic).teal, +.ui.ui.ui.label:not(.inverted, .basic).primary, +.ui.ui.ui.label:not(.inverted, .basic).green, +.ui.ui.ui.label:not(.inverted, .basic).red, +.ui.ui.ui.label:not(.inverted, .basic).teal { + color: #11111b; +} +.ui.ui.ui.button:not(.inverted, .basic).primary:hover, .ui.ui.ui.button:not(.inverted, .basic).green:hover, .ui.ui.ui.button:not(.inverted, .basic).red:hover, .ui.ui.ui.button:not(.inverted, .basic).teal:hover, +.ui.ui.ui.label:not(.inverted, .basic).primary:hover, +.ui.ui.ui.label:not(.inverted, .basic).green:hover, +.ui.ui.ui.label:not(.inverted, .basic).red:hover, +.ui.ui.ui.label:not(.inverted, .basic).teal:hover { + color: #1e1e2e; +} + +.ui.basic.modal { + background-color: #1e1e2e; +} + +.ui.commit-header-row .svg.gitea-lock ~ a { + color: #11111b; +} + +.ui.negative.message .header { + color: var(--color-error-text); +} + +.ui.sha.isSigned.isVerified .shortsha { + color: #11111b; +} +.ui.sha.isSigned.isVerified svg.gitea-lock { + fill: #11111b; +} + +.ui.basic.modal, +.ui.basic.modal > .header, +.ui.inverted.button { + color: #cdd6f4 !important; +} + +#repo-topics, +#topic_edit > .ui.selection.dropdown { + color: var(--color-label-text) !important; +} + +blockquote.attention-tip { + border-left-color: var(--color-success-bg); +} +blockquote.attention-warning { + border-left-color: var(--color-warning-bg); +} + +svg.attention-tip, +strong.attention-tip { + color: var(--color-success-bg); +} +svg.attention-warning, +strong.attention-warning { + color: var(--color-warning-bg); +} + +.inline-code-block { + color: #11111b; +} + +::selection { + background: rgba(137, 180, 250, 0.3) !important; +} + +/* NameBuiltinPseudo */ +.chroma .bp { + color: #fab387; +} + +/* Comment */ +.chroma .c { + color: #6c7086; +} + +/* CommentSingle */ +.chroma .c1 { + color: #6c7086; +} + +/* CommentHashbang */ +.chroma .ch { + color: #6c7086; +} + +/* CommentMultiline */ +.chroma .cm { + color: #6c7086; +} + +/* CommentPreproc */ +.chroma .cp { + color: #89b4fa; +} + +/* CommentPreprocFile */ +.chroma .cpf { + color: #89b4fa; +} + +/* CommentSpecial */ +.chroma .cs { + color: #6c7086; +} + +/* LiteralStringDelimiter */ +.chroma .dl { + color: #89b4fa; +} + +/* NameFunctionMagic */ +/* Generic */ +/* GenericDeleted */ +.chroma .gd { + color: #cdd6f4; + background-color: rgba(243, 139, 168, 0.15); +} + +/* GenericEmph */ +.chroma .ge { + font-style: italic; +} + +/* GenericHeading */ +.chroma .gh { + color: #89dceb; +} + +/* GenericInserted */ +.chroma .gi { + color: #cdd6f4; + background-color: rgba(166, 227, 161, 0.15); +} + +/* GenericUnderline */ +/* GenericOutput */ +.chroma .go { + color: #fab387; +} + +/* GenericPrompt */ +.chroma .gp { + color: #6c7086; + font-weight: bold; +} + +/* GenericError */ +.chroma .gr { + color: #eba0ac; +} + +/* GenericStrong */ +.chroma .gs { + font-weight: bold; +} + +/* GenericTraceback */ +.chroma .gt { + color: #eba0ac; +} + +/* GenericSubheading */ +.chroma .gu { + color: #89dceb; +} + +/* LiteralNumberIntegerLong */ +.chroma .il { + color: #fab387; +} + +/* Keyword */ +.chroma .k { + color: #cba6f7; +} + +/* KeywordConstant */ +.chroma .kc { + color: #f9e2af; +} + +/* KeywordDeclaration */ +.chroma .kd { + color: #cba6f7; +} + +/* KeywordNamespace */ +.chroma .kn { + color: #f9e2af; +} + +/* KeywordPseudo */ +.chroma .kp { + color: #cba6f7; + font-weight: bold; +} + +/* KeywordReserved */ +.chroma .kr { + color: #cba6f7; +} + +/* KeywordType */ +.chroma .kt { + color: #f9e2af; +} + +/* Literal */ +/* LiteralDate */ +/* LiteralNumber */ +.chroma .m { + color: #fab387; +} + +/* LiteralNumberBin */ +.chroma .mb { + color: #fab387; +} + +/* LiteralNumberFloat */ +.chroma .mf { + color: #fab387; +} + +/* LiteralNumberHex */ +.chroma .mh { + color: #fab387; +} + +/* LiteralNumberInteger */ +.chroma .mi { + color: #fab387; +} + +/* LiteralNumberOct */ +.chroma .mo { + color: #fab387; +} + +/* Name */ +.chroma .n { + color: #b4befe; +} + +/* NameAttribute */ +.chroma .na { + color: #f9e2af; +} + +/* NameBuiltin */ +.chroma .nb { + color: #fab387; +} + +/* NameClass */ +.chroma .nc { + color: #f9e2af; +} + +/* NameDecorator */ +.chroma .nd { + color: #f5c2e7; +} + +/* NameException */ +.chroma .ne { + color: #eba0ac; +} + +/* NameFunction */ +.chroma .nf { + color: #89b4fa; +} + +/* NameEntity */ +.chroma .ni { + color: #f5c2e7; +} + +/* NameLabel */ +.chroma .nl { + color: #f9e2af; +} + +/* NameNamespace */ +.chroma .nn { + color: #f9e2af; +} + +/* NameConstant */ +.chroma .no { + color: #f9e2af; +} + +/* NameTag */ +.chroma .nt { + color: #cba6f7; +} + +/* NameVariable */ +.chroma .nv { + color: #fab387; +} + +/* NameOther */ +.chroma .nx { + color: #fab387; +} + +/* Operator */ +.chroma .o { + color: #89dceb; +} + +/* OperatorWord */ +.chroma .ow { + color: #89dceb; + font-weight: bold; +} + +/* Punctuation */ +.chroma .p { + color: #9399b2; +} + +/* NameProperty */ +/* LiteralString */ +.chroma .s { + color: #a6e3a1; +} + +/* LiteralStringSingle */ +.chroma .s1 { + color: #a6e3a1; +} + +/* LiteralStringDouble */ +.chroma .s2 { + color: #a6e3a1; +} + +/* LiteralStringAffix */ +.chroma .sa { + color: #a6e3a1; +} + +/* LiteralStringBacktick */ +.chroma .sb { + color: #a6e3a1; +} + +/* LiteralStringChar */ +.chroma .sc { + color: #a6e3a1; +} + +/* LiteralStringDoc */ +.chroma .sd { + color: #a6e3a1; +} + +/* LiteralStringEscape */ +.chroma .se { + color: #89b4fa; +} + +/* LiteralStringHeredoc */ +.chroma .sh { + color: #a6e3a1; +} + +/* LiteralStringInterpol */ +.chroma .si { + color: #a6e3a1; +} + +/* LiteralStringRegex */ +.chroma .sr { + color: #89b4fa; +} + +/* LiteralStringSymbol */ +.chroma .ss { + color: #a6e3a1; +} + +/* LiteralStringOther */ +.chroma .sx { + color: #a6e3a1; +} + +/* NameVariableClass */ +.chroma .vc { + color: #f9e2af; +} + +/* NameVariableGlobal */ +.chroma .vg { + color: #fab387; +} + +/* NameVariableInstance */ +.chroma .vi { + color: #f9e2af; +} + +/* NameVariableMagic */ +/* TextWhitespace */ +.chroma .w { + color: #313244; +} + +.CodeMirror .cm-property, +.CodeMirror.cm-s-default .cm-property, +.CodeMirror.cm-s-paper .cm-property { + color: #cdd6f4; +} +.CodeMirror .cm-header, +.CodeMirror.cm-s-default .cm-header, +.CodeMirror.cm-s-paper .cm-header { + color: #cdd6f4; +} +.CodeMirror .cm-quote, +.CodeMirror.cm-s-default .cm-quote, +.CodeMirror.cm-s-paper .cm-quote { + color: #a6e3a1; +} +.CodeMirror .cm-keyword, +.CodeMirror.cm-s-default .cm-keyword, +.CodeMirror.cm-s-paper .cm-keyword { + color: #cba6f7; +} +.CodeMirror .cm-atom, +.CodeMirror.cm-s-default .cm-atom, +.CodeMirror.cm-s-paper .cm-atom { + color: #f38ba8; +} +.CodeMirror .cm-number, +.CodeMirror.cm-s-default .cm-number, +.CodeMirror.cm-s-paper .cm-number { + color: #fab387; +} +.CodeMirror .cm-def, +.CodeMirror.cm-s-default .cm-def, +.CodeMirror.cm-s-paper .cm-def { + color: #cdd6f4; +} +.CodeMirror .cm-variable-2, +.CodeMirror.cm-s-default .cm-variable-2, +.CodeMirror.cm-s-paper .cm-variable-2 { + color: #89dceb; +} +.CodeMirror .cm-variable-3, +.CodeMirror.cm-s-default .cm-variable-3, +.CodeMirror.cm-s-paper .cm-variable-3 { + color: #94e2d5; +} +.CodeMirror .cm-comment, +.CodeMirror.cm-s-default .cm-comment, +.CodeMirror.cm-s-paper .cm-comment { + color: #585b70; +} +.CodeMirror .cm-string, +.CodeMirror.cm-s-default .cm-string, +.CodeMirror.cm-s-paper .cm-string { + color: #a6e3a1; +} +.CodeMirror .cm-string-2, +.CodeMirror.cm-s-default .cm-string-2, +.CodeMirror.cm-s-paper .cm-string-2 { + color: #a6e3a1; +} +.CodeMirror .cm-meta, +.CodeMirror.cm-s-default .cm-meta, +.CodeMirror.cm-s-paper .cm-meta { + color: #fab387; +} +.CodeMirror .cm-qualifier, +.CodeMirror.cm-s-default .cm-qualifier, +.CodeMirror.cm-s-paper .cm-qualifier { + color: #fab387; +} +.CodeMirror .cm-builtin, +.CodeMirror.cm-s-default .cm-builtin, +.CodeMirror.cm-s-paper .cm-builtin { + color: #fab387; +} +.CodeMirror .cm-bracket, +.CodeMirror.cm-s-default .cm-bracket, +.CodeMirror.cm-s-paper .cm-bracket { + color: #cdd6f4; +} +.CodeMirror .cm-tag, +.CodeMirror.cm-s-default .cm-tag, +.CodeMirror.cm-s-paper .cm-tag { + color: #f9e2af; +} +.CodeMirror .cm-attribute, +.CodeMirror.cm-s-default .cm-attribute, +.CodeMirror.cm-s-paper .cm-attribute { + color: #f9e2af; +} +.CodeMirror .cm-hr, +.CodeMirror.cm-s-default .cm-hr, +.CodeMirror.cm-s-paper .cm-hr { + color: #9399b2; +} +.CodeMirror .cm-url, +.CodeMirror.cm-s-default .cm-url, +.CodeMirror.cm-s-paper .cm-url { + color: #89b4fa; +} +.CodeMirror .cm-link, +.CodeMirror.cm-s-default .cm-link, +.CodeMirror.cm-s-paper .cm-link { + color: #89b4fa; +} +.CodeMirror .cm-error, +.CodeMirror.cm-s-default .cm-error, +.CodeMirror.cm-s-paper .cm-error { + color: #f38ba8; +} + +.monaco-editor .selected-text { + background-color: #313244 !important; +} +.monaco-editor .margin-view-overlays .line-numbers { + color: #a6adc8 !important; +} +.monaco-editor .line-numbers.active-line-number { + color: #89b4fa !important; +} +.monaco-editor .view-overlays .current-line, +.monaco-editor .margin-view-overlays .current-line-margin { + background-color: rgb(42.16, 42.8, 60.08) !important; +} +.monaco-editor .mtk1 { + color: #cdd6f4 !important; +} +.monaco-editor .mtk2 { + color: #ff69b4 !important; +} +.monaco-editor .mtk3 { + color: #fab387 !important; +} +.monaco-editor .mtk4 { + color: #94e2d5 !important; +} +.monaco-editor .mtk5 { + color: #cdd6f4 !important; +} +.monaco-editor .mtk6 { + color: #cba6f7 !important; +} +.monaco-editor .mtk7 { + color: #fab387 !important; +} +.monaco-editor .mtk8 { + color: #9399b2 !important; +} +.monaco-editor .mtk9 { + color: #cba6f7 !important; +} +.monaco-editor .mtk10 { + color: #a6adc8 !important; +} +.monaco-editor .mtk11 { + color: #94e2d5 !important; +} +.monaco-editor .mtk12 { + color: #94e2d5 !important; +} +.monaco-editor .mtk13 { + color: #ff69b4 !important; +} +.monaco-editor .mtk14 { + color: #ff69b4 !important; +} +.monaco-editor .mtk15 { + color: #cba6f7 !important; +} +.monaco-editor .mtk16 { + color: #9399b2 !important; +} +.monaco-editor .mtk17 { + color: #ff69b4 !important; +} +.monaco-editor .mtk18 { + color: #ff69b4 !important; +} +.monaco-editor .mtk19 { + color: #94e2d5 !important; +} +.monaco-editor .mtk20 { + color: #ff69b4 !important; +} +.monaco-editor .mtk21 { + color: #a6e3a1 !important; +} +.monaco-editor .mtk22 { + color: #ff69b4 !important; +} +.monaco-editor .mtk23 { + color: #89b4fa !important; +} +.monaco-editor .mtk24 { + color: #fab387 !important; +} +.monaco-editor .mtk25 { + color: #f5c2e7 !important; +} +.monaco-editor .bracket-highlighting-0 { + color: rgb(227.8, 169, 198.4) !important; +} +.monaco-editor .bracket-highlighting-1 { + color: rgb(232, 193, 178.6) !important; +} +.monaco-editor .bracket-highlighting-2 { + color: rgb(231.4, 221.2, 202.6) !important; +} +.monaco-editor .bracket-highlighting-3 { + color: rgb(181.6, 221.8, 194.2) !important; +} +.monaco-editor .bracket-highlighting-4 { + color: rgb(164.2, 193.6, 247.6) !important; +} +.monaco-editor .bracket-highlighting-5 { + color: rgb(203.8, 185.2, 245.8) !important; +} \ No newline at end of file diff --git a/public/assets/css/theme-catppuccin-mocha-flamingo.css b/public/assets/css/theme-catppuccin-mocha-flamingo.css new file mode 100644 index 0000000..27ab851 --- /dev/null +++ b/public/assets/css/theme-catppuccin-mocha-flamingo.css @@ -0,0 +1,873 @@ +:root { + color-scheme: dark; + --is-dark-theme: true; + accent-color: #f2cdcd; + --color-primary: #f2cdcd; + --color-primary-contrast: #11111b; + --color-primary-hover: rgb(236.7380952381, 184.7619047619, 184.7619047619); + --color-primary-dark-1: rgb(238.8428571429, 192.8571428571, 192.8571428571); + --color-primary-dark-2: rgb(235.6857142857, 180.7142857143, 180.7142857143); + --color-primary-dark-3: rgb(232.5285714286, 168.5714285714, 168.5714285714); + --color-primary-dark-4: rgb(229.3714285714, 156.4285714286, 156.4285714286); + --color-primary-dark-5: rgb(226.2142857143, 144.2857142857, 144.2857142857); + --color-primary-dark-6: rgb(223.0571428571, 132.1428571429, 132.1428571429); + --color-primary-dark-7: rgb(219.9, 120, 120); + --color-primary-light-1: rgb(245.1571428571, 217.1428571429, 217.1428571429); + --color-primary-light-2: rgb(248.3142857143, 229.2857142857, 229.2857142857); + --color-primary-light-3: rgb(251.4714285714, 241.4285714286, 241.4285714286); + --color-primary-light-4: rgb(254.6285714286, 253.5714285714, 253.5714285714); + --color-primary-light-5: hsl(0, 58.7301587302%, 102.6470588235%); + --color-primary-light-6: hsl(0, 58.7301587302%, 105.6470588235%); + --color-primary-light-7: hsl(0, 58.7301587302%, 108.6470588235%); + --color-primary-alpha-10: rgba(242, 205, 205, 0.1); + --color-primary-alpha-20: rgba(242, 205, 205, 0.2); + --color-primary-alpha-30: rgba(242, 205, 205, 0.3); + --color-primary-alpha-40: rgba(242, 205, 205, 0.4); + --color-primary-alpha-50: rgba(242, 205, 205, 0.5); + --color-primary-alpha-60: rgba(242, 205, 205, 0.6); + --color-primary-alpha-70: rgba(242, 205, 205, 0.7); + --color-primary-alpha-80: rgba(242, 205, 205, 0.8); + --color-primary-alpha-90: rgba(242, 205, 205, 0.9); + --color-secondary: #45475a; + --color-secondary-dark-1: rgb(55.4076923077, 56.5384615385, 76.8923076923); + --color-secondary-dark-2: rgb(61.8153846154, 63.0769230769, 85.7846153846); + --color-secondary-dark-3: rgb(68.2230769231, 69.6153846154, 94.6769230769); + --color-secondary-dark-4: rgb(74.6307692308, 76.1538461538, 103.5692307692); + --color-secondary-dark-5: rgb(81.0384615385, 82.6923076923, 112.4615384615); + --color-secondary-dark-6: rgb(87.4461538462, 89.2307692308, 121.3538461538); + --color-secondary-dark-7: rgb(93.8538461538, 95.7692307692, 130.2461538462); + --color-secondary-dark-8: rgb(100.2615384615, 102.3076923077, 139.1384615385); + --color-secondary-dark-9: rgb(106.6692307692, 108.8461538462, 148.0307692308); + --color-secondary-dark-10: rgb(115.5128205128, 117.5641025641, 154.4871794872); + --color-secondary-dark-11: rgb(124.4051282051, 126.3256410256, 160.8948717949); + --color-secondary-dark-12: rgb(133.2974358974, 135.0871794872, 167.3025641026); + --color-secondary-dark-13: rgb(142.1897435897, 143.8487179487, 173.7102564103); + --color-secondary-light-1: rgb(42.5923076923, 43.4615384615, 59.1076923077); + --color-secondary-light-2: rgb(36.1846153846, 36.9230769231, 50.2153846154); + --color-secondary-light-3: rgb(29.7769230769, 30.3846153846, 41.3230769231); + --color-secondary-light-4: rgb(23.3692307692, 23.8461538462, 32.4307692308); + --color-secondary-alpha-10: rgba(49, 50, 68, 0.1); + --color-secondary-alpha-20: rgba(49, 50, 68, 0.2); + --color-secondary-alpha-30: rgba(49, 50, 68, 0.3); + --color-secondary-alpha-40: rgba(49, 50, 68, 0.4); + --color-secondary-alpha-50: rgba(49, 50, 68, 0.5); + --color-secondary-alpha-60: rgba(49, 50, 68, 0.6); + --color-secondary-alpha-70: rgba(49, 50, 68, 0.7); + --color-secondary-alpha-80: rgba(49, 50, 68, 0.8); + --color-secondary-alpha-90: rgba(49, 50, 68, 0.9); + /* colors */ + --color-red: #f38ba8; + --color-orange: #fab387; + --color-yellow: #f9e2af; + --color-olive: #a6e3a1; + --color-green: #a6e3a1; + --color-teal: #94e2d5; + --color-blue: #89b4fa; + --color-violet: #b4befe; + --color-purple: #cba6f7; + --color-pink: #f5c2e7; + --color-brown: #f2cdcd; + --color-grey: #9399b2; + --color-black: #181825; + /* light variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-light: rgb(238.21875, 92.78125, 133.3359375); + --color-orange-light: rgb(247.96, 147.992, 86.04); + --color-yellow-light: rgb(245.4418604651, 208.8023255814, 127.5581395349); + --color-olive-light: rgb(128.7950819672, 215.2950819672, 121.7049180328); + --color-green-light: rgb(128.7950819672, 215.2950819672, 121.7049180328); + --color-teal-light: rgb(107.875, 215.125, 197.25); + --color-blue-light: rgb(88.0731707317, 148.9024390244, 247.9268292683); + --color-violet-light: rgb(129.6710526316, 146.3815789474, 253.3289473684); + --color-purple-light: rgb(175.6597938144, 119.206185567, 242.793814433); + --color-pink-light: rgb(237.8169014085, 150.1830985915, 213.7605633803); + --color-brown-light: rgb(231.4761904762, 164.5238095238, 164.5238095238); + --color-grey-light: rgb(117.227027027, 124.8810810811, 156.772972973); + --color-black-light: rgb(3.9344262295, 3.9344262295, 6.0655737705); + /* dark 1 variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-dark-1: rgb(238.21875, 92.78125, 133.3359375); + --color-orange-dark-1: rgb(247.96, 147.992, 86.04); + --color-yellow-dark-1: rgb(245.4418604651, 208.8023255814, 127.5581395349); + --color-olive-dark-1: rgb(128.7950819672, 215.2950819672, 121.7049180328); + --color-green-dark-1: rgb(128.7950819672, 215.2950819672, 121.7049180328); + --color-teal-dark-1: rgb(107.875, 215.125, 197.25); + --color-blue-dark-1: rgb(88.0731707317, 148.9024390244, 247.9268292683); + --color-violet-dark-1: rgb(129.6710526316, 146.3815789474, 253.3289473684); + --color-purple-dark-1: rgb(175.6597938144, 119.206185567, 242.793814433); + --color-pink-dark-1: rgb(237.8169014085, 150.1830985915, 213.7605633803); + --color-brown-dark-1: rgb(231.4761904762, 164.5238095238, 164.5238095238); + --color-black-dark-1: rgb(3.9344262295, 3.9344262295, 6.0655737705); + /* dark 2 variants - produced via Sass scale-color(color, $lightness: -20%) */ + --color-red-dark-2: rgb(233.4375, 46.5625, 98.671875); + --color-orange-dark-2: rgb(245.92, 116.984, 37.08); + --color-yellow-dark-2: rgb(241.8837209302, 191.6046511628, 80.1162790698); + --color-olive-dark-2: rgb(91.5901639344, 203.5901639344, 82.4098360656); + --color-green-dark-2: rgb(91.5901639344, 203.5901639344, 82.4098360656); + --color-teal-dark-2: rgb(67.75, 204.25, 181.5); + --color-blue-dark-2: rgb(39.1463414634, 117.8048780488, 245.8536585366); + --color-violet-dark-2: rgb(79.3421052632, 102.7631578947, 252.6578947368); + --color-purple-dark-2: rgb(148.3195876289, 72.412371134, 238.587628866); + --color-pink-dark-2: rgb(230.6338028169, 106.3661971831, 196.5211267606); + --color-brown-dark-2: rgb(220.9523809524, 124.0476190476, 124.0476190476); + --color-black-dark-2: hsl(240, 21.3114754098%, -8.0392156863%); + /* other colors */ + --color-gold: #f5e0dc; + --color-white: #cdd6f4; + --color-diff-removed-word-bg: rgba(243, 139, 168, 0.15); + --color-diff-added-word-bg: rgba(166, 227, 161, 0.15); + --color-diff-removed-row-bg: rgba(243, 139, 168, 0.07); + --color-diff-moved-row-bg: rgba(249, 226, 175, 0.07); + --color-diff-added-row-bg: rgba(166, 227, 161, 0.07); + --color-diff-removed-row-border: rgba(243, 139, 168, 0.07); + --color-diff-moved-row-border: rgba(249, 226, 175, 0.07); + --color-diff-added-row-border: rgba(166, 227, 161, 0.07); + --color-diff-inactive: #9399b2; + --color-error-border: #f38ba8; + --color-error-bg: #f38ba8; + --color-error-bg-active: rgb(240.609375, 115.890625, 150.66796875); + --color-error-bg-hover: rgb(238.21875, 92.78125, 133.3359375); + --color-error-text: #11111b; + --color-success-border: rgb(128.7950819672, 215.2950819672, 121.7049180328); + --color-success-bg: #a6e3a1; + --color-success-text: #11111b; + --color-warning-border: rgb(245.4418604651, 208.8023255814, 127.5581395349); + --color-warning-bg: #f9e2af; + --color-warning-text: #11111b; + --color-info-border: rgb(88.0731707317, 148.9024390244, 247.9268292683); + --color-info-bg: #11111b; + --color-info-text: #cdd6f4; + --color-red-badge: rgb(238.21875, 92.78125, 133.3359375); + --color-red-badge-bg: #11111b; + --color-red-badge-hover-bg: rgb(240.609375, 115.890625, 150.66796875); + --color-green-badge: #a6e3a1; + --color-green-badge-bg: #a6e3a1; + --color-green-badge-hover-bg: rgb(147.3975409836, 221.1475409836, 141.3524590164); + --color-yellow-badge: #f9e2af; + --color-yellow-badge-bg: #11111b; + --color-yellow-badge-hover-bg: rgb(247.2209302326, 217.4011627907, 151.2790697674); + --color-orange-badge: #fab387; + --color-orange-badge-bg: #11111b; + --color-orange-badge-hover-bg: rgb(248.98, 163.496, 110.52); + --color-git: #fab387; + --color-highlight-bg: rgba(249, 226, 175, 0.15); + /* target-based colors */ + --color-body: #11111b; + --color-box-header: #181825; + --color-box-body: #181825; + --color-box-body-highlight: #313244; + --color-text-dark: #a6adc8; + --color-text: #cdd6f4; + --color-text-light: #bac2de; + --color-text-light-1: #bac2de; + --color-text-light-2: #bac2de; + --color-text-light-3: #bac2de; + --color-footer: #181825; + --color-timeline: #313244; + --color-input-text: #cdd6f4; + --color-input-background: #313244; + --color-input-toggle-background: #313244; + --color-input-border: #45475a; + --color-input-border-hover: #585b70; + --color-nav-bg: #181825; + --color-nav-hover-bg: var(--color-hover); + --color-navbar: #181825; + --color-navbar-transparent: rgba(17, 17, 27, 0); + --color-light: rgba(88, 91, 112, 0.3); + --color-light-mimic-enabled: rgba( + 0, + 0, + 0, + calc(40 / 255 * 222 / 255 / var(--opacity-disabled)) + ); + --color-light-border: #585b70; + --color-hover: rgba(108, 112, 134, 0.2); + --color-active: rgba(205, 214, 244, 0.1); + --color-menu: #313244; + --color-card: #313244; + --color-markup-table-row: rgba(205, 214, 244, 0.02); + --color-markup-code-block: rgba(205, 214, 244, 0.05); + --color-markup-code-inline: #313244; + --color-button: #313244; + --color-code-bg: #1e1e2e; + --color-code-sidebar-bg: #313244; + --color-shadow: rgba(17, 17, 27, 0.1); + --color-tooltip-bg: #313244; + --color-tooltip-text: var(--color-text); + --color-secondary-bg: #313244; + --color-text-focus: #cdd6f4; + --color-expand-button: #585b70; + --color-placeholder-text: #a6adc8; + --color-editor-line-highlight: var(--color-primary-light-5); + --color-project-board-bg: var(--color-secondary-light-2); + /* gitea source code: */ + /* should ideally be --color-text-dark, see go-gitea/gitea#15651 */ + --color-caret: var(--color-text); + --color-reaction-bg: rgba(205, 214, 244, 0.07); + --color-reaction-active-bg: var(--color-primary-alpha-40); + --color-header-wrapper: #181825; + --color-header-wrapper-transparent: rgba(24, 24, 37, 0); + --color-label-text: #11111b; + --color-label-bg: #f2cdcd; + --color-label-hover-bg: rgb(235.6857142857, 180.7142857143, 180.7142857143); + --color-label-active-bg: rgb(238.8428571429, 192.8571428571, 192.8571428571); + --color-accent: var(--color-primary-light-1); + --color-small-accent: var(--color-primary-light-5); + --color-active-line: #45475a; +} + +/* invert emojis that are hard to read otherwise */ +.emoji[aria-label="check mark"], +.emoji[aria-label="currency exchange"], +.emoji[aria-label="TOP arrow"], +.emoji[aria-label="END arrow"], +.emoji[aria-label="ON! arrow"], +.emoji[aria-label="SOON arrow"], +.emoji[aria-label="heavy dollar sign"], +.emoji[aria-label=copyright], +.emoji[aria-label=registered], +.emoji[aria-label="trade mark"], +.emoji[aria-label=multiply], +.emoji[aria-label=plus], +.emoji[aria-label=minus], +.emoji[aria-label=divide], +.emoji[aria-label="curly loop"], +.emoji[aria-label="double curly loop"], +.emoji[aria-label="wavy dash"], +.emoji[aria-label="paw prints"], +.emoji[aria-label="musical note"], +.emoji[aria-label="musical notes"] { + filter: invert(100%) hue-rotate(180deg); +} + +.ui.ui.ui.button:not(.inverted, .basic).primary, .ui.ui.ui.button:not(.inverted, .basic).green, .ui.ui.ui.button:not(.inverted, .basic).red, .ui.ui.ui.button:not(.inverted, .basic).teal, +.ui.ui.ui.label:not(.inverted, .basic).primary, +.ui.ui.ui.label:not(.inverted, .basic).green, +.ui.ui.ui.label:not(.inverted, .basic).red, +.ui.ui.ui.label:not(.inverted, .basic).teal { + color: #11111b; +} +.ui.ui.ui.button:not(.inverted, .basic).primary:hover, .ui.ui.ui.button:not(.inverted, .basic).green:hover, .ui.ui.ui.button:not(.inverted, .basic).red:hover, .ui.ui.ui.button:not(.inverted, .basic).teal:hover, +.ui.ui.ui.label:not(.inverted, .basic).primary:hover, +.ui.ui.ui.label:not(.inverted, .basic).green:hover, +.ui.ui.ui.label:not(.inverted, .basic).red:hover, +.ui.ui.ui.label:not(.inverted, .basic).teal:hover { + color: #1e1e2e; +} + +.ui.basic.modal { + background-color: #1e1e2e; +} + +.ui.commit-header-row .svg.gitea-lock ~ a { + color: #11111b; +} + +.ui.negative.message .header { + color: var(--color-error-text); +} + +.ui.sha.isSigned.isVerified .shortsha { + color: #11111b; +} +.ui.sha.isSigned.isVerified svg.gitea-lock { + fill: #11111b; +} + +.ui.basic.modal, +.ui.basic.modal > .header, +.ui.inverted.button { + color: #cdd6f4 !important; +} + +#repo-topics, +#topic_edit > .ui.selection.dropdown { + color: var(--color-label-text) !important; +} + +blockquote.attention-tip { + border-left-color: var(--color-success-bg); +} +blockquote.attention-warning { + border-left-color: var(--color-warning-bg); +} + +svg.attention-tip, +strong.attention-tip { + color: var(--color-success-bg); +} +svg.attention-warning, +strong.attention-warning { + color: var(--color-warning-bg); +} + +.inline-code-block { + color: #11111b; +} + +::selection { + background: rgba(242, 205, 205, 0.3) !important; +} + +/* NameBuiltinPseudo */ +.chroma .bp { + color: #fab387; +} + +/* Comment */ +.chroma .c { + color: #6c7086; +} + +/* CommentSingle */ +.chroma .c1 { + color: #6c7086; +} + +/* CommentHashbang */ +.chroma .ch { + color: #6c7086; +} + +/* CommentMultiline */ +.chroma .cm { + color: #6c7086; +} + +/* CommentPreproc */ +.chroma .cp { + color: #89b4fa; +} + +/* CommentPreprocFile */ +.chroma .cpf { + color: #89b4fa; +} + +/* CommentSpecial */ +.chroma .cs { + color: #6c7086; +} + +/* LiteralStringDelimiter */ +.chroma .dl { + color: #89b4fa; +} + +/* NameFunctionMagic */ +/* Generic */ +/* GenericDeleted */ +.chroma .gd { + color: #cdd6f4; + background-color: rgba(243, 139, 168, 0.15); +} + +/* GenericEmph */ +.chroma .ge { + font-style: italic; +} + +/* GenericHeading */ +.chroma .gh { + color: #89dceb; +} + +/* GenericInserted */ +.chroma .gi { + color: #cdd6f4; + background-color: rgba(166, 227, 161, 0.15); +} + +/* GenericUnderline */ +/* GenericOutput */ +.chroma .go { + color: #fab387; +} + +/* GenericPrompt */ +.chroma .gp { + color: #6c7086; + font-weight: bold; +} + +/* GenericError */ +.chroma .gr { + color: #eba0ac; +} + +/* GenericStrong */ +.chroma .gs { + font-weight: bold; +} + +/* GenericTraceback */ +.chroma .gt { + color: #eba0ac; +} + +/* GenericSubheading */ +.chroma .gu { + color: #89dceb; +} + +/* LiteralNumberIntegerLong */ +.chroma .il { + color: #fab387; +} + +/* Keyword */ +.chroma .k { + color: #cba6f7; +} + +/* KeywordConstant */ +.chroma .kc { + color: #f9e2af; +} + +/* KeywordDeclaration */ +.chroma .kd { + color: #cba6f7; +} + +/* KeywordNamespace */ +.chroma .kn { + color: #f9e2af; +} + +/* KeywordPseudo */ +.chroma .kp { + color: #cba6f7; + font-weight: bold; +} + +/* KeywordReserved */ +.chroma .kr { + color: #cba6f7; +} + +/* KeywordType */ +.chroma .kt { + color: #f9e2af; +} + +/* Literal */ +/* LiteralDate */ +/* LiteralNumber */ +.chroma .m { + color: #fab387; +} + +/* LiteralNumberBin */ +.chroma .mb { + color: #fab387; +} + +/* LiteralNumberFloat */ +.chroma .mf { + color: #fab387; +} + +/* LiteralNumberHex */ +.chroma .mh { + color: #fab387; +} + +/* LiteralNumberInteger */ +.chroma .mi { + color: #fab387; +} + +/* LiteralNumberOct */ +.chroma .mo { + color: #fab387; +} + +/* Name */ +.chroma .n { + color: #b4befe; +} + +/* NameAttribute */ +.chroma .na { + color: #f9e2af; +} + +/* NameBuiltin */ +.chroma .nb { + color: #fab387; +} + +/* NameClass */ +.chroma .nc { + color: #f9e2af; +} + +/* NameDecorator */ +.chroma .nd { + color: #f5c2e7; +} + +/* NameException */ +.chroma .ne { + color: #eba0ac; +} + +/* NameFunction */ +.chroma .nf { + color: #89b4fa; +} + +/* NameEntity */ +.chroma .ni { + color: #f5c2e7; +} + +/* NameLabel */ +.chroma .nl { + color: #f9e2af; +} + +/* NameNamespace */ +.chroma .nn { + color: #f9e2af; +} + +/* NameConstant */ +.chroma .no { + color: #f9e2af; +} + +/* NameTag */ +.chroma .nt { + color: #cba6f7; +} + +/* NameVariable */ +.chroma .nv { + color: #fab387; +} + +/* NameOther */ +.chroma .nx { + color: #fab387; +} + +/* Operator */ +.chroma .o { + color: #89dceb; +} + +/* OperatorWord */ +.chroma .ow { + color: #89dceb; + font-weight: bold; +} + +/* Punctuation */ +.chroma .p { + color: #9399b2; +} + +/* NameProperty */ +/* LiteralString */ +.chroma .s { + color: #a6e3a1; +} + +/* LiteralStringSingle */ +.chroma .s1 { + color: #a6e3a1; +} + +/* LiteralStringDouble */ +.chroma .s2 { + color: #a6e3a1; +} + +/* LiteralStringAffix */ +.chroma .sa { + color: #a6e3a1; +} + +/* LiteralStringBacktick */ +.chroma .sb { + color: #a6e3a1; +} + +/* LiteralStringChar */ +.chroma .sc { + color: #a6e3a1; +} + +/* LiteralStringDoc */ +.chroma .sd { + color: #a6e3a1; +} + +/* LiteralStringEscape */ +.chroma .se { + color: #89b4fa; +} + +/* LiteralStringHeredoc */ +.chroma .sh { + color: #a6e3a1; +} + +/* LiteralStringInterpol */ +.chroma .si { + color: #a6e3a1; +} + +/* LiteralStringRegex */ +.chroma .sr { + color: #89b4fa; +} + +/* LiteralStringSymbol */ +.chroma .ss { + color: #a6e3a1; +} + +/* LiteralStringOther */ +.chroma .sx { + color: #a6e3a1; +} + +/* NameVariableClass */ +.chroma .vc { + color: #f9e2af; +} + +/* NameVariableGlobal */ +.chroma .vg { + color: #fab387; +} + +/* NameVariableInstance */ +.chroma .vi { + color: #f9e2af; +} + +/* NameVariableMagic */ +/* TextWhitespace */ +.chroma .w { + color: #313244; +} + +.CodeMirror .cm-property, +.CodeMirror.cm-s-default .cm-property, +.CodeMirror.cm-s-paper .cm-property { + color: #cdd6f4; +} +.CodeMirror .cm-header, +.CodeMirror.cm-s-default .cm-header, +.CodeMirror.cm-s-paper .cm-header { + color: #cdd6f4; +} +.CodeMirror .cm-quote, +.CodeMirror.cm-s-default .cm-quote, +.CodeMirror.cm-s-paper .cm-quote { + color: #a6e3a1; +} +.CodeMirror .cm-keyword, +.CodeMirror.cm-s-default .cm-keyword, +.CodeMirror.cm-s-paper .cm-keyword { + color: #cba6f7; +} +.CodeMirror .cm-atom, +.CodeMirror.cm-s-default .cm-atom, +.CodeMirror.cm-s-paper .cm-atom { + color: #f38ba8; +} +.CodeMirror .cm-number, +.CodeMirror.cm-s-default .cm-number, +.CodeMirror.cm-s-paper .cm-number { + color: #fab387; +} +.CodeMirror .cm-def, +.CodeMirror.cm-s-default .cm-def, +.CodeMirror.cm-s-paper .cm-def { + color: #cdd6f4; +} +.CodeMirror .cm-variable-2, +.CodeMirror.cm-s-default .cm-variable-2, +.CodeMirror.cm-s-paper .cm-variable-2 { + color: #89dceb; +} +.CodeMirror .cm-variable-3, +.CodeMirror.cm-s-default .cm-variable-3, +.CodeMirror.cm-s-paper .cm-variable-3 { + color: #94e2d5; +} +.CodeMirror .cm-comment, +.CodeMirror.cm-s-default .cm-comment, +.CodeMirror.cm-s-paper .cm-comment { + color: #585b70; +} +.CodeMirror .cm-string, +.CodeMirror.cm-s-default .cm-string, +.CodeMirror.cm-s-paper .cm-string { + color: #a6e3a1; +} +.CodeMirror .cm-string-2, +.CodeMirror.cm-s-default .cm-string-2, +.CodeMirror.cm-s-paper .cm-string-2 { + color: #a6e3a1; +} +.CodeMirror .cm-meta, +.CodeMirror.cm-s-default .cm-meta, +.CodeMirror.cm-s-paper .cm-meta { + color: #fab387; +} +.CodeMirror .cm-qualifier, +.CodeMirror.cm-s-default .cm-qualifier, +.CodeMirror.cm-s-paper .cm-qualifier { + color: #fab387; +} +.CodeMirror .cm-builtin, +.CodeMirror.cm-s-default .cm-builtin, +.CodeMirror.cm-s-paper .cm-builtin { + color: #fab387; +} +.CodeMirror .cm-bracket, +.CodeMirror.cm-s-default .cm-bracket, +.CodeMirror.cm-s-paper .cm-bracket { + color: #cdd6f4; +} +.CodeMirror .cm-tag, +.CodeMirror.cm-s-default .cm-tag, +.CodeMirror.cm-s-paper .cm-tag { + color: #f9e2af; +} +.CodeMirror .cm-attribute, +.CodeMirror.cm-s-default .cm-attribute, +.CodeMirror.cm-s-paper .cm-attribute { + color: #f9e2af; +} +.CodeMirror .cm-hr, +.CodeMirror.cm-s-default .cm-hr, +.CodeMirror.cm-s-paper .cm-hr { + color: #9399b2; +} +.CodeMirror .cm-url, +.CodeMirror.cm-s-default .cm-url, +.CodeMirror.cm-s-paper .cm-url { + color: #89b4fa; +} +.CodeMirror .cm-link, +.CodeMirror.cm-s-default .cm-link, +.CodeMirror.cm-s-paper .cm-link { + color: #89b4fa; +} +.CodeMirror .cm-error, +.CodeMirror.cm-s-default .cm-error, +.CodeMirror.cm-s-paper .cm-error { + color: #f38ba8; +} + +.monaco-editor .selected-text { + background-color: #313244 !important; +} +.monaco-editor .margin-view-overlays .line-numbers { + color: #a6adc8 !important; +} +.monaco-editor .line-numbers.active-line-number { + color: #f2cdcd !important; +} +.monaco-editor .view-overlays .current-line, +.monaco-editor .margin-view-overlays .current-line-margin { + background-color: rgb(42.16, 42.8, 60.08) !important; +} +.monaco-editor .mtk1 { + color: #cdd6f4 !important; +} +.monaco-editor .mtk2 { + color: #ff69b4 !important; +} +.monaco-editor .mtk3 { + color: #fab387 !important; +} +.monaco-editor .mtk4 { + color: #94e2d5 !important; +} +.monaco-editor .mtk5 { + color: #cdd6f4 !important; +} +.monaco-editor .mtk6 { + color: #cba6f7 !important; +} +.monaco-editor .mtk7 { + color: #fab387 !important; +} +.monaco-editor .mtk8 { + color: #9399b2 !important; +} +.monaco-editor .mtk9 { + color: #cba6f7 !important; +} +.monaco-editor .mtk10 { + color: #a6adc8 !important; +} +.monaco-editor .mtk11 { + color: #94e2d5 !important; +} +.monaco-editor .mtk12 { + color: #94e2d5 !important; +} +.monaco-editor .mtk13 { + color: #ff69b4 !important; +} +.monaco-editor .mtk14 { + color: #ff69b4 !important; +} +.monaco-editor .mtk15 { + color: #cba6f7 !important; +} +.monaco-editor .mtk16 { + color: #9399b2 !important; +} +.monaco-editor .mtk17 { + color: #ff69b4 !important; +} +.monaco-editor .mtk18 { + color: #ff69b4 !important; +} +.monaco-editor .mtk19 { + color: #94e2d5 !important; +} +.monaco-editor .mtk20 { + color: #ff69b4 !important; +} +.monaco-editor .mtk21 { + color: #a6e3a1 !important; +} +.monaco-editor .mtk22 { + color: #ff69b4 !important; +} +.monaco-editor .mtk23 { + color: #89b4fa !important; +} +.monaco-editor .mtk24 { + color: #fab387 !important; +} +.monaco-editor .mtk25 { + color: #f5c2e7 !important; +} +.monaco-editor .bracket-highlighting-0 { + color: rgb(227.8, 169, 198.4) !important; +} +.monaco-editor .bracket-highlighting-1 { + color: rgb(232, 193, 178.6) !important; +} +.monaco-editor .bracket-highlighting-2 { + color: rgb(231.4, 221.2, 202.6) !important; +} +.monaco-editor .bracket-highlighting-3 { + color: rgb(181.6, 221.8, 194.2) !important; +} +.monaco-editor .bracket-highlighting-4 { + color: rgb(164.2, 193.6, 247.6) !important; +} +.monaco-editor .bracket-highlighting-5 { + color: rgb(203.8, 185.2, 245.8) !important; +} \ No newline at end of file diff --git a/public/assets/css/theme-catppuccin-mocha-green.css b/public/assets/css/theme-catppuccin-mocha-green.css new file mode 100644 index 0000000..18e0e50 --- /dev/null +++ b/public/assets/css/theme-catppuccin-mocha-green.css @@ -0,0 +1,873 @@ +:root { + color-scheme: dark; + --is-dark-theme: true; + accent-color: #a6e3a1; + --color-primary: #a6e3a1; + --color-primary-contrast: #11111b; + --color-primary-hover: rgb(147.3975409836, 221.1475409836, 141.3524590164); + --color-primary-dark-1: rgb(154.8385245902, 223.4885245902, 149.2114754098); + --color-primary-dark-2: rgb(143.6770491803, 219.9770491803, 137.4229508197); + --color-primary-dark-3: rgb(132.5155737705, 216.4655737705, 125.6344262295); + --color-primary-dark-4: rgb(121.3540983607, 212.9540983607, 113.8459016393); + --color-primary-dark-5: rgb(110.1926229508, 209.4426229508, 102.0573770492); + --color-primary-dark-6: rgb(99.031147541, 205.931147541, 90.268852459); + --color-primary-dark-7: rgb(87.8696721311, 202.4196721311, 78.4803278689); + --color-primary-light-1: rgb(177.1614754098, 230.5114754098, 172.7885245902); + --color-primary-light-2: rgb(188.3229508197, 234.0229508197, 184.5770491803); + --color-primary-light-3: rgb(199.4844262295, 237.5344262295, 196.3655737705); + --color-primary-light-4: rgb(210.6459016393, 241.0459016393, 208.1540983607); + --color-primary-light-5: rgb(221.8073770492, 244.5573770492, 219.9426229508); + --color-primary-light-6: rgb(232.968852459, 248.068852459, 231.731147541); + --color-primary-light-7: rgb(244.1303278689, 251.5803278689, 243.5196721311); + --color-primary-alpha-10: rgba(166, 227, 161, 0.1); + --color-primary-alpha-20: rgba(166, 227, 161, 0.2); + --color-primary-alpha-30: rgba(166, 227, 161, 0.3); + --color-primary-alpha-40: rgba(166, 227, 161, 0.4); + --color-primary-alpha-50: rgba(166, 227, 161, 0.5); + --color-primary-alpha-60: rgba(166, 227, 161, 0.6); + --color-primary-alpha-70: rgba(166, 227, 161, 0.7); + --color-primary-alpha-80: rgba(166, 227, 161, 0.8); + --color-primary-alpha-90: rgba(166, 227, 161, 0.9); + --color-secondary: #45475a; + --color-secondary-dark-1: rgb(55.4076923077, 56.5384615385, 76.8923076923); + --color-secondary-dark-2: rgb(61.8153846154, 63.0769230769, 85.7846153846); + --color-secondary-dark-3: rgb(68.2230769231, 69.6153846154, 94.6769230769); + --color-secondary-dark-4: rgb(74.6307692308, 76.1538461538, 103.5692307692); + --color-secondary-dark-5: rgb(81.0384615385, 82.6923076923, 112.4615384615); + --color-secondary-dark-6: rgb(87.4461538462, 89.2307692308, 121.3538461538); + --color-secondary-dark-7: rgb(93.8538461538, 95.7692307692, 130.2461538462); + --color-secondary-dark-8: rgb(100.2615384615, 102.3076923077, 139.1384615385); + --color-secondary-dark-9: rgb(106.6692307692, 108.8461538462, 148.0307692308); + --color-secondary-dark-10: rgb(115.5128205128, 117.5641025641, 154.4871794872); + --color-secondary-dark-11: rgb(124.4051282051, 126.3256410256, 160.8948717949); + --color-secondary-dark-12: rgb(133.2974358974, 135.0871794872, 167.3025641026); + --color-secondary-dark-13: rgb(142.1897435897, 143.8487179487, 173.7102564103); + --color-secondary-light-1: rgb(42.5923076923, 43.4615384615, 59.1076923077); + --color-secondary-light-2: rgb(36.1846153846, 36.9230769231, 50.2153846154); + --color-secondary-light-3: rgb(29.7769230769, 30.3846153846, 41.3230769231); + --color-secondary-light-4: rgb(23.3692307692, 23.8461538462, 32.4307692308); + --color-secondary-alpha-10: rgba(49, 50, 68, 0.1); + --color-secondary-alpha-20: rgba(49, 50, 68, 0.2); + --color-secondary-alpha-30: rgba(49, 50, 68, 0.3); + --color-secondary-alpha-40: rgba(49, 50, 68, 0.4); + --color-secondary-alpha-50: rgba(49, 50, 68, 0.5); + --color-secondary-alpha-60: rgba(49, 50, 68, 0.6); + --color-secondary-alpha-70: rgba(49, 50, 68, 0.7); + --color-secondary-alpha-80: rgba(49, 50, 68, 0.8); + --color-secondary-alpha-90: rgba(49, 50, 68, 0.9); + /* colors */ + --color-red: #f38ba8; + --color-orange: #fab387; + --color-yellow: #f9e2af; + --color-olive: #a6e3a1; + --color-green: #a6e3a1; + --color-teal: #94e2d5; + --color-blue: #89b4fa; + --color-violet: #b4befe; + --color-purple: #cba6f7; + --color-pink: #f5c2e7; + --color-brown: #f2cdcd; + --color-grey: #9399b2; + --color-black: #181825; + /* light variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-light: rgb(238.21875, 92.78125, 133.3359375); + --color-orange-light: rgb(247.96, 147.992, 86.04); + --color-yellow-light: rgb(245.4418604651, 208.8023255814, 127.5581395349); + --color-olive-light: rgb(128.7950819672, 215.2950819672, 121.7049180328); + --color-green-light: rgb(128.7950819672, 215.2950819672, 121.7049180328); + --color-teal-light: rgb(107.875, 215.125, 197.25); + --color-blue-light: rgb(88.0731707317, 148.9024390244, 247.9268292683); + --color-violet-light: rgb(129.6710526316, 146.3815789474, 253.3289473684); + --color-purple-light: rgb(175.6597938144, 119.206185567, 242.793814433); + --color-pink-light: rgb(237.8169014085, 150.1830985915, 213.7605633803); + --color-brown-light: rgb(231.4761904762, 164.5238095238, 164.5238095238); + --color-grey-light: rgb(117.227027027, 124.8810810811, 156.772972973); + --color-black-light: rgb(3.9344262295, 3.9344262295, 6.0655737705); + /* dark 1 variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-dark-1: rgb(238.21875, 92.78125, 133.3359375); + --color-orange-dark-1: rgb(247.96, 147.992, 86.04); + --color-yellow-dark-1: rgb(245.4418604651, 208.8023255814, 127.5581395349); + --color-olive-dark-1: rgb(128.7950819672, 215.2950819672, 121.7049180328); + --color-green-dark-1: rgb(128.7950819672, 215.2950819672, 121.7049180328); + --color-teal-dark-1: rgb(107.875, 215.125, 197.25); + --color-blue-dark-1: rgb(88.0731707317, 148.9024390244, 247.9268292683); + --color-violet-dark-1: rgb(129.6710526316, 146.3815789474, 253.3289473684); + --color-purple-dark-1: rgb(175.6597938144, 119.206185567, 242.793814433); + --color-pink-dark-1: rgb(237.8169014085, 150.1830985915, 213.7605633803); + --color-brown-dark-1: rgb(231.4761904762, 164.5238095238, 164.5238095238); + --color-black-dark-1: rgb(3.9344262295, 3.9344262295, 6.0655737705); + /* dark 2 variants - produced via Sass scale-color(color, $lightness: -20%) */ + --color-red-dark-2: rgb(233.4375, 46.5625, 98.671875); + --color-orange-dark-2: rgb(245.92, 116.984, 37.08); + --color-yellow-dark-2: rgb(241.8837209302, 191.6046511628, 80.1162790698); + --color-olive-dark-2: rgb(91.5901639344, 203.5901639344, 82.4098360656); + --color-green-dark-2: rgb(91.5901639344, 203.5901639344, 82.4098360656); + --color-teal-dark-2: rgb(67.75, 204.25, 181.5); + --color-blue-dark-2: rgb(39.1463414634, 117.8048780488, 245.8536585366); + --color-violet-dark-2: rgb(79.3421052632, 102.7631578947, 252.6578947368); + --color-purple-dark-2: rgb(148.3195876289, 72.412371134, 238.587628866); + --color-pink-dark-2: rgb(230.6338028169, 106.3661971831, 196.5211267606); + --color-brown-dark-2: rgb(220.9523809524, 124.0476190476, 124.0476190476); + --color-black-dark-2: hsl(240, 21.3114754098%, -8.0392156863%); + /* other colors */ + --color-gold: #f5e0dc; + --color-white: #cdd6f4; + --color-diff-removed-word-bg: rgba(243, 139, 168, 0.15); + --color-diff-added-word-bg: rgba(166, 227, 161, 0.15); + --color-diff-removed-row-bg: rgba(243, 139, 168, 0.07); + --color-diff-moved-row-bg: rgba(249, 226, 175, 0.07); + --color-diff-added-row-bg: rgba(166, 227, 161, 0.07); + --color-diff-removed-row-border: rgba(243, 139, 168, 0.07); + --color-diff-moved-row-border: rgba(249, 226, 175, 0.07); + --color-diff-added-row-border: rgba(166, 227, 161, 0.07); + --color-diff-inactive: #9399b2; + --color-error-border: #f38ba8; + --color-error-bg: #f38ba8; + --color-error-bg-active: rgb(240.609375, 115.890625, 150.66796875); + --color-error-bg-hover: rgb(238.21875, 92.78125, 133.3359375); + --color-error-text: #11111b; + --color-success-border: rgb(128.7950819672, 215.2950819672, 121.7049180328); + --color-success-bg: #a6e3a1; + --color-success-text: #11111b; + --color-warning-border: rgb(245.4418604651, 208.8023255814, 127.5581395349); + --color-warning-bg: #f9e2af; + --color-warning-text: #11111b; + --color-info-border: rgb(88.0731707317, 148.9024390244, 247.9268292683); + --color-info-bg: #11111b; + --color-info-text: #cdd6f4; + --color-red-badge: rgb(238.21875, 92.78125, 133.3359375); + --color-red-badge-bg: #11111b; + --color-red-badge-hover-bg: rgb(240.609375, 115.890625, 150.66796875); + --color-green-badge: #a6e3a1; + --color-green-badge-bg: #a6e3a1; + --color-green-badge-hover-bg: rgb(147.3975409836, 221.1475409836, 141.3524590164); + --color-yellow-badge: #f9e2af; + --color-yellow-badge-bg: #11111b; + --color-yellow-badge-hover-bg: rgb(247.2209302326, 217.4011627907, 151.2790697674); + --color-orange-badge: #fab387; + --color-orange-badge-bg: #11111b; + --color-orange-badge-hover-bg: rgb(248.98, 163.496, 110.52); + --color-git: #fab387; + --color-highlight-bg: rgba(249, 226, 175, 0.15); + /* target-based colors */ + --color-body: #11111b; + --color-box-header: #181825; + --color-box-body: #181825; + --color-box-body-highlight: #313244; + --color-text-dark: #a6adc8; + --color-text: #cdd6f4; + --color-text-light: #bac2de; + --color-text-light-1: #bac2de; + --color-text-light-2: #bac2de; + --color-text-light-3: #bac2de; + --color-footer: #181825; + --color-timeline: #313244; + --color-input-text: #cdd6f4; + --color-input-background: #313244; + --color-input-toggle-background: #313244; + --color-input-border: #45475a; + --color-input-border-hover: #585b70; + --color-nav-bg: #181825; + --color-nav-hover-bg: var(--color-hover); + --color-navbar: #181825; + --color-navbar-transparent: rgba(17, 17, 27, 0); + --color-light: rgba(88, 91, 112, 0.3); + --color-light-mimic-enabled: rgba( + 0, + 0, + 0, + calc(40 / 255 * 222 / 255 / var(--opacity-disabled)) + ); + --color-light-border: #585b70; + --color-hover: rgba(108, 112, 134, 0.2); + --color-active: rgba(205, 214, 244, 0.1); + --color-menu: #313244; + --color-card: #313244; + --color-markup-table-row: rgba(205, 214, 244, 0.02); + --color-markup-code-block: rgba(205, 214, 244, 0.05); + --color-markup-code-inline: #313244; + --color-button: #313244; + --color-code-bg: #1e1e2e; + --color-code-sidebar-bg: #313244; + --color-shadow: rgba(17, 17, 27, 0.1); + --color-tooltip-bg: #313244; + --color-tooltip-text: var(--color-text); + --color-secondary-bg: #313244; + --color-text-focus: #cdd6f4; + --color-expand-button: #585b70; + --color-placeholder-text: #a6adc8; + --color-editor-line-highlight: var(--color-primary-light-5); + --color-project-board-bg: var(--color-secondary-light-2); + /* gitea source code: */ + /* should ideally be --color-text-dark, see go-gitea/gitea#15651 */ + --color-caret: var(--color-text); + --color-reaction-bg: rgba(205, 214, 244, 0.07); + --color-reaction-active-bg: var(--color-primary-alpha-40); + --color-header-wrapper: #181825; + --color-header-wrapper-transparent: rgba(24, 24, 37, 0); + --color-label-text: #11111b; + --color-label-bg: #a6e3a1; + --color-label-hover-bg: rgb(143.6770491803, 219.9770491803, 137.4229508197); + --color-label-active-bg: rgb(154.8385245902, 223.4885245902, 149.2114754098); + --color-accent: var(--color-primary-light-1); + --color-small-accent: var(--color-primary-light-5); + --color-active-line: #45475a; +} + +/* invert emojis that are hard to read otherwise */ +.emoji[aria-label="check mark"], +.emoji[aria-label="currency exchange"], +.emoji[aria-label="TOP arrow"], +.emoji[aria-label="END arrow"], +.emoji[aria-label="ON! arrow"], +.emoji[aria-label="SOON arrow"], +.emoji[aria-label="heavy dollar sign"], +.emoji[aria-label=copyright], +.emoji[aria-label=registered], +.emoji[aria-label="trade mark"], +.emoji[aria-label=multiply], +.emoji[aria-label=plus], +.emoji[aria-label=minus], +.emoji[aria-label=divide], +.emoji[aria-label="curly loop"], +.emoji[aria-label="double curly loop"], +.emoji[aria-label="wavy dash"], +.emoji[aria-label="paw prints"], +.emoji[aria-label="musical note"], +.emoji[aria-label="musical notes"] { + filter: invert(100%) hue-rotate(180deg); +} + +.ui.ui.ui.button:not(.inverted, .basic).primary, .ui.ui.ui.button:not(.inverted, .basic).green, .ui.ui.ui.button:not(.inverted, .basic).red, .ui.ui.ui.button:not(.inverted, .basic).teal, +.ui.ui.ui.label:not(.inverted, .basic).primary, +.ui.ui.ui.label:not(.inverted, .basic).green, +.ui.ui.ui.label:not(.inverted, .basic).red, +.ui.ui.ui.label:not(.inverted, .basic).teal { + color: #11111b; +} +.ui.ui.ui.button:not(.inverted, .basic).primary:hover, .ui.ui.ui.button:not(.inverted, .basic).green:hover, .ui.ui.ui.button:not(.inverted, .basic).red:hover, .ui.ui.ui.button:not(.inverted, .basic).teal:hover, +.ui.ui.ui.label:not(.inverted, .basic).primary:hover, +.ui.ui.ui.label:not(.inverted, .basic).green:hover, +.ui.ui.ui.label:not(.inverted, .basic).red:hover, +.ui.ui.ui.label:not(.inverted, .basic).teal:hover { + color: #1e1e2e; +} + +.ui.basic.modal { + background-color: #1e1e2e; +} + +.ui.commit-header-row .svg.gitea-lock ~ a { + color: #11111b; +} + +.ui.negative.message .header { + color: var(--color-error-text); +} + +.ui.sha.isSigned.isVerified .shortsha { + color: #11111b; +} +.ui.sha.isSigned.isVerified svg.gitea-lock { + fill: #11111b; +} + +.ui.basic.modal, +.ui.basic.modal > .header, +.ui.inverted.button { + color: #cdd6f4 !important; +} + +#repo-topics, +#topic_edit > .ui.selection.dropdown { + color: var(--color-label-text) !important; +} + +blockquote.attention-tip { + border-left-color: var(--color-success-bg); +} +blockquote.attention-warning { + border-left-color: var(--color-warning-bg); +} + +svg.attention-tip, +strong.attention-tip { + color: var(--color-success-bg); +} +svg.attention-warning, +strong.attention-warning { + color: var(--color-warning-bg); +} + +.inline-code-block { + color: #11111b; +} + +::selection { + background: rgba(166, 227, 161, 0.3) !important; +} + +/* NameBuiltinPseudo */ +.chroma .bp { + color: #fab387; +} + +/* Comment */ +.chroma .c { + color: #6c7086; +} + +/* CommentSingle */ +.chroma .c1 { + color: #6c7086; +} + +/* CommentHashbang */ +.chroma .ch { + color: #6c7086; +} + +/* CommentMultiline */ +.chroma .cm { + color: #6c7086; +} + +/* CommentPreproc */ +.chroma .cp { + color: #89b4fa; +} + +/* CommentPreprocFile */ +.chroma .cpf { + color: #89b4fa; +} + +/* CommentSpecial */ +.chroma .cs { + color: #6c7086; +} + +/* LiteralStringDelimiter */ +.chroma .dl { + color: #89b4fa; +} + +/* NameFunctionMagic */ +/* Generic */ +/* GenericDeleted */ +.chroma .gd { + color: #cdd6f4; + background-color: rgba(243, 139, 168, 0.15); +} + +/* GenericEmph */ +.chroma .ge { + font-style: italic; +} + +/* GenericHeading */ +.chroma .gh { + color: #89dceb; +} + +/* GenericInserted */ +.chroma .gi { + color: #cdd6f4; + background-color: rgba(166, 227, 161, 0.15); +} + +/* GenericUnderline */ +/* GenericOutput */ +.chroma .go { + color: #fab387; +} + +/* GenericPrompt */ +.chroma .gp { + color: #6c7086; + font-weight: bold; +} + +/* GenericError */ +.chroma .gr { + color: #eba0ac; +} + +/* GenericStrong */ +.chroma .gs { + font-weight: bold; +} + +/* GenericTraceback */ +.chroma .gt { + color: #eba0ac; +} + +/* GenericSubheading */ +.chroma .gu { + color: #89dceb; +} + +/* LiteralNumberIntegerLong */ +.chroma .il { + color: #fab387; +} + +/* Keyword */ +.chroma .k { + color: #cba6f7; +} + +/* KeywordConstant */ +.chroma .kc { + color: #f9e2af; +} + +/* KeywordDeclaration */ +.chroma .kd { + color: #cba6f7; +} + +/* KeywordNamespace */ +.chroma .kn { + color: #f9e2af; +} + +/* KeywordPseudo */ +.chroma .kp { + color: #cba6f7; + font-weight: bold; +} + +/* KeywordReserved */ +.chroma .kr { + color: #cba6f7; +} + +/* KeywordType */ +.chroma .kt { + color: #f9e2af; +} + +/* Literal */ +/* LiteralDate */ +/* LiteralNumber */ +.chroma .m { + color: #fab387; +} + +/* LiteralNumberBin */ +.chroma .mb { + color: #fab387; +} + +/* LiteralNumberFloat */ +.chroma .mf { + color: #fab387; +} + +/* LiteralNumberHex */ +.chroma .mh { + color: #fab387; +} + +/* LiteralNumberInteger */ +.chroma .mi { + color: #fab387; +} + +/* LiteralNumberOct */ +.chroma .mo { + color: #fab387; +} + +/* Name */ +.chroma .n { + color: #b4befe; +} + +/* NameAttribute */ +.chroma .na { + color: #f9e2af; +} + +/* NameBuiltin */ +.chroma .nb { + color: #fab387; +} + +/* NameClass */ +.chroma .nc { + color: #f9e2af; +} + +/* NameDecorator */ +.chroma .nd { + color: #f5c2e7; +} + +/* NameException */ +.chroma .ne { + color: #eba0ac; +} + +/* NameFunction */ +.chroma .nf { + color: #89b4fa; +} + +/* NameEntity */ +.chroma .ni { + color: #f5c2e7; +} + +/* NameLabel */ +.chroma .nl { + color: #f9e2af; +} + +/* NameNamespace */ +.chroma .nn { + color: #f9e2af; +} + +/* NameConstant */ +.chroma .no { + color: #f9e2af; +} + +/* NameTag */ +.chroma .nt { + color: #cba6f7; +} + +/* NameVariable */ +.chroma .nv { + color: #fab387; +} + +/* NameOther */ +.chroma .nx { + color: #fab387; +} + +/* Operator */ +.chroma .o { + color: #89dceb; +} + +/* OperatorWord */ +.chroma .ow { + color: #89dceb; + font-weight: bold; +} + +/* Punctuation */ +.chroma .p { + color: #9399b2; +} + +/* NameProperty */ +/* LiteralString */ +.chroma .s { + color: #a6e3a1; +} + +/* LiteralStringSingle */ +.chroma .s1 { + color: #a6e3a1; +} + +/* LiteralStringDouble */ +.chroma .s2 { + color: #a6e3a1; +} + +/* LiteralStringAffix */ +.chroma .sa { + color: #a6e3a1; +} + +/* LiteralStringBacktick */ +.chroma .sb { + color: #a6e3a1; +} + +/* LiteralStringChar */ +.chroma .sc { + color: #a6e3a1; +} + +/* LiteralStringDoc */ +.chroma .sd { + color: #a6e3a1; +} + +/* LiteralStringEscape */ +.chroma .se { + color: #89b4fa; +} + +/* LiteralStringHeredoc */ +.chroma .sh { + color: #a6e3a1; +} + +/* LiteralStringInterpol */ +.chroma .si { + color: #a6e3a1; +} + +/* LiteralStringRegex */ +.chroma .sr { + color: #89b4fa; +} + +/* LiteralStringSymbol */ +.chroma .ss { + color: #a6e3a1; +} + +/* LiteralStringOther */ +.chroma .sx { + color: #a6e3a1; +} + +/* NameVariableClass */ +.chroma .vc { + color: #f9e2af; +} + +/* NameVariableGlobal */ +.chroma .vg { + color: #fab387; +} + +/* NameVariableInstance */ +.chroma .vi { + color: #f9e2af; +} + +/* NameVariableMagic */ +/* TextWhitespace */ +.chroma .w { + color: #313244; +} + +.CodeMirror .cm-property, +.CodeMirror.cm-s-default .cm-property, +.CodeMirror.cm-s-paper .cm-property { + color: #cdd6f4; +} +.CodeMirror .cm-header, +.CodeMirror.cm-s-default .cm-header, +.CodeMirror.cm-s-paper .cm-header { + color: #cdd6f4; +} +.CodeMirror .cm-quote, +.CodeMirror.cm-s-default .cm-quote, +.CodeMirror.cm-s-paper .cm-quote { + color: #a6e3a1; +} +.CodeMirror .cm-keyword, +.CodeMirror.cm-s-default .cm-keyword, +.CodeMirror.cm-s-paper .cm-keyword { + color: #cba6f7; +} +.CodeMirror .cm-atom, +.CodeMirror.cm-s-default .cm-atom, +.CodeMirror.cm-s-paper .cm-atom { + color: #f38ba8; +} +.CodeMirror .cm-number, +.CodeMirror.cm-s-default .cm-number, +.CodeMirror.cm-s-paper .cm-number { + color: #fab387; +} +.CodeMirror .cm-def, +.CodeMirror.cm-s-default .cm-def, +.CodeMirror.cm-s-paper .cm-def { + color: #cdd6f4; +} +.CodeMirror .cm-variable-2, +.CodeMirror.cm-s-default .cm-variable-2, +.CodeMirror.cm-s-paper .cm-variable-2 { + color: #89dceb; +} +.CodeMirror .cm-variable-3, +.CodeMirror.cm-s-default .cm-variable-3, +.CodeMirror.cm-s-paper .cm-variable-3 { + color: #94e2d5; +} +.CodeMirror .cm-comment, +.CodeMirror.cm-s-default .cm-comment, +.CodeMirror.cm-s-paper .cm-comment { + color: #585b70; +} +.CodeMirror .cm-string, +.CodeMirror.cm-s-default .cm-string, +.CodeMirror.cm-s-paper .cm-string { + color: #a6e3a1; +} +.CodeMirror .cm-string-2, +.CodeMirror.cm-s-default .cm-string-2, +.CodeMirror.cm-s-paper .cm-string-2 { + color: #a6e3a1; +} +.CodeMirror .cm-meta, +.CodeMirror.cm-s-default .cm-meta, +.CodeMirror.cm-s-paper .cm-meta { + color: #fab387; +} +.CodeMirror .cm-qualifier, +.CodeMirror.cm-s-default .cm-qualifier, +.CodeMirror.cm-s-paper .cm-qualifier { + color: #fab387; +} +.CodeMirror .cm-builtin, +.CodeMirror.cm-s-default .cm-builtin, +.CodeMirror.cm-s-paper .cm-builtin { + color: #fab387; +} +.CodeMirror .cm-bracket, +.CodeMirror.cm-s-default .cm-bracket, +.CodeMirror.cm-s-paper .cm-bracket { + color: #cdd6f4; +} +.CodeMirror .cm-tag, +.CodeMirror.cm-s-default .cm-tag, +.CodeMirror.cm-s-paper .cm-tag { + color: #f9e2af; +} +.CodeMirror .cm-attribute, +.CodeMirror.cm-s-default .cm-attribute, +.CodeMirror.cm-s-paper .cm-attribute { + color: #f9e2af; +} +.CodeMirror .cm-hr, +.CodeMirror.cm-s-default .cm-hr, +.CodeMirror.cm-s-paper .cm-hr { + color: #9399b2; +} +.CodeMirror .cm-url, +.CodeMirror.cm-s-default .cm-url, +.CodeMirror.cm-s-paper .cm-url { + color: #89b4fa; +} +.CodeMirror .cm-link, +.CodeMirror.cm-s-default .cm-link, +.CodeMirror.cm-s-paper .cm-link { + color: #89b4fa; +} +.CodeMirror .cm-error, +.CodeMirror.cm-s-default .cm-error, +.CodeMirror.cm-s-paper .cm-error { + color: #f38ba8; +} + +.monaco-editor .selected-text { + background-color: #313244 !important; +} +.monaco-editor .margin-view-overlays .line-numbers { + color: #a6adc8 !important; +} +.monaco-editor .line-numbers.active-line-number { + color: #a6e3a1 !important; +} +.monaco-editor .view-overlays .current-line, +.monaco-editor .margin-view-overlays .current-line-margin { + background-color: rgb(42.16, 42.8, 60.08) !important; +} +.monaco-editor .mtk1 { + color: #cdd6f4 !important; +} +.monaco-editor .mtk2 { + color: #ff69b4 !important; +} +.monaco-editor .mtk3 { + color: #fab387 !important; +} +.monaco-editor .mtk4 { + color: #94e2d5 !important; +} +.monaco-editor .mtk5 { + color: #cdd6f4 !important; +} +.monaco-editor .mtk6 { + color: #cba6f7 !important; +} +.monaco-editor .mtk7 { + color: #fab387 !important; +} +.monaco-editor .mtk8 { + color: #9399b2 !important; +} +.monaco-editor .mtk9 { + color: #cba6f7 !important; +} +.monaco-editor .mtk10 { + color: #a6adc8 !important; +} +.monaco-editor .mtk11 { + color: #94e2d5 !important; +} +.monaco-editor .mtk12 { + color: #94e2d5 !important; +} +.monaco-editor .mtk13 { + color: #ff69b4 !important; +} +.monaco-editor .mtk14 { + color: #ff69b4 !important; +} +.monaco-editor .mtk15 { + color: #cba6f7 !important; +} +.monaco-editor .mtk16 { + color: #9399b2 !important; +} +.monaco-editor .mtk17 { + color: #ff69b4 !important; +} +.monaco-editor .mtk18 { + color: #ff69b4 !important; +} +.monaco-editor .mtk19 { + color: #94e2d5 !important; +} +.monaco-editor .mtk20 { + color: #ff69b4 !important; +} +.monaco-editor .mtk21 { + color: #a6e3a1 !important; +} +.monaco-editor .mtk22 { + color: #ff69b4 !important; +} +.monaco-editor .mtk23 { + color: #89b4fa !important; +} +.monaco-editor .mtk24 { + color: #fab387 !important; +} +.monaco-editor .mtk25 { + color: #f5c2e7 !important; +} +.monaco-editor .bracket-highlighting-0 { + color: rgb(227.8, 169, 198.4) !important; +} +.monaco-editor .bracket-highlighting-1 { + color: rgb(232, 193, 178.6) !important; +} +.monaco-editor .bracket-highlighting-2 { + color: rgb(231.4, 221.2, 202.6) !important; +} +.monaco-editor .bracket-highlighting-3 { + color: rgb(181.6, 221.8, 194.2) !important; +} +.monaco-editor .bracket-highlighting-4 { + color: rgb(164.2, 193.6, 247.6) !important; +} +.monaco-editor .bracket-highlighting-5 { + color: rgb(203.8, 185.2, 245.8) !important; +} \ No newline at end of file diff --git a/public/assets/css/theme-catppuccin-mocha-lavender.css b/public/assets/css/theme-catppuccin-mocha-lavender.css new file mode 100644 index 0000000..95be21a --- /dev/null +++ b/public/assets/css/theme-catppuccin-mocha-lavender.css @@ -0,0 +1,873 @@ +:root { + color-scheme: dark; + --is-dark-theme: true; + accent-color: #b4befe; + --color-primary: #b4befe; + --color-primary-contrast: #11111b; + --color-primary-hover: rgb(154.8355263158, 168.1907894737, 253.6644736842); + --color-primary-dark-1: rgb(164.9013157895, 176.9144736842, 253.7986842105); + --color-primary-dark-2: rgb(149.8026315789, 163.8289473684, 253.5973684211); + --color-primary-dark-3: rgb(134.7039473684, 150.7434210526, 253.3960526316); + --color-primary-dark-4: rgb(119.6052631579, 137.6578947368, 253.1947368421); + --color-primary-dark-5: rgb(104.5065789474, 124.5723684211, 252.9934210526); + --color-primary-dark-6: rgb(89.4078947368, 111.4868421053, 252.7921052632); + --color-primary-dark-7: rgb(74.3092105263, 98.4013157895, 252.5907894737); + --color-primary-light-1: rgb(195.0986842105, 203.0855263158, 254.2013157895); + --color-primary-light-2: rgb(210.1973684211, 216.1710526316, 254.4026315789); + --color-primary-light-3: rgb(225.2960526316, 229.2565789474, 254.6039473684); + --color-primary-light-4: rgb(240.3947368421, 242.3421052632, 254.8052631579); + --color-primary-light-5: hsl(231.8918918919, 97.3684210526%, 100.0980392157%); + --color-primary-light-6: hsl(231.8918918919, 97.3684210526%, 103.0980392157%); + --color-primary-light-7: hsl(231.8918918919, 97.3684210526%, 106.0980392157%); + --color-primary-alpha-10: rgba(180, 190, 254, 0.1); + --color-primary-alpha-20: rgba(180, 190, 254, 0.2); + --color-primary-alpha-30: rgba(180, 190, 254, 0.3); + --color-primary-alpha-40: rgba(180, 190, 254, 0.4); + --color-primary-alpha-50: rgba(180, 190, 254, 0.5); + --color-primary-alpha-60: rgba(180, 190, 254, 0.6); + --color-primary-alpha-70: rgba(180, 190, 254, 0.7); + --color-primary-alpha-80: rgba(180, 190, 254, 0.8); + --color-primary-alpha-90: rgba(180, 190, 254, 0.9); + --color-secondary: #45475a; + --color-secondary-dark-1: rgb(55.4076923077, 56.5384615385, 76.8923076923); + --color-secondary-dark-2: rgb(61.8153846154, 63.0769230769, 85.7846153846); + --color-secondary-dark-3: rgb(68.2230769231, 69.6153846154, 94.6769230769); + --color-secondary-dark-4: rgb(74.6307692308, 76.1538461538, 103.5692307692); + --color-secondary-dark-5: rgb(81.0384615385, 82.6923076923, 112.4615384615); + --color-secondary-dark-6: rgb(87.4461538462, 89.2307692308, 121.3538461538); + --color-secondary-dark-7: rgb(93.8538461538, 95.7692307692, 130.2461538462); + --color-secondary-dark-8: rgb(100.2615384615, 102.3076923077, 139.1384615385); + --color-secondary-dark-9: rgb(106.6692307692, 108.8461538462, 148.0307692308); + --color-secondary-dark-10: rgb(115.5128205128, 117.5641025641, 154.4871794872); + --color-secondary-dark-11: rgb(124.4051282051, 126.3256410256, 160.8948717949); + --color-secondary-dark-12: rgb(133.2974358974, 135.0871794872, 167.3025641026); + --color-secondary-dark-13: rgb(142.1897435897, 143.8487179487, 173.7102564103); + --color-secondary-light-1: rgb(42.5923076923, 43.4615384615, 59.1076923077); + --color-secondary-light-2: rgb(36.1846153846, 36.9230769231, 50.2153846154); + --color-secondary-light-3: rgb(29.7769230769, 30.3846153846, 41.3230769231); + --color-secondary-light-4: rgb(23.3692307692, 23.8461538462, 32.4307692308); + --color-secondary-alpha-10: rgba(49, 50, 68, 0.1); + --color-secondary-alpha-20: rgba(49, 50, 68, 0.2); + --color-secondary-alpha-30: rgba(49, 50, 68, 0.3); + --color-secondary-alpha-40: rgba(49, 50, 68, 0.4); + --color-secondary-alpha-50: rgba(49, 50, 68, 0.5); + --color-secondary-alpha-60: rgba(49, 50, 68, 0.6); + --color-secondary-alpha-70: rgba(49, 50, 68, 0.7); + --color-secondary-alpha-80: rgba(49, 50, 68, 0.8); + --color-secondary-alpha-90: rgba(49, 50, 68, 0.9); + /* colors */ + --color-red: #f38ba8; + --color-orange: #fab387; + --color-yellow: #f9e2af; + --color-olive: #a6e3a1; + --color-green: #a6e3a1; + --color-teal: #94e2d5; + --color-blue: #89b4fa; + --color-violet: #b4befe; + --color-purple: #cba6f7; + --color-pink: #f5c2e7; + --color-brown: #f2cdcd; + --color-grey: #9399b2; + --color-black: #181825; + /* light variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-light: rgb(238.21875, 92.78125, 133.3359375); + --color-orange-light: rgb(247.96, 147.992, 86.04); + --color-yellow-light: rgb(245.4418604651, 208.8023255814, 127.5581395349); + --color-olive-light: rgb(128.7950819672, 215.2950819672, 121.7049180328); + --color-green-light: rgb(128.7950819672, 215.2950819672, 121.7049180328); + --color-teal-light: rgb(107.875, 215.125, 197.25); + --color-blue-light: rgb(88.0731707317, 148.9024390244, 247.9268292683); + --color-violet-light: rgb(129.6710526316, 146.3815789474, 253.3289473684); + --color-purple-light: rgb(175.6597938144, 119.206185567, 242.793814433); + --color-pink-light: rgb(237.8169014085, 150.1830985915, 213.7605633803); + --color-brown-light: rgb(231.4761904762, 164.5238095238, 164.5238095238); + --color-grey-light: rgb(117.227027027, 124.8810810811, 156.772972973); + --color-black-light: rgb(3.9344262295, 3.9344262295, 6.0655737705); + /* dark 1 variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-dark-1: rgb(238.21875, 92.78125, 133.3359375); + --color-orange-dark-1: rgb(247.96, 147.992, 86.04); + --color-yellow-dark-1: rgb(245.4418604651, 208.8023255814, 127.5581395349); + --color-olive-dark-1: rgb(128.7950819672, 215.2950819672, 121.7049180328); + --color-green-dark-1: rgb(128.7950819672, 215.2950819672, 121.7049180328); + --color-teal-dark-1: rgb(107.875, 215.125, 197.25); + --color-blue-dark-1: rgb(88.0731707317, 148.9024390244, 247.9268292683); + --color-violet-dark-1: rgb(129.6710526316, 146.3815789474, 253.3289473684); + --color-purple-dark-1: rgb(175.6597938144, 119.206185567, 242.793814433); + --color-pink-dark-1: rgb(237.8169014085, 150.1830985915, 213.7605633803); + --color-brown-dark-1: rgb(231.4761904762, 164.5238095238, 164.5238095238); + --color-black-dark-1: rgb(3.9344262295, 3.9344262295, 6.0655737705); + /* dark 2 variants - produced via Sass scale-color(color, $lightness: -20%) */ + --color-red-dark-2: rgb(233.4375, 46.5625, 98.671875); + --color-orange-dark-2: rgb(245.92, 116.984, 37.08); + --color-yellow-dark-2: rgb(241.8837209302, 191.6046511628, 80.1162790698); + --color-olive-dark-2: rgb(91.5901639344, 203.5901639344, 82.4098360656); + --color-green-dark-2: rgb(91.5901639344, 203.5901639344, 82.4098360656); + --color-teal-dark-2: rgb(67.75, 204.25, 181.5); + --color-blue-dark-2: rgb(39.1463414634, 117.8048780488, 245.8536585366); + --color-violet-dark-2: rgb(79.3421052632, 102.7631578947, 252.6578947368); + --color-purple-dark-2: rgb(148.3195876289, 72.412371134, 238.587628866); + --color-pink-dark-2: rgb(230.6338028169, 106.3661971831, 196.5211267606); + --color-brown-dark-2: rgb(220.9523809524, 124.0476190476, 124.0476190476); + --color-black-dark-2: hsl(240, 21.3114754098%, -8.0392156863%); + /* other colors */ + --color-gold: #f5e0dc; + --color-white: #cdd6f4; + --color-diff-removed-word-bg: rgba(243, 139, 168, 0.15); + --color-diff-added-word-bg: rgba(166, 227, 161, 0.15); + --color-diff-removed-row-bg: rgba(243, 139, 168, 0.07); + --color-diff-moved-row-bg: rgba(249, 226, 175, 0.07); + --color-diff-added-row-bg: rgba(166, 227, 161, 0.07); + --color-diff-removed-row-border: rgba(243, 139, 168, 0.07); + --color-diff-moved-row-border: rgba(249, 226, 175, 0.07); + --color-diff-added-row-border: rgba(166, 227, 161, 0.07); + --color-diff-inactive: #9399b2; + --color-error-border: #f38ba8; + --color-error-bg: #f38ba8; + --color-error-bg-active: rgb(240.609375, 115.890625, 150.66796875); + --color-error-bg-hover: rgb(238.21875, 92.78125, 133.3359375); + --color-error-text: #11111b; + --color-success-border: rgb(128.7950819672, 215.2950819672, 121.7049180328); + --color-success-bg: #a6e3a1; + --color-success-text: #11111b; + --color-warning-border: rgb(245.4418604651, 208.8023255814, 127.5581395349); + --color-warning-bg: #f9e2af; + --color-warning-text: #11111b; + --color-info-border: rgb(88.0731707317, 148.9024390244, 247.9268292683); + --color-info-bg: #11111b; + --color-info-text: #cdd6f4; + --color-red-badge: rgb(238.21875, 92.78125, 133.3359375); + --color-red-badge-bg: #11111b; + --color-red-badge-hover-bg: rgb(240.609375, 115.890625, 150.66796875); + --color-green-badge: #a6e3a1; + --color-green-badge-bg: #a6e3a1; + --color-green-badge-hover-bg: rgb(147.3975409836, 221.1475409836, 141.3524590164); + --color-yellow-badge: #f9e2af; + --color-yellow-badge-bg: #11111b; + --color-yellow-badge-hover-bg: rgb(247.2209302326, 217.4011627907, 151.2790697674); + --color-orange-badge: #fab387; + --color-orange-badge-bg: #11111b; + --color-orange-badge-hover-bg: rgb(248.98, 163.496, 110.52); + --color-git: #fab387; + --color-highlight-bg: rgba(249, 226, 175, 0.15); + /* target-based colors */ + --color-body: #11111b; + --color-box-header: #181825; + --color-box-body: #181825; + --color-box-body-highlight: #313244; + --color-text-dark: #a6adc8; + --color-text: #cdd6f4; + --color-text-light: #bac2de; + --color-text-light-1: #bac2de; + --color-text-light-2: #bac2de; + --color-text-light-3: #bac2de; + --color-footer: #181825; + --color-timeline: #313244; + --color-input-text: #cdd6f4; + --color-input-background: #313244; + --color-input-toggle-background: #313244; + --color-input-border: #45475a; + --color-input-border-hover: #585b70; + --color-nav-bg: #181825; + --color-nav-hover-bg: var(--color-hover); + --color-navbar: #181825; + --color-navbar-transparent: rgba(17, 17, 27, 0); + --color-light: rgba(88, 91, 112, 0.3); + --color-light-mimic-enabled: rgba( + 0, + 0, + 0, + calc(40 / 255 * 222 / 255 / var(--opacity-disabled)) + ); + --color-light-border: #585b70; + --color-hover: rgba(108, 112, 134, 0.2); + --color-active: rgba(205, 214, 244, 0.1); + --color-menu: #313244; + --color-card: #313244; + --color-markup-table-row: rgba(205, 214, 244, 0.02); + --color-markup-code-block: rgba(205, 214, 244, 0.05); + --color-markup-code-inline: #313244; + --color-button: #313244; + --color-code-bg: #1e1e2e; + --color-code-sidebar-bg: #313244; + --color-shadow: rgba(17, 17, 27, 0.1); + --color-tooltip-bg: #313244; + --color-tooltip-text: var(--color-text); + --color-secondary-bg: #313244; + --color-text-focus: #cdd6f4; + --color-expand-button: #585b70; + --color-placeholder-text: #a6adc8; + --color-editor-line-highlight: var(--color-primary-light-5); + --color-project-board-bg: var(--color-secondary-light-2); + /* gitea source code: */ + /* should ideally be --color-text-dark, see go-gitea/gitea#15651 */ + --color-caret: var(--color-text); + --color-reaction-bg: rgba(205, 214, 244, 0.07); + --color-reaction-active-bg: var(--color-primary-alpha-40); + --color-header-wrapper: #181825; + --color-header-wrapper-transparent: rgba(24, 24, 37, 0); + --color-label-text: #11111b; + --color-label-bg: #b4befe; + --color-label-hover-bg: rgb(149.8026315789, 163.8289473684, 253.5973684211); + --color-label-active-bg: rgb(164.9013157895, 176.9144736842, 253.7986842105); + --color-accent: var(--color-primary-light-1); + --color-small-accent: var(--color-primary-light-5); + --color-active-line: #45475a; +} + +/* invert emojis that are hard to read otherwise */ +.emoji[aria-label="check mark"], +.emoji[aria-label="currency exchange"], +.emoji[aria-label="TOP arrow"], +.emoji[aria-label="END arrow"], +.emoji[aria-label="ON! arrow"], +.emoji[aria-label="SOON arrow"], +.emoji[aria-label="heavy dollar sign"], +.emoji[aria-label=copyright], +.emoji[aria-label=registered], +.emoji[aria-label="trade mark"], +.emoji[aria-label=multiply], +.emoji[aria-label=plus], +.emoji[aria-label=minus], +.emoji[aria-label=divide], +.emoji[aria-label="curly loop"], +.emoji[aria-label="double curly loop"], +.emoji[aria-label="wavy dash"], +.emoji[aria-label="paw prints"], +.emoji[aria-label="musical note"], +.emoji[aria-label="musical notes"] { + filter: invert(100%) hue-rotate(180deg); +} + +.ui.ui.ui.button:not(.inverted, .basic).primary, .ui.ui.ui.button:not(.inverted, .basic).green, .ui.ui.ui.button:not(.inverted, .basic).red, .ui.ui.ui.button:not(.inverted, .basic).teal, +.ui.ui.ui.label:not(.inverted, .basic).primary, +.ui.ui.ui.label:not(.inverted, .basic).green, +.ui.ui.ui.label:not(.inverted, .basic).red, +.ui.ui.ui.label:not(.inverted, .basic).teal { + color: #11111b; +} +.ui.ui.ui.button:not(.inverted, .basic).primary:hover, .ui.ui.ui.button:not(.inverted, .basic).green:hover, .ui.ui.ui.button:not(.inverted, .basic).red:hover, .ui.ui.ui.button:not(.inverted, .basic).teal:hover, +.ui.ui.ui.label:not(.inverted, .basic).primary:hover, +.ui.ui.ui.label:not(.inverted, .basic).green:hover, +.ui.ui.ui.label:not(.inverted, .basic).red:hover, +.ui.ui.ui.label:not(.inverted, .basic).teal:hover { + color: #1e1e2e; +} + +.ui.basic.modal { + background-color: #1e1e2e; +} + +.ui.commit-header-row .svg.gitea-lock ~ a { + color: #11111b; +} + +.ui.negative.message .header { + color: var(--color-error-text); +} + +.ui.sha.isSigned.isVerified .shortsha { + color: #11111b; +} +.ui.sha.isSigned.isVerified svg.gitea-lock { + fill: #11111b; +} + +.ui.basic.modal, +.ui.basic.modal > .header, +.ui.inverted.button { + color: #cdd6f4 !important; +} + +#repo-topics, +#topic_edit > .ui.selection.dropdown { + color: var(--color-label-text) !important; +} + +blockquote.attention-tip { + border-left-color: var(--color-success-bg); +} +blockquote.attention-warning { + border-left-color: var(--color-warning-bg); +} + +svg.attention-tip, +strong.attention-tip { + color: var(--color-success-bg); +} +svg.attention-warning, +strong.attention-warning { + color: var(--color-warning-bg); +} + +.inline-code-block { + color: #11111b; +} + +::selection { + background: rgba(180, 190, 254, 0.3) !important; +} + +/* NameBuiltinPseudo */ +.chroma .bp { + color: #fab387; +} + +/* Comment */ +.chroma .c { + color: #6c7086; +} + +/* CommentSingle */ +.chroma .c1 { + color: #6c7086; +} + +/* CommentHashbang */ +.chroma .ch { + color: #6c7086; +} + +/* CommentMultiline */ +.chroma .cm { + color: #6c7086; +} + +/* CommentPreproc */ +.chroma .cp { + color: #89b4fa; +} + +/* CommentPreprocFile */ +.chroma .cpf { + color: #89b4fa; +} + +/* CommentSpecial */ +.chroma .cs { + color: #6c7086; +} + +/* LiteralStringDelimiter */ +.chroma .dl { + color: #89b4fa; +} + +/* NameFunctionMagic */ +/* Generic */ +/* GenericDeleted */ +.chroma .gd { + color: #cdd6f4; + background-color: rgba(243, 139, 168, 0.15); +} + +/* GenericEmph */ +.chroma .ge { + font-style: italic; +} + +/* GenericHeading */ +.chroma .gh { + color: #89dceb; +} + +/* GenericInserted */ +.chroma .gi { + color: #cdd6f4; + background-color: rgba(166, 227, 161, 0.15); +} + +/* GenericUnderline */ +/* GenericOutput */ +.chroma .go { + color: #fab387; +} + +/* GenericPrompt */ +.chroma .gp { + color: #6c7086; + font-weight: bold; +} + +/* GenericError */ +.chroma .gr { + color: #eba0ac; +} + +/* GenericStrong */ +.chroma .gs { + font-weight: bold; +} + +/* GenericTraceback */ +.chroma .gt { + color: #eba0ac; +} + +/* GenericSubheading */ +.chroma .gu { + color: #89dceb; +} + +/* LiteralNumberIntegerLong */ +.chroma .il { + color: #fab387; +} + +/* Keyword */ +.chroma .k { + color: #cba6f7; +} + +/* KeywordConstant */ +.chroma .kc { + color: #f9e2af; +} + +/* KeywordDeclaration */ +.chroma .kd { + color: #cba6f7; +} + +/* KeywordNamespace */ +.chroma .kn { + color: #f9e2af; +} + +/* KeywordPseudo */ +.chroma .kp { + color: #cba6f7; + font-weight: bold; +} + +/* KeywordReserved */ +.chroma .kr { + color: #cba6f7; +} + +/* KeywordType */ +.chroma .kt { + color: #f9e2af; +} + +/* Literal */ +/* LiteralDate */ +/* LiteralNumber */ +.chroma .m { + color: #fab387; +} + +/* LiteralNumberBin */ +.chroma .mb { + color: #fab387; +} + +/* LiteralNumberFloat */ +.chroma .mf { + color: #fab387; +} + +/* LiteralNumberHex */ +.chroma .mh { + color: #fab387; +} + +/* LiteralNumberInteger */ +.chroma .mi { + color: #fab387; +} + +/* LiteralNumberOct */ +.chroma .mo { + color: #fab387; +} + +/* Name */ +.chroma .n { + color: #b4befe; +} + +/* NameAttribute */ +.chroma .na { + color: #f9e2af; +} + +/* NameBuiltin */ +.chroma .nb { + color: #fab387; +} + +/* NameClass */ +.chroma .nc { + color: #f9e2af; +} + +/* NameDecorator */ +.chroma .nd { + color: #f5c2e7; +} + +/* NameException */ +.chroma .ne { + color: #eba0ac; +} + +/* NameFunction */ +.chroma .nf { + color: #89b4fa; +} + +/* NameEntity */ +.chroma .ni { + color: #f5c2e7; +} + +/* NameLabel */ +.chroma .nl { + color: #f9e2af; +} + +/* NameNamespace */ +.chroma .nn { + color: #f9e2af; +} + +/* NameConstant */ +.chroma .no { + color: #f9e2af; +} + +/* NameTag */ +.chroma .nt { + color: #cba6f7; +} + +/* NameVariable */ +.chroma .nv { + color: #fab387; +} + +/* NameOther */ +.chroma .nx { + color: #fab387; +} + +/* Operator */ +.chroma .o { + color: #89dceb; +} + +/* OperatorWord */ +.chroma .ow { + color: #89dceb; + font-weight: bold; +} + +/* Punctuation */ +.chroma .p { + color: #9399b2; +} + +/* NameProperty */ +/* LiteralString */ +.chroma .s { + color: #a6e3a1; +} + +/* LiteralStringSingle */ +.chroma .s1 { + color: #a6e3a1; +} + +/* LiteralStringDouble */ +.chroma .s2 { + color: #a6e3a1; +} + +/* LiteralStringAffix */ +.chroma .sa { + color: #a6e3a1; +} + +/* LiteralStringBacktick */ +.chroma .sb { + color: #a6e3a1; +} + +/* LiteralStringChar */ +.chroma .sc { + color: #a6e3a1; +} + +/* LiteralStringDoc */ +.chroma .sd { + color: #a6e3a1; +} + +/* LiteralStringEscape */ +.chroma .se { + color: #89b4fa; +} + +/* LiteralStringHeredoc */ +.chroma .sh { + color: #a6e3a1; +} + +/* LiteralStringInterpol */ +.chroma .si { + color: #a6e3a1; +} + +/* LiteralStringRegex */ +.chroma .sr { + color: #89b4fa; +} + +/* LiteralStringSymbol */ +.chroma .ss { + color: #a6e3a1; +} + +/* LiteralStringOther */ +.chroma .sx { + color: #a6e3a1; +} + +/* NameVariableClass */ +.chroma .vc { + color: #f9e2af; +} + +/* NameVariableGlobal */ +.chroma .vg { + color: #fab387; +} + +/* NameVariableInstance */ +.chroma .vi { + color: #f9e2af; +} + +/* NameVariableMagic */ +/* TextWhitespace */ +.chroma .w { + color: #313244; +} + +.CodeMirror .cm-property, +.CodeMirror.cm-s-default .cm-property, +.CodeMirror.cm-s-paper .cm-property { + color: #cdd6f4; +} +.CodeMirror .cm-header, +.CodeMirror.cm-s-default .cm-header, +.CodeMirror.cm-s-paper .cm-header { + color: #cdd6f4; +} +.CodeMirror .cm-quote, +.CodeMirror.cm-s-default .cm-quote, +.CodeMirror.cm-s-paper .cm-quote { + color: #a6e3a1; +} +.CodeMirror .cm-keyword, +.CodeMirror.cm-s-default .cm-keyword, +.CodeMirror.cm-s-paper .cm-keyword { + color: #cba6f7; +} +.CodeMirror .cm-atom, +.CodeMirror.cm-s-default .cm-atom, +.CodeMirror.cm-s-paper .cm-atom { + color: #f38ba8; +} +.CodeMirror .cm-number, +.CodeMirror.cm-s-default .cm-number, +.CodeMirror.cm-s-paper .cm-number { + color: #fab387; +} +.CodeMirror .cm-def, +.CodeMirror.cm-s-default .cm-def, +.CodeMirror.cm-s-paper .cm-def { + color: #cdd6f4; +} +.CodeMirror .cm-variable-2, +.CodeMirror.cm-s-default .cm-variable-2, +.CodeMirror.cm-s-paper .cm-variable-2 { + color: #89dceb; +} +.CodeMirror .cm-variable-3, +.CodeMirror.cm-s-default .cm-variable-3, +.CodeMirror.cm-s-paper .cm-variable-3 { + color: #94e2d5; +} +.CodeMirror .cm-comment, +.CodeMirror.cm-s-default .cm-comment, +.CodeMirror.cm-s-paper .cm-comment { + color: #585b70; +} +.CodeMirror .cm-string, +.CodeMirror.cm-s-default .cm-string, +.CodeMirror.cm-s-paper .cm-string { + color: #a6e3a1; +} +.CodeMirror .cm-string-2, +.CodeMirror.cm-s-default .cm-string-2, +.CodeMirror.cm-s-paper .cm-string-2 { + color: #a6e3a1; +} +.CodeMirror .cm-meta, +.CodeMirror.cm-s-default .cm-meta, +.CodeMirror.cm-s-paper .cm-meta { + color: #fab387; +} +.CodeMirror .cm-qualifier, +.CodeMirror.cm-s-default .cm-qualifier, +.CodeMirror.cm-s-paper .cm-qualifier { + color: #fab387; +} +.CodeMirror .cm-builtin, +.CodeMirror.cm-s-default .cm-builtin, +.CodeMirror.cm-s-paper .cm-builtin { + color: #fab387; +} +.CodeMirror .cm-bracket, +.CodeMirror.cm-s-default .cm-bracket, +.CodeMirror.cm-s-paper .cm-bracket { + color: #cdd6f4; +} +.CodeMirror .cm-tag, +.CodeMirror.cm-s-default .cm-tag, +.CodeMirror.cm-s-paper .cm-tag { + color: #f9e2af; +} +.CodeMirror .cm-attribute, +.CodeMirror.cm-s-default .cm-attribute, +.CodeMirror.cm-s-paper .cm-attribute { + color: #f9e2af; +} +.CodeMirror .cm-hr, +.CodeMirror.cm-s-default .cm-hr, +.CodeMirror.cm-s-paper .cm-hr { + color: #9399b2; +} +.CodeMirror .cm-url, +.CodeMirror.cm-s-default .cm-url, +.CodeMirror.cm-s-paper .cm-url { + color: #89b4fa; +} +.CodeMirror .cm-link, +.CodeMirror.cm-s-default .cm-link, +.CodeMirror.cm-s-paper .cm-link { + color: #89b4fa; +} +.CodeMirror .cm-error, +.CodeMirror.cm-s-default .cm-error, +.CodeMirror.cm-s-paper .cm-error { + color: #f38ba8; +} + +.monaco-editor .selected-text { + background-color: #313244 !important; +} +.monaco-editor .margin-view-overlays .line-numbers { + color: #a6adc8 !important; +} +.monaco-editor .line-numbers.active-line-number { + color: #b4befe !important; +} +.monaco-editor .view-overlays .current-line, +.monaco-editor .margin-view-overlays .current-line-margin { + background-color: rgb(42.16, 42.8, 60.08) !important; +} +.monaco-editor .mtk1 { + color: #cdd6f4 !important; +} +.monaco-editor .mtk2 { + color: #ff69b4 !important; +} +.monaco-editor .mtk3 { + color: #fab387 !important; +} +.monaco-editor .mtk4 { + color: #94e2d5 !important; +} +.monaco-editor .mtk5 { + color: #cdd6f4 !important; +} +.monaco-editor .mtk6 { + color: #cba6f7 !important; +} +.monaco-editor .mtk7 { + color: #fab387 !important; +} +.monaco-editor .mtk8 { + color: #9399b2 !important; +} +.monaco-editor .mtk9 { + color: #cba6f7 !important; +} +.monaco-editor .mtk10 { + color: #a6adc8 !important; +} +.monaco-editor .mtk11 { + color: #94e2d5 !important; +} +.monaco-editor .mtk12 { + color: #94e2d5 !important; +} +.monaco-editor .mtk13 { + color: #ff69b4 !important; +} +.monaco-editor .mtk14 { + color: #ff69b4 !important; +} +.monaco-editor .mtk15 { + color: #cba6f7 !important; +} +.monaco-editor .mtk16 { + color: #9399b2 !important; +} +.monaco-editor .mtk17 { + color: #ff69b4 !important; +} +.monaco-editor .mtk18 { + color: #ff69b4 !important; +} +.monaco-editor .mtk19 { + color: #94e2d5 !important; +} +.monaco-editor .mtk20 { + color: #ff69b4 !important; +} +.monaco-editor .mtk21 { + color: #a6e3a1 !important; +} +.monaco-editor .mtk22 { + color: #ff69b4 !important; +} +.monaco-editor .mtk23 { + color: #89b4fa !important; +} +.monaco-editor .mtk24 { + color: #fab387 !important; +} +.monaco-editor .mtk25 { + color: #f5c2e7 !important; +} +.monaco-editor .bracket-highlighting-0 { + color: rgb(227.8, 169, 198.4) !important; +} +.monaco-editor .bracket-highlighting-1 { + color: rgb(232, 193, 178.6) !important; +} +.monaco-editor .bracket-highlighting-2 { + color: rgb(231.4, 221.2, 202.6) !important; +} +.monaco-editor .bracket-highlighting-3 { + color: rgb(181.6, 221.8, 194.2) !important; +} +.monaco-editor .bracket-highlighting-4 { + color: rgb(164.2, 193.6, 247.6) !important; +} +.monaco-editor .bracket-highlighting-5 { + color: rgb(203.8, 185.2, 245.8) !important; +} \ No newline at end of file diff --git a/public/assets/css/theme-catppuccin-mocha-maroon.css b/public/assets/css/theme-catppuccin-mocha-maroon.css new file mode 100644 index 0000000..515e92b --- /dev/null +++ b/public/assets/css/theme-catppuccin-mocha-maroon.css @@ -0,0 +1,873 @@ +:root { + color-scheme: dark; + --is-dark-theme: true; + accent-color: #eba0ac; + --color-primary: #eba0ac; + --color-primary-contrast: #11111b; + --color-primary-hover: rgb(230.5652173913, 138.9347826087, 153.5956521739); + --color-primary-dark-1: rgb(232.3391304348, 147.3608695652, 160.9573913043); + --color-primary-dark-2: rgb(229.6782608696, 134.7217391304, 149.9147826087); + --color-primary-dark-3: rgb(227.0173913043, 122.0826086957, 138.872173913); + --color-primary-dark-4: rgb(224.3565217391, 109.4434782609, 127.8295652174); + --color-primary-dark-5: rgb(221.6956521739, 96.8043478261, 116.7869565217); + --color-primary-dark-6: rgb(219.0347826087, 84.1652173913, 105.7443478261); + --color-primary-dark-7: rgb(216.3739130435, 71.5260869565, 94.7017391304); + --color-primary-light-1: rgb(237.6608695652, 172.6391304348, 183.0426086957); + --color-primary-light-2: rgb(240.3217391304, 185.2782608696, 194.0852173913); + --color-primary-light-3: rgb(242.9826086957, 197.9173913043, 205.127826087); + --color-primary-light-4: rgb(245.6434782609, 210.5565217391, 216.1704347826); + --color-primary-light-5: rgb(248.3043478261, 223.1956521739, 227.2130434783); + --color-primary-light-6: rgb(250.9652173913, 235.8347826087, 238.2556521739); + --color-primary-light-7: rgb(253.6260869565, 248.4739130435, 249.2982608696); + --color-primary-alpha-10: rgba(235, 160, 172, 0.1); + --color-primary-alpha-20: rgba(235, 160, 172, 0.2); + --color-primary-alpha-30: rgba(235, 160, 172, 0.3); + --color-primary-alpha-40: rgba(235, 160, 172, 0.4); + --color-primary-alpha-50: rgba(235, 160, 172, 0.5); + --color-primary-alpha-60: rgba(235, 160, 172, 0.6); + --color-primary-alpha-70: rgba(235, 160, 172, 0.7); + --color-primary-alpha-80: rgba(235, 160, 172, 0.8); + --color-primary-alpha-90: rgba(235, 160, 172, 0.9); + --color-secondary: #45475a; + --color-secondary-dark-1: rgb(55.4076923077, 56.5384615385, 76.8923076923); + --color-secondary-dark-2: rgb(61.8153846154, 63.0769230769, 85.7846153846); + --color-secondary-dark-3: rgb(68.2230769231, 69.6153846154, 94.6769230769); + --color-secondary-dark-4: rgb(74.6307692308, 76.1538461538, 103.5692307692); + --color-secondary-dark-5: rgb(81.0384615385, 82.6923076923, 112.4615384615); + --color-secondary-dark-6: rgb(87.4461538462, 89.2307692308, 121.3538461538); + --color-secondary-dark-7: rgb(93.8538461538, 95.7692307692, 130.2461538462); + --color-secondary-dark-8: rgb(100.2615384615, 102.3076923077, 139.1384615385); + --color-secondary-dark-9: rgb(106.6692307692, 108.8461538462, 148.0307692308); + --color-secondary-dark-10: rgb(115.5128205128, 117.5641025641, 154.4871794872); + --color-secondary-dark-11: rgb(124.4051282051, 126.3256410256, 160.8948717949); + --color-secondary-dark-12: rgb(133.2974358974, 135.0871794872, 167.3025641026); + --color-secondary-dark-13: rgb(142.1897435897, 143.8487179487, 173.7102564103); + --color-secondary-light-1: rgb(42.5923076923, 43.4615384615, 59.1076923077); + --color-secondary-light-2: rgb(36.1846153846, 36.9230769231, 50.2153846154); + --color-secondary-light-3: rgb(29.7769230769, 30.3846153846, 41.3230769231); + --color-secondary-light-4: rgb(23.3692307692, 23.8461538462, 32.4307692308); + --color-secondary-alpha-10: rgba(49, 50, 68, 0.1); + --color-secondary-alpha-20: rgba(49, 50, 68, 0.2); + --color-secondary-alpha-30: rgba(49, 50, 68, 0.3); + --color-secondary-alpha-40: rgba(49, 50, 68, 0.4); + --color-secondary-alpha-50: rgba(49, 50, 68, 0.5); + --color-secondary-alpha-60: rgba(49, 50, 68, 0.6); + --color-secondary-alpha-70: rgba(49, 50, 68, 0.7); + --color-secondary-alpha-80: rgba(49, 50, 68, 0.8); + --color-secondary-alpha-90: rgba(49, 50, 68, 0.9); + /* colors */ + --color-red: #f38ba8; + --color-orange: #fab387; + --color-yellow: #f9e2af; + --color-olive: #a6e3a1; + --color-green: #a6e3a1; + --color-teal: #94e2d5; + --color-blue: #89b4fa; + --color-violet: #b4befe; + --color-purple: #cba6f7; + --color-pink: #f5c2e7; + --color-brown: #f2cdcd; + --color-grey: #9399b2; + --color-black: #181825; + /* light variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-light: rgb(238.21875, 92.78125, 133.3359375); + --color-orange-light: rgb(247.96, 147.992, 86.04); + --color-yellow-light: rgb(245.4418604651, 208.8023255814, 127.5581395349); + --color-olive-light: rgb(128.7950819672, 215.2950819672, 121.7049180328); + --color-green-light: rgb(128.7950819672, 215.2950819672, 121.7049180328); + --color-teal-light: rgb(107.875, 215.125, 197.25); + --color-blue-light: rgb(88.0731707317, 148.9024390244, 247.9268292683); + --color-violet-light: rgb(129.6710526316, 146.3815789474, 253.3289473684); + --color-purple-light: rgb(175.6597938144, 119.206185567, 242.793814433); + --color-pink-light: rgb(237.8169014085, 150.1830985915, 213.7605633803); + --color-brown-light: rgb(231.4761904762, 164.5238095238, 164.5238095238); + --color-grey-light: rgb(117.227027027, 124.8810810811, 156.772972973); + --color-black-light: rgb(3.9344262295, 3.9344262295, 6.0655737705); + /* dark 1 variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-dark-1: rgb(238.21875, 92.78125, 133.3359375); + --color-orange-dark-1: rgb(247.96, 147.992, 86.04); + --color-yellow-dark-1: rgb(245.4418604651, 208.8023255814, 127.5581395349); + --color-olive-dark-1: rgb(128.7950819672, 215.2950819672, 121.7049180328); + --color-green-dark-1: rgb(128.7950819672, 215.2950819672, 121.7049180328); + --color-teal-dark-1: rgb(107.875, 215.125, 197.25); + --color-blue-dark-1: rgb(88.0731707317, 148.9024390244, 247.9268292683); + --color-violet-dark-1: rgb(129.6710526316, 146.3815789474, 253.3289473684); + --color-purple-dark-1: rgb(175.6597938144, 119.206185567, 242.793814433); + --color-pink-dark-1: rgb(237.8169014085, 150.1830985915, 213.7605633803); + --color-brown-dark-1: rgb(231.4761904762, 164.5238095238, 164.5238095238); + --color-black-dark-1: rgb(3.9344262295, 3.9344262295, 6.0655737705); + /* dark 2 variants - produced via Sass scale-color(color, $lightness: -20%) */ + --color-red-dark-2: rgb(233.4375, 46.5625, 98.671875); + --color-orange-dark-2: rgb(245.92, 116.984, 37.08); + --color-yellow-dark-2: rgb(241.8837209302, 191.6046511628, 80.1162790698); + --color-olive-dark-2: rgb(91.5901639344, 203.5901639344, 82.4098360656); + --color-green-dark-2: rgb(91.5901639344, 203.5901639344, 82.4098360656); + --color-teal-dark-2: rgb(67.75, 204.25, 181.5); + --color-blue-dark-2: rgb(39.1463414634, 117.8048780488, 245.8536585366); + --color-violet-dark-2: rgb(79.3421052632, 102.7631578947, 252.6578947368); + --color-purple-dark-2: rgb(148.3195876289, 72.412371134, 238.587628866); + --color-pink-dark-2: rgb(230.6338028169, 106.3661971831, 196.5211267606); + --color-brown-dark-2: rgb(220.9523809524, 124.0476190476, 124.0476190476); + --color-black-dark-2: hsl(240, 21.3114754098%, -8.0392156863%); + /* other colors */ + --color-gold: #f5e0dc; + --color-white: #cdd6f4; + --color-diff-removed-word-bg: rgba(243, 139, 168, 0.15); + --color-diff-added-word-bg: rgba(166, 227, 161, 0.15); + --color-diff-removed-row-bg: rgba(243, 139, 168, 0.07); + --color-diff-moved-row-bg: rgba(249, 226, 175, 0.07); + --color-diff-added-row-bg: rgba(166, 227, 161, 0.07); + --color-diff-removed-row-border: rgba(243, 139, 168, 0.07); + --color-diff-moved-row-border: rgba(249, 226, 175, 0.07); + --color-diff-added-row-border: rgba(166, 227, 161, 0.07); + --color-diff-inactive: #9399b2; + --color-error-border: #f38ba8; + --color-error-bg: #f38ba8; + --color-error-bg-active: rgb(240.609375, 115.890625, 150.66796875); + --color-error-bg-hover: rgb(238.21875, 92.78125, 133.3359375); + --color-error-text: #11111b; + --color-success-border: rgb(128.7950819672, 215.2950819672, 121.7049180328); + --color-success-bg: #a6e3a1; + --color-success-text: #11111b; + --color-warning-border: rgb(245.4418604651, 208.8023255814, 127.5581395349); + --color-warning-bg: #f9e2af; + --color-warning-text: #11111b; + --color-info-border: rgb(88.0731707317, 148.9024390244, 247.9268292683); + --color-info-bg: #11111b; + --color-info-text: #cdd6f4; + --color-red-badge: rgb(238.21875, 92.78125, 133.3359375); + --color-red-badge-bg: #11111b; + --color-red-badge-hover-bg: rgb(240.609375, 115.890625, 150.66796875); + --color-green-badge: #a6e3a1; + --color-green-badge-bg: #a6e3a1; + --color-green-badge-hover-bg: rgb(147.3975409836, 221.1475409836, 141.3524590164); + --color-yellow-badge: #f9e2af; + --color-yellow-badge-bg: #11111b; + --color-yellow-badge-hover-bg: rgb(247.2209302326, 217.4011627907, 151.2790697674); + --color-orange-badge: #fab387; + --color-orange-badge-bg: #11111b; + --color-orange-badge-hover-bg: rgb(248.98, 163.496, 110.52); + --color-git: #fab387; + --color-highlight-bg: rgba(249, 226, 175, 0.15); + /* target-based colors */ + --color-body: #11111b; + --color-box-header: #181825; + --color-box-body: #181825; + --color-box-body-highlight: #313244; + --color-text-dark: #a6adc8; + --color-text: #cdd6f4; + --color-text-light: #bac2de; + --color-text-light-1: #bac2de; + --color-text-light-2: #bac2de; + --color-text-light-3: #bac2de; + --color-footer: #181825; + --color-timeline: #313244; + --color-input-text: #cdd6f4; + --color-input-background: #313244; + --color-input-toggle-background: #313244; + --color-input-border: #45475a; + --color-input-border-hover: #585b70; + --color-nav-bg: #181825; + --color-nav-hover-bg: var(--color-hover); + --color-navbar: #181825; + --color-navbar-transparent: rgba(17, 17, 27, 0); + --color-light: rgba(88, 91, 112, 0.3); + --color-light-mimic-enabled: rgba( + 0, + 0, + 0, + calc(40 / 255 * 222 / 255 / var(--opacity-disabled)) + ); + --color-light-border: #585b70; + --color-hover: rgba(108, 112, 134, 0.2); + --color-active: rgba(205, 214, 244, 0.1); + --color-menu: #313244; + --color-card: #313244; + --color-markup-table-row: rgba(205, 214, 244, 0.02); + --color-markup-code-block: rgba(205, 214, 244, 0.05); + --color-markup-code-inline: #313244; + --color-button: #313244; + --color-code-bg: #1e1e2e; + --color-code-sidebar-bg: #313244; + --color-shadow: rgba(17, 17, 27, 0.1); + --color-tooltip-bg: #313244; + --color-tooltip-text: var(--color-text); + --color-secondary-bg: #313244; + --color-text-focus: #cdd6f4; + --color-expand-button: #585b70; + --color-placeholder-text: #a6adc8; + --color-editor-line-highlight: var(--color-primary-light-5); + --color-project-board-bg: var(--color-secondary-light-2); + /* gitea source code: */ + /* should ideally be --color-text-dark, see go-gitea/gitea#15651 */ + --color-caret: var(--color-text); + --color-reaction-bg: rgba(205, 214, 244, 0.07); + --color-reaction-active-bg: var(--color-primary-alpha-40); + --color-header-wrapper: #181825; + --color-header-wrapper-transparent: rgba(24, 24, 37, 0); + --color-label-text: #11111b; + --color-label-bg: #eba0ac; + --color-label-hover-bg: rgb(229.6782608696, 134.7217391304, 149.9147826087); + --color-label-active-bg: rgb(232.3391304348, 147.3608695652, 160.9573913043); + --color-accent: var(--color-primary-light-1); + --color-small-accent: var(--color-primary-light-5); + --color-active-line: #45475a; +} + +/* invert emojis that are hard to read otherwise */ +.emoji[aria-label="check mark"], +.emoji[aria-label="currency exchange"], +.emoji[aria-label="TOP arrow"], +.emoji[aria-label="END arrow"], +.emoji[aria-label="ON! arrow"], +.emoji[aria-label="SOON arrow"], +.emoji[aria-label="heavy dollar sign"], +.emoji[aria-label=copyright], +.emoji[aria-label=registered], +.emoji[aria-label="trade mark"], +.emoji[aria-label=multiply], +.emoji[aria-label=plus], +.emoji[aria-label=minus], +.emoji[aria-label=divide], +.emoji[aria-label="curly loop"], +.emoji[aria-label="double curly loop"], +.emoji[aria-label="wavy dash"], +.emoji[aria-label="paw prints"], +.emoji[aria-label="musical note"], +.emoji[aria-label="musical notes"] { + filter: invert(100%) hue-rotate(180deg); +} + +.ui.ui.ui.button:not(.inverted, .basic).primary, .ui.ui.ui.button:not(.inverted, .basic).green, .ui.ui.ui.button:not(.inverted, .basic).red, .ui.ui.ui.button:not(.inverted, .basic).teal, +.ui.ui.ui.label:not(.inverted, .basic).primary, +.ui.ui.ui.label:not(.inverted, .basic).green, +.ui.ui.ui.label:not(.inverted, .basic).red, +.ui.ui.ui.label:not(.inverted, .basic).teal { + color: #11111b; +} +.ui.ui.ui.button:not(.inverted, .basic).primary:hover, .ui.ui.ui.button:not(.inverted, .basic).green:hover, .ui.ui.ui.button:not(.inverted, .basic).red:hover, .ui.ui.ui.button:not(.inverted, .basic).teal:hover, +.ui.ui.ui.label:not(.inverted, .basic).primary:hover, +.ui.ui.ui.label:not(.inverted, .basic).green:hover, +.ui.ui.ui.label:not(.inverted, .basic).red:hover, +.ui.ui.ui.label:not(.inverted, .basic).teal:hover { + color: #1e1e2e; +} + +.ui.basic.modal { + background-color: #1e1e2e; +} + +.ui.commit-header-row .svg.gitea-lock ~ a { + color: #11111b; +} + +.ui.negative.message .header { + color: var(--color-error-text); +} + +.ui.sha.isSigned.isVerified .shortsha { + color: #11111b; +} +.ui.sha.isSigned.isVerified svg.gitea-lock { + fill: #11111b; +} + +.ui.basic.modal, +.ui.basic.modal > .header, +.ui.inverted.button { + color: #cdd6f4 !important; +} + +#repo-topics, +#topic_edit > .ui.selection.dropdown { + color: var(--color-label-text) !important; +} + +blockquote.attention-tip { + border-left-color: var(--color-success-bg); +} +blockquote.attention-warning { + border-left-color: var(--color-warning-bg); +} + +svg.attention-tip, +strong.attention-tip { + color: var(--color-success-bg); +} +svg.attention-warning, +strong.attention-warning { + color: var(--color-warning-bg); +} + +.inline-code-block { + color: #11111b; +} + +::selection { + background: rgba(235, 160, 172, 0.3) !important; +} + +/* NameBuiltinPseudo */ +.chroma .bp { + color: #fab387; +} + +/* Comment */ +.chroma .c { + color: #6c7086; +} + +/* CommentSingle */ +.chroma .c1 { + color: #6c7086; +} + +/* CommentHashbang */ +.chroma .ch { + color: #6c7086; +} + +/* CommentMultiline */ +.chroma .cm { + color: #6c7086; +} + +/* CommentPreproc */ +.chroma .cp { + color: #89b4fa; +} + +/* CommentPreprocFile */ +.chroma .cpf { + color: #89b4fa; +} + +/* CommentSpecial */ +.chroma .cs { + color: #6c7086; +} + +/* LiteralStringDelimiter */ +.chroma .dl { + color: #89b4fa; +} + +/* NameFunctionMagic */ +/* Generic */ +/* GenericDeleted */ +.chroma .gd { + color: #cdd6f4; + background-color: rgba(243, 139, 168, 0.15); +} + +/* GenericEmph */ +.chroma .ge { + font-style: italic; +} + +/* GenericHeading */ +.chroma .gh { + color: #89dceb; +} + +/* GenericInserted */ +.chroma .gi { + color: #cdd6f4; + background-color: rgba(166, 227, 161, 0.15); +} + +/* GenericUnderline */ +/* GenericOutput */ +.chroma .go { + color: #fab387; +} + +/* GenericPrompt */ +.chroma .gp { + color: #6c7086; + font-weight: bold; +} + +/* GenericError */ +.chroma .gr { + color: #eba0ac; +} + +/* GenericStrong */ +.chroma .gs { + font-weight: bold; +} + +/* GenericTraceback */ +.chroma .gt { + color: #eba0ac; +} + +/* GenericSubheading */ +.chroma .gu { + color: #89dceb; +} + +/* LiteralNumberIntegerLong */ +.chroma .il { + color: #fab387; +} + +/* Keyword */ +.chroma .k { + color: #cba6f7; +} + +/* KeywordConstant */ +.chroma .kc { + color: #f9e2af; +} + +/* KeywordDeclaration */ +.chroma .kd { + color: #cba6f7; +} + +/* KeywordNamespace */ +.chroma .kn { + color: #f9e2af; +} + +/* KeywordPseudo */ +.chroma .kp { + color: #cba6f7; + font-weight: bold; +} + +/* KeywordReserved */ +.chroma .kr { + color: #cba6f7; +} + +/* KeywordType */ +.chroma .kt { + color: #f9e2af; +} + +/* Literal */ +/* LiteralDate */ +/* LiteralNumber */ +.chroma .m { + color: #fab387; +} + +/* LiteralNumberBin */ +.chroma .mb { + color: #fab387; +} + +/* LiteralNumberFloat */ +.chroma .mf { + color: #fab387; +} + +/* LiteralNumberHex */ +.chroma .mh { + color: #fab387; +} + +/* LiteralNumberInteger */ +.chroma .mi { + color: #fab387; +} + +/* LiteralNumberOct */ +.chroma .mo { + color: #fab387; +} + +/* Name */ +.chroma .n { + color: #b4befe; +} + +/* NameAttribute */ +.chroma .na { + color: #f9e2af; +} + +/* NameBuiltin */ +.chroma .nb { + color: #fab387; +} + +/* NameClass */ +.chroma .nc { + color: #f9e2af; +} + +/* NameDecorator */ +.chroma .nd { + color: #f5c2e7; +} + +/* NameException */ +.chroma .ne { + color: #eba0ac; +} + +/* NameFunction */ +.chroma .nf { + color: #89b4fa; +} + +/* NameEntity */ +.chroma .ni { + color: #f5c2e7; +} + +/* NameLabel */ +.chroma .nl { + color: #f9e2af; +} + +/* NameNamespace */ +.chroma .nn { + color: #f9e2af; +} + +/* NameConstant */ +.chroma .no { + color: #f9e2af; +} + +/* NameTag */ +.chroma .nt { + color: #cba6f7; +} + +/* NameVariable */ +.chroma .nv { + color: #fab387; +} + +/* NameOther */ +.chroma .nx { + color: #fab387; +} + +/* Operator */ +.chroma .o { + color: #89dceb; +} + +/* OperatorWord */ +.chroma .ow { + color: #89dceb; + font-weight: bold; +} + +/* Punctuation */ +.chroma .p { + color: #9399b2; +} + +/* NameProperty */ +/* LiteralString */ +.chroma .s { + color: #a6e3a1; +} + +/* LiteralStringSingle */ +.chroma .s1 { + color: #a6e3a1; +} + +/* LiteralStringDouble */ +.chroma .s2 { + color: #a6e3a1; +} + +/* LiteralStringAffix */ +.chroma .sa { + color: #a6e3a1; +} + +/* LiteralStringBacktick */ +.chroma .sb { + color: #a6e3a1; +} + +/* LiteralStringChar */ +.chroma .sc { + color: #a6e3a1; +} + +/* LiteralStringDoc */ +.chroma .sd { + color: #a6e3a1; +} + +/* LiteralStringEscape */ +.chroma .se { + color: #89b4fa; +} + +/* LiteralStringHeredoc */ +.chroma .sh { + color: #a6e3a1; +} + +/* LiteralStringInterpol */ +.chroma .si { + color: #a6e3a1; +} + +/* LiteralStringRegex */ +.chroma .sr { + color: #89b4fa; +} + +/* LiteralStringSymbol */ +.chroma .ss { + color: #a6e3a1; +} + +/* LiteralStringOther */ +.chroma .sx { + color: #a6e3a1; +} + +/* NameVariableClass */ +.chroma .vc { + color: #f9e2af; +} + +/* NameVariableGlobal */ +.chroma .vg { + color: #fab387; +} + +/* NameVariableInstance */ +.chroma .vi { + color: #f9e2af; +} + +/* NameVariableMagic */ +/* TextWhitespace */ +.chroma .w { + color: #313244; +} + +.CodeMirror .cm-property, +.CodeMirror.cm-s-default .cm-property, +.CodeMirror.cm-s-paper .cm-property { + color: #cdd6f4; +} +.CodeMirror .cm-header, +.CodeMirror.cm-s-default .cm-header, +.CodeMirror.cm-s-paper .cm-header { + color: #cdd6f4; +} +.CodeMirror .cm-quote, +.CodeMirror.cm-s-default .cm-quote, +.CodeMirror.cm-s-paper .cm-quote { + color: #a6e3a1; +} +.CodeMirror .cm-keyword, +.CodeMirror.cm-s-default .cm-keyword, +.CodeMirror.cm-s-paper .cm-keyword { + color: #cba6f7; +} +.CodeMirror .cm-atom, +.CodeMirror.cm-s-default .cm-atom, +.CodeMirror.cm-s-paper .cm-atom { + color: #f38ba8; +} +.CodeMirror .cm-number, +.CodeMirror.cm-s-default .cm-number, +.CodeMirror.cm-s-paper .cm-number { + color: #fab387; +} +.CodeMirror .cm-def, +.CodeMirror.cm-s-default .cm-def, +.CodeMirror.cm-s-paper .cm-def { + color: #cdd6f4; +} +.CodeMirror .cm-variable-2, +.CodeMirror.cm-s-default .cm-variable-2, +.CodeMirror.cm-s-paper .cm-variable-2 { + color: #89dceb; +} +.CodeMirror .cm-variable-3, +.CodeMirror.cm-s-default .cm-variable-3, +.CodeMirror.cm-s-paper .cm-variable-3 { + color: #94e2d5; +} +.CodeMirror .cm-comment, +.CodeMirror.cm-s-default .cm-comment, +.CodeMirror.cm-s-paper .cm-comment { + color: #585b70; +} +.CodeMirror .cm-string, +.CodeMirror.cm-s-default .cm-string, +.CodeMirror.cm-s-paper .cm-string { + color: #a6e3a1; +} +.CodeMirror .cm-string-2, +.CodeMirror.cm-s-default .cm-string-2, +.CodeMirror.cm-s-paper .cm-string-2 { + color: #a6e3a1; +} +.CodeMirror .cm-meta, +.CodeMirror.cm-s-default .cm-meta, +.CodeMirror.cm-s-paper .cm-meta { + color: #fab387; +} +.CodeMirror .cm-qualifier, +.CodeMirror.cm-s-default .cm-qualifier, +.CodeMirror.cm-s-paper .cm-qualifier { + color: #fab387; +} +.CodeMirror .cm-builtin, +.CodeMirror.cm-s-default .cm-builtin, +.CodeMirror.cm-s-paper .cm-builtin { + color: #fab387; +} +.CodeMirror .cm-bracket, +.CodeMirror.cm-s-default .cm-bracket, +.CodeMirror.cm-s-paper .cm-bracket { + color: #cdd6f4; +} +.CodeMirror .cm-tag, +.CodeMirror.cm-s-default .cm-tag, +.CodeMirror.cm-s-paper .cm-tag { + color: #f9e2af; +} +.CodeMirror .cm-attribute, +.CodeMirror.cm-s-default .cm-attribute, +.CodeMirror.cm-s-paper .cm-attribute { + color: #f9e2af; +} +.CodeMirror .cm-hr, +.CodeMirror.cm-s-default .cm-hr, +.CodeMirror.cm-s-paper .cm-hr { + color: #9399b2; +} +.CodeMirror .cm-url, +.CodeMirror.cm-s-default .cm-url, +.CodeMirror.cm-s-paper .cm-url { + color: #89b4fa; +} +.CodeMirror .cm-link, +.CodeMirror.cm-s-default .cm-link, +.CodeMirror.cm-s-paper .cm-link { + color: #89b4fa; +} +.CodeMirror .cm-error, +.CodeMirror.cm-s-default .cm-error, +.CodeMirror.cm-s-paper .cm-error { + color: #f38ba8; +} + +.monaco-editor .selected-text { + background-color: #313244 !important; +} +.monaco-editor .margin-view-overlays .line-numbers { + color: #a6adc8 !important; +} +.monaco-editor .line-numbers.active-line-number { + color: #eba0ac !important; +} +.monaco-editor .view-overlays .current-line, +.monaco-editor .margin-view-overlays .current-line-margin { + background-color: rgb(42.16, 42.8, 60.08) !important; +} +.monaco-editor .mtk1 { + color: #cdd6f4 !important; +} +.monaco-editor .mtk2 { + color: #ff69b4 !important; +} +.monaco-editor .mtk3 { + color: #fab387 !important; +} +.monaco-editor .mtk4 { + color: #94e2d5 !important; +} +.monaco-editor .mtk5 { + color: #cdd6f4 !important; +} +.monaco-editor .mtk6 { + color: #cba6f7 !important; +} +.monaco-editor .mtk7 { + color: #fab387 !important; +} +.monaco-editor .mtk8 { + color: #9399b2 !important; +} +.monaco-editor .mtk9 { + color: #cba6f7 !important; +} +.monaco-editor .mtk10 { + color: #a6adc8 !important; +} +.monaco-editor .mtk11 { + color: #94e2d5 !important; +} +.monaco-editor .mtk12 { + color: #94e2d5 !important; +} +.monaco-editor .mtk13 { + color: #ff69b4 !important; +} +.monaco-editor .mtk14 { + color: #ff69b4 !important; +} +.monaco-editor .mtk15 { + color: #cba6f7 !important; +} +.monaco-editor .mtk16 { + color: #9399b2 !important; +} +.monaco-editor .mtk17 { + color: #ff69b4 !important; +} +.monaco-editor .mtk18 { + color: #ff69b4 !important; +} +.monaco-editor .mtk19 { + color: #94e2d5 !important; +} +.monaco-editor .mtk20 { + color: #ff69b4 !important; +} +.monaco-editor .mtk21 { + color: #a6e3a1 !important; +} +.monaco-editor .mtk22 { + color: #ff69b4 !important; +} +.monaco-editor .mtk23 { + color: #89b4fa !important; +} +.monaco-editor .mtk24 { + color: #fab387 !important; +} +.monaco-editor .mtk25 { + color: #f5c2e7 !important; +} +.monaco-editor .bracket-highlighting-0 { + color: rgb(227.8, 169, 198.4) !important; +} +.monaco-editor .bracket-highlighting-1 { + color: rgb(232, 193, 178.6) !important; +} +.monaco-editor .bracket-highlighting-2 { + color: rgb(231.4, 221.2, 202.6) !important; +} +.monaco-editor .bracket-highlighting-3 { + color: rgb(181.6, 221.8, 194.2) !important; +} +.monaco-editor .bracket-highlighting-4 { + color: rgb(164.2, 193.6, 247.6) !important; +} +.monaco-editor .bracket-highlighting-5 { + color: rgb(203.8, 185.2, 245.8) !important; +} \ No newline at end of file diff --git a/public/assets/css/theme-catppuccin-mocha-mauve.css b/public/assets/css/theme-catppuccin-mocha-mauve.css new file mode 100644 index 0000000..203d129 --- /dev/null +++ b/public/assets/css/theme-catppuccin-mocha-mauve.css @@ -0,0 +1,873 @@ +:root { + color-scheme: dark; + --is-dark-theme: true; + accent-color: #cba6f7; + --color-primary: #cba6f7; + --color-primary-contrast: #11111b; + --color-primary-hover: rgb(189.3298969072, 142.6030927835, 244.8969072165); + --color-primary-dark-1: rgb(194.7979381443, 151.9618556701, 245.7381443299); + --color-primary-dark-2: rgb(186.5958762887, 137.9237113402, 244.4762886598); + --color-primary-dark-3: rgb(178.393814433, 123.8855670103, 243.2144329897); + --color-primary-dark-4: rgb(170.1917525773, 109.8474226804, 241.9525773196); + --color-primary-dark-5: rgb(161.9896907216, 95.8092783505, 240.6907216495); + --color-primary-dark-6: rgb(153.787628866, 81.7711340206, 239.4288659794); + --color-primary-dark-7: rgb(145.5855670103, 67.7329896907, 238.1670103093); + --color-primary-light-1: rgb(211.2020618557, 180.0381443299, 248.2618556701); + --color-primary-light-2: rgb(219.4041237113, 194.0762886598, 249.5237113402); + --color-primary-light-3: rgb(227.606185567, 208.1144329897, 250.7855670103); + --color-primary-light-4: rgb(235.8082474227, 222.1525773196, 252.0474226804); + --color-primary-light-5: rgb(244.0103092784, 236.1907216495, 253.3092783505); + --color-primary-light-6: rgb(252.212371134, 250.2288659794, 254.5711340206); + --color-primary-light-7: hsl(267.4074074074, 83.5051546392%, 101.9803921569%); + --color-primary-alpha-10: rgba(203, 166, 247, 0.1); + --color-primary-alpha-20: rgba(203, 166, 247, 0.2); + --color-primary-alpha-30: rgba(203, 166, 247, 0.3); + --color-primary-alpha-40: rgba(203, 166, 247, 0.4); + --color-primary-alpha-50: rgba(203, 166, 247, 0.5); + --color-primary-alpha-60: rgba(203, 166, 247, 0.6); + --color-primary-alpha-70: rgba(203, 166, 247, 0.7); + --color-primary-alpha-80: rgba(203, 166, 247, 0.8); + --color-primary-alpha-90: rgba(203, 166, 247, 0.9); + --color-secondary: #45475a; + --color-secondary-dark-1: rgb(55.4076923077, 56.5384615385, 76.8923076923); + --color-secondary-dark-2: rgb(61.8153846154, 63.0769230769, 85.7846153846); + --color-secondary-dark-3: rgb(68.2230769231, 69.6153846154, 94.6769230769); + --color-secondary-dark-4: rgb(74.6307692308, 76.1538461538, 103.5692307692); + --color-secondary-dark-5: rgb(81.0384615385, 82.6923076923, 112.4615384615); + --color-secondary-dark-6: rgb(87.4461538462, 89.2307692308, 121.3538461538); + --color-secondary-dark-7: rgb(93.8538461538, 95.7692307692, 130.2461538462); + --color-secondary-dark-8: rgb(100.2615384615, 102.3076923077, 139.1384615385); + --color-secondary-dark-9: rgb(106.6692307692, 108.8461538462, 148.0307692308); + --color-secondary-dark-10: rgb(115.5128205128, 117.5641025641, 154.4871794872); + --color-secondary-dark-11: rgb(124.4051282051, 126.3256410256, 160.8948717949); + --color-secondary-dark-12: rgb(133.2974358974, 135.0871794872, 167.3025641026); + --color-secondary-dark-13: rgb(142.1897435897, 143.8487179487, 173.7102564103); + --color-secondary-light-1: rgb(42.5923076923, 43.4615384615, 59.1076923077); + --color-secondary-light-2: rgb(36.1846153846, 36.9230769231, 50.2153846154); + --color-secondary-light-3: rgb(29.7769230769, 30.3846153846, 41.3230769231); + --color-secondary-light-4: rgb(23.3692307692, 23.8461538462, 32.4307692308); + --color-secondary-alpha-10: rgba(49, 50, 68, 0.1); + --color-secondary-alpha-20: rgba(49, 50, 68, 0.2); + --color-secondary-alpha-30: rgba(49, 50, 68, 0.3); + --color-secondary-alpha-40: rgba(49, 50, 68, 0.4); + --color-secondary-alpha-50: rgba(49, 50, 68, 0.5); + --color-secondary-alpha-60: rgba(49, 50, 68, 0.6); + --color-secondary-alpha-70: rgba(49, 50, 68, 0.7); + --color-secondary-alpha-80: rgba(49, 50, 68, 0.8); + --color-secondary-alpha-90: rgba(49, 50, 68, 0.9); + /* colors */ + --color-red: #f38ba8; + --color-orange: #fab387; + --color-yellow: #f9e2af; + --color-olive: #a6e3a1; + --color-green: #a6e3a1; + --color-teal: #94e2d5; + --color-blue: #89b4fa; + --color-violet: #b4befe; + --color-purple: #cba6f7; + --color-pink: #f5c2e7; + --color-brown: #f2cdcd; + --color-grey: #9399b2; + --color-black: #181825; + /* light variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-light: rgb(238.21875, 92.78125, 133.3359375); + --color-orange-light: rgb(247.96, 147.992, 86.04); + --color-yellow-light: rgb(245.4418604651, 208.8023255814, 127.5581395349); + --color-olive-light: rgb(128.7950819672, 215.2950819672, 121.7049180328); + --color-green-light: rgb(128.7950819672, 215.2950819672, 121.7049180328); + --color-teal-light: rgb(107.875, 215.125, 197.25); + --color-blue-light: rgb(88.0731707317, 148.9024390244, 247.9268292683); + --color-violet-light: rgb(129.6710526316, 146.3815789474, 253.3289473684); + --color-purple-light: rgb(175.6597938144, 119.206185567, 242.793814433); + --color-pink-light: rgb(237.8169014085, 150.1830985915, 213.7605633803); + --color-brown-light: rgb(231.4761904762, 164.5238095238, 164.5238095238); + --color-grey-light: rgb(117.227027027, 124.8810810811, 156.772972973); + --color-black-light: rgb(3.9344262295, 3.9344262295, 6.0655737705); + /* dark 1 variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-dark-1: rgb(238.21875, 92.78125, 133.3359375); + --color-orange-dark-1: rgb(247.96, 147.992, 86.04); + --color-yellow-dark-1: rgb(245.4418604651, 208.8023255814, 127.5581395349); + --color-olive-dark-1: rgb(128.7950819672, 215.2950819672, 121.7049180328); + --color-green-dark-1: rgb(128.7950819672, 215.2950819672, 121.7049180328); + --color-teal-dark-1: rgb(107.875, 215.125, 197.25); + --color-blue-dark-1: rgb(88.0731707317, 148.9024390244, 247.9268292683); + --color-violet-dark-1: rgb(129.6710526316, 146.3815789474, 253.3289473684); + --color-purple-dark-1: rgb(175.6597938144, 119.206185567, 242.793814433); + --color-pink-dark-1: rgb(237.8169014085, 150.1830985915, 213.7605633803); + --color-brown-dark-1: rgb(231.4761904762, 164.5238095238, 164.5238095238); + --color-black-dark-1: rgb(3.9344262295, 3.9344262295, 6.0655737705); + /* dark 2 variants - produced via Sass scale-color(color, $lightness: -20%) */ + --color-red-dark-2: rgb(233.4375, 46.5625, 98.671875); + --color-orange-dark-2: rgb(245.92, 116.984, 37.08); + --color-yellow-dark-2: rgb(241.8837209302, 191.6046511628, 80.1162790698); + --color-olive-dark-2: rgb(91.5901639344, 203.5901639344, 82.4098360656); + --color-green-dark-2: rgb(91.5901639344, 203.5901639344, 82.4098360656); + --color-teal-dark-2: rgb(67.75, 204.25, 181.5); + --color-blue-dark-2: rgb(39.1463414634, 117.8048780488, 245.8536585366); + --color-violet-dark-2: rgb(79.3421052632, 102.7631578947, 252.6578947368); + --color-purple-dark-2: rgb(148.3195876289, 72.412371134, 238.587628866); + --color-pink-dark-2: rgb(230.6338028169, 106.3661971831, 196.5211267606); + --color-brown-dark-2: rgb(220.9523809524, 124.0476190476, 124.0476190476); + --color-black-dark-2: hsl(240, 21.3114754098%, -8.0392156863%); + /* other colors */ + --color-gold: #f5e0dc; + --color-white: #cdd6f4; + --color-diff-removed-word-bg: rgba(243, 139, 168, 0.15); + --color-diff-added-word-bg: rgba(166, 227, 161, 0.15); + --color-diff-removed-row-bg: rgba(243, 139, 168, 0.07); + --color-diff-moved-row-bg: rgba(249, 226, 175, 0.07); + --color-diff-added-row-bg: rgba(166, 227, 161, 0.07); + --color-diff-removed-row-border: rgba(243, 139, 168, 0.07); + --color-diff-moved-row-border: rgba(249, 226, 175, 0.07); + --color-diff-added-row-border: rgba(166, 227, 161, 0.07); + --color-diff-inactive: #9399b2; + --color-error-border: #f38ba8; + --color-error-bg: #f38ba8; + --color-error-bg-active: rgb(240.609375, 115.890625, 150.66796875); + --color-error-bg-hover: rgb(238.21875, 92.78125, 133.3359375); + --color-error-text: #11111b; + --color-success-border: rgb(128.7950819672, 215.2950819672, 121.7049180328); + --color-success-bg: #a6e3a1; + --color-success-text: #11111b; + --color-warning-border: rgb(245.4418604651, 208.8023255814, 127.5581395349); + --color-warning-bg: #f9e2af; + --color-warning-text: #11111b; + --color-info-border: rgb(88.0731707317, 148.9024390244, 247.9268292683); + --color-info-bg: #11111b; + --color-info-text: #cdd6f4; + --color-red-badge: rgb(238.21875, 92.78125, 133.3359375); + --color-red-badge-bg: #11111b; + --color-red-badge-hover-bg: rgb(240.609375, 115.890625, 150.66796875); + --color-green-badge: #a6e3a1; + --color-green-badge-bg: #a6e3a1; + --color-green-badge-hover-bg: rgb(147.3975409836, 221.1475409836, 141.3524590164); + --color-yellow-badge: #f9e2af; + --color-yellow-badge-bg: #11111b; + --color-yellow-badge-hover-bg: rgb(247.2209302326, 217.4011627907, 151.2790697674); + --color-orange-badge: #fab387; + --color-orange-badge-bg: #11111b; + --color-orange-badge-hover-bg: rgb(248.98, 163.496, 110.52); + --color-git: #fab387; + --color-highlight-bg: rgba(249, 226, 175, 0.15); + /* target-based colors */ + --color-body: #11111b; + --color-box-header: #181825; + --color-box-body: #181825; + --color-box-body-highlight: #313244; + --color-text-dark: #a6adc8; + --color-text: #cdd6f4; + --color-text-light: #bac2de; + --color-text-light-1: #bac2de; + --color-text-light-2: #bac2de; + --color-text-light-3: #bac2de; + --color-footer: #181825; + --color-timeline: #313244; + --color-input-text: #cdd6f4; + --color-input-background: #313244; + --color-input-toggle-background: #313244; + --color-input-border: #45475a; + --color-input-border-hover: #585b70; + --color-nav-bg: #181825; + --color-nav-hover-bg: var(--color-hover); + --color-navbar: #181825; + --color-navbar-transparent: rgba(17, 17, 27, 0); + --color-light: rgba(88, 91, 112, 0.3); + --color-light-mimic-enabled: rgba( + 0, + 0, + 0, + calc(40 / 255 * 222 / 255 / var(--opacity-disabled)) + ); + --color-light-border: #585b70; + --color-hover: rgba(108, 112, 134, 0.2); + --color-active: rgba(205, 214, 244, 0.1); + --color-menu: #313244; + --color-card: #313244; + --color-markup-table-row: rgba(205, 214, 244, 0.02); + --color-markup-code-block: rgba(205, 214, 244, 0.05); + --color-markup-code-inline: #313244; + --color-button: #313244; + --color-code-bg: #1e1e2e; + --color-code-sidebar-bg: #313244; + --color-shadow: rgba(17, 17, 27, 0.1); + --color-tooltip-bg: #313244; + --color-tooltip-text: var(--color-text); + --color-secondary-bg: #313244; + --color-text-focus: #cdd6f4; + --color-expand-button: #585b70; + --color-placeholder-text: #a6adc8; + --color-editor-line-highlight: var(--color-primary-light-5); + --color-project-board-bg: var(--color-secondary-light-2); + /* gitea source code: */ + /* should ideally be --color-text-dark, see go-gitea/gitea#15651 */ + --color-caret: var(--color-text); + --color-reaction-bg: rgba(205, 214, 244, 0.07); + --color-reaction-active-bg: var(--color-primary-alpha-40); + --color-header-wrapper: #181825; + --color-header-wrapper-transparent: rgba(24, 24, 37, 0); + --color-label-text: #11111b; + --color-label-bg: #cba6f7; + --color-label-hover-bg: rgb(186.5958762887, 137.9237113402, 244.4762886598); + --color-label-active-bg: rgb(194.7979381443, 151.9618556701, 245.7381443299); + --color-accent: var(--color-primary-light-1); + --color-small-accent: var(--color-primary-light-5); + --color-active-line: #45475a; +} + +/* invert emojis that are hard to read otherwise */ +.emoji[aria-label="check mark"], +.emoji[aria-label="currency exchange"], +.emoji[aria-label="TOP arrow"], +.emoji[aria-label="END arrow"], +.emoji[aria-label="ON! arrow"], +.emoji[aria-label="SOON arrow"], +.emoji[aria-label="heavy dollar sign"], +.emoji[aria-label=copyright], +.emoji[aria-label=registered], +.emoji[aria-label="trade mark"], +.emoji[aria-label=multiply], +.emoji[aria-label=plus], +.emoji[aria-label=minus], +.emoji[aria-label=divide], +.emoji[aria-label="curly loop"], +.emoji[aria-label="double curly loop"], +.emoji[aria-label="wavy dash"], +.emoji[aria-label="paw prints"], +.emoji[aria-label="musical note"], +.emoji[aria-label="musical notes"] { + filter: invert(100%) hue-rotate(180deg); +} + +.ui.ui.ui.button:not(.inverted, .basic).primary, .ui.ui.ui.button:not(.inverted, .basic).green, .ui.ui.ui.button:not(.inverted, .basic).red, .ui.ui.ui.button:not(.inverted, .basic).teal, +.ui.ui.ui.label:not(.inverted, .basic).primary, +.ui.ui.ui.label:not(.inverted, .basic).green, +.ui.ui.ui.label:not(.inverted, .basic).red, +.ui.ui.ui.label:not(.inverted, .basic).teal { + color: #11111b; +} +.ui.ui.ui.button:not(.inverted, .basic).primary:hover, .ui.ui.ui.button:not(.inverted, .basic).green:hover, .ui.ui.ui.button:not(.inverted, .basic).red:hover, .ui.ui.ui.button:not(.inverted, .basic).teal:hover, +.ui.ui.ui.label:not(.inverted, .basic).primary:hover, +.ui.ui.ui.label:not(.inverted, .basic).green:hover, +.ui.ui.ui.label:not(.inverted, .basic).red:hover, +.ui.ui.ui.label:not(.inverted, .basic).teal:hover { + color: #1e1e2e; +} + +.ui.basic.modal { + background-color: #1e1e2e; +} + +.ui.commit-header-row .svg.gitea-lock ~ a { + color: #11111b; +} + +.ui.negative.message .header { + color: var(--color-error-text); +} + +.ui.sha.isSigned.isVerified .shortsha { + color: #11111b; +} +.ui.sha.isSigned.isVerified svg.gitea-lock { + fill: #11111b; +} + +.ui.basic.modal, +.ui.basic.modal > .header, +.ui.inverted.button { + color: #cdd6f4 !important; +} + +#repo-topics, +#topic_edit > .ui.selection.dropdown { + color: var(--color-label-text) !important; +} + +blockquote.attention-tip { + border-left-color: var(--color-success-bg); +} +blockquote.attention-warning { + border-left-color: var(--color-warning-bg); +} + +svg.attention-tip, +strong.attention-tip { + color: var(--color-success-bg); +} +svg.attention-warning, +strong.attention-warning { + color: var(--color-warning-bg); +} + +.inline-code-block { + color: #11111b; +} + +::selection { + background: rgba(203, 166, 247, 0.3) !important; +} + +/* NameBuiltinPseudo */ +.chroma .bp { + color: #fab387; +} + +/* Comment */ +.chroma .c { + color: #6c7086; +} + +/* CommentSingle */ +.chroma .c1 { + color: #6c7086; +} + +/* CommentHashbang */ +.chroma .ch { + color: #6c7086; +} + +/* CommentMultiline */ +.chroma .cm { + color: #6c7086; +} + +/* CommentPreproc */ +.chroma .cp { + color: #89b4fa; +} + +/* CommentPreprocFile */ +.chroma .cpf { + color: #89b4fa; +} + +/* CommentSpecial */ +.chroma .cs { + color: #6c7086; +} + +/* LiteralStringDelimiter */ +.chroma .dl { + color: #89b4fa; +} + +/* NameFunctionMagic */ +/* Generic */ +/* GenericDeleted */ +.chroma .gd { + color: #cdd6f4; + background-color: rgba(243, 139, 168, 0.15); +} + +/* GenericEmph */ +.chroma .ge { + font-style: italic; +} + +/* GenericHeading */ +.chroma .gh { + color: #89dceb; +} + +/* GenericInserted */ +.chroma .gi { + color: #cdd6f4; + background-color: rgba(166, 227, 161, 0.15); +} + +/* GenericUnderline */ +/* GenericOutput */ +.chroma .go { + color: #fab387; +} + +/* GenericPrompt */ +.chroma .gp { + color: #6c7086; + font-weight: bold; +} + +/* GenericError */ +.chroma .gr { + color: #eba0ac; +} + +/* GenericStrong */ +.chroma .gs { + font-weight: bold; +} + +/* GenericTraceback */ +.chroma .gt { + color: #eba0ac; +} + +/* GenericSubheading */ +.chroma .gu { + color: #89dceb; +} + +/* LiteralNumberIntegerLong */ +.chroma .il { + color: #fab387; +} + +/* Keyword */ +.chroma .k { + color: #cba6f7; +} + +/* KeywordConstant */ +.chroma .kc { + color: #f9e2af; +} + +/* KeywordDeclaration */ +.chroma .kd { + color: #cba6f7; +} + +/* KeywordNamespace */ +.chroma .kn { + color: #f9e2af; +} + +/* KeywordPseudo */ +.chroma .kp { + color: #cba6f7; + font-weight: bold; +} + +/* KeywordReserved */ +.chroma .kr { + color: #cba6f7; +} + +/* KeywordType */ +.chroma .kt { + color: #f9e2af; +} + +/* Literal */ +/* LiteralDate */ +/* LiteralNumber */ +.chroma .m { + color: #fab387; +} + +/* LiteralNumberBin */ +.chroma .mb { + color: #fab387; +} + +/* LiteralNumberFloat */ +.chroma .mf { + color: #fab387; +} + +/* LiteralNumberHex */ +.chroma .mh { + color: #fab387; +} + +/* LiteralNumberInteger */ +.chroma .mi { + color: #fab387; +} + +/* LiteralNumberOct */ +.chroma .mo { + color: #fab387; +} + +/* Name */ +.chroma .n { + color: #b4befe; +} + +/* NameAttribute */ +.chroma .na { + color: #f9e2af; +} + +/* NameBuiltin */ +.chroma .nb { + color: #fab387; +} + +/* NameClass */ +.chroma .nc { + color: #f9e2af; +} + +/* NameDecorator */ +.chroma .nd { + color: #f5c2e7; +} + +/* NameException */ +.chroma .ne { + color: #eba0ac; +} + +/* NameFunction */ +.chroma .nf { + color: #89b4fa; +} + +/* NameEntity */ +.chroma .ni { + color: #f5c2e7; +} + +/* NameLabel */ +.chroma .nl { + color: #f9e2af; +} + +/* NameNamespace */ +.chroma .nn { + color: #f9e2af; +} + +/* NameConstant */ +.chroma .no { + color: #f9e2af; +} + +/* NameTag */ +.chroma .nt { + color: #cba6f7; +} + +/* NameVariable */ +.chroma .nv { + color: #fab387; +} + +/* NameOther */ +.chroma .nx { + color: #fab387; +} + +/* Operator */ +.chroma .o { + color: #89dceb; +} + +/* OperatorWord */ +.chroma .ow { + color: #89dceb; + font-weight: bold; +} + +/* Punctuation */ +.chroma .p { + color: #9399b2; +} + +/* NameProperty */ +/* LiteralString */ +.chroma .s { + color: #a6e3a1; +} + +/* LiteralStringSingle */ +.chroma .s1 { + color: #a6e3a1; +} + +/* LiteralStringDouble */ +.chroma .s2 { + color: #a6e3a1; +} + +/* LiteralStringAffix */ +.chroma .sa { + color: #a6e3a1; +} + +/* LiteralStringBacktick */ +.chroma .sb { + color: #a6e3a1; +} + +/* LiteralStringChar */ +.chroma .sc { + color: #a6e3a1; +} + +/* LiteralStringDoc */ +.chroma .sd { + color: #a6e3a1; +} + +/* LiteralStringEscape */ +.chroma .se { + color: #89b4fa; +} + +/* LiteralStringHeredoc */ +.chroma .sh { + color: #a6e3a1; +} + +/* LiteralStringInterpol */ +.chroma .si { + color: #a6e3a1; +} + +/* LiteralStringRegex */ +.chroma .sr { + color: #89b4fa; +} + +/* LiteralStringSymbol */ +.chroma .ss { + color: #a6e3a1; +} + +/* LiteralStringOther */ +.chroma .sx { + color: #a6e3a1; +} + +/* NameVariableClass */ +.chroma .vc { + color: #f9e2af; +} + +/* NameVariableGlobal */ +.chroma .vg { + color: #fab387; +} + +/* NameVariableInstance */ +.chroma .vi { + color: #f9e2af; +} + +/* NameVariableMagic */ +/* TextWhitespace */ +.chroma .w { + color: #313244; +} + +.CodeMirror .cm-property, +.CodeMirror.cm-s-default .cm-property, +.CodeMirror.cm-s-paper .cm-property { + color: #cdd6f4; +} +.CodeMirror .cm-header, +.CodeMirror.cm-s-default .cm-header, +.CodeMirror.cm-s-paper .cm-header { + color: #cdd6f4; +} +.CodeMirror .cm-quote, +.CodeMirror.cm-s-default .cm-quote, +.CodeMirror.cm-s-paper .cm-quote { + color: #a6e3a1; +} +.CodeMirror .cm-keyword, +.CodeMirror.cm-s-default .cm-keyword, +.CodeMirror.cm-s-paper .cm-keyword { + color: #cba6f7; +} +.CodeMirror .cm-atom, +.CodeMirror.cm-s-default .cm-atom, +.CodeMirror.cm-s-paper .cm-atom { + color: #f38ba8; +} +.CodeMirror .cm-number, +.CodeMirror.cm-s-default .cm-number, +.CodeMirror.cm-s-paper .cm-number { + color: #fab387; +} +.CodeMirror .cm-def, +.CodeMirror.cm-s-default .cm-def, +.CodeMirror.cm-s-paper .cm-def { + color: #cdd6f4; +} +.CodeMirror .cm-variable-2, +.CodeMirror.cm-s-default .cm-variable-2, +.CodeMirror.cm-s-paper .cm-variable-2 { + color: #89dceb; +} +.CodeMirror .cm-variable-3, +.CodeMirror.cm-s-default .cm-variable-3, +.CodeMirror.cm-s-paper .cm-variable-3 { + color: #94e2d5; +} +.CodeMirror .cm-comment, +.CodeMirror.cm-s-default .cm-comment, +.CodeMirror.cm-s-paper .cm-comment { + color: #585b70; +} +.CodeMirror .cm-string, +.CodeMirror.cm-s-default .cm-string, +.CodeMirror.cm-s-paper .cm-string { + color: #a6e3a1; +} +.CodeMirror .cm-string-2, +.CodeMirror.cm-s-default .cm-string-2, +.CodeMirror.cm-s-paper .cm-string-2 { + color: #a6e3a1; +} +.CodeMirror .cm-meta, +.CodeMirror.cm-s-default .cm-meta, +.CodeMirror.cm-s-paper .cm-meta { + color: #fab387; +} +.CodeMirror .cm-qualifier, +.CodeMirror.cm-s-default .cm-qualifier, +.CodeMirror.cm-s-paper .cm-qualifier { + color: #fab387; +} +.CodeMirror .cm-builtin, +.CodeMirror.cm-s-default .cm-builtin, +.CodeMirror.cm-s-paper .cm-builtin { + color: #fab387; +} +.CodeMirror .cm-bracket, +.CodeMirror.cm-s-default .cm-bracket, +.CodeMirror.cm-s-paper .cm-bracket { + color: #cdd6f4; +} +.CodeMirror .cm-tag, +.CodeMirror.cm-s-default .cm-tag, +.CodeMirror.cm-s-paper .cm-tag { + color: #f9e2af; +} +.CodeMirror .cm-attribute, +.CodeMirror.cm-s-default .cm-attribute, +.CodeMirror.cm-s-paper .cm-attribute { + color: #f9e2af; +} +.CodeMirror .cm-hr, +.CodeMirror.cm-s-default .cm-hr, +.CodeMirror.cm-s-paper .cm-hr { + color: #9399b2; +} +.CodeMirror .cm-url, +.CodeMirror.cm-s-default .cm-url, +.CodeMirror.cm-s-paper .cm-url { + color: #89b4fa; +} +.CodeMirror .cm-link, +.CodeMirror.cm-s-default .cm-link, +.CodeMirror.cm-s-paper .cm-link { + color: #89b4fa; +} +.CodeMirror .cm-error, +.CodeMirror.cm-s-default .cm-error, +.CodeMirror.cm-s-paper .cm-error { + color: #f38ba8; +} + +.monaco-editor .selected-text { + background-color: #313244 !important; +} +.monaco-editor .margin-view-overlays .line-numbers { + color: #a6adc8 !important; +} +.monaco-editor .line-numbers.active-line-number { + color: #cba6f7 !important; +} +.monaco-editor .view-overlays .current-line, +.monaco-editor .margin-view-overlays .current-line-margin { + background-color: rgb(42.16, 42.8, 60.08) !important; +} +.monaco-editor .mtk1 { + color: #cdd6f4 !important; +} +.monaco-editor .mtk2 { + color: #ff69b4 !important; +} +.monaco-editor .mtk3 { + color: #fab387 !important; +} +.monaco-editor .mtk4 { + color: #94e2d5 !important; +} +.monaco-editor .mtk5 { + color: #cdd6f4 !important; +} +.monaco-editor .mtk6 { + color: #cba6f7 !important; +} +.monaco-editor .mtk7 { + color: #fab387 !important; +} +.monaco-editor .mtk8 { + color: #9399b2 !important; +} +.monaco-editor .mtk9 { + color: #cba6f7 !important; +} +.monaco-editor .mtk10 { + color: #a6adc8 !important; +} +.monaco-editor .mtk11 { + color: #94e2d5 !important; +} +.monaco-editor .mtk12 { + color: #94e2d5 !important; +} +.monaco-editor .mtk13 { + color: #ff69b4 !important; +} +.monaco-editor .mtk14 { + color: #ff69b4 !important; +} +.monaco-editor .mtk15 { + color: #cba6f7 !important; +} +.monaco-editor .mtk16 { + color: #9399b2 !important; +} +.monaco-editor .mtk17 { + color: #ff69b4 !important; +} +.monaco-editor .mtk18 { + color: #ff69b4 !important; +} +.monaco-editor .mtk19 { + color: #94e2d5 !important; +} +.monaco-editor .mtk20 { + color: #ff69b4 !important; +} +.monaco-editor .mtk21 { + color: #a6e3a1 !important; +} +.monaco-editor .mtk22 { + color: #ff69b4 !important; +} +.monaco-editor .mtk23 { + color: #89b4fa !important; +} +.monaco-editor .mtk24 { + color: #fab387 !important; +} +.monaco-editor .mtk25 { + color: #f5c2e7 !important; +} +.monaco-editor .bracket-highlighting-0 { + color: rgb(227.8, 169, 198.4) !important; +} +.monaco-editor .bracket-highlighting-1 { + color: rgb(232, 193, 178.6) !important; +} +.monaco-editor .bracket-highlighting-2 { + color: rgb(231.4, 221.2, 202.6) !important; +} +.monaco-editor .bracket-highlighting-3 { + color: rgb(181.6, 221.8, 194.2) !important; +} +.monaco-editor .bracket-highlighting-4 { + color: rgb(164.2, 193.6, 247.6) !important; +} +.monaco-editor .bracket-highlighting-5 { + color: rgb(203.8, 185.2, 245.8) !important; +} \ No newline at end of file diff --git a/public/assets/css/theme-catppuccin-mocha-peach.css b/public/assets/css/theme-catppuccin-mocha-peach.css new file mode 100644 index 0000000..b3a0dfb --- /dev/null +++ b/public/assets/css/theme-catppuccin-mocha-peach.css @@ -0,0 +1,873 @@ +:root { + color-scheme: dark; + --is-dark-theme: true; + accent-color: #fab387; + --color-primary: #fab387; + --color-primary-contrast: #11111b; + --color-primary-hover: rgb(248.98, 163.496, 110.52); + --color-primary-dark-1: rgb(249.388, 169.6976, 120.312); + --color-primary-dark-2: rgb(248.776, 160.3952, 105.624); + --color-primary-dark-3: rgb(248.164, 151.0928, 90.936); + --color-primary-dark-4: rgb(247.552, 141.7904, 76.248); + --color-primary-dark-5: rgb(246.94, 132.488, 61.56); + --color-primary-dark-6: rgb(246.328, 123.1856, 46.872); + --color-primary-dark-7: rgb(245.716, 113.8832, 32.184); + --color-primary-light-1: rgb(250.612, 188.3024, 149.688); + --color-primary-light-2: rgb(251.224, 197.6048, 164.376); + --color-primary-light-3: rgb(251.836, 206.9072, 179.064); + --color-primary-light-4: rgb(252.448, 216.2096, 193.752); + --color-primary-light-5: rgb(253.06, 225.512, 208.44); + --color-primary-light-6: rgb(253.672, 234.8144, 223.128); + --color-primary-light-7: rgb(254.284, 244.1168, 237.816); + --color-primary-alpha-10: rgba(250, 179, 135, 0.1); + --color-primary-alpha-20: rgba(250, 179, 135, 0.2); + --color-primary-alpha-30: rgba(250, 179, 135, 0.3); + --color-primary-alpha-40: rgba(250, 179, 135, 0.4); + --color-primary-alpha-50: rgba(250, 179, 135, 0.5); + --color-primary-alpha-60: rgba(250, 179, 135, 0.6); + --color-primary-alpha-70: rgba(250, 179, 135, 0.7); + --color-primary-alpha-80: rgba(250, 179, 135, 0.8); + --color-primary-alpha-90: rgba(250, 179, 135, 0.9); + --color-secondary: #45475a; + --color-secondary-dark-1: rgb(55.4076923077, 56.5384615385, 76.8923076923); + --color-secondary-dark-2: rgb(61.8153846154, 63.0769230769, 85.7846153846); + --color-secondary-dark-3: rgb(68.2230769231, 69.6153846154, 94.6769230769); + --color-secondary-dark-4: rgb(74.6307692308, 76.1538461538, 103.5692307692); + --color-secondary-dark-5: rgb(81.0384615385, 82.6923076923, 112.4615384615); + --color-secondary-dark-6: rgb(87.4461538462, 89.2307692308, 121.3538461538); + --color-secondary-dark-7: rgb(93.8538461538, 95.7692307692, 130.2461538462); + --color-secondary-dark-8: rgb(100.2615384615, 102.3076923077, 139.1384615385); + --color-secondary-dark-9: rgb(106.6692307692, 108.8461538462, 148.0307692308); + --color-secondary-dark-10: rgb(115.5128205128, 117.5641025641, 154.4871794872); + --color-secondary-dark-11: rgb(124.4051282051, 126.3256410256, 160.8948717949); + --color-secondary-dark-12: rgb(133.2974358974, 135.0871794872, 167.3025641026); + --color-secondary-dark-13: rgb(142.1897435897, 143.8487179487, 173.7102564103); + --color-secondary-light-1: rgb(42.5923076923, 43.4615384615, 59.1076923077); + --color-secondary-light-2: rgb(36.1846153846, 36.9230769231, 50.2153846154); + --color-secondary-light-3: rgb(29.7769230769, 30.3846153846, 41.3230769231); + --color-secondary-light-4: rgb(23.3692307692, 23.8461538462, 32.4307692308); + --color-secondary-alpha-10: rgba(49, 50, 68, 0.1); + --color-secondary-alpha-20: rgba(49, 50, 68, 0.2); + --color-secondary-alpha-30: rgba(49, 50, 68, 0.3); + --color-secondary-alpha-40: rgba(49, 50, 68, 0.4); + --color-secondary-alpha-50: rgba(49, 50, 68, 0.5); + --color-secondary-alpha-60: rgba(49, 50, 68, 0.6); + --color-secondary-alpha-70: rgba(49, 50, 68, 0.7); + --color-secondary-alpha-80: rgba(49, 50, 68, 0.8); + --color-secondary-alpha-90: rgba(49, 50, 68, 0.9); + /* colors */ + --color-red: #f38ba8; + --color-orange: #fab387; + --color-yellow: #f9e2af; + --color-olive: #a6e3a1; + --color-green: #a6e3a1; + --color-teal: #94e2d5; + --color-blue: #89b4fa; + --color-violet: #b4befe; + --color-purple: #cba6f7; + --color-pink: #f5c2e7; + --color-brown: #f2cdcd; + --color-grey: #9399b2; + --color-black: #181825; + /* light variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-light: rgb(238.21875, 92.78125, 133.3359375); + --color-orange-light: rgb(247.96, 147.992, 86.04); + --color-yellow-light: rgb(245.4418604651, 208.8023255814, 127.5581395349); + --color-olive-light: rgb(128.7950819672, 215.2950819672, 121.7049180328); + --color-green-light: rgb(128.7950819672, 215.2950819672, 121.7049180328); + --color-teal-light: rgb(107.875, 215.125, 197.25); + --color-blue-light: rgb(88.0731707317, 148.9024390244, 247.9268292683); + --color-violet-light: rgb(129.6710526316, 146.3815789474, 253.3289473684); + --color-purple-light: rgb(175.6597938144, 119.206185567, 242.793814433); + --color-pink-light: rgb(237.8169014085, 150.1830985915, 213.7605633803); + --color-brown-light: rgb(231.4761904762, 164.5238095238, 164.5238095238); + --color-grey-light: rgb(117.227027027, 124.8810810811, 156.772972973); + --color-black-light: rgb(3.9344262295, 3.9344262295, 6.0655737705); + /* dark 1 variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-dark-1: rgb(238.21875, 92.78125, 133.3359375); + --color-orange-dark-1: rgb(247.96, 147.992, 86.04); + --color-yellow-dark-1: rgb(245.4418604651, 208.8023255814, 127.5581395349); + --color-olive-dark-1: rgb(128.7950819672, 215.2950819672, 121.7049180328); + --color-green-dark-1: rgb(128.7950819672, 215.2950819672, 121.7049180328); + --color-teal-dark-1: rgb(107.875, 215.125, 197.25); + --color-blue-dark-1: rgb(88.0731707317, 148.9024390244, 247.9268292683); + --color-violet-dark-1: rgb(129.6710526316, 146.3815789474, 253.3289473684); + --color-purple-dark-1: rgb(175.6597938144, 119.206185567, 242.793814433); + --color-pink-dark-1: rgb(237.8169014085, 150.1830985915, 213.7605633803); + --color-brown-dark-1: rgb(231.4761904762, 164.5238095238, 164.5238095238); + --color-black-dark-1: rgb(3.9344262295, 3.9344262295, 6.0655737705); + /* dark 2 variants - produced via Sass scale-color(color, $lightness: -20%) */ + --color-red-dark-2: rgb(233.4375, 46.5625, 98.671875); + --color-orange-dark-2: rgb(245.92, 116.984, 37.08); + --color-yellow-dark-2: rgb(241.8837209302, 191.6046511628, 80.1162790698); + --color-olive-dark-2: rgb(91.5901639344, 203.5901639344, 82.4098360656); + --color-green-dark-2: rgb(91.5901639344, 203.5901639344, 82.4098360656); + --color-teal-dark-2: rgb(67.75, 204.25, 181.5); + --color-blue-dark-2: rgb(39.1463414634, 117.8048780488, 245.8536585366); + --color-violet-dark-2: rgb(79.3421052632, 102.7631578947, 252.6578947368); + --color-purple-dark-2: rgb(148.3195876289, 72.412371134, 238.587628866); + --color-pink-dark-2: rgb(230.6338028169, 106.3661971831, 196.5211267606); + --color-brown-dark-2: rgb(220.9523809524, 124.0476190476, 124.0476190476); + --color-black-dark-2: hsl(240, 21.3114754098%, -8.0392156863%); + /* other colors */ + --color-gold: #f5e0dc; + --color-white: #cdd6f4; + --color-diff-removed-word-bg: rgba(243, 139, 168, 0.15); + --color-diff-added-word-bg: rgba(166, 227, 161, 0.15); + --color-diff-removed-row-bg: rgba(243, 139, 168, 0.07); + --color-diff-moved-row-bg: rgba(249, 226, 175, 0.07); + --color-diff-added-row-bg: rgba(166, 227, 161, 0.07); + --color-diff-removed-row-border: rgba(243, 139, 168, 0.07); + --color-diff-moved-row-border: rgba(249, 226, 175, 0.07); + --color-diff-added-row-border: rgba(166, 227, 161, 0.07); + --color-diff-inactive: #9399b2; + --color-error-border: #f38ba8; + --color-error-bg: #f38ba8; + --color-error-bg-active: rgb(240.609375, 115.890625, 150.66796875); + --color-error-bg-hover: rgb(238.21875, 92.78125, 133.3359375); + --color-error-text: #11111b; + --color-success-border: rgb(128.7950819672, 215.2950819672, 121.7049180328); + --color-success-bg: #a6e3a1; + --color-success-text: #11111b; + --color-warning-border: rgb(245.4418604651, 208.8023255814, 127.5581395349); + --color-warning-bg: #f9e2af; + --color-warning-text: #11111b; + --color-info-border: rgb(88.0731707317, 148.9024390244, 247.9268292683); + --color-info-bg: #11111b; + --color-info-text: #cdd6f4; + --color-red-badge: rgb(238.21875, 92.78125, 133.3359375); + --color-red-badge-bg: #11111b; + --color-red-badge-hover-bg: rgb(240.609375, 115.890625, 150.66796875); + --color-green-badge: #a6e3a1; + --color-green-badge-bg: #a6e3a1; + --color-green-badge-hover-bg: rgb(147.3975409836, 221.1475409836, 141.3524590164); + --color-yellow-badge: #f9e2af; + --color-yellow-badge-bg: #11111b; + --color-yellow-badge-hover-bg: rgb(247.2209302326, 217.4011627907, 151.2790697674); + --color-orange-badge: #fab387; + --color-orange-badge-bg: #11111b; + --color-orange-badge-hover-bg: rgb(248.98, 163.496, 110.52); + --color-git: #fab387; + --color-highlight-bg: rgba(249, 226, 175, 0.15); + /* target-based colors */ + --color-body: #11111b; + --color-box-header: #181825; + --color-box-body: #181825; + --color-box-body-highlight: #313244; + --color-text-dark: #a6adc8; + --color-text: #cdd6f4; + --color-text-light: #bac2de; + --color-text-light-1: #bac2de; + --color-text-light-2: #bac2de; + --color-text-light-3: #bac2de; + --color-footer: #181825; + --color-timeline: #313244; + --color-input-text: #cdd6f4; + --color-input-background: #313244; + --color-input-toggle-background: #313244; + --color-input-border: #45475a; + --color-input-border-hover: #585b70; + --color-nav-bg: #181825; + --color-nav-hover-bg: var(--color-hover); + --color-navbar: #181825; + --color-navbar-transparent: rgba(17, 17, 27, 0); + --color-light: rgba(88, 91, 112, 0.3); + --color-light-mimic-enabled: rgba( + 0, + 0, + 0, + calc(40 / 255 * 222 / 255 / var(--opacity-disabled)) + ); + --color-light-border: #585b70; + --color-hover: rgba(108, 112, 134, 0.2); + --color-active: rgba(205, 214, 244, 0.1); + --color-menu: #313244; + --color-card: #313244; + --color-markup-table-row: rgba(205, 214, 244, 0.02); + --color-markup-code-block: rgba(205, 214, 244, 0.05); + --color-markup-code-inline: #313244; + --color-button: #313244; + --color-code-bg: #1e1e2e; + --color-code-sidebar-bg: #313244; + --color-shadow: rgba(17, 17, 27, 0.1); + --color-tooltip-bg: #313244; + --color-tooltip-text: var(--color-text); + --color-secondary-bg: #313244; + --color-text-focus: #cdd6f4; + --color-expand-button: #585b70; + --color-placeholder-text: #a6adc8; + --color-editor-line-highlight: var(--color-primary-light-5); + --color-project-board-bg: var(--color-secondary-light-2); + /* gitea source code: */ + /* should ideally be --color-text-dark, see go-gitea/gitea#15651 */ + --color-caret: var(--color-text); + --color-reaction-bg: rgba(205, 214, 244, 0.07); + --color-reaction-active-bg: var(--color-primary-alpha-40); + --color-header-wrapper: #181825; + --color-header-wrapper-transparent: rgba(24, 24, 37, 0); + --color-label-text: #11111b; + --color-label-bg: #fab387; + --color-label-hover-bg: rgb(248.776, 160.3952, 105.624); + --color-label-active-bg: rgb(249.388, 169.6976, 120.312); + --color-accent: var(--color-primary-light-1); + --color-small-accent: var(--color-primary-light-5); + --color-active-line: #45475a; +} + +/* invert emojis that are hard to read otherwise */ +.emoji[aria-label="check mark"], +.emoji[aria-label="currency exchange"], +.emoji[aria-label="TOP arrow"], +.emoji[aria-label="END arrow"], +.emoji[aria-label="ON! arrow"], +.emoji[aria-label="SOON arrow"], +.emoji[aria-label="heavy dollar sign"], +.emoji[aria-label=copyright], +.emoji[aria-label=registered], +.emoji[aria-label="trade mark"], +.emoji[aria-label=multiply], +.emoji[aria-label=plus], +.emoji[aria-label=minus], +.emoji[aria-label=divide], +.emoji[aria-label="curly loop"], +.emoji[aria-label="double curly loop"], +.emoji[aria-label="wavy dash"], +.emoji[aria-label="paw prints"], +.emoji[aria-label="musical note"], +.emoji[aria-label="musical notes"] { + filter: invert(100%) hue-rotate(180deg); +} + +.ui.ui.ui.button:not(.inverted, .basic).primary, .ui.ui.ui.button:not(.inverted, .basic).green, .ui.ui.ui.button:not(.inverted, .basic).red, .ui.ui.ui.button:not(.inverted, .basic).teal, +.ui.ui.ui.label:not(.inverted, .basic).primary, +.ui.ui.ui.label:not(.inverted, .basic).green, +.ui.ui.ui.label:not(.inverted, .basic).red, +.ui.ui.ui.label:not(.inverted, .basic).teal { + color: #11111b; +} +.ui.ui.ui.button:not(.inverted, .basic).primary:hover, .ui.ui.ui.button:not(.inverted, .basic).green:hover, .ui.ui.ui.button:not(.inverted, .basic).red:hover, .ui.ui.ui.button:not(.inverted, .basic).teal:hover, +.ui.ui.ui.label:not(.inverted, .basic).primary:hover, +.ui.ui.ui.label:not(.inverted, .basic).green:hover, +.ui.ui.ui.label:not(.inverted, .basic).red:hover, +.ui.ui.ui.label:not(.inverted, .basic).teal:hover { + color: #1e1e2e; +} + +.ui.basic.modal { + background-color: #1e1e2e; +} + +.ui.commit-header-row .svg.gitea-lock ~ a { + color: #11111b; +} + +.ui.negative.message .header { + color: var(--color-error-text); +} + +.ui.sha.isSigned.isVerified .shortsha { + color: #11111b; +} +.ui.sha.isSigned.isVerified svg.gitea-lock { + fill: #11111b; +} + +.ui.basic.modal, +.ui.basic.modal > .header, +.ui.inverted.button { + color: #cdd6f4 !important; +} + +#repo-topics, +#topic_edit > .ui.selection.dropdown { + color: var(--color-label-text) !important; +} + +blockquote.attention-tip { + border-left-color: var(--color-success-bg); +} +blockquote.attention-warning { + border-left-color: var(--color-warning-bg); +} + +svg.attention-tip, +strong.attention-tip { + color: var(--color-success-bg); +} +svg.attention-warning, +strong.attention-warning { + color: var(--color-warning-bg); +} + +.inline-code-block { + color: #11111b; +} + +::selection { + background: rgba(250, 179, 135, 0.3) !important; +} + +/* NameBuiltinPseudo */ +.chroma .bp { + color: #fab387; +} + +/* Comment */ +.chroma .c { + color: #6c7086; +} + +/* CommentSingle */ +.chroma .c1 { + color: #6c7086; +} + +/* CommentHashbang */ +.chroma .ch { + color: #6c7086; +} + +/* CommentMultiline */ +.chroma .cm { + color: #6c7086; +} + +/* CommentPreproc */ +.chroma .cp { + color: #89b4fa; +} + +/* CommentPreprocFile */ +.chroma .cpf { + color: #89b4fa; +} + +/* CommentSpecial */ +.chroma .cs { + color: #6c7086; +} + +/* LiteralStringDelimiter */ +.chroma .dl { + color: #89b4fa; +} + +/* NameFunctionMagic */ +/* Generic */ +/* GenericDeleted */ +.chroma .gd { + color: #cdd6f4; + background-color: rgba(243, 139, 168, 0.15); +} + +/* GenericEmph */ +.chroma .ge { + font-style: italic; +} + +/* GenericHeading */ +.chroma .gh { + color: #89dceb; +} + +/* GenericInserted */ +.chroma .gi { + color: #cdd6f4; + background-color: rgba(166, 227, 161, 0.15); +} + +/* GenericUnderline */ +/* GenericOutput */ +.chroma .go { + color: #fab387; +} + +/* GenericPrompt */ +.chroma .gp { + color: #6c7086; + font-weight: bold; +} + +/* GenericError */ +.chroma .gr { + color: #eba0ac; +} + +/* GenericStrong */ +.chroma .gs { + font-weight: bold; +} + +/* GenericTraceback */ +.chroma .gt { + color: #eba0ac; +} + +/* GenericSubheading */ +.chroma .gu { + color: #89dceb; +} + +/* LiteralNumberIntegerLong */ +.chroma .il { + color: #fab387; +} + +/* Keyword */ +.chroma .k { + color: #cba6f7; +} + +/* KeywordConstant */ +.chroma .kc { + color: #f9e2af; +} + +/* KeywordDeclaration */ +.chroma .kd { + color: #cba6f7; +} + +/* KeywordNamespace */ +.chroma .kn { + color: #f9e2af; +} + +/* KeywordPseudo */ +.chroma .kp { + color: #cba6f7; + font-weight: bold; +} + +/* KeywordReserved */ +.chroma .kr { + color: #cba6f7; +} + +/* KeywordType */ +.chroma .kt { + color: #f9e2af; +} + +/* Literal */ +/* LiteralDate */ +/* LiteralNumber */ +.chroma .m { + color: #fab387; +} + +/* LiteralNumberBin */ +.chroma .mb { + color: #fab387; +} + +/* LiteralNumberFloat */ +.chroma .mf { + color: #fab387; +} + +/* LiteralNumberHex */ +.chroma .mh { + color: #fab387; +} + +/* LiteralNumberInteger */ +.chroma .mi { + color: #fab387; +} + +/* LiteralNumberOct */ +.chroma .mo { + color: #fab387; +} + +/* Name */ +.chroma .n { + color: #b4befe; +} + +/* NameAttribute */ +.chroma .na { + color: #f9e2af; +} + +/* NameBuiltin */ +.chroma .nb { + color: #fab387; +} + +/* NameClass */ +.chroma .nc { + color: #f9e2af; +} + +/* NameDecorator */ +.chroma .nd { + color: #f5c2e7; +} + +/* NameException */ +.chroma .ne { + color: #eba0ac; +} + +/* NameFunction */ +.chroma .nf { + color: #89b4fa; +} + +/* NameEntity */ +.chroma .ni { + color: #f5c2e7; +} + +/* NameLabel */ +.chroma .nl { + color: #f9e2af; +} + +/* NameNamespace */ +.chroma .nn { + color: #f9e2af; +} + +/* NameConstant */ +.chroma .no { + color: #f9e2af; +} + +/* NameTag */ +.chroma .nt { + color: #cba6f7; +} + +/* NameVariable */ +.chroma .nv { + color: #fab387; +} + +/* NameOther */ +.chroma .nx { + color: #fab387; +} + +/* Operator */ +.chroma .o { + color: #89dceb; +} + +/* OperatorWord */ +.chroma .ow { + color: #89dceb; + font-weight: bold; +} + +/* Punctuation */ +.chroma .p { + color: #9399b2; +} + +/* NameProperty */ +/* LiteralString */ +.chroma .s { + color: #a6e3a1; +} + +/* LiteralStringSingle */ +.chroma .s1 { + color: #a6e3a1; +} + +/* LiteralStringDouble */ +.chroma .s2 { + color: #a6e3a1; +} + +/* LiteralStringAffix */ +.chroma .sa { + color: #a6e3a1; +} + +/* LiteralStringBacktick */ +.chroma .sb { + color: #a6e3a1; +} + +/* LiteralStringChar */ +.chroma .sc { + color: #a6e3a1; +} + +/* LiteralStringDoc */ +.chroma .sd { + color: #a6e3a1; +} + +/* LiteralStringEscape */ +.chroma .se { + color: #89b4fa; +} + +/* LiteralStringHeredoc */ +.chroma .sh { + color: #a6e3a1; +} + +/* LiteralStringInterpol */ +.chroma .si { + color: #a6e3a1; +} + +/* LiteralStringRegex */ +.chroma .sr { + color: #89b4fa; +} + +/* LiteralStringSymbol */ +.chroma .ss { + color: #a6e3a1; +} + +/* LiteralStringOther */ +.chroma .sx { + color: #a6e3a1; +} + +/* NameVariableClass */ +.chroma .vc { + color: #f9e2af; +} + +/* NameVariableGlobal */ +.chroma .vg { + color: #fab387; +} + +/* NameVariableInstance */ +.chroma .vi { + color: #f9e2af; +} + +/* NameVariableMagic */ +/* TextWhitespace */ +.chroma .w { + color: #313244; +} + +.CodeMirror .cm-property, +.CodeMirror.cm-s-default .cm-property, +.CodeMirror.cm-s-paper .cm-property { + color: #cdd6f4; +} +.CodeMirror .cm-header, +.CodeMirror.cm-s-default .cm-header, +.CodeMirror.cm-s-paper .cm-header { + color: #cdd6f4; +} +.CodeMirror .cm-quote, +.CodeMirror.cm-s-default .cm-quote, +.CodeMirror.cm-s-paper .cm-quote { + color: #a6e3a1; +} +.CodeMirror .cm-keyword, +.CodeMirror.cm-s-default .cm-keyword, +.CodeMirror.cm-s-paper .cm-keyword { + color: #cba6f7; +} +.CodeMirror .cm-atom, +.CodeMirror.cm-s-default .cm-atom, +.CodeMirror.cm-s-paper .cm-atom { + color: #f38ba8; +} +.CodeMirror .cm-number, +.CodeMirror.cm-s-default .cm-number, +.CodeMirror.cm-s-paper .cm-number { + color: #fab387; +} +.CodeMirror .cm-def, +.CodeMirror.cm-s-default .cm-def, +.CodeMirror.cm-s-paper .cm-def { + color: #cdd6f4; +} +.CodeMirror .cm-variable-2, +.CodeMirror.cm-s-default .cm-variable-2, +.CodeMirror.cm-s-paper .cm-variable-2 { + color: #89dceb; +} +.CodeMirror .cm-variable-3, +.CodeMirror.cm-s-default .cm-variable-3, +.CodeMirror.cm-s-paper .cm-variable-3 { + color: #94e2d5; +} +.CodeMirror .cm-comment, +.CodeMirror.cm-s-default .cm-comment, +.CodeMirror.cm-s-paper .cm-comment { + color: #585b70; +} +.CodeMirror .cm-string, +.CodeMirror.cm-s-default .cm-string, +.CodeMirror.cm-s-paper .cm-string { + color: #a6e3a1; +} +.CodeMirror .cm-string-2, +.CodeMirror.cm-s-default .cm-string-2, +.CodeMirror.cm-s-paper .cm-string-2 { + color: #a6e3a1; +} +.CodeMirror .cm-meta, +.CodeMirror.cm-s-default .cm-meta, +.CodeMirror.cm-s-paper .cm-meta { + color: #fab387; +} +.CodeMirror .cm-qualifier, +.CodeMirror.cm-s-default .cm-qualifier, +.CodeMirror.cm-s-paper .cm-qualifier { + color: #fab387; +} +.CodeMirror .cm-builtin, +.CodeMirror.cm-s-default .cm-builtin, +.CodeMirror.cm-s-paper .cm-builtin { + color: #fab387; +} +.CodeMirror .cm-bracket, +.CodeMirror.cm-s-default .cm-bracket, +.CodeMirror.cm-s-paper .cm-bracket { + color: #cdd6f4; +} +.CodeMirror .cm-tag, +.CodeMirror.cm-s-default .cm-tag, +.CodeMirror.cm-s-paper .cm-tag { + color: #f9e2af; +} +.CodeMirror .cm-attribute, +.CodeMirror.cm-s-default .cm-attribute, +.CodeMirror.cm-s-paper .cm-attribute { + color: #f9e2af; +} +.CodeMirror .cm-hr, +.CodeMirror.cm-s-default .cm-hr, +.CodeMirror.cm-s-paper .cm-hr { + color: #9399b2; +} +.CodeMirror .cm-url, +.CodeMirror.cm-s-default .cm-url, +.CodeMirror.cm-s-paper .cm-url { + color: #89b4fa; +} +.CodeMirror .cm-link, +.CodeMirror.cm-s-default .cm-link, +.CodeMirror.cm-s-paper .cm-link { + color: #89b4fa; +} +.CodeMirror .cm-error, +.CodeMirror.cm-s-default .cm-error, +.CodeMirror.cm-s-paper .cm-error { + color: #f38ba8; +} + +.monaco-editor .selected-text { + background-color: #313244 !important; +} +.monaco-editor .margin-view-overlays .line-numbers { + color: #a6adc8 !important; +} +.monaco-editor .line-numbers.active-line-number { + color: #fab387 !important; +} +.monaco-editor .view-overlays .current-line, +.monaco-editor .margin-view-overlays .current-line-margin { + background-color: rgb(42.16, 42.8, 60.08) !important; +} +.monaco-editor .mtk1 { + color: #cdd6f4 !important; +} +.monaco-editor .mtk2 { + color: #ff69b4 !important; +} +.monaco-editor .mtk3 { + color: #fab387 !important; +} +.monaco-editor .mtk4 { + color: #94e2d5 !important; +} +.monaco-editor .mtk5 { + color: #cdd6f4 !important; +} +.monaco-editor .mtk6 { + color: #cba6f7 !important; +} +.monaco-editor .mtk7 { + color: #fab387 !important; +} +.monaco-editor .mtk8 { + color: #9399b2 !important; +} +.monaco-editor .mtk9 { + color: #cba6f7 !important; +} +.monaco-editor .mtk10 { + color: #a6adc8 !important; +} +.monaco-editor .mtk11 { + color: #94e2d5 !important; +} +.monaco-editor .mtk12 { + color: #94e2d5 !important; +} +.monaco-editor .mtk13 { + color: #ff69b4 !important; +} +.monaco-editor .mtk14 { + color: #ff69b4 !important; +} +.monaco-editor .mtk15 { + color: #cba6f7 !important; +} +.monaco-editor .mtk16 { + color: #9399b2 !important; +} +.monaco-editor .mtk17 { + color: #ff69b4 !important; +} +.monaco-editor .mtk18 { + color: #ff69b4 !important; +} +.monaco-editor .mtk19 { + color: #94e2d5 !important; +} +.monaco-editor .mtk20 { + color: #ff69b4 !important; +} +.monaco-editor .mtk21 { + color: #a6e3a1 !important; +} +.monaco-editor .mtk22 { + color: #ff69b4 !important; +} +.monaco-editor .mtk23 { + color: #89b4fa !important; +} +.monaco-editor .mtk24 { + color: #fab387 !important; +} +.monaco-editor .mtk25 { + color: #f5c2e7 !important; +} +.monaco-editor .bracket-highlighting-0 { + color: rgb(227.8, 169, 198.4) !important; +} +.monaco-editor .bracket-highlighting-1 { + color: rgb(232, 193, 178.6) !important; +} +.monaco-editor .bracket-highlighting-2 { + color: rgb(231.4, 221.2, 202.6) !important; +} +.monaco-editor .bracket-highlighting-3 { + color: rgb(181.6, 221.8, 194.2) !important; +} +.monaco-editor .bracket-highlighting-4 { + color: rgb(164.2, 193.6, 247.6) !important; +} +.monaco-editor .bracket-highlighting-5 { + color: rgb(203.8, 185.2, 245.8) !important; +} \ No newline at end of file diff --git a/public/assets/css/theme-catppuccin-mocha-pink.css b/public/assets/css/theme-catppuccin-mocha-pink.css new file mode 100644 index 0000000..a5e803d --- /dev/null +++ b/public/assets/css/theme-catppuccin-mocha-pink.css @@ -0,0 +1,873 @@ +:root { + color-scheme: dark; + --is-dark-theme: true; + accent-color: #f5c2e7; + --color-primary: #f5c2e7; + --color-primary-contrast: #11111b; + --color-primary-hover: rgb(241.4084507042, 172.0915492958, 222.3802816901); + --color-primary-dark-1: rgb(242.8450704225, 180.8549295775, 225.8281690141); + --color-primary-dark-2: rgb(240.6901408451, 167.7098591549, 220.6563380282); + --color-primary-dark-3: rgb(238.5352112676, 154.5647887324, 215.4845070423); + --color-primary-dark-4: rgb(236.3802816901, 141.4197183099, 210.3126760563); + --color-primary-dark-5: rgb(234.2253521127, 128.2746478873, 205.1408450704); + --color-primary-dark-6: rgb(232.0704225352, 115.1295774648, 199.9690140845); + --color-primary-dark-7: rgb(229.9154929577, 101.9845070423, 194.7971830986); + --color-primary-light-1: rgb(247.1549295775, 207.1450704225, 236.1718309859); + --color-primary-light-2: rgb(249.3098591549, 220.2901408451, 241.3436619718); + --color-primary-light-3: rgb(251.4647887324, 233.4352112676, 246.5154929577); + --color-primary-light-4: rgb(253.6197183099, 246.5802816901, 251.6873239437); + --color-primary-light-5: hsl(316.4705882353, 71.8309859155%, 101.0784313725%); + --color-primary-light-6: hsl(316.4705882353, 71.8309859155%, 104.0784313725%); + --color-primary-light-7: hsl(316.4705882353, 71.8309859155%, 107.0784313725%); + --color-primary-alpha-10: rgba(245, 194, 231, 0.1); + --color-primary-alpha-20: rgba(245, 194, 231, 0.2); + --color-primary-alpha-30: rgba(245, 194, 231, 0.3); + --color-primary-alpha-40: rgba(245, 194, 231, 0.4); + --color-primary-alpha-50: rgba(245, 194, 231, 0.5); + --color-primary-alpha-60: rgba(245, 194, 231, 0.6); + --color-primary-alpha-70: rgba(245, 194, 231, 0.7); + --color-primary-alpha-80: rgba(245, 194, 231, 0.8); + --color-primary-alpha-90: rgba(245, 194, 231, 0.9); + --color-secondary: #45475a; + --color-secondary-dark-1: rgb(55.4076923077, 56.5384615385, 76.8923076923); + --color-secondary-dark-2: rgb(61.8153846154, 63.0769230769, 85.7846153846); + --color-secondary-dark-3: rgb(68.2230769231, 69.6153846154, 94.6769230769); + --color-secondary-dark-4: rgb(74.6307692308, 76.1538461538, 103.5692307692); + --color-secondary-dark-5: rgb(81.0384615385, 82.6923076923, 112.4615384615); + --color-secondary-dark-6: rgb(87.4461538462, 89.2307692308, 121.3538461538); + --color-secondary-dark-7: rgb(93.8538461538, 95.7692307692, 130.2461538462); + --color-secondary-dark-8: rgb(100.2615384615, 102.3076923077, 139.1384615385); + --color-secondary-dark-9: rgb(106.6692307692, 108.8461538462, 148.0307692308); + --color-secondary-dark-10: rgb(115.5128205128, 117.5641025641, 154.4871794872); + --color-secondary-dark-11: rgb(124.4051282051, 126.3256410256, 160.8948717949); + --color-secondary-dark-12: rgb(133.2974358974, 135.0871794872, 167.3025641026); + --color-secondary-dark-13: rgb(142.1897435897, 143.8487179487, 173.7102564103); + --color-secondary-light-1: rgb(42.5923076923, 43.4615384615, 59.1076923077); + --color-secondary-light-2: rgb(36.1846153846, 36.9230769231, 50.2153846154); + --color-secondary-light-3: rgb(29.7769230769, 30.3846153846, 41.3230769231); + --color-secondary-light-4: rgb(23.3692307692, 23.8461538462, 32.4307692308); + --color-secondary-alpha-10: rgba(49, 50, 68, 0.1); + --color-secondary-alpha-20: rgba(49, 50, 68, 0.2); + --color-secondary-alpha-30: rgba(49, 50, 68, 0.3); + --color-secondary-alpha-40: rgba(49, 50, 68, 0.4); + --color-secondary-alpha-50: rgba(49, 50, 68, 0.5); + --color-secondary-alpha-60: rgba(49, 50, 68, 0.6); + --color-secondary-alpha-70: rgba(49, 50, 68, 0.7); + --color-secondary-alpha-80: rgba(49, 50, 68, 0.8); + --color-secondary-alpha-90: rgba(49, 50, 68, 0.9); + /* colors */ + --color-red: #f38ba8; + --color-orange: #fab387; + --color-yellow: #f9e2af; + --color-olive: #a6e3a1; + --color-green: #a6e3a1; + --color-teal: #94e2d5; + --color-blue: #89b4fa; + --color-violet: #b4befe; + --color-purple: #cba6f7; + --color-pink: #f5c2e7; + --color-brown: #f2cdcd; + --color-grey: #9399b2; + --color-black: #181825; + /* light variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-light: rgb(238.21875, 92.78125, 133.3359375); + --color-orange-light: rgb(247.96, 147.992, 86.04); + --color-yellow-light: rgb(245.4418604651, 208.8023255814, 127.5581395349); + --color-olive-light: rgb(128.7950819672, 215.2950819672, 121.7049180328); + --color-green-light: rgb(128.7950819672, 215.2950819672, 121.7049180328); + --color-teal-light: rgb(107.875, 215.125, 197.25); + --color-blue-light: rgb(88.0731707317, 148.9024390244, 247.9268292683); + --color-violet-light: rgb(129.6710526316, 146.3815789474, 253.3289473684); + --color-purple-light: rgb(175.6597938144, 119.206185567, 242.793814433); + --color-pink-light: rgb(237.8169014085, 150.1830985915, 213.7605633803); + --color-brown-light: rgb(231.4761904762, 164.5238095238, 164.5238095238); + --color-grey-light: rgb(117.227027027, 124.8810810811, 156.772972973); + --color-black-light: rgb(3.9344262295, 3.9344262295, 6.0655737705); + /* dark 1 variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-dark-1: rgb(238.21875, 92.78125, 133.3359375); + --color-orange-dark-1: rgb(247.96, 147.992, 86.04); + --color-yellow-dark-1: rgb(245.4418604651, 208.8023255814, 127.5581395349); + --color-olive-dark-1: rgb(128.7950819672, 215.2950819672, 121.7049180328); + --color-green-dark-1: rgb(128.7950819672, 215.2950819672, 121.7049180328); + --color-teal-dark-1: rgb(107.875, 215.125, 197.25); + --color-blue-dark-1: rgb(88.0731707317, 148.9024390244, 247.9268292683); + --color-violet-dark-1: rgb(129.6710526316, 146.3815789474, 253.3289473684); + --color-purple-dark-1: rgb(175.6597938144, 119.206185567, 242.793814433); + --color-pink-dark-1: rgb(237.8169014085, 150.1830985915, 213.7605633803); + --color-brown-dark-1: rgb(231.4761904762, 164.5238095238, 164.5238095238); + --color-black-dark-1: rgb(3.9344262295, 3.9344262295, 6.0655737705); + /* dark 2 variants - produced via Sass scale-color(color, $lightness: -20%) */ + --color-red-dark-2: rgb(233.4375, 46.5625, 98.671875); + --color-orange-dark-2: rgb(245.92, 116.984, 37.08); + --color-yellow-dark-2: rgb(241.8837209302, 191.6046511628, 80.1162790698); + --color-olive-dark-2: rgb(91.5901639344, 203.5901639344, 82.4098360656); + --color-green-dark-2: rgb(91.5901639344, 203.5901639344, 82.4098360656); + --color-teal-dark-2: rgb(67.75, 204.25, 181.5); + --color-blue-dark-2: rgb(39.1463414634, 117.8048780488, 245.8536585366); + --color-violet-dark-2: rgb(79.3421052632, 102.7631578947, 252.6578947368); + --color-purple-dark-2: rgb(148.3195876289, 72.412371134, 238.587628866); + --color-pink-dark-2: rgb(230.6338028169, 106.3661971831, 196.5211267606); + --color-brown-dark-2: rgb(220.9523809524, 124.0476190476, 124.0476190476); + --color-black-dark-2: hsl(240, 21.3114754098%, -8.0392156863%); + /* other colors */ + --color-gold: #f5e0dc; + --color-white: #cdd6f4; + --color-diff-removed-word-bg: rgba(243, 139, 168, 0.15); + --color-diff-added-word-bg: rgba(166, 227, 161, 0.15); + --color-diff-removed-row-bg: rgba(243, 139, 168, 0.07); + --color-diff-moved-row-bg: rgba(249, 226, 175, 0.07); + --color-diff-added-row-bg: rgba(166, 227, 161, 0.07); + --color-diff-removed-row-border: rgba(243, 139, 168, 0.07); + --color-diff-moved-row-border: rgba(249, 226, 175, 0.07); + --color-diff-added-row-border: rgba(166, 227, 161, 0.07); + --color-diff-inactive: #9399b2; + --color-error-border: #f38ba8; + --color-error-bg: #f38ba8; + --color-error-bg-active: rgb(240.609375, 115.890625, 150.66796875); + --color-error-bg-hover: rgb(238.21875, 92.78125, 133.3359375); + --color-error-text: #11111b; + --color-success-border: rgb(128.7950819672, 215.2950819672, 121.7049180328); + --color-success-bg: #a6e3a1; + --color-success-text: #11111b; + --color-warning-border: rgb(245.4418604651, 208.8023255814, 127.5581395349); + --color-warning-bg: #f9e2af; + --color-warning-text: #11111b; + --color-info-border: rgb(88.0731707317, 148.9024390244, 247.9268292683); + --color-info-bg: #11111b; + --color-info-text: #cdd6f4; + --color-red-badge: rgb(238.21875, 92.78125, 133.3359375); + --color-red-badge-bg: #11111b; + --color-red-badge-hover-bg: rgb(240.609375, 115.890625, 150.66796875); + --color-green-badge: #a6e3a1; + --color-green-badge-bg: #a6e3a1; + --color-green-badge-hover-bg: rgb(147.3975409836, 221.1475409836, 141.3524590164); + --color-yellow-badge: #f9e2af; + --color-yellow-badge-bg: #11111b; + --color-yellow-badge-hover-bg: rgb(247.2209302326, 217.4011627907, 151.2790697674); + --color-orange-badge: #fab387; + --color-orange-badge-bg: #11111b; + --color-orange-badge-hover-bg: rgb(248.98, 163.496, 110.52); + --color-git: #fab387; + --color-highlight-bg: rgba(249, 226, 175, 0.15); + /* target-based colors */ + --color-body: #11111b; + --color-box-header: #181825; + --color-box-body: #181825; + --color-box-body-highlight: #313244; + --color-text-dark: #a6adc8; + --color-text: #cdd6f4; + --color-text-light: #bac2de; + --color-text-light-1: #bac2de; + --color-text-light-2: #bac2de; + --color-text-light-3: #bac2de; + --color-footer: #181825; + --color-timeline: #313244; + --color-input-text: #cdd6f4; + --color-input-background: #313244; + --color-input-toggle-background: #313244; + --color-input-border: #45475a; + --color-input-border-hover: #585b70; + --color-nav-bg: #181825; + --color-nav-hover-bg: var(--color-hover); + --color-navbar: #181825; + --color-navbar-transparent: rgba(17, 17, 27, 0); + --color-light: rgba(88, 91, 112, 0.3); + --color-light-mimic-enabled: rgba( + 0, + 0, + 0, + calc(40 / 255 * 222 / 255 / var(--opacity-disabled)) + ); + --color-light-border: #585b70; + --color-hover: rgba(108, 112, 134, 0.2); + --color-active: rgba(205, 214, 244, 0.1); + --color-menu: #313244; + --color-card: #313244; + --color-markup-table-row: rgba(205, 214, 244, 0.02); + --color-markup-code-block: rgba(205, 214, 244, 0.05); + --color-markup-code-inline: #313244; + --color-button: #313244; + --color-code-bg: #1e1e2e; + --color-code-sidebar-bg: #313244; + --color-shadow: rgba(17, 17, 27, 0.1); + --color-tooltip-bg: #313244; + --color-tooltip-text: var(--color-text); + --color-secondary-bg: #313244; + --color-text-focus: #cdd6f4; + --color-expand-button: #585b70; + --color-placeholder-text: #a6adc8; + --color-editor-line-highlight: var(--color-primary-light-5); + --color-project-board-bg: var(--color-secondary-light-2); + /* gitea source code: */ + /* should ideally be --color-text-dark, see go-gitea/gitea#15651 */ + --color-caret: var(--color-text); + --color-reaction-bg: rgba(205, 214, 244, 0.07); + --color-reaction-active-bg: var(--color-primary-alpha-40); + --color-header-wrapper: #181825; + --color-header-wrapper-transparent: rgba(24, 24, 37, 0); + --color-label-text: #11111b; + --color-label-bg: #f5c2e7; + --color-label-hover-bg: rgb(240.6901408451, 167.7098591549, 220.6563380282); + --color-label-active-bg: rgb(242.8450704225, 180.8549295775, 225.8281690141); + --color-accent: var(--color-primary-light-1); + --color-small-accent: var(--color-primary-light-5); + --color-active-line: #45475a; +} + +/* invert emojis that are hard to read otherwise */ +.emoji[aria-label="check mark"], +.emoji[aria-label="currency exchange"], +.emoji[aria-label="TOP arrow"], +.emoji[aria-label="END arrow"], +.emoji[aria-label="ON! arrow"], +.emoji[aria-label="SOON arrow"], +.emoji[aria-label="heavy dollar sign"], +.emoji[aria-label=copyright], +.emoji[aria-label=registered], +.emoji[aria-label="trade mark"], +.emoji[aria-label=multiply], +.emoji[aria-label=plus], +.emoji[aria-label=minus], +.emoji[aria-label=divide], +.emoji[aria-label="curly loop"], +.emoji[aria-label="double curly loop"], +.emoji[aria-label="wavy dash"], +.emoji[aria-label="paw prints"], +.emoji[aria-label="musical note"], +.emoji[aria-label="musical notes"] { + filter: invert(100%) hue-rotate(180deg); +} + +.ui.ui.ui.button:not(.inverted, .basic).primary, .ui.ui.ui.button:not(.inverted, .basic).green, .ui.ui.ui.button:not(.inverted, .basic).red, .ui.ui.ui.button:not(.inverted, .basic).teal, +.ui.ui.ui.label:not(.inverted, .basic).primary, +.ui.ui.ui.label:not(.inverted, .basic).green, +.ui.ui.ui.label:not(.inverted, .basic).red, +.ui.ui.ui.label:not(.inverted, .basic).teal { + color: #11111b; +} +.ui.ui.ui.button:not(.inverted, .basic).primary:hover, .ui.ui.ui.button:not(.inverted, .basic).green:hover, .ui.ui.ui.button:not(.inverted, .basic).red:hover, .ui.ui.ui.button:not(.inverted, .basic).teal:hover, +.ui.ui.ui.label:not(.inverted, .basic).primary:hover, +.ui.ui.ui.label:not(.inverted, .basic).green:hover, +.ui.ui.ui.label:not(.inverted, .basic).red:hover, +.ui.ui.ui.label:not(.inverted, .basic).teal:hover { + color: #1e1e2e; +} + +.ui.basic.modal { + background-color: #1e1e2e; +} + +.ui.commit-header-row .svg.gitea-lock ~ a { + color: #11111b; +} + +.ui.negative.message .header { + color: var(--color-error-text); +} + +.ui.sha.isSigned.isVerified .shortsha { + color: #11111b; +} +.ui.sha.isSigned.isVerified svg.gitea-lock { + fill: #11111b; +} + +.ui.basic.modal, +.ui.basic.modal > .header, +.ui.inverted.button { + color: #cdd6f4 !important; +} + +#repo-topics, +#topic_edit > .ui.selection.dropdown { + color: var(--color-label-text) !important; +} + +blockquote.attention-tip { + border-left-color: var(--color-success-bg); +} +blockquote.attention-warning { + border-left-color: var(--color-warning-bg); +} + +svg.attention-tip, +strong.attention-tip { + color: var(--color-success-bg); +} +svg.attention-warning, +strong.attention-warning { + color: var(--color-warning-bg); +} + +.inline-code-block { + color: #11111b; +} + +::selection { + background: rgba(245, 194, 231, 0.3) !important; +} + +/* NameBuiltinPseudo */ +.chroma .bp { + color: #fab387; +} + +/* Comment */ +.chroma .c { + color: #6c7086; +} + +/* CommentSingle */ +.chroma .c1 { + color: #6c7086; +} + +/* CommentHashbang */ +.chroma .ch { + color: #6c7086; +} + +/* CommentMultiline */ +.chroma .cm { + color: #6c7086; +} + +/* CommentPreproc */ +.chroma .cp { + color: #89b4fa; +} + +/* CommentPreprocFile */ +.chroma .cpf { + color: #89b4fa; +} + +/* CommentSpecial */ +.chroma .cs { + color: #6c7086; +} + +/* LiteralStringDelimiter */ +.chroma .dl { + color: #89b4fa; +} + +/* NameFunctionMagic */ +/* Generic */ +/* GenericDeleted */ +.chroma .gd { + color: #cdd6f4; + background-color: rgba(243, 139, 168, 0.15); +} + +/* GenericEmph */ +.chroma .ge { + font-style: italic; +} + +/* GenericHeading */ +.chroma .gh { + color: #89dceb; +} + +/* GenericInserted */ +.chroma .gi { + color: #cdd6f4; + background-color: rgba(166, 227, 161, 0.15); +} + +/* GenericUnderline */ +/* GenericOutput */ +.chroma .go { + color: #fab387; +} + +/* GenericPrompt */ +.chroma .gp { + color: #6c7086; + font-weight: bold; +} + +/* GenericError */ +.chroma .gr { + color: #eba0ac; +} + +/* GenericStrong */ +.chroma .gs { + font-weight: bold; +} + +/* GenericTraceback */ +.chroma .gt { + color: #eba0ac; +} + +/* GenericSubheading */ +.chroma .gu { + color: #89dceb; +} + +/* LiteralNumberIntegerLong */ +.chroma .il { + color: #fab387; +} + +/* Keyword */ +.chroma .k { + color: #cba6f7; +} + +/* KeywordConstant */ +.chroma .kc { + color: #f9e2af; +} + +/* KeywordDeclaration */ +.chroma .kd { + color: #cba6f7; +} + +/* KeywordNamespace */ +.chroma .kn { + color: #f9e2af; +} + +/* KeywordPseudo */ +.chroma .kp { + color: #cba6f7; + font-weight: bold; +} + +/* KeywordReserved */ +.chroma .kr { + color: #cba6f7; +} + +/* KeywordType */ +.chroma .kt { + color: #f9e2af; +} + +/* Literal */ +/* LiteralDate */ +/* LiteralNumber */ +.chroma .m { + color: #fab387; +} + +/* LiteralNumberBin */ +.chroma .mb { + color: #fab387; +} + +/* LiteralNumberFloat */ +.chroma .mf { + color: #fab387; +} + +/* LiteralNumberHex */ +.chroma .mh { + color: #fab387; +} + +/* LiteralNumberInteger */ +.chroma .mi { + color: #fab387; +} + +/* LiteralNumberOct */ +.chroma .mo { + color: #fab387; +} + +/* Name */ +.chroma .n { + color: #b4befe; +} + +/* NameAttribute */ +.chroma .na { + color: #f9e2af; +} + +/* NameBuiltin */ +.chroma .nb { + color: #fab387; +} + +/* NameClass */ +.chroma .nc { + color: #f9e2af; +} + +/* NameDecorator */ +.chroma .nd { + color: #f5c2e7; +} + +/* NameException */ +.chroma .ne { + color: #eba0ac; +} + +/* NameFunction */ +.chroma .nf { + color: #89b4fa; +} + +/* NameEntity */ +.chroma .ni { + color: #f5c2e7; +} + +/* NameLabel */ +.chroma .nl { + color: #f9e2af; +} + +/* NameNamespace */ +.chroma .nn { + color: #f9e2af; +} + +/* NameConstant */ +.chroma .no { + color: #f9e2af; +} + +/* NameTag */ +.chroma .nt { + color: #cba6f7; +} + +/* NameVariable */ +.chroma .nv { + color: #fab387; +} + +/* NameOther */ +.chroma .nx { + color: #fab387; +} + +/* Operator */ +.chroma .o { + color: #89dceb; +} + +/* OperatorWord */ +.chroma .ow { + color: #89dceb; + font-weight: bold; +} + +/* Punctuation */ +.chroma .p { + color: #9399b2; +} + +/* NameProperty */ +/* LiteralString */ +.chroma .s { + color: #a6e3a1; +} + +/* LiteralStringSingle */ +.chroma .s1 { + color: #a6e3a1; +} + +/* LiteralStringDouble */ +.chroma .s2 { + color: #a6e3a1; +} + +/* LiteralStringAffix */ +.chroma .sa { + color: #a6e3a1; +} + +/* LiteralStringBacktick */ +.chroma .sb { + color: #a6e3a1; +} + +/* LiteralStringChar */ +.chroma .sc { + color: #a6e3a1; +} + +/* LiteralStringDoc */ +.chroma .sd { + color: #a6e3a1; +} + +/* LiteralStringEscape */ +.chroma .se { + color: #89b4fa; +} + +/* LiteralStringHeredoc */ +.chroma .sh { + color: #a6e3a1; +} + +/* LiteralStringInterpol */ +.chroma .si { + color: #a6e3a1; +} + +/* LiteralStringRegex */ +.chroma .sr { + color: #89b4fa; +} + +/* LiteralStringSymbol */ +.chroma .ss { + color: #a6e3a1; +} + +/* LiteralStringOther */ +.chroma .sx { + color: #a6e3a1; +} + +/* NameVariableClass */ +.chroma .vc { + color: #f9e2af; +} + +/* NameVariableGlobal */ +.chroma .vg { + color: #fab387; +} + +/* NameVariableInstance */ +.chroma .vi { + color: #f9e2af; +} + +/* NameVariableMagic */ +/* TextWhitespace */ +.chroma .w { + color: #313244; +} + +.CodeMirror .cm-property, +.CodeMirror.cm-s-default .cm-property, +.CodeMirror.cm-s-paper .cm-property { + color: #cdd6f4; +} +.CodeMirror .cm-header, +.CodeMirror.cm-s-default .cm-header, +.CodeMirror.cm-s-paper .cm-header { + color: #cdd6f4; +} +.CodeMirror .cm-quote, +.CodeMirror.cm-s-default .cm-quote, +.CodeMirror.cm-s-paper .cm-quote { + color: #a6e3a1; +} +.CodeMirror .cm-keyword, +.CodeMirror.cm-s-default .cm-keyword, +.CodeMirror.cm-s-paper .cm-keyword { + color: #cba6f7; +} +.CodeMirror .cm-atom, +.CodeMirror.cm-s-default .cm-atom, +.CodeMirror.cm-s-paper .cm-atom { + color: #f38ba8; +} +.CodeMirror .cm-number, +.CodeMirror.cm-s-default .cm-number, +.CodeMirror.cm-s-paper .cm-number { + color: #fab387; +} +.CodeMirror .cm-def, +.CodeMirror.cm-s-default .cm-def, +.CodeMirror.cm-s-paper .cm-def { + color: #cdd6f4; +} +.CodeMirror .cm-variable-2, +.CodeMirror.cm-s-default .cm-variable-2, +.CodeMirror.cm-s-paper .cm-variable-2 { + color: #89dceb; +} +.CodeMirror .cm-variable-3, +.CodeMirror.cm-s-default .cm-variable-3, +.CodeMirror.cm-s-paper .cm-variable-3 { + color: #94e2d5; +} +.CodeMirror .cm-comment, +.CodeMirror.cm-s-default .cm-comment, +.CodeMirror.cm-s-paper .cm-comment { + color: #585b70; +} +.CodeMirror .cm-string, +.CodeMirror.cm-s-default .cm-string, +.CodeMirror.cm-s-paper .cm-string { + color: #a6e3a1; +} +.CodeMirror .cm-string-2, +.CodeMirror.cm-s-default .cm-string-2, +.CodeMirror.cm-s-paper .cm-string-2 { + color: #a6e3a1; +} +.CodeMirror .cm-meta, +.CodeMirror.cm-s-default .cm-meta, +.CodeMirror.cm-s-paper .cm-meta { + color: #fab387; +} +.CodeMirror .cm-qualifier, +.CodeMirror.cm-s-default .cm-qualifier, +.CodeMirror.cm-s-paper .cm-qualifier { + color: #fab387; +} +.CodeMirror .cm-builtin, +.CodeMirror.cm-s-default .cm-builtin, +.CodeMirror.cm-s-paper .cm-builtin { + color: #fab387; +} +.CodeMirror .cm-bracket, +.CodeMirror.cm-s-default .cm-bracket, +.CodeMirror.cm-s-paper .cm-bracket { + color: #cdd6f4; +} +.CodeMirror .cm-tag, +.CodeMirror.cm-s-default .cm-tag, +.CodeMirror.cm-s-paper .cm-tag { + color: #f9e2af; +} +.CodeMirror .cm-attribute, +.CodeMirror.cm-s-default .cm-attribute, +.CodeMirror.cm-s-paper .cm-attribute { + color: #f9e2af; +} +.CodeMirror .cm-hr, +.CodeMirror.cm-s-default .cm-hr, +.CodeMirror.cm-s-paper .cm-hr { + color: #9399b2; +} +.CodeMirror .cm-url, +.CodeMirror.cm-s-default .cm-url, +.CodeMirror.cm-s-paper .cm-url { + color: #89b4fa; +} +.CodeMirror .cm-link, +.CodeMirror.cm-s-default .cm-link, +.CodeMirror.cm-s-paper .cm-link { + color: #89b4fa; +} +.CodeMirror .cm-error, +.CodeMirror.cm-s-default .cm-error, +.CodeMirror.cm-s-paper .cm-error { + color: #f38ba8; +} + +.monaco-editor .selected-text { + background-color: #313244 !important; +} +.monaco-editor .margin-view-overlays .line-numbers { + color: #a6adc8 !important; +} +.monaco-editor .line-numbers.active-line-number { + color: #f5c2e7 !important; +} +.monaco-editor .view-overlays .current-line, +.monaco-editor .margin-view-overlays .current-line-margin { + background-color: rgb(42.16, 42.8, 60.08) !important; +} +.monaco-editor .mtk1 { + color: #cdd6f4 !important; +} +.monaco-editor .mtk2 { + color: #ff69b4 !important; +} +.monaco-editor .mtk3 { + color: #fab387 !important; +} +.monaco-editor .mtk4 { + color: #94e2d5 !important; +} +.monaco-editor .mtk5 { + color: #cdd6f4 !important; +} +.monaco-editor .mtk6 { + color: #cba6f7 !important; +} +.monaco-editor .mtk7 { + color: #fab387 !important; +} +.monaco-editor .mtk8 { + color: #9399b2 !important; +} +.monaco-editor .mtk9 { + color: #cba6f7 !important; +} +.monaco-editor .mtk10 { + color: #a6adc8 !important; +} +.monaco-editor .mtk11 { + color: #94e2d5 !important; +} +.monaco-editor .mtk12 { + color: #94e2d5 !important; +} +.monaco-editor .mtk13 { + color: #ff69b4 !important; +} +.monaco-editor .mtk14 { + color: #ff69b4 !important; +} +.monaco-editor .mtk15 { + color: #cba6f7 !important; +} +.monaco-editor .mtk16 { + color: #9399b2 !important; +} +.monaco-editor .mtk17 { + color: #ff69b4 !important; +} +.monaco-editor .mtk18 { + color: #ff69b4 !important; +} +.monaco-editor .mtk19 { + color: #94e2d5 !important; +} +.monaco-editor .mtk20 { + color: #ff69b4 !important; +} +.monaco-editor .mtk21 { + color: #a6e3a1 !important; +} +.monaco-editor .mtk22 { + color: #ff69b4 !important; +} +.monaco-editor .mtk23 { + color: #89b4fa !important; +} +.monaco-editor .mtk24 { + color: #fab387 !important; +} +.monaco-editor .mtk25 { + color: #f5c2e7 !important; +} +.monaco-editor .bracket-highlighting-0 { + color: rgb(227.8, 169, 198.4) !important; +} +.monaco-editor .bracket-highlighting-1 { + color: rgb(232, 193, 178.6) !important; +} +.monaco-editor .bracket-highlighting-2 { + color: rgb(231.4, 221.2, 202.6) !important; +} +.monaco-editor .bracket-highlighting-3 { + color: rgb(181.6, 221.8, 194.2) !important; +} +.monaco-editor .bracket-highlighting-4 { + color: rgb(164.2, 193.6, 247.6) !important; +} +.monaco-editor .bracket-highlighting-5 { + color: rgb(203.8, 185.2, 245.8) !important; +} \ No newline at end of file diff --git a/public/assets/css/theme-catppuccin-mocha-red.css b/public/assets/css/theme-catppuccin-mocha-red.css new file mode 100644 index 0000000..aef8ca2 --- /dev/null +++ b/public/assets/css/theme-catppuccin-mocha-red.css @@ -0,0 +1,873 @@ +:root { + color-scheme: dark; + --is-dark-theme: true; + accent-color: #f38ba8; + --color-primary: #f38ba8; + --color-primary-contrast: #11111b; + --color-primary-hover: rgb(240.609375, 115.890625, 150.66796875); + --color-primary-dark-1: rgb(241.565625, 125.134375, 157.60078125); + --color-primary-dark-2: rgb(240.13125, 111.26875, 147.2015625); + --color-primary-dark-3: rgb(238.696875, 97.403125, 136.80234375); + --color-primary-dark-4: rgb(237.2625, 83.5375, 126.403125); + --color-primary-dark-5: rgb(235.828125, 69.671875, 116.00390625); + --color-primary-dark-6: rgb(234.39375, 55.80625, 105.6046875); + --color-primary-dark-7: rgb(232.959375, 41.940625, 95.20546875); + --color-primary-light-1: rgb(244.434375, 152.865625, 178.39921875); + --color-primary-light-2: rgb(245.86875, 166.73125, 188.7984375); + --color-primary-light-3: rgb(247.303125, 180.596875, 199.19765625); + --color-primary-light-4: rgb(248.7375, 194.4625, 209.596875); + --color-primary-light-5: rgb(250.171875, 208.328125, 219.99609375); + --color-primary-light-6: rgb(251.60625, 222.19375, 230.3953125); + --color-primary-light-7: rgb(253.040625, 236.059375, 240.79453125); + --color-primary-alpha-10: rgba(243, 139, 168, 0.1); + --color-primary-alpha-20: rgba(243, 139, 168, 0.2); + --color-primary-alpha-30: rgba(243, 139, 168, 0.3); + --color-primary-alpha-40: rgba(243, 139, 168, 0.4); + --color-primary-alpha-50: rgba(243, 139, 168, 0.5); + --color-primary-alpha-60: rgba(243, 139, 168, 0.6); + --color-primary-alpha-70: rgba(243, 139, 168, 0.7); + --color-primary-alpha-80: rgba(243, 139, 168, 0.8); + --color-primary-alpha-90: rgba(243, 139, 168, 0.9); + --color-secondary: #45475a; + --color-secondary-dark-1: rgb(55.4076923077, 56.5384615385, 76.8923076923); + --color-secondary-dark-2: rgb(61.8153846154, 63.0769230769, 85.7846153846); + --color-secondary-dark-3: rgb(68.2230769231, 69.6153846154, 94.6769230769); + --color-secondary-dark-4: rgb(74.6307692308, 76.1538461538, 103.5692307692); + --color-secondary-dark-5: rgb(81.0384615385, 82.6923076923, 112.4615384615); + --color-secondary-dark-6: rgb(87.4461538462, 89.2307692308, 121.3538461538); + --color-secondary-dark-7: rgb(93.8538461538, 95.7692307692, 130.2461538462); + --color-secondary-dark-8: rgb(100.2615384615, 102.3076923077, 139.1384615385); + --color-secondary-dark-9: rgb(106.6692307692, 108.8461538462, 148.0307692308); + --color-secondary-dark-10: rgb(115.5128205128, 117.5641025641, 154.4871794872); + --color-secondary-dark-11: rgb(124.4051282051, 126.3256410256, 160.8948717949); + --color-secondary-dark-12: rgb(133.2974358974, 135.0871794872, 167.3025641026); + --color-secondary-dark-13: rgb(142.1897435897, 143.8487179487, 173.7102564103); + --color-secondary-light-1: rgb(42.5923076923, 43.4615384615, 59.1076923077); + --color-secondary-light-2: rgb(36.1846153846, 36.9230769231, 50.2153846154); + --color-secondary-light-3: rgb(29.7769230769, 30.3846153846, 41.3230769231); + --color-secondary-light-4: rgb(23.3692307692, 23.8461538462, 32.4307692308); + --color-secondary-alpha-10: rgba(49, 50, 68, 0.1); + --color-secondary-alpha-20: rgba(49, 50, 68, 0.2); + --color-secondary-alpha-30: rgba(49, 50, 68, 0.3); + --color-secondary-alpha-40: rgba(49, 50, 68, 0.4); + --color-secondary-alpha-50: rgba(49, 50, 68, 0.5); + --color-secondary-alpha-60: rgba(49, 50, 68, 0.6); + --color-secondary-alpha-70: rgba(49, 50, 68, 0.7); + --color-secondary-alpha-80: rgba(49, 50, 68, 0.8); + --color-secondary-alpha-90: rgba(49, 50, 68, 0.9); + /* colors */ + --color-red: #f38ba8; + --color-orange: #fab387; + --color-yellow: #f9e2af; + --color-olive: #a6e3a1; + --color-green: #a6e3a1; + --color-teal: #94e2d5; + --color-blue: #89b4fa; + --color-violet: #b4befe; + --color-purple: #cba6f7; + --color-pink: #f5c2e7; + --color-brown: #f2cdcd; + --color-grey: #9399b2; + --color-black: #181825; + /* light variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-light: rgb(238.21875, 92.78125, 133.3359375); + --color-orange-light: rgb(247.96, 147.992, 86.04); + --color-yellow-light: rgb(245.4418604651, 208.8023255814, 127.5581395349); + --color-olive-light: rgb(128.7950819672, 215.2950819672, 121.7049180328); + --color-green-light: rgb(128.7950819672, 215.2950819672, 121.7049180328); + --color-teal-light: rgb(107.875, 215.125, 197.25); + --color-blue-light: rgb(88.0731707317, 148.9024390244, 247.9268292683); + --color-violet-light: rgb(129.6710526316, 146.3815789474, 253.3289473684); + --color-purple-light: rgb(175.6597938144, 119.206185567, 242.793814433); + --color-pink-light: rgb(237.8169014085, 150.1830985915, 213.7605633803); + --color-brown-light: rgb(231.4761904762, 164.5238095238, 164.5238095238); + --color-grey-light: rgb(117.227027027, 124.8810810811, 156.772972973); + --color-black-light: rgb(3.9344262295, 3.9344262295, 6.0655737705); + /* dark 1 variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-dark-1: rgb(238.21875, 92.78125, 133.3359375); + --color-orange-dark-1: rgb(247.96, 147.992, 86.04); + --color-yellow-dark-1: rgb(245.4418604651, 208.8023255814, 127.5581395349); + --color-olive-dark-1: rgb(128.7950819672, 215.2950819672, 121.7049180328); + --color-green-dark-1: rgb(128.7950819672, 215.2950819672, 121.7049180328); + --color-teal-dark-1: rgb(107.875, 215.125, 197.25); + --color-blue-dark-1: rgb(88.0731707317, 148.9024390244, 247.9268292683); + --color-violet-dark-1: rgb(129.6710526316, 146.3815789474, 253.3289473684); + --color-purple-dark-1: rgb(175.6597938144, 119.206185567, 242.793814433); + --color-pink-dark-1: rgb(237.8169014085, 150.1830985915, 213.7605633803); + --color-brown-dark-1: rgb(231.4761904762, 164.5238095238, 164.5238095238); + --color-black-dark-1: rgb(3.9344262295, 3.9344262295, 6.0655737705); + /* dark 2 variants - produced via Sass scale-color(color, $lightness: -20%) */ + --color-red-dark-2: rgb(233.4375, 46.5625, 98.671875); + --color-orange-dark-2: rgb(245.92, 116.984, 37.08); + --color-yellow-dark-2: rgb(241.8837209302, 191.6046511628, 80.1162790698); + --color-olive-dark-2: rgb(91.5901639344, 203.5901639344, 82.4098360656); + --color-green-dark-2: rgb(91.5901639344, 203.5901639344, 82.4098360656); + --color-teal-dark-2: rgb(67.75, 204.25, 181.5); + --color-blue-dark-2: rgb(39.1463414634, 117.8048780488, 245.8536585366); + --color-violet-dark-2: rgb(79.3421052632, 102.7631578947, 252.6578947368); + --color-purple-dark-2: rgb(148.3195876289, 72.412371134, 238.587628866); + --color-pink-dark-2: rgb(230.6338028169, 106.3661971831, 196.5211267606); + --color-brown-dark-2: rgb(220.9523809524, 124.0476190476, 124.0476190476); + --color-black-dark-2: hsl(240, 21.3114754098%, -8.0392156863%); + /* other colors */ + --color-gold: #f5e0dc; + --color-white: #cdd6f4; + --color-diff-removed-word-bg: rgba(243, 139, 168, 0.15); + --color-diff-added-word-bg: rgba(166, 227, 161, 0.15); + --color-diff-removed-row-bg: rgba(243, 139, 168, 0.07); + --color-diff-moved-row-bg: rgba(249, 226, 175, 0.07); + --color-diff-added-row-bg: rgba(166, 227, 161, 0.07); + --color-diff-removed-row-border: rgba(243, 139, 168, 0.07); + --color-diff-moved-row-border: rgba(249, 226, 175, 0.07); + --color-diff-added-row-border: rgba(166, 227, 161, 0.07); + --color-diff-inactive: #9399b2; + --color-error-border: #f38ba8; + --color-error-bg: #f38ba8; + --color-error-bg-active: rgb(240.609375, 115.890625, 150.66796875); + --color-error-bg-hover: rgb(238.21875, 92.78125, 133.3359375); + --color-error-text: #11111b; + --color-success-border: rgb(128.7950819672, 215.2950819672, 121.7049180328); + --color-success-bg: #a6e3a1; + --color-success-text: #11111b; + --color-warning-border: rgb(245.4418604651, 208.8023255814, 127.5581395349); + --color-warning-bg: #f9e2af; + --color-warning-text: #11111b; + --color-info-border: rgb(88.0731707317, 148.9024390244, 247.9268292683); + --color-info-bg: #11111b; + --color-info-text: #cdd6f4; + --color-red-badge: rgb(238.21875, 92.78125, 133.3359375); + --color-red-badge-bg: #11111b; + --color-red-badge-hover-bg: rgb(240.609375, 115.890625, 150.66796875); + --color-green-badge: #a6e3a1; + --color-green-badge-bg: #a6e3a1; + --color-green-badge-hover-bg: rgb(147.3975409836, 221.1475409836, 141.3524590164); + --color-yellow-badge: #f9e2af; + --color-yellow-badge-bg: #11111b; + --color-yellow-badge-hover-bg: rgb(247.2209302326, 217.4011627907, 151.2790697674); + --color-orange-badge: #fab387; + --color-orange-badge-bg: #11111b; + --color-orange-badge-hover-bg: rgb(248.98, 163.496, 110.52); + --color-git: #fab387; + --color-highlight-bg: rgba(249, 226, 175, 0.15); + /* target-based colors */ + --color-body: #11111b; + --color-box-header: #181825; + --color-box-body: #181825; + --color-box-body-highlight: #313244; + --color-text-dark: #a6adc8; + --color-text: #cdd6f4; + --color-text-light: #bac2de; + --color-text-light-1: #bac2de; + --color-text-light-2: #bac2de; + --color-text-light-3: #bac2de; + --color-footer: #181825; + --color-timeline: #313244; + --color-input-text: #cdd6f4; + --color-input-background: #313244; + --color-input-toggle-background: #313244; + --color-input-border: #45475a; + --color-input-border-hover: #585b70; + --color-nav-bg: #181825; + --color-nav-hover-bg: var(--color-hover); + --color-navbar: #181825; + --color-navbar-transparent: rgba(17, 17, 27, 0); + --color-light: rgba(88, 91, 112, 0.3); + --color-light-mimic-enabled: rgba( + 0, + 0, + 0, + calc(40 / 255 * 222 / 255 / var(--opacity-disabled)) + ); + --color-light-border: #585b70; + --color-hover: rgba(108, 112, 134, 0.2); + --color-active: rgba(205, 214, 244, 0.1); + --color-menu: #313244; + --color-card: #313244; + --color-markup-table-row: rgba(205, 214, 244, 0.02); + --color-markup-code-block: rgba(205, 214, 244, 0.05); + --color-markup-code-inline: #313244; + --color-button: #313244; + --color-code-bg: #1e1e2e; + --color-code-sidebar-bg: #313244; + --color-shadow: rgba(17, 17, 27, 0.1); + --color-tooltip-bg: #313244; + --color-tooltip-text: var(--color-text); + --color-secondary-bg: #313244; + --color-text-focus: #cdd6f4; + --color-expand-button: #585b70; + --color-placeholder-text: #a6adc8; + --color-editor-line-highlight: var(--color-primary-light-5); + --color-project-board-bg: var(--color-secondary-light-2); + /* gitea source code: */ + /* should ideally be --color-text-dark, see go-gitea/gitea#15651 */ + --color-caret: var(--color-text); + --color-reaction-bg: rgba(205, 214, 244, 0.07); + --color-reaction-active-bg: var(--color-primary-alpha-40); + --color-header-wrapper: #181825; + --color-header-wrapper-transparent: rgba(24, 24, 37, 0); + --color-label-text: #11111b; + --color-label-bg: #f38ba8; + --color-label-hover-bg: rgb(240.13125, 111.26875, 147.2015625); + --color-label-active-bg: rgb(241.565625, 125.134375, 157.60078125); + --color-accent: var(--color-primary-light-1); + --color-small-accent: var(--color-primary-light-5); + --color-active-line: #45475a; +} + +/* invert emojis that are hard to read otherwise */ +.emoji[aria-label="check mark"], +.emoji[aria-label="currency exchange"], +.emoji[aria-label="TOP arrow"], +.emoji[aria-label="END arrow"], +.emoji[aria-label="ON! arrow"], +.emoji[aria-label="SOON arrow"], +.emoji[aria-label="heavy dollar sign"], +.emoji[aria-label=copyright], +.emoji[aria-label=registered], +.emoji[aria-label="trade mark"], +.emoji[aria-label=multiply], +.emoji[aria-label=plus], +.emoji[aria-label=minus], +.emoji[aria-label=divide], +.emoji[aria-label="curly loop"], +.emoji[aria-label="double curly loop"], +.emoji[aria-label="wavy dash"], +.emoji[aria-label="paw prints"], +.emoji[aria-label="musical note"], +.emoji[aria-label="musical notes"] { + filter: invert(100%) hue-rotate(180deg); +} + +.ui.ui.ui.button:not(.inverted, .basic).primary, .ui.ui.ui.button:not(.inverted, .basic).green, .ui.ui.ui.button:not(.inverted, .basic).red, .ui.ui.ui.button:not(.inverted, .basic).teal, +.ui.ui.ui.label:not(.inverted, .basic).primary, +.ui.ui.ui.label:not(.inverted, .basic).green, +.ui.ui.ui.label:not(.inverted, .basic).red, +.ui.ui.ui.label:not(.inverted, .basic).teal { + color: #11111b; +} +.ui.ui.ui.button:not(.inverted, .basic).primary:hover, .ui.ui.ui.button:not(.inverted, .basic).green:hover, .ui.ui.ui.button:not(.inverted, .basic).red:hover, .ui.ui.ui.button:not(.inverted, .basic).teal:hover, +.ui.ui.ui.label:not(.inverted, .basic).primary:hover, +.ui.ui.ui.label:not(.inverted, .basic).green:hover, +.ui.ui.ui.label:not(.inverted, .basic).red:hover, +.ui.ui.ui.label:not(.inverted, .basic).teal:hover { + color: #1e1e2e; +} + +.ui.basic.modal { + background-color: #1e1e2e; +} + +.ui.commit-header-row .svg.gitea-lock ~ a { + color: #11111b; +} + +.ui.negative.message .header { + color: var(--color-error-text); +} + +.ui.sha.isSigned.isVerified .shortsha { + color: #11111b; +} +.ui.sha.isSigned.isVerified svg.gitea-lock { + fill: #11111b; +} + +.ui.basic.modal, +.ui.basic.modal > .header, +.ui.inverted.button { + color: #cdd6f4 !important; +} + +#repo-topics, +#topic_edit > .ui.selection.dropdown { + color: var(--color-label-text) !important; +} + +blockquote.attention-tip { + border-left-color: var(--color-success-bg); +} +blockquote.attention-warning { + border-left-color: var(--color-warning-bg); +} + +svg.attention-tip, +strong.attention-tip { + color: var(--color-success-bg); +} +svg.attention-warning, +strong.attention-warning { + color: var(--color-warning-bg); +} + +.inline-code-block { + color: #11111b; +} + +::selection { + background: rgba(243, 139, 168, 0.3) !important; +} + +/* NameBuiltinPseudo */ +.chroma .bp { + color: #fab387; +} + +/* Comment */ +.chroma .c { + color: #6c7086; +} + +/* CommentSingle */ +.chroma .c1 { + color: #6c7086; +} + +/* CommentHashbang */ +.chroma .ch { + color: #6c7086; +} + +/* CommentMultiline */ +.chroma .cm { + color: #6c7086; +} + +/* CommentPreproc */ +.chroma .cp { + color: #89b4fa; +} + +/* CommentPreprocFile */ +.chroma .cpf { + color: #89b4fa; +} + +/* CommentSpecial */ +.chroma .cs { + color: #6c7086; +} + +/* LiteralStringDelimiter */ +.chroma .dl { + color: #89b4fa; +} + +/* NameFunctionMagic */ +/* Generic */ +/* GenericDeleted */ +.chroma .gd { + color: #cdd6f4; + background-color: rgba(243, 139, 168, 0.15); +} + +/* GenericEmph */ +.chroma .ge { + font-style: italic; +} + +/* GenericHeading */ +.chroma .gh { + color: #89dceb; +} + +/* GenericInserted */ +.chroma .gi { + color: #cdd6f4; + background-color: rgba(166, 227, 161, 0.15); +} + +/* GenericUnderline */ +/* GenericOutput */ +.chroma .go { + color: #fab387; +} + +/* GenericPrompt */ +.chroma .gp { + color: #6c7086; + font-weight: bold; +} + +/* GenericError */ +.chroma .gr { + color: #eba0ac; +} + +/* GenericStrong */ +.chroma .gs { + font-weight: bold; +} + +/* GenericTraceback */ +.chroma .gt { + color: #eba0ac; +} + +/* GenericSubheading */ +.chroma .gu { + color: #89dceb; +} + +/* LiteralNumberIntegerLong */ +.chroma .il { + color: #fab387; +} + +/* Keyword */ +.chroma .k { + color: #cba6f7; +} + +/* KeywordConstant */ +.chroma .kc { + color: #f9e2af; +} + +/* KeywordDeclaration */ +.chroma .kd { + color: #cba6f7; +} + +/* KeywordNamespace */ +.chroma .kn { + color: #f9e2af; +} + +/* KeywordPseudo */ +.chroma .kp { + color: #cba6f7; + font-weight: bold; +} + +/* KeywordReserved */ +.chroma .kr { + color: #cba6f7; +} + +/* KeywordType */ +.chroma .kt { + color: #f9e2af; +} + +/* Literal */ +/* LiteralDate */ +/* LiteralNumber */ +.chroma .m { + color: #fab387; +} + +/* LiteralNumberBin */ +.chroma .mb { + color: #fab387; +} + +/* LiteralNumberFloat */ +.chroma .mf { + color: #fab387; +} + +/* LiteralNumberHex */ +.chroma .mh { + color: #fab387; +} + +/* LiteralNumberInteger */ +.chroma .mi { + color: #fab387; +} + +/* LiteralNumberOct */ +.chroma .mo { + color: #fab387; +} + +/* Name */ +.chroma .n { + color: #b4befe; +} + +/* NameAttribute */ +.chroma .na { + color: #f9e2af; +} + +/* NameBuiltin */ +.chroma .nb { + color: #fab387; +} + +/* NameClass */ +.chroma .nc { + color: #f9e2af; +} + +/* NameDecorator */ +.chroma .nd { + color: #f5c2e7; +} + +/* NameException */ +.chroma .ne { + color: #eba0ac; +} + +/* NameFunction */ +.chroma .nf { + color: #89b4fa; +} + +/* NameEntity */ +.chroma .ni { + color: #f5c2e7; +} + +/* NameLabel */ +.chroma .nl { + color: #f9e2af; +} + +/* NameNamespace */ +.chroma .nn { + color: #f9e2af; +} + +/* NameConstant */ +.chroma .no { + color: #f9e2af; +} + +/* NameTag */ +.chroma .nt { + color: #cba6f7; +} + +/* NameVariable */ +.chroma .nv { + color: #fab387; +} + +/* NameOther */ +.chroma .nx { + color: #fab387; +} + +/* Operator */ +.chroma .o { + color: #89dceb; +} + +/* OperatorWord */ +.chroma .ow { + color: #89dceb; + font-weight: bold; +} + +/* Punctuation */ +.chroma .p { + color: #9399b2; +} + +/* NameProperty */ +/* LiteralString */ +.chroma .s { + color: #a6e3a1; +} + +/* LiteralStringSingle */ +.chroma .s1 { + color: #a6e3a1; +} + +/* LiteralStringDouble */ +.chroma .s2 { + color: #a6e3a1; +} + +/* LiteralStringAffix */ +.chroma .sa { + color: #a6e3a1; +} + +/* LiteralStringBacktick */ +.chroma .sb { + color: #a6e3a1; +} + +/* LiteralStringChar */ +.chroma .sc { + color: #a6e3a1; +} + +/* LiteralStringDoc */ +.chroma .sd { + color: #a6e3a1; +} + +/* LiteralStringEscape */ +.chroma .se { + color: #89b4fa; +} + +/* LiteralStringHeredoc */ +.chroma .sh { + color: #a6e3a1; +} + +/* LiteralStringInterpol */ +.chroma .si { + color: #a6e3a1; +} + +/* LiteralStringRegex */ +.chroma .sr { + color: #89b4fa; +} + +/* LiteralStringSymbol */ +.chroma .ss { + color: #a6e3a1; +} + +/* LiteralStringOther */ +.chroma .sx { + color: #a6e3a1; +} + +/* NameVariableClass */ +.chroma .vc { + color: #f9e2af; +} + +/* NameVariableGlobal */ +.chroma .vg { + color: #fab387; +} + +/* NameVariableInstance */ +.chroma .vi { + color: #f9e2af; +} + +/* NameVariableMagic */ +/* TextWhitespace */ +.chroma .w { + color: #313244; +} + +.CodeMirror .cm-property, +.CodeMirror.cm-s-default .cm-property, +.CodeMirror.cm-s-paper .cm-property { + color: #cdd6f4; +} +.CodeMirror .cm-header, +.CodeMirror.cm-s-default .cm-header, +.CodeMirror.cm-s-paper .cm-header { + color: #cdd6f4; +} +.CodeMirror .cm-quote, +.CodeMirror.cm-s-default .cm-quote, +.CodeMirror.cm-s-paper .cm-quote { + color: #a6e3a1; +} +.CodeMirror .cm-keyword, +.CodeMirror.cm-s-default .cm-keyword, +.CodeMirror.cm-s-paper .cm-keyword { + color: #cba6f7; +} +.CodeMirror .cm-atom, +.CodeMirror.cm-s-default .cm-atom, +.CodeMirror.cm-s-paper .cm-atom { + color: #f38ba8; +} +.CodeMirror .cm-number, +.CodeMirror.cm-s-default .cm-number, +.CodeMirror.cm-s-paper .cm-number { + color: #fab387; +} +.CodeMirror .cm-def, +.CodeMirror.cm-s-default .cm-def, +.CodeMirror.cm-s-paper .cm-def { + color: #cdd6f4; +} +.CodeMirror .cm-variable-2, +.CodeMirror.cm-s-default .cm-variable-2, +.CodeMirror.cm-s-paper .cm-variable-2 { + color: #89dceb; +} +.CodeMirror .cm-variable-3, +.CodeMirror.cm-s-default .cm-variable-3, +.CodeMirror.cm-s-paper .cm-variable-3 { + color: #94e2d5; +} +.CodeMirror .cm-comment, +.CodeMirror.cm-s-default .cm-comment, +.CodeMirror.cm-s-paper .cm-comment { + color: #585b70; +} +.CodeMirror .cm-string, +.CodeMirror.cm-s-default .cm-string, +.CodeMirror.cm-s-paper .cm-string { + color: #a6e3a1; +} +.CodeMirror .cm-string-2, +.CodeMirror.cm-s-default .cm-string-2, +.CodeMirror.cm-s-paper .cm-string-2 { + color: #a6e3a1; +} +.CodeMirror .cm-meta, +.CodeMirror.cm-s-default .cm-meta, +.CodeMirror.cm-s-paper .cm-meta { + color: #fab387; +} +.CodeMirror .cm-qualifier, +.CodeMirror.cm-s-default .cm-qualifier, +.CodeMirror.cm-s-paper .cm-qualifier { + color: #fab387; +} +.CodeMirror .cm-builtin, +.CodeMirror.cm-s-default .cm-builtin, +.CodeMirror.cm-s-paper .cm-builtin { + color: #fab387; +} +.CodeMirror .cm-bracket, +.CodeMirror.cm-s-default .cm-bracket, +.CodeMirror.cm-s-paper .cm-bracket { + color: #cdd6f4; +} +.CodeMirror .cm-tag, +.CodeMirror.cm-s-default .cm-tag, +.CodeMirror.cm-s-paper .cm-tag { + color: #f9e2af; +} +.CodeMirror .cm-attribute, +.CodeMirror.cm-s-default .cm-attribute, +.CodeMirror.cm-s-paper .cm-attribute { + color: #f9e2af; +} +.CodeMirror .cm-hr, +.CodeMirror.cm-s-default .cm-hr, +.CodeMirror.cm-s-paper .cm-hr { + color: #9399b2; +} +.CodeMirror .cm-url, +.CodeMirror.cm-s-default .cm-url, +.CodeMirror.cm-s-paper .cm-url { + color: #89b4fa; +} +.CodeMirror .cm-link, +.CodeMirror.cm-s-default .cm-link, +.CodeMirror.cm-s-paper .cm-link { + color: #89b4fa; +} +.CodeMirror .cm-error, +.CodeMirror.cm-s-default .cm-error, +.CodeMirror.cm-s-paper .cm-error { + color: #f38ba8; +} + +.monaco-editor .selected-text { + background-color: #313244 !important; +} +.monaco-editor .margin-view-overlays .line-numbers { + color: #a6adc8 !important; +} +.monaco-editor .line-numbers.active-line-number { + color: #f38ba8 !important; +} +.monaco-editor .view-overlays .current-line, +.monaco-editor .margin-view-overlays .current-line-margin { + background-color: rgb(42.16, 42.8, 60.08) !important; +} +.monaco-editor .mtk1 { + color: #cdd6f4 !important; +} +.monaco-editor .mtk2 { + color: #ff69b4 !important; +} +.monaco-editor .mtk3 { + color: #fab387 !important; +} +.monaco-editor .mtk4 { + color: #94e2d5 !important; +} +.monaco-editor .mtk5 { + color: #cdd6f4 !important; +} +.monaco-editor .mtk6 { + color: #cba6f7 !important; +} +.monaco-editor .mtk7 { + color: #fab387 !important; +} +.monaco-editor .mtk8 { + color: #9399b2 !important; +} +.monaco-editor .mtk9 { + color: #cba6f7 !important; +} +.monaco-editor .mtk10 { + color: #a6adc8 !important; +} +.monaco-editor .mtk11 { + color: #94e2d5 !important; +} +.monaco-editor .mtk12 { + color: #94e2d5 !important; +} +.monaco-editor .mtk13 { + color: #ff69b4 !important; +} +.monaco-editor .mtk14 { + color: #ff69b4 !important; +} +.monaco-editor .mtk15 { + color: #cba6f7 !important; +} +.monaco-editor .mtk16 { + color: #9399b2 !important; +} +.monaco-editor .mtk17 { + color: #ff69b4 !important; +} +.monaco-editor .mtk18 { + color: #ff69b4 !important; +} +.monaco-editor .mtk19 { + color: #94e2d5 !important; +} +.monaco-editor .mtk20 { + color: #ff69b4 !important; +} +.monaco-editor .mtk21 { + color: #a6e3a1 !important; +} +.monaco-editor .mtk22 { + color: #ff69b4 !important; +} +.monaco-editor .mtk23 { + color: #89b4fa !important; +} +.monaco-editor .mtk24 { + color: #fab387 !important; +} +.monaco-editor .mtk25 { + color: #f5c2e7 !important; +} +.monaco-editor .bracket-highlighting-0 { + color: rgb(227.8, 169, 198.4) !important; +} +.monaco-editor .bracket-highlighting-1 { + color: rgb(232, 193, 178.6) !important; +} +.monaco-editor .bracket-highlighting-2 { + color: rgb(231.4, 221.2, 202.6) !important; +} +.monaco-editor .bracket-highlighting-3 { + color: rgb(181.6, 221.8, 194.2) !important; +} +.monaco-editor .bracket-highlighting-4 { + color: rgb(164.2, 193.6, 247.6) !important; +} +.monaco-editor .bracket-highlighting-5 { + color: rgb(203.8, 185.2, 245.8) !important; +} \ No newline at end of file diff --git a/public/assets/css/theme-catppuccin-mocha-rosewater.css b/public/assets/css/theme-catppuccin-mocha-rosewater.css new file mode 100644 index 0000000..06d4aaf --- /dev/null +++ b/public/assets/css/theme-catppuccin-mocha-rosewater.css @@ -0,0 +1,873 @@ +:root { + color-scheme: dark; + --is-dark-theme: true; + accent-color: #f5e0dc; + --color-primary: #f5e0dc; + --color-primary-contrast: #11111b; + --color-primary-hover: rgb(239.3333333333, 206.4333333333, 200.1666666667); + --color-primary-dark-1: rgb(241.6, 213.46, 208.1); + --color-primary-dark-2: rgb(238.2, 202.92, 196.2); + --color-primary-dark-3: rgb(234.8, 192.38, 184.3); + --color-primary-dark-4: rgb(231.4, 181.84, 172.4); + --color-primary-dark-5: rgb(228, 171.3, 160.5); + --color-primary-dark-6: rgb(224.6, 160.76, 148.6); + --color-primary-dark-7: rgb(221.2, 150.22, 136.7); + --color-primary-light-1: rgb(248.4, 234.54, 231.9); + --color-primary-light-2: rgb(251.8, 245.08, 243.8); + --color-primary-light-3: hsl(9.6, 55.5555555555%, 100.1764705882%); + --color-primary-light-4: hsl(9.6, 55.5555555556%, 103.1764705882%); + --color-primary-light-5: hsl(9.6, 55.5555555556%, 106.1764705882%); + --color-primary-light-6: hsl(9.6, 55.5555555556%, 109.1764705882%); + --color-primary-light-7: hsl(9.6, 55.5555555556%, 112.1764705882%); + --color-primary-alpha-10: rgba(245, 224, 220, 0.1); + --color-primary-alpha-20: rgba(245, 224, 220, 0.2); + --color-primary-alpha-30: rgba(245, 224, 220, 0.3); + --color-primary-alpha-40: rgba(245, 224, 220, 0.4); + --color-primary-alpha-50: rgba(245, 224, 220, 0.5); + --color-primary-alpha-60: rgba(245, 224, 220, 0.6); + --color-primary-alpha-70: rgba(245, 224, 220, 0.7); + --color-primary-alpha-80: rgba(245, 224, 220, 0.8); + --color-primary-alpha-90: rgba(245, 224, 220, 0.9); + --color-secondary: #45475a; + --color-secondary-dark-1: rgb(55.4076923077, 56.5384615385, 76.8923076923); + --color-secondary-dark-2: rgb(61.8153846154, 63.0769230769, 85.7846153846); + --color-secondary-dark-3: rgb(68.2230769231, 69.6153846154, 94.6769230769); + --color-secondary-dark-4: rgb(74.6307692308, 76.1538461538, 103.5692307692); + --color-secondary-dark-5: rgb(81.0384615385, 82.6923076923, 112.4615384615); + --color-secondary-dark-6: rgb(87.4461538462, 89.2307692308, 121.3538461538); + --color-secondary-dark-7: rgb(93.8538461538, 95.7692307692, 130.2461538462); + --color-secondary-dark-8: rgb(100.2615384615, 102.3076923077, 139.1384615385); + --color-secondary-dark-9: rgb(106.6692307692, 108.8461538462, 148.0307692308); + --color-secondary-dark-10: rgb(115.5128205128, 117.5641025641, 154.4871794872); + --color-secondary-dark-11: rgb(124.4051282051, 126.3256410256, 160.8948717949); + --color-secondary-dark-12: rgb(133.2974358974, 135.0871794872, 167.3025641026); + --color-secondary-dark-13: rgb(142.1897435897, 143.8487179487, 173.7102564103); + --color-secondary-light-1: rgb(42.5923076923, 43.4615384615, 59.1076923077); + --color-secondary-light-2: rgb(36.1846153846, 36.9230769231, 50.2153846154); + --color-secondary-light-3: rgb(29.7769230769, 30.3846153846, 41.3230769231); + --color-secondary-light-4: rgb(23.3692307692, 23.8461538462, 32.4307692308); + --color-secondary-alpha-10: rgba(49, 50, 68, 0.1); + --color-secondary-alpha-20: rgba(49, 50, 68, 0.2); + --color-secondary-alpha-30: rgba(49, 50, 68, 0.3); + --color-secondary-alpha-40: rgba(49, 50, 68, 0.4); + --color-secondary-alpha-50: rgba(49, 50, 68, 0.5); + --color-secondary-alpha-60: rgba(49, 50, 68, 0.6); + --color-secondary-alpha-70: rgba(49, 50, 68, 0.7); + --color-secondary-alpha-80: rgba(49, 50, 68, 0.8); + --color-secondary-alpha-90: rgba(49, 50, 68, 0.9); + /* colors */ + --color-red: #f38ba8; + --color-orange: #fab387; + --color-yellow: #f9e2af; + --color-olive: #a6e3a1; + --color-green: #a6e3a1; + --color-teal: #94e2d5; + --color-blue: #89b4fa; + --color-violet: #b4befe; + --color-purple: #cba6f7; + --color-pink: #f5c2e7; + --color-brown: #f2cdcd; + --color-grey: #9399b2; + --color-black: #181825; + /* light variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-light: rgb(238.21875, 92.78125, 133.3359375); + --color-orange-light: rgb(247.96, 147.992, 86.04); + --color-yellow-light: rgb(245.4418604651, 208.8023255814, 127.5581395349); + --color-olive-light: rgb(128.7950819672, 215.2950819672, 121.7049180328); + --color-green-light: rgb(128.7950819672, 215.2950819672, 121.7049180328); + --color-teal-light: rgb(107.875, 215.125, 197.25); + --color-blue-light: rgb(88.0731707317, 148.9024390244, 247.9268292683); + --color-violet-light: rgb(129.6710526316, 146.3815789474, 253.3289473684); + --color-purple-light: rgb(175.6597938144, 119.206185567, 242.793814433); + --color-pink-light: rgb(237.8169014085, 150.1830985915, 213.7605633803); + --color-brown-light: rgb(231.4761904762, 164.5238095238, 164.5238095238); + --color-grey-light: rgb(117.227027027, 124.8810810811, 156.772972973); + --color-black-light: rgb(3.9344262295, 3.9344262295, 6.0655737705); + /* dark 1 variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-dark-1: rgb(238.21875, 92.78125, 133.3359375); + --color-orange-dark-1: rgb(247.96, 147.992, 86.04); + --color-yellow-dark-1: rgb(245.4418604651, 208.8023255814, 127.5581395349); + --color-olive-dark-1: rgb(128.7950819672, 215.2950819672, 121.7049180328); + --color-green-dark-1: rgb(128.7950819672, 215.2950819672, 121.7049180328); + --color-teal-dark-1: rgb(107.875, 215.125, 197.25); + --color-blue-dark-1: rgb(88.0731707317, 148.9024390244, 247.9268292683); + --color-violet-dark-1: rgb(129.6710526316, 146.3815789474, 253.3289473684); + --color-purple-dark-1: rgb(175.6597938144, 119.206185567, 242.793814433); + --color-pink-dark-1: rgb(237.8169014085, 150.1830985915, 213.7605633803); + --color-brown-dark-1: rgb(231.4761904762, 164.5238095238, 164.5238095238); + --color-black-dark-1: rgb(3.9344262295, 3.9344262295, 6.0655737705); + /* dark 2 variants - produced via Sass scale-color(color, $lightness: -20%) */ + --color-red-dark-2: rgb(233.4375, 46.5625, 98.671875); + --color-orange-dark-2: rgb(245.92, 116.984, 37.08); + --color-yellow-dark-2: rgb(241.8837209302, 191.6046511628, 80.1162790698); + --color-olive-dark-2: rgb(91.5901639344, 203.5901639344, 82.4098360656); + --color-green-dark-2: rgb(91.5901639344, 203.5901639344, 82.4098360656); + --color-teal-dark-2: rgb(67.75, 204.25, 181.5); + --color-blue-dark-2: rgb(39.1463414634, 117.8048780488, 245.8536585366); + --color-violet-dark-2: rgb(79.3421052632, 102.7631578947, 252.6578947368); + --color-purple-dark-2: rgb(148.3195876289, 72.412371134, 238.587628866); + --color-pink-dark-2: rgb(230.6338028169, 106.3661971831, 196.5211267606); + --color-brown-dark-2: rgb(220.9523809524, 124.0476190476, 124.0476190476); + --color-black-dark-2: hsl(240, 21.3114754098%, -8.0392156863%); + /* other colors */ + --color-gold: #f5e0dc; + --color-white: #cdd6f4; + --color-diff-removed-word-bg: rgba(243, 139, 168, 0.15); + --color-diff-added-word-bg: rgba(166, 227, 161, 0.15); + --color-diff-removed-row-bg: rgba(243, 139, 168, 0.07); + --color-diff-moved-row-bg: rgba(249, 226, 175, 0.07); + --color-diff-added-row-bg: rgba(166, 227, 161, 0.07); + --color-diff-removed-row-border: rgba(243, 139, 168, 0.07); + --color-diff-moved-row-border: rgba(249, 226, 175, 0.07); + --color-diff-added-row-border: rgba(166, 227, 161, 0.07); + --color-diff-inactive: #9399b2; + --color-error-border: #f38ba8; + --color-error-bg: #f38ba8; + --color-error-bg-active: rgb(240.609375, 115.890625, 150.66796875); + --color-error-bg-hover: rgb(238.21875, 92.78125, 133.3359375); + --color-error-text: #11111b; + --color-success-border: rgb(128.7950819672, 215.2950819672, 121.7049180328); + --color-success-bg: #a6e3a1; + --color-success-text: #11111b; + --color-warning-border: rgb(245.4418604651, 208.8023255814, 127.5581395349); + --color-warning-bg: #f9e2af; + --color-warning-text: #11111b; + --color-info-border: rgb(88.0731707317, 148.9024390244, 247.9268292683); + --color-info-bg: #11111b; + --color-info-text: #cdd6f4; + --color-red-badge: rgb(238.21875, 92.78125, 133.3359375); + --color-red-badge-bg: #11111b; + --color-red-badge-hover-bg: rgb(240.609375, 115.890625, 150.66796875); + --color-green-badge: #a6e3a1; + --color-green-badge-bg: #a6e3a1; + --color-green-badge-hover-bg: rgb(147.3975409836, 221.1475409836, 141.3524590164); + --color-yellow-badge: #f9e2af; + --color-yellow-badge-bg: #11111b; + --color-yellow-badge-hover-bg: rgb(247.2209302326, 217.4011627907, 151.2790697674); + --color-orange-badge: #fab387; + --color-orange-badge-bg: #11111b; + --color-orange-badge-hover-bg: rgb(248.98, 163.496, 110.52); + --color-git: #fab387; + --color-highlight-bg: rgba(249, 226, 175, 0.15); + /* target-based colors */ + --color-body: #11111b; + --color-box-header: #181825; + --color-box-body: #181825; + --color-box-body-highlight: #313244; + --color-text-dark: #a6adc8; + --color-text: #cdd6f4; + --color-text-light: #bac2de; + --color-text-light-1: #bac2de; + --color-text-light-2: #bac2de; + --color-text-light-3: #bac2de; + --color-footer: #181825; + --color-timeline: #313244; + --color-input-text: #cdd6f4; + --color-input-background: #313244; + --color-input-toggle-background: #313244; + --color-input-border: #45475a; + --color-input-border-hover: #585b70; + --color-nav-bg: #181825; + --color-nav-hover-bg: var(--color-hover); + --color-navbar: #181825; + --color-navbar-transparent: rgba(17, 17, 27, 0); + --color-light: rgba(88, 91, 112, 0.3); + --color-light-mimic-enabled: rgba( + 0, + 0, + 0, + calc(40 / 255 * 222 / 255 / var(--opacity-disabled)) + ); + --color-light-border: #585b70; + --color-hover: rgba(108, 112, 134, 0.2); + --color-active: rgba(205, 214, 244, 0.1); + --color-menu: #313244; + --color-card: #313244; + --color-markup-table-row: rgba(205, 214, 244, 0.02); + --color-markup-code-block: rgba(205, 214, 244, 0.05); + --color-markup-code-inline: #313244; + --color-button: #313244; + --color-code-bg: #1e1e2e; + --color-code-sidebar-bg: #313244; + --color-shadow: rgba(17, 17, 27, 0.1); + --color-tooltip-bg: #313244; + --color-tooltip-text: var(--color-text); + --color-secondary-bg: #313244; + --color-text-focus: #cdd6f4; + --color-expand-button: #585b70; + --color-placeholder-text: #a6adc8; + --color-editor-line-highlight: var(--color-primary-light-5); + --color-project-board-bg: var(--color-secondary-light-2); + /* gitea source code: */ + /* should ideally be --color-text-dark, see go-gitea/gitea#15651 */ + --color-caret: var(--color-text); + --color-reaction-bg: rgba(205, 214, 244, 0.07); + --color-reaction-active-bg: var(--color-primary-alpha-40); + --color-header-wrapper: #181825; + --color-header-wrapper-transparent: rgba(24, 24, 37, 0); + --color-label-text: #11111b; + --color-label-bg: #f5e0dc; + --color-label-hover-bg: rgb(238.2, 202.92, 196.2); + --color-label-active-bg: rgb(241.6, 213.46, 208.1); + --color-accent: var(--color-primary-light-1); + --color-small-accent: var(--color-primary-light-5); + --color-active-line: #45475a; +} + +/* invert emojis that are hard to read otherwise */ +.emoji[aria-label="check mark"], +.emoji[aria-label="currency exchange"], +.emoji[aria-label="TOP arrow"], +.emoji[aria-label="END arrow"], +.emoji[aria-label="ON! arrow"], +.emoji[aria-label="SOON arrow"], +.emoji[aria-label="heavy dollar sign"], +.emoji[aria-label=copyright], +.emoji[aria-label=registered], +.emoji[aria-label="trade mark"], +.emoji[aria-label=multiply], +.emoji[aria-label=plus], +.emoji[aria-label=minus], +.emoji[aria-label=divide], +.emoji[aria-label="curly loop"], +.emoji[aria-label="double curly loop"], +.emoji[aria-label="wavy dash"], +.emoji[aria-label="paw prints"], +.emoji[aria-label="musical note"], +.emoji[aria-label="musical notes"] { + filter: invert(100%) hue-rotate(180deg); +} + +.ui.ui.ui.button:not(.inverted, .basic).primary, .ui.ui.ui.button:not(.inverted, .basic).green, .ui.ui.ui.button:not(.inverted, .basic).red, .ui.ui.ui.button:not(.inverted, .basic).teal, +.ui.ui.ui.label:not(.inverted, .basic).primary, +.ui.ui.ui.label:not(.inverted, .basic).green, +.ui.ui.ui.label:not(.inverted, .basic).red, +.ui.ui.ui.label:not(.inverted, .basic).teal { + color: #11111b; +} +.ui.ui.ui.button:not(.inverted, .basic).primary:hover, .ui.ui.ui.button:not(.inverted, .basic).green:hover, .ui.ui.ui.button:not(.inverted, .basic).red:hover, .ui.ui.ui.button:not(.inverted, .basic).teal:hover, +.ui.ui.ui.label:not(.inverted, .basic).primary:hover, +.ui.ui.ui.label:not(.inverted, .basic).green:hover, +.ui.ui.ui.label:not(.inverted, .basic).red:hover, +.ui.ui.ui.label:not(.inverted, .basic).teal:hover { + color: #1e1e2e; +} + +.ui.basic.modal { + background-color: #1e1e2e; +} + +.ui.commit-header-row .svg.gitea-lock ~ a { + color: #11111b; +} + +.ui.negative.message .header { + color: var(--color-error-text); +} + +.ui.sha.isSigned.isVerified .shortsha { + color: #11111b; +} +.ui.sha.isSigned.isVerified svg.gitea-lock { + fill: #11111b; +} + +.ui.basic.modal, +.ui.basic.modal > .header, +.ui.inverted.button { + color: #cdd6f4 !important; +} + +#repo-topics, +#topic_edit > .ui.selection.dropdown { + color: var(--color-label-text) !important; +} + +blockquote.attention-tip { + border-left-color: var(--color-success-bg); +} +blockquote.attention-warning { + border-left-color: var(--color-warning-bg); +} + +svg.attention-tip, +strong.attention-tip { + color: var(--color-success-bg); +} +svg.attention-warning, +strong.attention-warning { + color: var(--color-warning-bg); +} + +.inline-code-block { + color: #11111b; +} + +::selection { + background: rgba(245, 224, 220, 0.3) !important; +} + +/* NameBuiltinPseudo */ +.chroma .bp { + color: #fab387; +} + +/* Comment */ +.chroma .c { + color: #6c7086; +} + +/* CommentSingle */ +.chroma .c1 { + color: #6c7086; +} + +/* CommentHashbang */ +.chroma .ch { + color: #6c7086; +} + +/* CommentMultiline */ +.chroma .cm { + color: #6c7086; +} + +/* CommentPreproc */ +.chroma .cp { + color: #89b4fa; +} + +/* CommentPreprocFile */ +.chroma .cpf { + color: #89b4fa; +} + +/* CommentSpecial */ +.chroma .cs { + color: #6c7086; +} + +/* LiteralStringDelimiter */ +.chroma .dl { + color: #89b4fa; +} + +/* NameFunctionMagic */ +/* Generic */ +/* GenericDeleted */ +.chroma .gd { + color: #cdd6f4; + background-color: rgba(243, 139, 168, 0.15); +} + +/* GenericEmph */ +.chroma .ge { + font-style: italic; +} + +/* GenericHeading */ +.chroma .gh { + color: #89dceb; +} + +/* GenericInserted */ +.chroma .gi { + color: #cdd6f4; + background-color: rgba(166, 227, 161, 0.15); +} + +/* GenericUnderline */ +/* GenericOutput */ +.chroma .go { + color: #fab387; +} + +/* GenericPrompt */ +.chroma .gp { + color: #6c7086; + font-weight: bold; +} + +/* GenericError */ +.chroma .gr { + color: #eba0ac; +} + +/* GenericStrong */ +.chroma .gs { + font-weight: bold; +} + +/* GenericTraceback */ +.chroma .gt { + color: #eba0ac; +} + +/* GenericSubheading */ +.chroma .gu { + color: #89dceb; +} + +/* LiteralNumberIntegerLong */ +.chroma .il { + color: #fab387; +} + +/* Keyword */ +.chroma .k { + color: #cba6f7; +} + +/* KeywordConstant */ +.chroma .kc { + color: #f9e2af; +} + +/* KeywordDeclaration */ +.chroma .kd { + color: #cba6f7; +} + +/* KeywordNamespace */ +.chroma .kn { + color: #f9e2af; +} + +/* KeywordPseudo */ +.chroma .kp { + color: #cba6f7; + font-weight: bold; +} + +/* KeywordReserved */ +.chroma .kr { + color: #cba6f7; +} + +/* KeywordType */ +.chroma .kt { + color: #f9e2af; +} + +/* Literal */ +/* LiteralDate */ +/* LiteralNumber */ +.chroma .m { + color: #fab387; +} + +/* LiteralNumberBin */ +.chroma .mb { + color: #fab387; +} + +/* LiteralNumberFloat */ +.chroma .mf { + color: #fab387; +} + +/* LiteralNumberHex */ +.chroma .mh { + color: #fab387; +} + +/* LiteralNumberInteger */ +.chroma .mi { + color: #fab387; +} + +/* LiteralNumberOct */ +.chroma .mo { + color: #fab387; +} + +/* Name */ +.chroma .n { + color: #b4befe; +} + +/* NameAttribute */ +.chroma .na { + color: #f9e2af; +} + +/* NameBuiltin */ +.chroma .nb { + color: #fab387; +} + +/* NameClass */ +.chroma .nc { + color: #f9e2af; +} + +/* NameDecorator */ +.chroma .nd { + color: #f5c2e7; +} + +/* NameException */ +.chroma .ne { + color: #eba0ac; +} + +/* NameFunction */ +.chroma .nf { + color: #89b4fa; +} + +/* NameEntity */ +.chroma .ni { + color: #f5c2e7; +} + +/* NameLabel */ +.chroma .nl { + color: #f9e2af; +} + +/* NameNamespace */ +.chroma .nn { + color: #f9e2af; +} + +/* NameConstant */ +.chroma .no { + color: #f9e2af; +} + +/* NameTag */ +.chroma .nt { + color: #cba6f7; +} + +/* NameVariable */ +.chroma .nv { + color: #fab387; +} + +/* NameOther */ +.chroma .nx { + color: #fab387; +} + +/* Operator */ +.chroma .o { + color: #89dceb; +} + +/* OperatorWord */ +.chroma .ow { + color: #89dceb; + font-weight: bold; +} + +/* Punctuation */ +.chroma .p { + color: #9399b2; +} + +/* NameProperty */ +/* LiteralString */ +.chroma .s { + color: #a6e3a1; +} + +/* LiteralStringSingle */ +.chroma .s1 { + color: #a6e3a1; +} + +/* LiteralStringDouble */ +.chroma .s2 { + color: #a6e3a1; +} + +/* LiteralStringAffix */ +.chroma .sa { + color: #a6e3a1; +} + +/* LiteralStringBacktick */ +.chroma .sb { + color: #a6e3a1; +} + +/* LiteralStringChar */ +.chroma .sc { + color: #a6e3a1; +} + +/* LiteralStringDoc */ +.chroma .sd { + color: #a6e3a1; +} + +/* LiteralStringEscape */ +.chroma .se { + color: #89b4fa; +} + +/* LiteralStringHeredoc */ +.chroma .sh { + color: #a6e3a1; +} + +/* LiteralStringInterpol */ +.chroma .si { + color: #a6e3a1; +} + +/* LiteralStringRegex */ +.chroma .sr { + color: #89b4fa; +} + +/* LiteralStringSymbol */ +.chroma .ss { + color: #a6e3a1; +} + +/* LiteralStringOther */ +.chroma .sx { + color: #a6e3a1; +} + +/* NameVariableClass */ +.chroma .vc { + color: #f9e2af; +} + +/* NameVariableGlobal */ +.chroma .vg { + color: #fab387; +} + +/* NameVariableInstance */ +.chroma .vi { + color: #f9e2af; +} + +/* NameVariableMagic */ +/* TextWhitespace */ +.chroma .w { + color: #313244; +} + +.CodeMirror .cm-property, +.CodeMirror.cm-s-default .cm-property, +.CodeMirror.cm-s-paper .cm-property { + color: #cdd6f4; +} +.CodeMirror .cm-header, +.CodeMirror.cm-s-default .cm-header, +.CodeMirror.cm-s-paper .cm-header { + color: #cdd6f4; +} +.CodeMirror .cm-quote, +.CodeMirror.cm-s-default .cm-quote, +.CodeMirror.cm-s-paper .cm-quote { + color: #a6e3a1; +} +.CodeMirror .cm-keyword, +.CodeMirror.cm-s-default .cm-keyword, +.CodeMirror.cm-s-paper .cm-keyword { + color: #cba6f7; +} +.CodeMirror .cm-atom, +.CodeMirror.cm-s-default .cm-atom, +.CodeMirror.cm-s-paper .cm-atom { + color: #f38ba8; +} +.CodeMirror .cm-number, +.CodeMirror.cm-s-default .cm-number, +.CodeMirror.cm-s-paper .cm-number { + color: #fab387; +} +.CodeMirror .cm-def, +.CodeMirror.cm-s-default .cm-def, +.CodeMirror.cm-s-paper .cm-def { + color: #cdd6f4; +} +.CodeMirror .cm-variable-2, +.CodeMirror.cm-s-default .cm-variable-2, +.CodeMirror.cm-s-paper .cm-variable-2 { + color: #89dceb; +} +.CodeMirror .cm-variable-3, +.CodeMirror.cm-s-default .cm-variable-3, +.CodeMirror.cm-s-paper .cm-variable-3 { + color: #94e2d5; +} +.CodeMirror .cm-comment, +.CodeMirror.cm-s-default .cm-comment, +.CodeMirror.cm-s-paper .cm-comment { + color: #585b70; +} +.CodeMirror .cm-string, +.CodeMirror.cm-s-default .cm-string, +.CodeMirror.cm-s-paper .cm-string { + color: #a6e3a1; +} +.CodeMirror .cm-string-2, +.CodeMirror.cm-s-default .cm-string-2, +.CodeMirror.cm-s-paper .cm-string-2 { + color: #a6e3a1; +} +.CodeMirror .cm-meta, +.CodeMirror.cm-s-default .cm-meta, +.CodeMirror.cm-s-paper .cm-meta { + color: #fab387; +} +.CodeMirror .cm-qualifier, +.CodeMirror.cm-s-default .cm-qualifier, +.CodeMirror.cm-s-paper .cm-qualifier { + color: #fab387; +} +.CodeMirror .cm-builtin, +.CodeMirror.cm-s-default .cm-builtin, +.CodeMirror.cm-s-paper .cm-builtin { + color: #fab387; +} +.CodeMirror .cm-bracket, +.CodeMirror.cm-s-default .cm-bracket, +.CodeMirror.cm-s-paper .cm-bracket { + color: #cdd6f4; +} +.CodeMirror .cm-tag, +.CodeMirror.cm-s-default .cm-tag, +.CodeMirror.cm-s-paper .cm-tag { + color: #f9e2af; +} +.CodeMirror .cm-attribute, +.CodeMirror.cm-s-default .cm-attribute, +.CodeMirror.cm-s-paper .cm-attribute { + color: #f9e2af; +} +.CodeMirror .cm-hr, +.CodeMirror.cm-s-default .cm-hr, +.CodeMirror.cm-s-paper .cm-hr { + color: #9399b2; +} +.CodeMirror .cm-url, +.CodeMirror.cm-s-default .cm-url, +.CodeMirror.cm-s-paper .cm-url { + color: #89b4fa; +} +.CodeMirror .cm-link, +.CodeMirror.cm-s-default .cm-link, +.CodeMirror.cm-s-paper .cm-link { + color: #89b4fa; +} +.CodeMirror .cm-error, +.CodeMirror.cm-s-default .cm-error, +.CodeMirror.cm-s-paper .cm-error { + color: #f38ba8; +} + +.monaco-editor .selected-text { + background-color: #313244 !important; +} +.monaco-editor .margin-view-overlays .line-numbers { + color: #a6adc8 !important; +} +.monaco-editor .line-numbers.active-line-number { + color: #f5e0dc !important; +} +.monaco-editor .view-overlays .current-line, +.monaco-editor .margin-view-overlays .current-line-margin { + background-color: rgb(42.16, 42.8, 60.08) !important; +} +.monaco-editor .mtk1 { + color: #cdd6f4 !important; +} +.monaco-editor .mtk2 { + color: #ff69b4 !important; +} +.monaco-editor .mtk3 { + color: #fab387 !important; +} +.monaco-editor .mtk4 { + color: #94e2d5 !important; +} +.monaco-editor .mtk5 { + color: #cdd6f4 !important; +} +.monaco-editor .mtk6 { + color: #cba6f7 !important; +} +.monaco-editor .mtk7 { + color: #fab387 !important; +} +.monaco-editor .mtk8 { + color: #9399b2 !important; +} +.monaco-editor .mtk9 { + color: #cba6f7 !important; +} +.monaco-editor .mtk10 { + color: #a6adc8 !important; +} +.monaco-editor .mtk11 { + color: #94e2d5 !important; +} +.monaco-editor .mtk12 { + color: #94e2d5 !important; +} +.monaco-editor .mtk13 { + color: #ff69b4 !important; +} +.monaco-editor .mtk14 { + color: #ff69b4 !important; +} +.monaco-editor .mtk15 { + color: #cba6f7 !important; +} +.monaco-editor .mtk16 { + color: #9399b2 !important; +} +.monaco-editor .mtk17 { + color: #ff69b4 !important; +} +.monaco-editor .mtk18 { + color: #ff69b4 !important; +} +.monaco-editor .mtk19 { + color: #94e2d5 !important; +} +.monaco-editor .mtk20 { + color: #ff69b4 !important; +} +.monaco-editor .mtk21 { + color: #a6e3a1 !important; +} +.monaco-editor .mtk22 { + color: #ff69b4 !important; +} +.monaco-editor .mtk23 { + color: #89b4fa !important; +} +.monaco-editor .mtk24 { + color: #fab387 !important; +} +.monaco-editor .mtk25 { + color: #f5c2e7 !important; +} +.monaco-editor .bracket-highlighting-0 { + color: rgb(227.8, 169, 198.4) !important; +} +.monaco-editor .bracket-highlighting-1 { + color: rgb(232, 193, 178.6) !important; +} +.monaco-editor .bracket-highlighting-2 { + color: rgb(231.4, 221.2, 202.6) !important; +} +.monaco-editor .bracket-highlighting-3 { + color: rgb(181.6, 221.8, 194.2) !important; +} +.monaco-editor .bracket-highlighting-4 { + color: rgb(164.2, 193.6, 247.6) !important; +} +.monaco-editor .bracket-highlighting-5 { + color: rgb(203.8, 185.2, 245.8) !important; +} \ No newline at end of file diff --git a/public/assets/css/theme-catppuccin-mocha-sapphire.css b/public/assets/css/theme-catppuccin-mocha-sapphire.css new file mode 100644 index 0000000..3986e64 --- /dev/null +++ b/public/assets/css/theme-catppuccin-mocha-sapphire.css @@ -0,0 +1,873 @@ +:root { + color-scheme: dark; + --is-dark-theme: true; + accent-color: #74c7ec; + --color-primary: #74c7ec; + --color-primary-contrast: #11111b; + --color-primary-hover: rgb(93.5664556962, 189.9620253165, 232.9335443038); + --color-primary-dark-1: rgb(102.5398734177, 193.5772151899, 234.1601265823); + --color-primary-dark-2: rgb(89.0797468354, 188.1544303797, 232.3202531646); + --color-primary-dark-3: rgb(75.6196202532, 182.7316455696, 230.4803797468); + --color-primary-dark-4: rgb(62.1594936709, 177.3088607595, 228.6405063291); + --color-primary-dark-5: rgb(48.6993670886, 171.8860759494, 226.8006329114); + --color-primary-dark-6: rgb(35.2392405063, 166.4632911392, 224.9607594937); + --color-primary-dark-7: rgb(29.45, 158.1, 215.45); + --color-primary-light-1: rgb(129.4601265823, 204.4227848101, 237.8398734177); + --color-primary-light-2: rgb(142.9202531646, 209.8455696203, 239.6797468354); + --color-primary-light-3: rgb(156.3803797468, 215.2683544304, 241.5196202532); + --color-primary-light-4: rgb(169.8405063291, 220.6911392405, 243.3594936709); + --color-primary-light-5: rgb(183.3006329114, 226.1139240506, 245.1993670886); + --color-primary-light-6: rgb(196.7607594937, 231.5367088608, 247.0392405063); + --color-primary-light-7: rgb(210.2208860759, 236.9594936709, 248.8791139241); + --color-primary-alpha-10: rgba(116, 199, 236, 0.1); + --color-primary-alpha-20: rgba(116, 199, 236, 0.2); + --color-primary-alpha-30: rgba(116, 199, 236, 0.3); + --color-primary-alpha-40: rgba(116, 199, 236, 0.4); + --color-primary-alpha-50: rgba(116, 199, 236, 0.5); + --color-primary-alpha-60: rgba(116, 199, 236, 0.6); + --color-primary-alpha-70: rgba(116, 199, 236, 0.7); + --color-primary-alpha-80: rgba(116, 199, 236, 0.8); + --color-primary-alpha-90: rgba(116, 199, 236, 0.9); + --color-secondary: #45475a; + --color-secondary-dark-1: rgb(55.4076923077, 56.5384615385, 76.8923076923); + --color-secondary-dark-2: rgb(61.8153846154, 63.0769230769, 85.7846153846); + --color-secondary-dark-3: rgb(68.2230769231, 69.6153846154, 94.6769230769); + --color-secondary-dark-4: rgb(74.6307692308, 76.1538461538, 103.5692307692); + --color-secondary-dark-5: rgb(81.0384615385, 82.6923076923, 112.4615384615); + --color-secondary-dark-6: rgb(87.4461538462, 89.2307692308, 121.3538461538); + --color-secondary-dark-7: rgb(93.8538461538, 95.7692307692, 130.2461538462); + --color-secondary-dark-8: rgb(100.2615384615, 102.3076923077, 139.1384615385); + --color-secondary-dark-9: rgb(106.6692307692, 108.8461538462, 148.0307692308); + --color-secondary-dark-10: rgb(115.5128205128, 117.5641025641, 154.4871794872); + --color-secondary-dark-11: rgb(124.4051282051, 126.3256410256, 160.8948717949); + --color-secondary-dark-12: rgb(133.2974358974, 135.0871794872, 167.3025641026); + --color-secondary-dark-13: rgb(142.1897435897, 143.8487179487, 173.7102564103); + --color-secondary-light-1: rgb(42.5923076923, 43.4615384615, 59.1076923077); + --color-secondary-light-2: rgb(36.1846153846, 36.9230769231, 50.2153846154); + --color-secondary-light-3: rgb(29.7769230769, 30.3846153846, 41.3230769231); + --color-secondary-light-4: rgb(23.3692307692, 23.8461538462, 32.4307692308); + --color-secondary-alpha-10: rgba(49, 50, 68, 0.1); + --color-secondary-alpha-20: rgba(49, 50, 68, 0.2); + --color-secondary-alpha-30: rgba(49, 50, 68, 0.3); + --color-secondary-alpha-40: rgba(49, 50, 68, 0.4); + --color-secondary-alpha-50: rgba(49, 50, 68, 0.5); + --color-secondary-alpha-60: rgba(49, 50, 68, 0.6); + --color-secondary-alpha-70: rgba(49, 50, 68, 0.7); + --color-secondary-alpha-80: rgba(49, 50, 68, 0.8); + --color-secondary-alpha-90: rgba(49, 50, 68, 0.9); + /* colors */ + --color-red: #f38ba8; + --color-orange: #fab387; + --color-yellow: #f9e2af; + --color-olive: #a6e3a1; + --color-green: #a6e3a1; + --color-teal: #94e2d5; + --color-blue: #89b4fa; + --color-violet: #b4befe; + --color-purple: #cba6f7; + --color-pink: #f5c2e7; + --color-brown: #f2cdcd; + --color-grey: #9399b2; + --color-black: #181825; + /* light variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-light: rgb(238.21875, 92.78125, 133.3359375); + --color-orange-light: rgb(247.96, 147.992, 86.04); + --color-yellow-light: rgb(245.4418604651, 208.8023255814, 127.5581395349); + --color-olive-light: rgb(128.7950819672, 215.2950819672, 121.7049180328); + --color-green-light: rgb(128.7950819672, 215.2950819672, 121.7049180328); + --color-teal-light: rgb(107.875, 215.125, 197.25); + --color-blue-light: rgb(88.0731707317, 148.9024390244, 247.9268292683); + --color-violet-light: rgb(129.6710526316, 146.3815789474, 253.3289473684); + --color-purple-light: rgb(175.6597938144, 119.206185567, 242.793814433); + --color-pink-light: rgb(237.8169014085, 150.1830985915, 213.7605633803); + --color-brown-light: rgb(231.4761904762, 164.5238095238, 164.5238095238); + --color-grey-light: rgb(117.227027027, 124.8810810811, 156.772972973); + --color-black-light: rgb(3.9344262295, 3.9344262295, 6.0655737705); + /* dark 1 variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-dark-1: rgb(238.21875, 92.78125, 133.3359375); + --color-orange-dark-1: rgb(247.96, 147.992, 86.04); + --color-yellow-dark-1: rgb(245.4418604651, 208.8023255814, 127.5581395349); + --color-olive-dark-1: rgb(128.7950819672, 215.2950819672, 121.7049180328); + --color-green-dark-1: rgb(128.7950819672, 215.2950819672, 121.7049180328); + --color-teal-dark-1: rgb(107.875, 215.125, 197.25); + --color-blue-dark-1: rgb(88.0731707317, 148.9024390244, 247.9268292683); + --color-violet-dark-1: rgb(129.6710526316, 146.3815789474, 253.3289473684); + --color-purple-dark-1: rgb(175.6597938144, 119.206185567, 242.793814433); + --color-pink-dark-1: rgb(237.8169014085, 150.1830985915, 213.7605633803); + --color-brown-dark-1: rgb(231.4761904762, 164.5238095238, 164.5238095238); + --color-black-dark-1: rgb(3.9344262295, 3.9344262295, 6.0655737705); + /* dark 2 variants - produced via Sass scale-color(color, $lightness: -20%) */ + --color-red-dark-2: rgb(233.4375, 46.5625, 98.671875); + --color-orange-dark-2: rgb(245.92, 116.984, 37.08); + --color-yellow-dark-2: rgb(241.8837209302, 191.6046511628, 80.1162790698); + --color-olive-dark-2: rgb(91.5901639344, 203.5901639344, 82.4098360656); + --color-green-dark-2: rgb(91.5901639344, 203.5901639344, 82.4098360656); + --color-teal-dark-2: rgb(67.75, 204.25, 181.5); + --color-blue-dark-2: rgb(39.1463414634, 117.8048780488, 245.8536585366); + --color-violet-dark-2: rgb(79.3421052632, 102.7631578947, 252.6578947368); + --color-purple-dark-2: rgb(148.3195876289, 72.412371134, 238.587628866); + --color-pink-dark-2: rgb(230.6338028169, 106.3661971831, 196.5211267606); + --color-brown-dark-2: rgb(220.9523809524, 124.0476190476, 124.0476190476); + --color-black-dark-2: hsl(240, 21.3114754098%, -8.0392156863%); + /* other colors */ + --color-gold: #f5e0dc; + --color-white: #cdd6f4; + --color-diff-removed-word-bg: rgba(243, 139, 168, 0.15); + --color-diff-added-word-bg: rgba(166, 227, 161, 0.15); + --color-diff-removed-row-bg: rgba(243, 139, 168, 0.07); + --color-diff-moved-row-bg: rgba(249, 226, 175, 0.07); + --color-diff-added-row-bg: rgba(166, 227, 161, 0.07); + --color-diff-removed-row-border: rgba(243, 139, 168, 0.07); + --color-diff-moved-row-border: rgba(249, 226, 175, 0.07); + --color-diff-added-row-border: rgba(166, 227, 161, 0.07); + --color-diff-inactive: #9399b2; + --color-error-border: #f38ba8; + --color-error-bg: #f38ba8; + --color-error-bg-active: rgb(240.609375, 115.890625, 150.66796875); + --color-error-bg-hover: rgb(238.21875, 92.78125, 133.3359375); + --color-error-text: #11111b; + --color-success-border: rgb(128.7950819672, 215.2950819672, 121.7049180328); + --color-success-bg: #a6e3a1; + --color-success-text: #11111b; + --color-warning-border: rgb(245.4418604651, 208.8023255814, 127.5581395349); + --color-warning-bg: #f9e2af; + --color-warning-text: #11111b; + --color-info-border: rgb(88.0731707317, 148.9024390244, 247.9268292683); + --color-info-bg: #11111b; + --color-info-text: #cdd6f4; + --color-red-badge: rgb(238.21875, 92.78125, 133.3359375); + --color-red-badge-bg: #11111b; + --color-red-badge-hover-bg: rgb(240.609375, 115.890625, 150.66796875); + --color-green-badge: #a6e3a1; + --color-green-badge-bg: #a6e3a1; + --color-green-badge-hover-bg: rgb(147.3975409836, 221.1475409836, 141.3524590164); + --color-yellow-badge: #f9e2af; + --color-yellow-badge-bg: #11111b; + --color-yellow-badge-hover-bg: rgb(247.2209302326, 217.4011627907, 151.2790697674); + --color-orange-badge: #fab387; + --color-orange-badge-bg: #11111b; + --color-orange-badge-hover-bg: rgb(248.98, 163.496, 110.52); + --color-git: #fab387; + --color-highlight-bg: rgba(249, 226, 175, 0.15); + /* target-based colors */ + --color-body: #11111b; + --color-box-header: #181825; + --color-box-body: #181825; + --color-box-body-highlight: #313244; + --color-text-dark: #a6adc8; + --color-text: #cdd6f4; + --color-text-light: #bac2de; + --color-text-light-1: #bac2de; + --color-text-light-2: #bac2de; + --color-text-light-3: #bac2de; + --color-footer: #181825; + --color-timeline: #313244; + --color-input-text: #cdd6f4; + --color-input-background: #313244; + --color-input-toggle-background: #313244; + --color-input-border: #45475a; + --color-input-border-hover: #585b70; + --color-nav-bg: #181825; + --color-nav-hover-bg: var(--color-hover); + --color-navbar: #181825; + --color-navbar-transparent: rgba(17, 17, 27, 0); + --color-light: rgba(88, 91, 112, 0.3); + --color-light-mimic-enabled: rgba( + 0, + 0, + 0, + calc(40 / 255 * 222 / 255 / var(--opacity-disabled)) + ); + --color-light-border: #585b70; + --color-hover: rgba(108, 112, 134, 0.2); + --color-active: rgba(205, 214, 244, 0.1); + --color-menu: #313244; + --color-card: #313244; + --color-markup-table-row: rgba(205, 214, 244, 0.02); + --color-markup-code-block: rgba(205, 214, 244, 0.05); + --color-markup-code-inline: #313244; + --color-button: #313244; + --color-code-bg: #1e1e2e; + --color-code-sidebar-bg: #313244; + --color-shadow: rgba(17, 17, 27, 0.1); + --color-tooltip-bg: #313244; + --color-tooltip-text: var(--color-text); + --color-secondary-bg: #313244; + --color-text-focus: #cdd6f4; + --color-expand-button: #585b70; + --color-placeholder-text: #a6adc8; + --color-editor-line-highlight: var(--color-primary-light-5); + --color-project-board-bg: var(--color-secondary-light-2); + /* gitea source code: */ + /* should ideally be --color-text-dark, see go-gitea/gitea#15651 */ + --color-caret: var(--color-text); + --color-reaction-bg: rgba(205, 214, 244, 0.07); + --color-reaction-active-bg: var(--color-primary-alpha-40); + --color-header-wrapper: #181825; + --color-header-wrapper-transparent: rgba(24, 24, 37, 0); + --color-label-text: #11111b; + --color-label-bg: #74c7ec; + --color-label-hover-bg: rgb(89.0797468354, 188.1544303797, 232.3202531646); + --color-label-active-bg: rgb(102.5398734177, 193.5772151899, 234.1601265823); + --color-accent: var(--color-primary-light-1); + --color-small-accent: var(--color-primary-light-5); + --color-active-line: #45475a; +} + +/* invert emojis that are hard to read otherwise */ +.emoji[aria-label="check mark"], +.emoji[aria-label="currency exchange"], +.emoji[aria-label="TOP arrow"], +.emoji[aria-label="END arrow"], +.emoji[aria-label="ON! arrow"], +.emoji[aria-label="SOON arrow"], +.emoji[aria-label="heavy dollar sign"], +.emoji[aria-label=copyright], +.emoji[aria-label=registered], +.emoji[aria-label="trade mark"], +.emoji[aria-label=multiply], +.emoji[aria-label=plus], +.emoji[aria-label=minus], +.emoji[aria-label=divide], +.emoji[aria-label="curly loop"], +.emoji[aria-label="double curly loop"], +.emoji[aria-label="wavy dash"], +.emoji[aria-label="paw prints"], +.emoji[aria-label="musical note"], +.emoji[aria-label="musical notes"] { + filter: invert(100%) hue-rotate(180deg); +} + +.ui.ui.ui.button:not(.inverted, .basic).primary, .ui.ui.ui.button:not(.inverted, .basic).green, .ui.ui.ui.button:not(.inverted, .basic).red, .ui.ui.ui.button:not(.inverted, .basic).teal, +.ui.ui.ui.label:not(.inverted, .basic).primary, +.ui.ui.ui.label:not(.inverted, .basic).green, +.ui.ui.ui.label:not(.inverted, .basic).red, +.ui.ui.ui.label:not(.inverted, .basic).teal { + color: #11111b; +} +.ui.ui.ui.button:not(.inverted, .basic).primary:hover, .ui.ui.ui.button:not(.inverted, .basic).green:hover, .ui.ui.ui.button:not(.inverted, .basic).red:hover, .ui.ui.ui.button:not(.inverted, .basic).teal:hover, +.ui.ui.ui.label:not(.inverted, .basic).primary:hover, +.ui.ui.ui.label:not(.inverted, .basic).green:hover, +.ui.ui.ui.label:not(.inverted, .basic).red:hover, +.ui.ui.ui.label:not(.inverted, .basic).teal:hover { + color: #1e1e2e; +} + +.ui.basic.modal { + background-color: #1e1e2e; +} + +.ui.commit-header-row .svg.gitea-lock ~ a { + color: #11111b; +} + +.ui.negative.message .header { + color: var(--color-error-text); +} + +.ui.sha.isSigned.isVerified .shortsha { + color: #11111b; +} +.ui.sha.isSigned.isVerified svg.gitea-lock { + fill: #11111b; +} + +.ui.basic.modal, +.ui.basic.modal > .header, +.ui.inverted.button { + color: #cdd6f4 !important; +} + +#repo-topics, +#topic_edit > .ui.selection.dropdown { + color: var(--color-label-text) !important; +} + +blockquote.attention-tip { + border-left-color: var(--color-success-bg); +} +blockquote.attention-warning { + border-left-color: var(--color-warning-bg); +} + +svg.attention-tip, +strong.attention-tip { + color: var(--color-success-bg); +} +svg.attention-warning, +strong.attention-warning { + color: var(--color-warning-bg); +} + +.inline-code-block { + color: #11111b; +} + +::selection { + background: rgba(116, 199, 236, 0.3) !important; +} + +/* NameBuiltinPseudo */ +.chroma .bp { + color: #fab387; +} + +/* Comment */ +.chroma .c { + color: #6c7086; +} + +/* CommentSingle */ +.chroma .c1 { + color: #6c7086; +} + +/* CommentHashbang */ +.chroma .ch { + color: #6c7086; +} + +/* CommentMultiline */ +.chroma .cm { + color: #6c7086; +} + +/* CommentPreproc */ +.chroma .cp { + color: #89b4fa; +} + +/* CommentPreprocFile */ +.chroma .cpf { + color: #89b4fa; +} + +/* CommentSpecial */ +.chroma .cs { + color: #6c7086; +} + +/* LiteralStringDelimiter */ +.chroma .dl { + color: #89b4fa; +} + +/* NameFunctionMagic */ +/* Generic */ +/* GenericDeleted */ +.chroma .gd { + color: #cdd6f4; + background-color: rgba(243, 139, 168, 0.15); +} + +/* GenericEmph */ +.chroma .ge { + font-style: italic; +} + +/* GenericHeading */ +.chroma .gh { + color: #89dceb; +} + +/* GenericInserted */ +.chroma .gi { + color: #cdd6f4; + background-color: rgba(166, 227, 161, 0.15); +} + +/* GenericUnderline */ +/* GenericOutput */ +.chroma .go { + color: #fab387; +} + +/* GenericPrompt */ +.chroma .gp { + color: #6c7086; + font-weight: bold; +} + +/* GenericError */ +.chroma .gr { + color: #eba0ac; +} + +/* GenericStrong */ +.chroma .gs { + font-weight: bold; +} + +/* GenericTraceback */ +.chroma .gt { + color: #eba0ac; +} + +/* GenericSubheading */ +.chroma .gu { + color: #89dceb; +} + +/* LiteralNumberIntegerLong */ +.chroma .il { + color: #fab387; +} + +/* Keyword */ +.chroma .k { + color: #cba6f7; +} + +/* KeywordConstant */ +.chroma .kc { + color: #f9e2af; +} + +/* KeywordDeclaration */ +.chroma .kd { + color: #cba6f7; +} + +/* KeywordNamespace */ +.chroma .kn { + color: #f9e2af; +} + +/* KeywordPseudo */ +.chroma .kp { + color: #cba6f7; + font-weight: bold; +} + +/* KeywordReserved */ +.chroma .kr { + color: #cba6f7; +} + +/* KeywordType */ +.chroma .kt { + color: #f9e2af; +} + +/* Literal */ +/* LiteralDate */ +/* LiteralNumber */ +.chroma .m { + color: #fab387; +} + +/* LiteralNumberBin */ +.chroma .mb { + color: #fab387; +} + +/* LiteralNumberFloat */ +.chroma .mf { + color: #fab387; +} + +/* LiteralNumberHex */ +.chroma .mh { + color: #fab387; +} + +/* LiteralNumberInteger */ +.chroma .mi { + color: #fab387; +} + +/* LiteralNumberOct */ +.chroma .mo { + color: #fab387; +} + +/* Name */ +.chroma .n { + color: #b4befe; +} + +/* NameAttribute */ +.chroma .na { + color: #f9e2af; +} + +/* NameBuiltin */ +.chroma .nb { + color: #fab387; +} + +/* NameClass */ +.chroma .nc { + color: #f9e2af; +} + +/* NameDecorator */ +.chroma .nd { + color: #f5c2e7; +} + +/* NameException */ +.chroma .ne { + color: #eba0ac; +} + +/* NameFunction */ +.chroma .nf { + color: #89b4fa; +} + +/* NameEntity */ +.chroma .ni { + color: #f5c2e7; +} + +/* NameLabel */ +.chroma .nl { + color: #f9e2af; +} + +/* NameNamespace */ +.chroma .nn { + color: #f9e2af; +} + +/* NameConstant */ +.chroma .no { + color: #f9e2af; +} + +/* NameTag */ +.chroma .nt { + color: #cba6f7; +} + +/* NameVariable */ +.chroma .nv { + color: #fab387; +} + +/* NameOther */ +.chroma .nx { + color: #fab387; +} + +/* Operator */ +.chroma .o { + color: #89dceb; +} + +/* OperatorWord */ +.chroma .ow { + color: #89dceb; + font-weight: bold; +} + +/* Punctuation */ +.chroma .p { + color: #9399b2; +} + +/* NameProperty */ +/* LiteralString */ +.chroma .s { + color: #a6e3a1; +} + +/* LiteralStringSingle */ +.chroma .s1 { + color: #a6e3a1; +} + +/* LiteralStringDouble */ +.chroma .s2 { + color: #a6e3a1; +} + +/* LiteralStringAffix */ +.chroma .sa { + color: #a6e3a1; +} + +/* LiteralStringBacktick */ +.chroma .sb { + color: #a6e3a1; +} + +/* LiteralStringChar */ +.chroma .sc { + color: #a6e3a1; +} + +/* LiteralStringDoc */ +.chroma .sd { + color: #a6e3a1; +} + +/* LiteralStringEscape */ +.chroma .se { + color: #89b4fa; +} + +/* LiteralStringHeredoc */ +.chroma .sh { + color: #a6e3a1; +} + +/* LiteralStringInterpol */ +.chroma .si { + color: #a6e3a1; +} + +/* LiteralStringRegex */ +.chroma .sr { + color: #89b4fa; +} + +/* LiteralStringSymbol */ +.chroma .ss { + color: #a6e3a1; +} + +/* LiteralStringOther */ +.chroma .sx { + color: #a6e3a1; +} + +/* NameVariableClass */ +.chroma .vc { + color: #f9e2af; +} + +/* NameVariableGlobal */ +.chroma .vg { + color: #fab387; +} + +/* NameVariableInstance */ +.chroma .vi { + color: #f9e2af; +} + +/* NameVariableMagic */ +/* TextWhitespace */ +.chroma .w { + color: #313244; +} + +.CodeMirror .cm-property, +.CodeMirror.cm-s-default .cm-property, +.CodeMirror.cm-s-paper .cm-property { + color: #cdd6f4; +} +.CodeMirror .cm-header, +.CodeMirror.cm-s-default .cm-header, +.CodeMirror.cm-s-paper .cm-header { + color: #cdd6f4; +} +.CodeMirror .cm-quote, +.CodeMirror.cm-s-default .cm-quote, +.CodeMirror.cm-s-paper .cm-quote { + color: #a6e3a1; +} +.CodeMirror .cm-keyword, +.CodeMirror.cm-s-default .cm-keyword, +.CodeMirror.cm-s-paper .cm-keyword { + color: #cba6f7; +} +.CodeMirror .cm-atom, +.CodeMirror.cm-s-default .cm-atom, +.CodeMirror.cm-s-paper .cm-atom { + color: #f38ba8; +} +.CodeMirror .cm-number, +.CodeMirror.cm-s-default .cm-number, +.CodeMirror.cm-s-paper .cm-number { + color: #fab387; +} +.CodeMirror .cm-def, +.CodeMirror.cm-s-default .cm-def, +.CodeMirror.cm-s-paper .cm-def { + color: #cdd6f4; +} +.CodeMirror .cm-variable-2, +.CodeMirror.cm-s-default .cm-variable-2, +.CodeMirror.cm-s-paper .cm-variable-2 { + color: #89dceb; +} +.CodeMirror .cm-variable-3, +.CodeMirror.cm-s-default .cm-variable-3, +.CodeMirror.cm-s-paper .cm-variable-3 { + color: #94e2d5; +} +.CodeMirror .cm-comment, +.CodeMirror.cm-s-default .cm-comment, +.CodeMirror.cm-s-paper .cm-comment { + color: #585b70; +} +.CodeMirror .cm-string, +.CodeMirror.cm-s-default .cm-string, +.CodeMirror.cm-s-paper .cm-string { + color: #a6e3a1; +} +.CodeMirror .cm-string-2, +.CodeMirror.cm-s-default .cm-string-2, +.CodeMirror.cm-s-paper .cm-string-2 { + color: #a6e3a1; +} +.CodeMirror .cm-meta, +.CodeMirror.cm-s-default .cm-meta, +.CodeMirror.cm-s-paper .cm-meta { + color: #fab387; +} +.CodeMirror .cm-qualifier, +.CodeMirror.cm-s-default .cm-qualifier, +.CodeMirror.cm-s-paper .cm-qualifier { + color: #fab387; +} +.CodeMirror .cm-builtin, +.CodeMirror.cm-s-default .cm-builtin, +.CodeMirror.cm-s-paper .cm-builtin { + color: #fab387; +} +.CodeMirror .cm-bracket, +.CodeMirror.cm-s-default .cm-bracket, +.CodeMirror.cm-s-paper .cm-bracket { + color: #cdd6f4; +} +.CodeMirror .cm-tag, +.CodeMirror.cm-s-default .cm-tag, +.CodeMirror.cm-s-paper .cm-tag { + color: #f9e2af; +} +.CodeMirror .cm-attribute, +.CodeMirror.cm-s-default .cm-attribute, +.CodeMirror.cm-s-paper .cm-attribute { + color: #f9e2af; +} +.CodeMirror .cm-hr, +.CodeMirror.cm-s-default .cm-hr, +.CodeMirror.cm-s-paper .cm-hr { + color: #9399b2; +} +.CodeMirror .cm-url, +.CodeMirror.cm-s-default .cm-url, +.CodeMirror.cm-s-paper .cm-url { + color: #89b4fa; +} +.CodeMirror .cm-link, +.CodeMirror.cm-s-default .cm-link, +.CodeMirror.cm-s-paper .cm-link { + color: #89b4fa; +} +.CodeMirror .cm-error, +.CodeMirror.cm-s-default .cm-error, +.CodeMirror.cm-s-paper .cm-error { + color: #f38ba8; +} + +.monaco-editor .selected-text { + background-color: #313244 !important; +} +.monaco-editor .margin-view-overlays .line-numbers { + color: #a6adc8 !important; +} +.monaco-editor .line-numbers.active-line-number { + color: #74c7ec !important; +} +.monaco-editor .view-overlays .current-line, +.monaco-editor .margin-view-overlays .current-line-margin { + background-color: rgb(42.16, 42.8, 60.08) !important; +} +.monaco-editor .mtk1 { + color: #cdd6f4 !important; +} +.monaco-editor .mtk2 { + color: #ff69b4 !important; +} +.monaco-editor .mtk3 { + color: #fab387 !important; +} +.monaco-editor .mtk4 { + color: #94e2d5 !important; +} +.monaco-editor .mtk5 { + color: #cdd6f4 !important; +} +.monaco-editor .mtk6 { + color: #cba6f7 !important; +} +.monaco-editor .mtk7 { + color: #fab387 !important; +} +.monaco-editor .mtk8 { + color: #9399b2 !important; +} +.monaco-editor .mtk9 { + color: #cba6f7 !important; +} +.monaco-editor .mtk10 { + color: #a6adc8 !important; +} +.monaco-editor .mtk11 { + color: #94e2d5 !important; +} +.monaco-editor .mtk12 { + color: #94e2d5 !important; +} +.monaco-editor .mtk13 { + color: #ff69b4 !important; +} +.monaco-editor .mtk14 { + color: #ff69b4 !important; +} +.monaco-editor .mtk15 { + color: #cba6f7 !important; +} +.monaco-editor .mtk16 { + color: #9399b2 !important; +} +.monaco-editor .mtk17 { + color: #ff69b4 !important; +} +.monaco-editor .mtk18 { + color: #ff69b4 !important; +} +.monaco-editor .mtk19 { + color: #94e2d5 !important; +} +.monaco-editor .mtk20 { + color: #ff69b4 !important; +} +.monaco-editor .mtk21 { + color: #a6e3a1 !important; +} +.monaco-editor .mtk22 { + color: #ff69b4 !important; +} +.monaco-editor .mtk23 { + color: #89b4fa !important; +} +.monaco-editor .mtk24 { + color: #fab387 !important; +} +.monaco-editor .mtk25 { + color: #f5c2e7 !important; +} +.monaco-editor .bracket-highlighting-0 { + color: rgb(227.8, 169, 198.4) !important; +} +.monaco-editor .bracket-highlighting-1 { + color: rgb(232, 193, 178.6) !important; +} +.monaco-editor .bracket-highlighting-2 { + color: rgb(231.4, 221.2, 202.6) !important; +} +.monaco-editor .bracket-highlighting-3 { + color: rgb(181.6, 221.8, 194.2) !important; +} +.monaco-editor .bracket-highlighting-4 { + color: rgb(164.2, 193.6, 247.6) !important; +} +.monaco-editor .bracket-highlighting-5 { + color: rgb(203.8, 185.2, 245.8) !important; +} \ No newline at end of file diff --git a/public/assets/css/theme-catppuccin-mocha-sky.css b/public/assets/css/theme-catppuccin-mocha-sky.css new file mode 100644 index 0000000..1c7fff3 --- /dev/null +++ b/public/assets/css/theme-catppuccin-mocha-sky.css @@ -0,0 +1,873 @@ +:root { + color-scheme: dark; + --is-dark-theme: true; + accent-color: #89dceb; + --color-primary: #89dceb; + --color-primary-contrast: #11111b; + --color-primary-hover: rgb(115.1956521739, 213.5326086957, 231.3043478261); + --color-primary-dark-1: rgb(123.9173913043, 216.1195652174, 232.7826086957); + --color-primary-dark-2: rgb(110.8347826087, 212.2391304348, 230.5652173913); + --color-primary-dark-3: rgb(97.752173913, 208.3586956522, 228.347826087); + --color-primary-dark-4: rgb(84.6695652174, 204.4782608696, 226.1304347826); + --color-primary-dark-5: rgb(71.5869565217, 200.597826087, 223.9130434783); + --color-primary-dark-6: rgb(58.5043478261, 196.7173913043, 221.6956521739); + --color-primary-dark-7: rgb(45.4217391304, 192.8369565217, 219.4782608696); + --color-primary-light-1: rgb(150.0826086957, 223.8804347826, 237.2173913043); + --color-primary-light-2: rgb(163.1652173913, 227.7608695652, 239.4347826087); + --color-primary-light-3: rgb(176.247826087, 231.6413043478, 241.652173913); + --color-primary-light-4: rgb(189.3304347826, 235.5217391304, 243.8695652174); + --color-primary-light-5: rgb(202.4130434783, 239.402173913, 246.0869565217); + --color-primary-light-6: rgb(215.4956521739, 243.2826086957, 248.3043478261); + --color-primary-light-7: rgb(228.5782608696, 247.1630434783, 250.5217391304); + --color-primary-alpha-10: rgba(137, 220, 235, 0.1); + --color-primary-alpha-20: rgba(137, 220, 235, 0.2); + --color-primary-alpha-30: rgba(137, 220, 235, 0.3); + --color-primary-alpha-40: rgba(137, 220, 235, 0.4); + --color-primary-alpha-50: rgba(137, 220, 235, 0.5); + --color-primary-alpha-60: rgba(137, 220, 235, 0.6); + --color-primary-alpha-70: rgba(137, 220, 235, 0.7); + --color-primary-alpha-80: rgba(137, 220, 235, 0.8); + --color-primary-alpha-90: rgba(137, 220, 235, 0.9); + --color-secondary: #45475a; + --color-secondary-dark-1: rgb(55.4076923077, 56.5384615385, 76.8923076923); + --color-secondary-dark-2: rgb(61.8153846154, 63.0769230769, 85.7846153846); + --color-secondary-dark-3: rgb(68.2230769231, 69.6153846154, 94.6769230769); + --color-secondary-dark-4: rgb(74.6307692308, 76.1538461538, 103.5692307692); + --color-secondary-dark-5: rgb(81.0384615385, 82.6923076923, 112.4615384615); + --color-secondary-dark-6: rgb(87.4461538462, 89.2307692308, 121.3538461538); + --color-secondary-dark-7: rgb(93.8538461538, 95.7692307692, 130.2461538462); + --color-secondary-dark-8: rgb(100.2615384615, 102.3076923077, 139.1384615385); + --color-secondary-dark-9: rgb(106.6692307692, 108.8461538462, 148.0307692308); + --color-secondary-dark-10: rgb(115.5128205128, 117.5641025641, 154.4871794872); + --color-secondary-dark-11: rgb(124.4051282051, 126.3256410256, 160.8948717949); + --color-secondary-dark-12: rgb(133.2974358974, 135.0871794872, 167.3025641026); + --color-secondary-dark-13: rgb(142.1897435897, 143.8487179487, 173.7102564103); + --color-secondary-light-1: rgb(42.5923076923, 43.4615384615, 59.1076923077); + --color-secondary-light-2: rgb(36.1846153846, 36.9230769231, 50.2153846154); + --color-secondary-light-3: rgb(29.7769230769, 30.3846153846, 41.3230769231); + --color-secondary-light-4: rgb(23.3692307692, 23.8461538462, 32.4307692308); + --color-secondary-alpha-10: rgba(49, 50, 68, 0.1); + --color-secondary-alpha-20: rgba(49, 50, 68, 0.2); + --color-secondary-alpha-30: rgba(49, 50, 68, 0.3); + --color-secondary-alpha-40: rgba(49, 50, 68, 0.4); + --color-secondary-alpha-50: rgba(49, 50, 68, 0.5); + --color-secondary-alpha-60: rgba(49, 50, 68, 0.6); + --color-secondary-alpha-70: rgba(49, 50, 68, 0.7); + --color-secondary-alpha-80: rgba(49, 50, 68, 0.8); + --color-secondary-alpha-90: rgba(49, 50, 68, 0.9); + /* colors */ + --color-red: #f38ba8; + --color-orange: #fab387; + --color-yellow: #f9e2af; + --color-olive: #a6e3a1; + --color-green: #a6e3a1; + --color-teal: #94e2d5; + --color-blue: #89b4fa; + --color-violet: #b4befe; + --color-purple: #cba6f7; + --color-pink: #f5c2e7; + --color-brown: #f2cdcd; + --color-grey: #9399b2; + --color-black: #181825; + /* light variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-light: rgb(238.21875, 92.78125, 133.3359375); + --color-orange-light: rgb(247.96, 147.992, 86.04); + --color-yellow-light: rgb(245.4418604651, 208.8023255814, 127.5581395349); + --color-olive-light: rgb(128.7950819672, 215.2950819672, 121.7049180328); + --color-green-light: rgb(128.7950819672, 215.2950819672, 121.7049180328); + --color-teal-light: rgb(107.875, 215.125, 197.25); + --color-blue-light: rgb(88.0731707317, 148.9024390244, 247.9268292683); + --color-violet-light: rgb(129.6710526316, 146.3815789474, 253.3289473684); + --color-purple-light: rgb(175.6597938144, 119.206185567, 242.793814433); + --color-pink-light: rgb(237.8169014085, 150.1830985915, 213.7605633803); + --color-brown-light: rgb(231.4761904762, 164.5238095238, 164.5238095238); + --color-grey-light: rgb(117.227027027, 124.8810810811, 156.772972973); + --color-black-light: rgb(3.9344262295, 3.9344262295, 6.0655737705); + /* dark 1 variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-dark-1: rgb(238.21875, 92.78125, 133.3359375); + --color-orange-dark-1: rgb(247.96, 147.992, 86.04); + --color-yellow-dark-1: rgb(245.4418604651, 208.8023255814, 127.5581395349); + --color-olive-dark-1: rgb(128.7950819672, 215.2950819672, 121.7049180328); + --color-green-dark-1: rgb(128.7950819672, 215.2950819672, 121.7049180328); + --color-teal-dark-1: rgb(107.875, 215.125, 197.25); + --color-blue-dark-1: rgb(88.0731707317, 148.9024390244, 247.9268292683); + --color-violet-dark-1: rgb(129.6710526316, 146.3815789474, 253.3289473684); + --color-purple-dark-1: rgb(175.6597938144, 119.206185567, 242.793814433); + --color-pink-dark-1: rgb(237.8169014085, 150.1830985915, 213.7605633803); + --color-brown-dark-1: rgb(231.4761904762, 164.5238095238, 164.5238095238); + --color-black-dark-1: rgb(3.9344262295, 3.9344262295, 6.0655737705); + /* dark 2 variants - produced via Sass scale-color(color, $lightness: -20%) */ + --color-red-dark-2: rgb(233.4375, 46.5625, 98.671875); + --color-orange-dark-2: rgb(245.92, 116.984, 37.08); + --color-yellow-dark-2: rgb(241.8837209302, 191.6046511628, 80.1162790698); + --color-olive-dark-2: rgb(91.5901639344, 203.5901639344, 82.4098360656); + --color-green-dark-2: rgb(91.5901639344, 203.5901639344, 82.4098360656); + --color-teal-dark-2: rgb(67.75, 204.25, 181.5); + --color-blue-dark-2: rgb(39.1463414634, 117.8048780488, 245.8536585366); + --color-violet-dark-2: rgb(79.3421052632, 102.7631578947, 252.6578947368); + --color-purple-dark-2: rgb(148.3195876289, 72.412371134, 238.587628866); + --color-pink-dark-2: rgb(230.6338028169, 106.3661971831, 196.5211267606); + --color-brown-dark-2: rgb(220.9523809524, 124.0476190476, 124.0476190476); + --color-black-dark-2: hsl(240, 21.3114754098%, -8.0392156863%); + /* other colors */ + --color-gold: #f5e0dc; + --color-white: #cdd6f4; + --color-diff-removed-word-bg: rgba(243, 139, 168, 0.15); + --color-diff-added-word-bg: rgba(166, 227, 161, 0.15); + --color-diff-removed-row-bg: rgba(243, 139, 168, 0.07); + --color-diff-moved-row-bg: rgba(249, 226, 175, 0.07); + --color-diff-added-row-bg: rgba(166, 227, 161, 0.07); + --color-diff-removed-row-border: rgba(243, 139, 168, 0.07); + --color-diff-moved-row-border: rgba(249, 226, 175, 0.07); + --color-diff-added-row-border: rgba(166, 227, 161, 0.07); + --color-diff-inactive: #9399b2; + --color-error-border: #f38ba8; + --color-error-bg: #f38ba8; + --color-error-bg-active: rgb(240.609375, 115.890625, 150.66796875); + --color-error-bg-hover: rgb(238.21875, 92.78125, 133.3359375); + --color-error-text: #11111b; + --color-success-border: rgb(128.7950819672, 215.2950819672, 121.7049180328); + --color-success-bg: #a6e3a1; + --color-success-text: #11111b; + --color-warning-border: rgb(245.4418604651, 208.8023255814, 127.5581395349); + --color-warning-bg: #f9e2af; + --color-warning-text: #11111b; + --color-info-border: rgb(88.0731707317, 148.9024390244, 247.9268292683); + --color-info-bg: #11111b; + --color-info-text: #cdd6f4; + --color-red-badge: rgb(238.21875, 92.78125, 133.3359375); + --color-red-badge-bg: #11111b; + --color-red-badge-hover-bg: rgb(240.609375, 115.890625, 150.66796875); + --color-green-badge: #a6e3a1; + --color-green-badge-bg: #a6e3a1; + --color-green-badge-hover-bg: rgb(147.3975409836, 221.1475409836, 141.3524590164); + --color-yellow-badge: #f9e2af; + --color-yellow-badge-bg: #11111b; + --color-yellow-badge-hover-bg: rgb(247.2209302326, 217.4011627907, 151.2790697674); + --color-orange-badge: #fab387; + --color-orange-badge-bg: #11111b; + --color-orange-badge-hover-bg: rgb(248.98, 163.496, 110.52); + --color-git: #fab387; + --color-highlight-bg: rgba(249, 226, 175, 0.15); + /* target-based colors */ + --color-body: #11111b; + --color-box-header: #181825; + --color-box-body: #181825; + --color-box-body-highlight: #313244; + --color-text-dark: #a6adc8; + --color-text: #cdd6f4; + --color-text-light: #bac2de; + --color-text-light-1: #bac2de; + --color-text-light-2: #bac2de; + --color-text-light-3: #bac2de; + --color-footer: #181825; + --color-timeline: #313244; + --color-input-text: #cdd6f4; + --color-input-background: #313244; + --color-input-toggle-background: #313244; + --color-input-border: #45475a; + --color-input-border-hover: #585b70; + --color-nav-bg: #181825; + --color-nav-hover-bg: var(--color-hover); + --color-navbar: #181825; + --color-navbar-transparent: rgba(17, 17, 27, 0); + --color-light: rgba(88, 91, 112, 0.3); + --color-light-mimic-enabled: rgba( + 0, + 0, + 0, + calc(40 / 255 * 222 / 255 / var(--opacity-disabled)) + ); + --color-light-border: #585b70; + --color-hover: rgba(108, 112, 134, 0.2); + --color-active: rgba(205, 214, 244, 0.1); + --color-menu: #313244; + --color-card: #313244; + --color-markup-table-row: rgba(205, 214, 244, 0.02); + --color-markup-code-block: rgba(205, 214, 244, 0.05); + --color-markup-code-inline: #313244; + --color-button: #313244; + --color-code-bg: #1e1e2e; + --color-code-sidebar-bg: #313244; + --color-shadow: rgba(17, 17, 27, 0.1); + --color-tooltip-bg: #313244; + --color-tooltip-text: var(--color-text); + --color-secondary-bg: #313244; + --color-text-focus: #cdd6f4; + --color-expand-button: #585b70; + --color-placeholder-text: #a6adc8; + --color-editor-line-highlight: var(--color-primary-light-5); + --color-project-board-bg: var(--color-secondary-light-2); + /* gitea source code: */ + /* should ideally be --color-text-dark, see go-gitea/gitea#15651 */ + --color-caret: var(--color-text); + --color-reaction-bg: rgba(205, 214, 244, 0.07); + --color-reaction-active-bg: var(--color-primary-alpha-40); + --color-header-wrapper: #181825; + --color-header-wrapper-transparent: rgba(24, 24, 37, 0); + --color-label-text: #11111b; + --color-label-bg: #89dceb; + --color-label-hover-bg: rgb(110.8347826087, 212.2391304348, 230.5652173913); + --color-label-active-bg: rgb(123.9173913043, 216.1195652174, 232.7826086957); + --color-accent: var(--color-primary-light-1); + --color-small-accent: var(--color-primary-light-5); + --color-active-line: #45475a; +} + +/* invert emojis that are hard to read otherwise */ +.emoji[aria-label="check mark"], +.emoji[aria-label="currency exchange"], +.emoji[aria-label="TOP arrow"], +.emoji[aria-label="END arrow"], +.emoji[aria-label="ON! arrow"], +.emoji[aria-label="SOON arrow"], +.emoji[aria-label="heavy dollar sign"], +.emoji[aria-label=copyright], +.emoji[aria-label=registered], +.emoji[aria-label="trade mark"], +.emoji[aria-label=multiply], +.emoji[aria-label=plus], +.emoji[aria-label=minus], +.emoji[aria-label=divide], +.emoji[aria-label="curly loop"], +.emoji[aria-label="double curly loop"], +.emoji[aria-label="wavy dash"], +.emoji[aria-label="paw prints"], +.emoji[aria-label="musical note"], +.emoji[aria-label="musical notes"] { + filter: invert(100%) hue-rotate(180deg); +} + +.ui.ui.ui.button:not(.inverted, .basic).primary, .ui.ui.ui.button:not(.inverted, .basic).green, .ui.ui.ui.button:not(.inverted, .basic).red, .ui.ui.ui.button:not(.inverted, .basic).teal, +.ui.ui.ui.label:not(.inverted, .basic).primary, +.ui.ui.ui.label:not(.inverted, .basic).green, +.ui.ui.ui.label:not(.inverted, .basic).red, +.ui.ui.ui.label:not(.inverted, .basic).teal { + color: #11111b; +} +.ui.ui.ui.button:not(.inverted, .basic).primary:hover, .ui.ui.ui.button:not(.inverted, .basic).green:hover, .ui.ui.ui.button:not(.inverted, .basic).red:hover, .ui.ui.ui.button:not(.inverted, .basic).teal:hover, +.ui.ui.ui.label:not(.inverted, .basic).primary:hover, +.ui.ui.ui.label:not(.inverted, .basic).green:hover, +.ui.ui.ui.label:not(.inverted, .basic).red:hover, +.ui.ui.ui.label:not(.inverted, .basic).teal:hover { + color: #1e1e2e; +} + +.ui.basic.modal { + background-color: #1e1e2e; +} + +.ui.commit-header-row .svg.gitea-lock ~ a { + color: #11111b; +} + +.ui.negative.message .header { + color: var(--color-error-text); +} + +.ui.sha.isSigned.isVerified .shortsha { + color: #11111b; +} +.ui.sha.isSigned.isVerified svg.gitea-lock { + fill: #11111b; +} + +.ui.basic.modal, +.ui.basic.modal > .header, +.ui.inverted.button { + color: #cdd6f4 !important; +} + +#repo-topics, +#topic_edit > .ui.selection.dropdown { + color: var(--color-label-text) !important; +} + +blockquote.attention-tip { + border-left-color: var(--color-success-bg); +} +blockquote.attention-warning { + border-left-color: var(--color-warning-bg); +} + +svg.attention-tip, +strong.attention-tip { + color: var(--color-success-bg); +} +svg.attention-warning, +strong.attention-warning { + color: var(--color-warning-bg); +} + +.inline-code-block { + color: #11111b; +} + +::selection { + background: rgba(137, 220, 235, 0.3) !important; +} + +/* NameBuiltinPseudo */ +.chroma .bp { + color: #fab387; +} + +/* Comment */ +.chroma .c { + color: #6c7086; +} + +/* CommentSingle */ +.chroma .c1 { + color: #6c7086; +} + +/* CommentHashbang */ +.chroma .ch { + color: #6c7086; +} + +/* CommentMultiline */ +.chroma .cm { + color: #6c7086; +} + +/* CommentPreproc */ +.chroma .cp { + color: #89b4fa; +} + +/* CommentPreprocFile */ +.chroma .cpf { + color: #89b4fa; +} + +/* CommentSpecial */ +.chroma .cs { + color: #6c7086; +} + +/* LiteralStringDelimiter */ +.chroma .dl { + color: #89b4fa; +} + +/* NameFunctionMagic */ +/* Generic */ +/* GenericDeleted */ +.chroma .gd { + color: #cdd6f4; + background-color: rgba(243, 139, 168, 0.15); +} + +/* GenericEmph */ +.chroma .ge { + font-style: italic; +} + +/* GenericHeading */ +.chroma .gh { + color: #89dceb; +} + +/* GenericInserted */ +.chroma .gi { + color: #cdd6f4; + background-color: rgba(166, 227, 161, 0.15); +} + +/* GenericUnderline */ +/* GenericOutput */ +.chroma .go { + color: #fab387; +} + +/* GenericPrompt */ +.chroma .gp { + color: #6c7086; + font-weight: bold; +} + +/* GenericError */ +.chroma .gr { + color: #eba0ac; +} + +/* GenericStrong */ +.chroma .gs { + font-weight: bold; +} + +/* GenericTraceback */ +.chroma .gt { + color: #eba0ac; +} + +/* GenericSubheading */ +.chroma .gu { + color: #89dceb; +} + +/* LiteralNumberIntegerLong */ +.chroma .il { + color: #fab387; +} + +/* Keyword */ +.chroma .k { + color: #cba6f7; +} + +/* KeywordConstant */ +.chroma .kc { + color: #f9e2af; +} + +/* KeywordDeclaration */ +.chroma .kd { + color: #cba6f7; +} + +/* KeywordNamespace */ +.chroma .kn { + color: #f9e2af; +} + +/* KeywordPseudo */ +.chroma .kp { + color: #cba6f7; + font-weight: bold; +} + +/* KeywordReserved */ +.chroma .kr { + color: #cba6f7; +} + +/* KeywordType */ +.chroma .kt { + color: #f9e2af; +} + +/* Literal */ +/* LiteralDate */ +/* LiteralNumber */ +.chroma .m { + color: #fab387; +} + +/* LiteralNumberBin */ +.chroma .mb { + color: #fab387; +} + +/* LiteralNumberFloat */ +.chroma .mf { + color: #fab387; +} + +/* LiteralNumberHex */ +.chroma .mh { + color: #fab387; +} + +/* LiteralNumberInteger */ +.chroma .mi { + color: #fab387; +} + +/* LiteralNumberOct */ +.chroma .mo { + color: #fab387; +} + +/* Name */ +.chroma .n { + color: #b4befe; +} + +/* NameAttribute */ +.chroma .na { + color: #f9e2af; +} + +/* NameBuiltin */ +.chroma .nb { + color: #fab387; +} + +/* NameClass */ +.chroma .nc { + color: #f9e2af; +} + +/* NameDecorator */ +.chroma .nd { + color: #f5c2e7; +} + +/* NameException */ +.chroma .ne { + color: #eba0ac; +} + +/* NameFunction */ +.chroma .nf { + color: #89b4fa; +} + +/* NameEntity */ +.chroma .ni { + color: #f5c2e7; +} + +/* NameLabel */ +.chroma .nl { + color: #f9e2af; +} + +/* NameNamespace */ +.chroma .nn { + color: #f9e2af; +} + +/* NameConstant */ +.chroma .no { + color: #f9e2af; +} + +/* NameTag */ +.chroma .nt { + color: #cba6f7; +} + +/* NameVariable */ +.chroma .nv { + color: #fab387; +} + +/* NameOther */ +.chroma .nx { + color: #fab387; +} + +/* Operator */ +.chroma .o { + color: #89dceb; +} + +/* OperatorWord */ +.chroma .ow { + color: #89dceb; + font-weight: bold; +} + +/* Punctuation */ +.chroma .p { + color: #9399b2; +} + +/* NameProperty */ +/* LiteralString */ +.chroma .s { + color: #a6e3a1; +} + +/* LiteralStringSingle */ +.chroma .s1 { + color: #a6e3a1; +} + +/* LiteralStringDouble */ +.chroma .s2 { + color: #a6e3a1; +} + +/* LiteralStringAffix */ +.chroma .sa { + color: #a6e3a1; +} + +/* LiteralStringBacktick */ +.chroma .sb { + color: #a6e3a1; +} + +/* LiteralStringChar */ +.chroma .sc { + color: #a6e3a1; +} + +/* LiteralStringDoc */ +.chroma .sd { + color: #a6e3a1; +} + +/* LiteralStringEscape */ +.chroma .se { + color: #89b4fa; +} + +/* LiteralStringHeredoc */ +.chroma .sh { + color: #a6e3a1; +} + +/* LiteralStringInterpol */ +.chroma .si { + color: #a6e3a1; +} + +/* LiteralStringRegex */ +.chroma .sr { + color: #89b4fa; +} + +/* LiteralStringSymbol */ +.chroma .ss { + color: #a6e3a1; +} + +/* LiteralStringOther */ +.chroma .sx { + color: #a6e3a1; +} + +/* NameVariableClass */ +.chroma .vc { + color: #f9e2af; +} + +/* NameVariableGlobal */ +.chroma .vg { + color: #fab387; +} + +/* NameVariableInstance */ +.chroma .vi { + color: #f9e2af; +} + +/* NameVariableMagic */ +/* TextWhitespace */ +.chroma .w { + color: #313244; +} + +.CodeMirror .cm-property, +.CodeMirror.cm-s-default .cm-property, +.CodeMirror.cm-s-paper .cm-property { + color: #cdd6f4; +} +.CodeMirror .cm-header, +.CodeMirror.cm-s-default .cm-header, +.CodeMirror.cm-s-paper .cm-header { + color: #cdd6f4; +} +.CodeMirror .cm-quote, +.CodeMirror.cm-s-default .cm-quote, +.CodeMirror.cm-s-paper .cm-quote { + color: #a6e3a1; +} +.CodeMirror .cm-keyword, +.CodeMirror.cm-s-default .cm-keyword, +.CodeMirror.cm-s-paper .cm-keyword { + color: #cba6f7; +} +.CodeMirror .cm-atom, +.CodeMirror.cm-s-default .cm-atom, +.CodeMirror.cm-s-paper .cm-atom { + color: #f38ba8; +} +.CodeMirror .cm-number, +.CodeMirror.cm-s-default .cm-number, +.CodeMirror.cm-s-paper .cm-number { + color: #fab387; +} +.CodeMirror .cm-def, +.CodeMirror.cm-s-default .cm-def, +.CodeMirror.cm-s-paper .cm-def { + color: #cdd6f4; +} +.CodeMirror .cm-variable-2, +.CodeMirror.cm-s-default .cm-variable-2, +.CodeMirror.cm-s-paper .cm-variable-2 { + color: #89dceb; +} +.CodeMirror .cm-variable-3, +.CodeMirror.cm-s-default .cm-variable-3, +.CodeMirror.cm-s-paper .cm-variable-3 { + color: #94e2d5; +} +.CodeMirror .cm-comment, +.CodeMirror.cm-s-default .cm-comment, +.CodeMirror.cm-s-paper .cm-comment { + color: #585b70; +} +.CodeMirror .cm-string, +.CodeMirror.cm-s-default .cm-string, +.CodeMirror.cm-s-paper .cm-string { + color: #a6e3a1; +} +.CodeMirror .cm-string-2, +.CodeMirror.cm-s-default .cm-string-2, +.CodeMirror.cm-s-paper .cm-string-2 { + color: #a6e3a1; +} +.CodeMirror .cm-meta, +.CodeMirror.cm-s-default .cm-meta, +.CodeMirror.cm-s-paper .cm-meta { + color: #fab387; +} +.CodeMirror .cm-qualifier, +.CodeMirror.cm-s-default .cm-qualifier, +.CodeMirror.cm-s-paper .cm-qualifier { + color: #fab387; +} +.CodeMirror .cm-builtin, +.CodeMirror.cm-s-default .cm-builtin, +.CodeMirror.cm-s-paper .cm-builtin { + color: #fab387; +} +.CodeMirror .cm-bracket, +.CodeMirror.cm-s-default .cm-bracket, +.CodeMirror.cm-s-paper .cm-bracket { + color: #cdd6f4; +} +.CodeMirror .cm-tag, +.CodeMirror.cm-s-default .cm-tag, +.CodeMirror.cm-s-paper .cm-tag { + color: #f9e2af; +} +.CodeMirror .cm-attribute, +.CodeMirror.cm-s-default .cm-attribute, +.CodeMirror.cm-s-paper .cm-attribute { + color: #f9e2af; +} +.CodeMirror .cm-hr, +.CodeMirror.cm-s-default .cm-hr, +.CodeMirror.cm-s-paper .cm-hr { + color: #9399b2; +} +.CodeMirror .cm-url, +.CodeMirror.cm-s-default .cm-url, +.CodeMirror.cm-s-paper .cm-url { + color: #89b4fa; +} +.CodeMirror .cm-link, +.CodeMirror.cm-s-default .cm-link, +.CodeMirror.cm-s-paper .cm-link { + color: #89b4fa; +} +.CodeMirror .cm-error, +.CodeMirror.cm-s-default .cm-error, +.CodeMirror.cm-s-paper .cm-error { + color: #f38ba8; +} + +.monaco-editor .selected-text { + background-color: #313244 !important; +} +.monaco-editor .margin-view-overlays .line-numbers { + color: #a6adc8 !important; +} +.monaco-editor .line-numbers.active-line-number { + color: #89dceb !important; +} +.monaco-editor .view-overlays .current-line, +.monaco-editor .margin-view-overlays .current-line-margin { + background-color: rgb(42.16, 42.8, 60.08) !important; +} +.monaco-editor .mtk1 { + color: #cdd6f4 !important; +} +.monaco-editor .mtk2 { + color: #ff69b4 !important; +} +.monaco-editor .mtk3 { + color: #fab387 !important; +} +.monaco-editor .mtk4 { + color: #94e2d5 !important; +} +.monaco-editor .mtk5 { + color: #cdd6f4 !important; +} +.monaco-editor .mtk6 { + color: #cba6f7 !important; +} +.monaco-editor .mtk7 { + color: #fab387 !important; +} +.monaco-editor .mtk8 { + color: #9399b2 !important; +} +.monaco-editor .mtk9 { + color: #cba6f7 !important; +} +.monaco-editor .mtk10 { + color: #a6adc8 !important; +} +.monaco-editor .mtk11 { + color: #94e2d5 !important; +} +.monaco-editor .mtk12 { + color: #94e2d5 !important; +} +.monaco-editor .mtk13 { + color: #ff69b4 !important; +} +.monaco-editor .mtk14 { + color: #ff69b4 !important; +} +.monaco-editor .mtk15 { + color: #cba6f7 !important; +} +.monaco-editor .mtk16 { + color: #9399b2 !important; +} +.monaco-editor .mtk17 { + color: #ff69b4 !important; +} +.monaco-editor .mtk18 { + color: #ff69b4 !important; +} +.monaco-editor .mtk19 { + color: #94e2d5 !important; +} +.monaco-editor .mtk20 { + color: #ff69b4 !important; +} +.monaco-editor .mtk21 { + color: #a6e3a1 !important; +} +.monaco-editor .mtk22 { + color: #ff69b4 !important; +} +.monaco-editor .mtk23 { + color: #89b4fa !important; +} +.monaco-editor .mtk24 { + color: #fab387 !important; +} +.monaco-editor .mtk25 { + color: #f5c2e7 !important; +} +.monaco-editor .bracket-highlighting-0 { + color: rgb(227.8, 169, 198.4) !important; +} +.monaco-editor .bracket-highlighting-1 { + color: rgb(232, 193, 178.6) !important; +} +.monaco-editor .bracket-highlighting-2 { + color: rgb(231.4, 221.2, 202.6) !important; +} +.monaco-editor .bracket-highlighting-3 { + color: rgb(181.6, 221.8, 194.2) !important; +} +.monaco-editor .bracket-highlighting-4 { + color: rgb(164.2, 193.6, 247.6) !important; +} +.monaco-editor .bracket-highlighting-5 { + color: rgb(203.8, 185.2, 245.8) !important; +} \ No newline at end of file diff --git a/public/assets/css/theme-catppuccin-mocha-teal.css b/public/assets/css/theme-catppuccin-mocha-teal.css new file mode 100644 index 0000000..c01e3f0 --- /dev/null +++ b/public/assets/css/theme-catppuccin-mocha-teal.css @@ -0,0 +1,873 @@ +:root { + color-scheme: dark; + --is-dark-theme: true; + accent-color: #94e2d5; + --color-primary: #94e2d5; + --color-primary-contrast: #11111b; + --color-primary-hover: rgb(127.9375, 220.5625, 205.125); + --color-primary-dark-1: rgb(135.9625, 222.7375, 208.275); + --color-primary-dark-2: rgb(123.925, 219.475, 203.55); + --color-primary-dark-3: rgb(111.8875, 216.2125, 198.825); + --color-primary-dark-4: rgb(99.85, 212.95, 194.1); + --color-primary-dark-5: rgb(87.8125, 209.6875, 189.375); + --color-primary-dark-6: rgb(75.775, 206.425, 184.65); + --color-primary-dark-7: rgb(63.7375, 203.1625, 179.925); + --color-primary-light-1: rgb(160.0375, 229.2625, 217.725); + --color-primary-light-2: rgb(172.075, 232.525, 222.45); + --color-primary-light-3: rgb(184.1125, 235.7875, 227.175); + --color-primary-light-4: rgb(196.15, 239.05, 231.9); + --color-primary-light-5: rgb(208.1875, 242.3125, 236.625); + --color-primary-light-6: rgb(220.225, 245.575, 241.35); + --color-primary-light-7: rgb(232.2625, 248.8375, 246.075); + --color-primary-alpha-10: rgba(148, 226, 213, 0.1); + --color-primary-alpha-20: rgba(148, 226, 213, 0.2); + --color-primary-alpha-30: rgba(148, 226, 213, 0.3); + --color-primary-alpha-40: rgba(148, 226, 213, 0.4); + --color-primary-alpha-50: rgba(148, 226, 213, 0.5); + --color-primary-alpha-60: rgba(148, 226, 213, 0.6); + --color-primary-alpha-70: rgba(148, 226, 213, 0.7); + --color-primary-alpha-80: rgba(148, 226, 213, 0.8); + --color-primary-alpha-90: rgba(148, 226, 213, 0.9); + --color-secondary: #45475a; + --color-secondary-dark-1: rgb(55.4076923077, 56.5384615385, 76.8923076923); + --color-secondary-dark-2: rgb(61.8153846154, 63.0769230769, 85.7846153846); + --color-secondary-dark-3: rgb(68.2230769231, 69.6153846154, 94.6769230769); + --color-secondary-dark-4: rgb(74.6307692308, 76.1538461538, 103.5692307692); + --color-secondary-dark-5: rgb(81.0384615385, 82.6923076923, 112.4615384615); + --color-secondary-dark-6: rgb(87.4461538462, 89.2307692308, 121.3538461538); + --color-secondary-dark-7: rgb(93.8538461538, 95.7692307692, 130.2461538462); + --color-secondary-dark-8: rgb(100.2615384615, 102.3076923077, 139.1384615385); + --color-secondary-dark-9: rgb(106.6692307692, 108.8461538462, 148.0307692308); + --color-secondary-dark-10: rgb(115.5128205128, 117.5641025641, 154.4871794872); + --color-secondary-dark-11: rgb(124.4051282051, 126.3256410256, 160.8948717949); + --color-secondary-dark-12: rgb(133.2974358974, 135.0871794872, 167.3025641026); + --color-secondary-dark-13: rgb(142.1897435897, 143.8487179487, 173.7102564103); + --color-secondary-light-1: rgb(42.5923076923, 43.4615384615, 59.1076923077); + --color-secondary-light-2: rgb(36.1846153846, 36.9230769231, 50.2153846154); + --color-secondary-light-3: rgb(29.7769230769, 30.3846153846, 41.3230769231); + --color-secondary-light-4: rgb(23.3692307692, 23.8461538462, 32.4307692308); + --color-secondary-alpha-10: rgba(49, 50, 68, 0.1); + --color-secondary-alpha-20: rgba(49, 50, 68, 0.2); + --color-secondary-alpha-30: rgba(49, 50, 68, 0.3); + --color-secondary-alpha-40: rgba(49, 50, 68, 0.4); + --color-secondary-alpha-50: rgba(49, 50, 68, 0.5); + --color-secondary-alpha-60: rgba(49, 50, 68, 0.6); + --color-secondary-alpha-70: rgba(49, 50, 68, 0.7); + --color-secondary-alpha-80: rgba(49, 50, 68, 0.8); + --color-secondary-alpha-90: rgba(49, 50, 68, 0.9); + /* colors */ + --color-red: #f38ba8; + --color-orange: #fab387; + --color-yellow: #f9e2af; + --color-olive: #a6e3a1; + --color-green: #a6e3a1; + --color-teal: #94e2d5; + --color-blue: #89b4fa; + --color-violet: #b4befe; + --color-purple: #cba6f7; + --color-pink: #f5c2e7; + --color-brown: #f2cdcd; + --color-grey: #9399b2; + --color-black: #181825; + /* light variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-light: rgb(238.21875, 92.78125, 133.3359375); + --color-orange-light: rgb(247.96, 147.992, 86.04); + --color-yellow-light: rgb(245.4418604651, 208.8023255814, 127.5581395349); + --color-olive-light: rgb(128.7950819672, 215.2950819672, 121.7049180328); + --color-green-light: rgb(128.7950819672, 215.2950819672, 121.7049180328); + --color-teal-light: rgb(107.875, 215.125, 197.25); + --color-blue-light: rgb(88.0731707317, 148.9024390244, 247.9268292683); + --color-violet-light: rgb(129.6710526316, 146.3815789474, 253.3289473684); + --color-purple-light: rgb(175.6597938144, 119.206185567, 242.793814433); + --color-pink-light: rgb(237.8169014085, 150.1830985915, 213.7605633803); + --color-brown-light: rgb(231.4761904762, 164.5238095238, 164.5238095238); + --color-grey-light: rgb(117.227027027, 124.8810810811, 156.772972973); + --color-black-light: rgb(3.9344262295, 3.9344262295, 6.0655737705); + /* dark 1 variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-dark-1: rgb(238.21875, 92.78125, 133.3359375); + --color-orange-dark-1: rgb(247.96, 147.992, 86.04); + --color-yellow-dark-1: rgb(245.4418604651, 208.8023255814, 127.5581395349); + --color-olive-dark-1: rgb(128.7950819672, 215.2950819672, 121.7049180328); + --color-green-dark-1: rgb(128.7950819672, 215.2950819672, 121.7049180328); + --color-teal-dark-1: rgb(107.875, 215.125, 197.25); + --color-blue-dark-1: rgb(88.0731707317, 148.9024390244, 247.9268292683); + --color-violet-dark-1: rgb(129.6710526316, 146.3815789474, 253.3289473684); + --color-purple-dark-1: rgb(175.6597938144, 119.206185567, 242.793814433); + --color-pink-dark-1: rgb(237.8169014085, 150.1830985915, 213.7605633803); + --color-brown-dark-1: rgb(231.4761904762, 164.5238095238, 164.5238095238); + --color-black-dark-1: rgb(3.9344262295, 3.9344262295, 6.0655737705); + /* dark 2 variants - produced via Sass scale-color(color, $lightness: -20%) */ + --color-red-dark-2: rgb(233.4375, 46.5625, 98.671875); + --color-orange-dark-2: rgb(245.92, 116.984, 37.08); + --color-yellow-dark-2: rgb(241.8837209302, 191.6046511628, 80.1162790698); + --color-olive-dark-2: rgb(91.5901639344, 203.5901639344, 82.4098360656); + --color-green-dark-2: rgb(91.5901639344, 203.5901639344, 82.4098360656); + --color-teal-dark-2: rgb(67.75, 204.25, 181.5); + --color-blue-dark-2: rgb(39.1463414634, 117.8048780488, 245.8536585366); + --color-violet-dark-2: rgb(79.3421052632, 102.7631578947, 252.6578947368); + --color-purple-dark-2: rgb(148.3195876289, 72.412371134, 238.587628866); + --color-pink-dark-2: rgb(230.6338028169, 106.3661971831, 196.5211267606); + --color-brown-dark-2: rgb(220.9523809524, 124.0476190476, 124.0476190476); + --color-black-dark-2: hsl(240, 21.3114754098%, -8.0392156863%); + /* other colors */ + --color-gold: #f5e0dc; + --color-white: #cdd6f4; + --color-diff-removed-word-bg: rgba(243, 139, 168, 0.15); + --color-diff-added-word-bg: rgba(166, 227, 161, 0.15); + --color-diff-removed-row-bg: rgba(243, 139, 168, 0.07); + --color-diff-moved-row-bg: rgba(249, 226, 175, 0.07); + --color-diff-added-row-bg: rgba(166, 227, 161, 0.07); + --color-diff-removed-row-border: rgba(243, 139, 168, 0.07); + --color-diff-moved-row-border: rgba(249, 226, 175, 0.07); + --color-diff-added-row-border: rgba(166, 227, 161, 0.07); + --color-diff-inactive: #9399b2; + --color-error-border: #f38ba8; + --color-error-bg: #f38ba8; + --color-error-bg-active: rgb(240.609375, 115.890625, 150.66796875); + --color-error-bg-hover: rgb(238.21875, 92.78125, 133.3359375); + --color-error-text: #11111b; + --color-success-border: rgb(128.7950819672, 215.2950819672, 121.7049180328); + --color-success-bg: #a6e3a1; + --color-success-text: #11111b; + --color-warning-border: rgb(245.4418604651, 208.8023255814, 127.5581395349); + --color-warning-bg: #f9e2af; + --color-warning-text: #11111b; + --color-info-border: rgb(88.0731707317, 148.9024390244, 247.9268292683); + --color-info-bg: #11111b; + --color-info-text: #cdd6f4; + --color-red-badge: rgb(238.21875, 92.78125, 133.3359375); + --color-red-badge-bg: #11111b; + --color-red-badge-hover-bg: rgb(240.609375, 115.890625, 150.66796875); + --color-green-badge: #a6e3a1; + --color-green-badge-bg: #a6e3a1; + --color-green-badge-hover-bg: rgb(147.3975409836, 221.1475409836, 141.3524590164); + --color-yellow-badge: #f9e2af; + --color-yellow-badge-bg: #11111b; + --color-yellow-badge-hover-bg: rgb(247.2209302326, 217.4011627907, 151.2790697674); + --color-orange-badge: #fab387; + --color-orange-badge-bg: #11111b; + --color-orange-badge-hover-bg: rgb(248.98, 163.496, 110.52); + --color-git: #fab387; + --color-highlight-bg: rgba(249, 226, 175, 0.15); + /* target-based colors */ + --color-body: #11111b; + --color-box-header: #181825; + --color-box-body: #181825; + --color-box-body-highlight: #313244; + --color-text-dark: #a6adc8; + --color-text: #cdd6f4; + --color-text-light: #bac2de; + --color-text-light-1: #bac2de; + --color-text-light-2: #bac2de; + --color-text-light-3: #bac2de; + --color-footer: #181825; + --color-timeline: #313244; + --color-input-text: #cdd6f4; + --color-input-background: #313244; + --color-input-toggle-background: #313244; + --color-input-border: #45475a; + --color-input-border-hover: #585b70; + --color-nav-bg: #181825; + --color-nav-hover-bg: var(--color-hover); + --color-navbar: #181825; + --color-navbar-transparent: rgba(17, 17, 27, 0); + --color-light: rgba(88, 91, 112, 0.3); + --color-light-mimic-enabled: rgba( + 0, + 0, + 0, + calc(40 / 255 * 222 / 255 / var(--opacity-disabled)) + ); + --color-light-border: #585b70; + --color-hover: rgba(108, 112, 134, 0.2); + --color-active: rgba(205, 214, 244, 0.1); + --color-menu: #313244; + --color-card: #313244; + --color-markup-table-row: rgba(205, 214, 244, 0.02); + --color-markup-code-block: rgba(205, 214, 244, 0.05); + --color-markup-code-inline: #313244; + --color-button: #313244; + --color-code-bg: #1e1e2e; + --color-code-sidebar-bg: #313244; + --color-shadow: rgba(17, 17, 27, 0.1); + --color-tooltip-bg: #313244; + --color-tooltip-text: var(--color-text); + --color-secondary-bg: #313244; + --color-text-focus: #cdd6f4; + --color-expand-button: #585b70; + --color-placeholder-text: #a6adc8; + --color-editor-line-highlight: var(--color-primary-light-5); + --color-project-board-bg: var(--color-secondary-light-2); + /* gitea source code: */ + /* should ideally be --color-text-dark, see go-gitea/gitea#15651 */ + --color-caret: var(--color-text); + --color-reaction-bg: rgba(205, 214, 244, 0.07); + --color-reaction-active-bg: var(--color-primary-alpha-40); + --color-header-wrapper: #181825; + --color-header-wrapper-transparent: rgba(24, 24, 37, 0); + --color-label-text: #11111b; + --color-label-bg: #94e2d5; + --color-label-hover-bg: rgb(123.925, 219.475, 203.55); + --color-label-active-bg: rgb(135.9625, 222.7375, 208.275); + --color-accent: var(--color-primary-light-1); + --color-small-accent: var(--color-primary-light-5); + --color-active-line: #45475a; +} + +/* invert emojis that are hard to read otherwise */ +.emoji[aria-label="check mark"], +.emoji[aria-label="currency exchange"], +.emoji[aria-label="TOP arrow"], +.emoji[aria-label="END arrow"], +.emoji[aria-label="ON! arrow"], +.emoji[aria-label="SOON arrow"], +.emoji[aria-label="heavy dollar sign"], +.emoji[aria-label=copyright], +.emoji[aria-label=registered], +.emoji[aria-label="trade mark"], +.emoji[aria-label=multiply], +.emoji[aria-label=plus], +.emoji[aria-label=minus], +.emoji[aria-label=divide], +.emoji[aria-label="curly loop"], +.emoji[aria-label="double curly loop"], +.emoji[aria-label="wavy dash"], +.emoji[aria-label="paw prints"], +.emoji[aria-label="musical note"], +.emoji[aria-label="musical notes"] { + filter: invert(100%) hue-rotate(180deg); +} + +.ui.ui.ui.button:not(.inverted, .basic).primary, .ui.ui.ui.button:not(.inverted, .basic).green, .ui.ui.ui.button:not(.inverted, .basic).red, .ui.ui.ui.button:not(.inverted, .basic).teal, +.ui.ui.ui.label:not(.inverted, .basic).primary, +.ui.ui.ui.label:not(.inverted, .basic).green, +.ui.ui.ui.label:not(.inverted, .basic).red, +.ui.ui.ui.label:not(.inverted, .basic).teal { + color: #11111b; +} +.ui.ui.ui.button:not(.inverted, .basic).primary:hover, .ui.ui.ui.button:not(.inverted, .basic).green:hover, .ui.ui.ui.button:not(.inverted, .basic).red:hover, .ui.ui.ui.button:not(.inverted, .basic).teal:hover, +.ui.ui.ui.label:not(.inverted, .basic).primary:hover, +.ui.ui.ui.label:not(.inverted, .basic).green:hover, +.ui.ui.ui.label:not(.inverted, .basic).red:hover, +.ui.ui.ui.label:not(.inverted, .basic).teal:hover { + color: #1e1e2e; +} + +.ui.basic.modal { + background-color: #1e1e2e; +} + +.ui.commit-header-row .svg.gitea-lock ~ a { + color: #11111b; +} + +.ui.negative.message .header { + color: var(--color-error-text); +} + +.ui.sha.isSigned.isVerified .shortsha { + color: #11111b; +} +.ui.sha.isSigned.isVerified svg.gitea-lock { + fill: #11111b; +} + +.ui.basic.modal, +.ui.basic.modal > .header, +.ui.inverted.button { + color: #cdd6f4 !important; +} + +#repo-topics, +#topic_edit > .ui.selection.dropdown { + color: var(--color-label-text) !important; +} + +blockquote.attention-tip { + border-left-color: var(--color-success-bg); +} +blockquote.attention-warning { + border-left-color: var(--color-warning-bg); +} + +svg.attention-tip, +strong.attention-tip { + color: var(--color-success-bg); +} +svg.attention-warning, +strong.attention-warning { + color: var(--color-warning-bg); +} + +.inline-code-block { + color: #11111b; +} + +::selection { + background: rgba(148, 226, 213, 0.3) !important; +} + +/* NameBuiltinPseudo */ +.chroma .bp { + color: #fab387; +} + +/* Comment */ +.chroma .c { + color: #6c7086; +} + +/* CommentSingle */ +.chroma .c1 { + color: #6c7086; +} + +/* CommentHashbang */ +.chroma .ch { + color: #6c7086; +} + +/* CommentMultiline */ +.chroma .cm { + color: #6c7086; +} + +/* CommentPreproc */ +.chroma .cp { + color: #89b4fa; +} + +/* CommentPreprocFile */ +.chroma .cpf { + color: #89b4fa; +} + +/* CommentSpecial */ +.chroma .cs { + color: #6c7086; +} + +/* LiteralStringDelimiter */ +.chroma .dl { + color: #89b4fa; +} + +/* NameFunctionMagic */ +/* Generic */ +/* GenericDeleted */ +.chroma .gd { + color: #cdd6f4; + background-color: rgba(243, 139, 168, 0.15); +} + +/* GenericEmph */ +.chroma .ge { + font-style: italic; +} + +/* GenericHeading */ +.chroma .gh { + color: #89dceb; +} + +/* GenericInserted */ +.chroma .gi { + color: #cdd6f4; + background-color: rgba(166, 227, 161, 0.15); +} + +/* GenericUnderline */ +/* GenericOutput */ +.chroma .go { + color: #fab387; +} + +/* GenericPrompt */ +.chroma .gp { + color: #6c7086; + font-weight: bold; +} + +/* GenericError */ +.chroma .gr { + color: #eba0ac; +} + +/* GenericStrong */ +.chroma .gs { + font-weight: bold; +} + +/* GenericTraceback */ +.chroma .gt { + color: #eba0ac; +} + +/* GenericSubheading */ +.chroma .gu { + color: #89dceb; +} + +/* LiteralNumberIntegerLong */ +.chroma .il { + color: #fab387; +} + +/* Keyword */ +.chroma .k { + color: #cba6f7; +} + +/* KeywordConstant */ +.chroma .kc { + color: #f9e2af; +} + +/* KeywordDeclaration */ +.chroma .kd { + color: #cba6f7; +} + +/* KeywordNamespace */ +.chroma .kn { + color: #f9e2af; +} + +/* KeywordPseudo */ +.chroma .kp { + color: #cba6f7; + font-weight: bold; +} + +/* KeywordReserved */ +.chroma .kr { + color: #cba6f7; +} + +/* KeywordType */ +.chroma .kt { + color: #f9e2af; +} + +/* Literal */ +/* LiteralDate */ +/* LiteralNumber */ +.chroma .m { + color: #fab387; +} + +/* LiteralNumberBin */ +.chroma .mb { + color: #fab387; +} + +/* LiteralNumberFloat */ +.chroma .mf { + color: #fab387; +} + +/* LiteralNumberHex */ +.chroma .mh { + color: #fab387; +} + +/* LiteralNumberInteger */ +.chroma .mi { + color: #fab387; +} + +/* LiteralNumberOct */ +.chroma .mo { + color: #fab387; +} + +/* Name */ +.chroma .n { + color: #b4befe; +} + +/* NameAttribute */ +.chroma .na { + color: #f9e2af; +} + +/* NameBuiltin */ +.chroma .nb { + color: #fab387; +} + +/* NameClass */ +.chroma .nc { + color: #f9e2af; +} + +/* NameDecorator */ +.chroma .nd { + color: #f5c2e7; +} + +/* NameException */ +.chroma .ne { + color: #eba0ac; +} + +/* NameFunction */ +.chroma .nf { + color: #89b4fa; +} + +/* NameEntity */ +.chroma .ni { + color: #f5c2e7; +} + +/* NameLabel */ +.chroma .nl { + color: #f9e2af; +} + +/* NameNamespace */ +.chroma .nn { + color: #f9e2af; +} + +/* NameConstant */ +.chroma .no { + color: #f9e2af; +} + +/* NameTag */ +.chroma .nt { + color: #cba6f7; +} + +/* NameVariable */ +.chroma .nv { + color: #fab387; +} + +/* NameOther */ +.chroma .nx { + color: #fab387; +} + +/* Operator */ +.chroma .o { + color: #89dceb; +} + +/* OperatorWord */ +.chroma .ow { + color: #89dceb; + font-weight: bold; +} + +/* Punctuation */ +.chroma .p { + color: #9399b2; +} + +/* NameProperty */ +/* LiteralString */ +.chroma .s { + color: #a6e3a1; +} + +/* LiteralStringSingle */ +.chroma .s1 { + color: #a6e3a1; +} + +/* LiteralStringDouble */ +.chroma .s2 { + color: #a6e3a1; +} + +/* LiteralStringAffix */ +.chroma .sa { + color: #a6e3a1; +} + +/* LiteralStringBacktick */ +.chroma .sb { + color: #a6e3a1; +} + +/* LiteralStringChar */ +.chroma .sc { + color: #a6e3a1; +} + +/* LiteralStringDoc */ +.chroma .sd { + color: #a6e3a1; +} + +/* LiteralStringEscape */ +.chroma .se { + color: #89b4fa; +} + +/* LiteralStringHeredoc */ +.chroma .sh { + color: #a6e3a1; +} + +/* LiteralStringInterpol */ +.chroma .si { + color: #a6e3a1; +} + +/* LiteralStringRegex */ +.chroma .sr { + color: #89b4fa; +} + +/* LiteralStringSymbol */ +.chroma .ss { + color: #a6e3a1; +} + +/* LiteralStringOther */ +.chroma .sx { + color: #a6e3a1; +} + +/* NameVariableClass */ +.chroma .vc { + color: #f9e2af; +} + +/* NameVariableGlobal */ +.chroma .vg { + color: #fab387; +} + +/* NameVariableInstance */ +.chroma .vi { + color: #f9e2af; +} + +/* NameVariableMagic */ +/* TextWhitespace */ +.chroma .w { + color: #313244; +} + +.CodeMirror .cm-property, +.CodeMirror.cm-s-default .cm-property, +.CodeMirror.cm-s-paper .cm-property { + color: #cdd6f4; +} +.CodeMirror .cm-header, +.CodeMirror.cm-s-default .cm-header, +.CodeMirror.cm-s-paper .cm-header { + color: #cdd6f4; +} +.CodeMirror .cm-quote, +.CodeMirror.cm-s-default .cm-quote, +.CodeMirror.cm-s-paper .cm-quote { + color: #a6e3a1; +} +.CodeMirror .cm-keyword, +.CodeMirror.cm-s-default .cm-keyword, +.CodeMirror.cm-s-paper .cm-keyword { + color: #cba6f7; +} +.CodeMirror .cm-atom, +.CodeMirror.cm-s-default .cm-atom, +.CodeMirror.cm-s-paper .cm-atom { + color: #f38ba8; +} +.CodeMirror .cm-number, +.CodeMirror.cm-s-default .cm-number, +.CodeMirror.cm-s-paper .cm-number { + color: #fab387; +} +.CodeMirror .cm-def, +.CodeMirror.cm-s-default .cm-def, +.CodeMirror.cm-s-paper .cm-def { + color: #cdd6f4; +} +.CodeMirror .cm-variable-2, +.CodeMirror.cm-s-default .cm-variable-2, +.CodeMirror.cm-s-paper .cm-variable-2 { + color: #89dceb; +} +.CodeMirror .cm-variable-3, +.CodeMirror.cm-s-default .cm-variable-3, +.CodeMirror.cm-s-paper .cm-variable-3 { + color: #94e2d5; +} +.CodeMirror .cm-comment, +.CodeMirror.cm-s-default .cm-comment, +.CodeMirror.cm-s-paper .cm-comment { + color: #585b70; +} +.CodeMirror .cm-string, +.CodeMirror.cm-s-default .cm-string, +.CodeMirror.cm-s-paper .cm-string { + color: #a6e3a1; +} +.CodeMirror .cm-string-2, +.CodeMirror.cm-s-default .cm-string-2, +.CodeMirror.cm-s-paper .cm-string-2 { + color: #a6e3a1; +} +.CodeMirror .cm-meta, +.CodeMirror.cm-s-default .cm-meta, +.CodeMirror.cm-s-paper .cm-meta { + color: #fab387; +} +.CodeMirror .cm-qualifier, +.CodeMirror.cm-s-default .cm-qualifier, +.CodeMirror.cm-s-paper .cm-qualifier { + color: #fab387; +} +.CodeMirror .cm-builtin, +.CodeMirror.cm-s-default .cm-builtin, +.CodeMirror.cm-s-paper .cm-builtin { + color: #fab387; +} +.CodeMirror .cm-bracket, +.CodeMirror.cm-s-default .cm-bracket, +.CodeMirror.cm-s-paper .cm-bracket { + color: #cdd6f4; +} +.CodeMirror .cm-tag, +.CodeMirror.cm-s-default .cm-tag, +.CodeMirror.cm-s-paper .cm-tag { + color: #f9e2af; +} +.CodeMirror .cm-attribute, +.CodeMirror.cm-s-default .cm-attribute, +.CodeMirror.cm-s-paper .cm-attribute { + color: #f9e2af; +} +.CodeMirror .cm-hr, +.CodeMirror.cm-s-default .cm-hr, +.CodeMirror.cm-s-paper .cm-hr { + color: #9399b2; +} +.CodeMirror .cm-url, +.CodeMirror.cm-s-default .cm-url, +.CodeMirror.cm-s-paper .cm-url { + color: #89b4fa; +} +.CodeMirror .cm-link, +.CodeMirror.cm-s-default .cm-link, +.CodeMirror.cm-s-paper .cm-link { + color: #89b4fa; +} +.CodeMirror .cm-error, +.CodeMirror.cm-s-default .cm-error, +.CodeMirror.cm-s-paper .cm-error { + color: #f38ba8; +} + +.monaco-editor .selected-text { + background-color: #313244 !important; +} +.monaco-editor .margin-view-overlays .line-numbers { + color: #a6adc8 !important; +} +.monaco-editor .line-numbers.active-line-number { + color: #94e2d5 !important; +} +.monaco-editor .view-overlays .current-line, +.monaco-editor .margin-view-overlays .current-line-margin { + background-color: rgb(42.16, 42.8, 60.08) !important; +} +.monaco-editor .mtk1 { + color: #cdd6f4 !important; +} +.monaco-editor .mtk2 { + color: #ff69b4 !important; +} +.monaco-editor .mtk3 { + color: #fab387 !important; +} +.monaco-editor .mtk4 { + color: #94e2d5 !important; +} +.monaco-editor .mtk5 { + color: #cdd6f4 !important; +} +.monaco-editor .mtk6 { + color: #cba6f7 !important; +} +.monaco-editor .mtk7 { + color: #fab387 !important; +} +.monaco-editor .mtk8 { + color: #9399b2 !important; +} +.monaco-editor .mtk9 { + color: #cba6f7 !important; +} +.monaco-editor .mtk10 { + color: #a6adc8 !important; +} +.monaco-editor .mtk11 { + color: #94e2d5 !important; +} +.monaco-editor .mtk12 { + color: #94e2d5 !important; +} +.monaco-editor .mtk13 { + color: #ff69b4 !important; +} +.monaco-editor .mtk14 { + color: #ff69b4 !important; +} +.monaco-editor .mtk15 { + color: #cba6f7 !important; +} +.monaco-editor .mtk16 { + color: #9399b2 !important; +} +.monaco-editor .mtk17 { + color: #ff69b4 !important; +} +.monaco-editor .mtk18 { + color: #ff69b4 !important; +} +.monaco-editor .mtk19 { + color: #94e2d5 !important; +} +.monaco-editor .mtk20 { + color: #ff69b4 !important; +} +.monaco-editor .mtk21 { + color: #a6e3a1 !important; +} +.monaco-editor .mtk22 { + color: #ff69b4 !important; +} +.monaco-editor .mtk23 { + color: #89b4fa !important; +} +.monaco-editor .mtk24 { + color: #fab387 !important; +} +.monaco-editor .mtk25 { + color: #f5c2e7 !important; +} +.monaco-editor .bracket-highlighting-0 { + color: rgb(227.8, 169, 198.4) !important; +} +.monaco-editor .bracket-highlighting-1 { + color: rgb(232, 193, 178.6) !important; +} +.monaco-editor .bracket-highlighting-2 { + color: rgb(231.4, 221.2, 202.6) !important; +} +.monaco-editor .bracket-highlighting-3 { + color: rgb(181.6, 221.8, 194.2) !important; +} +.monaco-editor .bracket-highlighting-4 { + color: rgb(164.2, 193.6, 247.6) !important; +} +.monaco-editor .bracket-highlighting-5 { + color: rgb(203.8, 185.2, 245.8) !important; +} \ No newline at end of file diff --git a/public/assets/css/theme-catppuccin-mocha-yellow.css b/public/assets/css/theme-catppuccin-mocha-yellow.css new file mode 100644 index 0000000..27a79db --- /dev/null +++ b/public/assets/css/theme-catppuccin-mocha-yellow.css @@ -0,0 +1,873 @@ +:root { + color-scheme: dark; + --is-dark-theme: true; + accent-color: #f9e2af; + --color-primary: #f9e2af; + --color-primary-contrast: #11111b; + --color-primary-hover: rgb(247.2209302326, 217.4011627907, 151.2790697674); + --color-primary-dark-1: rgb(247.9325581395, 220.8406976744, 160.7674418605); + --color-primary-dark-2: rgb(246.8651162791, 215.6813953488, 146.5348837209); + --color-primary-dark-3: rgb(245.7976744186, 210.5220930233, 132.3023255814); + --color-primary-dark-4: rgb(244.7302325581, 205.3627906977, 118.0697674419); + --color-primary-dark-5: rgb(243.6627906977, 200.2034883721, 103.8372093023); + --color-primary-dark-6: rgb(242.5953488372, 195.0441860465, 89.6046511628); + --color-primary-dark-7: rgb(241.5279069767, 189.8848837209, 75.3720930233); + --color-primary-light-1: rgb(250.0674418605, 231.1593023256, 189.2325581395); + --color-primary-light-2: rgb(251.1348837209, 236.3186046512, 203.4651162791); + --color-primary-light-3: rgb(252.2023255814, 241.4779069767, 217.6976744186); + --color-primary-light-4: rgb(253.2697674419, 246.6372093023, 231.9302325581); + --color-primary-light-5: rgb(254.3372093023, 251.7965116279, 246.1627906977); + --color-primary-light-6: hsl(41.3513513514, 86.0465116279%, 101.137254902%); + --color-primary-light-7: hsl(41.3513513514, 86.0465116279%, 104.137254902%); + --color-primary-alpha-10: rgba(249, 226, 175, 0.1); + --color-primary-alpha-20: rgba(249, 226, 175, 0.2); + --color-primary-alpha-30: rgba(249, 226, 175, 0.3); + --color-primary-alpha-40: rgba(249, 226, 175, 0.4); + --color-primary-alpha-50: rgba(249, 226, 175, 0.5); + --color-primary-alpha-60: rgba(249, 226, 175, 0.6); + --color-primary-alpha-70: rgba(249, 226, 175, 0.7); + --color-primary-alpha-80: rgba(249, 226, 175, 0.8); + --color-primary-alpha-90: rgba(249, 226, 175, 0.9); + --color-secondary: #45475a; + --color-secondary-dark-1: rgb(55.4076923077, 56.5384615385, 76.8923076923); + --color-secondary-dark-2: rgb(61.8153846154, 63.0769230769, 85.7846153846); + --color-secondary-dark-3: rgb(68.2230769231, 69.6153846154, 94.6769230769); + --color-secondary-dark-4: rgb(74.6307692308, 76.1538461538, 103.5692307692); + --color-secondary-dark-5: rgb(81.0384615385, 82.6923076923, 112.4615384615); + --color-secondary-dark-6: rgb(87.4461538462, 89.2307692308, 121.3538461538); + --color-secondary-dark-7: rgb(93.8538461538, 95.7692307692, 130.2461538462); + --color-secondary-dark-8: rgb(100.2615384615, 102.3076923077, 139.1384615385); + --color-secondary-dark-9: rgb(106.6692307692, 108.8461538462, 148.0307692308); + --color-secondary-dark-10: rgb(115.5128205128, 117.5641025641, 154.4871794872); + --color-secondary-dark-11: rgb(124.4051282051, 126.3256410256, 160.8948717949); + --color-secondary-dark-12: rgb(133.2974358974, 135.0871794872, 167.3025641026); + --color-secondary-dark-13: rgb(142.1897435897, 143.8487179487, 173.7102564103); + --color-secondary-light-1: rgb(42.5923076923, 43.4615384615, 59.1076923077); + --color-secondary-light-2: rgb(36.1846153846, 36.9230769231, 50.2153846154); + --color-secondary-light-3: rgb(29.7769230769, 30.3846153846, 41.3230769231); + --color-secondary-light-4: rgb(23.3692307692, 23.8461538462, 32.4307692308); + --color-secondary-alpha-10: rgba(49, 50, 68, 0.1); + --color-secondary-alpha-20: rgba(49, 50, 68, 0.2); + --color-secondary-alpha-30: rgba(49, 50, 68, 0.3); + --color-secondary-alpha-40: rgba(49, 50, 68, 0.4); + --color-secondary-alpha-50: rgba(49, 50, 68, 0.5); + --color-secondary-alpha-60: rgba(49, 50, 68, 0.6); + --color-secondary-alpha-70: rgba(49, 50, 68, 0.7); + --color-secondary-alpha-80: rgba(49, 50, 68, 0.8); + --color-secondary-alpha-90: rgba(49, 50, 68, 0.9); + /* colors */ + --color-red: #f38ba8; + --color-orange: #fab387; + --color-yellow: #f9e2af; + --color-olive: #a6e3a1; + --color-green: #a6e3a1; + --color-teal: #94e2d5; + --color-blue: #89b4fa; + --color-violet: #b4befe; + --color-purple: #cba6f7; + --color-pink: #f5c2e7; + --color-brown: #f2cdcd; + --color-grey: #9399b2; + --color-black: #181825; + /* light variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-light: rgb(238.21875, 92.78125, 133.3359375); + --color-orange-light: rgb(247.96, 147.992, 86.04); + --color-yellow-light: rgb(245.4418604651, 208.8023255814, 127.5581395349); + --color-olive-light: rgb(128.7950819672, 215.2950819672, 121.7049180328); + --color-green-light: rgb(128.7950819672, 215.2950819672, 121.7049180328); + --color-teal-light: rgb(107.875, 215.125, 197.25); + --color-blue-light: rgb(88.0731707317, 148.9024390244, 247.9268292683); + --color-violet-light: rgb(129.6710526316, 146.3815789474, 253.3289473684); + --color-purple-light: rgb(175.6597938144, 119.206185567, 242.793814433); + --color-pink-light: rgb(237.8169014085, 150.1830985915, 213.7605633803); + --color-brown-light: rgb(231.4761904762, 164.5238095238, 164.5238095238); + --color-grey-light: rgb(117.227027027, 124.8810810811, 156.772972973); + --color-black-light: rgb(3.9344262295, 3.9344262295, 6.0655737705); + /* dark 1 variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-dark-1: rgb(238.21875, 92.78125, 133.3359375); + --color-orange-dark-1: rgb(247.96, 147.992, 86.04); + --color-yellow-dark-1: rgb(245.4418604651, 208.8023255814, 127.5581395349); + --color-olive-dark-1: rgb(128.7950819672, 215.2950819672, 121.7049180328); + --color-green-dark-1: rgb(128.7950819672, 215.2950819672, 121.7049180328); + --color-teal-dark-1: rgb(107.875, 215.125, 197.25); + --color-blue-dark-1: rgb(88.0731707317, 148.9024390244, 247.9268292683); + --color-violet-dark-1: rgb(129.6710526316, 146.3815789474, 253.3289473684); + --color-purple-dark-1: rgb(175.6597938144, 119.206185567, 242.793814433); + --color-pink-dark-1: rgb(237.8169014085, 150.1830985915, 213.7605633803); + --color-brown-dark-1: rgb(231.4761904762, 164.5238095238, 164.5238095238); + --color-black-dark-1: rgb(3.9344262295, 3.9344262295, 6.0655737705); + /* dark 2 variants - produced via Sass scale-color(color, $lightness: -20%) */ + --color-red-dark-2: rgb(233.4375, 46.5625, 98.671875); + --color-orange-dark-2: rgb(245.92, 116.984, 37.08); + --color-yellow-dark-2: rgb(241.8837209302, 191.6046511628, 80.1162790698); + --color-olive-dark-2: rgb(91.5901639344, 203.5901639344, 82.4098360656); + --color-green-dark-2: rgb(91.5901639344, 203.5901639344, 82.4098360656); + --color-teal-dark-2: rgb(67.75, 204.25, 181.5); + --color-blue-dark-2: rgb(39.1463414634, 117.8048780488, 245.8536585366); + --color-violet-dark-2: rgb(79.3421052632, 102.7631578947, 252.6578947368); + --color-purple-dark-2: rgb(148.3195876289, 72.412371134, 238.587628866); + --color-pink-dark-2: rgb(230.6338028169, 106.3661971831, 196.5211267606); + --color-brown-dark-2: rgb(220.9523809524, 124.0476190476, 124.0476190476); + --color-black-dark-2: hsl(240, 21.3114754098%, -8.0392156863%); + /* other colors */ + --color-gold: #f5e0dc; + --color-white: #cdd6f4; + --color-diff-removed-word-bg: rgba(243, 139, 168, 0.15); + --color-diff-added-word-bg: rgba(166, 227, 161, 0.15); + --color-diff-removed-row-bg: rgba(243, 139, 168, 0.07); + --color-diff-moved-row-bg: rgba(249, 226, 175, 0.07); + --color-diff-added-row-bg: rgba(166, 227, 161, 0.07); + --color-diff-removed-row-border: rgba(243, 139, 168, 0.07); + --color-diff-moved-row-border: rgba(249, 226, 175, 0.07); + --color-diff-added-row-border: rgba(166, 227, 161, 0.07); + --color-diff-inactive: #9399b2; + --color-error-border: #f38ba8; + --color-error-bg: #f38ba8; + --color-error-bg-active: rgb(240.609375, 115.890625, 150.66796875); + --color-error-bg-hover: rgb(238.21875, 92.78125, 133.3359375); + --color-error-text: #11111b; + --color-success-border: rgb(128.7950819672, 215.2950819672, 121.7049180328); + --color-success-bg: #a6e3a1; + --color-success-text: #11111b; + --color-warning-border: rgb(245.4418604651, 208.8023255814, 127.5581395349); + --color-warning-bg: #f9e2af; + --color-warning-text: #11111b; + --color-info-border: rgb(88.0731707317, 148.9024390244, 247.9268292683); + --color-info-bg: #11111b; + --color-info-text: #cdd6f4; + --color-red-badge: rgb(238.21875, 92.78125, 133.3359375); + --color-red-badge-bg: #11111b; + --color-red-badge-hover-bg: rgb(240.609375, 115.890625, 150.66796875); + --color-green-badge: #a6e3a1; + --color-green-badge-bg: #a6e3a1; + --color-green-badge-hover-bg: rgb(147.3975409836, 221.1475409836, 141.3524590164); + --color-yellow-badge: #f9e2af; + --color-yellow-badge-bg: #11111b; + --color-yellow-badge-hover-bg: rgb(247.2209302326, 217.4011627907, 151.2790697674); + --color-orange-badge: #fab387; + --color-orange-badge-bg: #11111b; + --color-orange-badge-hover-bg: rgb(248.98, 163.496, 110.52); + --color-git: #fab387; + --color-highlight-bg: rgba(249, 226, 175, 0.15); + /* target-based colors */ + --color-body: #11111b; + --color-box-header: #181825; + --color-box-body: #181825; + --color-box-body-highlight: #313244; + --color-text-dark: #a6adc8; + --color-text: #cdd6f4; + --color-text-light: #bac2de; + --color-text-light-1: #bac2de; + --color-text-light-2: #bac2de; + --color-text-light-3: #bac2de; + --color-footer: #181825; + --color-timeline: #313244; + --color-input-text: #cdd6f4; + --color-input-background: #313244; + --color-input-toggle-background: #313244; + --color-input-border: #45475a; + --color-input-border-hover: #585b70; + --color-nav-bg: #181825; + --color-nav-hover-bg: var(--color-hover); + --color-navbar: #181825; + --color-navbar-transparent: rgba(17, 17, 27, 0); + --color-light: rgba(88, 91, 112, 0.3); + --color-light-mimic-enabled: rgba( + 0, + 0, + 0, + calc(40 / 255 * 222 / 255 / var(--opacity-disabled)) + ); + --color-light-border: #585b70; + --color-hover: rgba(108, 112, 134, 0.2); + --color-active: rgba(205, 214, 244, 0.1); + --color-menu: #313244; + --color-card: #313244; + --color-markup-table-row: rgba(205, 214, 244, 0.02); + --color-markup-code-block: rgba(205, 214, 244, 0.05); + --color-markup-code-inline: #313244; + --color-button: #313244; + --color-code-bg: #1e1e2e; + --color-code-sidebar-bg: #313244; + --color-shadow: rgba(17, 17, 27, 0.1); + --color-tooltip-bg: #313244; + --color-tooltip-text: var(--color-text); + --color-secondary-bg: #313244; + --color-text-focus: #cdd6f4; + --color-expand-button: #585b70; + --color-placeholder-text: #a6adc8; + --color-editor-line-highlight: var(--color-primary-light-5); + --color-project-board-bg: var(--color-secondary-light-2); + /* gitea source code: */ + /* should ideally be --color-text-dark, see go-gitea/gitea#15651 */ + --color-caret: var(--color-text); + --color-reaction-bg: rgba(205, 214, 244, 0.07); + --color-reaction-active-bg: var(--color-primary-alpha-40); + --color-header-wrapper: #181825; + --color-header-wrapper-transparent: rgba(24, 24, 37, 0); + --color-label-text: #11111b; + --color-label-bg: #f9e2af; + --color-label-hover-bg: rgb(246.8651162791, 215.6813953488, 146.5348837209); + --color-label-active-bg: rgb(247.9325581395, 220.8406976744, 160.7674418605); + --color-accent: var(--color-primary-light-1); + --color-small-accent: var(--color-primary-light-5); + --color-active-line: #45475a; +} + +/* invert emojis that are hard to read otherwise */ +.emoji[aria-label="check mark"], +.emoji[aria-label="currency exchange"], +.emoji[aria-label="TOP arrow"], +.emoji[aria-label="END arrow"], +.emoji[aria-label="ON! arrow"], +.emoji[aria-label="SOON arrow"], +.emoji[aria-label="heavy dollar sign"], +.emoji[aria-label=copyright], +.emoji[aria-label=registered], +.emoji[aria-label="trade mark"], +.emoji[aria-label=multiply], +.emoji[aria-label=plus], +.emoji[aria-label=minus], +.emoji[aria-label=divide], +.emoji[aria-label="curly loop"], +.emoji[aria-label="double curly loop"], +.emoji[aria-label="wavy dash"], +.emoji[aria-label="paw prints"], +.emoji[aria-label="musical note"], +.emoji[aria-label="musical notes"] { + filter: invert(100%) hue-rotate(180deg); +} + +.ui.ui.ui.button:not(.inverted, .basic).primary, .ui.ui.ui.button:not(.inverted, .basic).green, .ui.ui.ui.button:not(.inverted, .basic).red, .ui.ui.ui.button:not(.inverted, .basic).teal, +.ui.ui.ui.label:not(.inverted, .basic).primary, +.ui.ui.ui.label:not(.inverted, .basic).green, +.ui.ui.ui.label:not(.inverted, .basic).red, +.ui.ui.ui.label:not(.inverted, .basic).teal { + color: #11111b; +} +.ui.ui.ui.button:not(.inverted, .basic).primary:hover, .ui.ui.ui.button:not(.inverted, .basic).green:hover, .ui.ui.ui.button:not(.inverted, .basic).red:hover, .ui.ui.ui.button:not(.inverted, .basic).teal:hover, +.ui.ui.ui.label:not(.inverted, .basic).primary:hover, +.ui.ui.ui.label:not(.inverted, .basic).green:hover, +.ui.ui.ui.label:not(.inverted, .basic).red:hover, +.ui.ui.ui.label:not(.inverted, .basic).teal:hover { + color: #1e1e2e; +} + +.ui.basic.modal { + background-color: #1e1e2e; +} + +.ui.commit-header-row .svg.gitea-lock ~ a { + color: #11111b; +} + +.ui.negative.message .header { + color: var(--color-error-text); +} + +.ui.sha.isSigned.isVerified .shortsha { + color: #11111b; +} +.ui.sha.isSigned.isVerified svg.gitea-lock { + fill: #11111b; +} + +.ui.basic.modal, +.ui.basic.modal > .header, +.ui.inverted.button { + color: #cdd6f4 !important; +} + +#repo-topics, +#topic_edit > .ui.selection.dropdown { + color: var(--color-label-text) !important; +} + +blockquote.attention-tip { + border-left-color: var(--color-success-bg); +} +blockquote.attention-warning { + border-left-color: var(--color-warning-bg); +} + +svg.attention-tip, +strong.attention-tip { + color: var(--color-success-bg); +} +svg.attention-warning, +strong.attention-warning { + color: var(--color-warning-bg); +} + +.inline-code-block { + color: #11111b; +} + +::selection { + background: rgba(249, 226, 175, 0.3) !important; +} + +/* NameBuiltinPseudo */ +.chroma .bp { + color: #fab387; +} + +/* Comment */ +.chroma .c { + color: #6c7086; +} + +/* CommentSingle */ +.chroma .c1 { + color: #6c7086; +} + +/* CommentHashbang */ +.chroma .ch { + color: #6c7086; +} + +/* CommentMultiline */ +.chroma .cm { + color: #6c7086; +} + +/* CommentPreproc */ +.chroma .cp { + color: #89b4fa; +} + +/* CommentPreprocFile */ +.chroma .cpf { + color: #89b4fa; +} + +/* CommentSpecial */ +.chroma .cs { + color: #6c7086; +} + +/* LiteralStringDelimiter */ +.chroma .dl { + color: #89b4fa; +} + +/* NameFunctionMagic */ +/* Generic */ +/* GenericDeleted */ +.chroma .gd { + color: #cdd6f4; + background-color: rgba(243, 139, 168, 0.15); +} + +/* GenericEmph */ +.chroma .ge { + font-style: italic; +} + +/* GenericHeading */ +.chroma .gh { + color: #89dceb; +} + +/* GenericInserted */ +.chroma .gi { + color: #cdd6f4; + background-color: rgba(166, 227, 161, 0.15); +} + +/* GenericUnderline */ +/* GenericOutput */ +.chroma .go { + color: #fab387; +} + +/* GenericPrompt */ +.chroma .gp { + color: #6c7086; + font-weight: bold; +} + +/* GenericError */ +.chroma .gr { + color: #eba0ac; +} + +/* GenericStrong */ +.chroma .gs { + font-weight: bold; +} + +/* GenericTraceback */ +.chroma .gt { + color: #eba0ac; +} + +/* GenericSubheading */ +.chroma .gu { + color: #89dceb; +} + +/* LiteralNumberIntegerLong */ +.chroma .il { + color: #fab387; +} + +/* Keyword */ +.chroma .k { + color: #cba6f7; +} + +/* KeywordConstant */ +.chroma .kc { + color: #f9e2af; +} + +/* KeywordDeclaration */ +.chroma .kd { + color: #cba6f7; +} + +/* KeywordNamespace */ +.chroma .kn { + color: #f9e2af; +} + +/* KeywordPseudo */ +.chroma .kp { + color: #cba6f7; + font-weight: bold; +} + +/* KeywordReserved */ +.chroma .kr { + color: #cba6f7; +} + +/* KeywordType */ +.chroma .kt { + color: #f9e2af; +} + +/* Literal */ +/* LiteralDate */ +/* LiteralNumber */ +.chroma .m { + color: #fab387; +} + +/* LiteralNumberBin */ +.chroma .mb { + color: #fab387; +} + +/* LiteralNumberFloat */ +.chroma .mf { + color: #fab387; +} + +/* LiteralNumberHex */ +.chroma .mh { + color: #fab387; +} + +/* LiteralNumberInteger */ +.chroma .mi { + color: #fab387; +} + +/* LiteralNumberOct */ +.chroma .mo { + color: #fab387; +} + +/* Name */ +.chroma .n { + color: #b4befe; +} + +/* NameAttribute */ +.chroma .na { + color: #f9e2af; +} + +/* NameBuiltin */ +.chroma .nb { + color: #fab387; +} + +/* NameClass */ +.chroma .nc { + color: #f9e2af; +} + +/* NameDecorator */ +.chroma .nd { + color: #f5c2e7; +} + +/* NameException */ +.chroma .ne { + color: #eba0ac; +} + +/* NameFunction */ +.chroma .nf { + color: #89b4fa; +} + +/* NameEntity */ +.chroma .ni { + color: #f5c2e7; +} + +/* NameLabel */ +.chroma .nl { + color: #f9e2af; +} + +/* NameNamespace */ +.chroma .nn { + color: #f9e2af; +} + +/* NameConstant */ +.chroma .no { + color: #f9e2af; +} + +/* NameTag */ +.chroma .nt { + color: #cba6f7; +} + +/* NameVariable */ +.chroma .nv { + color: #fab387; +} + +/* NameOther */ +.chroma .nx { + color: #fab387; +} + +/* Operator */ +.chroma .o { + color: #89dceb; +} + +/* OperatorWord */ +.chroma .ow { + color: #89dceb; + font-weight: bold; +} + +/* Punctuation */ +.chroma .p { + color: #9399b2; +} + +/* NameProperty */ +/* LiteralString */ +.chroma .s { + color: #a6e3a1; +} + +/* LiteralStringSingle */ +.chroma .s1 { + color: #a6e3a1; +} + +/* LiteralStringDouble */ +.chroma .s2 { + color: #a6e3a1; +} + +/* LiteralStringAffix */ +.chroma .sa { + color: #a6e3a1; +} + +/* LiteralStringBacktick */ +.chroma .sb { + color: #a6e3a1; +} + +/* LiteralStringChar */ +.chroma .sc { + color: #a6e3a1; +} + +/* LiteralStringDoc */ +.chroma .sd { + color: #a6e3a1; +} + +/* LiteralStringEscape */ +.chroma .se { + color: #89b4fa; +} + +/* LiteralStringHeredoc */ +.chroma .sh { + color: #a6e3a1; +} + +/* LiteralStringInterpol */ +.chroma .si { + color: #a6e3a1; +} + +/* LiteralStringRegex */ +.chroma .sr { + color: #89b4fa; +} + +/* LiteralStringSymbol */ +.chroma .ss { + color: #a6e3a1; +} + +/* LiteralStringOther */ +.chroma .sx { + color: #a6e3a1; +} + +/* NameVariableClass */ +.chroma .vc { + color: #f9e2af; +} + +/* NameVariableGlobal */ +.chroma .vg { + color: #fab387; +} + +/* NameVariableInstance */ +.chroma .vi { + color: #f9e2af; +} + +/* NameVariableMagic */ +/* TextWhitespace */ +.chroma .w { + color: #313244; +} + +.CodeMirror .cm-property, +.CodeMirror.cm-s-default .cm-property, +.CodeMirror.cm-s-paper .cm-property { + color: #cdd6f4; +} +.CodeMirror .cm-header, +.CodeMirror.cm-s-default .cm-header, +.CodeMirror.cm-s-paper .cm-header { + color: #cdd6f4; +} +.CodeMirror .cm-quote, +.CodeMirror.cm-s-default .cm-quote, +.CodeMirror.cm-s-paper .cm-quote { + color: #a6e3a1; +} +.CodeMirror .cm-keyword, +.CodeMirror.cm-s-default .cm-keyword, +.CodeMirror.cm-s-paper .cm-keyword { + color: #cba6f7; +} +.CodeMirror .cm-atom, +.CodeMirror.cm-s-default .cm-atom, +.CodeMirror.cm-s-paper .cm-atom { + color: #f38ba8; +} +.CodeMirror .cm-number, +.CodeMirror.cm-s-default .cm-number, +.CodeMirror.cm-s-paper .cm-number { + color: #fab387; +} +.CodeMirror .cm-def, +.CodeMirror.cm-s-default .cm-def, +.CodeMirror.cm-s-paper .cm-def { + color: #cdd6f4; +} +.CodeMirror .cm-variable-2, +.CodeMirror.cm-s-default .cm-variable-2, +.CodeMirror.cm-s-paper .cm-variable-2 { + color: #89dceb; +} +.CodeMirror .cm-variable-3, +.CodeMirror.cm-s-default .cm-variable-3, +.CodeMirror.cm-s-paper .cm-variable-3 { + color: #94e2d5; +} +.CodeMirror .cm-comment, +.CodeMirror.cm-s-default .cm-comment, +.CodeMirror.cm-s-paper .cm-comment { + color: #585b70; +} +.CodeMirror .cm-string, +.CodeMirror.cm-s-default .cm-string, +.CodeMirror.cm-s-paper .cm-string { + color: #a6e3a1; +} +.CodeMirror .cm-string-2, +.CodeMirror.cm-s-default .cm-string-2, +.CodeMirror.cm-s-paper .cm-string-2 { + color: #a6e3a1; +} +.CodeMirror .cm-meta, +.CodeMirror.cm-s-default .cm-meta, +.CodeMirror.cm-s-paper .cm-meta { + color: #fab387; +} +.CodeMirror .cm-qualifier, +.CodeMirror.cm-s-default .cm-qualifier, +.CodeMirror.cm-s-paper .cm-qualifier { + color: #fab387; +} +.CodeMirror .cm-builtin, +.CodeMirror.cm-s-default .cm-builtin, +.CodeMirror.cm-s-paper .cm-builtin { + color: #fab387; +} +.CodeMirror .cm-bracket, +.CodeMirror.cm-s-default .cm-bracket, +.CodeMirror.cm-s-paper .cm-bracket { + color: #cdd6f4; +} +.CodeMirror .cm-tag, +.CodeMirror.cm-s-default .cm-tag, +.CodeMirror.cm-s-paper .cm-tag { + color: #f9e2af; +} +.CodeMirror .cm-attribute, +.CodeMirror.cm-s-default .cm-attribute, +.CodeMirror.cm-s-paper .cm-attribute { + color: #f9e2af; +} +.CodeMirror .cm-hr, +.CodeMirror.cm-s-default .cm-hr, +.CodeMirror.cm-s-paper .cm-hr { + color: #9399b2; +} +.CodeMirror .cm-url, +.CodeMirror.cm-s-default .cm-url, +.CodeMirror.cm-s-paper .cm-url { + color: #89b4fa; +} +.CodeMirror .cm-link, +.CodeMirror.cm-s-default .cm-link, +.CodeMirror.cm-s-paper .cm-link { + color: #89b4fa; +} +.CodeMirror .cm-error, +.CodeMirror.cm-s-default .cm-error, +.CodeMirror.cm-s-paper .cm-error { + color: #f38ba8; +} + +.monaco-editor .selected-text { + background-color: #313244 !important; +} +.monaco-editor .margin-view-overlays .line-numbers { + color: #a6adc8 !important; +} +.monaco-editor .line-numbers.active-line-number { + color: #f9e2af !important; +} +.monaco-editor .view-overlays .current-line, +.monaco-editor .margin-view-overlays .current-line-margin { + background-color: rgb(42.16, 42.8, 60.08) !important; +} +.monaco-editor .mtk1 { + color: #cdd6f4 !important; +} +.monaco-editor .mtk2 { + color: #ff69b4 !important; +} +.monaco-editor .mtk3 { + color: #fab387 !important; +} +.monaco-editor .mtk4 { + color: #94e2d5 !important; +} +.monaco-editor .mtk5 { + color: #cdd6f4 !important; +} +.monaco-editor .mtk6 { + color: #cba6f7 !important; +} +.monaco-editor .mtk7 { + color: #fab387 !important; +} +.monaco-editor .mtk8 { + color: #9399b2 !important; +} +.monaco-editor .mtk9 { + color: #cba6f7 !important; +} +.monaco-editor .mtk10 { + color: #a6adc8 !important; +} +.monaco-editor .mtk11 { + color: #94e2d5 !important; +} +.monaco-editor .mtk12 { + color: #94e2d5 !important; +} +.monaco-editor .mtk13 { + color: #ff69b4 !important; +} +.monaco-editor .mtk14 { + color: #ff69b4 !important; +} +.monaco-editor .mtk15 { + color: #cba6f7 !important; +} +.monaco-editor .mtk16 { + color: #9399b2 !important; +} +.monaco-editor .mtk17 { + color: #ff69b4 !important; +} +.monaco-editor .mtk18 { + color: #ff69b4 !important; +} +.monaco-editor .mtk19 { + color: #94e2d5 !important; +} +.monaco-editor .mtk20 { + color: #ff69b4 !important; +} +.monaco-editor .mtk21 { + color: #a6e3a1 !important; +} +.monaco-editor .mtk22 { + color: #ff69b4 !important; +} +.monaco-editor .mtk23 { + color: #89b4fa !important; +} +.monaco-editor .mtk24 { + color: #fab387 !important; +} +.monaco-editor .mtk25 { + color: #f5c2e7 !important; +} +.monaco-editor .bracket-highlighting-0 { + color: rgb(227.8, 169, 198.4) !important; +} +.monaco-editor .bracket-highlighting-1 { + color: rgb(232, 193, 178.6) !important; +} +.monaco-editor .bracket-highlighting-2 { + color: rgb(231.4, 221.2, 202.6) !important; +} +.monaco-editor .bracket-highlighting-3 { + color: rgb(181.6, 221.8, 194.2) !important; +} +.monaco-editor .bracket-highlighting-4 { + color: rgb(164.2, 193.6, 247.6) !important; +} +.monaco-editor .bracket-highlighting-5 { + color: rgb(203.8, 185.2, 245.8) !important; +} \ No newline at end of file diff --git a/public/assets/css/theme-catppuccin-peach-auto.css b/public/assets/css/theme-catppuccin-peach-auto.css new file mode 100644 index 0000000..a03486e --- /dev/null +++ b/public/assets/css/theme-catppuccin-peach-auto.css @@ -0,0 +1,2 @@ +@import "./theme-catppuccin-latte-peach.css" (prefers-color-scheme: light); +@import "./theme-catppuccin-mocha-peach.css" (prefers-color-scheme: dark); \ No newline at end of file diff --git a/public/assets/css/theme-catppuccin-pink-auto.css b/public/assets/css/theme-catppuccin-pink-auto.css new file mode 100644 index 0000000..dbbf6a6 --- /dev/null +++ b/public/assets/css/theme-catppuccin-pink-auto.css @@ -0,0 +1,2 @@ +@import "./theme-catppuccin-latte-pink.css" (prefers-color-scheme: light); +@import "./theme-catppuccin-mocha-pink.css" (prefers-color-scheme: dark); \ No newline at end of file diff --git a/public/assets/css/theme-catppuccin-red-auto.css b/public/assets/css/theme-catppuccin-red-auto.css new file mode 100644 index 0000000..8e47b03 --- /dev/null +++ b/public/assets/css/theme-catppuccin-red-auto.css @@ -0,0 +1,2 @@ +@import "./theme-catppuccin-latte-red.css" (prefers-color-scheme: light); +@import "./theme-catppuccin-mocha-red.css" (prefers-color-scheme: dark); \ No newline at end of file diff --git a/public/assets/css/theme-catppuccin-rosewater-auto.css b/public/assets/css/theme-catppuccin-rosewater-auto.css new file mode 100644 index 0000000..3d58955 --- /dev/null +++ b/public/assets/css/theme-catppuccin-rosewater-auto.css @@ -0,0 +1,2 @@ +@import "./theme-catppuccin-latte-rosewater.css" (prefers-color-scheme: light); +@import "./theme-catppuccin-mocha-rosewater.css" (prefers-color-scheme: dark); \ No newline at end of file diff --git a/public/assets/css/theme-catppuccin-sapphire-auto.css b/public/assets/css/theme-catppuccin-sapphire-auto.css new file mode 100644 index 0000000..7e1f449 --- /dev/null +++ b/public/assets/css/theme-catppuccin-sapphire-auto.css @@ -0,0 +1,2 @@ +@import "./theme-catppuccin-latte-sapphire.css" (prefers-color-scheme: light); +@import "./theme-catppuccin-mocha-sapphire.css" (prefers-color-scheme: dark); \ No newline at end of file diff --git a/public/assets/css/theme-catppuccin-sky-auto.css b/public/assets/css/theme-catppuccin-sky-auto.css new file mode 100644 index 0000000..743773b --- /dev/null +++ b/public/assets/css/theme-catppuccin-sky-auto.css @@ -0,0 +1,2 @@ +@import "./theme-catppuccin-latte-sky.css" (prefers-color-scheme: light); +@import "./theme-catppuccin-mocha-sky.css" (prefers-color-scheme: dark); \ No newline at end of file diff --git a/public/assets/css/theme-catppuccin-teal-auto.css b/public/assets/css/theme-catppuccin-teal-auto.css new file mode 100644 index 0000000..e2f2789 --- /dev/null +++ b/public/assets/css/theme-catppuccin-teal-auto.css @@ -0,0 +1,2 @@ +@import "./theme-catppuccin-latte-teal.css" (prefers-color-scheme: light); +@import "./theme-catppuccin-mocha-teal.css" (prefers-color-scheme: dark); \ No newline at end of file diff --git a/public/assets/css/theme-catppuccin-yellow-auto.css b/public/assets/css/theme-catppuccin-yellow-auto.css new file mode 100644 index 0000000..54815e7 --- /dev/null +++ b/public/assets/css/theme-catppuccin-yellow-auto.css @@ -0,0 +1,2 @@ +@import "./theme-catppuccin-latte-yellow.css" (prefers-color-scheme: light); +@import "./theme-catppuccin-mocha-yellow.css" (prefers-color-scheme: dark); \ No newline at end of file diff --git a/public/assets/css/theme-codeberg-github-auto.css b/public/assets/css/theme-codeberg-github-auto.css new file mode 100644 index 0000000..fc0b303 --- /dev/null +++ b/public/assets/css/theme-codeberg-github-auto.css @@ -0,0 +1,1429 @@ +@media (prefers-color-scheme: light) { + :root { + --border-radius: 6px; + --color-primary: #0969da; + --color-navbar: #f6f8fa; + --color-active: #afb8c133; + --color-markup-code-block: #afb8c133; + --color-hover: #c7c7c7; + --color-purple: #8250df; + --color-green: #1a7f37; + --color-green-light: #27c24c; + --color-grey-light: var(--color-text-light); + } + .ui.label { + padding: 0.3em 0.5em; + background: var(--color-light); + color: var(--color-text-light); + border-radius: 6px; + } + .ui.blue.label, + .ui.blue.labels .label, + .ui.primary.label, + .ui.primary.labels .label { + border-color: var(--color-light) !important; + background-color: #afb8c133 !important; + border-radius: 6px; + color: #24292f !important; + } + .ui.blue.button, + .ui.blue.buttons .button, + .ui.primary.button, + .ui.primary.buttons .button { + background-color: #f6f8fa !important; + color: #24292f !important; + } + .repo-icon { + display: inline-block; + transform: scale(0.75); + margin-right: -0.05rem !important; + } + .ui.green.buttons .button, + .ui.green.button { + background-color: #1a7f37; + color: #fff !important; + /* border-radius: 2em; */ + padding: 5px 10px; + } + .ui.green.labels .label, + .ui.ui.ui.green.label { + background-color: #1a7f37; + color: #fff !important; + border-radius: 2em; + padding: 5px 10px; + } + /* "edit" and "reopen" button font color */ + .ui.basic.green.buttons .button, + .ui.basic.green.button { + color: #24292f; + } + .feeds .list ul li.private { + background: none; + } + .repository.file.list #repo-files-table tbody .svg.octicon-file-directory, + .repository.file.list #repo-files-table tbody .svg.octicon-file-submodule { + color: #54aeff; + } + .repo-title a { + color: var(--color-primary) !important; + } + .ui.basic.blue.button, + .ui.basic.blue.buttons .button, + .ui.basic.primary.button, + .ui.basic.primary.buttons .button { + background-color: #fff !important; + box-shadow: inset 0 0 0 1px rgba(34, 36, 38, 0.15) !important; + color: var(--color-text) !important; + } + .ui.basic.blue.button:focus, + .ui.basic.blue.buttons .button:focus, + .ui.basic.primary.button:focus, + .ui.basic.primary.buttons .button:focus { + box-shadow: inset 0 0 0 0px #808080 !important; + } + .ui.basic.blue.button:hover, + .ui.basic.blue.buttons .button:hover, + .ui.basic.primary.button:hover, + .ui.basic.primary.buttons .button:hover { + background-color: #fff !important; + } + ui.basic.blue.button:hover, + .ui.basic.blue.buttons .button:hover, + .ui.basic.primary.button:hover, + .ui.basic.primary.buttons .button:hover { + box-shadow: inset 0 0 0 0px #808080 !important; + } + a:hover, + a.muted:hover, + .ui.breadcrumb a:hover { + color: none; + } + .ui.basic.labels .label, + .ui.basic.label { + background-color: #fff; + } + .ui.labeled.button.disabled > .button, + .ui.basic.buttons .button, + .ui.basic.button { + background-color: #f6f8fa; + } + .ui.blue.button:hover, + .ui.blue.buttons .button:hover, + .ui.primary.button:hover, + .ui.primary.buttons .button:hover { + background-color: var(--color-hover) !important; + } + .repository .ui.segment.sub-menu .list .item a:hover { + color: var(--color-text) !important; + } + .repo-buttons .ui.labeled.button > .label:hover { + color: var(--color-text) !important; + } + .repository.file.list #repo-files-table tr:hover { + background-color: #f6f8fa !important; + } + .ui .error.header { + background-color: #cf222e !important; + color: #fff !important; + } + .ui.red.buttons .button, + .ui.red.button { + color: #fff !important; + padding: 8px 10px; + } + .ui.basic.red.buttons .button, + .ui.basic.red.button { + color: #cf222e !important; + font-weight: 500; + } + * { + scrollbar-width: thin; + scrollbar-color: #f6f8fa transparent !important; + } + ::-webkit-scrollbar-thumb { + box-shadow: inset 0 0 0 6px #808080 !important; + } + .ui.purple.labels .label, + .ui.ui.ui.purple.label { + background-color: #8250df !important; + } + .repository #clone-panel input { + background-color: #f6f8fa; + } + .ui.basic.green.buttons .button, + .ui.basic.green.button { + color: var(--color-text) !important; + } + ul.repo-owner-name-list { + font-size: 13px; + } + a.ui.label { + color: #fff !important; + } + .ui .sha.label { + color: var(--color-text) !important; + padding: 6px 10px 6px; + } + .ui.basic.green.buttons .button, + .ui.basic.green.button { + color: #1a7f37 !important; + } + .ui.basic.labels .label, + .ui.basic.label { + color: var(--color-text) !important; + } + + .repository #commits-table td.sha .sha.label.isSigned.isVerified .detail.icon, + .repository #repo-files-table .sha.label.isSigned.isVerified .detail.icon, + .repository #rev-list .sha.label.isSigned.isVerified .detail.icon, + .repository + .timeline-item.commits-list + .singular-commit + .sha.label.isSigned.isVerified + .detail.icon { + border-left: 1px solid #1a7f37; + color: #1a7f37; + } + + .repository.view.issue + .comment-list + .timeline-item.commits-list + .singular-commit + .shabox + .sha.label.isSigned.isVerified { + border: 1px solid #1a7f37; + } + + .ui.labeled.icon.buttons > .button > .icon, + .ui.labeled.icon.button > .icon { + border-right: 1px solid var(--color-secondary); + } + + .ui.buttons:not(.basic):not(.inverted) > .button:not(.basic):not(.inverted) { + border-left: 1px solid var(--color-secondary); + } + + /* GPG verified msg banner */ + .repository .ui.attached.isSigned.isVerified.message .ui.text { + color: black; + } + .repository .ui.attached.isSigned.isVerified:last-child, + .repository .ui.attached.isSigned.isVerified.bottom { + border-bottom: 1px solid #21ba45; + } + .repository .ui.attached.isSigned.isVerified.top, + .repository .ui.attached.isSigned.isVerified.message { + border-top: 1px solid var(--color-secondary); + } + .repository .ui.attached.isSigned.isVerified { + border-left: 1px solid var(--color-secondary); + border-right: 1px solid var(--color-secondary); + } + .repository .ui.attached.isSigned.isVerified.message { + box-shadow: none; + background-color: #21ba45; + color: black; + } + + /* bg color of commit info box */ + .ui .info.segment.top { + background-color: var(--color-navbar) !important; + } + + .repo-icon { + display: none; + } + + /* navbar font size */ + .ui.secondary.menu .item { + font-size: 13px; + } + + #navbar .item { + margin: 0; + padding: 0.5em; + font-size: 14px; + color: black !important; + } + + .following.bar #navbar { + width: 100vw; + /* default 52px */ + min-height: 40px; + padding: 0 0.5rem; + } + + ::-webkit-scrollbar-thumb { + box-shadow: inset 0 0 0 6px var(--color-navbar); + } + ::-webkit-scrollbar-thumb:hover { + box-shadow: inset 0 0 0 6px var(--color-text); + } + + .following.bar #navbar .brand { + margin-top: -2px; + } + + /* reduce navbar bottom margin */ + .ui.ui.ui.container:not(.fluid) { + margin-bottom: -3px; + } + + /* Link color for repo breadcrumbs */ + a, + .ui.breadcrumb a { + color: var(--color-primary) !important; + } + + /* color for repo menu bar to overwrite link color */ + .ui.tabular.menu .item { + color: var(--color-text) !important; + height: fit-content; + } + + .repository .ui.segment.sub-menu .list .item a { + color: var(--color-text) !important; + } + + .ui .menu:not(.vertical) .item > .button.compact { + color: var(--color-text) !important; + } + + .ui.labeled.button.disabled > .button, + .ui.basic.buttons .button, + .ui.basic.button { + color: var(--color-text-light) !important; + } + + #manage_topic { + font-size: 12px; + color: var(--color-text) !important; + } + + .ui.menu .item { + color: var(--color-text) !important; + } + + /* font weight of "danger zone" buttons in "delete repo" */ + + .ui.label { + background: rgba(175, 184, 193, 0.2); + } + + .comment-header .actions a { + color: black !important; + } + + .ui.dropdown > .text { + color: black !important; + } + + .repository.compare.pull .choose.branch .svg { + color: black !important; + } + + a.muted { + color: black !important; + } + + .repository.file.list + #repo-files-table + tbody + .svg.octicon-file-directory-fill, + .repository.file.list #repo-files-table tbody .svg.octicon-file-submodule { + color: #54aeff !important; + } + + .repository.file.list #repo-files-table td a { + color: black !important; + } + + .ui.negative.buttons .button, + .ui.negative.button { + background-color: none; + color: #fff; + } + + .ui.green.button { + padding: 5px 16px; + line-height: 20px; + } + + .ui.green.labels .label, + .ui.ui.ui.green.label { + padding: 5px 16px; + line-height: 20px; + } + + .ui.tabular.menu .active.item { + margin-bottom: 2px; + } + + .ui.menu .item > .label:not(.floating) { + padding: 0 6px; + line-height: 18px; + } + + .ui.secondary.pointing.menu .item > .circular.label { + line-height: 10px; + } + + .ui.grey.labels .label, + .ui.ui.ui.grey.label { + line-height: 10px; + } + + /* yes/no dialog buttons for repo archival */ + .ui.basic.inverted.buttons .button, + .ui.basic.inverted.button { + color: #f9fafb !important; + } + + // border color of SSH/https cloning buttons (non-focused) + .ui.basic.blue.button, + .ui.basic.blue.buttons .button, + .ui.basic.primary.button, + .ui.basic.primary.buttons .button { + box-shadow: inset 0 0 0 1px transparent !important; + } + + // same for hover + ui.basic.blue.button:hover, + .ui.basic.blue.buttons .button:hover, + .ui.basic.primary.button:hover, + .ui.basic.primary.buttons .button:hover { + box-shadow: inset 0 0 0 0px transparent !important; + } + + // background color of branch name in PRs + .issue.list .branches .branch { + background-color: #afb8c133; + border-radius: 6px; + } + + // branch display in PRs + .issue.list .branches .branch { + background-color: #afb8c133; + border-radius: 6px; + } + .issue.list .branches .truncated-name { + color: #24292f; + padding: 2px; + } + + // hover + .ui.basic.secondary.buttons .button:hover, + .ui.basic.secondary.button:hover { + background: var(--color-hover) !important; + } + + // settings button in org team settings + .ui.teal.labels .label, + .ui.ui.ui.teal.label, + .ui.teal.button, + .ui.teal.buttons .button { + background: var(--color-green); + color: #fff !important; + } + + .ui.labeled.icon.buttons > .button > .icon, + .ui.labeled.icon.button > .icon { + background: var(--color-green); + } + + .ui.teal.labels .label, + .ui.ui.ui.teal.label, + .ui.teal.button, + .ui.teal.buttons .button { + background: var(--color-green); + color: #fff !important; + } +} +@media (prefers-color-scheme: dark) { + :root { + --is-dark-theme: true; + --border-radius: 6px; + --color-white: #e6edf3; + --color-red: #da3633; + --color-orange: #c9510c; + --color-yellow: #d29922; + --color-blue: #4493f8; + --color-purple: #8957e5; + --color-green: #238636; + --color-green-light: #16ab39; + --color-primary: var(--color-green); + --color-primary-hover: #29903b; + --color-primary-active: #2e9a40; + --color-primary-light-4: #0e4429; + --color-primary-light-2: #006d32; + --color-primary-dark-2: #26a641; + --color-primary-dark-4: #39d353; + --color-primary-contrast: #ffffff; + --color-secondary: #30363d; + --color-secondary-alpha-60: #161b22; + --color-secondary-alpha-40: rgba(48, 54, 61, 0.4); + --color-secondary-bg: #30363d; + --color-light-border: var(--color-secondary); + --color-body: #0d1117; + --color-card: var(--color-body); + --color-navbar: #010409; + --color-footer: #161b22; + --color-text: #bbc0ca; + --color-text-dark: #bbc0ca; + --color-text-light: #a6aab5; + --color-text-light-1: #848d97; + --color-text-light-2: #a6aab5; + --color-timeline: #21262d; + --color-grey-light: var(--color-text-light); + --color-box-body: #22272e; + --color-markup-code-block: #636e7b66; + --color-light: #22272e; + --color-button: #22272e; + --color-expand-button: var(--color-body); + --color-input-background: #22272e; + --color-input-border-hover: var(--color-secondary); + --color-input-text: #adbac7; + --color-box-header: #22272e; + --color-active: #22272e; + --color-active-line: #272114; + --color-menu: #161b22; + --color-caret: var(--color-text); + --color-box-body: var(--color-body); + --color-box-header: #161b22; + --color-nav-bg: #010409; + --color-header-wrapper: #010409; + --color-nav-hover-bg: rgba(177, 186, 196, 0.12); + --color-hover: #292e36; + --color-label-bg: rgba(56, 139, 253, 0.1); + --color-label-hover-bg: #1f6feb; + --color-label-text: var(--color-blue); + --color-error-bg: #b62324; + --color-error-border: #f8514966; + --color-error-text: var(--color-white); + --color-success-bg: #122117; + --color-success-border: #2ea04366; + --color-success-text: var(--color-green); + --color-info-bg: rgba(56, 139, 253, 0.1); + --color-info-border: rgba(56, 139, 253, 0.4); + --color-info-text: var(--color-blue); + --color-warning-bg: rgba(187, 128, 9, 0.1); + --color-warning-border: rgba(187, 128, 9, 0.4); + --color-warning-text: var(--color-yellow); + + /* code editor colors are set in https://github.com/go-gitea/gitea/blob/f5b300ea77081a1b78ac044cb1c0f9225538d091/web_src/js/features/codeeditor.js#L82-L97. */ + /* monaco editor dark theme is toggled via variable `--is-dark-theme` */ + --color-primary-light-3: #71798e; + --color-editor-line-highlight: var(--color-body); + --color-code-bg: var(--color-body); + + --color-diff-removed-row-bg: rgba(248, 81, 73, 0.15); + --color-diff-removed-row-border: rgba(248, 81, 73, 0.3); + --color-diff-removed-word-bg: rgba(248, 81, 73, 0.4); + --color-diff-added-row-bg: rgba(46, 160, 67, 0.15); + --color-diff-added-row-border: rgba(46, 160, 67, 0.3); + --color-diff-added-word-bg: rgba(46, 160, 67, 0.4); + --color-diff-inactive: var(--color-secondary-alpha-60); + } + + .text.primary, + .flex-item a:not(.label, .button):hover { + color: var(--color-blue) !important; + } + + .svg:not(.text) { + fill: var(--color-text-light-1); + } + .label > .svg, + .btn > .svg, + .button > .svg, + .badge.gt-text-white > .svg, + .card > .svg, + a:not(.item):hover > .svg, + .dropdown:hover .svg, + .ui.attached.menu:not(.new-menu) .item .svg { + fill: currentColor; + } + .markdown-toolbar-button:hover { + background-color: var(--color-secondary); + border-radius: var(--border-radius); + } + + .page-content.dashboard, + .page-content.explore, + .page-content.repository:not(.new), + .page-content.signin { + margin-top: 10px; + } + + .ui.list .list > .item > .content, + .ui.list > .item > .content { + color: unset; + } + + .ui.list .list > .item .description, + .ui.list > .item .description { + color: var(--color-text); + } + + .ui.repository.list, + .ui.user.list { + background: var(--color-box-header); + padding: 1em; + border-radius: 0.75em; + } + + .ui.avatar:not(.org-avatar) { + border-radius: 50% !important; + box-shadow: 0 0 0 1px var(--color-secondary); + } + + .ui.header .sub.header { + color: #636e7b; + } + + .ui.modal > .actions { + background: var(--color-body) !important; + } + + .ui.green.buttons .button, + .ui.green.button { + background-color: #347d39; + color: #cdd9e5 !important; + border-radius: 2em; + padding: 5px 10px; + } + + a, + .ui.breadcrumb a { + color: var(--color-blue); + } + a[href="#"] { + color: var(--color-text); + } + a:hover, + a.muted:hover, + .ui.breadcrumb a:hover, + .ui.floating.jump.select-label.dropdown:hover, + .ui.floating.jump.select-milestone.dropdown:hover, + .ui.floating.jump.select-project.dropdown:hover, + .ui.floating.jump.select-assignees.dropdown:hover, + .muted-links a:hover { + color: var(--color-blue); + } + a.text:not(.primary):hover, + a.muted.text:hover, + .ui.breadcrumb a.text:hover, + .muted-links a:hover { + text-decoration: none; + } + + .flex-item .flex-item-title a, + .repo-title a { + color: var(--color-white); + } + + .repo-icon { + display: inline-block; + transform: scale(0.75); + margin-right: -0.05rem !important; + } + + .interact-fg:hover { + color: var(--color-blue) !important; + } + + .repository.file.list .file-actions .btn-octicon:hover { + color: var(--color-blue) !important; + } + + .repository.file.list #file-buttons .ui.button { + color: #cdd9e5 !important; + } + + .ui.basic.green.button, + .ui.basic.green.buttons .button, + .ui.basic.primary.button, + .ui.basic.primary.buttons .button { + background-color: var(--color-button); + } + + .ui.basic.green.button:hover, + .ui.basic.green.buttons .button:hover, + .ui.basic.primary.button:hover, + .ui.basic.primary.buttons .button:hover { + background-color: var(--color-hover); + } + + .ui.basic.red.buttons .button, + .ui.basic.red.button, + .ui.basic.red.buttons .button:focus, + .ui.basic.red.button:focus { + color: #f85149; + background: var(--color-button); + border-color: var(--color-light-border); + } + .ui.basic.red.buttons .button:hover, + .ui.basic.red.button:hover { + color: #ffffff; + background: #b62324; + border-color: #f0f6fc1a; + } + .ui.basic.red.buttons .button:active, + .ui.basic.red.button:active { + color: #ffffff; + background: #d03533; + border-color: #f0f6fc1a; + } + + .issue.list { + list-style: none; + margin-top: 1rem; + background-color: #22272e; + border-radius: 6px; + padding: 3px 10px 3px 10px; + border: 1px solid var(--color-secondary); + } + + .issue-state-label { + border-radius: 2em !important; + } + + .issue-content-right { + border: 0 !important; + padding: 8px 0 0 8px !important; + } + + .issue-content-right .ui.button, + .issue-content-right .ui.input, + .issue-content-right .ui.input input, + .issue-content-right .ui.dropdown input, + .issue-content-right .ui.search.selection.dropdown, + .issue-content-right .ui.search.selection.dropdown > input.search { + padding: 0 8px !important; + min-height: 28px; + } + .issue-content-right .ui.button ~ .ui.button, + .issue-content-right > form ~ .ui.button { + margin-top: .5rem !important; + } + + .ui.top.attached.header { + border-radius: var(--border-radius) var(--border-radius) 0 0; + } + .ui.top.attached.header + .ui.attached.segment:not(.grid):not(.repos-search):not(.teams) { + border-radius: 0 0 var(--border-radius) var(--border-radius); + } + + .ui.attached.header { + border-radius: 6px; + } + + .ui.attached.table { + background-color: var(--color-body); + } + + .markup, + .markup code, + .markup tt, + #org-info a, + .repo-description, + .repository-menu .item { + color: var(--color-white); + } + + .repo-list-link { + color: var(--color-blue) !important; + } + + .ui.label:not(.basic) { + border-radius: 2em; + } + + .ui.label.sha { + color: var(--color-text); + background: unset !important; + border-color: var(--color-secondary) !important; + border-radius: 0.375rem; + } + + .ui.labels a.label:hover, + a.ui.label:hover { + color: var(--color-white); + } + + /* repo list dashboard */ + .feeds .list ul li.private { + background-color: #22272e; + } + + /* due date boxes */ + .repository .metas #deadlineForm input { + border-color: var(--color-secondary); + } + + /* default border radius */ + .ui.button, + .ui.basic.buttons .button, + .ui.basic.button, + .ui.dropdown .menu, + .ui.form input:not([type]), + .ui.form input[type="date"], + .ui.form input[type="datetime-local"], + .ui.form input[type="email"], + .ui.form input[type="number"], + .ui.form input[type="password"], + .ui.form input[type="search"], + .ui.form input[type="tel"], + .ui.form input[type="time"], + .ui.form input[type="text"], + .ui.form input[type="file"], + .ui.form input[type="url"], + .ui.form textarea, + .ui.input textarea, + .ui.label, + .ui.menu, + .ui.segment, + .ui.segments, + .ui.segments:not(.horizontal) > .segment:only-child, + .ui.secondary.menu .dropdown.item>.menu, + .ui.selection.dropdown, + .ui.selection.dropdown .menu, + .ui.table, + .ui.text.menu .dropdown.item>.menu { + border-radius: var(--border-radius); + } + + .ui.floating.dropdown>.menu { + border-radius: var(--border-radius) !important; + } + + /* no border radius between connected buttons */ + .ui.buttons .button { + border-radius: 0; + } + + /* default left border radius */ + .ui.action.input > .dropdown:first-child, + .ui.action.input > .button:first-child, + .ui.action.input > .buttons:first-child > .button, + .ui.compact.menu:not(.secondary) .item:first-child, + .ui.horizontal.segments > .segment:first-child { + border-radius: var(--border-radius) 0 0 var(--border-radius); + } + + /* default right border radius */ + .ui.action.input > .dropdown:last-child, + .ui.action.input > .button:last-child, + .ui.action.input > .buttons:last-child > .button, + .ui.compact.menu:not(.secondary) .item:last-child, + .ui.horizontal.segments > .segment:last-child { + border-radius: 0 var(--border-radius) var(--border-radius) 0; + } + + /* default top border radius */ + .ui.secondary.pointing.menu .active.item, + .ui.secondary.pointing.menu .item:hover { + border-radius: var(--border-radius) var(--border-radius) 0 0; + } + .ui.tabular.menu .active.item, + .repository.view.issue .comment-list .comment > .content > div:first-child { + border-top-left-radius: var(--border-radius) !important; + border-top-right-radius: var(--border-radius) !important; + } + + /* default bottom border radius */ + .ui.segment[class*="bottom attached"] { + border-radius: 0 0 var(--border-radius) var(--border-radius); + } + .repository.view.issue .comment-list .comment > .content > div:last-child { + border-bottom-right-radius: var(--border-radius); + border-bottom-left-radius: var(--border-radius); + } + + .ui.table>thead>tr:first-child>th:first-child { + border-radius: var(--border-radius) 0 0; + } + .ui.table>thead>tr:first-child>th:last-child { + border-radius: 0 var(--border-radius) 0 0; + } + + /* border color form fields */ + input, + textarea, + .ui.input > input, + .ui.form input:not([type]), + .ui.form select, + .ui.form textarea, + .ui.form input[type="date"], + .ui.form input[type="datetime-local"], + .ui.form input[type="email"], + .ui.form input[type="file"], + .ui.form input[type="number"], + .ui.form input[type="password"], + .ui.form input[type="search"], + .ui.form input[type="tel"], + .ui.form input[type="text"], + .ui.form input[type="time"], + .ui.form input[type="url"], + .ui.selection.dropdown, + .ui.checkbox label:before, + .ui.checkbox input:checked ~ label:before, + .ui.checkbox input:not([type="radio"]):indeterminate ~ label:before { + border-color: var(--color-secondary); + } + + .ui.input > input { + transition: none; + } + + .tag-code, + .tag-code td { + background-color: var(--color-body); + } + + /* code highlighting dark theme */ + .chroma .cm, /* block comments */ + .chroma .c1 /* line comments */ { + color: #8b949e; + } + + /* strings */ + .chroma .s, + .chroma .cpf { + color: #a5d6ff; + } + + .chroma .s2 { + color: #8ddb8c; + } + + /* keywords */ + .chroma .k, + .chroma .kc, + .chroma .kd, + .chroma .kn, + .chroma .kt { + color: #ff7b72; + } + + .chroma .m { + color: #6cb6ff; + } + + /* method names */ + .chroma .na, + .chroma .nf { + color: #d2a8ff; + } + + .chroma .nb { + color: var(--color-blue); + } + + .chroma .nx { + color: var(--color-text); + } + + .chroma .nv { + color: #08dddd; + } + + .chroma .si { + color: #8ddb8c; + } + + .chroma .nt { + color: #50eb75; + } + + .chroma .nd { + color: #c4cfcf; + } + + .chroma .n, /* variable & referenced class names */ + .chroma .nc, /* class names */ + .chroma .nn /* import names */ { + color: #c9d1d9; + } + + /* operators */ + .chroma .o { + color: #c9d1d9; + } + + .repository.file.list #repo-files-table thead tr th { + padding: 12px 12px 12px 20px; + } + + .repository.file.list #repo-files-table tbody tr { + background: var(--color-body); + } + + .repository.file.list #repo-files-table tbody tr:hover { + background: var(--color-box-header); + } + + /* text color repo files */ + .repository.file.list #repo-files-table td.name a, + .repository.file.list #repo-files-table td a:not(.muted) { + color: var(--color-white); + } + + .repository.file.list #repo-files-table td a:hover { + color: var(--color-blue); + } + + .repository #commits-table.ui.basic.striped.table tbody tr:nth-child(2n) { + background-color: var(--color-body) !important; + } + + .repository #commits-table .author a { + color: var(--color-text); + } + + /* gpg commit label */ + .repository #commits-table td.sha .sha.label.isSigned.isVerified, + .repository #repo-files-table .sha.label.isSigned.isVerified, + .repository #rev-list .sha.label.isSigned.isVerified, + .repository .timeline-item.commits-list .singular-commit .sha.label.isSigned.isVerified { + border: 1.5px solid #21ba45 !important; + background: transparent; + border-radius: 6px; + } + + .ui.container .ui.tabular.menu .active.item, + .ui.container .ui.tabular.menu .active.item:hover { + color: var(--color-white); + margin-top: 0; + } + + .header-wrapper .ui.tabular.menu, + .ui.secondary.menu:not(.filter) { + gap: 0.5rem; + } + .header-wrapper .ui.tabular.menu { + min-height: 48px; + align-items: center; + } + .header-wrapper .ui.menu .item, + .page-content > .ui.menu .item { + color: var(--color-white) !important; + } + .page-content .ui.menu .item .svg { + margin-right: 0.5rem !important; + } + .header-wrapper .ui.tabular.menu:not(.new-menu) .item, + .header-wrapper .ui.tabular.menu:not(.new-menu) .active.item, + .ui.secondary.menu:not(.new-menu) .item + .ui.secondary.menu:not(.new-menu) .active.item { + border: 0; + border-radius: var(--border-radius) !important; + align-items: center; + line-height: 30px; + padding: 0 8px; + margin-top: 0 !important; + margin-bottom: 0 !important; + } + .header-wrapper .ui.tabular.menu .item:hover, + .ui.secondary.menu .item:hover { + background: var(--color-nav-hover-bg) !important; + } + .header-wrapper .ui.tabular.menu:not(.new-menu) .active.item { + background: unset; + } + .header-wrapper .ui.tabular.menu:not(.new-menu) .active.item::after { + background: #f78166; + bottom: calc(50% - 25px); + content: ""; + height: 2px; + position: absolute; + right: 50%; + transform: translate(50%, -50%); + width: 100%; + z-index: 1; + } + .ui.secondary.pointing.menu .active.item, + .ui.secondary.pointing.menu .active.item:hover { + border-color: #f78166; + } + .ui.menu.new-menu .item:last-child { + padding-right: 16px !important; + } + + .ui.basic.label { + color: var(--color-text-light-1); + border-radius: 2em; + background: transparent; + font-weight: 400; + padding: 0 7px !important; + line-height: 18px; + } + .ui.menu .item > .label:not(.floating) { + padding: 4px 7px; + } + + /* repo watch and fork counters */ + .repo-buttons .ui.labeled.button>.label, + .repo-buttons .ui.labeled.button>.label:hover { + color: var(--color-white); + border-top-right-radius: var(--border-radius); + border-bottom-right-radius: var(--border-radius); + background: #21262d; + padding: 0 10px !important; + } + + .repo-buttons .ui.labeled.button.disabled > .label { + color: #adbac7; + } + + /* background emoji reactions */ + .repository .segment.reactions .ui.label.basic.blue { + background-color: transparent; + } + + .diff-toggle-file-tree-button:hover { + color: var(--color-blue); + } + + .diff-file-body .file-body.code-diff table tbody tr td { + line-height: 16px; + } + + a.blob-excerpt { + background: var(--color-body); + } + + .comment-code-cloud { + background-color: var(--color-navbar); + } + + /* hover font color */ + .ui.secondary.pointing.menu .active.item, + .ui.secondary.pointing.menu .active.item:hover, + .ui.secondary.pointing.menu .dropdown.item:hover, + .ui.secondary.pointing.menu .link.item:hover, + .ui.secondary.pointing.menu a.item:hover { + color: var(--color-text); + } + + .ui.selection.active.dropdown, + .ui.selection.active.dropdown:hover, + .ui.selection.active.dropdown .menu, + .ui.selection.active.dropdown:hover .menu { + border-color: var(--color-secondary); + } + + + .ui.cards > .card, + .ui.card, + .ui.cards a.card:hover, + a.ui.card:hover { + border: 0; + } + .ui.cards > .card > .extra, .ui.card > .extra { + border-top-color: var(--color-secondary) !important; + } + .ui.cards > .card > .extra a:not(.ui):hover, + .ui.card > .extra a:not(.ui):hover { + color: var(--color-blue); + } + + .ui.action.input:not([class*="left action"]) > input:focus { + border-right: none; + } + + /* font color line numbers */ + .lines-num span:after { + color: var(--color-text); + } + + /* gpg key signed message */ + .repository .ui.attached.isSigned.isVerified.message { + background-color: var(--color-primary); + color: black; + } + + .repository .ui.attached.isSigned.isVerified.message .ui.text { + color: var(--color-active); + } + + .ui .info.segment.top { + background-color: var(--color-navbar) !important; + } + + .repository .ui.attached.isSigned.isVerified.top, + .repository .ui.attached.isSigned.isVerified.message { + border-top: 0px solid var(--color-text); + } + + .repository .ui.attached.isSigned.isVerified { + border-left: 0px solid var(--color-text); + border-right: 0px solid var(--color-text); + } + + .repository .ui.attached.isSigned.isVerified:last-child, + .repository .ui.attached.isSigned.isVerified.bottom { + border-bottom: 0px solid #a3c293; + } + + /* PR timelines colors */ + .repository.view.issue .comment-list .timeline-item .badge { + width: 30px; + height: 30px; + margin-left: -31px; + } + + .repository.view.issue .pull-desc code { + color: var(--color-text-light-1); + } + + .repository.view.issue .pull-desc code a { + background-color: var(--color-label-bg); + padding: 0 4px; + border-radius: var(--border-radius); + } + + .ui.top.attached.header.comment-header { + padding: 0 16px; + } + + .comment:target .header:before { + border-right-color: var(--color-info-border) !important; + box-shadow: none !important; + } + .comment:target .comment-container { + border-color: var(--color-info-border) !important; + box-shadow: none !important; + } + .comment:target .comment-container { + background: var(--color-body); + } + .comment:target .comment-container .comment-header { + background: var(--color-info-bg); + border-bottom-color: var(--color-info-border) !important; + } + + /* review - pending label */ + .ui.basic.labels .yellow.label, + .ui.ui.ui.basic.yellow.label { + background: var(--color-project-board-bg); + color: #333 !important; + } + + /* green checkmark background when approving PRs */ + .bg-green { + background: var(--color-primary) !important; + } + + i.green.icon.icon.icon.icon { + color: var(--color-primary); + } + + .following.bar #navbar { + width: 100vw; + border-bottom: 1px solid var(--color-secondary); + /* default 52px */ + min-height: 40px; + padding: 0 0.5rem; + background: var(--color-navbar); + } + + * { + scrollbar-color: unset; + } + ::-webkit-scrollbar-thumb { + box-shadow: inset 0 0 0 6px var(--color-navbar); + } + ::-webkit-scrollbar-thumb:hover { + box-shadow: inset 0 0 0 6px var(--color-text); + } + + .following.bar #navbar .brand { + margin-top: -2px; + } + + .ui.radio.checkbox label:after, + .ui.radio.checkbox input:focus ~ label:before, + .ui.radio.checkbox input:checked ~ label:before { + border-color: var(--color-secondary); + } + + .input > input ~ button, + .input > input ~ .button { + border-left-width: 0 !important; + } + .input > input:focus ~ button, + .input > input:focus ~ .button { + border-color: var(--color-blue) !important; + } + + input:focus, + textarea:focus, + .ui.input input:focus, + .ui.form input:not([type]):focus, + .ui.form select:focus, + .ui.form textarea:focus, + .ui.form input[type="date"]:focus, + .ui.form input[type="datetime-local"]:focus, + .ui.form input[type="email"]:focus, + .ui.form input[type="file"]:focus, + .ui.form input[type="number"]:focus, + .ui.form input[type="password"]:focus, + .ui.form input[type="search"]:focus, + .ui.form input[type="tel"]:focus, + .ui.form input[type="text"]:focus, + .ui.form input[type="time"]:focus, + .ui.form input[type="url"]:focus, + .ui.selection.dropdown:focus { + border-color: var(--color-blue); + border-radius: var(--border-radius); + } + + .ui.checkbox input:focus ~ label:before, + .ui.checkbox input:focus ~ label::before, + .ui.checkbox input:not([type="radio"]):indeterminate:focus ~ label:before, + .ui.checkbox input:not([type="radio"]):indeterminate:focus ~ label::before, + .ui.checkbox input:checked:focus ~ label:before, + .ui.checkbox input:checked:focus ~ label::before, + .ui.radio.checkbox input:focus:checked ~ label:before, + .ui.radio.checkbox input:focus:checked ~ label::before { + border-color: var(--color-blue); + } + + .repo-icon { + display: none; + } + + .ui.green.button { + padding: 5px 16px; + line-height: 20px; + } + + .ui.secondary.pointing.menu .item > .circular.label { + line-height: 10px; + } + + .ui.grey.labels .label, + .ui.ui.ui.grey.label { + line-height: 10px; + } + + .ui.primary.label, + .ui.primary.labels .label { + background-color: var(--color-secondary) !important; + } + + /* borders -------------------------------------------------------------------*/ + + .following.bar.light { + border-bottom: 0px solid var(--color-secondary); + } + + .ui.table { + border-width: inherit; + } + + .repo-buttons .ui.labeled.button > .label { + border-width: inherit; + border: 1px solid var(--color-secondary) !important; + } + + .repo-button-row .button { + min-height: 30px; + } + + .ui.table[class*="single line"], + .ui.table [class*="single line"] { + white-space: nowrap; + border: 1px solid var(--color-secondary); + } + + .ui.basic.secondary.buttons .button, + .ui.basic.secondary.button { + color: var(--color-text) !important; + border: 1px solid var(--color-secondary) !important; + } + + .ui.table > tr > td, + .ui.table > tbody > tr > td { + border-top-color: var(--color-secondary); + } + + .ui.labeled.button.disabled>.button, + .ui.basic.buttons .button, + .ui.basic.button, + .ui.basic.buttons .button:focus, + .ui.basic.button:focus { + color: var(--color-text); + } + + .ui.vertical.menu { + background: var(--color-body); + border: 0; + } + .ui.vertical.menu .header.item { + font-weight: 600; + background: unset; + } + .ui.vertical.menu .menu .item:hover { + background: var(--color-hover); + } + .ui.vertical.menu .active.item, + .ui.vertical.menu .active.item:hover { + background: #b1bac414 !important; + font-weight: 500; + } + .ui.vertical.menu .item, + .ui.vertical.menu .item > summary { + background: unset; + padding: 8px; + color: var(--color-white) !important; + } + .ui.vertical.menu .item, + .ui.vertical.menu .item.active, + .ui.vertical.menu .item:hover, + .ui.vertical.menu .item > summary { + border-radius: 6px; + } + .ui.vertical.menu .item::before { + background: unset; + } + .ui.primary.labels .label, + .ui.ui.ui.primary.label { + color: #a6aab5; + } + .issue.list a:not(.label):hover { + color: var(--color-blue) !important; + } + .tag-code, + .tag-code td, + .tag-code .blob-excerpt { + background-color: var(--color-body); + } + + /* issue \& PR count labels */ + .ui.menu .item > .label { + background: rgba(99, 110, 123, 0.4); + color: #cdd9e5; + } + + #navbar a.item .notification_count { + color: var(--color-text); + } + + .ui.secondary.menu .dropdown.item:hover, + .ui.secondary.menu a.item:hover { + color: #e3e3e3; + } + + .ui.secondary.menu .active.item, + .ui.secondary.menu .active.item:hover { + color: var(--color-white) !important; + } + + .vch__day__square, + .vch__legend__wrapper rect { + rx: 2px; + ry: 2px; + } +} diff --git a/public/assets/css/theme-codeberg-github-dark.css b/public/assets/css/theme-codeberg-github-dark.css new file mode 100644 index 0000000..b77c7bf --- /dev/null +++ b/public/assets/css/theme-codeberg-github-dark.css @@ -0,0 +1,986 @@ +:root { + --is-dark-theme: true; + --border-radius: 6px; + --color-white: #e6edf3; + --color-red: #da3633; + --color-orange: #c9510c; + --color-yellow: #d29922; + --color-blue: #4493f8; + --color-purple: #8957e5; + --color-green: #238636; + --color-green-light: #16ab39; + --color-primary: var(--color-green); + --color-primary-hover: #29903b; + --color-primary-active: #2e9a40; + --color-primary-light-4: #0e4429; + --color-primary-light-2: #006d32; + --color-primary-dark-2: #26a641; + --color-primary-dark-4: #39d353; + --color-primary-contrast: #ffffff; + --color-secondary: #30363d; + --color-secondary-alpha-60: #161b22; + --color-secondary-alpha-40: rgba(48, 54, 61, 0.4); + --color-secondary-bg: #30363d; + --color-light-border: var(--color-secondary); + --color-body: #0d1117; + --color-card: var(--color-body); + --color-navbar: #010409; + --color-footer: #161b22; + --color-text: #bbc0ca; + --color-text-dark: #bbc0ca; + --color-text-light: #a6aab5; + --color-text-light-1: #848d97; + --color-text-light-2: #a6aab5; + --color-timeline: #21262d; + --color-grey-light: var(--color-text-light); + --color-box-body: #22272e; + --color-markup-code-block: #636e7b66; + --color-light: #22272e; + --color-button: #22272e; + --color-expand-button: var(--color-body); + --color-input-background: #22272e; + --color-input-border-hover: var(--color-secondary); + --color-input-text: #adbac7; + --color-box-header: #22272e; + --color-active: #22272e; + --color-active-line: #272114; + --color-menu: #161b22; + --color-caret: var(--color-text); + --color-box-body: var(--color-body); + --color-box-header: #161b22; + --color-nav-bg: #010409; + --color-header-wrapper: #010409; + --color-nav-hover-bg: rgba(177, 186, 196, 0.12); + --color-hover: #292e36; + --color-label-bg: rgba(56, 139, 253, 0.1); + --color-label-hover-bg: #1f6feb; + --color-label-text: var(--color-blue); + --color-error-bg: #b62324; + --color-error-border: #f8514966; + --color-error-text: var(--color-white); + --color-success-bg: #122117; + --color-success-border: #2ea04366; + --color-success-text: var(--color-green); + --color-info-bg: rgba(56, 139, 253, 0.1); + --color-info-border: rgba(56, 139, 253, 0.4); + --color-info-text: var(--color-blue); + --color-warning-bg: rgba(187, 128, 9, 0.1); + --color-warning-border: rgba(187, 128, 9, 0.4); + --color-warning-text: var(--color-yellow); + + /* code editor colors are set in https://github.com/go-gitea/gitea/blob/f5b300ea77081a1b78ac044cb1c0f9225538d091/web_src/js/features/codeeditor.js#L82-L97. */ + /* monaco editor dark theme is toggled via variable `--is-dark-theme` */ + --color-primary-light-3: #71798e; + --color-editor-line-highlight: var(--color-body); + --color-code-bg: var(--color-body); + + --color-diff-removed-row-bg: rgba(248, 81, 73, 0.15); + --color-diff-removed-row-border: rgba(248, 81, 73, 0.3); + --color-diff-removed-word-bg: rgba(248, 81, 73, 0.4); + --color-diff-added-row-bg: rgba(46, 160, 67, 0.15); + --color-diff-added-row-border: rgba(46, 160, 67, 0.3); + --color-diff-added-word-bg: rgba(46, 160, 67, 0.4); + --color-diff-inactive: var(--color-secondary-alpha-60); +} + +.text.primary, +.flex-item a:not(.label, .button):hover { + color: var(--color-blue) !important; +} + +.svg:not(.text) { + fill: var(--color-text-light-1); +} +.label > .svg, +.btn > .svg, +.button > .svg, +.badge.gt-text-white > .svg, +.card > .svg, +a:not(.item):hover > .svg, +.dropdown:hover .svg, +.ui.attached.menu:not(.new-menu) .item .svg { + fill: currentColor; +} +.markdown-toolbar-button:hover { + background-color: var(--color-secondary); + border-radius: var(--border-radius); +} + +.page-content.dashboard, +.page-content.explore, +.page-content.repository:not(.new), +.page-content.signin { + margin-top: 10px; +} + +.ui.list .list > .item > .content, +.ui.list > .item > .content { + color: unset; +} + +.ui.list .list > .item .description, +.ui.list > .item .description { + color: var(--color-text); +} + +.ui.repository.list, +.ui.user.list { + background: var(--color-box-header); + padding: 1em; + border-radius: 0.75em; +} + +.ui.avatar:not(.org-avatar) { + border-radius: 50% !important; + box-shadow: 0 0 0 1px var(--color-secondary); +} + +.ui.header .sub.header { + color: #636e7b; +} + +.ui.modal > .actions { + background: var(--color-body) !important; +} + +.ui.green.buttons .button, +.ui.green.button { + background-color: #347d39; + color: #cdd9e5 !important; + border-radius: 2em; + padding: 5px 10px; +} + +a, +.ui.breadcrumb a { + color: var(--color-blue); +} +a[href="#"] { + color: var(--color-text); +} +a:hover, +a.muted:hover, +.ui.breadcrumb a:hover, +.ui.floating.jump.select-label.dropdown:hover, +.ui.floating.jump.select-milestone.dropdown:hover, +.ui.floating.jump.select-project.dropdown:hover, +.ui.floating.jump.select-assignees.dropdown:hover, +.muted-links a:hover { + color: var(--color-blue); +} +a.text:not(.primary):hover, +a.muted.text:hover, +.ui.breadcrumb a.text:hover, +.muted-links a:hover { + text-decoration: none; +} + +.flex-item .flex-item-title a, +.repo-title a { + color: var(--color-white); +} + +.repo-icon { + display: inline-block; + transform: scale(0.75); + margin-right: -0.05rem !important; +} + +.interact-fg:hover { + color: var(--color-blue) !important; +} + +.repository.file.list .file-actions .btn-octicon:hover { + color: var(--color-blue) !important; +} + +.repository.file.list #file-buttons .ui.button { + color: #cdd9e5 !important; +} + +.ui.basic.green.button, +.ui.basic.green.buttons .button, +.ui.basic.primary.button, +.ui.basic.primary.buttons .button { + background-color: var(--color-button); +} + +.ui.basic.green.button:hover, +.ui.basic.green.buttons .button:hover, +.ui.basic.primary.button:hover, +.ui.basic.primary.buttons .button:hover { + background-color: var(--color-hover); +} + +.ui.basic.red.buttons .button, +.ui.basic.red.button, +.ui.basic.red.buttons .button:focus, +.ui.basic.red.button:focus { + color: #f85149; + background: var(--color-button); + border-color: var(--color-light-border); +} +.ui.basic.red.buttons .button:hover, +.ui.basic.red.button:hover { + color: #ffffff; + background: #b62324; + border-color: #f0f6fc1a; +} +.ui.basic.red.buttons .button:active, +.ui.basic.red.button:active { + color: #ffffff; + background: #d03533; + border-color: #f0f6fc1a; +} + +.issue.list { + list-style: none; + margin-top: 1rem; + background-color: #22272e; + border-radius: 6px; + padding: 3px 10px 3px 10px; + border: 1px solid var(--color-secondary); +} + +.issue-state-label { + border-radius: 2em !important; +} + +.issue-content-right { + border: 0 !important; + padding: 8px 0 0 8px !important; +} + +.issue-content-right .ui.button, +.issue-content-right .ui.input, +.issue-content-right .ui.input input, +.issue-content-right .ui.dropdown input, +.issue-content-right .ui.search.selection.dropdown, +.issue-content-right .ui.search.selection.dropdown > input.search { + padding: 0 8px !important; + min-height: 28px; +} +.issue-content-right .ui.button ~ .ui.button, +.issue-content-right > form ~ .ui.button { + margin-top: .5rem !important; +} + +.ui.top.attached.header { + border-radius: var(--border-radius) var(--border-radius) 0 0; +} +.ui.top.attached.header + .ui.attached.segment:not(.grid):not(.repos-search):not(.teams) { + border-radius: 0 0 var(--border-radius) var(--border-radius); +} + +.ui.attached.header { + border-radius: 6px; +} + +.ui.attached.table { + background-color: var(--color-body); +} + +.markup, +.markup code, +.markup tt, +#org-info a, +.repo-description, +.repository-menu .item { + color: var(--color-white); +} + +.repo-list-link { + color: var(--color-blue) !important; +} + +.ui.label:not(.basic) { + border-radius: 2em; +} + +.ui.label.sha { + color: var(--color-text); + background: unset !important; + border-color: var(--color-secondary) !important; + border-radius: 0.375rem; +} + +.ui.labels a.label:hover, +a.ui.label:hover { + color: var(--color-white); +} + +/* repo list dashboard */ +.feeds .list ul li.private { + background-color: #22272e; +} + +/* due date boxes */ +.repository .metas #deadlineForm input { + border-color: var(--color-secondary); +} + +/* default border radius */ +.ui.button, +.ui.basic.buttons .button, +.ui.basic.button, +.ui.dropdown .menu, +.ui.form input:not([type]), +.ui.form input[type="date"], +.ui.form input[type="datetime-local"], +.ui.form input[type="email"], +.ui.form input[type="number"], +.ui.form input[type="password"], +.ui.form input[type="search"], +.ui.form input[type="tel"], +.ui.form input[type="time"], +.ui.form input[type="text"], +.ui.form input[type="file"], +.ui.form input[type="url"], +.ui.form textarea, +.ui.input textarea, +.ui.label, +.ui.menu, +.ui.segment, +.ui.segments, +.ui.segments:not(.horizontal) > .segment:only-child, +.ui.secondary.menu .dropdown.item>.menu, +.ui.selection.dropdown, +.ui.selection.dropdown .menu, +.ui.table, +.ui.text.menu .dropdown.item>.menu { + border-radius: var(--border-radius); +} + +.ui.floating.dropdown>.menu { + border-radius: var(--border-radius) !important; +} + +/* no border radius between connected buttons */ +.ui.buttons .button { + border-radius: 0; +} + +/* default left border radius */ +.ui.action.input > .dropdown:first-child, +.ui.action.input > .button:first-child, +.ui.action.input > .buttons:first-child > .button, +.ui.compact.menu:not(.secondary) .item:first-child, +.ui.horizontal.segments > .segment:first-child { + border-radius: var(--border-radius) 0 0 var(--border-radius); +} + +/* default right border radius */ +.ui.action.input > .dropdown:last-child, +.ui.action.input > .button:last-child, +.ui.action.input > .buttons:last-child > .button, +.ui.compact.menu:not(.secondary) .item:last-child, +.ui.horizontal.segments > .segment:last-child { + border-radius: 0 var(--border-radius) var(--border-radius) 0; +} + +/* default top border radius */ +.ui.secondary.pointing.menu .active.item, +.ui.secondary.pointing.menu .item:hover { + border-radius: var(--border-radius) var(--border-radius) 0 0; +} +.ui.tabular.menu .active.item, +.repository.view.issue .comment-list .comment > .content > div:first-child { + border-top-left-radius: var(--border-radius) !important; + border-top-right-radius: var(--border-radius) !important; +} + +/* default bottom border radius */ +.ui.segment[class*="bottom attached"] { + border-radius: 0 0 var(--border-radius) var(--border-radius); +} +.repository.view.issue .comment-list .comment > .content > div:last-child { + border-bottom-right-radius: var(--border-radius); + border-bottom-left-radius: var(--border-radius); +} + +.ui.table>thead>tr:first-child>th:first-child { + border-radius: var(--border-radius) 0 0; +} +.ui.table>thead>tr:first-child>th:last-child { + border-radius: 0 var(--border-radius) 0 0; +} + +/* border color form fields */ +input, +textarea, +.ui.input > input, +.ui.form input:not([type]), +.ui.form select, +.ui.form textarea, +.ui.form input[type="date"], +.ui.form input[type="datetime-local"], +.ui.form input[type="email"], +.ui.form input[type="file"], +.ui.form input[type="number"], +.ui.form input[type="password"], +.ui.form input[type="search"], +.ui.form input[type="tel"], +.ui.form input[type="text"], +.ui.form input[type="time"], +.ui.form input[type="url"], +.ui.selection.dropdown, +.ui.checkbox label:before, +.ui.checkbox input:checked ~ label:before, +.ui.checkbox input:not([type="radio"]):indeterminate ~ label:before { + border-color: var(--color-secondary); +} + +.ui.input > input { + transition: none; +} + +.tag-code, +.tag-code td { + background-color: var(--color-body); +} + +/* code highlighting dark theme */ +.chroma .cm, /* block comments */ +.chroma .c1 /* line comments */ { + color: #8b949e; +} + +/* strings */ +.chroma .s, +.chroma .cpf { + color: #a5d6ff; +} + +.chroma .s2 { + color: #8ddb8c; +} + +/* keywords */ +.chroma .k, +.chroma .kc, +.chroma .kd, +.chroma .kn, +.chroma .kt { + color: #ff7b72; +} + +.chroma .m { + color: #6cb6ff; +} + +/* method names */ +.chroma .na, +.chroma .nf { + color: #d2a8ff; +} + +.chroma .nb { + color: var(--color-blue); +} + +.chroma .nx { + color: var(--color-text); +} + +.chroma .nv { + color: #08dddd; +} + +.chroma .si { + color: #8ddb8c; +} + +.chroma .nt { + color: #50eb75; +} + +.chroma .nd { + color: #c4cfcf; +} + +.chroma .n, /* variable & referenced class names */ +.chroma .nc, /* class names */ +.chroma .nn /* import names */ { + color: #c9d1d9; +} + +/* operators */ +.chroma .o { + color: #c9d1d9; +} + +.repository.file.list #repo-files-table thead tr th { + padding: 12px 12px 12px 20px; +} + +.repository.file.list #repo-files-table tbody tr { + background: var(--color-body); +} + +.repository.file.list #repo-files-table tbody tr:hover { + background: var(--color-box-header); +} + +/* text color repo files */ +.repository.file.list #repo-files-table td.name a, +.repository.file.list #repo-files-table td a:not(.muted) { + color: var(--color-white); +} + +.repository.file.list #repo-files-table td a:hover { + color: var(--color-blue); +} + +.repository #commits-table.ui.basic.striped.table tbody tr:nth-child(2n) { + background-color: var(--color-body) !important; +} + +.repository #commits-table .author a { + color: var(--color-text); +} + +/* gpg commit label */ +.repository #commits-table td.sha .sha.label.isSigned.isVerified, +.repository #repo-files-table .sha.label.isSigned.isVerified, +.repository #rev-list .sha.label.isSigned.isVerified, +.repository .timeline-item.commits-list .singular-commit .sha.label.isSigned.isVerified { + border: 1.5px solid #21ba45 !important; + background: transparent; + border-radius: 6px; +} + +.ui.container .ui.tabular.menu .active.item, +.ui.container .ui.tabular.menu .active.item:hover { + color: var(--color-white); + margin-top: 0; +} + +.header-wrapper .ui.tabular.menu, +.ui.secondary.menu:not(.filter) { + gap: 0.5rem; +} +.header-wrapper .ui.tabular.menu { + min-height: 48px; + align-items: center; +} +.header-wrapper .ui.menu .item, +.page-content > .ui.menu .item { + color: var(--color-white) !important; +} +.page-content .ui.menu .item .svg { + margin-right: 0.5rem !important; +} +.header-wrapper .ui.tabular.menu:not(.new-menu) .item, +.header-wrapper .ui.tabular.menu:not(.new-menu) .active.item, +.ui.secondary.menu:not(.new-menu) .item +.ui.secondary.menu:not(.new-menu) .active.item { + border: 0; + border-radius: var(--border-radius) !important; + align-items: center; + line-height: 30px; + padding: 0 8px; + margin-top: 0 !important; + margin-bottom: 0 !important; +} +.header-wrapper .ui.tabular.menu .item:hover, +.ui.secondary.menu .item:hover { + background: var(--color-nav-hover-bg) !important; +} +.header-wrapper .ui.tabular.menu:not(.new-menu) .active.item { + background: unset; +} +.header-wrapper .ui.tabular.menu:not(.new-menu) .active.item::after { + background: #f78166; + bottom: calc(50% - 25px); + content: ""; + height: 2px; + position: absolute; + right: 50%; + transform: translate(50%, -50%); + width: 100%; + z-index: 1; +} +.ui.secondary.pointing.menu .active.item, +.ui.secondary.pointing.menu .active.item:hover { + border-color: #f78166; +} +.ui.menu.new-menu .item:last-child { + padding-right: 16px !important; +} + +.ui.basic.label { + color: var(--color-text-light-1); + border-radius: 2em; + background: transparent; + font-weight: 400; + padding: 0 7px !important; + line-height: 18px; +} +.ui.menu .item > .label:not(.floating) { + padding: 4px 7px; +} + +/* repo watch and fork counters */ +.repo-buttons .ui.labeled.button>.label, +.repo-buttons .ui.labeled.button>.label:hover { + color: var(--color-white); + border-top-right-radius: var(--border-radius); + border-bottom-right-radius: var(--border-radius); + background: #21262d; + padding: 0 10px !important; +} + +.repo-buttons .ui.labeled.button.disabled > .label { + color: #adbac7; +} + +/* background emoji reactions */ +.repository .segment.reactions .ui.label.basic.blue { + background-color: transparent; +} + +.diff-toggle-file-tree-button:hover { + color: var(--color-blue); +} + +.diff-file-body .file-body.code-diff table tbody tr td { + line-height: 16px; +} + +a.blob-excerpt { + background: var(--color-body); +} + +.comment-code-cloud { + background-color: var(--color-navbar); +} + +/* hover font color */ +.ui.secondary.pointing.menu .active.item, +.ui.secondary.pointing.menu .active.item:hover, +.ui.secondary.pointing.menu .dropdown.item:hover, +.ui.secondary.pointing.menu .link.item:hover, +.ui.secondary.pointing.menu a.item:hover { + color: var(--color-text); +} + +.ui.selection.active.dropdown, +.ui.selection.active.dropdown:hover, +.ui.selection.active.dropdown .menu, +.ui.selection.active.dropdown:hover .menu { + border-color: var(--color-secondary); +} + + +.ui.cards > .card, +.ui.card, +.ui.cards a.card:hover, +a.ui.card:hover { + border: 0; +} +.ui.cards > .card > .extra, .ui.card > .extra { + border-top-color: var(--color-secondary) !important; +} +.ui.cards > .card > .extra a:not(.ui):hover, +.ui.card > .extra a:not(.ui):hover { + color: var(--color-blue); +} + +.ui.action.input:not([class*="left action"]) > input:focus { + border-right: none; +} + +/* font color line numbers */ +.lines-num span:after { + color: var(--color-text); +} + +/* gpg key signed message */ +.repository .ui.attached.isSigned.isVerified.message { + background-color: var(--color-primary); + color: black; +} + +.repository .ui.attached.isSigned.isVerified.message .ui.text { + color: var(--color-active); +} + +.ui .info.segment.top { + background-color: var(--color-navbar) !important; +} + +.repository .ui.attached.isSigned.isVerified.top, +.repository .ui.attached.isSigned.isVerified.message { + border-top: 0px solid var(--color-text); +} + +.repository .ui.attached.isSigned.isVerified { + border-left: 0px solid var(--color-text); + border-right: 0px solid var(--color-text); +} + +.repository .ui.attached.isSigned.isVerified:last-child, +.repository .ui.attached.isSigned.isVerified.bottom { + border-bottom: 0px solid #a3c293; +} + +/* PR timelines colors */ +.repository.view.issue .comment-list .timeline-item .badge { + width: 30px; + height: 30px; + margin-left: -31px; +} + +.repository.view.issue .pull-desc code { + color: var(--color-text-light-1); +} + +.repository.view.issue .pull-desc code a { + background-color: var(--color-label-bg); + padding: 0 4px; + border-radius: var(--border-radius); +} + +.ui.top.attached.header.comment-header { + padding: 0 16px; +} + +.comment:target .header:before { + border-right-color: var(--color-info-border) !important; + box-shadow: none !important; +} +.comment:target .comment-container { + border-color: var(--color-info-border) !important; + box-shadow: none !important; +} +.comment:target .comment-container { + background: var(--color-body); +} +.comment:target .comment-container .comment-header { + background: var(--color-info-bg); + border-bottom-color: var(--color-info-border) !important; +} + +/* review - pending label */ +.ui.basic.labels .yellow.label, +.ui.ui.ui.basic.yellow.label { + background: var(--color-project-board-bg); + color: #333 !important; +} + +/* green checkmark background when approving PRs */ +.bg-green { + background: var(--color-primary) !important; +} + +i.green.icon.icon.icon.icon { + color: var(--color-primary); +} + +.following.bar #navbar { + width: 100vw; + border-bottom: 1px solid var(--color-secondary); + /* default 52px */ + min-height: 40px; + padding: 0 0.5rem; + background: var(--color-navbar); +} + +* { + scrollbar-color: unset; +} +::-webkit-scrollbar-thumb { + box-shadow: inset 0 0 0 6px var(--color-navbar); +} +::-webkit-scrollbar-thumb:hover { + box-shadow: inset 0 0 0 6px var(--color-text); +} + +.following.bar #navbar .brand { + margin-top: -2px; +} + +.ui.radio.checkbox label:after, +.ui.radio.checkbox input:focus ~ label:before, +.ui.radio.checkbox input:checked ~ label:before { + border-color: var(--color-secondary); +} + +.input > input ~ button, +.input > input ~ .button { + border-left-width: 0 !important; +} +.input > input:focus ~ button, +.input > input:focus ~ .button { + border-color: var(--color-blue) !important; +} + +input:focus, +textarea:focus, +.ui.input input:focus, +.ui.form input:not([type]):focus, +.ui.form select:focus, +.ui.form textarea:focus, +.ui.form input[type="date"]:focus, +.ui.form input[type="datetime-local"]:focus, +.ui.form input[type="email"]:focus, +.ui.form input[type="file"]:focus, +.ui.form input[type="number"]:focus, +.ui.form input[type="password"]:focus, +.ui.form input[type="search"]:focus, +.ui.form input[type="tel"]:focus, +.ui.form input[type="text"]:focus, +.ui.form input[type="time"]:focus, +.ui.form input[type="url"]:focus, +.ui.selection.dropdown:focus { + border-color: var(--color-blue); + border-radius: var(--border-radius); +} + +.ui.checkbox input:focus ~ label:before, +.ui.checkbox input:focus ~ label::before, +.ui.checkbox input:not([type="radio"]):indeterminate:focus ~ label:before, +.ui.checkbox input:not([type="radio"]):indeterminate:focus ~ label::before, +.ui.checkbox input:checked:focus ~ label:before, +.ui.checkbox input:checked:focus ~ label::before, +.ui.radio.checkbox input:focus:checked ~ label:before, +.ui.radio.checkbox input:focus:checked ~ label::before { + border-color: var(--color-blue); +} + +.repo-icon { + display: none; +} + +.ui.green.button { + padding: 5px 16px; + line-height: 20px; +} + +.ui.secondary.pointing.menu .item > .circular.label { + line-height: 10px; +} + +.ui.grey.labels .label, +.ui.ui.ui.grey.label { + line-height: 10px; +} + +.ui.primary.label, +.ui.primary.labels .label { + background-color: var(--color-secondary) !important; +} + +/* borders -------------------------------------------------------------------*/ + +.following.bar.light { + border-bottom: 0px solid var(--color-secondary); +} + +.ui.table { + border-width: inherit; +} + +.repo-buttons .ui.labeled.button > .label { + border-width: inherit; + border: 1px solid var(--color-secondary) !important; +} + +.repo-button-row .button { + min-height: 30px; +} + +.ui.table[class*="single line"], +.ui.table [class*="single line"] { + white-space: nowrap; + border: 1px solid var(--color-secondary); +} + +.ui.basic.secondary.buttons .button, +.ui.basic.secondary.button { + color: var(--color-text) !important; + border: 1px solid var(--color-secondary) !important; +} + +.ui.table > tr > td, +.ui.table > tbody > tr > td { + border-top-color: var(--color-secondary); +} + +.ui.labeled.button.disabled>.button, +.ui.basic.buttons .button, +.ui.basic.button, +.ui.basic.buttons .button:focus, +.ui.basic.button:focus { + color: var(--color-text); +} + +.ui.vertical.menu { + background: var(--color-body); + border: 0; +} +.ui.vertical.menu .header.item { + font-weight: 600; + background: unset; +} +.ui.vertical.menu .menu .item:hover { +background: var(--color-hover); +} +.ui.vertical.menu .active.item, +.ui.vertical.menu .active.item:hover { + background: #b1bac414 !important; + font-weight: 500; +} +.ui.vertical.menu .item, +.ui.vertical.menu .item > summary { + background: unset; + padding: 8px; + color: var(--color-white) !important; +} +.ui.vertical.menu .item, +.ui.vertical.menu .item.active, +.ui.vertical.menu .item:hover, +.ui.vertical.menu .item > summary { + border-radius: 6px; +} +.ui.vertical.menu .item::before { + background: unset; +} +.ui.primary.labels .label, +.ui.ui.ui.primary.label { + color: #a6aab5; +} +.issue.list a:not(.label):hover { + color: var(--color-blue) !important; +} +.tag-code, +.tag-code td, +.tag-code .blob-excerpt { + background-color: var(--color-body); +} + +/* issue \& PR count labels */ +.ui.menu .item > .label { + background: rgba(99, 110, 123, 0.4); + color: #cdd9e5; +} + +#navbar a.item .notification_count { + color: var(--color-text); +} + +.ui.secondary.menu .dropdown.item:hover, +.ui.secondary.menu a.item:hover { + color: #e3e3e3; +} + +.ui.secondary.menu .active.item, +.ui.secondary.menu .active.item:hover { + color: var(--color-white) !important; +} + +.vch__day__square, +.vch__legend__wrapper rect { + rx: 2px; + ry: 2px; +} diff --git a/public/assets/css/theme-codeberg-github.css b/public/assets/css/theme-codeberg-github.css new file mode 100644 index 0000000..d30a542 --- /dev/null +++ b/public/assets/css/theme-codeberg-github.css @@ -0,0 +1,433 @@ +:root { + --border-radius: 6px; + --color-primary: #0969da; + --color-navbar: #f6f8fa; + --color-active: #afb8c133; + --color-markup-code-block: #afb8c133; + --color-hover: #92969933; + --color-purple: #8250df; + --color-green: #1a7f37; + --color-green-light: #27c24c; + --color-grey-light: var(--color-text-light); +} +.ui.label { + padding: 0.3em 0.5em; + background: var(--color-light); + color: var(--color-text-light); + border-radius: 6px; +} +.ui.blue.label, +.ui.blue.labels .label, +.ui.primary.label, +.ui.primary.labels .label { + border-color: var(--color-light) !important; + background-color: #afb8c133 !important; + border-radius: 6px; + color: #24292f !important; +} +.ui.blue.button, +.ui.blue.buttons .button, +.ui.primary.button, +.ui.primary.buttons .button { + background-color: #f6f8fa !important; + color: #24292f !important; +} +.repo-icon { + display: inline-block; + transform: scale(0.75); + margin-right: -0.05rem !important; +} +.ui.green.buttons .button, +.ui.green.button { + background-color: #1a7f37; + color: #fff !important; + /* border-radius: 2em; */ + padding: 5px 10px; +} +.ui.green.labels .label, +.ui.ui.ui.green.label { + background-color: #1a7f37; + color: #fff !important; + border-radius: 2em; + padding: 5px 10px; +} +/* "edit" and "reopen" button font color */ +.ui.basic.green.buttons .button, +.ui.basic.green.button { + color: #24292f; +} +.feeds .list ul li.private { + background: none; +} +.repository.file.list #repo-files-table tbody .svg.octicon-file-directory, +.repository.file.list #repo-files-table tbody .svg.octicon-file-submodule { + color: #54aeff; +} +.repo-title a { + color: var(--color-primary) !important; +} +.ui.basic.blue.button, +.ui.basic.blue.buttons .button, +.ui.basic.primary.button, +.ui.basic.primary.buttons .button { + background-color: #fff !important; + box-shadow: inset 0 0 0 1px rgba(34, 36, 38, 0.15) !important; + color: var(--color-text) !important; +} +.ui.basic.blue.button:focus, +.ui.basic.blue.buttons .button:focus, +.ui.basic.primary.button:focus, +.ui.basic.primary.buttons .button:focus { + box-shadow: inset 0 0 0 0px #808080 !important; +} +.ui.basic.blue.button:hover, +.ui.basic.blue.buttons .button:hover, +.ui.basic.primary.button:hover, +.ui.basic.primary.buttons .button:hover { + background-color: #fff !important; +} +ui.basic.blue.button:hover, +.ui.basic.blue.buttons .button:hover, +.ui.basic.primary.button:hover, +.ui.basic.primary.buttons .button:hover { + box-shadow: inset 0 0 0 0px #808080 !important; +} +a:hover, +a.muted:hover, +.ui.breadcrumb a:hover { + color: none; +} +.ui.basic.labels .label, +.ui.basic.label { + background-color: #fff; +} +.ui.labeled.button.disabled > .button, +.ui.basic.buttons .button, +.ui.basic.button { + background-color: #f6f8fa; +} +.ui.blue.button:hover, +.ui.blue.buttons .button:hover, +.ui.primary.button:hover, +.ui.primary.buttons .button:hover { + background-color: var(--color-hover) !important; +} +.repository .ui.segment.sub-menu .list .item a:hover { + color: var(--color-text) !important; +} +.repo-buttons .ui.labeled.button > .label:hover { + color: var(--color-text) !important; +} +.repository.file.list #repo-files-table tr:hover { + background-color: #f6f8fa !important; +} +.ui .error.header { + background-color: #cf222e !important; + color: #fff !important; +} +.ui.red.buttons .button, +.ui.red.button { + color: #fff !important; + padding: 8px 10px; +} +.ui.basic.red.buttons .button, +.ui.basic.red.button { + color: #cf222e !important; + font-weight: 500; +} +* { + scrollbar-width: thin; + scrollbar-color: #f6f8fa transparent !important; +} +::-webkit-scrollbar-thumb { + box-shadow: inset 0 0 0 6px #808080 !important; +} +.ui.purple.labels .label, +.ui.ui.ui.purple.label { + background-color: #8250df !important; +} +.repository #clone-panel input { + background-color: #f6f8fa; +} +.ui.basic.green.buttons .button, +.ui.basic.green.button { + color: var(--color-text) !important; +} +ul.repo-owner-name-list { + font-size: 13px; +} +a.ui.label { + color: #fff !important; +} +.ui .sha.label { + color: var(--color-text) !important; + padding: 6px 10px 6px; +} +.ui.basic.green.buttons .button, +.ui.basic.green.button { + color: #1a7f37 !important; +} +.ui.basic.labels .label, +.ui.basic.label { + color: var(--color-text) !important; +} + +.repository #commits-table td.sha .sha.label.isSigned.isVerified .detail.icon, +.repository #repo-files-table .sha.label.isSigned.isVerified .detail.icon, +.repository #rev-list .sha.label.isSigned.isVerified .detail.icon, +.repository + .timeline-item.commits-list + .singular-commit + .sha.label.isSigned.isVerified + .detail.icon { + border-left: 1px solid #1a7f37; + color: #1a7f37; +} + +.repository.view.issue + .comment-list + .timeline-item.commits-list + .singular-commit + .shabox + .sha.label.isSigned.isVerified { + border: 1px solid #1a7f37; +} + +.ui.labeled.icon.buttons > .button > .icon, +.ui.labeled.icon.button > .icon { + border-right: 1px solid var(--color-secondary); +} + +.ui.buttons:not(.basic):not(.inverted) > .button:not(.basic):not(.inverted) { + border-left: 1px solid var(--color-secondary); +} + +/* GPG verified msg banner */ +.repository .ui.attached.isSigned.isVerified.message .ui.text { + color: black; +} +.repository .ui.attached.isSigned.isVerified:last-child, +.repository .ui.attached.isSigned.isVerified.bottom { + border-bottom: 1px solid #21ba45; +} +.repository .ui.attached.isSigned.isVerified.top, +.repository .ui.attached.isSigned.isVerified.message { + border-top: 1px solid var(--color-secondary); +} +.repository .ui.attached.isSigned.isVerified { + border-left: 1px solid var(--color-secondary); + border-right: 1px solid var(--color-secondary); +} +.repository .ui.attached.isSigned.isVerified.message { + box-shadow: none; + background-color: #21ba45; + color: black; +} + +/* bg color of commit info box */ +.ui .info.segment.top { + background-color: var(--color-navbar) !important; +} + +.repo-icon { + display: none; +} + +/* navbar font size */ +.ui.secondary.menu .item { + font-size: 13px; +} + +#navbar .item { + margin: 0; + padding: 0.5em; + font-size: 14px; + color: black !important; +} + +.following.bar #navbar { + width: 100vw; + /* default 52px */ + min-height: 40px; + padding: 0 0.5rem; +} + +::-webkit-scrollbar-thumb { + box-shadow: inset 0 0 0 6px var(--color-navbar); +} +::-webkit-scrollbar-thumb:hover { + box-shadow: inset 0 0 0 6px var(--color-text); +} + +.following.bar #navbar .brand { + margin-top: -2px; +} + +/* reduce navbar bottom margin */ +.ui.ui.ui.container:not(.fluid) { + margin-bottom: -3px; +} + +/* Link color for repo breadcrumbs */ +a, +.ui.breadcrumb a { + color: var(--color-primary) !important; +} + +/* color for repo menu bar to overwrite link color */ +.ui.tabular.menu .item { + color: var(--color-text) !important; + height: fit-content; +} + +.repository .ui.segment.sub-menu .list .item a { + color: var(--color-text) !important; +} + +.ui .menu:not(.vertical) .item > .button.compact { + color: var(--color-text) !important; +} + +.ui.labeled.button.disabled > .button, +.ui.basic.buttons .button, +.ui.basic.button { + color: var(--color-text-light) !important; +} + +#manage_topic { + font-size: 12px; + color: var(--color-text) !important; +} + +.ui.menu .item { + color: var(--color-text) !important; +} + +/* font weight of "danger zone" buttons in "delete repo" */ + +.ui.label { + background: rgba(175, 184, 193, 0.2); +} + +.comment-header .actions a { + color: black !important; +} + +.ui.dropdown > .text { + color: black !important; +} + +.repository.compare.pull .choose.branch .svg { + color: black !important; +} + +a.muted { + color: black !important; +} + +.repository.file.list #repo-files-table tbody .svg.octicon-file-directory-fill, +.repository.file.list #repo-files-table tbody .svg.octicon-file-submodule { + color: #54aeff !important; +} + +.repository.file.list #repo-files-table td a { + color: black !important; +} + +.ui.negative.buttons .button, +.ui.negative.button { + background-color: none; + color: #fff; +} + +.ui.green.button { + padding: 5px 16px; + line-height: 20px; +} + +.ui.green.labels .label, +.ui.ui.ui.green.label { + padding: 5px 16px; + line-height: 20px; +} + +.ui.tabular.menu .active.item { + margin-bottom: 2px; +} + +.ui.menu .item > .label:not(.floating) { + padding: 0 6px; + line-height: 18px; +} + +.ui.secondary.pointing.menu .item > .circular.label { + line-height: 10px; +} + +.ui.grey.labels .label, +.ui.ui.ui.grey.label { + line-height: 10px; +} + +/* yes/no dialog buttons for repo archival */ +.ui.basic.inverted.buttons .button, +.ui.basic.inverted.button { + color: #f9fafb !important; +} + +// border color of SSH/https cloning buttons (non-focused) +.ui.basic.blue.button, +.ui.basic.blue.buttons .button, +.ui.basic.primary.button, +.ui.basic.primary.buttons .button { + box-shadow: inset 0 0 0 1px transparent !important; +} + +// same for hover +ui.basic.blue.button:hover, +.ui.basic.blue.buttons .button:hover, +.ui.basic.primary.button:hover, +.ui.basic.primary.buttons .button:hover { + box-shadow: inset 0 0 0 0px transparent !important; +} + +// background color of branch name in PRs +.issue.list .branches .branch { + background-color: #afb8c133; + border-radius: 6px; +} + +// branch display in PRs +.issue.list .branches .branch { + background-color: #afb8c133; + border-radius: 6px; +} +.issue.list .branches .truncated-name { + color: #24292f; + padding: 2px; +} + +// hover +.ui.basic.secondary.buttons .button:hover, .ui.basic.secondary.button:hover { + background: var(--color-hover) !important; +} + +// settings button in org team settings +.ui.teal.labels .label, .ui.ui.ui.teal.label, .ui.teal.button, .ui.teal.buttons .button { + background: var(--color-green); + color: #fff !important; +} + +.ui.labeled.icon.buttons>.button>.icon, .ui.labeled.icon.button>.icon { + background: var(--color-green); +} + +.ui.teal.labels .label, .ui.ui.ui.teal.label, .ui.teal.button, .ui.teal.buttons .button { + background: var(--color-green); + color: #fff !important; +} + +// folder icon color for PR diff view +.svg-icon.directory[data-v-0fac5124] { + color: #54aeff; +} diff --git a/public/assets/css/theme-dark-arc.css b/public/assets/css/theme-dark-arc.css new file mode 100644 index 0000000..71114eb --- /dev/null +++ b/public/assets/css/theme-dark-arc.css @@ -0,0 +1,618 @@ +/* @import "../chroma/dark.css"; */ +/* https://github.com/alecthomas/chroma/blob/6428fb4e65f3c1493491571c8a6a8f1add1da822/types.go#L208 */ +.chroma .bp { color: #fabd2f; } /* NameBuiltinPseudo */ +.chroma .c { color: #777e94; } /* Comment */ +.chroma .c1 { color: #777e94; } /* CommentSingle */ +.chroma .ch { color: #777e94; } /* CommentHashbang */ +.chroma .cm { color: #777e94; } /* CommentMultiline */ +.chroma .cp { color: #8ec07c; } /* CommentPreproc */ +.chroma .cpf { color: #649bc4; } /* CommentPreprocFile */ +.chroma .cs { color: #9075cd; } /* CommentSpecial */ +.chroma .dl { color: #649bc4; } /* LiteralStringDelimiter */ +.chroma .fm {} /* NameFunctionMagic */ +.chroma .g {} /* Generic */ +.chroma .gd { color: #ffffff; background-color: #5f3737; } /* GenericDeleted */ +.chroma .ge { color: #ddee30; } /* GenericEmph */ +.chroma .gh { color: #ffaa10; } /* GenericHeading */ +.chroma .gi { color: #ffffff; background-color: #3a523a; } /* GenericInserted */ +.chroma .gl {} /* GenericUnderline */ +.chroma .go { color: #777e94; } /* GenericOutput */ +.chroma .gp { color: #ebdbb2; } /* GenericPrompt */ +.chroma .gr { color: #ff4433; } /* GenericError */ +.chroma .gs { color: #ebdbb2; } /* GenericStrong */ +.chroma .gt { color: #ff7540; } /* GenericTraceback */ +.chroma .gu { color: #b8bb26; } /* GenericSubheading */ +.chroma .il { color: #649bc4; } /* LiteralNumberIntegerLong */ +.chroma .k { color: #ff7540; } /* Keyword */ +.chroma .kc { color: #649bc4; } /* KeywordConstant */ +.chroma .kd { color: #ff7540; } /* KeywordDeclaration */ +.chroma .kn { color: #ffaa10; } /* KeywordNamespace */ +.chroma .kp { color: #5f8700; } /* KeywordPseudo */ +.chroma .kr { color: #ff7540; } /* KeywordReserved */ +.chroma .kt { color: #ff7b72; } /* KeywordType */ +.chroma .l {} /* Literal */ +.chroma .ld {} /* LiteralDate */ +.chroma .m { color: #649bc4; } /* LiteralNumber */ +.chroma .mb { color: #649bc4; } /* LiteralNumberBin */ +.chroma .mf { color: #649bc4; } /* LiteralNumberFloat */ +.chroma .mh { color: #649bc4; } /* LiteralNumberHex */ +.chroma .mi { color: #649bc4; } /* LiteralNumberInteger */ +.chroma .mo { color: #649bc4; } /* LiteralNumberOct */ +.chroma .n { color: #c9d1d9; } /* Name */ +.chroma .na { color: #fabd2f; } /* NameAttribute */ +.chroma .nb { color: #fabd2f; } /* NameBuiltin */ +.chroma .nc { color: #ffaa10; } /* NameClass */ +.chroma .nd { color: #8ec07c; } /* NameDecorator */ +.chroma .ne { color: #ff7540; } /* NameException */ +.chroma .nf { color: #fabd2f; } /* NameFunction */ +.chroma .ni { color: #fabd2f; } /* NameEntity */ +.chroma .nl { color: #ff7540; } /* NameLabel */ +.chroma .nn { color: #c9d1d9; } /* NameNamespace */ +.chroma .no { color: #649bc4; } /* NameConstant */ +.chroma .nt { color: #ff7540; } /* NameTag */ +.chroma .nv { color: #ebdbb2; } /* NameVariable */ +.chroma .nx { color: #b6bac5; } /* NameOther */ +.chroma .o { color: #ff7540; } /* Operator */ +.chroma .ow { color: #5f8700; } /* OperatorWord */ +.chroma .p { color: #d2d4db; } /* Punctuation */ +.chroma .py {} /* NameProperty */ +.chroma .s { color: #b8bb26; } /* LiteralString */ +.chroma .s1 { color: #b8bb26; } /* LiteralStringSingle */ +.chroma .s2 { color: #b8bb26; } /* LiteralStringDouble */ +.chroma .sa { color: #ffaa10; } /* LiteralStringAffix */ +.chroma .sb { color: #b8bb26; } /* LiteralStringBacktick */ +.chroma .sc { color: #ffaa10; } /* LiteralStringChar */ +.chroma .sd { color: #b8bb26; } /* LiteralStringDoc */ +.chroma .se { color: #ff8540; } /* LiteralStringEscape */ +.chroma .sh { color: #b8bb26; } /* LiteralStringHeredoc */ +.chroma .si { color: #ffaa10; } /* LiteralStringInterpol */ +.chroma .sr { color: #9075cd; } /* LiteralStringRegex */ +.chroma .ss { color: #ff8540; } /* LiteralStringSymbol */ +.chroma .sx { color: #ffaa10; } /* LiteralStringOther */ +.chroma .vc { color: #649bee; } /* NameVariableClass */ +.chroma .vg { color: #649bee; } /* NameVariableGlobal */ +.chroma .vi { color: #649bee; } /* NameVariableInstance */ +.chroma .vm {} /* NameVariableMagic */ +.chroma .w { color: #7f8699; } /* TextWhitespace */ +.chroma .err {/* not styled because Chroma uses it on too many things like JSX */} /* Error */ + +/* @import "../codemirror/dark.css"; */ +.CodeMirror.cm-s-default .cm-property, +.CodeMirror.cm-s-paper .cm-property { + color: #a0cc75; +} + +.CodeMirror.cm-s-default .cm-header, +.CodeMirror.cm-s-paper .cm-header { + color: #9daccc; +} + +.CodeMirror.cm-s-default .cm-quote, +.CodeMirror.cm-s-paper .cm-quote { + color: #009900; +} + +.CodeMirror.cm-s-default .cm-keyword, +.CodeMirror.cm-s-paper .cm-keyword { + color: #cc8a61; +} + +.CodeMirror.cm-s-default .cm-atom, +.CodeMirror.cm-s-paper .cm-atom { + color: #ef5e77; +} + +.CodeMirror.cm-s-default .cm-number, +.CodeMirror.cm-s-paper .cm-number { + color: #ff5656; +} + +.CodeMirror.cm-s-default .cm-def, +.CodeMirror.cm-s-paper .cm-def { + color: #e4e4e4; +} + +.CodeMirror.cm-s-default .cm-variable-2, +.CodeMirror.cm-s-paper .cm-variable-2 { + color: #00bdbf; +} + +.CodeMirror.cm-s-default .cm-variable-3, +.CodeMirror.cm-s-paper .cm-variable-3 { + color: #008855; +} + +.CodeMirror.cm-s-default .cm-comment, +.CodeMirror.cm-s-paper .cm-comment { + color: #8e9ab3; +} + +.CodeMirror.cm-s-default .cm-string, +.CodeMirror.cm-s-paper .cm-string { + color: #a77272; +} + +.CodeMirror.cm-s-default .cm-string-2, +.CodeMirror.cm-s-paper .cm-string-2 { + color: #ff5500; +} + +.CodeMirror.cm-s-default .cm-meta, +.CodeMirror.cm-s-paper .cm-meta, +.CodeMirror.cm-s-default .cm-qualifier, +.CodeMirror.cm-s-paper .cm-qualifier { + color: #ffb176; +} + +.CodeMirror.cm-s-default .cm-builtin, +.CodeMirror.cm-s-paper .cm-builtin { + color: #b7c951; +} + +.CodeMirror.cm-s-default .cm-bracket, +.CodeMirror.cm-s-paper .cm-bracket { + color: #999977; +} + +.CodeMirror.cm-s-default .cm-tag, +.CodeMirror.cm-s-paper .cm-tag { + color: #f1d273; +} + +.CodeMirror.cm-s-default .cm-attribute, +.CodeMirror.cm-s-paper .cm-attribute { + color: #bfcc70; +} + +.CodeMirror.cm-s-default .cm-hr, +.CodeMirror.cm-s-paper .cm-hr { + color: #999999; +} + +.CodeMirror.cm-s-default .cm-url, +.CodeMirror.cm-s-paper .cm-url { + color: #c5cfd0; +} + +.CodeMirror.cm-s-default .cm-link, +.CodeMirror.cm-s-paper .cm-link { + color: #d8c792; +} + +.CodeMirror.cm-s-default .cm-error, +.CodeMirror.cm-s-paper .cm-error { + color: #dbdbeb; +} + +/* @import "../markup/dark.css"; */ +.markup [src$="#gh-light-mode-only"], +.markup [src$="#light-mode-only"], +.markup [href$="#gh-light-mode-only"], +.markup [href$="#light-mode-only"] { + display: none; +} + +.markup [src$="#gh-dark-mode-only"], +.markup [src$="#dark-mode-only"], +.markup [href$="#gh-dark-mode-only"], +.markup [href$="#dark-mode-only"] { + display: unset; +} + +/* theme-dark-arc.css */ +:root { + --arc-green-1: #2d693b; + --arc-green-2: #3d794b; + --arc-green-3: #446611; + --arc-green-4: #448811; + --is-dark-theme: true; + --color-primary: #87ab63; + --color-primary-contrast: #ffffff; + --color-primary-dark-1: #93b373; + --color-primary-dark-2: #9fbc82; + --color-primary-dark-3: #abc492; + --color-primary-dark-4: #b7cda1; + --color-primary-dark-5: #cfddc1; + --color-primary-dark-6: #e7eee0; + --color-primary-dark-7: #f8faf6; + --color-primary-light-1: #7a9e55; + --color-primary-light-2: #6c8c4c; + --color-primary-light-3: #5f7b42; + --color-primary-light-4: #516939; + --color-primary-light-5: #364626; + --color-primary-light-6: #1b2313; + --color-primary-light-7: #080b06; + --color-primary-alpha-10: #87ab6319; + --color-primary-alpha-20: #87ab6333; + --color-primary-alpha-30: #87ab634b; + --color-primary-alpha-40: #87ab6366; + --color-primary-alpha-50: #87ab6380; + --color-primary-alpha-60: #87ab6399; + --color-primary-alpha-70: #87ab63b3; + --color-primary-alpha-80: #87ab63cc; + --color-primary-alpha-90: #87ab63e1; + --color-primary-hover: var(--color-primary-light-1); + --color-primary-active: var(--color-primary-light-2); + --color-secondary: #222222; + --color-secondary-dark-1: #505665; + --color-secondary-dark-2: #5b6273; + --color-secondary-dark-3: #71798e; + --color-secondary-dark-4: #7f8699; + --color-secondary-dark-5: #8c93a4; + --color-secondary-dark-6: #9aa0af; + --color-secondary-dark-7: #a8adba; + --color-secondary-dark-8: #b6bac5; + --color-secondary-dark-9: #c4c7d0; + --color-secondary-dark-10: #d2d4db; + --color-secondary-dark-11: #dfe1e6; + --color-secondary-dark-12: #edeef1; + --color-secondary-dark-13: #fbfbfc; + --color-secondary-light-1: #454545; + --color-secondary-light-2: #333333; + --color-secondary-light-3: #242424; + --color-secondary-light-4: #121212; + --color-secondary-alpha-10: #22222219; + --color-secondary-alpha-20: #22222233; + --color-secondary-alpha-30: #2222224b; + --color-secondary-alpha-40: #22222266; + --color-secondary-alpha-50: #22222280; + --color-secondary-alpha-60: #22222299; + --color-secondary-alpha-70: #222222b3; + --color-secondary-alpha-80: #222222cc; + --color-secondary-alpha-90: #222222e1; + --color-secondary-button: var(--color-secondary-dark-4); + --color-secondary-hover: var(--color-secondary-dark-3); + --color-secondary-active: var(--color-secondary-dark-2); + /* console colors - used for actions console and console files */ + --color-console-fg: #eeeff2; + --color-console-fg-subtle: #959cab; + --color-console-bg: #262936; + --color-console-border: #383c47; + --color-console-hover-bg: #ffffff16; + --color-console-active-bg: #454a57; + --color-console-menu-bg: #383c47; + --color-console-menu-border: #5c6374; + /* named colors */ + --color-red: #db2828; + --color-orange: #f2711c; + --color-yellow: #fbbd08; + --color-olive: #b5cc18; + --color-green: #21ba45; + --color-teal: #00b5ad; + --color-blue: #2185d0; + --color-violet: #6435c9; + --color-purple: #a333c8; + --color-pink: #e03997; + --color-brown: #a5673f; + --color-black: #1e222e; + /* light variants - produced via Sass scale-color(color, $lightness: +10%) */ + --color-red-light: #d15a5a; + --color-orange-light: #f6a066; + --color-yellow-light: #eaaf03; + --color-olive-light: #abc016; + --color-green-light: #93b373; + --color-teal-light: #00b6ad; + --color-blue-light: #4e96cc; + --color-violet-light: #9b79e4; + --color-purple-light: #ba6ad5; + --color-pink-light: #d74397; + --color-brown-light: #b08061; + --color-black-light: #3f4555; + /* dark 1 variants - produced via Sass scale-color(color, $lightness: -10%) */ + --color-red-dark-1: #c23636; + --color-orange-dark-1: #f38236; + --color-yellow-dark-1: #b88a03; + --color-olive-dark-1: #839311; + --color-green-dark-1: #7a9e55; + --color-teal-dark-1: #00837c; + --color-blue-dark-1: #347cb3; + --color-violet-dark-1: #7b4edb; + --color-purple-dark-1: #a742c9; + --color-pink-dark-1: #be297d; + --color-brown-dark-1: #94674a; + --color-black-dark-1: #292d38; + /* dark 2 variants - produced via Sass scale-color(color, $lightness: -20%) */ + --color-red-dark-2: #ad3030; + --color-orange-dark-2: #f16e17; + --color-yellow-dark-2: #a37a02; + --color-olive-dark-2: #74820f; + --color-green-dark-2: #6c8c4c; + --color-teal-dark-2: #00746e; + --color-blue-dark-2: #2e6e9f; + --color-violet-dark-2: #6733d6; + --color-purple-dark-2: #9834b9; + --color-pink-dark-2: #a9246f; + --color-brown-dark-2: #835b42; + --color-black-dark-2: #252832; + /* ansi colors used for actions console and console files */ + --color-ansi-black: var(--color-black); + --color-ansi-red: var(--color-red); + --color-ansi-green: var(--color-green); + --color-ansi-yellow: var(--color-yellow); + --color-ansi-blue: var(--color-blue); + --color-ansi-magenta: var(--color-pink); + --color-ansi-cyan: var(--color-teal); + --color-ansi-white: var(--color-console-fg-subtle); + --color-ansi-bright-black: var(--color-black-light); + --color-ansi-bright-red: var(--color-red-light); + --color-ansi-bright-green: var(--color-green-light); + --color-ansi-bright-yellow: var(--color-yellow-light); + --color-ansi-bright-blue: var(--color-blue-light); + --color-ansi-bright-magenta: var(--color-pink-light); + --color-ansi-bright-cyan: var(--color-teal-light); + --color-ansi-bright-white: var(--color-console-fg); + /* other colors */ + --color-grey: #767a85; + --color-grey-light: #828f99; + --color-gold: #a1882b; + --color-white: #ffffff; + --color-diff-removed-word-bg: #6f3333; + --color-diff-added-word-bg: #3c653c; + --color-diff-removed-row-bg: #3c2626; + --color-diff-moved-row-bg: #818044; + --color-diff-added-row-bg: #283e2d; + --color-diff-removed-row-border: #634343; + --color-diff-moved-row-border: #bcca6f; + --color-diff-added-row-border: #314a37; + --color-diff-inactive: var(--color-secondary-light-2); + --color-error-border: #a53a37; + --color-error-bg: #331111; + --color-error-bg-active: #593333; /* new */ + --color-error-bg-hover: #472424; /* new */ + --color-error-text: #ff4433; + --color-success-border: #458a57; + --color-success-bg: #113322; + --color-success-text: #6cc664; + --color-warning-border: #bb9d00; + --color-warning-bg: #3a3a30; + --color-warning-text: #fbbd08; + --color-info-border: #306090; + --color-info-bg: #26354c; + --color-info-text: #38a8e8; + --color-red-badge: #db2828; + --color-red-badge-bg: #db28281a; + --color-red-badge-hover-bg: #db28284d; + --color-green-badge: #21ba45; + --color-green-badge-bg: #21ba451a; + --color-green-badge-hover-bg: #21ba454d; + --color-yellow-badge: #fbbd08; + --color-yellow-badge-bg: #fbbd081a; + --color-yellow-badge-hover-bg: #fbbd084d; + --color-orange-badge: #f2711c; + --color-orange-badge-bg: #f2711c1a; + --color-orange-badge-hover-bg: #f2711c4d; + --color-git: #f05133; + /* Icon colors (PR/Issue/...) */ + --color-icon-green: var(--color-green); + --color-icon-red: var(--color-red); + --color-icon-purple: var(--color-purple); + /* target-based colors */ + --color-body: #111111; + --color-box-header: var(--color-secondary); + --color-box-body: var(--color-body); + --color-box-body-highlight: var(--color-secondary-light-2); /* alt #3a3e4c; */ + --color-text-dark: #dbe0ea; + --color-text: #bbc0ca; + --color-text-light: #a6aab5; + --color-text-light-1: #989ca6; /* new */ + --color-text-light-2: #8a8e99; + --color-text-light-3: #707687; + --color-footer: var(--color-nav-bg); + --color-timeline: #4c525e; + --color-input-text: var(--color-text-dark); /* alt #d5dbe6 */ + --color-input-background: #1b1b1b; + --color-input-toggle-background: #2e353b; + --color-input-border: var(--color-secondary); + --color-input-border-hover: var(--color-secondary-dark-1); + --color-light: #00000028; + --color-light-mimic-enabled: rgba(0, 0, 0, calc(40 / 255 * 222 / 255 / var(--opacity-disabled))); + --color-light-border: #ffffff28; + --color-hover: #ffffff12; + --color-active: #ffffff18; + --color-menu: var(--color-secondary); + --color-card: var(--color-secondary); + --color-markup-table-row: #ffffff06; + --color-markup-code-block: #ffffff08; + --color-markup-code-inline: #ffffff12; /* new */ + --color-button: var(--color-secondary-light-2); + --color-code-bg: #1b1b1b; + --color-shadow: #00000060; + --color-secondary-bg: #1b1b1b; + --color-expand-button: #ffffff10; /* alt #3c404d; */ + --color-placeholder-text: var(--color-text-light-3); /* alt #6a737d */ + --color-editor-line-highlight: var(--color-primary-light-5); + --color-project-column-bg: var(--color-secondary-light-2); + --color-caret: var(--color-text); /* should ideally be --color-text-dark, see #15651 */ + --color-reaction-bg: #ffffff12; + --color-reaction-hover-bg: var(--color-primary-light-4); + --color-reaction-active-bg: var(--color-primary-alpha-40); + --color-tooltip-text: var(--color-text-dark); + --color-tooltip-bg: #000000f0; + --color-nav-bg: var(--color-secondary); + --color-nav-hover-bg: var(--color-hover); + --color-nav-text: var(--color-text); /* alt --color-text-dark */ + --color-secondary-nav-bg: var(--color-secondary); + --color-label-text: var(--color-text); + --color-label-bg: #333333ff; + --color-label-hover-bg: #333333b4; + --color-label-active-bg: #33333380; + --color-accent: var(--color-primary-light-1); + --color-small-accent: var(--color-primary-light-5); + --color-highlight-fg: #87651e; + --color-highlight-bg: #352c1c; + --color-overlay-backdrop: #080808c0; + /* pattern colors for image diff */ + --checkerboard-color-1: #313131; + --checkerboard-color-2: #212121; + accent-color: var(--color-accent); + color-scheme: dark; +} + +/* invert emojis that are hard to read otherwise */ +.emoji[aria-label="check mark"], +.emoji[aria-label="currency exchange"], +.emoji[aria-label="TOP arrow"], +.emoji[aria-label="END arrow"], +.emoji[aria-label="ON! arrow"], +.emoji[aria-label="SOON arrow"], +.emoji[aria-label="heavy dollar sign"], +.emoji[aria-label="copyright"], +.emoji[aria-label="registered"], +.emoji[aria-label="trade mark"], +.emoji[aria-label="multiply"], +.emoji[aria-label="plus"], +.emoji[aria-label="minus"], +.emoji[aria-label="divide"], +.emoji[aria-label="curly loop"], +.emoji[aria-label="double curly loop"], +.emoji[aria-label="wavy dash"], +.emoji[aria-label="paw prints"], +.emoji[aria-label="musical note"], +.emoji[aria-label="musical notes"] { + filter: invert(100%) hue-rotate(180deg); +} + +::selection { + background: var(--color-secondary-light-2); + color: var(--color-white); +} + +.ui.green.button, +.ui.green.buttons .button { + background: var(--arc-green-3); +} + +.ui.green.button:hover, +.ui.green.buttons .button:hover { + background: var(--arc-green-4); +} + +.ui.ui.ui.green.label { + background: var(--arc-green-1); + border-color: var(--arc-green-1); +} +a.ui.ui.ui.green.label:hover { + background: var(--arc-green-2); + border-color: var(--arc-green-2); +} + +.code-expander-button:hover { + background: var(--color-secondary-light-1); +} + +.repo-buttons .ui.labeled.button > .label:hover { + color: var(--color-text-dark); + background: var(--color-secondary-light-1); +} + +.ui.primary.buttons:not(.basic) .button, +.ui.primary.button:not(.basic) { + background: var(--arc-green-3) !important; +} + +.ui.primary.buttons:not(.basic) .button:hover, +.ui.primary.buttons:not(.basic) .button:active, +.ui.primary.button:not(.basic):hover, +.ui.primary.button:not(.basic):active { + background: var(--arc-green-4) !important; +} + +/*.ui.form .field.field input:active,*/ +.ui.form .field.field input:autofill, +.ui.form .field.field input:autofill:hover, +.ui.form .field.field input:autofill:focus, +.ui.form .field.field input:autofill:active { + box-shadow: 0 0 !important; + border-color: var(--arc-green-4) !important; +} + +.user-menu, +.ui.card { + background: var(--color-secondary) !important; +} + +/* theme-forgejo-dark.css */ +i.grey.icon.icon.icon.icon { + color: var(--color-secondary-dark-3) !important; +} + +.ui.secondary.vertical.menu { + border-radius: 0.28571429rem !important; + overflow: hidden; +} + +.ui.basic.primary.button.item { + background-color: var(--color-active) !important; + color: var(--color-text) !important; + box-shadow: none !important; +} + +.ui.red.label.notification_count, +.ui.primary.label, +.ui.primary.labels .label { + background-color: var(--color-primary-light-3) !important; +} + +.repository.view.issue .comment-list .code-comment + .code-comment { + margin: 1.25rem 0 !important; + padding-top: 1.25rem !important; + border-top-color: var(--color-secondary-light-1) !important; +} + + +.ui.labeled.icon.buttons > .button > .icon, +.ui.labeled.icon.button > .icon { + background-color: var(--color-light) !important; +} + +#review-box .review-comments-counter { + background-color: var(--color-shadow) !important; + color: var(--color-white) !important; + margin-left: 0.5em; +} + +.ui.basic.labels .primary.label, +.ui.ui.ui.basic.primary.label { + color: var(--color-text-dark) !important; +} + +.ui.basic.yellow.label.pending-label { + background: var(--color-light) !important; +} + +strong.attention-important, svg.attention-important { + color: var(--color-violet-light); +} + +strong.attention-note, svg.attention-note { + color: var(--color-blue-light); +} + +strong.attention-caution, svg.attention-caution { + color: var(--color-red-light); +} + +.ui.basic.red.button { + background-color: var(--color-red); + color: var(--color-white); +} + +.ui.basic.red.button:hover, +.ui.basic.red.button:focus { + background-color: var(--color-red-dark-1); + color: var(--color-white); +} + +.ui.basic.red.button:active { + background-color: var(--color-red-dark-2); + color: var(--color-white); +} + +/* Uncomment to remove dashboard tabs */ +/* +#dashboard-repo-list > div > div:first-child {display: none !important} +a[href*="organizations"] {display: none !important} +.dashboard > .secondary-nav {display: none !important} +.milestones > .secondary-nav {display: none !important} +.issues > .secondary-nav {display: none !important} +*/ diff --git a/public/assets/css/theme-dark.css b/public/assets/css/theme-dark.css new file mode 100644 index 0000000..588f90b --- /dev/null +++ b/public/assets/css/theme-dark.css @@ -0,0 +1 @@ +:root{--v-font-size_xs: 0.714rem;--v-font-size_sm: 0.857rem;--v-font-size_md: 1rem;--v-font-size_lg: 1.143rem;--v-font-size_3xl: 1.714rem;--v-font-family: -apple-system, "Segoe UI", system-ui, "SF Pro Text", Inter, Roboto, "Helvetica Neue", Arial, sans-serif;--v-code-font-family: ui-monospace, SFMono-Regular, "Source Code Pro", "SF Mono", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace, var(--fonts-emoji);--v-emoji-font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "Twemoji Mozilla";--v-measure_\.25x: 4px;--v-measure_\.375x: 6px;--v-measure_\.5x: 8px;--v-measure_\.75x: 12px;--v-measure_1x: 16px;--v-measure_1\.25x: 20px;--v-measure_1\.5x: 24px;--v-measure_2x: 32px;--v-measure_2\.5x: 40px;--v-measure_3x: 48px;--v-navbar-logo_width: 56px;--v-navbar-logo_height: 20px;--c-primary_light_3\%: #b4cff8;--c-primary_light_6\%: #c2d8fa;--c-primary_light_9\%: #d0e1fb;--c-primary_light_10\%: #d5e4fb;--c-primary_light_20\%: white;--c-primary_light_25\%: white;--c-primary_light_30\%: white;--c-primary_dark_3\%: #98bdf6;--c-primary_dark_6\%: #8ab4f4;--c-primary_dark_10\%: #77a8f3;--c-primary_dark_15\%: #6099f1;--c-primary_dark_20\%: #488aef;--c-primary_dark_30\%: #1a6cea;--c-primary_dark_30\%-rgb: 26, 108, 234;--c-primary_dark_40\%: #1156c0;--c-primary_dark_60\%: #092c62;--c-primary_dark_60\%-c: #e6edf3;--c-primary_base: #a6c6f7;--c-primary_base-rgb: 166, 198, 247;--c-primary_base-c: hsl(240, 33%, 1%);--c-secondary_light_3\%: #242433;--c-secondary_light_6\%: #2a2a3c;--c-secondary_light_9\%: #303045;--c-secondary_light_12\%: #36364e;--c-secondary_light_15\%: #3d3d57;--c-secondary_light_20\%: #474766;--c-secondary_light_25\%: #525275;--c-secondary_light_30\%: #5c5c84;--c-secondary_light_35\%: #666693;--c-secondary_light_40\%: #75759f;--c-secondary_light_45\%: #8484a9;--c-secondary_light_50\%: #9393b4;--c-secondary_light_55\%: #a2a2be;--c-secondary_dark_3\%: #171721;--c-secondary_dark_6\%: #111118;--c-secondary_dark_9\%: #0a0a0f;--c-secondary_dark_12\%: #040406;--c-secondary_base: hsl(240, 18%, 14%);--c-secondary_base-rgb: 29, 29, 42;--c-text: #e6edf3;--c-text-rgb: 230, 237, 243;--c-subtle: hsl(240, 10%, 70%);--c-palette_red_light_6\%: #f6a7bd;--c-palette_red_light_10\%: #f8b9cb;--c-palette_red_light_12\%: #f9c2d2;--c-palette_red_dark_10\%: #ee5d85;--c-palette_red_dark_15\%-rgb: 236, 70, 116;--c-palette_red_dark_20\%: #e92f63;--c-palette_red_dark_20\%-rgb: 233, 47, 99;--c-palette_red_dark_50\%: #730c29;--c-palette_red_dark_55\%: #5c0a21;--c-palette_red_dark_60\%: #450718;--c-palette_red_dark_65\%: #2e0510;--c-palette_red_base: #f38ba8;--c-palette_red_base-rgb: 243, 139, 168;--c-palette_orange_light_10\%: #fcd2b8;--c-palette_orange_dark_10\%: #f89456;--c-palette_orange_dark_10\%-rgb: 248, 148, 86;--c-palette_orange_dark_20\%: #f67525;--c-palette_orange_base: #fab387;--c-palette_yellow_light_10\%: #fdf3de;--c-palette_yellow_light_12\%: #fdf7e8;--c-palette_yellow_dark_10\%: #f5d180;--c-palette_yellow_dark_10\%-rgb: 245, 209, 128;--c-palette_yellow_dark_20\%: #f2c050;--c-palette_yellow_dark_65\%: #563d06;--c-palette_yellow_dark_75\%: #271c03;--c-palette_yellow_base: #f9e2af;--c-palette_olive_light_10\%: #eef6c2;--c-palette_olive_dark_10\%: #d6ea68;--c-palette_olive_dark_20\%: #cae33c;--c-palette_olive_base: #e2f095;--c-palette_green_light_10\%: #1aff8f;--c-palette_green_light_12\%: #24ff94;--c-palette_green_dark_10\%: #00b35c;--c-palette_green_dark_20\%: #008042;--c-palette_green_base: #00E676;--c-palette_green_base-rgb: 0, 230, 118;--c-palette_teal_light_10\%: #bcede5;--c-palette_teal_dark_10\%: #6cd7c5;--c-palette_teal_dark_20\%: #44ccb6;--c-palette_teal_dark_40\%: #248676;--c-palette_teal_dark_50\%: #195e52;--c-palette_teal_dark_60\%: #0f362f;--c-palette_teal_base: #94e2d5;--c-palette_blue_light_10\%: #bad3fc;--c-palette_blue_light_12\%: #c4d9fc;--c-palette_blue_dark_10\%: #5895f8;--c-palette_blue_dark_20\%: #2776f6;--c-palette_blue_dark_25\%: #0f66f5;--c-palette_blue_base: #89b4fa;--c-palette_blue_base-rgb: 137, 180, 250;--c-palette_violet_light_10\%: #e6eaff;--c-palette_violet_dark_10\%: #8292fd;--c-palette_violet_dark_20\%: #4f67fd;--c-palette_violet_base: #b4befe;--c-palette_purple_light_10\%: #bb9bf8;--c-palette_purple_dark_10\%: #7b3bf2;--c-palette_purple_dark_20\%: #5c10ea;--c-palette_purple_base: #9b6bf5;--c-palette_pink_light_10\%: #fceef8;--c-palette_pink_dark_10\%: #ee96d6;--c-palette_pink_dark_20\%: #e76ac5;--c-palette_pink_base: #f5c2e7;--c-palette_brown_light_10\%: #fdf5f5;--c-palette_brown_dark_10\%: #e7a5a5;--c-palette_brown_dark_20\%: #dd7c7c;--c-palette_brown_base: #f2cdcd;--c-palette_black_light_10\%: #2c2c44;--c-palette_black_dark_10\%: #040406;--c-palette_black_dark_20\%: black;--c-palette_black_base: #181825;--c-palette_white_base: #e6edf3;--c-elevation_1: hsl(240, 33%, 1%);--c-elevation_1-rgb: 2, 2, 3;--c-elevation_2: hsl(240, 33%, 4%);--c-elevation_2-rgb: 7, 7, 14;--c-elevation_3: hsl(240, 33%, 6%);--c-elevation_4: hsl(240, 30%, 8%);--c-elevation_4-rgb: 14, 14, 27;--c-elevation_5: hsl(240, 28%, 12%);--c-elevation_6: hsl(240, 25%, 14%);--c-elevation_6-rgb: 27, 27, 45;--c-elevation_7: hsl(240, 20%, 30%);--c-elevation_8: hsl(240, 20%, 40%);--c-elevation_9: hsl(240, 10%, 50%);--c-elevation_10: hsl(240, 10%, 70%);--c-elevation_11: hsl(240, 10%, 80%)}:root{--fonts-proportional: var(--v-font-family);--fonts-monospace: var(--v-code-font-family);--fonts-emoji: var(--v-emoji-font-family);--font-weight-light: 300;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--line-height-default: normal;--checkbox-mask-checked: url('data:image/svg+xml;utf8,');--checkbox-mask-indeterminate: url('data:image/svg+xml;utf8,');--octicon-chevron-right: url('data:image/svg+xml;utf8,');--border-radius: var(--v-measure_\.5x);--border-radius-medium: var(--v-measure_1x);--border-radius-full: calc(infinity * 1px);--opacity-disabled: 0.55;--height-loading: 16rem;--min-height-textarea: 132px;--checkbox-size: 16px;--page-spacing: 24px;--page-margin-x: 32px;--tab-size: 4}@media (min-width:768px) and (max-width:1200px){:root{--page-margin-x: 24px}}@media (max-width:767.98px){:root{--page-margin-x: 16px}}:root{accent-color:var(--color-accent);color-scheme:dark;--is-dark-theme: true;--color-primary: var(--c-primary_base);--color-primary-contrast: var(--c-primary_base-c);--color-primary-dark-1: var(--c-primary_light_3\%);--color-primary-dark-2: var(--c-primary_light_6\%);--color-primary-dark-3: var(--c-primary_light_9\%);--color-primary-dark-4: var(--c-primary_light_10\%);--color-primary-dark-5: var(--c-primary_light_20\%);--color-primary-dark-6: var(--c-primary_light_25\%);--color-primary-dark-7: var(--c-primary_light_30\%);--color-primary-light-1: var(--c-primary_dark_3\%);--color-primary-light-2: var(--c-primary_dark_6\%);--color-primary-light-3: var(--c-primary_dark_10\%);--color-primary-light-4: var(--c-primary_dark_15\%);--color-primary-light-5: var(--c-primary_dark_20\%);--color-primary-light-6: var(--c-primary_dark_30\%);--color-primary-light-7: var(--c-primary_dark_40\%);--color-primary-alpha-10: rgba(var(--c-primary_base-rgb), 0.1);--color-primary-alpha-20: rgba(var(--c-primary_base-rgb), 0.2);--color-primary-alpha-30: rgba(var(--c-primary_base-rgb), 0.3);--color-primary-alpha-40: rgba(var(--c-primary_base-rgb), 0.4);--color-primary-alpha-50: rgba(var(--c-primary_base-rgb), 0.5);--color-primary-alpha-60: rgba(var(--c-primary_base-rgb), 0.6);--color-primary-alpha-70: rgba(var(--c-primary_base-rgb), 0.7);--color-primary-alpha-80: rgba(var(--c-primary_base-rgb), 0.8);--color-primary-alpha-90: rgba(var(--c-primary_base-rgb), 0.9);--color-primary-hover: var(--color-primary-light-1);--color-primary-active: var(--color-primary-light-3);--color-secondary: var(--c-secondary_base);--color-secondary-dark-1: var(--c-secondary_light_3\%);--color-secondary-dark-2: var(--c-secondary_light_6\%);--color-secondary-dark-3: var(--c-secondary_light_9\%);--color-secondary-dark-4: var(--c-secondary_light_12\%);--color-secondary-dark-5: var(--c-secondary_light_15\%);--color-secondary-dark-6: var(--c-secondary_light_20\%);--color-secondary-dark-7: var(--c-secondary_light_25\%);--color-secondary-dark-8: var(--c-secondary_light_30\%);--color-secondary-dark-9: var(--c-secondary_light_35\%);--color-secondary-dark-10: var(--c-secondary_light_40\%);--color-secondary-dark-11: var(--c-secondary_light_45\%);--color-secondary-dark-12: var(--c-secondary_light_50\%);--color-secondary-dark-13: var(--c-secondary_light_55\%);--color-secondary-light-1: var(--c-secondary_dark_3\%);--color-secondary-light-2: var(--c-secondary_dark_6\%);--color-secondary-light-3: var(--c-secondary_dark_9\%);--color-secondary-light-4: var(--c-secondary_dark_12\%);--color-secondary-alpha-10: rgba(var(--c-secondary_base-rgb), 0.1);--color-secondary-alpha-20: rgba(var(--c-secondary_base-rgb), 0.2);--color-secondary-alpha-30: rgba(var(--c-secondary_base-rgb), 0.3);--color-secondary-alpha-40: rgba(var(--c-secondary_base-rgb), 0.4);--color-secondary-alpha-50: rgba(var(--c-secondary_base-rgb), 0.5);--color-secondary-alpha-60: rgba(var(--c-secondary_base-rgb), 0.6);--color-secondary-alpha-70: rgba(var(--c-secondary_base-rgb), 0.7);--color-secondary-alpha-80: rgba(var(--c-secondary_base-rgb), 0.8);--color-secondary-alpha-90: rgba(var(--c-secondary_base-rgb), 0.9);--color-secondary-button: var(--color-secondary-dark-4);--color-secondary-hover: var(--color-secondary-dark-3);--color-secondary-active: var(--color-secondary-dark-2);--color-console-fg: #f7f8f9;--color-console-fg-subtle: #bdc4cc;--color-console-bg: #171b1e;--color-console-border: #2e353b;--color-console-hover-bg: #272d33;--color-console-active-bg: #2e353b;--color-console-menu-bg: #262b31;--color-console-menu-border: #414b55;--color-red: var(--c-palette_red_base);--color-orange: var(--c-palette_orange_base);--color-yellow: var(--c-palette_yellow_base);--color-olive: var(--c-palette_olive_base);--color-green: var(--c-palette_green_base);--color-teal: var(--c-palette_teal_base);--color-blue: var(--c-palette_blue_base);--color-violet: var(--c-palette_violet_base);--color-purple: var(--c-palette_purple_base);--color-pink: var(--c-palette_pink_base);--color-brown: var(--c-palette_brown_base);--color-black: var(--c-palette_black_base);--color-green-contrast: var(--color-black);--color-red-contrast: var(--color-black);--color-red-light: var(--c-palette_red_light_10\%);--color-orange-light: var(--c-palette_orange_light_10\%);--color-yellow-light: var(--c-palette_yellow_light_10\%);--color-olive-light: var(--c-palette_olive_light_10\%);--color-green-light: var(--c-palette_green_light_10\%);--color-teal-light: var(--c-palette_teal_light_10\%);--color-blue-light: var(--c-palette_blue_light_10\%);--color-violet-light: var(--c-palette_violet_light_10\%);--color-purple-light: var(--c-palette_purple_light_10\%);--color-pink-light: var(--c-palette_pink_light_10\%);--color-brown-light: var(--c-palette_brown_light_10\%);--color-black-light: var(--c-palette_black_light_10\%);--color-red-dark-1: var(--c-palette_red_dark_10\%);--color-orange-dark-1: var(--c-palette_orange_dark_10\%);--color-yellow-dark-1: var(--c-palette_yellow_dark_10\%);--color-olive-dark-1: var(--c-palette_olive_dark_10\%);--color-green-dark-1: var(--c-palette_green_dark_10\%);--color-teal-dark-1: var(--c-palette_teal_dark_10\%);--color-blue-dark-1: var(--c-palette_blue_dark_10\%);--color-violet-dark-1: var(--c-palette_violet_dark_10\%);--color-purple-dark-1: var(--c-palette_purple_dark_10\%);--color-pink-dark-1: var(--c-palette_pink_dark_10\%);--color-brown-dark-1: var(--c-palette_brown_dark_10\%);--color-black-dark-1: var(--c-palette_black_dark_10\%);--color-red-dark-2: var(--c-palette_red_dark_20\%);--color-orange-dark-2: var(--c-palette_orange_dark_20\%);--color-yellow-dark-2: var(--c-palette_yellow_dark_20\%);--color-olive-dark-2: var(--c-palette_olive_dark_20\%);--color-green-dark-2: var(--c-palette_green_dark_20\%);--color-teal-dark-2: var(--c-palette_teal_dark_20\%);--color-blue-dark-2: var(--c-palette_blue_dark_20\%);--color-violet-dark-2: var(--c-palette_violet_dark_20\%);--color-purple-dark-2: var(--c-palette_purple_dark_20\%);--color-pink-dark-2: var(--c-palette_pink_dark_20\%);--color-brown-dark-2: var(--c-palette_brown_dark_20\%);--color-black-dark-2: var(--c-palette_black_dark_20\%);--color-ansi-black: #1e2327;--color-ansi-red: #cc4848;--color-ansi-green: #87ab63;--color-ansi-yellow: #cc9903;--color-ansi-blue: #3a8ac6;--color-ansi-magenta: #d22e8b;--color-ansi-cyan: #00918a;--color-ansi-white: var(--color-console-fg-subtle);--color-ansi-bright-black: #424851;--color-ansi-bright-red: #d15a5a;--color-ansi-bright-green: #93b373;--color-ansi-bright-yellow: #eaaf03;--color-ansi-bright-blue: #4e96cc;--color-ansi-bright-magenta: #d74397;--color-ansi-bright-cyan: #00b6ad;--color-ansi-bright-white: var(--color-console-fg);--color-grey: var(--c-elevation_9);--color-grey-light: var(--c-elevation_11);--color-gold: var(--c-palette_yellow_dark_20\%);--color-white: var(--c-palette_white_base);--color-git: #f05133;--color-diff-added-linenum-bg: var(--c-palette_teal_dark_50\%);--color-diff-added-row-bg: var(--c-palette_teal_dark_60\%);--color-diff-added-row-border: var(--c-palette_teal_dark_40\%);--color-diff-added-word-bg: var(--c-palette_teal_dark_50\%);--color-diff-moved-row-bg: var(--c-palette_yellow_dark_75\%);--color-diff-moved-row-border: var(--c-palette_yellow_dark_65\%);--color-diff-removed-linenum-bg: var(--c-palette_red_dark_60\%);--color-diff-removed-row-bg: var(--c-palette_red_dark_65\%);--color-diff-removed-row-border: var(--c-palette_red_dark_50\%);--color-diff-removed-word-bg: var(--c-palette_red_dark_55\%);--color-diff-inactive: var(--c-elevation_6);--color-error-border: var(--c-palette_red_base);--color-error-bg: rgba(var(--c-palette_red_base-rgb), 0.15);--color-error-bg-active: var(--c-palette_red_light_6\%);--color-error-bg-hover: var(--c-palette_red_light_12\%);--color-error-text: var(--c-palette_red_base);--color-success-border: var(--c-palette_green_light_12\%);--color-success-bg: rgba(var(--c-palette_green_base-rgb), 0.15);--color-success-text: var(--c-text);--color-warning-border: var(--c-palette_yellow_light_12\%);--color-warning-bg: var(--c-palette_yellow_base);--color-warning-text: var(--c-elevation_3);--color-info-border: var(--c-palette_blue_light_12\%);--color-info-bg: var(--c-elevation_3);--color-info-text: var(--c-text);--color-red-badge: var(--c-palette_red_dark_20\%);--color-red-badge-bg: rgba(var(--c-palette_red_dark_20\%-rgb), .1);--color-red-badge-hover-bg: rgba(var(--c-palette_red_dark_20\%-rgb), .2);--color-green-badge: var(--c-palette_green_base);--color-green-badge-bg: rgba(var(--c-palette_green_base-rgb), .1);--color-green-badge-hover-bg: rgba(var(--c-palette_green_base-rgb), .2);--color-yellow-badge: var(--c-palette_yellow_dark_10\%);--color-yellow-badge-bg: rgba(var(--c-palette_yellow_dark_10\%-rgb), .1);--color-yellow-badge-hover-bg: rgba(var(--c-palette_yellow_dark_10\%-rgb), .2);--color-orange-badge: var(--c-palette_orange_dark_10\%);--color-orange-badge-bg: rgba(var(--c-palette_orange_dark_10\%-rgb), .1);--color-orange-badge-hover-bg: rgba(var(--c-palette_orange_dark_10\%-rgb), .2);--color-body: var(--c-elevation_3);--color-text-dark: var(--c-text);--color-text: var(--c-text);--color-text-light: var(--c-subtle);--color-text-light-1: var(--c-subtle);--color-text-light-2: var(--c-subtle);--color-text-light-3: var(--c-subtle);--color-footer: rgba(var(--c-elevation_2-rgb), 0.2);--color-timeline: var(--c-elevation_5);--color-timeline-badge-fg: var(--color-white);--color-box-header: rgba(var(--c-elevation_4-rgb), 1);--color-box-body: var(--c-elevation_3);--color-box-body-highlight: var(--c-elevation_4);--color-input-text: var(--color-text-dark);--color-input-background: var(--c-elevation_4);--color-input-toggle-background: var(--c-elevation_4);--color-input-border: var(--c-elevation_5);--color-input-border-hover: var(--c-elevation_6);--color-light: #00001728;--color-light-mimic-enabled: rgba(0, 0, 0, calc(40 / 255 * 222 / 255 / var(--opacity-disabled)));--color-light-border: var(--c-elevation_6);--color-hover: rgba(var(--c-elevation_6-rgb), 0.5);--color-hover-opaque: var(--c-elevation_6-rgb);--color-active: var(--c-elevation_5);--color-menu: var(--c-elevation_4);--color-card: var(--c-elevation_3);--color-markup-table-row: rgba(var(--c-text-rgb), 0.02);--color-markup-code-block: var(--c-elevation_4);--color-markup-code-inline: var(--c-elevation_4);--color-button: var(--c-elevation_4);--color-code-bg: var(--c-elevation_3);--color-shadow: rgba(var(--c-elevation_1-rgb), 0.5);--color-shadow-opaque: var(--c-elevation_1);--color-shadow-rgb: var(--c-elevation_1-rgb);--color-secondary-bg: var(--c-elevation_4);--color-expand-button: var(--c-elevation_6);--color-placeholder-text: var(--c-elevation_9);--color-editor-line-highlight: var(--color-primary-light-5);--color-project-column-bg: var(--c-elevation_1);--color-caret: var(--color-text);--color-reaction-bg: rgba(var(--c-primary_dark_30\%-rgb), .1);--color-reaction-hover-bg: rgba(var(--c-primary_dark_30\%-rgb), .2);--color-reaction-active-bg: rgba(var(--c-primary_dark_30\%-rgb), .05);--color-tooltip-text: var(--c-text);--color-tooltip-bg: var(--c-elevation_7);--color-overlay-backdrop: rgba(var(--c-elevation_1-rgb), 0.8);--color-nav-bg: var(--c-navbar_bg, var(--c-elevation_1));--color-nav-hover-bg: var(--c-navbar_hover, var(--c-elevation_5));--color-nav-text: var(--c-navbar_fg, var(--color-text));--color-secondary-nav-bg: var(--c-elevation_1);--color-secondary-nav-hover-bg: var(--c-elevation_4);--color-label-text: var(--color-text);--color-label-bg: #7282924b;--color-label-hover-bg: #728292a0;--color-label-active-bg: #728292ff;--color-accent: var(--c-accent, var(--c-palette_blue_dark_25\%));--color-small-accent: var(--c-accent, var(--color-primary-light-5));--color-highlight-fg: var(--c-palette_yellow_dark_20\%);--color-highlight-bg: var(--c-palette_yellow_dark_75\%)}#commits-table{--color-light: transparent !important}#navbar #navbar-logo img{height:var(--v-navbar-logo_height)!important;width:var(--v-navbar-logo_width)!important}.markup code{border-radius:var(--v-measure_\.375x)!important}.markup p{line-height:1.5!important}::selection{background-color:var(--c-primary_dark_60\%);color:var(--c-primary_dark_60\%-c)}.emoji[aria-label="check mark"],.emoji[aria-label="currency exchange"],.emoji[aria-label="TOP arrow"],.emoji[aria-label="END arrow"],.emoji[aria-label="ON! arrow"],.emoji[aria-label="SOON arrow"],.emoji[aria-label="heavy dollar sign"],.emoji[aria-label=copyright],.emoji[aria-label=registered],.emoji[aria-label="trade mark"],.emoji[aria-label=multiply],.emoji[aria-label=plus],.emoji[aria-label=minus],.emoji[aria-label=divide],.emoji[aria-label="curly loop"],.emoji[aria-label="double curly loop"],.emoji[aria-label="wavy dash"],.emoji[aria-label="paw prints"],.emoji[aria-label="musical note"],.emoji[aria-label="musical notes"]{filter:invert(100%) hue-rotate(180deg)}.ui.label{border-radius:var(--v-measure_1\.25x)}.ui.label.scope-left{border-top-right-radius:0;border-bottom-right-radius:0}.ui.label.scope-right{border-top-left-radius:0;border-bottom-left-radius:0}.ui.label.green{color:var(--color-green-contrast)!important}.ui.label.red{color:var(--color-red-contrast)!important}.label.isSigned{font-size:var(--v-font-size_sm)!important;margin:0px 0.25em!important;padding:0!important;display:inline-flex!important;gap:0px!important;border-radius:16px!important;--color-light-border: rgba(var(--c-palette_green_base-rgb), 1) !important;--color-label-bg: none !important;--color-text: rgba(var(--c-palette_green_base-rgb), 1) !important;--color-green-badge-bg: none !important;--color-green-badge-hover-bg: rgba(var(--c-palette_green_base-rgb), 0.05) !important;--color-label-hover-bg: rgba(var(--c-palette_green_base-rgb), 0.05) !important;--color-label-text: rgba(var(--c-palette_green_base-rgb), 1) !important;--color-green-badge: rgba(var(--c-palette_green_base-rgb), 1) !important}.label.isSigned .shortsha{padding:2px 6px 2px 8px!important}.label.isSigned .ui.detail.icon.button{opacity:1!important;padding:2px 8px 2px 6px!important;margin:0!important;background:none!important;border-color:rgba(var(--c-palette_green_base-rgb),1)!important}.label.isSigned.isVerified .ui.detail.icon.button{padding:2px 8px 2px 6px!important}.combo-markdown-editor .top.tabular.menu{background-color:var(--color-box-header);border-radius:var(--border-radius) var(--border-radius)0 0;min-height:0px;margin-bottom:var(--v-measure_1x)!important}.combo-markdown-editor .top.tabular.menu .item{margin:-1px 0 0-1px;border-top-left-radius:var(--border-radius)!important;border-top-right-radius:var(--border-radius)!important;padding:var(--v-measure_\.5x) var(--v-measure_\.75x)!important;font-weight:400}.combo-markdown-editor .top.tabular.menu .item:hover{color:var(--color-text-light-2)}.combo-markdown-editor .top.tabular.menu .item.active{color:var(--color-text)}.combo-markdown-editor .top.tabular.menu .item.active:after{display:block;content:"";position:absolute;top:100%;right:0;width:100%;height:1px;background-color:var(--color-body)}.combo-markdown-editor .tab .EasyMDEContainer{border:none!important}.combo-markdown-editor .tab .EasyMDEContainer .editor-toolbar{border:none!important}.combo-markdown-editor .tab markdown-toolbar,.combo-markdown-editor .tab .EasyMDEContainer .editor-toolbar{padding:0 10px!important}.combo-markdown-editor .tab markdown-toolbar .markdown-toolbar-group,.combo-markdown-editor .tab .EasyMDEContainer .editor-toolbar .markdown-toolbar-group{border:none!important;padding:0!important}.combo-markdown-editor .tab markdown-toolbar .markdown-toolbar-group:not(:last-child):after,.combo-markdown-editor .tab .EasyMDEContainer .editor-toolbar .markdown-toolbar-group:not(:last-child):after{content:"";display:block;position:relative;width:1px;flex:1;margin:var(--v-measure_\.375x) var(--v-measure_\.375x)!important;background-color:var(--c-elevation_6)}.combo-markdown-editor .tab markdown-toolbar .markdown-toolbar-button,.combo-markdown-editor .tab markdown-toolbar button,.combo-markdown-editor .tab .EasyMDEContainer .editor-toolbar .markdown-toolbar-button,.combo-markdown-editor .tab .EasyMDEContainer .editor-toolbar button{line-height:0;display:inline-block;color:var(--color-text-light-2)!important;padding:var(--v-measure_\.375x)!important;transition:background-color 0.1s ease;border-radius:var(--v-measure_\.375x)!important;height:auto;min-width:fit-content}.combo-markdown-editor .tab markdown-toolbar .markdown-toolbar-button:hover,.combo-markdown-editor .tab markdown-toolbar button:hover,.combo-markdown-editor .tab .EasyMDEContainer .editor-toolbar .markdown-toolbar-button:hover,.combo-markdown-editor .tab .EasyMDEContainer .editor-toolbar button:hover{background-color:var(--c-elevation_5)!important}.combo-markdown-editor .tab markdown-toolbar .markdown-toolbar-button[level],.combo-markdown-editor .tab markdown-toolbar button[level],.combo-markdown-editor .tab .EasyMDEContainer .editor-toolbar .markdown-toolbar-button[level],.combo-markdown-editor .tab .EasyMDEContainer .editor-toolbar button[level]{width:34px}.combo-markdown-editor .tab markdown-toolbar .markdown-toolbar-button[aria-checked=true],.combo-markdown-editor .tab markdown-toolbar button[aria-checked=true],.combo-markdown-editor .tab .EasyMDEContainer .editor-toolbar .markdown-toolbar-button[aria-checked=true],.combo-markdown-editor .tab .EasyMDEContainer .editor-toolbar button[aria-checked=true]{background-color:var(--c-elevation_4)}.combo-markdown-editor .tab markdown-toolbar button:after,.combo-markdown-editor .tab .EasyMDEContainer .editor-toolbar button:after{vertical-align:unset!important}.combo-markdown-editor .tab textarea,.combo-markdown-editor .tab .CodeMirror.cm-s-easymde.CodeMirror-wrap{background-color:transparent!important;border:none!important;padding:var(--v-measure_1x) var(--v-measure_1x)!important}.combo-markdown-editor .tab .editor-statusbar{margin-bottom:0!important}.combo-markdown-editor .tab.markup{padding:0 var(--v-measure_1x) var(--v-measure_1x)}.combo-markdown-editor{border:1px solid var(--color-secondary);border-radius:var(--border-radius)}.combo-markdown-editor:focus-within{outline:2px solid var(--color-accent);border-radius:var(--border-radius)}.combo-markdown-editor textarea:focus{outline:none!important}.combo-markdown-editor .ui.tab.markup[data-tab-panel=markdown-previewer]{border-bottom:0px}#comment-form,.edit-content-zone,.comment-form,.comment-code-cloud form{padding:0!important;border:none!important}#comment-form .field,.edit-content-zone .field,.comment-form .field,.comment-code-cloud form .field{margin-bottom:var(--v-measure_1x)!important}.ui.dropdown>.menu{--border-radius: var(--v-measure_\.75x);opacity:0;overflow-x:hidden;border-radius:var(--border-radius)!important;transition:opacity 0.2s ease!important;box-shadow:0px 6px 12px -3px rgba(var(--color-shadow-rgb),0.5),0px 6px 18px 0px rgba(var(--color-shadow-rgb),0.1)!important}.ui.dropdown>.menu.hidden{opacity:0!important}.ui.dropdown>.menu.visible,.ui.dropdown>.menu.show{opacity:1!important}.ui.dropdown>.menu .divider{margin-top:var(--v-measure_\.5x)!important;margin-bottom:var(--v-measure_\.5x)!important}.ui.dropdown>.menu .item:not(.comment-reaction-button){--border-radius: var(--v-measure_\.375x);margin:0 var(--v-measure_\.5x)!important;border-radius:var(--border-radius)!important;padding:var(--v-measure_\.375x) var(--v-measure_\.5x)!important;line-height:1!important;display:flex;flex-wrap:wrap;align-content:center;width:auto}.ui.dropdown>.menu .item:not(.comment-reaction-button):first-of-type{margin-top:var(--v-measure_\.5x)!important}.ui.dropdown>.menu .item:not(.comment-reaction-button):last-of-type{margin-bottom:var(--v-measure_\.5x)!important}.ui.dropdown>.menu .item:not(.comment-reaction-button).clear-selection{margin-bottom:var(--v-measure_\.5x)!important}.ui.dropdown>.menu input[type=text],.ui.dropdown>.menu input[name=search]{--color-input-background: var(--c-elevation_1);--color-input-border: var(--c-elevation_5);min-height:var(--v-measure_2x)!important;padding:0 var(--v-measure_\.5x)!important;font-size:var(--v-font-size_md)!important;border-radius:var(--v-measure_\.375x)!important}.ui.dropdown>.menu input[type=text]:focus,.ui.dropdown>.menu input[name=search]:focus{--color-primary: var(--color-accent)}.ui.dropdown>.menu .scrolling.menu .item{gap:var(--v-measure_\.5x)!important}.ui.dropdown>.menu .scrolling.menu .item:hover:before{position:absolute;top:calc(50% - 12px);left:-8px;width:4px;height:24px;content:"";background-color:var(--color-accent);border-radius:6px}.ui.dropdown>.menu .scrolling.menu .item .item-check-mark{background-color:var(--c-elevation_6);visibility:visible!important;display:inline-flex;padding:2px;border-radius:var(--v-measure_\.375x);border:1px solid var(--c-elevation_8)}.ui.dropdown>.menu .scrolling.menu .item .item-check-mark svg{visibility:hidden}.ui.dropdown>.menu .scrolling.menu .item .item-secondary-info{flex-basis:100%;padding:0 0 0 var(--v-measure_\.5x);color:var(--c-subtle);line-height:100%;white-space:nowrap;overflow-x:hidden}.ui.dropdown>.menu .scrolling.menu .item .item-secondary-info small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ui.dropdown>.menu .scrolling.menu .item.checked .item-check-mark{background-color:var(--color-accent)}.ui.dropdown>.menu .scrolling.menu .item.checked .item-check-mark svg{visibility:visible}.ui.dropdown:not(.upward)>.menu{top:calc(100% + var(--v-measure_\.5x))!important}.ui.dropdown.upward>.menu{bottom:calc(100% + var(--v-measure_\.5x))!important}.ui.dropdown.upward.selection.visible,.ui.dropdown.active.upward.selection{border-top-left-radius:var(--border-radius)!important;border-top-right-radius:var(--border-radius)!important;border-bottom-left-radius:var(--border-radius)!important;border-bottom-right-radius:var(--border-radius)!important}.ui.dropdown.selection.active,.ui.dropdown.selection.active:hover,.ui.dropdown.selection.active .menu,.ui.dropdown.selection.active:hover .menu{border-color:var(--color-secondary)!important}.ui.dropdown.selection{--border-radius: var(--v-measure_\.5x);border-radius:var(--border-radius)!important}.ui.dropdown.selection:focus,.ui.dropdown.selection.active{border-color:var(--color-secondary)!important;outline:2px solid var(--color-accent)}.ui.dropdown.selection.active{border-radius:var(--border-radius)!important}.ui.dropdown.selection>.menu{border-radius:var(--border-radius)!important;border-top-width:1px!important;border-color:var(--color-secondary)!important;flex-direction:column;gap:var(--v-measure_\.25x)}.ui.dropdown.selection>.menu.visible{display:flex}.ui.dropdown.selection>.menu .item{border:none!important}.ui.menu{border-radius:var(--border-radius)}.ui.menu>.item:first-child{border-radius:var(--border-radius)0 0 var(--border-radius)}.ui.menu.compact:not(.secondary) .item:last-child{border-radius:0 var(--border-radius) var(--border-radius)0}.ui.secondary.menu{gap:var(--v-measure_\.25x)}.ui.secondary.menu.vertical>.item{border:none;margin:0 0 var(--v-measure_\.25x)0;border-radius:var(--border-radius)!important}.ui.secondary.menu .dropdown.item.active:hover,.ui.secondary.menu a.item.active:hover{color:var(--color-text);background:var(--color-hover)}.ui.tabular.menu .active.item,.ui.tabular.menu .active.item:hover{border-radius:var(--border-radius) var(--border-radius)0 0!important}input,textarea,.ui.input>input,.ui.form input:not([type]),.ui.form select,.ui.form textarea,.ui.form input[type=date],.ui.form input[type=datetime-local],.ui.form input[type=email],.ui.form input[type=file],.ui.form input[type=number],.ui.form input[type=password],.ui.form input[type=search],.ui.form input[type=tel],.ui.form input[type=text],.ui.form input[type=time],.ui.form input[type=url],.ui.selection.dropdown{border-color:var(--color-input-border);color:var(--color-input-text);border-radius:var(--border-radius);line-height:20px;padding:calc(var(--v-measure_\.375x) - 1px) var(--v-measure_\.75x)}input+.ui.button:last-child,textarea+.ui.button:last-child,.ui.input>input+.ui.button:last-child,.ui.form input:not([type])+.ui.button:last-child,.ui.form select+.ui.button:last-child,.ui.form textarea+.ui.button:last-child,.ui.form input[type=date]+.ui.button:last-child,.ui.form input[type=datetime-local]+.ui.button:last-child,.ui.form input[type=email]+.ui.button:last-child,.ui.form input[type=file]+.ui.button:last-child,.ui.form input[type=number]+.ui.button:last-child,.ui.form input[type=password]+.ui.button:last-child,.ui.form input[type=search]+.ui.button:last-child,.ui.form input[type=tel]+.ui.button:last-child,.ui.form input[type=text]+.ui.button:last-child,.ui.form input[type=time]+.ui.button:last-child,.ui.form input[type=url]+.ui.button:last-child,.ui.selection.dropdown+.ui.button:last-child{border-top-right-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius)}input:hover,textarea:hover,.ui.input>input:hover,.ui.form input:not([type]):hover,.ui.form select:hover,.ui.form textarea:hover,.ui.form input[type=date]:hover,.ui.form input[type=datetime-local]:hover,.ui.form input[type=email]:hover,.ui.form input[type=file]:hover,.ui.form input[type=number]:hover,.ui.form input[type=password]:hover,.ui.form input[type=search]:hover,.ui.form input[type=tel]:hover,.ui.form input[type=text]:hover,.ui.form input[type=time]:hover,.ui.form input[type=url]:hover,.ui.selection.dropdown:hover{border-color:var(--color-input-border);color:var(--color-input-text)}input:focus,textarea:focus,.ui.input>input:focus,.ui.form input:not([type]):focus,.ui.form select:focus,.ui.form textarea:focus,.ui.form input[type=date]:focus,.ui.form input[type=datetime-local]:focus,.ui.form input[type=email]:focus,.ui.form input[type=file]:focus,.ui.form input[type=number]:focus,.ui.form input[type=password]:focus,.ui.form input[type=search]:focus,.ui.form input[type=tel]:focus,.ui.form input[type=text]:focus,.ui.form input[type=time]:focus,.ui.form input[type=url]:focus,.ui.selection.dropdown:focus{border-radius:var(--border-radius);border-color:var(--color-input-border);color:var(--color-input-text);outline:2px solid var(--color-accent);background-color:var(--c-elevation_2)}input.active,textarea.active,.ui.input>input.active,.ui.form input:not([type]).active,.ui.form select.active,.ui.form textarea.active,.ui.form input[type=date].active,.ui.form input[type=datetime-local].active,.ui.form input[type=email].active,.ui.form input[type=file].active,.ui.form input[type=number].active,.ui.form input[type=password].active,.ui.form input[type=search].active,.ui.form input[type=tel].active,.ui.form input[type=text].active,.ui.form input[type=time].active,.ui.form input[type=url].active,.ui.selection.dropdown.active{border-radius:var(--border-radius);outline:2px solid var(--color-accent)}input.active>input.search,textarea.active>input.search,.ui.input>input.active>input.search,.ui.form input:not([type]).active>input.search,.ui.form select.active>input.search,.ui.form textarea.active>input.search,.ui.form input[type=date].active>input.search,.ui.form input[type=datetime-local].active>input.search,.ui.form input[type=email].active>input.search,.ui.form input[type=file].active>input.search,.ui.form input[type=number].active>input.search,.ui.form input[type=password].active>input.search,.ui.form input[type=search].active>input.search,.ui.form input[type=tel].active>input.search,.ui.form input[type=text].active>input.search,.ui.form input[type=time].active>input.search,.ui.form input[type=url].active>input.search,.ui.selection.dropdown.active>input.search{outline:none}.ui.action.input:not([class*="left action"])>input:focus{border-right-color:var(--color-input-border);z-index:1}.ui.action.input>.dropdown:not(:first-child):not(:last-child),.ui.action.input>.button:not(:first-child):not(:last-child),.ui.action.input>.buttons:not(:first-child):not(:last-child)>.button{border-radius:0!important}.ui.action.input:not([class*="left action"])>input:focus+.ui.dropdown.selection,.ui.action.input:not([class*="left action"])>input:focus+.ui.dropdown.selection:hover,.ui.action.input:not([class*="left action"])>input:focus+.button,.ui.action.input:not([class*="left action"])>input:focus+.button:hover,.ui.action.input:not([class*="left action"])>input:focus+i.icon+.button,.ui.action.input:not([class*="left action"])>input:focus+i.icon+.button:hover{border-left-color:var(--color-input-border)}.ui.form .field>label{margin:0 0 var(--v-measure_\.375x);font-size:var(--v-font-size_md);font-weight:600}.ui.form textarea,.ui.form input:not([type]),.ui.form input[type=date],.ui.form input[type=datetime-local],.ui.form input[type=email],.ui.form input[type=number],.ui.form input[type=password],.ui.form input[type=search],.ui.form input[type=tel],.ui.form input[type=time],.ui.form input[type=text],.ui.form input[type=file],.ui.form input[type=url]{min-height:2.71428571em}.ui.selection.dropdown{min-height:2.71428571em}.ui.selection.dropdown>input{min-height:0}.ui.selection.dropdown>input:focus{outline:none}.ui.multiple.dropdown>.label,.ui.multiple.search.dropdown>input.search{padding:var(--v-measure_\.375x) var(--v-measure_\.75x);margin:0.14285714rem 0.28571429rem 0.14285714rem 0}.ui.multiple.search.dropdown>input.search{padding-left:0}.ui.checkbox label,.ui.radio.checkbox label{margin-left:20px!important}.non-diff-file-content .ui.segment.list-header{border-radius:var(--border-radius);margin-bottom:var(--v-measure_1x)!important;gap:var(--v-measure_\.5x);padding:var(--v-measure_\.5x) var(--v-measure_\.75x)}.non-diff-file-content .ui.segment.list-header .latest-commit{gap:var(--v-measure_\.5x)}.non-diff-file-content .ui.segment.list-header .commit-summary{color:var(--c-subtle)}.non-diff-file-content .ui.segment.list-header .age{font-size:12px}.non-diff-file-content .ui.top.attached.header{border-top-left-radius:var(--border-radius);border-top-right-radius:var(--border-radius)}.non-diff-file-content .ui.top.attached.header .file-info{color:var(--c-subtle)!important}.non-diff-file-content .ui.top.attached.header .btn-octicon{--color-text: var(--c-subtle)}.non-diff-file-content .ui.attached.segment:has(+.ui[class*="top attached"].header),.non-diff-file-content .ui.attached.segment:has(+.page.buttons),.non-diff-file-content .ui.attached.segment:last-child,.non-diff-file-content .ui.segment:has(+.ui.segment:not(.attached)),.non-diff-file-content .ui.attached.segment:has(+.ui.modal){border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius)}img.ui.avatar:not(.org-avatar),.ui.avatar img:not(.org-avatar),.ui.avatar svg:not(.org-avatar){border-radius:50%!important;object-fit:fill}.code-comment-buttons-buttons button:not(.labeled):not(.icon){padding:0.78571429em!important}.ui.buttons.icon .button,.ui.buttons.icon:not(.compact){padding:50px 50px}.ui.buttons .button{border-right:none;flex:1 0 auto;border-radius:0;margin:0}.ui.buttons .button:first-child{border-top-left-radius:var(--border-radius);border-bottom-left-radius:var(--border-radius);border-top-right-radius:0;border-bottom-right-radius:0}.ui.buttons .button.button:last-child{border-top-right-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius);border-top-left-radius:0;border-bottom-left-radius:0}.ui.button{border-radius:var(--border-radius);transition:color 0.1s ease,background-color 0.1s ease,border-color 0.1s ease;padding:calc(var(--v-measure_\.375x) - 1px) var(--v-measure_1x);font-size:var(--v-font-size_md);line-height:20px}.ui.button.tiny{font-size:var(--v-font-size_sm);line-height:var(--v-font-size_sm)}.ui.button.basic{border-radius:var(--border-radius)}.ui.button.red,.ui.button.red.basic{border-color:var(--color-secondary);background:var(--color-button);color:var(--color-red)}.ui.button.red:hover,.ui.button.red.basic:hover{background:var(--color-red-dark-2);color:var(--color-white)}.ui.button.red.basic,.ui.button.red.basic.basic{border-color:rgba(var(--c-palette_red_base-rgb),0.4)}.ui.button.primary,.ui.button.red,.ui.button.basic{font-weight:500}.ui.button.green{color:var(--color-white);background:var(--color-green-dark-2)}.ui.segment{margin:var(--v-measure_1x)0;padding:var(--v-measure_1x);border-radius:var(--border-radius)}.ui.segment form>*:first-child{margin-top:0}.ui.segment form>*:last-child{margin-bottom:0}.ui.top.attached.header{border-radius:var(--border-radius) var(--border-radius)0 0}.ui.attached.segment:has(+.ui[class*="top attached"].header),.ui.attached.segment:has(+.page.buttons),.ui.attached.segment:last-child,.ui.segment:has(+.ui.segment:not(.attached)),.ui.attached.segment:has(+.ui.modal){border-bottom-left-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius)}.ui.segments:not(.horizontal)>.segment:first-child,.ui.segments.horizontal>.segment:first-child{border-radius:var(--border-radius)}.ui.segments:not(.horizontal)>.segment:last-child,.ui.horizontal.segments>.segment:last-child{border-radius:var(--border-radius)}.comment .content{background-color:var(--color-box-body)}.comment .content>.comment-header:before,.comment .content>.comment-header:after,.comment .content>.ui.segment:before,.comment .content>.ui.segment:after{display:none}.comment .content .comment-header{padding:var(--v-measure_\.25x) var(--v-measure_\.25x) var(--v-measure_\.25x) var(--v-measure_1x)!important}.comment .content .comment-header .comment-header-left .text{color:var(--c-subtle)!important}.comment .content .comment-header .comment-header-left .text .author{color:var(--c-text)!important}.comment .content .comment-header .comment-header-right *{color:var(--c-subtle)!important}.comment .content .comment-header .comment-header-right .label{height:var(--v-measure_1\.25x, 1.25rem)!important;padding:0px var(--v-measure_\.375x)!important;border-radius:var(--v-measure_1x)!important}.comment-list .comment>.content>div:last-child{border-bottom-left-radius:var(--border-radius)!important;border-bottom-right-radius:var(--border-radius)!important}.comment-list .comment>.content>div:first-child{border-top-left-radius:var(--border-radius)!important;border-top-right-radius:var(--border-radius)!important}.ui.comments .comment{margin:var(--v-measure_\.25x)0 0}.markup .task-list-item input[type=checkbox]{margin:0 0.5em 0.25em -1.4em}.markup input[type=checkbox]{--border-radius: var(--v-measure_\.25x);width:var(--v-measure_1x);height:var(--v-measure_1x);margin-right:4px;--color-input-background: var(--c-elevation_5)}.markup input[type=checkbox]:checked{background-color:var(--color-primary)}.markup input[type=checkbox]:after{--color-text: var(--color-primary-contrast)}.markup input[type=checkbox]:not([disabled]):hover,.markup input[type=checkbox]:not([disabled]):active{border-color:var(--color-secondary);background-color:var(--c-elevation_6)}.markup input[type=checkbox]:not([disabled]):hover:checked,.markup input[type=checkbox]:not([disabled]):active:checked{background-color:var(--color-primary-hover)}.chroma .code-inner{font:14px var(--v-code-font-family)}.chroma .bp{color:var(--c-palette_orange_base);font-weight:600}.chroma .c{color:var(--c-subtle);font-style:italic}.chroma .c1{color:var(--c-subtle);font-style:italic}.chroma .ch{color:var(--c-subtle);font-style:italic}.chroma .cm{color:var(--c-subtle);font-style:italic}.chroma .cp{color:var(--c-palette_blue_base)}.chroma .cpf{color:var(--c-palette_blue_base)}.chroma .cs{color:var(--c-subtle)}.chroma .dl{color:var(--c-palette_blue_base)}.chroma .gd{color:var(--c-palette_white_base);background-color:rgba(var(--c-palette_red_base-rgb),0.25)}.chroma .ge{font-style:italic}.chroma .gh{color:var(--c-palette_teal_base)}.chroma .gi{color:var(--c-palette_white_base);background-color:rgba(var(--c-palette_green_base-rgb),0.3)}.chroma .go{color:var(--c-palette_orange_base)}.chroma .gp{color:var(--c-subtle);font-weight:bold}.chroma .gr{color:var(--c-palette_brown_base)}.chroma .gs{font-weight:bold}.chroma .gt{color:var(--c-palette_brown_base)}.chroma .gu{color:var(--c-palette_teal_base)}.chroma .il{color:var(--c-palette_orange_base)}.chroma .k{color:var(--c-palette_purple_base);font-weight:600}.chroma .kc{color:var(--c-palette_yellow_base)}.chroma .kd{color:var(--c-palette_purple_base);font-weight:600}.chroma .kn{color:var(--c-palette_yellow_base)}.chroma .kp{color:var(--c-palette_purple_base);font-weight:600}.chroma .kr{color:var(--c-palette_purple_base);font-weight:600}.chroma .kt{color:var(--c-palette_yellow_base)}.chroma .m{color:var(--c-palette_orange_base)}.chroma .mb{color:var(--c-palette_orange_base)}.chroma .mf{color:var(--c-palette_orange_base)}.chroma .mh{color:var(--c-palette_orange_base)}.chroma .mi{color:var(--c-palette_orange_base)}.chroma .mo{color:var(--c-palette_orange_base)}.chroma .n{color:var(--c-palette_violet_base)}.chroma .na{color:var(--c-palette_yellow_base)}.chroma .nb{color:var(--c-palette_orange_base);font-weight:600}.chroma .nc{color:var(--c-palette_pink_base)}.chroma .nd{color:var(--c-palette_pink_base)}.chroma .ne{color:var(--c-palette_brown_base)}.chroma .nf{color:var(--c-palette_blue_base)}.chroma .ni{color:var(--c-palette_pink_base)}.chroma .nl{color:var(--c-palette_yellow_base)}.chroma .nn{color:var(--c-palette_yellow_base)}.chroma .no{color:var(--c-palette_yellow_base)}.chroma .nt{color:var(--c-palette_purple_base)}.chroma .nv{color:var(--c-palette_orange_base)}.chroma .nx{color:var(--c-palette_orange_base)}.chroma .o{color:var(--c-palette_teal_base)}.chroma .ow{color:var(--c-palette_teal_base);font-weight:bold}.chroma .p{color:var(--c-subtle)}.chroma .s{color:var(--c-palette_green_base)}.chroma .s1{color:var(--c-palette_green_base)}.chroma .s2{color:var(--c-palette_green_base)}.chroma .sa{color:var(--c-palette_green_base)}.chroma .sb{color:var(--c-palette_green_base)}.chroma .sc{color:var(--c-palette_green_base)}.chroma .sd{color:var(--c-palette_green_base)}.chroma .se{color:var(--c-palette_blue_base)}.chroma .sh{color:var(--c-palette_green_base)}.chroma .si{color:var(--c-palette_green_base)}.chroma .sr{color:var(--c-palette_blue_base)}.chroma .ss{color:var(--c-palette_green_base)}.chroma .sx{color:var(--c-palette_green_base)}.chroma .vc{color:var(--c-palette_yellow_base)}.chroma .vg{color:var(--c-palette_orange_base)}.chroma .vi{color:var(--c-palette_yellow_base)}.chroma .w{color:var(--c-elevation_8)}.CodeMirror .cm-property,.CodeMirror.cm-s-default .cm-property,.CodeMirror.cm-s-paper .cm-property{color:var(--c-text)}.CodeMirror .cm-header,.CodeMirror.cm-s-default .cm-header,.CodeMirror.cm-s-paper .cm-header{color:var(--c-text)}.CodeMirror .cm-quote,.CodeMirror.cm-s-default .cm-quote,.CodeMirror.cm-s-paper .cm-quote{color:var(--c-palette_green_base)}.CodeMirror .cm-keyword,.CodeMirror.cm-s-default .cm-keyword,.CodeMirror.cm-s-paper .cm-keyword{color:var(--c-palette_purple_base)}.CodeMirror .cm-atom,.CodeMirror.cm-s-default .cm-atom,.CodeMirror.cm-s-paper .cm-atom{color:var(--c-palette_red_base)}.CodeMirror .cm-number,.CodeMirror.cm-s-default .cm-number,.CodeMirror.cm-s-paper .cm-number{color:var(--c-palette_orange_base)}.CodeMirror .cm-def,.CodeMirror.cm-s-default .cm-def,.CodeMirror.cm-s-paper .cm-def{color:var(--c-text)}.CodeMirror .cm-variable-2,.CodeMirror.cm-s-default .cm-variable-2,.CodeMirror.cm-s-paper .cm-variable-2{color:var(--c-palette_blue_base)}.CodeMirror .cm-variable-3,.CodeMirror.cm-s-default .cm-variable-3,.CodeMirror.cm-s-paper .cm-variable-3{color:var(--c-palette_teal_base)}.CodeMirror .cm-comment,.CodeMirror.cm-s-default .cm-comment,.CodeMirror.cm-s-paper .cm-comment{color:var(--c-elevation_6)}.CodeMirror .cm-string,.CodeMirror.cm-s-default .cm-string,.CodeMirror.cm-s-paper .cm-string{color:var(--c-palette_green_base)}.CodeMirror .cm-string-2,.CodeMirror.cm-s-default .cm-string-2,.CodeMirror.cm-s-paper .cm-string-2{color:var(--c-palette_green_base)}.CodeMirror .cm-meta,.CodeMirror.cm-s-default .cm-meta,.CodeMirror.cm-s-paper .cm-meta{color:var(--c-palette_orange_base)}.CodeMirror .cm-qualifier,.CodeMirror.cm-s-default .cm-qualifier,.CodeMirror.cm-s-paper .cm-qualifier{color:var(--c-palette_orange_base)}.CodeMirror .cm-builtin,.CodeMirror.cm-s-default .cm-builtin,.CodeMirror.cm-s-paper .cm-builtin{color:var(--c-palette_orange_base)}.CodeMirror .cm-bracket,.CodeMirror.cm-s-default .cm-bracket,.CodeMirror.cm-s-paper .cm-bracket{color:var(--c-text)}.CodeMirror .cm-tag,.CodeMirror.cm-s-default .cm-tag,.CodeMirror.cm-s-paper .cm-tag{color:var(--c-palette_yellow_base)}.CodeMirror .cm-attribute,.CodeMirror.cm-s-default .cm-attribute,.CodeMirror.cm-s-paper .cm-attribute{color:var(--c-palette_yellow_base)}.CodeMirror .cm-hr,.CodeMirror.cm-s-default .cm-hr,.CodeMirror.cm-s-paper .cm-hr{color:var(--c-elevation_9)}.CodeMirror .cm-url,.CodeMirror.cm-s-default .cm-url,.CodeMirror.cm-s-paper .cm-url{color:var(--c-palette_blue_base)}.CodeMirror .cm-link,.CodeMirror.cm-s-default .cm-link,.CodeMirror.cm-s-paper .cm-link{color:var(--c-palette_blue_base)}.CodeMirror .cm-error,.CodeMirror.cm-s-default .cm-error,.CodeMirror.cm-s-paper .cm-error{color:var(--c-palette_red_base)}.monaco-editor{--vscode-editor-background: var(--c-elevation_0) !important;--vscode-editorGutter-background: var(--c-elevation_0) !important}.monaco-editor .selected-text{background-color:var(--c-elevation_4)!important}.monaco-editor .margin-view-overlays .line-numbers{color:var(--c-elevation_10)!important}.monaco-editor .line-numbers.active-line-number{color:var(--c-primary_base)!important}.monaco-editor .view-overlays .current-line,.monaco-editor .margin-view-overlays .current-line-margin{background-color:var(--c-elevation_2)!important}.monaco-editor .mtk1{color:var(--c-text)!important}.monaco-editor .mtk2{color:#ff69b4!important}.monaco-editor .mtk3{color:var(--c-palette_orange_base)!important}.monaco-editor .mtk4{color:var(--c-palette_teal_base)!important}.monaco-editor .mtk5{color:var(--c-text)!important}.monaco-editor .mtk6{color:var(--c-palette_purple_base)!important}.monaco-editor .mtk7{color:var(--c-palette_orange_base)!important}.monaco-editor .mtk8{color:var(--c-elevation_9)!important}.monaco-editor .mtk9{color:var(--c-palette_purple_base)!important}.monaco-editor .mtk10{color:var(--c-elevation_10)!important}.monaco-editor .mtk11{color:var(--c-palette_teal_base)!important}.monaco-editor .mtk12{color:var(--c-palette_teal_base)!important}.monaco-editor .mtk13{color:#ff69b4!important}.monaco-editor .mtk14{color:#ff69b4!important}.monaco-editor .mtk15{color:var(--c-palette_purple_base)!important}.monaco-editor .mtk16{color:var(--c-elevation_9)!important}.monaco-editor .mtk17{color:#ff69b4!important}.monaco-editor .mtk18{color:#ff69b4!important}.monaco-editor .mtk19{color:var(--c-palette_teal_base)!important}.monaco-editor .mtk20{color:#ff69b4!important}.monaco-editor .mtk21{color:var(--c-palette_green_base)!important}.monaco-editor .mtk22{color:#ff69b4!important}.monaco-editor .mtk23{color:var(--c-palette_blue_base)!important}.monaco-editor .mtk24{color:var(--c-palette_orange_base)!important}.monaco-editor .mtk25{color:var(--c-palette_pink_base)!important}.page-content.user.settings .ui.flex-container,.page-content.admin .ui.flex-container,.page-content.repository.settings .ui.flex-container{column-gap:40px}.page-content.user.settings .ui.flex-container .flex-container-nav,.page-content.admin .ui.flex-container .flex-container-nav,.page-content.repository.settings .ui.flex-container .flex-container-nav{width:232px}.page-content.user.settings .ui.flex-container .flex-container-nav .vertical.menu,.page-content.admin .ui.flex-container .flex-container-nav .vertical.menu,.page-content.repository.settings .ui.flex-container .flex-container-nav .vertical.menu{--spacing: var(--v-measure_\.375x) var(--v-measure_\.75x);--min-height: var(--v-measure_2x);background-color:transparent;border:none}.page-content.user.settings .ui.flex-container .flex-container-nav .vertical.menu .header.item,.page-content.admin .ui.flex-container .flex-container-nav .vertical.menu .header.item,.page-content.repository.settings .ui.flex-container .flex-container-nav .vertical.menu .header.item{display:flex;align-items:center;padding:var(--spacing);font-size:var(--v-font-size_sm);font-weight:600;color:var(--c-subtle);background-color:transparent;min-height:var(--min-height)}.page-content.user.settings .ui.flex-container .flex-container-nav .vertical.menu a.item,.page-content.user.settings .ui.flex-container .flex-container-nav .vertical.menu details.item,.page-content.admin .ui.flex-container .flex-container-nav .vertical.menu a.item,.page-content.admin .ui.flex-container .flex-container-nav .vertical.menu details.item,.page-content.repository.settings .ui.flex-container .flex-container-nav .vertical.menu a.item,.page-content.repository.settings .ui.flex-container .flex-container-nav .vertical.menu details.item{min-height:var(--min-height)}.page-content.user.settings .ui.flex-container .flex-container-nav .vertical.menu a.item:before,.page-content.user.settings .ui.flex-container .flex-container-nav .vertical.menu details.item:before,.page-content.admin .ui.flex-container .flex-container-nav .vertical.menu a.item:before,.page-content.admin .ui.flex-container .flex-container-nav .vertical.menu details.item:before,.page-content.repository.settings .ui.flex-container .flex-container-nav .vertical.menu a.item:before,.page-content.repository.settings .ui.flex-container .flex-container-nav .vertical.menu details.item:before{content:none}.page-content.user.settings .ui.flex-container .flex-container-nav .vertical.menu a.item:not(:last-child),.page-content.user.settings .ui.flex-container .flex-container-nav .vertical.menu details.item:not(:last-child),.page-content.admin .ui.flex-container .flex-container-nav .vertical.menu a.item:not(:last-child),.page-content.admin .ui.flex-container .flex-container-nav .vertical.menu details.item:not(:last-child),.page-content.repository.settings .ui.flex-container .flex-container-nav .vertical.menu a.item:not(:last-child),.page-content.repository.settings .ui.flex-container .flex-container-nav .vertical.menu details.item:not(:last-child){margin-bottom:var(--v-measure_\.25x)}.page-content.user.settings .ui.flex-container .flex-container-nav .vertical.menu a.item.active,.page-content.user.settings .ui.flex-container .flex-container-nav .vertical.menu details.item.active,.page-content.admin .ui.flex-container .flex-container-nav .vertical.menu a.item.active,.page-content.admin .ui.flex-container .flex-container-nav .vertical.menu details.item.active,.page-content.repository.settings .ui.flex-container .flex-container-nav .vertical.menu a.item.active,.page-content.repository.settings .ui.flex-container .flex-container-nav .vertical.menu details.item.active{font-weight:600;background-color:var(--color-menu);position:relative}.page-content.user.settings .ui.flex-container .flex-container-nav .vertical.menu a.item.active:hover,.page-content.user.settings .ui.flex-container .flex-container-nav .vertical.menu details.item.active:hover,.page-content.admin .ui.flex-container .flex-container-nav .vertical.menu a.item.active:hover,.page-content.admin .ui.flex-container .flex-container-nav .vertical.menu details.item.active:hover,.page-content.repository.settings .ui.flex-container .flex-container-nav .vertical.menu a.item.active:hover,.page-content.repository.settings .ui.flex-container .flex-container-nav .vertical.menu details.item.active:hover{background-color:var(--color-hover)}.page-content.user.settings .ui.flex-container .flex-container-nav .vertical.menu a.item.active:after,.page-content.user.settings .ui.flex-container .flex-container-nav .vertical.menu details.item.active:after,.page-content.admin .ui.flex-container .flex-container-nav .vertical.menu a.item.active:after,.page-content.admin .ui.flex-container .flex-container-nav .vertical.menu details.item.active:after,.page-content.repository.settings .ui.flex-container .flex-container-nav .vertical.menu a.item.active:after,.page-content.repository.settings .ui.flex-container .flex-container-nav .vertical.menu details.item.active:after{background:var(--color-primary);border-radius:0.375rem;content:"";height:24px;width:4px;position:absolute;top:50%;transform:translateY(-50%);left:calc(0px - 4px - var(--v-measure_\.375x))}.page-content.user.settings .ui.flex-container .flex-container-nav .vertical.menu a.item,.page-content.user.settings .ui.flex-container .flex-container-nav .vertical.menu details.item summary,.page-content.admin .ui.flex-container .flex-container-nav .vertical.menu a.item,.page-content.admin .ui.flex-container .flex-container-nav .vertical.menu details.item summary,.page-content.repository.settings .ui.flex-container .flex-container-nav .vertical.menu a.item,.page-content.repository.settings .ui.flex-container .flex-container-nav .vertical.menu details.item summary{padding:var(--spacing);border-radius:var(--border-radius)}.page-content.user.settings .ui.flex-container .flex-container-nav .vertical.menu details.item,.page-content.admin .ui.flex-container .flex-container-nav .vertical.menu details.item,.page-content.repository.settings .ui.flex-container .flex-container-nav .vertical.menu details.item{--octicon-chevron-down: url('data:image/svg+xml;utf8,')}.page-content.user.settings .ui.flex-container .flex-container-nav .vertical.menu details.item summary:after,.page-content.admin .ui.flex-container .flex-container-nav .vertical.menu details.item summary:after,.page-content.repository.settings .ui.flex-container .flex-container-nav .vertical.menu details.item summary:after{color:var(--c-subtle);transform:scaleY(1);transition:transform 0.12s linear;mask-image:var(--octicon-chevron-down);-webkit-mask-image:var(--octicon-chevron-down)}.page-content.user.settings .ui.flex-container .flex-container-nav .vertical.menu details.item[open] summary:after,.page-content.admin .ui.flex-container .flex-container-nav .vertical.menu details.item[open] summary:after,.page-content.repository.settings .ui.flex-container .flex-container-nav .vertical.menu details.item[open] summary:after{transform:scaleY(-1)}.page-content.user.settings .ui.flex-container .flex-container-nav .vertical.menu details.item .menu,.page-content.admin .ui.flex-container .flex-container-nav .vertical.menu details.item .menu,.page-content.repository.settings .ui.flex-container .flex-container-nav .vertical.menu details.item .menu{margin:0!important}.page-content.user.settings .ui.flex-container .flex-container-nav .vertical.menu details.item .menu .item,.page-content.admin .ui.flex-container .flex-container-nav .vertical.menu details.item .menu .item,.page-content.repository.settings .ui.flex-container .flex-container-nav .vertical.menu details.item .menu .item{display:flex;align-items:center;color:var(--c-text)!important}.page-content.user.settings .ui.flex-container .flex-container-nav .vertical.menu details.item .menu .item:hover,.page-content.admin .ui.flex-container .flex-container-nav .vertical.menu details.item .menu .item:hover,.page-content.repository.settings .ui.flex-container .flex-container-nav .vertical.menu details.item .menu .item:hover{background-color:var(--color-hover)}.page-content.user.settings .ui.flex-container .flex-container-main .ui.top.attached.header,.page-content.admin .ui.flex-container .flex-container-main .ui.top.attached.header,.page-content.repository.settings .ui.flex-container .flex-container-main .ui.top.attached.header{background:unset;border:none;font-size:var(--v-font-size_3xl);font-weight:400;padding:0 0 var(--v-measure_\.5x)0;border-bottom:1px solid var(--color-secondary);margin-bottom:var(--v-measure_1x)}.page-content.user.settings .ui.flex-container .flex-container-main .ui.top.attached.header:not(:first-child),.page-content.admin .ui.flex-container .flex-container-main .ui.top.attached.header:not(:first-child),.page-content.repository.settings .ui.flex-container .flex-container-main .ui.top.attached.header:not(:first-child){margin-top:var(--v-measure_2\.5x)}.page-content.user.settings .ui.flex-container .flex-container-main .ui.top.attached.header.error,.page-content.admin .ui.flex-container .flex-container-main .ui.top.attached.header.error,.page-content.repository.settings .ui.flex-container .flex-container-main .ui.top.attached.header.error{border-color:var(--color-secondary)!important;background:unset!important}.page-content.user.settings .ui.flex-container .flex-container-main .ui.segment,.page-content.admin .ui.flex-container .flex-container-main .ui.segment,.page-content.repository.settings .ui.flex-container .flex-container-main .ui.segment{border-radius:var(--border-radius)}.page-content.user.settings .ui.flex-container .flex-container-main .ui.segment>*:last-child,.page-content.admin .ui.flex-container .flex-container-main .ui.segment>*:last-child,.page-content.repository.settings .ui.flex-container .flex-container-main .ui.segment>*:last-child{margin-bottom:0;padding-bottom:0}.page-content.user.settings .ui.flex-container .flex-container-main .ui.attached.segment,.page-content.admin .ui.flex-container .flex-container-main .ui.attached.segment,.page-content.repository.settings .ui.flex-container .flex-container-main .ui.attached.segment{background:unset;padding:0;border:none;margin:0}.page-content.user.settings .ui.flex-container .flex-container-main .ui.attached.segment.bottom,.page-content.admin .ui.flex-container .flex-container-main .ui.attached.segment.bottom,.page-content.repository.settings .ui.flex-container .flex-container-main .ui.attached.segment.bottom{margin-top:var(--v-measure_2x)}.page-content.user.settings .ui.flex-container .flex-container-main .ui.attached.segment a:not(.button),.page-content.admin .ui.flex-container .flex-container-main .ui.attached.segment a:not(.button),.page-content.repository.settings .ui.flex-container .flex-container-main .ui.attached.segment a:not(.button){color:var(--color-primary);text-decoration:underline;display:inline-flex;align-items:center;column-gap:var(--v-measure_\.375x)}.page-content.user.settings .ui.flex-container .flex-container-main .ui.attached.segment a:not(.button) svg,.page-content.admin .ui.flex-container .flex-container-main .ui.attached.segment a:not(.button) svg,.page-content.repository.settings .ui.flex-container .flex-container-main .ui.attached.segment a:not(.button) svg{margin-left:var(--v-measure_\.25x)}.page-content.user.settings .ui.flex-container .flex-container-main .ui.attached.segment .ui.form .field,.page-content.admin .ui.flex-container .flex-container-main .ui.attached.segment .ui.form .field,.page-content.repository.settings .ui.flex-container .flex-container-main .ui.attached.segment .ui.form .field{margin:0 0 1em}.page-content.user.settings .ui.flex-container .flex-container-main .ui.attached.segment .ui.form .fields .fields,.page-content.user.settings .ui.flex-container .flex-container-main .ui.attached.segment .ui.form .field:last-child,.page-content.user.settings .ui.flex-container .flex-container-main .ui.attached.segment .ui.form .fields:last-child .field,.page-content.admin .ui.flex-container .flex-container-main .ui.attached.segment .ui.form .fields .fields,.page-content.admin .ui.flex-container .flex-container-main .ui.attached.segment .ui.form .field:last-child,.page-content.admin .ui.flex-container .flex-container-main .ui.attached.segment .ui.form .fields:last-child .field,.page-content.repository.settings .ui.flex-container .flex-container-main .ui.attached.segment .ui.form .fields .fields,.page-content.repository.settings .ui.flex-container .flex-container-main .ui.attached.segment .ui.form .field:last-child,.page-content.repository.settings .ui.flex-container .flex-container-main .ui.attached.segment .ui.form .fields:last-child .field{margin-bottom:0}.page-content.user.settings .ui.flex-container .flex-container-main .ui.attached.segment .field,.page-content.admin .ui.flex-container .flex-container-main .ui.attached.segment .field,.page-content.repository.settings .ui.flex-container .flex-container-main .ui.attached.segment .field{margin:var(--v-measure_1x)0}.page-content.user.settings .ui.flex-container .flex-container-main .ui.attached.segment .divider,.page-content.admin .ui.flex-container .flex-container-main .ui.attached.segment .divider,.page-content.repository.settings .ui.flex-container .flex-container-main .ui.attached.segment .divider{margin:var(--v-measure_1x)0}.page-content.user.settings .ui.flex-container .flex-container-main .ui.attached.segment .list,.page-content.admin .ui.flex-container .flex-container-main .ui.attached.segment .list,.page-content.repository.settings .ui.flex-container .flex-container-main .ui.attached.segment .list{border:1px solid var(--color-secondary);border-radius:var(--border-radius)}.page-content.user.settings .ui.flex-container .flex-container-main .ui.attached.segment .list .item,.page-content.admin .ui.flex-container .flex-container-main .ui.attached.segment .list .item,.page-content.repository.settings .ui.flex-container .flex-container-main .ui.attached.segment .list .item{margin-left:0;margin-right:0}.page-content.user.settings .ui.flex-container .flex-container-main .ui.attached.segment .list .item:not(:first-child),.page-content.user.settings .ui.flex-container .flex-container-main .ui.attached.segment .list .item:first-child,.page-content.admin .ui.flex-container .flex-container-main .ui.attached.segment .list .item:not(:first-child),.page-content.admin .ui.flex-container .flex-container-main .ui.attached.segment .list .item:first-child,.page-content.repository.settings .ui.flex-container .flex-container-main .ui.attached.segment .list .item:not(:first-child),.page-content.repository.settings .ui.flex-container .flex-container-main .ui.attached.segment .list .item:first-child{padding:1rem;margin:0rem 0rem 0rem 0rem}@media (max-width:768px){.repo-home-sidebar-top{border-bottom:1px solid var(--c-elevation_6);margin-bottom:var(--v-measure_1x)}}.repo-home-sidebar-top form{margin-top:0!important}.repo-home-sidebar-top #repo-topics,.repo-home-sidebar-top #topic_edit,.repo-home-sidebar-top .label-list{row-gap:var(--v-measure_\.5x);margin-top:0!important}.repo-home-sidebar-top #repo-topics .label:not(.basic),.repo-home-sidebar-top #topic_edit .label:not(.basic),.repo-home-sidebar-top .label-list .label:not(.basic){font-size:var(--v-font-size_sm)!important;background-color:rgba(var(--c-palette_blue_base-rgb),0.1);color:var(--c-primary_base);border-radius:var(--v-measure_2x);line-height:22px!important;padding-top:0!important;padding-bottom:0!important}.repo-home-sidebar-top #repo-topics .label:not(.basic):hover,.repo-home-sidebar-top #topic_edit .label:not(.basic):hover,.repo-home-sidebar-top .label-list .label:not(.basic):hover{background-color:rgba(var(--c-palette_blue_base-rgb),0.3)!important;color:var(--c-primary_base)!important}.repo-home-sidebar-top #repo-topics .ui.selection.active.dropdown,.repo-home-sidebar-top #repo-topics .ui.selection.active.dropdown .menu,.repo-home-sidebar-top #topic_edit .ui.selection.active.dropdown,.repo-home-sidebar-top #topic_edit .ui.selection.active.dropdown .menu,.repo-home-sidebar-top .label-list .ui.selection.active.dropdown,.repo-home-sidebar-top .label-list .ui.selection.active.dropdown .menu{border-color:var(--c-elevation_6)}.repo-home-sidebar-top .repo-description{margin-bottom:var(--v-measure_1x)}.repo-home-sidebar-top .repo-description+a.flex-text-block{margin-bottom:var(--v-measure_1x)}.repo-home-sidebar-top .repo-description+a.flex-text-block svg{color:var(--c-subtle)!important}.repo-home-sidebar-top .flex-text-block{gap:var(--v-measure_\.25x)!important;font-size:var(--v-font-size_md)!important}.repo-home-sidebar-top .flex-text-block svg{margin-right:var(--v-measure_\.25x)!important}@media (max-width:768px){.repo-home-sidebar-top .repo-description{margin-top:0!important}.repo-home-sidebar-top .repo-description+a.flex-text-block{margin-bottom:0}.repo-home-sidebar-top #repo-topics,.repo-home-sidebar-top #manage_topic,.repo-home-sidebar-top .flex-item-title{display:none}.repo-home-sidebar-top .flex-item-body>div{flex:1}}.repo-home-sidebar-bottom .flex-list .flex-item .flex-item-main .flex-item{padding:0!important}.repo-home-sidebar-bottom .flex-list .flex-item .flex-item-main .flex-item .flex-item-main{gap:0!important}.repo-home-sidebar-bottom .flex-list .flex-item .flex-item-main .flex-item .flex-item-main .flex-item-header *{font-size:var(--v-font-size_md)!important}.repo-home-sidebar-bottom .flex-list .flex-item .flex-item-main .flex-item .flex-item-main .flex-item-header .flex-item-title{gap:var(--v-measure_\.5x)!important}.repo-home-sidebar-bottom .flex-list .flex-item .flex-item-main .flex-item .flex-item-main .flex-item-header .flex-item-title .green.label{border-radius:var(--v-measure_2x);font-size:var(--v-font-size_sm)!important;background-color:transparent!important;border:1px solid var(--c-palette_green_base)!important;color:var(--c-palette_green_base)!important}.repo-home-sidebar-bottom .flex-list .flex-item .flex-item-main .flex-item .flex-item-main .flex-item-body .time{font-size:var(--v-font-size_sm)!important}.repo-home-sidebar-bottom .flex-item-body{gap:0!important}.repo-home-sidebar-bottom .flex-item-body .language-stats{margin:0!important;height:var(--v-measure_\.5x)!important;margin-bottom:var(--v-measure_\.5x)!important}.repo-home-sidebar-bottom .flex-item-body .language-stats-details{gap:var(--v-measure_1x)!important}.repo-home-sidebar-bottom .flex-item-body .language-stats-details .item{font-size:var(--v-font-size_sm)!important;padding:0;gap:var(--v-measure_\.25x)!important}.repo-home-sidebar-bottom .flex-item-body .language-stats-details .item .color-icon{height:var(--v-measure_\.5x)!important;width:var(--v-measure_\.5x)!important;margin-right:var(--v-measure_\.25x)!important}.repo-home-sidebar-bottom,.repo-home-sidebar-top{padding-left:var(--v-measure_1\.5x)}@media (max-width:768px){.repo-home-sidebar-bottom,.repo-home-sidebar-top{padding-left:0!important}}.repo-home-sidebar-bottom .flex-item-title .item,.repo-home-sidebar-top .flex-item-title .item{display:flex;flex-wrap:nowrap;gap:var(--v-measure_\.5x);text-decoration:none}.repo-home-sidebar-bottom .flex-item-title .item .small.label,.repo-home-sidebar-top .flex-item-title .item .small.label{background-color:var(--c-elevation_7);border:1px solid var(--c-elevation_7);border-radius:var(--v-measure_2x);color:var(--c-text);font-weight:var(--base-text-weight-medium, 500);min-width:20px;padding:2px;text-align:center;align-items:center;justify-content:center}.repo-home-sidebar-bottom>.flex-list>.flex-item,.repo-home-sidebar-top>.flex-list>.flex-item{padding-top:var(--v-measure_1x);padding-bottom:var(--v-measure_1x)}.repo-home-sidebar-bottom>.flex-list>.flex-item>.flex-item-main,.repo-home-sidebar-top>.flex-list>.flex-item>.flex-item-main{gap:var(--v-measure_1x)}button.ui.primary.button.js-btn-clone-panel{display:flex;flex-wrap:nowrap;gap:var(--v-measure_\.5x);align-items:center}button.ui.primary.button.js-btn-clone-panel span{display:flex;flex-wrap:nowrap;gap:var(--v-measure_\.375x);align-items:center}.clone-panel-popup .clone-panel-field{margin:var(--v-measure_1x)}.clone-panel-popup .clone-panel-list{margin:var(--v-measure_1x)}.clone-panel-popup .clone-panel-list .item{margin:var(--v-measure_\.5x)0}.clone-panel-popup .clone-panel-tab{padding:0 var(--v-measure_1x) var(--v-measure_\.5x);display:flex;gap:var(--v-measure_\.5x)}.clone-panel-popup .clone-panel-tab button{padding:var(--v-measure_\.375x) var(--v-measure_\.5x);font-weight:600}.clone-panel-popup .clone-panel-tab button.active{border-bottom:0;position:relative}.clone-panel-popup .clone-panel-tab button.active:after{content:"";display:block;position:absolute;bottom:-7px;left:0;width:100%;height:2px;background-color:var(--c-primary_base)}.clone-panel-popup .clone-panel-tab button:hover{background-color:var(--color-hover);border-radius:var(--border-radius);transition:background 0.12s ease-out;text-decoration:none}.tippy-svg-arrow{display:none}.repository.file.editor .commit-form-wrapper .commit-form:before,.repository.file.editor .commit-form-wrapper .commit-form:after{display:none}.secondary-nav{margin-bottom:var(--v-measure_1\.5x)!important}.secondary-nav .ui.container{margin:0 0 0 0!important;max-width:unset!important;width:100%!important;padding:0 var(--v-measure_1x)}.secondary-nav .repo-header{margin:0 0 var(--v-measure_1x)0}.secondary-nav .repo-header img.avatar{width:var(--v-measure_2x)!important;height:var(--v-measure_2x)!important}.secondary-nav .repo-header .flex-item-title{gap:var(--v-measure_\.25x)!important;font-size:var(--v-font-size_md)!important;font-weight:normal!important;color:var(--c-elevation_10)!important}.secondary-nav .repo-header .flex-item-title a{padding:var(--v-measure_\.375x) var(--v-measure_\.5x)!important;border-radius:var(--v-measure_\.25x)}.secondary-nav .repo-header .flex-item-title a:hover{background-color:var(--c-elevation_4)!important;color:var(--c-text)!important;text-decoration:none!important}.secondary-nav .repo-header .flex-item-title a:last-child{font-weight:600}.secondary-nav .repo-header .flex-item-trailing .label{padding:var(--v-measure_\.25x) var(--v-measure_\.5x);font-size:var(--v-font-size_sm);border-radius:var(--v-measure_1x);background-color:transparent;color:var(--c-elevation_10)}.secondary-nav .repo-header .flex-item-trailing svg{color:var(--c-elevation_10)}@media (max-width:768px){.secondary-nav .repo-header .flex-item-title{display:inline-block;white-space:nowrap;padding:0 var(--v-measure_\.5x)!important;font-size:var(--v-font-size_sm)!important;font-weight:500!important}.secondary-nav .repo-header .flex-item-title a{padding:0!important}.secondary-nav .repo-header .flex-item-title a:hover{background-color:transparent!important;color:var(--c-primary_base)!important;text-decoration:none!important}.secondary-nav .repo-header .flex-item-title a:first-child{float:left;margin-right:var(--v-measure_\.5x);color:var(--c-elevation_10)!important;font-weight:500!important}.secondary-nav .repo-header .flex-item-title a:first-child:hover{color:var(--c-primary_base)!important}.secondary-nav .repo-header .flex-item-title a:last-child{font-size:var(--v-font-size_md)!important;clear:left;display:block}}.secondary-nav .fork-flag{margin-top:calc(var(--v-measure_1x)*-1)!important;margin-bottom:var(--v-measure_1x)!important}.secondary-nav overflow-menu.ui.secondary.pointing.menu .overflow-menu-items{gap:var(--v-measure_\.5x)!important}.secondary-nav overflow-menu.ui.secondary.pointing.menu .item{padding:var(--v-measure_\.375x) var(--v-measure_\.5x)!important;margin-bottom:var(--v-measure_\.5x)!important;border-radius:var(--v-measure_\.25x);border:none!important}.secondary-nav overflow-menu.ui.secondary.pointing.menu .item svg{color:var(--color-text-light-3)!important;margin-right:var(--v-measure_\.5x)!important}.secondary-nav overflow-menu.ui.secondary.pointing.menu .item:hover{background-color:var(--color-secondary-nav-hover-bg)!important;color:var(--color-text-light-2)!important}.secondary-nav overflow-menu.ui.secondary.pointing.menu .item.active{border:none!important}.secondary-nav overflow-menu.ui.secondary.pointing.menu .item.active:after{content:"";display:block;position:absolute;width:100%;height:2px;left:0;top:calc(100% + var(--v-measure_\.375x) - 1px);background-color:var(--c-primary_base);transform:unset;border:none}.secondary-nav overflow-menu.ui.secondary.pointing.menu .item .small.label{background-color:var(--c-elevation_7);border:1px solid var(--c-elevation_7);border-radius:var(--v-measure_2x);color:var(--c-text);font-weight:var(--base-text-weight-medium, 500);min-width:calc(var(--v-measure_1x) + 1px);padding:2px;text-align:center;align-items:center;justify-content:center}.secondary-nav .repo-buttons .button{font-size:var(--v-font-size_sm)!important;--border-radius: var(--v-measure_\.25x);padding:var(--v-measure_\.375x) var(--v-measure_\.5x)!important;background-color:transparent!important;font-weight:normal}.secondary-nav .repo-buttons .button button,.secondary-nav .repo-buttons .button .button{border-color:var(--c-elevation_6)!important;gap:var(--v-measure_\.5x)!important;border-radius:var(--border-radius)}.secondary-nav .repo-buttons .button button:hover,.secondary-nav .repo-buttons .button .button:hover{border-color:var(--c-elevation_7)!important}.secondary-nav .repo-buttons .button button:hover+.label,.secondary-nav .repo-buttons .button .button:hover+.label{border-left-color:var(--c-elevation_7)!important}.secondary-nav .repo-buttons .button.labeled button,.secondary-nav .repo-buttons .button.labeled .button{border-top-right-radius:0;border-bottom-right-radius:0}.secondary-nav .repo-buttons .button.labeled .label{border-color:var(--c-elevation_6)!important;background-color:transparent!important;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius)}.secondary-nav .repo-buttons .button.labeled .label:hover{border-color:var(--c-elevation_7)!important}.secondary-nav .repo-buttons .button:hover{border-color:var(--c-elevation_7)!important}.repo-button-row-left{gap:var(--v-measure_\.5x)}.repo-button-row-left .button{--border-radius: var(--v-measure_\.25x);padding:var(--v-measure_\.375x) var(--v-measure_\.5x)!important;background-color:transparent!important;font-weight:normal}.repo-button-row-left .button button,.repo-button-row-left .button .button{border-color:var(--c-elevation_6)!important;gap:var(--v-measure_\.5x)!important;border-radius:var(--border-radius)}.repo-button-row-left .button button:hover,.repo-button-row-left .button .button:hover{border-color:var(--c-elevation_7)!important}.repo-button-row-left .button button:hover+.label,.repo-button-row-left .button .button:hover+.label{border-left-color:var(--c-elevation_7)!important}.repo-button-row-left .button.labeled button,.repo-button-row-left .button.labeled .button{border-top-right-radius:0;border-bottom-right-radius:0}.repo-button-row-left .button.labeled .label{border-color:var(--c-elevation_6)!important;background-color:transparent!important;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius)}.repo-button-row-left .button.labeled .label:hover{border-color:var(--c-elevation_7)!important}.repo-button-row-left .button:hover{border-color:var(--c-elevation_7)!important}.repo-button-row-left .breadcrumb.repo-path{font-size:var(--v-font-size_lg);padding:0 0 0 var(--v-measure_\.5x)}.repo-button-row-left .breadcrumb.repo-path .section:first-of-type,.repo-button-row-left .breadcrumb.repo-path .section.active{font-weight:600}.repo-button-row-left .breadcrumb.repo-path .breadcrumb-divider,.repo-button-row-left .breadcrumb.repo-path button{color:var(--c-subtle)!important}.repo-button-row-left .breadcrumb.repo-path button{border-radius:var(--border-radius);padding:var(--v-measure_\.375x);margin:0 0 0 var(--v-measure_\.5x)!important}.repo-button-row-left .breadcrumb.repo-path button svg{width:var(--v-measure_1x);height:var(--v-measure_1x)}.repo-button-row-left .breadcrumb.repo-path button:hover{background-color:var(--color-nav-hover-bg)}.repo-home-filelist{display:flex;flex-direction:column;row-gap:var(--v-measure_1x)}.repo-home-filelist>div{margin:0!important}.repo-home-filelist #repo-files-table .repo-file-last-commit{padding:var(--v-measure_\.75x) var(--v-measure_1x)!important}.repo-home-filelist #repo-files-table .repo-file-last-commit .commit-summary{margin:0}.repo-home-filelist #repo-files-table .repo-file-last-commit .latest-commit{gap:var(--v-measure_\.5x)}.repo-home-filelist #repo-files-table .repo-file-last-commit .latest-commit img{border-radius:50%;width:var(--v-measure_1\.25x);height:var(--v-measure_1\.25x)}.repo-home-filelist #repo-files-table .repo-file-last-commit .label .detail.icon.button img{display:none}.repo-home-filelist #repo-files-table .repo-file-cell{padding:var(--v-measure_\.5x) var(--v-measure_1x)!important}.repo-home-filelist #repo-files-table .repo-file-cell.name{display:flex;flex-wrap:nowrap;column-gap:var(--v-measure_\.5x);align-items:center}.repo-home-filelist .repository-summary .sub-menu .item{height:30px}.page-content.repository.issue-list .secondary-nav,.page-content.dashboard.issues .secondary-nav{margin-bottom:var(--v-measure_1\.5x)}.page-content.repository.issue-list #issue-filters,.page-content.dashboard.issues #issue-filters{margin:var(--v-measure_2x)0 var(--v-measure_1x)0;gap:var(--v-measure_3x);align-items:center}.page-content.repository.issue-list #issue-list .flex-item,.page-content.dashboard.issues #issue-list .flex-item{padding:var(--v-measure_\.75x)0 var(--v-measure_\.75x)0}.page-content.repository.issue-list #issue-list .flex-item:first-child,.page-content.dashboard.issues #issue-list .flex-item:first-child{padding-top:0}.page-content.repository.issue-list #issue-list .flex-item:last-child,.page-content.dashboard.issues #issue-list .flex-item:last-child{padding-bottom:0}.page-content.repository.issue-list #issue-list .flex-item .branch,.page-content.dashboard.issues #issue-list .flex-item .branch{background-color:var(--c-elevation_1)}.page-content.repository.issue-list #issue-list .flex-item .flex-item-icon svg.green,.page-content.dashboard.issues #issue-list .flex-item .flex-item-icon svg.green{color:var(--c-palette_green_base)!important}.page-content.repository.issue-list .list-header,.page-content.dashboard.issues .list-header{margin-bottom:var(--v-measure_1\.5x)}.issue-content-right{--spc: var(--v-measure_1x);--spc-7_8: calc(var(--spc) * .875);--spc-6_8: calc(var(--spc) * .750);--spc-4_8: calc(var(--spc) * .500);--spc-3_8: calc(var(--spc) * .375);--spc-2_8: calc(var(--spc) * .250);display:flex;flex-direction:column;border:none!important;color:var(--color-text-light-2)!important;padding:0!important}.issue-content-right>*,.issue-content-right .issue-sidebar-combo>*,.issue-content-right>text+*,.issue-content-right>.ui>*{margin:unset!important;padding:unset!important;font-size:var(--v-font-size_sm)!important}.issue-content-right>.ui,.issue-content-right>.text,.issue-content-right>.ui{padding-left:var(--spc-4_8)!important;padding-right:0!important}.issue-content-right .ui.ui.ui.compact.grid>.column:not(.row),.issue-content-right .ui.ui.ui.compact.grid>.row>.column{padding-left:unset;padding-right:unset}.issue-content-right button,.issue-content-right input,.issue-content-right .dropdown,.issue-content-right .ui.grid>.row>[class*="two wide"].column,.issue-content-right .ui.grid>.column.row>[class*="two wide"].column,.issue-content-right .ui.grid>[class*="two wide"].column,.issue-content-right .ui.column.grid>[class*="two wide"].column{padding:0!important;margin:0!important;min-height:0!important;min-width:0!important}.issue-content-right a:hover{text-decoration:none!important}.issue-content-right>.divider{width:calc(100% - var(--spc-4_8))!important;align-self:flex-end;margin:var(--spc-7_8)0!important}.issue-content-right .select-branch{align-self:flex-end}.issue-content-right .select-branch .branch-dropdown-button{--border-radius: var(--v-measure_\.25x);padding:var(--v-measure_\.375x) var(--v-measure_\.5x)!important;background-color:transparent!important;font-weight:normal}.issue-content-right .select-branch .branch-dropdown-button button,.issue-content-right .select-branch .branch-dropdown-button .button{border-color:var(--c-elevation_6)!important;gap:var(--v-measure_\.5x)!important;border-radius:var(--border-radius)}.issue-content-right .select-branch .branch-dropdown-button button:hover,.issue-content-right .select-branch .branch-dropdown-button .button:hover{border-color:var(--c-elevation_7)!important}.issue-content-right .select-branch .branch-dropdown-button button:hover+.label,.issue-content-right .select-branch .branch-dropdown-button .button:hover+.label{border-left-color:var(--c-elevation_7)!important}.issue-content-right .select-branch .branch-dropdown-button.labeled button,.issue-content-right .select-branch .branch-dropdown-button.labeled .button{border-top-right-radius:0;border-bottom-right-radius:0}.issue-content-right .select-branch .branch-dropdown-button.labeled .label{border-color:var(--c-elevation_6)!important;background-color:transparent!important;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius)}.issue-content-right .select-branch .branch-dropdown-button.labeled .label:hover{border-color:var(--c-elevation_7)!important}.issue-content-right .select-branch .branch-dropdown-button:hover{border-color:var(--c-elevation_7)!important}.issue-content-right .select-branch+.divider{border:none!important;margin:var(--spc-4_8)0!important}.issue-content-right .select-branch .menu{--color-menu: var(--c-elevation_3)}.issue-content-right .select-branch .menu .branch-tag-item.active,.issue-content-right .select-branch .menu .reference-list-menu,.issue-content-right .select-branch .menu .reference-list-menu .item{--color-menu: var(--c-elevation_4) !important}.issue-content-right .select-branch .menu .branch-tag-item{--border-radius: var(--spc-4_8)}.issue-content-right .select-branch .menu .branch-tag-item:hover{color:currentColor!important}.issue-content-right .issue-sidebar-combo{display:flex;flex-direction:column;gap:var(--spc-4_8)!important}.issue-content-right .issue-sidebar-combo>*{padding-left:var(--spc-4_8)!important;padding-right:var(--spc-4_8)!important}.issue-content-right .issue-sidebar-combo .ui.dropdown{padding-top:var(--spc-3_8)!important;padding-bottom:var(--spc-3_8)!important;font-size:var(--v-font-size_sm);transition:background-color 0.1s ease;border-radius:var(--border-radius)!important}.issue-content-right .issue-sidebar-combo .ui.dropdown>a{flex:1;display:flex;justify-content:space-between}.issue-content-right .issue-sidebar-combo .ui.dropdown>a:hover{color:currentColor!important;text-decoration:none!important}.issue-content-right .issue-sidebar-combo .ui.dropdown:hover{background-color:rgba(var(--c-elevation_6-rgb),0.5)}.issue-content-right>.text{flex:1;display:flex!important;justify-content:space-between;font-weight:500!important;margin-bottom:var(--spc-6_8)!important}.issue-content-right>.text strong{font-weight:500!important}.issue-content-right .watching{display:flex;flex-direction:column;gap:var(--spc-6_8)!important}.issue-content-right .watching button{font-weight:500;padding:var(--spc-4_8) var(--spc-6_8)!important;border-radius:var(--border-radius)!important}.issue-content-right .watching button svg{color:var(--c-subtle)!important}.issue-content-right .depending>.text{display:inline-block;margin-bottom:var(--spc-6_8)!important}.issue-content-right .depending>p{margin-bottom:var(--spc-4_8)!important}.issue-content-right .depending .divided.list{display:flex;flex-direction:column;gap:var(--spc)!important}.issue-content-right .depending .divided.list .dependency{border:none!important}.issue-content-right .depending .divided.list .dependency .item-left div.text{font-size:var(--v-font-size_xs)!important}.issue-content-right .depending .divided.list .dependency:not(:first-child){position:relative}.issue-content-right .depending .divided.list .dependency:not(:first-child):before{content:"";display:block;position:absolute;top:-8px;left:0;height:1px;width:100%;background-color:var(--c-elevation_4)}.issue-content-right .depending #new-dependency-drop-list{padding:var(--spc-3_8) var(--spc-6_8)!important;border-top-right-radius:0!important;border-bottom-right-radius:0!important}.issue-content-right .depending #new-dependency-drop-list.active{border-top-left-radius:var(--border-radius)!important;border-bottom-left-radius:var(--border-radius)!important;border-color:var(--c-elevation_5)!important;outline:2px solid var(--color-accent)}.issue-content-right .depending #new-dependency-drop-list input{padding:var(--spc-3_8) var(--spc-6_8)!important;line-height:20px!important}.issue-content-right .depending button{padding:var(--spc-4_8)!important}.issue-content-right div.ui.equal.width.compact.grid button{--border-radius: var(--v-measure_\.25x);padding:var(--v-measure_\.375x) var(--v-measure_\.5x)!important;background-color:transparent!important;font-weight:normal;display:flex;color:var(--c-subtle)!important;width:unset!important}.issue-content-right div.ui.equal.width.compact.grid button button,.issue-content-right div.ui.equal.width.compact.grid button .button{border-color:var(--c-elevation_6)!important;gap:var(--v-measure_\.5x)!important;border-radius:var(--border-radius)}.issue-content-right div.ui.equal.width.compact.grid button button:hover,.issue-content-right div.ui.equal.width.compact.grid button .button:hover{border-color:var(--c-elevation_7)!important}.issue-content-right div.ui.equal.width.compact.grid button button:hover+.label,.issue-content-right div.ui.equal.width.compact.grid button .button:hover+.label{border-left-color:var(--c-elevation_7)!important}.issue-content-right div.ui.equal.width.compact.grid button.labeled button,.issue-content-right div.ui.equal.width.compact.grid button.labeled .button{border-top-right-radius:0;border-bottom-right-radius:0}.issue-content-right div.ui.equal.width.compact.grid button.labeled .label{border-color:var(--c-elevation_6)!important;background-color:transparent!important;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius)}.issue-content-right div.ui.equal.width.compact.grid button.labeled .label:hover{border-color:var(--c-elevation_7)!important}.issue-content-right div.ui.equal.width.compact.grid button:hover{border-color:var(--c-elevation_7)!important}.issue-content-right .issue-due-form *{color:var(--c-subtle)!important}.issue-content-right .issue-due-form input[type=date]{padding:var(--spc-4_8) var(--spc-6_8)!important;border-top-left-radius:var(--border-radius);border-bottom-left-radius:var(--border-radius)}.issue-content-right .issue-due-form button{padding:var(--spc-4_8)!important;border-top-right-radius:var(--border-radius)!important;border-bottom-right-radius:var(--border-radius)!important}.issue-content-right>form,.issue-content-right .form{display:flex;flex-direction:column;gap:var(--spc-4_8)!important}.issue-content-right>form button,.issue-content-right>button{font-size:var(--v-font-size_sm)!important;border:none!important;background:transparent!important;padding:var(--spc-3_8) var(--spc-4_8)!important;justify-content:start!important;gap:var(--spc-4_8)!important;margin-bottom:var(--spc-2_8)!important;border-radius:var(--border-radius)!important}.issue-content-right>form button svg,.issue-content-right>button svg{color:var(--c-subtle)!important}.issue-content-right>form button:hover,.issue-content-right>button:hover{background:var(--c-elevation_4)!important}.issue-content-right>form button[data-modal="#sidebar-delete-issue"],.issue-content-right>button[data-modal="#sidebar-delete-issue"]{color:var(--c-palette_red_base)!important}.issue-content-right>form button[data-modal="#sidebar-delete-issue"] svg,.issue-content-right>button[data-modal="#sidebar-delete-issue"] svg{color:var(--c-palette_red_base)!important}.issue-content-right>form button[data-modal="#sidebar-delete-issue"]:hover,.issue-content-right>button[data-modal="#sidebar-delete-issue"]:hover{background:rgba(var(--c-palette_red_dark_15\%-rgb),0.1)!important}.issue-title-header{margin-bottom:var(--v-measure_1\.5x);padding-bottom:var(--v-measure_\.75x);border-bottom:1px solid var(--c-elevation_5)}.issue-title-header .issue-title .index{font-weight:300}.issue-title-header .issue-title-meta{color:var(--c-subtle)}.issue-title-header:has(+.ui.pull.tabs){margin-bottom:var(--v-measure_1x);padding-bottom:var(--v-measure_\.5x);border-bottom:none}.issue-content{column-gap:var(--v-measure_1\.5x)}.issue-content-left .timeline-avatar img{border-radius:50%!important}.timeline-item.event .badge:not([class*=tw-bg-]){color:var(--color-timeline-badge-fg)!important}.timeline-item.event .badge.tw-bg-green.tw-text-white{color:var(--color-green-contrast)!important}.timeline-item.event .badge.tw-bg-red.tw-text-white{color:var(--color-red-contrast)!important}.timeline-item.event .ui.segments.conversation-holder{margin-left:var(--v-measure_\.5x);border-radius:var(--border-radius)}.timeline-item.comment.form:not(.issue-content){display:flex;align-items:flex-start;background-color:var(--color-body);gap:var(--v-measure_1x);left:-68px!important;width:calc(100% + 68px - 16px)!important}@media (max-width:768px){.timeline-item.comment.form:not(.issue-content){left:0!important;margin-left:-16px!important;width:auto!important}}.timeline-item.comment.form:not(.issue-content) .timeline-avatar{display:block;position:relative!important;left:unset!important;flex:0 0 auto!important}.timeline-item.comment.form:not(.issue-content) .content{display:block;position:relative!important;margin-left:0!important;flex:1}.timeline-item.comment.form:not(.issue-content) .content:before{display:block;content:"Add a comment";font-weight:600;margin-bottom:var(--v-measure_1x);margin-top:var(--v-measure_\.5x);font-size:var(--v-font-size_lg)}.timeline-item.comment.form:not(.issue-content) .content .ui.segment{padding:0!important;border:none!important}.repository.view.issue{--avatar-size: 24px}.repository.view.issue .comment-list .ui.comments{background-color:transparent;gap:var(--v-measure_1x);position:relative}.repository.view.issue .comment-list .ui.comment-code-cloud.segment{padding:0 var(--v-measure_\.5x) var(--v-measure_\.5x)!important}.repository.view.issue .comment-list .ui.comment-code-cloud.segment .ui.comments{gap:var(--v-measure_\.5x)}.repository.view.issue .comment-list .ui.comment-code-cloud.segment .ui.comments:before{display:block;content:"";position:absolute;top:0;bottom:0;left:calc(var(--avatar-size)/2 - 1px);top:16px;width:3px;background-color:var(--color-timeline);opacity:50%}.repository.view.issue .comment-list .ui.comment-code-cloud.segment .ui.comments .comment.code-comment .content.comment-container{background-color:transparent!important}.repository.view.issue .comment-list .ui.comment-code-cloud.segment .ui.comments .comment.code-comment .content.comment-container .header.comment-header .comment-header-left{gap:var(--v-measure_\.5x)}.repository.view.issue .comment-list .ui.comment-code-cloud.segment .ui.comments .comment.code-comment .content.comment-container .header.comment-header .comment-header-left .avatar img{z-index:1!important;width:var(--avatar-size)!important;height:var(--avatar-size)!important}.repository.view.issue .comment-list .ui.comment-code-cloud.segment .code-comment-buttons{margin:0!important}.repository.view.issue .comment-list .ui.comment-code-cloud.segment .comment-form{margin-top:var(--v-measure_1x)}.repository.view.issue .comment-list .ui.comment-code-cloud.segment .comment-form .field.footer{margin:0!important;padding:0!important}.repository.view.issue .comment-list .ui.comment-code-cloud.segment .comment-form .field.footer button{padding:var(--v-measure_\.5x) var(--v-measure_1x)!important}.repository .ui.tabs.divider{margin-bottom:var(--v-measure_1x)}.repository .diff-detail-box{padding:var(--v-measure_\.5x)0;height:60px}.repository.view.issue .pull.tabs.container+div>.diff-detail-box:first-child{margin:calc(var(--v-measure_1x)*-1)0 0 0}.repository #diff-container{column-gap:var(--v-measure_1x)}.repository #diff-container #diff-file-tree{top:60px}.repository #diff-container #diff-file-tree .diff-file-tree-items{margin:0}.repository #diff-container .diff-file-body tr.tag-code:last-child td:first-child,.repository #diff-container .diff-file-body tr.tag-code:last-child td:first-child *{border-bottom-left-radius:calc(var(--border-radius) - 2px)}.repository #diff-container .diff-file-body tr.tag-code:last-child td:last-child,.repository #diff-container .diff-file-body tr.tag-code:last-child td:last-child *{border-bottom-right-radius:var(--border-radius)}.repository #diff-container .ui.attached.header.diff-file-header.sticky-2nd-row{position:sticky;top:60px;z-index:7}.repository #diff-container .add-comment{border-top:1px solid var(--color-secondary);border-bottom:1px solid var(--color-secondary)}.repository #diff-container .add-comment .conversation-holder .comment-code-cloud{padding:var(--v-measure_\.75x)!important}.repository #diff-container .add-comment .conversation-holder .comment-code-cloud form:not(:first-child){margin-top:var(--v-measure_\.5x)}.repository #diff-container .add-comment .conversation-holder .comment-code-cloud form .field.footer{margin:0!important;padding:0!important}.repository #diff-container .add-comment .conversation-holder .comment-code-cloud form .field.footer button{padding:var(--v-measure_\.5x) var(--v-measure_1x)!important}.page-content.repository.new.issue .issue-content-left .ui.comments .comment .ui.segment.content{padding:6px 0 0;border:none}.page-content.repository.new.issue .issue-content-left .ui.comments .comment .ui.segment.content .field{margin-bottom:var(--v-measure_1x)}.page-content.repository.new.issue .issue-content-left .ui.comments .comment .ui.segment.content:before,.page-content.repository.new.issue .issue-content-left .ui.comments .comment .ui.segment.content:after{display:none} \ No newline at end of file diff --git a/public/assets/css/theme-earl-grey.css b/public/assets/css/theme-earl-grey.css new file mode 100644 index 0000000..ff6ec0f --- /dev/null +++ b/public/assets/css/theme-earl-grey.css @@ -0,0 +1,927 @@ +/* + Earl Grey theme for Gitea + Version: 1.0.41 + Repository: https://github.com/Troplo/earl-grey + License: MIT (https://github.com/Troplo/earl-grey/blob/master/LICENSE) / Copyright (c) 2024 Troplo & Pinnoto +*/ + +.chroma .hl { + background-color: #3f424d; +} +.chroma .ln, +.chroma .lnt { + color: #7f7f7f; +} +.chroma .k { + color: #f63; +} +.chroma .kc { + color: #fa1; +} +.chroma .kd { + color: #9daccc; +} +.chroma .kn { + color: #fa1; +} +.chroma .kp { + color: #5f8700; +} +.chroma .kr { + color: #f63; +} +.chroma .kt { + color: #9daccc; +} +.chroma .na { + color: #8a8a8a; +} +.chroma .bp, +.chroma .nb { + color: #9daccc; +} +.chroma .nc, +.chroma .no { + color: #fa1; +} +.chroma .nd { + color: #9daccc; +} +.chroma .ni { + color: #fa1; +} +.chroma .ne { + color: #af8700; +} +.chroma .nf { + color: #9daccc; +} +.chroma .nl, +.chroma .nn { + color: #fa1; +} +.chroma .nt, +.chroma .nv, +.chroma .nx { + color: #9daccc; +} +.chroma .vc { + color: #f81; +} +.chroma .vg, +.chroma .vi { + color: #fa1; +} +.chroma .s, +.chroma .sa { + color: #1af; +} +.chroma .sb { + color: #40aaff; +} +.chroma .dl, +.chroma .sc { + color: #1af; +} +.chroma .sd { + color: #6a737d; +} +.chroma .s2 { + color: #40aaff; +} +.chroma .se { + color: #f63; +} +.chroma .sh { + color: #1af; +} +.chroma .si, +.chroma .sx { + color: #fa1; +} +.chroma .sr { + color: #97c; +} +.chroma .s1 { + color: #40aaff; +} +.chroma .ss { + color: #fa1; +} +.chroma .il, +.chroma .m, +.chroma .mb, +.chroma .mf, +.chroma .mh, +.chroma .mi, +.chroma .mo { + color: #1af; +} +.chroma .o { + color: #f63; +} +.chroma .ow { + color: #5f8700; +} +.chroma .c, +.chroma .c1, +.chroma .ch, +.chroma .cm { + color: #6a737d; +} +.chroma .cs { + color: #637d; +} +.chroma .cp, +.chroma .cpf { + color: #fc6; +} +.chroma .gd { + color: #fff; + background-color: #5f3737; +} +.chroma .ge { + color: #ef5; +} +.chroma .gr { + color: #f33; +} +.chroma .gh { + color: #fa1; +} +.chroma .gi { + color: #fff; + background-color: #3a523a; +} +.chroma .go { + color: #888888; +} +.chroma .gp { + color: #555555; +} +.chroma .gu { + color: #9daccc; +} +.chroma .gt { + color: #f63; +} +.chroma .w { + color: #bbbbbb; +} +:root { + --color-secondary-nav-bg: var(--color-header-wrapper); + --color-label-bg: var(--color-light-border); + --color-label-bg-alt: var(--color-light-border); + --color-overlay-backdrop: #080808c0; + --color-primary-contrast: black; + --color-header-wrapper: #24262b; + --color-nav-bg: #1d1f23; + --color-primary: #5993e6; + --color-primary-dark-1: #739cb3; + --color-primary-dark-2: #40aaff; + --color-primary-dark-3: #92b4c4; + --color-primary-dark-4: #a1bbcd; + --color-primary-dark-5: #cfddc1; + --color-primary-dark-6: #e7eee0; + --color-primary-dark-7: #f8faf6; + --color-primary-light-1: #3d84e7; + --color-primary-light-2: #437aad; + --color-primary-light-3: #415b8b; + --color-primary-light-4: #25425a; + --color-primary-light-5: #223546; + --color-primary-light-6: #131923; + --color-primary-light-7: #06090b; + --color-primary-alpha-10: #3683c019; + --color-primary-alpha-20: #3683c033; + --color-primary-alpha-30: #3683c04b; + --color-primary-alpha-40: #3683c066; + --color-primary-alpha-50: #3683c080; + --color-primary-alpha-60: #3683c099; + --color-primary-alpha-70: #3683c0b3; + --color-primary-alpha-80: #3683c0cc; + --color-primary-alpha-90: #3683c0e1; + --color-secondary: #2c2f35; + --color-secondary-dark-1: #505665; + --color-secondary-dark-2: #5b6273; + --color-secondary-dark-3: #71798e; + --color-secondary-dark-4: #7f8699; + --color-secondary-dark-5: #8c93a4; + --color-secondary-dark-6: #9aa0af; + --color-secondary-dark-7: #a8adba; + --color-secondary-dark-7: #b6bac5; + --color-secondary-dark-8: #c4c7d0; + --color-secondary-dark-8: #d2d4db; + --color-secondary-dark-9: #dfe1e6; + --color-secondary-dark-10: #edeef1; + --color-secondary-dark-11: #fbfbfc; + --color-secondary-light-1: #373b46; + --color-secondary-light-2: #292c34; + --color-secondary-light-3: #1c1e23; + --color-secondary-light-4: #0e0f11; + --color-secondary-alpha-10: #2c2f35; + --color-secondary-alpha-20: #2c2f3533; + --color-secondary-alpha-30: #2c2f354b; + --color-secondary-alpha-40: #2c2f3566; + --color-secondary-alpha-50: #2c2f3580; + --color-secondary-alpha-60: #2c2f3599; + --color-secondary-alpha-70: #2c2f35b3; + --color-secondary-alpha-80: #2c2f35cc; + --color-secondary-alpha-90: #2c2f35e1; + --color-red: #da3737; + --color-orange: #f17a2b; + --color-yellow: #f3c640; + --color-olive: #c8df36; + --color-green: #3bc75b; + --color-teal: #69d4cf; + --color-blue: #2d9ff7; + --color-violet: #754ad3; + --color-purple: #b65dd4; + --color-pink: #e04b9f; + --color-brown: #a86d45; + --color-grey: #797c85; + --color-black: #141516; + --color-gold: #d4b74c; + --color-white: #ffffff; + --color-diff-removed-word-bg: #6f3333; + --color-diff-added-word-bg: #3c653c; + --color-diff-removed-row-bg: #3c2626; + --color-diff-added-row-bg: #283e2d; + --color-diff-removed-row-border: #634343; + --color-diff-added-row-border: #314a37; + --color-diff-inactive: #1d1f23; + --color-body: #1d1f23; + /* main body color */ + --color-box-header: #1d1f23; + --color-box-body: #1d1f23; + --color-text-dark: #dbe0ea; + --color-text: #bbc0ca; + --color-text-light: #a6aab5; + --color-text-light-1: #a6aab5; + --color-text-light-2: #8a8e99; + --color-text-light-3: #707687; + --color-footer: #1d1f23; + --color-timeline: #4c525e; + --color-input-text: #d5dbe6; + --color-input-background: #2c2f35; + --color-input-border: #2c2f35; + --color-input-border-hover: #505667; + --color-navbar: #24262b; + --color-light: #00000028; + --color-light-border: #ffffff28; + --color-hover: #ffffff10; + --color-active: #ffffff16; + --color-menu: #1d1f23; + --color-card: #1d1f23; + --color-markdown-table-row: #ffffff06; + --color-markdown-code-block: #2c2f35; + --color-button: #1d1f23; + --color-code-bg: #1d1f23; + --color-shadow: #00000060; + --color-secondary-bg: #2c2f35; + --color-text-focus: #fff; + --color-expand-button: #2c2f35; + --color-placeholder-text: #6a737d; + --color-editor-line-highlight: var(--color-primary-light-5); + --color-project-board-bg: var(--color-secondary-light-2); + --color-label-text: #fff; +} +.monaco-editor .line-numbers.active-line-number { + --vscode-editorLineNumber-activeForeground: var(--color-primary) !important; +} +.monaco-editor .bracket-highlighting-0 { + color: var(--color-purple) !important; +} +#git-graph-container li .time { + color: #84909e !important; +} +::-webkit-calendar-picker-indicator { + filter: invert(0.8); +} +.ui.horizontal.segments > .segment { + background-color: #2c2f35; +} +.repository .segment.reactions .ui.label.basic.blue { + background: var(--color-primary-alpha-20) !important; +} +[data-tooltip]:after, +[data-tooltip]:before, +.tippy-box { + background: var(--color-header-wrapper) !important; + color: #dbdbdb !important; + border: 1px solid var(--color-secondary-dark-1) !important; +} +.tippy-svg-arrow { + fill: var(--color-header-wrapper) !important; +} +.tippy-svg-arrow-outer { + stroke: var(--color-secondary-dark-1) !important; + stroke-width: 0.7px !important; +} +[data-tooltip]:before { + box-shadow: 1px 1px 0 0 #1b1c1d !important; +} +.ui.green.progress .bar { + background-color: #668844; +} +.ui.progress.success .bar { + background-color: #7b9e57 !important; +} +.following.bar.light { + background: #1d1f23; + border-color: var(--color-secondary-alpha-40); +} +.following.bar .top.menu a.item:hover { + color: #fff; +} +.feeds .list ul li.private { + background: #1d1f23; +} +.ui.link.list .item, +.ui.link.list .item a:not(.ui), +.ui.link.list a.item { + color: #dbdbdb; +} +.ui.red.label, +.ui.red.labels .label { + background-color: #e14c4c !important; + border-color: #8a2121 !important; +} +.ui.yellow.label, +.ui.yellow.labels .label { + border-color: #664d02 !important; + background-color: #936e00 !important; +} +.ui.accordion .title:not(.ui) { + color: #dbdbdb; +} +.ui.basic.green.label, +.ui.green.label, +.ui.green.labels .label { + background-color: #0060ac !important; + border-color: #0060ac !important; +} +.ui.basic.green.labels a.label:hover, +.ui.green.labels a.label:hover, +a.ui.basic.green.label:hover, +a.ui.ui.ui.green.label:hover { + background-color: #3d794b !important; + border-color: #3d794b !important; + color: #fff !important; +} +.ui.divider:not(.vertical):not(.horizontal) { + border-bottom-color: var(--color-secondary); + border-top-color: transparent; +} +.form .help { + color: #7f8699; +} +.ui .text.light.grey { + color: #7f8699 !important; +} +.ui.form .field.error input:not([type]), +.ui.form .field.error input[type="date"], +.ui.form .field.error input[type="datetime-local"], +.ui.form .field.error input[type="email"], +.ui.form .field.error input[type="file"], +.ui.form .field.error input[type="number"], +.ui.form .field.error input[type="password"], +.ui.form .field.error input[type="search"], +.ui.form .field.error input[type="tel"], +.ui.form .field.error input[type="text"], +.ui.form .field.error input[type="time"], +.ui.form .field.error input[type="url"], +.ui.form .field.error select, +.ui.form .field.error textarea, +.ui.form .fields.error .field input:not([type]), +.ui.form .fields.error .field input[type="date"], +.ui.form .fields.error .field input[type="datetime-local"], +.ui.form .fields.error .field input[type="email"], +.ui.form .fields.error .field input[type="file"], +.ui.form .fields.error .field input[type="number"], +.ui.form .fields.error .field input[type="password"], +.ui.form .fields.error .field input[type="search"], +.ui.form .fields.error .field input[type="tel"], +.ui.form .fields.error .field input[type="text"], +.ui.form .fields.error .field input[type="time"], +.ui.form .fields.error .field input[type="url"], +.ui.form .fields.error .field select, +.ui.form .fields.error .field textarea { + background-color: #522; + border: 1px solid #e14c4c; + color: #f9cbcb; +} +.ui.form .field.error input:not([type]):focus, +.ui.form .field.error input[type="date"]:focus, +.ui.form .field.error input[type="datetime-local"]:focus, +.ui.form .field.error input[type="email"]:focus, +.ui.form .field.error input[type="file"]:focus, +.ui.form .field.error input[type="number"]:focus, +.ui.form .field.error input[type="password"]:focus, +.ui.form .field.error input[type="search"]:focus, +.ui.form .field.error input[type="tel"]:focus, +.ui.form .field.error input[type="text"]:focus, +.ui.form .field.error input[type="time"]:focus, +.ui.form .field.error input[type="url"]:focus, +.ui.form .field.error select:focus { + background-color: #522; + border: 1px solid #a04141; + color: #f9cbcb; +} +.ui.green.button, +.ui.green.buttons .button, +.ui.primary.button, +.ui.primary.buttons .button, +.ui.primary.sha.label { + background-color: var(--color-primary) !important; +} +/* Basic button type has an outline instead of filled */ +.ui.button:not(.basic) { + border: 0; +} +.ui.green.button:hover, +.ui.green.buttons .button:hover, +.ui.primary.button:hover, +.ui.primary.buttons .button:hover, +.ui.primary.sha.label:hover { + background-color: var(--color-primary-light-2) !important; +} +.ui.search > .results { + background: #1d1f23; + border-color: var(--color-secondary); +} +.ui.category.search > .results .category .result:hover, +.ui.search > .results .result:hover { + background: var(--color-secondary); +} +.ui.search > .results .result .title { + color: #dbdbdb; +} +.ui.table > thead > tr > th { + background: var(--color-secondary); + color: #dbdbdb !important; +} +.repository.file.list #repo-files-table tr { + background: #1d1f23; +} +.repository.file.list #repo-files-table tr:hover { + background-color: #24262b !important; +} +.repository.file.editor.edit + .editor-preview-side, +.repository.file.editor.edit .editor-preview, +.repository.file.editor.edit .editor-preview-side, +.repository.wiki.new .CodeMirror + .editor-preview-side, +.repository.wiki.new .CodeMirror .editor-preview, +.repository.wiki.new .CodeMirror .editor-preview-side { + background: #24262b; +} +.repository.file.editor.edit + + .editor-preview-side + .markdown:not(code).ui.segment, +.repository.file.editor.edit + .editor-preview-side + .markdown:not(code).ui.segment, +.repository.file.editor.edit .editor-preview .markdown:not(code).ui.segment, +.repository.wiki.new + .CodeMirror + + .editor-preview-side + .markdown:not(code).ui.segment, +.repository.wiki.new + .CodeMirror + .editor-preview-side + .markdown:not(code).ui.segment, +.repository.wiki.new + .CodeMirror + .editor-preview + .markdown:not(code).ui.segment { + border-width: 0; +} +.overflow.menu .items .item { + color: #9d9d9d; +} +.overflow.menu .items .item:hover { + color: #dbdbdb; +} +.ui.list > .item > .content { + color: var(--color-secondary-dark-6) !important; +} +.ui.active.button, +.ui.active.button:active, +.ui.button:active, +.ui.button:focus { + background-color: #2c2f35; + /* color: #dbdbdb; */ +} +.ui.green.button:active, +.ui.green.buttons .button:active, +.ui.primary.button:active, +ui.primary.buttons .button:active { + background-color: var(--color-primary); + color: var(--color-primary-contrast) !important; + text-shadow: none; +} +.ui.green.button, +.ui.primary.button { + color: var(--color-primary-contrast) !important; +} +.ui.green.button:focus, +.ui.green.buttons .button:focus { + background-color: var(--color-primary); + color: var(--color-primary-contrast) !important; + text-shadow: none; +} +.ui.active.button:hover { + background-color: #474b51; + color: #dbdbdb; +} +.repository .navbar .active.item, +.repository .navbar .active.item:hover { + border-color: transparent !important; +} +.ui .info.segment.top { + background-color: var(--color-secondary) !important; +} +.repository .diff-stats li { + border-color: var(--color-secondary); +} +.tag-code, +.tag-code td { + background: #24262b !important; +} +.tag-code td.lines-num { + background-color: #3a3e4c !important; +} +.tag-code td.lines-type-marker, +td.blob-hunk { + color: #dbdbdb !important; +} +.ui.attached.info.message, +.ui.info.message { + box-shadow: inset 0 0 0 1px #4b5e71, 0 0 0 0 transparent; +} +.ui.bottom.attached.message { + background-color: #2c662d; + color: white; +} +.ui.bottom.attached.message .pull-right { + color: #3683c0; +} +.ui.info.message { + background-color: #2c3b4a; + color: #9ebcc5; +} +.ui .warning.header, +.ui.warning.message { + background-color: #542 !important; + border-color: #ec8; +} +.ui.warning.message { + color: #ec8; + box-shadow: 0 0 0 1px #ec8; +} +.ui.warning.segment { + border-color: #ec8; +} +.ui.error.message, +.ui.red.message { + background-color: #522; + color: #f9cbcb; + border-color: #a04141 !important; + box-shadow: inset 0 0 0 1px #a04141; +} +.ui .error.header, +.ui.error.message { + background-color: #522 !important; + border-color: #a04141 !important; +} +.ui.error.segment { + border-color: #a04141 !important; +} +.ui.red.button, +.ui.red.buttons .button { + background-color: #e14c4c; + color: black; +} +.ui.red.button:hover, +.ui.red.buttons .button:hover { + background-color: #984646; + color: black; +} +.ui.positive.message { + background-color: #48915a; + color: #ffffff; + box-shadow: inset 0 0 0 1px #48915a, 0 0 0 0 transparent; +} +.ui.negative.message { + background-color: #e14c4c; + color: #ffffff; + box-shadow: inset 0 0 0 1px #e14c4c, 0 0 0 0 transparent; +} +.ui.list .list > .item .header, +.ui.list > .item .header { + color: #dedede; +} +.ui.list .list > .item .description, +.ui.list > .item .description { + color: var(--color-secondary-dark-6); +} +.repository.file.list #repo-files-table tbody .svg.octicon-file-directory, +.repository.file.list #repo-files-table tbody .svg.octicon-file-submodule { + color: #9aa0af; +} +.repository.labels .ui.basic.black.label { + background-color: #bbbbbb !important; +} +.blame .lines-num, +.lines-commit { + background: #1d1f23 !important; +} +.lines-num { + color: var(--color-secondary-dark-6) !important; + border-color: var(--color-secondary) !important; +} +td.blob-excerpt { + background-color: rgba(0, 0, 0, 0.15); +} +.lines-code.active, +.lines-code .active { + background: #534d1b !important; +} +.ui.ui.table td.active, +.ui.ui.ui.ui.table tr.active { + color: #dbdbdb; +} +.ui.active.label { + background: #393d4a; + border-color: #393d4a; + color: #dbdbdb; +} +.repository .ui.attached.message.isSigned.isVerified { + background-color: #394829; + color: var(--color-secondary-dark-6); +} +.repository .ui.attached.message.isSigned.isVerified.message { + color: #3683c0; +} +.repository .ui.attached.message.isSigned.isVerified.message .ui.text { + color: var(--color-secondary-dark-6); +} +.repository .ui.attached.message.isSigned.isVerified.message .pull-right { + color: #3683c0; +} +.repository .ui.attached.message.isSigned.isVerifiedUntrusted { + background-color: #4a3903; + color: var(--color-secondary-dark-6); +} +.repository .ui.attached.message.isSigned.isVerifiedUntrusted.message { + color: #c2c193; +} +.repository .ui.attached.message.isSigned.isVerifiedUntrusted.message .ui.text { + color: var(--color-secondary-dark-6); +} +.repository .ui.attached.message.isSigned.isVerifiedUntrusted.message a { + color: #c2c193; +} +.repository .ui.attached.message.isSigned.isVerifiedUnmatched { + background-color: #4e3321; + color: var(--color-secondary-dark-6); +} +.repository .ui.attached.message.isSigned.isVerifiedUnmatched.message { + color: #c2a893; +} +.repository .ui.attached.message.isSigned.isVerifiedUnmatched.message .ui.text { + color: var(--color-secondary-dark-6); +} +.repository .ui.attached.message.isSigned.isVerifiedUnmatched.message a { + color: #c2a893; +} +.repository .ui.attached.message.isSigned.isWarning { + background-color: rgba(80, 23, 17, 0.6); +} +.repository .ui.attached.message.isSigned.isWarning.message, +.repository .ui.attached.message.isSigned.isWarning.message .ui.text { + color: #d07d7d; +} +.ui.header .sub.header { + color: var(--color-secondary-dark-6); +} +.ui.dividing.header { + border-bottom: 1px solid var(--color-secondary); +} +.ui.modal > .header { + background: var(--color-secondary); + color: #dbdbdb; +} +.ui.modal > .actions { + background: var(--color-secondary); + border-color: var(--color-secondary); +} +.ui.modal > .content { + background: #1d1f23; +} +.minicolors-panel { + background: var(--color-secondary) !important; + border-color: #6a737d !important; +} +.emoji[aria-label="check mark"], +.emoji[aria-label="curly loop"], +.emoji[aria-label="currency exchange"], +.emoji[aria-label="double curly loop"], +.emoji[aria-label="END arrow"], +.emoji[aria-label="heavy dollar sign"], +.emoji[aria-label="musical note"], +.emoji[aria-label="musical notes"], +.emoji[aria-label="ON! arrow"], +.emoji[aria-label="paw prints"], +.emoji[aria-label="SOON arrow"], +.emoji[aria-label="TOP arrow"], +.emoji[aria-label="trade mark"], +.emoji[aria-label="wavy dash"], +.emoji[aria-label="copyright"], +.emoji[aria-label="divide"], +.emoji[aria-label="minus"], +.emoji[aria-label="multiply"], +.emoji[aria-label="plus"], +.emoji[aria-label="registered"] { + filter: invert(100%); +} +.edit-diff > div > .ui.table { + border-left-color: var(--color-secondary) !important; + border-right-color: var(--color-secondary) !important; +} +.CodeMirror.cm-s-default .cm-property, +.CodeMirror.cm-s-paper .cm-property { + color: #40aaff; +} +.CodeMirror.cm-s-default .cm-header, +.CodeMirror.cm-s-paper .cm-header { + color: #9daccc; +} +.CodeMirror.cm-s-default .cm-quote, +.CodeMirror.cm-s-paper .cm-quote { + color: #009900; +} +.CodeMirror.cm-s-default .cm-keyword, +.CodeMirror.cm-s-paper .cm-keyword { + color: #cc8a61; +} +.CodeMirror.cm-s-default .cm-atom, +.CodeMirror.cm-s-paper .cm-atom { + color: #ef5e77; +} +.CodeMirror.cm-s-default .cm-number, +.CodeMirror.cm-s-paper .cm-number { + color: #ff5656; +} +.CodeMirror.cm-s-default .cm-def, +.CodeMirror.cm-s-paper .cm-def { + color: #e4e4e4; +} +.CodeMirror.cm-s-default .cm-variable-2, +.CodeMirror.cm-s-paper .cm-variable-2 { + color: #00bdbf; +} +.CodeMirror.cm-s-default .cm-variable-3, +.CodeMirror.cm-s-paper .cm-variable-3 { + color: #008855; +} +.CodeMirror.cm-s-default .cm-comment, +.CodeMirror.cm-s-paper .cm-comment { + color: #8e9ab3; +} +.CodeMirror.cm-s-default .cm-string, +.CodeMirror.cm-s-paper .cm-string { + color: #a77272; +} +.CodeMirror.cm-s-default .cm-string-2, +.CodeMirror.cm-s-paper .cm-string-2 { + color: #ff5500; +} +.CodeMirror.cm-s-default .cm-meta, +.CodeMirror.cm-s-default .cm-qualifier, +.CodeMirror.cm-s-paper .cm-meta, +.CodeMirror.cm-s-paper .cm-qualifier { + color: #ffb176; +} +.CodeMirror.cm-s-default .cm-builtin, +.CodeMirror.cm-s-paper .cm-builtin { + color: #b7c951; +} +.CodeMirror.cm-s-default .cm-bracket, +.CodeMirror.cm-s-paper .cm-bracket { + color: #999977; +} +.CodeMirror.cm-s-default .cm-tag, +.CodeMirror.cm-s-paper .cm-tag { + color: #f1d273; +} +.CodeMirror.cm-s-default .cm-attribute, +.CodeMirror.cm-s-paper .cm-attribute { + color: #bfcc70; +} +.CodeMirror.cm-s-default .cm-hr, +.CodeMirror.cm-s-paper .cm-hr { + color: #999999; +} +.CodeMirror.cm-s-default .cm-url, +.CodeMirror.cm-s-paper .cm-url { + color: #c5cfd0; +} +.CodeMirror.cm-s-default .cm-link, +.CodeMirror.cm-s-paper .cm-link { + color: #d8c792; +} +.CodeMirror.cm-s-default .cm-error, +.CodeMirror.cm-s-paper .cm-error { + color: #dbdbeb; +} +footer .container .links > * { + border-left-color: #888; +} +.repository.file.list #repo-files-table tbody .svg { + color: var(--color-secondary-dark-6); +} +.repository.release #release-list > li .detail .dot { + background-color: #505667; + border-color: #1d1f23; +} +.tribute-container { + box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.6); +} +.repository + .repo-header + .ui.huge.breadcrumb.repo-title + .repo-header-icon + .avatar { + color: #1d1f23; +} +img[src$="/img/matrix.svg"] { + filter: invert(80%); +} +#git-graph-container li .time { + color: #6a737d; +} +#git-graph-container.monochrome #rel-container .flow-group { + stroke: dimgrey; + fill: dimgrey; +} +#git-graph-container.monochrome #rel-container .flow-group.highlight { + stroke: darkgrey; + fill: darkgrey; +} +#git-graph-container:not(.monochrome) + #rel-container + .flow-group.flow-color-16-5 { + stroke: #5543b1; + fill: #5543b1; +} +#git-graph-container:not(.monochrome) + #rel-container + .flow-group.highlight.flow-color-16-5 { + stroke: #7058e6; + fill: #7058e6; +} +#git-graph-container #rev-list li.highlight.hover { + background-color: rgba(255, 255, 255, 0.1); +} +#git-graph-container .ui.buttons button#flow-color-monochrome.ui.button { + border-left: 1px solid #4c505c; +} +.mermaid-chart { + filter: invert(84%) hue-rotate(180deg); +} +.is-loading:after { + border-color: #4a4c58 #4a4c58 #d7d7da #d7d7da; +} +.markdown-block-error { + border: 1px solid rgba(121, 71, 66, 0.5) !important; + border-bottom: none !important; +} + +#navbar .item:hover:not(div) { + background-color: var(--color-hover); +} + +.ui.secondary.pointing.menu { + border: 0 !important; +} + +.monaco-editor .view-lines { + filter: invert(1) !important; +} + +.monaco-editor .mtk1 { + color: black; +} + +.repo-header .flex-item-title .muted { + color: var(--color-primary) !important; +} + +.flex-list .ui.basic.label { + margin-left: 2px; + padding: 2px 4px 2px 4px !important; +} + +.repo-list-link.muted { + color: var(--color-primary) !important; +} diff --git a/public/assets/css/theme-gitea-blue.css b/public/assets/css/theme-gitea-blue.css new file mode 100644 index 0000000..de91796 --- /dev/null +++ b/public/assets/css/theme-gitea-blue.css @@ -0,0 +1,45960 @@ +/* + custom +*/ + +#navbar .item:hover { + background: var(--color-gitea-lightblue-light); +} + +span.badge.bg-green.text-white { + background: var(--color-green) !important; + color: var(--color-text-white) !important; +} + +i.commit-status.check.icon.green { + color: var(--color-green) !important; +} + +/* you can comment it, if you don't like 3d shadows */ +.ui.secondary.pointing.menu .active.item, .ui.tabular.menu .active.item { + box-shadow: none !important; +} + +.ui.menu .active.item { + color: var(--color-text); + background: var(--color-white); + box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset, 0 12px 10px -10px rgba(0, 0, 0, 0.1) !important; +} +/* end of 3d shadows */ + +/* + end of custom +*/ +svg.vch__wrapper[data-v-a9cfea66] { + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; + line-height: 10px +} + +svg.vch__wrapper .vch__months__labels__wrapper text.vch__month__label[data-v-a9cfea66] { + font-size: 10px +} + +svg.vch__wrapper .vch__days__labels__wrapper text.vch__day__label[data-v-a9cfea66], svg.vch__wrapper .vch__legend__wrapper text[data-v-a9cfea66] { + font-size: 9px +} + +svg.vch__wrapper .vch__months__labels__wrapper text.vch__month__label[data-v-a9cfea66], svg.vch__wrapper .vch__days__labels__wrapper text.vch__day__label[data-v-a9cfea66], svg.vch__wrapper .vch__legend__wrapper text[data-v-a9cfea66] { + fill: #767676 +} + +svg.vch__wrapper rect.vch__day__square[data-v-a9cfea66]:hover { + stroke: #555; + stroke-width: 1px +} + +svg.vch__wrapper rect.vch__day__square[data-v-a9cfea66]:focus { + outline: none +} + +.vue-tooltip-theme.tooltip { + display: block!important; + z-index: 10000 +} + +.vue-tooltip-theme.tooltip .tooltip-inner { + background: rgba(0, 0, 0, .7); + border-radius: 3px; + color: #ebedf0; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; + font-size: 12px; + line-height: 16px; + padding: 14px 10px +} + +.vue-tooltip-theme.tooltip .tooltip-inner b { + color: #fff +} + +.vue-tooltip-theme.tooltip .tooltip-arrow { + width: 0; + height: 0; + border-style: solid; + position: absolute; + margin: 5px; + border-color: #000; + z-index: 1 +} + +.vue-tooltip-theme.tooltip[x-placement^=top] { + margin-bottom: 5px +} + +.vue-tooltip-theme.tooltip[x-placement^=top] .tooltip-arrow { + border-width: 5px 5px 0 5px; + border-left-color: transparent!important; + border-right-color: transparent!important; + border-bottom-color: transparent!important; + bottom: -5px; + left: calc(50% - 5px); + margin-top: 0; + margin-bottom: 0 +} + +.vue-tooltip-theme.tooltip[x-placement^=bottom] { + margin-top: 5px +} + +.vue-tooltip-theme.tooltip[x-placement^=bottom] .tooltip-arrow { + border-width: 0 5px 5px 5px; + border-left-color: transparent!important; + border-right-color: transparent!important; + border-top-color: transparent!important; + top: -5px; + left: calc(50% - 5px); + margin-top: 0; + margin-bottom: 0 +} + +.vue-tooltip-theme.tooltip[x-placement^=right] { + margin-left: 5px +} + +.vue-tooltip-theme.tooltip[x-placement^=right] .tooltip-arrow { + border-width: 5px 5px 5px 0; + border-left-color: transparent!important; + border-top-color: transparent!important; + border-bottom-color: transparent!important; + left: -5px; + top: calc(50% - 5px); + margin-left: 0; + margin-right: 0 +} + +.vue-tooltip-theme.tooltip[x-placement^=left] { + margin-right: 5px +} + +.vue-tooltip-theme.tooltip[x-placement^=left] .tooltip-arrow { + border-width: 5px 0 5px 5px; + border-top-color: transparent!important; + border-right-color: transparent!important; + border-bottom-color: transparent!important; + right: -5px; + top: calc(50% - 5px); + margin-left: 0; + margin-right: 0 +} + +.vue-tooltip-theme.tooltip[aria-hidden=true] { + visibility: hidden; + opacity: 0; + transition: opacity .15s, visibility .15s +} + +.vue-tooltip-theme.tooltip[aria-hidden=false] { + visibility: visible; + opacity: 1; + transition: opacity .15s +} + +.ui.breadcrumb { + line-height: 1.4285em; + display: inline-block; + margin: 0; + vertical-align: middle +} + +.ui.breadcrumb:first-child { + margin-top: 0 +} + +.ui.breadcrumb:last-child { + margin-bottom: 0 +} + +.ui.breadcrumb .divider { + display: inline-block; + opacity: .7; + margin: 0 .21428571rem; + font-size: .92857143em; + color: #0006; + vertical-align: baseline +} + +.ui.breadcrumb a { + color: #4183c4 +} + +.ui.breadcrumb a:hover { + color: #1e70bf +} + +.ui.breadcrumb .icon.divider { + font-size: .85714286em; + vertical-align: baseline +} + +.ui.breadcrumb a.section { + cursor: pointer +} + +.ui.breadcrumb .section { + display: inline-block; + margin: 0; + padding: 0 +} + +.ui.breadcrumb.segment { + display: inline-block; + padding: .78571429em 1em +} + +.ui.inverted.breadcrumb { + color: #dcddde +} + +.ui.inverted.breadcrumb>.active.section { + color: #fff +} + +.ui.inverted.breadcrumb>.divider { + color: #ffffffb3 +} + +.ui.breadcrumb .active.section { + font-weight: 500 +} + +.ui.breadcrumb { + font-size: 1rem +} + +.ui.mini.breadcrumb { + font-size: .78571429rem +} + +.ui.tiny.breadcrumb { + font-size: .85714286rem +} + +.ui.small.breadcrumb { + font-size: .92857143rem +} + +.ui.large.breadcrumb { + font-size: 1.14285714rem +} + +.ui.big.breadcrumb { + font-size: 1.28571429rem +} + +.ui.huge.breadcrumb { + font-size: 1.42857143rem +} + +.ui.massive.breadcrumb { + font-size: 1.71428571rem +} + +.ui.button { + cursor: pointer; + display: inline-block; + min-height: 1em; + outline: none; + border: none; + vertical-align: baseline; + background: #E0E1E2 none; + color: #0009; + font-family: var(--fonts-regular); + margin: 0 .25em 0 0; + padding: .78571429em 1.5em; + text-transform: none; + text-shadow: none; + font-weight: 500; + line-height: 1em; + font-style: normal; + text-align: center; + text-decoration: none; + border-radius: .28571429rem; + box-shadow: 0 0 0 1px transparent inset, 0 0 #22242626 inset; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease; + will-change: auto; + -webkit-tap-highlight-color: transparent +} + +.ui.button:hover { + background-color: #cacbcd; + background-image: none; + box-shadow: 0 0 0 1px transparent inset, 0 0 #22242626 inset; + color: #000c +} + +.ui.button:hover .icon { + opacity: .85 +} + +.ui.button:focus { + background-color: #cacbcd; + color: #000c; + background-image: none; + box-shadow: "" +} + +.ui.button:focus .icon { + opacity: .85 +} + +.ui.button:active, .ui.active.button:active { + background-color: #babbbc; + background-image: ""; + color: #000000e6; + box-shadow: 0 0 0 1px transparent inset, none +} + +.ui.active.button { + background-color: #c0c1c2; + background-image: none; + box-shadow: 0 0 0 1px transparent inset; + color: #000000f2 +} + +.ui.active.button:hover { + background-color: #c0c1c2; + background-image: none; + color: #000000f2 +} + +.ui.active.button:active { + background-color: #c0c1c2; + background-image: none +} + +.ui.loading.loading.loading.loading.loading.loading.button { + position: relative; + cursor: default; + text-shadow: none!important; + color: transparent; + opacity: 1; + pointer-events: auto; + transition: all 0s linear, opacity .1s ease +} + +.ui.loading.button:before { + position: absolute; + content: ""; + top: 50%; + left: 50%; + margin: -.64285714em 0 0 -.64285714em; + width: 1.28571429em; + height: 1.28571429em; + border-radius: 500rem; + border: .2em solid rgba(0, 0, 0, .15) +} + +.ui.loading.button:after { + position: absolute; + content: ""; + top: 50%; + left: 50%; + margin: -.64285714em 0 0 -.64285714em; + width: 1.28571429em; + height: 1.28571429em; + border-radius: 500rem; + -webkit-animation: loader .6s infinite linear; + animation: loader .6s infinite linear; + border: .2em solid currentColor; + color: #fff; + box-shadow: 0 0 0 1px transparent +} + +.ui.labeled.icon.loading.button .icon { + background-color: transparent; + box-shadow: none +} + +.ui.basic.loading.button:not(.inverted):before { + border-color: #0000001a +} + +.ui.basic.loading.button:not(.inverted):after { + border-color: #767676 +} + +.ui.buttons .disabled.button:not(.basic), .ui.disabled.button, .ui.button:disabled, .ui.disabled.button:hover, .ui.disabled.active.button { + cursor: default; + opacity: var(--opacity-disabled)!important; + background-image: none; + box-shadow: none; + pointer-events: none!important +} + +.ui.basic.buttons .ui.disabled.button { + border-color: #22242680 +} + +.ui.animated.button { + position: relative; + overflow: hidden; + padding-right: 0!important; + vertical-align: middle; + z-index: 1 +} + +.ui.animated.button .content { + will-change: transform, opacity +} + +.ui.animated.button .visible.content { + position: relative; + margin-right: 1.5em +} + +.ui.animated.button .hidden.content { + position: absolute; + width: 100% +} + +.ui.animated.button .visible.content, .ui.animated.button .hidden.content { + transition: right .3s ease 0s +} + +.ui.animated.button .visible.content { + left: auto; + right: 0 +} + +.ui.animated.button .hidden.content { + top: 50%; + left: auto; + right: -100%; + margin-top: -.5em +} + +.ui.animated.button:focus .visible.content, .ui.animated.button:hover .visible.content { + left: auto; + right: 200% +} + +.ui.animated.button:focus .hidden.content, .ui.animated.button:hover .hidden.content { + left: auto; + right: 0 +} + +.ui.vertical.animated.button .visible.content, .ui.vertical.animated.button .hidden.content { + transition: top .3s ease, transform .3s ease +} + +.ui.vertical.animated.button .visible.content { + transform: translateY(0%); + right: auto +} + +.ui.vertical.animated.button .hidden.content { + top: -50%; + left: 0; + right: auto +} + +.ui.vertical.animated.button:focus .visible.content, .ui.vertical.animated.button:hover .visible.content { + transform: translateY(200%); + right: auto +} + +.ui.vertical.animated.button:focus .hidden.content, .ui.vertical.animated.button:hover .hidden.content { + top: 50%; + right: auto +} + +.ui.fade.animated.button .visible.content, .ui.fade.animated.button .hidden.content { + transition: opacity .3s ease, transform .3s ease +} + +.ui.fade.animated.button .visible.content { + left: auto; + right: auto; + opacity: 1; + transform: scale(1) +} + +.ui.fade.animated.button .hidden.content { + opacity: 0; + left: 0; + right: auto; + transform: scale(1.5) +} + +.ui.fade.animated.button:focus .visible.content, .ui.fade.animated.button:hover .visible.content { + left: auto; + right: auto; + opacity: 0; + transform: scale(.75) +} + +.ui.fade.animated.button:focus .hidden.content, .ui.fade.animated.button:hover .hidden.content { + left: 0; + right: auto; + opacity: 1; + transform: scale(1) +} + +.ui.inverted.button { + box-shadow: 0 0 0 2px #fff inset; + background: transparent none; + color: #fff; + text-shadow: none!important +} + +.ui.inverted.buttons .button { + margin: 0 0 0 -2px +} + +.ui.inverted.buttons .button:first-child { + margin-left: 0 +} + +.ui.inverted.vertical.buttons .button { + margin: 0 0 -2px +} + +.ui.inverted.vertical.buttons .button:first-child { + margin-top: 0 +} + +.ui.inverted.button:hover { + background: #FFFFFF; + box-shadow: 0 0 0 2px #fff inset; + color: #000c +} + +.ui.inverted.button:focus, .ui.inverted.button.active { + background: #FFFFFF; + box-shadow: 0 0 0 2px #fff inset; + color: #000c +} + +.ui.inverted.button.active:focus { + background: #DCDDDE; + box-shadow: 0 0 0 2px #dcddde inset; + color: #000c +} + +.ui.labeled.button:not(.icon) { + display: inline-flex; + flex-direction: row; + background: none; + padding: 0!important; + border: none; + box-shadow: none +} + +.ui.labeled.button>.button { + margin: 0 +} + +.ui.labeled.button>.label { + display: flex; + align-items: center; + margin: 0 0 0 -1px!important; + font-size: 1em; + padding: ""; + border-color: #22242626 +} + +.ui.labeled.button>.tag.label:before { + width: 1.85em; + height: 1.85em +} + +.ui.labeled.button:not([class*="left labeled"])>.button { + border-top-right-radius: 0; + border-bottom-right-radius: 0 +} + +.ui.labeled.button:not([class*="left labeled"])>.label { + border-top-left-radius: 0; + border-bottom-left-radius: 0 +} + +.ui[class*="left labeled"].button>.button { + border-top-left-radius: 0; + border-bottom-left-radius: 0 +} + +.ui[class*="left labeled"].button>.label { + border-top-right-radius: 0; + border-bottom-right-radius: 0 +} + +.ui.facebook.button { + background-color: #3b5998; + color: #fff; + text-shadow: none; + background-image: none; + box-shadow: 0 0 #22242626 inset +} + +.ui.facebook.button:hover { + background-color: #304d8a; + color: #fff; + text-shadow: none +} + +.ui.facebook.button:active { + background-color: #2d4373; + color: #fff; + text-shadow: none +} + +.ui.twitter.button { + background-color: #1da1f2; + color: #fff; + text-shadow: none; + background-image: none; + box-shadow: 0 0 #22242626 inset +} + +.ui.twitter.button:hover { + background-color: #0298f3; + color: #fff; + text-shadow: none +} + +.ui.twitter.button:active { + background-color: #0c85d0; + color: #fff; + text-shadow: none +} + +.ui.google.plus.button { + background-color: #dd4b39; + color: #fff; + text-shadow: none; + background-image: none; + box-shadow: 0 0 #22242626 inset +} + +.ui.google.plus.button:hover { + background-color: #e0321c; + color: #fff; + text-shadow: none +} + +.ui.google.plus.button:active { + background-color: #c23321; + color: #fff; + text-shadow: none +} + +.ui.linkedin.button { + background-color: #0077b5; + color: #fff; + text-shadow: none +} + +.ui.linkedin.button:hover { + background-color: #00669c; + color: #fff; + text-shadow: none +} + +.ui.linkedin.button:active { + background-color: #005582; + color: #fff; + text-shadow: none +} + +.ui.youtube.button { + background-color: red; + color: #fff; + text-shadow: none; + background-image: none; + box-shadow: 0 0 #22242626 inset +} + +.ui.youtube.button:hover { + background-color: #e60000; + color: #fff; + text-shadow: none +} + +.ui.youtube.button:active { + background-color: #c00; + color: #fff; + text-shadow: none +} + +.ui.instagram.button { + background-color: #49769c; + color: #fff; + text-shadow: none; + background-image: none; + box-shadow: 0 0 #22242626 inset +} + +.ui.instagram.button:hover { + background-color: #3d698e; + color: #fff; + text-shadow: none +} + +.ui.instagram.button:active { + background-color: #395c79; + color: #fff; + text-shadow: none +} + +.ui.pinterest.button { + background-color: #bd081c; + color: #fff; + text-shadow: none; + background-image: none; + box-shadow: 0 0 #22242626 inset +} + +.ui.pinterest.button:hover { + background-color: #ac0013; + color: #fff; + text-shadow: none +} + +.ui.pinterest.button:active { + background-color: #8c0615; + color: #fff; + text-shadow: none +} + +.ui.vk.button { + background-color: #45668e; + color: #fff; + background-image: none; + box-shadow: 0 0 #22242626 inset +} + +.ui.vk.button:hover { + background-color: #395980; + color: #fff +} + +.ui.vk.button:active { + background-color: #344d6c; + color: #fff +} + +.ui.whatsapp.button { + background-color: #25d366; + color: #fff; + background-image: none; + box-shadow: 0 0 #22242626 inset +} + +.ui.whatsapp.button:hover { + background-color: #19c55a; + color: #fff +} + +.ui.whatsapp.button:active { + background-color: #1da851; + color: #fff +} + +.ui.telegram.button { + background-color: #08c; + color: #fff; + background-image: none; + box-shadow: 0 0 #22242626 inset +} + +.ui.telegram.button:hover { + background-color: #0077b3; + color: #fff +} + +.ui.telegram.button:active { + background-color: #069; + color: #fff +} + +.ui.button>.icon:not(.button) { + height: auto; + opacity: .8; + transition: opacity .1s ease; + color: "" +} + +.ui.button:not(.icon)>.icon:not(.button):not(.dropdown), .ui.button:not(.icon)>.icons:not(.button):not(.dropdown) { + margin: 0 .42857143em 0 -.21428571em; + vertical-align: baseline +} + +.ui.button:not(.icon)>.icons:not(.button):not(.dropdown)>.icon { + vertical-align: baseline +} + +.ui.button:not(.icon)>.right.icon:not(.button):not(.dropdown) { + margin: 0 -.21428571em 0 .42857143em +} + +.ui[class*="left floated"].buttons, .ui[class*="left floated"].button { + float: left; + margin-left: 0; + margin-right: .25em +} + +.ui[class*="right floated"].buttons, .ui[class*="right floated"].button { + float: right; + margin-right: 0; + margin-left: .25em +} + +.ui.compact.buttons .button, .ui.compact.button { + padding: .58928571em 1.125em +} + +.ui.compact.icon.buttons .button, .ui.compact.icon.button { + padding: .58928571em +} + +.ui.compact.labeled.icon.buttons .button, .ui.compact.labeled.icon.button { + padding: .58928571em 3.69642857em +} + +.ui.compact.labeled.icon.buttons .button>.icon, .ui.compact.labeled.icon.button>.icon { + padding: .58928571em 0 +} + +.ui.buttons .button, .ui.buttons .or, .ui.button { + font-size: 1rem +} + +.ui.mini.buttons .dropdown, .ui.mini.buttons .dropdown .menu>.item, .ui.mini.buttons .button, .ui.mini.buttons .or, .ui.ui.ui.ui.mini.button { + font-size: .78571429rem +} + +.ui.tiny.buttons .dropdown, .ui.tiny.buttons .dropdown .menu>.item, .ui.tiny.buttons .button, .ui.tiny.buttons .or, .ui.ui.ui.ui.tiny.button { + font-size: .85714286rem +} + +.ui.small.buttons .dropdown, .ui.small.buttons .dropdown .menu>.item, .ui.small.buttons .button, .ui.small.buttons .or, .ui.ui.ui.ui.small.button { + font-size: .92857143rem +} + +.ui.large.buttons .dropdown, .ui.large.buttons .dropdown .menu>.item, .ui.large.buttons .button, .ui.large.buttons .or, .ui.ui.ui.ui.large.button { + font-size: 1.14285714rem +} + +.ui.big.buttons .dropdown, .ui.big.buttons .dropdown .menu>.item, .ui.big.buttons .button, .ui.big.buttons .or, .ui.ui.ui.ui.big.button { + font-size: 1.28571429rem +} + +.ui.huge.buttons .dropdown, .ui.huge.buttons .dropdown .menu>.item, .ui.huge.buttons .button, .ui.huge.buttons .or, .ui.ui.ui.ui.huge.button { + font-size: 1.42857143rem +} + +.ui.massive.buttons .dropdown, .ui.massive.buttons .dropdown .menu>.item, .ui.massive.buttons .button, .ui.massive.buttons .or, .ui.ui.ui.ui.massive.button { + font-size: 1.71428571rem +} + +.ui.icon.buttons .button, .ui.icon.button:not(.animated):not(.compact) { + padding: .78571429em +} + +.ui.animated.icon.button>.content>.icon, .ui.icon.buttons .button>.icon, .ui.icon.button>.icon { + opacity: .9; + margin: 0!important; + vertical-align: top +} + +.ui.animated.button>.content>.icon { + vertical-align: top +} + +.ui.basic.buttons .button, .ui.basic.button { + background: transparent none; + color: #0009; + font-weight: normal; + border-radius: .28571429rem; + text-transform: none; + text-shadow: none!important; + box-shadow: 0 0 0 1px #22242626 inset +} + +.ui.basic.buttons { + box-shadow: none; + border: 1px solid rgba(34, 36, 38, .15); + border-radius: .28571429rem +} + +.ui.basic.buttons .button { + border-radius: 0 +} + +.ui.basic.buttons .button:hover, .ui.basic.button:hover { + background: #FFFFFF; + color: #000c; + box-shadow: 0 0 0 1px #22242659 inset, 0 0 #22242626 inset +} + +.ui.basic.buttons .button:focus, .ui.basic.button:focus { + background: #FFFFFF; + color: #000c; + box-shadow: 0 0 0 1px #22242659 inset, 0 0 #22242626 inset +} + +.ui.basic.buttons .button:active, .ui.basic.button:active { + background: #F8F8F8; + color: #000000e6; + box-shadow: 0 0 0 1px #00000026 inset, 0 1px 4px #22242626 inset +} + +.ui.basic.buttons .active.button, .ui.basic.active.button { + background: rgba(0, 0, 0, .05); + box-shadow: ""; + color: #000000f2 +} + +.ui.basic.buttons .active.button:hover, .ui.basic.active.button:hover { + background-color: #0000000d +} + +.ui.basic.buttons .button:hover { + box-shadow: 0 0 0 1px #22242659 inset, 0 0 #22242626 inset inset +} + +.ui.basic.buttons .button:active { + box-shadow: 0 0 0 1px #00000026 inset, 0 1px 4px #22242626 inset inset +} + +.ui.basic.buttons .active.button { + box-shadow: "" +} + +.ui.basic.inverted.buttons .button, .ui.basic.inverted.button { + background-color: transparent; + color: #f9fafb; + box-shadow: 0 0 0 2px #ffffff80 inset +} + +.ui.basic.inverted.buttons .button:hover, .ui.basic.inverted.button:hover { + color: #fff; + box-shadow: 0 0 0 2px #fff inset +} + +.ui.basic.inverted.buttons .button:focus, .ui.basic.inverted.button:focus { + color: #fff; + box-shadow: 0 0 0 2px #fff inset +} + +.ui.basic.inverted.buttons .button:active, .ui.basic.inverted.button:active { + background-color: #ffffff14; + color: #fff; + box-shadow: 0 0 0 2px #ffffffe6 inset +} + +.ui.basic.inverted.buttons .active.button, .ui.basic.inverted.active.button { + background-color: #ffffff14; + color: #fff; + text-shadow: none; + box-shadow: 0 0 0 2px #ffffffb3 inset +} + +.ui.basic.inverted.buttons .active.button:hover, .ui.basic.inverted.active.button:hover { + background-color: #ffffff26; + box-shadow: 0 0 0 2px #fff inset +} + +.ui.basic.buttons .button { + border-left: 1px solid rgba(34, 36, 38, .15); + box-shadow: none +} + +.ui.basic.vertical.buttons .button { + border-left: none; + border-left-width: 0; + border-top: 1px solid rgba(34, 36, 38, .15) +} + +.ui.basic.vertical.buttons .button:first-child { + border-top-width: 0 +} + +.ui.tertiary.button { + transition: color .1s ease!important; + border-radius: 0; + margin: .28571429em .25em .28571429em 0!important; + padding: .5em!important; + box-shadow: none; + color: #0009; + background: none +} + +.ui.tertiary.button:hover { + box-shadow: inset 0 -.2em #666; + color: #333; + background: none +} + +.ui.tertiary.button:focus { + box-shadow: inset 0 -.2em #666; + color: #333; + background: none +} + +.ui.tertiary.button:active { + box-shadow: inset 0 -.2em #999; + border-radius: .28571429rem .28571429rem 0 0; + color: #666; + background: none +} + +.ui.labeled.icon.buttons .button, .ui.labeled.icon.button { + position: relative; + padding-left: 4.07142857em!important; + padding-right: 1.5em!important +} + +.ui.labeled.icon.buttons>.button>.icon, .ui.labeled.icon.button>.icon { + position: absolute; + top: 0; + left: 0; + height: 100%; + line-height: 1; + border-radius: inherit 0 0 inherit; + text-align: center; + -webkit-animation: none; + animation: none; + padding: .78571429em 0; + margin: 0; + width: 2.57142857em; + background-color: #0000000d; + color: ""; + box-shadow: -1px 0 transparent inset +} + +.ui[class*="right labeled"].icon.button { + padding-right: 4.07142857em!important; + padding-left: 1.5em!important +} + +.ui[class*="right labeled"].icon.button>.icon { + left: auto; + right: 0; + border-radius: 0 inherit inherit 0; + box-shadow: 1px 0 transparent inset +} + +.ui.labeled.icon.buttons>.button>.icon:before, .ui.labeled.icon.button>.icon:before, .ui.labeled.icon.buttons>.button>.icon:after, .ui.labeled.icon.button>.icon:after { + display: block; + position: relative; + width: 100%; + top: 0; + text-align: center +} + +.ui.labeled.icon.buttons .button>.icon { + border-radius: 0 +} + +.ui.labeled.icon.buttons .button:first-child>.icon { + border-top-left-radius: .28571429rem; + border-bottom-left-radius: .28571429rem +} + +.ui.labeled.icon.buttons .button:last-child>.icon { + border-top-right-radius: .28571429rem; + border-bottom-right-radius: .28571429rem +} + +.ui.vertical.labeled.icon.buttons .button:first-child>.icon { + border-radius: .28571429rem 0 0 +} + +.ui.vertical.labeled.icon.buttons .button:last-child>.icon { + border-radius: 0 0 0 .28571429rem +} + +.ui.labeled.icon.button>.loading.icon:before { + -webkit-animation: loader 2s linear infinite; + animation: loader 2s linear infinite +} + +.ui.toggle.buttons .active.button, .ui.buttons .button.toggle.active, .ui.button.toggle.active { + background-color: var(--color-gitea-lightblue-light); + box-shadow: none; + text-shadow: none; + color: #fff +} + +.ui.button.toggle.active:hover { + background-color: var(--color-gitea-lightblue-dark); + text-shadow: none; + color: #fff +} + +.ui.circular.button { + border-radius: 10em +} + +.ui.circular.button>.icon { + width: 1em; + vertical-align: baseline +} + +.ui.buttons .or { + position: relative; + width: .3em; + height: 2.57142857em; + z-index: 3 +} + +.ui.buttons .or:before { + position: absolute; + text-align: center; + border-radius: 500rem; + content: "or"; + top: 50%; + left: 50%; + background-color: #fff; + text-shadow: none; + margin-top: -.89285714em; + margin-left: -.89285714em; + width: 1.78571429em; + height: 1.78571429em; + line-height: 1.78571429em; + color: #0006; + font-style: normal; + font-weight: 500; + box-shadow: 0 0 0 1px transparent inset +} + +.ui.buttons .or[data-text]:before { + content: attr(data-text) +} + +.ui.fluid.buttons .or { + width: 0!important +} + +.ui.fluid.buttons .or:after { + display: none +} + +.ui.attached.button { + position: relative; + display: block; + margin: 0; + border-radius: 0; + box-shadow: 0 0 0 1px #22242626 +} + +.ui.attached.top.button { + border-radius: .28571429rem .28571429rem 0 0 +} + +.ui.attached.bottom.button { + border-radius: 0 0 .28571429rem .28571429rem +} + +.ui.left.attached.button { + display: inline-block; + border-left: none; + text-align: right; + padding-right: .75em; + border-radius: .28571429rem 0 0 .28571429rem +} + +.ui.right.attached.button { + display: inline-block; + text-align: left; + padding-left: .75em; + border-radius: 0 .28571429rem .28571429rem 0 +} + +.ui.attached.buttons { + position: relative; + display: flex; + border-radius: 0; + width: auto!important; + z-index: auto; + margin-left: -1px; + margin-right: -1px +} + +.ui.attached.buttons .button { + margin: 0 +} + +.ui.attached.buttons .button:first-child { + border-radius: 0 +} + +.ui.attached.buttons .button:last-child { + border-radius: 0 +} + +.ui[class*="top attached"].buttons { + margin-bottom: -1px; + border-radius: .28571429rem .28571429rem 0 0 +} + +.ui[class*="top attached"].buttons .button:first-child { + border-radius: .28571429rem 0 0 +} + +.ui[class*="top attached"].buttons .button:last-child { + border-radius: 0 .28571429rem 0 0 +} + +.ui[class*="bottom attached"].buttons { + margin-top: -1px; + border-radius: 0 0 .28571429rem .28571429rem +} + +.ui[class*="bottom attached"].buttons .button:first-child { + border-radius: 0 0 0 .28571429rem +} + +.ui[class*="bottom attached"].buttons .button:last-child { + border-radius: 0 0 .28571429rem +} + +.ui[class*="left attached"].buttons { + display: inline-flex; + margin-right: 0; + margin-left: -1px; + border-radius: 0 .28571429rem .28571429rem 0 +} + +.ui[class*="left attached"].buttons .button:first-child { + margin-left: -1px; + border-radius: 0 .28571429rem 0 0 +} + +.ui[class*="left attached"].buttons .button:last-child { + margin-left: -1px; + border-radius: 0 0 .28571429rem +} + +.ui[class*="right attached"].buttons { + display: inline-flex; + margin-left: 0; + margin-right: -1px; + border-radius: .28571429rem 0 0 .28571429rem +} + +.ui[class*="right attached"].buttons .button:first-child { + margin-left: -1px; + border-radius: .28571429rem 0 0 +} + +.ui[class*="right attached"].buttons .button:last-child { + margin-left: -1px; + border-radius: 0 0 0 .28571429rem +} + +.ui.fluid.buttons, .ui.fluid.button { + width: 100% +} + +.ui.fluid.button { + display: block +} + +.ui.two.buttons { + width: 100% +} + +.ui.two.buttons>.button { + width: 50% +} + +.ui.three.buttons { + width: 100% +} + +.ui.three.buttons>.button { + width: 33.333% +} + +.ui.four.buttons { + width: 100% +} + +.ui.four.buttons>.button { + width: 25% +} + +.ui.five.buttons { + width: 100% +} + +.ui.five.buttons>.button { + width: 20% +} + +.ui.six.buttons { + width: 100% +} + +.ui.six.buttons>.button { + width: 16.666% +} + +.ui.seven.buttons { + width: 100% +} + +.ui.seven.buttons>.button { + width: 14.285% +} + +.ui.eight.buttons { + width: 100% +} + +.ui.eight.buttons>.button { + width: 12.5% +} + +.ui.nine.buttons { + width: 100% +} + +.ui.nine.buttons>.button { + width: 11.11% +} + +.ui.ten.buttons { + width: 100% +} + +.ui.ten.buttons>.button { + width: 10% +} + +.ui.eleven.buttons { + width: 100% +} + +.ui.eleven.buttons>.button { + width: 9.09% +} + +.ui.twelve.buttons { + width: 100% +} + +.ui.twelve.buttons>.button { + width: 8.3333% +} + +.ui.fluid.vertical.buttons, .ui.fluid.vertical.buttons>.button { + display: flex; + width: auto; + justify-content: center +} + +.ui.two.vertical.buttons>.button { + height: 50% +} + +.ui.three.vertical.buttons>.button { + height: 33.333% +} + +.ui.four.vertical.buttons>.button { + height: 25% +} + +.ui.five.vertical.buttons>.button { + height: 20% +} + +.ui.six.vertical.buttons>.button { + height: 16.666% +} + +.ui.seven.vertical.buttons>.button { + height: 14.285% +} + +.ui.eight.vertical.buttons>.button { + height: 12.5% +} + +.ui.nine.vertical.buttons>.button { + height: 11.11% +} + +.ui.ten.vertical.buttons>.button { + height: 10% +} + +.ui.eleven.vertical.buttons>.button { + height: 9.09% +} + +.ui.twelve.vertical.buttons>.button { + height: 8.3333% +} + +.ui.primary.buttons .button, .ui.primary.button { + background-color: #2185d0; + color: #fff; + text-shadow: none; + background-image: none +} + +.ui.primary.button { + box-shadow: 0 0 #22242626 inset +} + +.ui.primary.buttons .button:hover, .ui.primary.button:hover { + background-color: #1678c2; + color: #fff; + text-shadow: none +} + +.ui.primary.buttons .button:focus, .ui.primary.button:focus { + background-color: #0d71bb; + color: #fff; + text-shadow: none +} + +.ui.primary.buttons .button:active, .ui.primary.button:active { + background-color: #1a69a4; + color: #fff; + text-shadow: none +} + +.ui.primary.buttons .active.button, .ui.primary.buttons .active.button:active, .ui.primary.active.button, .ui.primary.button .active.button:active { + background-color: #1279c6; + color: #fff; + text-shadow: none +} + +.ui.basic.primary.buttons .button, .ui.basic.primary.button { + background: transparent; + box-shadow: 0 0 0 1px #2185d0 inset; + color: #2185d0 +} + +.ui.basic.primary.buttons .button:hover, .ui.basic.primary.button:hover { + background: transparent; + box-shadow: 0 0 0 1px #1678c2 inset; + color: #1678c2 +} + +.ui.basic.primary.buttons .button:focus, .ui.basic.primary.button:focus { + background: transparent; + box-shadow: 0 0 0 1px #0d71bb inset; + color: #1678c2 +} + +.ui.basic.primary.buttons .active.button, .ui.basic.primary.active.button { + background: transparent; + box-shadow: 0 0 0 1px #1279c6 inset; + color: #1a69a4 +} + +.ui.basic.primary.buttons .button:active, .ui.basic.primary.button:active { + box-shadow: 0 0 0 1px #1a69a4 inset; + color: #1a69a4 +} + +.ui.buttons:not(.vertical)>.basic.primary.button:not(:first-child) { + margin-left: -1px +} + +.ui.inverted.primary.buttons .button, .ui.inverted.primary.button { + background-color: transparent; + box-shadow: 0 0 0 2px #54c8ff inset; + color: #54c8ff +} + +.ui.inverted.primary.buttons .button:hover, .ui.inverted.primary.button:hover, .ui.inverted.primary.buttons .button:focus, .ui.inverted.primary.button:focus, .ui.inverted.primary.buttons .button.active, .ui.inverted.primary.button.active, .ui.inverted.primary.buttons .button:active, .ui.inverted.primary.button:active { + box-shadow: none; + color: #fff +} + +.ui.inverted.primary.buttons .button:hover, .ui.inverted.primary.button:hover { + background-color: #21b8ff +} + +.ui.inverted.primary.buttons .button:focus, .ui.inverted.primary.button:focus { + background-color: #2bbbff +} + +.ui.inverted.primary.buttons .active.button, .ui.inverted.primary.active.button { + background-color: #3ac0ff +} + +.ui.inverted.primary.buttons .button:active, .ui.inverted.primary.button:active { + background-color: #21b8ff +} + +.ui.inverted.primary.basic.buttons .button, .ui.inverted.primary.buttons .basic.button, .ui.inverted.primary.basic.button { + background-color: transparent; + box-shadow: 0 0 0 2px #ffffff80 inset; + color: #fff +} + +.ui.inverted.primary.basic.buttons .button:hover, .ui.inverted.primary.buttons .basic.button:hover, .ui.inverted.primary.basic.button:hover { + box-shadow: 0 0 0 2px #21b8ff inset; + color: #54c8ff +} + +.ui.inverted.primary.basic.buttons .button:focus, .ui.inverted.primary.basic.buttons .button:focus, .ui.inverted.primary.basic.button:focus { + box-shadow: 0 0 0 2px #2bbbff inset; + color: #54c8ff +} + +.ui.inverted.primary.basic.buttons .active.button, .ui.inverted.primary.buttons .basic.active.button, .ui.inverted.primary.basic.active.button { + box-shadow: 0 0 0 2px #3ac0ff inset; + color: #54c8ff +} + +.ui.inverted.primary.basic.buttons .button:active, .ui.inverted.primary.buttons .basic.button:active, .ui.inverted.primary.basic.button:active { + box-shadow: 0 0 0 2px #21b8ff inset; + color: #54c8ff +} + +.ui.tertiary.primary.buttons .button, .ui.tertiary.primary.buttons .tertiary.button, .ui.tertiary.primary.button { + background: transparent; + box-shadow: none; + color: #2185d0 +} + +.ui.tertiary.primary.buttons .button:hover, .ui.tertiary.primary.buttons button:hover, .ui.tertiary.primary.button:hover { + box-shadow: inset 0 -.2em #2b75ac; + color: #2b75ac +} + +.ui.tertiary.primary.buttons .button:focus, .ui.tertiary.primary.buttons .tertiary.button:focus, .ui.tertiary.primary.button:focus { + box-shadow: inset 0 -.2em #216ea7; + color: #216ea7 +} + +.ui.tertiary.primary.buttons .active.button, .ui.tertiary.primary.buttons .tertiary.active.button, .ui.tertiary.primary.active.button, .ui.tertiary.primary.buttons .button:active, .ui.tertiary.primary.buttons .tertiary.button:active, .ui.tertiary.primary.button:active { + box-shadow: inset 0 -.2em #007bd8; + color: #1279c6 +} + +.ui.secondary.buttons .button, .ui.secondary.button { + background-color: #1b1c1d; + color: #fff; + text-shadow: none; + background-image: none +} + +.ui.secondary.button { + box-shadow: 0 0 #22242626 inset +} + +.ui.secondary.buttons .button:hover, .ui.secondary.button:hover { + background-color: #27292a; + color: #fff; + text-shadow: none +} + +.ui.secondary.buttons .button:focus, .ui.secondary.button:focus { + background-color: #2e3032; + color: #fff; + text-shadow: none +} + +.ui.secondary.buttons .button:active, .ui.secondary.button:active { + background-color: #343637; + color: #fff; + text-shadow: none +} + +.ui.secondary.buttons .active.button, .ui.secondary.buttons .active.button:active, .ui.secondary.active.button, .ui.secondary.button .active.button:active { + background-color: #27292a; + color: #fff; + text-shadow: none +} + +.ui.basic.secondary.buttons .button, .ui.basic.secondary.button { + background: transparent; + box-shadow: 0 0 0 1px #1b1c1d inset; + color: #1b1c1d +} + +.ui.basic.secondary.buttons .button:hover, .ui.basic.secondary.button:hover { + background: transparent; + box-shadow: 0 0 0 1px #27292a inset; + color: #27292a +} + +.ui.basic.secondary.buttons .button:focus, .ui.basic.secondary.button:focus { + background: transparent; + box-shadow: 0 0 0 1px #2e3032 inset; + color: #27292a +} + +.ui.basic.secondary.buttons .active.button, .ui.basic.secondary.active.button { + background: transparent; + box-shadow: 0 0 0 1px #27292a inset; + color: #343637 +} + +.ui.basic.secondary.buttons .button:active, .ui.basic.secondary.button:active { + box-shadow: 0 0 0 1px #343637 inset; + color: #343637 +} + +.ui.buttons:not(.vertical)>.basic.secondary.button:not(:first-child) { + margin-left: -1px +} + +.ui.inverted.secondary.buttons .button, .ui.inverted.secondary.button { + background-color: transparent; + box-shadow: 0 0 0 2px #545454 inset; + color: #545454 +} + +.ui.inverted.secondary.buttons .button:hover, .ui.inverted.secondary.button:hover, .ui.inverted.secondary.buttons .button:focus, .ui.inverted.secondary.button:focus, .ui.inverted.secondary.buttons .button.active, .ui.inverted.secondary.button.active, .ui.inverted.secondary.buttons .button:active, .ui.inverted.secondary.button:active { + box-shadow: none; + color: #fff +} + +.ui.inverted.secondary.buttons .button:hover, .ui.inverted.secondary.button:hover { + background-color: #6e6e6e +} + +.ui.inverted.secondary.buttons .button:focus, .ui.inverted.secondary.button:focus { + background-color: #686868 +} + +.ui.inverted.secondary.buttons .active.button, .ui.inverted.secondary.active.button { + background-color: #616161 +} + +.ui.inverted.secondary.buttons .button:active, .ui.inverted.secondary.button:active { + background-color: #6e6e6e +} + +.ui.inverted.secondary.basic.buttons .button, .ui.inverted.secondary.buttons .basic.button, .ui.inverted.secondary.basic.button { + background-color: transparent; + box-shadow: 0 0 0 2px #ffffff80 inset; + color: #fff +} + +.ui.inverted.secondary.basic.buttons .button:hover, .ui.inverted.secondary.buttons .basic.button:hover, .ui.inverted.secondary.basic.button:hover { + box-shadow: 0 0 0 2px #6e6e6e inset; + color: #545454 +} + +.ui.inverted.secondary.basic.buttons .button:focus, .ui.inverted.secondary.basic.buttons .button:focus, .ui.inverted.secondary.basic.button:focus { + box-shadow: 0 0 0 2px #686868 inset; + color: #545454 +} + +.ui.inverted.secondary.basic.buttons .active.button, .ui.inverted.secondary.buttons .basic.active.button, .ui.inverted.secondary.basic.active.button { + box-shadow: 0 0 0 2px #616161 inset; + color: #545454 +} + +.ui.inverted.secondary.basic.buttons .button:active, .ui.inverted.secondary.buttons .basic.button:active, .ui.inverted.secondary.basic.button:active { + box-shadow: 0 0 0 2px #6e6e6e inset; + color: #545454 +} + +.ui.tertiary.secondary.buttons .button, .ui.tertiary.secondary.buttons .tertiary.button, .ui.tertiary.secondary.button { + background: transparent; + box-shadow: none; + color: #1b1c1d +} + +.ui.tertiary.secondary.buttons .button:hover, .ui.tertiary.secondary.buttons button:hover, .ui.tertiary.secondary.button:hover { + box-shadow: inset 0 -.2em #292929; + color: #292929 +} + +.ui.tertiary.secondary.buttons .button:focus, .ui.tertiary.secondary.buttons .tertiary.button:focus, .ui.tertiary.secondary.button:focus { + box-shadow: inset 0 -.2em #303030; + color: #303030 +} + +.ui.tertiary.secondary.buttons .active.button, .ui.tertiary.secondary.buttons .tertiary.active.button, .ui.tertiary.secondary.active.button, .ui.tertiary.secondary.buttons .button:active, .ui.tertiary.secondary.buttons .tertiary.button:active, .ui.tertiary.secondary.button:active { + box-shadow: inset 0 -.2em #1f2933; + color: #27292a +} + +.ui.red.buttons .button, .ui.red.button { + background-color: #db2828; + color: #fff; + text-shadow: none; + background-image: none +} + +.ui.red.button { + box-shadow: 0 0 #22242626 inset +} + +.ui.red.buttons .button:hover, .ui.red.button:hover { + background-color: #d01919; + color: #fff; + text-shadow: none +} + +.ui.red.buttons .button:focus, .ui.red.button:focus { + background-color: #ca1010; + color: #fff; + text-shadow: none +} + +.ui.red.buttons .button:active, .ui.red.button:active { + background-color: #b21e1e; + color: #fff; + text-shadow: none +} + +.ui.red.buttons .active.button, .ui.red.buttons .active.button:active, .ui.red.active.button, .ui.red.button .active.button:active { + background-color: #d41515; + color: #fff; + text-shadow: none +} + +.ui.basic.red.buttons .button, .ui.basic.red.button { + background: transparent; + box-shadow: 0 0 0 1px #db2828 inset; + color: #db2828 +} + +.ui.basic.red.buttons .button:hover, .ui.basic.red.button:hover { + background: transparent; + box-shadow: 0 0 0 1px #d01919 inset; + color: #d01919 +} + +.ui.basic.red.buttons .button:focus, .ui.basic.red.button:focus { + background: transparent; + box-shadow: 0 0 0 1px #ca1010 inset; + color: #d01919 +} + +.ui.basic.red.buttons .active.button, .ui.basic.red.active.button { + background: transparent; + box-shadow: 0 0 0 1px #d41515 inset; + color: #b21e1e +} + +.ui.basic.red.buttons .button:active, .ui.basic.red.button:active { + box-shadow: 0 0 0 1px #b21e1e inset; + color: #b21e1e +} + +.ui.buttons:not(.vertical)>.basic.red.button:not(:first-child) { + margin-left: -1px +} + +.ui.inverted.red.buttons .button, .ui.inverted.red.button { + background-color: transparent; + box-shadow: 0 0 0 2px #ff695e inset; + color: #ff695e +} + +.ui.inverted.red.buttons .button:hover, .ui.inverted.red.button:hover, .ui.inverted.red.buttons .button:focus, .ui.inverted.red.button:focus, .ui.inverted.red.buttons .button.active, .ui.inverted.red.button.active, .ui.inverted.red.buttons .button:active, .ui.inverted.red.button:active { + box-shadow: none; + color: #fff +} + +.ui.inverted.red.buttons .button:hover, .ui.inverted.red.button:hover { + background-color: #ff392b +} + +.ui.inverted.red.buttons .button:focus, .ui.inverted.red.button:focus { + background-color: #ff4335 +} + +.ui.inverted.red.buttons .active.button, .ui.inverted.red.active.button { + background-color: #ff5144 +} + +.ui.inverted.red.buttons .button:active, .ui.inverted.red.button:active { + background-color: #ff392b +} + +.ui.inverted.red.basic.buttons .button, .ui.inverted.red.buttons .basic.button, .ui.inverted.red.basic.button { + background-color: transparent; + box-shadow: 0 0 0 2px #ffffff80 inset; + color: #fff +} + +.ui.inverted.red.basic.buttons .button:hover, .ui.inverted.red.buttons .basic.button:hover, .ui.inverted.red.basic.button:hover { + box-shadow: 0 0 0 2px #ff392b inset; + color: #ff695e +} + +.ui.inverted.red.basic.buttons .button:focus, .ui.inverted.red.basic.buttons .button:focus, .ui.inverted.red.basic.button:focus { + box-shadow: 0 0 0 2px #ff4335 inset; + color: #ff695e +} + +.ui.inverted.red.basic.buttons .active.button, .ui.inverted.red.buttons .basic.active.button, .ui.inverted.red.basic.active.button { + box-shadow: 0 0 0 2px #ff5144 inset; + color: #ff695e +} + +.ui.inverted.red.basic.buttons .button:active, .ui.inverted.red.buttons .basic.button:active, .ui.inverted.red.basic.button:active { + box-shadow: 0 0 0 2px #ff392b inset; + color: #ff695e +} + +.ui.tertiary.red.buttons .button, .ui.tertiary.red.buttons .tertiary.button, .ui.tertiary.red.button { + background: transparent; + box-shadow: none; + color: #db2828 +} + +.ui.tertiary.red.buttons .button:hover, .ui.tertiary.red.buttons button:hover, .ui.tertiary.red.button:hover { + box-shadow: inset 0 -.2em #b93131; + color: #b93131 +} + +.ui.tertiary.red.buttons .button:focus, .ui.tertiary.red.buttons .tertiary.button:focus, .ui.tertiary.red.button:focus { + box-shadow: inset 0 -.2em #b52626; + color: #b52626 +} + +.ui.tertiary.red.buttons .active.button, .ui.tertiary.red.buttons .tertiary.active.button, .ui.tertiary.red.active.button, .ui.tertiary.red.buttons .button:active, .ui.tertiary.red.buttons .tertiary.button:active, .ui.tertiary.red.button:active { + box-shadow: inset 0 -.2em #ea0000; + color: #d41515 +} + +.ui.orange.buttons .button, .ui.orange.button { + background-color: #f2711c; + color: #fff; + text-shadow: none; + background-image: none +} + +.ui.orange.button { + box-shadow: 0 0 #22242626 inset +} + +.ui.orange.buttons .button:hover, .ui.orange.button:hover { + background-color: #f26202; + color: #fff; + text-shadow: none +} + +.ui.orange.buttons .button:focus, .ui.orange.button:focus { + background-color: #e55b00; + color: #fff; + text-shadow: none +} + +.ui.orange.buttons .button:active, .ui.orange.button:active { + background-color: #cf590c; + color: #fff; + text-shadow: none +} + +.ui.orange.buttons .active.button, .ui.orange.buttons .active.button:active, .ui.orange.active.button, .ui.orange.button .active.button:active { + background-color: #f56100; + color: #fff; + text-shadow: none +} + +.ui.basic.orange.buttons .button, .ui.basic.orange.button { + background: transparent; + box-shadow: 0 0 0 1px #f2711c inset; + color: #f2711c +} + +.ui.basic.orange.buttons .button:hover, .ui.basic.orange.button:hover { + background: transparent; + box-shadow: 0 0 0 1px #f26202 inset; + color: #f26202 +} + +.ui.basic.orange.buttons .button:focus, .ui.basic.orange.button:focus { + background: transparent; + box-shadow: 0 0 0 1px #e55b00 inset; + color: #f26202 +} + +.ui.basic.orange.buttons .active.button, .ui.basic.orange.active.button { + background: transparent; + box-shadow: 0 0 0 1px #f56100 inset; + color: #cf590c +} + +.ui.basic.orange.buttons .button:active, .ui.basic.orange.button:active { + box-shadow: 0 0 0 1px #cf590c inset; + color: #cf590c +} + +.ui.buttons:not(.vertical)>.basic.orange.button:not(:first-child) { + margin-left: -1px +} + +.ui.inverted.orange.buttons .button, .ui.inverted.orange.button { + background-color: transparent; + box-shadow: 0 0 0 2px #ff851b inset; + color: #ff851b +} + +.ui.inverted.orange.buttons .button:hover, .ui.inverted.orange.button:hover, .ui.inverted.orange.buttons .button:focus, .ui.inverted.orange.button:focus, .ui.inverted.orange.buttons .button.active, .ui.inverted.orange.button.active, .ui.inverted.orange.buttons .button:active, .ui.inverted.orange.button:active { + box-shadow: none; + color: #fff +} + +.ui.inverted.orange.buttons .button:hover, .ui.inverted.orange.button:hover { + background-color: #e76b00 +} + +.ui.inverted.orange.buttons .button:focus, .ui.inverted.orange.button:focus { + background-color: #f17000 +} + +.ui.inverted.orange.buttons .active.button, .ui.inverted.orange.active.button { + background-color: #ff7701 +} + +.ui.inverted.orange.buttons .button:active, .ui.inverted.orange.button:active { + background-color: #e76b00 +} + +.ui.inverted.orange.basic.buttons .button, .ui.inverted.orange.buttons .basic.button, .ui.inverted.orange.basic.button { + background-color: transparent; + box-shadow: 0 0 0 2px #ffffff80 inset; + color: #fff +} + +.ui.inverted.orange.basic.buttons .button:hover, .ui.inverted.orange.buttons .basic.button:hover, .ui.inverted.orange.basic.button:hover { + box-shadow: 0 0 0 2px #e76b00 inset; + color: #ff851b +} + +.ui.inverted.orange.basic.buttons .button:focus, .ui.inverted.orange.basic.buttons .button:focus, .ui.inverted.orange.basic.button:focus { + box-shadow: 0 0 0 2px #f17000 inset; + color: #ff851b +} + +.ui.inverted.orange.basic.buttons .active.button, .ui.inverted.orange.buttons .basic.active.button, .ui.inverted.orange.basic.active.button { + box-shadow: 0 0 0 2px #ff7701 inset; + color: #ff851b +} + +.ui.inverted.orange.basic.buttons .button:active, .ui.inverted.orange.buttons .basic.button:active, .ui.inverted.orange.basic.button:active { + box-shadow: 0 0 0 2px #e76b00 inset; + color: #ff851b +} + +.ui.tertiary.orange.buttons .button, .ui.tertiary.orange.buttons .tertiary.button, .ui.tertiary.orange.button { + background: transparent; + box-shadow: none; + color: #f2711c +} + +.ui.tertiary.orange.buttons .button:hover, .ui.tertiary.orange.buttons button:hover, .ui.tertiary.orange.button:hover { + box-shadow: inset 0 -.2em #da671b; + color: #da671b +} + +.ui.tertiary.orange.buttons .button:focus, .ui.tertiary.orange.buttons .tertiary.button:focus, .ui.tertiary.orange.button:focus { + box-shadow: inset 0 -.2em #ce6017; + color: #ce6017 +} + +.ui.tertiary.orange.buttons .active.button, .ui.tertiary.orange.buttons .tertiary.active.button, .ui.tertiary.orange.active.button, .ui.tertiary.orange.buttons .button:active, .ui.tertiary.orange.buttons .tertiary.button:active, .ui.tertiary.orange.button:active { + box-shadow: inset 0 -.2em #f56100; + color: #f56100 +} + +.ui.yellow.buttons .button, .ui.yellow.button { + background-color: #fbbd08; + color: #fff; + text-shadow: none; + background-image: none +} + +.ui.yellow.button { + box-shadow: 0 0 #22242626 inset +} + +.ui.yellow.buttons .button:hover, .ui.yellow.button:hover { + background-color: #eaae00; + color: #fff; + text-shadow: none +} + +.ui.yellow.buttons .button:focus, .ui.yellow.button:focus { + background-color: #daa300; + color: #fff; + text-shadow: none +} + +.ui.yellow.buttons .button:active, .ui.yellow.button:active { + background-color: #cd9903; + color: #fff; + text-shadow: none +} + +.ui.yellow.buttons .active.button, .ui.yellow.buttons .active.button:active, .ui.yellow.active.button, .ui.yellow.button .active.button:active { + background-color: #eaae00; + color: #fff; + text-shadow: none +} + +.ui.basic.yellow.buttons .button, .ui.basic.yellow.button { + background: transparent; + box-shadow: 0 0 0 1px #fbbd08 inset; + color: #fbbd08 +} + +.ui.basic.yellow.buttons .button:hover, .ui.basic.yellow.button:hover { + background: transparent; + box-shadow: 0 0 0 1px #eaae00 inset; + color: #eaae00 +} + +.ui.basic.yellow.buttons .button:focus, .ui.basic.yellow.button:focus { + background: transparent; + box-shadow: 0 0 0 1px #daa300 inset; + color: #eaae00 +} + +.ui.basic.yellow.buttons .active.button, .ui.basic.yellow.active.button { + background: transparent; + box-shadow: 0 0 0 1px #eaae00 inset; + color: #cd9903 +} + +.ui.basic.yellow.buttons .button:active, .ui.basic.yellow.button:active { + box-shadow: 0 0 0 1px #cd9903 inset; + color: #cd9903 +} + +.ui.buttons:not(.vertical)>.basic.yellow.button:not(:first-child) { + margin-left: -1px +} + +.ui.inverted.yellow.buttons .button, .ui.inverted.yellow.button { + background-color: transparent; + box-shadow: 0 0 0 2px #ffe21f inset; + color: #ffe21f +} + +.ui.inverted.yellow.buttons .button:hover, .ui.inverted.yellow.button:hover, .ui.inverted.yellow.buttons .button:focus, .ui.inverted.yellow.button:focus, .ui.inverted.yellow.buttons .button.active, .ui.inverted.yellow.button.active, .ui.inverted.yellow.buttons .button:active, .ui.inverted.yellow.button:active { + box-shadow: none; + color: #0009 +} + +.ui.inverted.yellow.buttons .button:hover, .ui.inverted.yellow.button:hover { + background-color: #ebcd00 +} + +.ui.inverted.yellow.buttons .button:focus, .ui.inverted.yellow.button:focus { + background-color: #f5d500 +} + +.ui.inverted.yellow.buttons .active.button, .ui.inverted.yellow.active.button { + background-color: #ffdf05 +} + +.ui.inverted.yellow.buttons .button:active, .ui.inverted.yellow.button:active { + background-color: #ebcd00 +} + +.ui.inverted.yellow.basic.buttons .button, .ui.inverted.yellow.buttons .basic.button, .ui.inverted.yellow.basic.button { + background-color: transparent; + box-shadow: 0 0 0 2px #ffffff80 inset; + color: #fff +} + +.ui.inverted.yellow.basic.buttons .button:hover, .ui.inverted.yellow.buttons .basic.button:hover, .ui.inverted.yellow.basic.button:hover { + box-shadow: 0 0 0 2px #ebcd00 inset; + color: #ffe21f +} + +.ui.inverted.yellow.basic.buttons .button:focus, .ui.inverted.yellow.basic.buttons .button:focus, .ui.inverted.yellow.basic.button:focus { + box-shadow: 0 0 0 2px #f5d500 inset; + color: #ffe21f +} + +.ui.inverted.yellow.basic.buttons .active.button, .ui.inverted.yellow.buttons .basic.active.button, .ui.inverted.yellow.basic.active.button { + box-shadow: 0 0 0 2px #ffdf05 inset; + color: #ffe21f +} + +.ui.inverted.yellow.basic.buttons .button:active, .ui.inverted.yellow.buttons .basic.button:active, .ui.inverted.yellow.basic.button:active { + box-shadow: 0 0 0 2px #ebcd00 inset; + color: #ffe21f +} + +.ui.tertiary.yellow.buttons .button, .ui.tertiary.yellow.buttons .tertiary.button, .ui.tertiary.yellow.button { + background: transparent; + box-shadow: none; + color: #fbbd08 +} + +.ui.tertiary.yellow.buttons .button:hover, .ui.tertiary.yellow.buttons button:hover, .ui.tertiary.yellow.button:hover { + box-shadow: inset 0 -.2em #d2a217; + color: #d2a217 +} + +.ui.tertiary.yellow.buttons .button:focus, .ui.tertiary.yellow.buttons .tertiary.button:focus, .ui.tertiary.yellow.button:focus { + box-shadow: inset 0 -.2em #c49816; + color: #c49816 +} + +.ui.tertiary.yellow.buttons .active.button, .ui.tertiary.yellow.buttons .tertiary.active.button, .ui.tertiary.yellow.active.button, .ui.tertiary.yellow.buttons .button:active, .ui.tertiary.yellow.buttons .tertiary.button:active, .ui.tertiary.yellow.button:active { + box-shadow: inset 0 -.2em #eaae00; + color: #eaae00 +} + +.ui.olive.buttons .button, .ui.olive.button { + background-color: #b5cc18; + color: #fff; + text-shadow: none; + background-image: none +} + +.ui.olive.button { + box-shadow: 0 0 #22242626 inset +} + +.ui.olive.buttons .button:hover, .ui.olive.button:hover { + background-color: #a7bd0d; + color: #fff; + text-shadow: none +} + +.ui.olive.buttons .button:focus, .ui.olive.button:focus { + background-color: #a0b605; + color: #fff; + text-shadow: none +} + +.ui.olive.buttons .button:active, .ui.olive.button:active { + background-color: #8d9e13; + color: #fff; + text-shadow: none +} + +.ui.olive.buttons .active.button, .ui.olive.buttons .active.button:active, .ui.olive.active.button, .ui.olive.button .active.button:active { + background-color: #aac109; + color: #fff; + text-shadow: none +} + +.ui.basic.olive.buttons .button, .ui.basic.olive.button { + background: transparent; + box-shadow: 0 0 0 1px #b5cc18 inset; + color: #b5cc18 +} + +.ui.basic.olive.buttons .button:hover, .ui.basic.olive.button:hover { + background: transparent; + box-shadow: 0 0 0 1px #a7bd0d inset; + color: #a7bd0d +} + +.ui.basic.olive.buttons .button:focus, .ui.basic.olive.button:focus { + background: transparent; + box-shadow: 0 0 0 1px #a0b605 inset; + color: #a7bd0d +} + +.ui.basic.olive.buttons .active.button, .ui.basic.olive.active.button { + background: transparent; + box-shadow: 0 0 0 1px #aac109 inset; + color: #8d9e13 +} + +.ui.basic.olive.buttons .button:active, .ui.basic.olive.button:active { + box-shadow: 0 0 0 1px #8d9e13 inset; + color: #8d9e13 +} + +.ui.buttons:not(.vertical)>.basic.olive.button:not(:first-child) { + margin-left: -1px +} + +.ui.inverted.olive.buttons .button, .ui.inverted.olive.button { + background-color: transparent; + box-shadow: 0 0 0 2px #d9e778 inset; + color: #d9e778 +} + +.ui.inverted.olive.buttons .button:hover, .ui.inverted.olive.button:hover, .ui.inverted.olive.buttons .button:focus, .ui.inverted.olive.button:focus, .ui.inverted.olive.buttons .button.active, .ui.inverted.olive.button.active, .ui.inverted.olive.buttons .button:active, .ui.inverted.olive.button:active { + box-shadow: none; + color: #0009 +} + +.ui.inverted.olive.buttons .button:hover, .ui.inverted.olive.button:hover { + background-color: #d2e745 +} + +.ui.inverted.olive.buttons .button:focus, .ui.inverted.olive.button:focus { + background-color: #daef47 +} + +.ui.inverted.olive.buttons .active.button, .ui.inverted.olive.active.button { + background-color: #daed59 +} + +.ui.inverted.olive.buttons .button:active, .ui.inverted.olive.button:active { + background-color: #cddf4d +} + +.ui.inverted.olive.basic.buttons .button, .ui.inverted.olive.buttons .basic.button, .ui.inverted.olive.basic.button { + background-color: transparent; + box-shadow: 0 0 0 2px #ffffff80 inset; + color: #fff +} + +.ui.inverted.olive.basic.buttons .button:hover, .ui.inverted.olive.buttons .basic.button:hover, .ui.inverted.olive.basic.button:hover { + box-shadow: 0 0 0 2px #d2e745 inset; + color: #d9e778 +} + +.ui.inverted.olive.basic.buttons .button:focus, .ui.inverted.olive.basic.buttons .button:focus, .ui.inverted.olive.basic.button:focus { + box-shadow: 0 0 0 2px #daef47 inset; + color: #d9e778 +} + +.ui.inverted.olive.basic.buttons .active.button, .ui.inverted.olive.buttons .basic.active.button, .ui.inverted.olive.basic.active.button { + box-shadow: 0 0 0 2px #daed59 inset; + color: #d9e778 +} + +.ui.inverted.olive.basic.buttons .button:active, .ui.inverted.olive.buttons .basic.button:active, .ui.inverted.olive.basic.button:active { + box-shadow: 0 0 0 2px #cddf4d inset; + color: #d9e778 +} + +.ui.tertiary.olive.buttons .button, .ui.tertiary.olive.buttons .tertiary.button, .ui.tertiary.olive.button { + background: transparent; + box-shadow: none; + color: #b5cc18 +} + +.ui.tertiary.olive.buttons .button:hover, .ui.tertiary.olive.buttons button:hover, .ui.tertiary.olive.button:hover { + box-shadow: inset 0 -.2em #98a922; + color: #98a922 +} + +.ui.tertiary.olive.buttons .button:focus, .ui.tertiary.olive.buttons .tertiary.button:focus, .ui.tertiary.olive.button:focus { + box-shadow: inset 0 -.2em #92a418; + color: #92a418 +} + +.ui.tertiary.olive.buttons .active.button, .ui.tertiary.olive.buttons .tertiary.active.button, .ui.tertiary.olive.active.button, .ui.tertiary.olive.buttons .button:active, .ui.tertiary.olive.buttons .tertiary.button:active, .ui.tertiary.olive.button:active { + box-shadow: inset 0 -.2em #b1cb00; + color: #aac109 +} + +.ui.green.buttons .button, .ui.green.button { + background-color: var(--color-gitea-lightblue-light); + color: #fff; + text-shadow: none; + background-image: none +} + +.ui.green.button { + box-shadow: 0 0 #22242626 inset +} + +.ui.green.buttons .button:hover, .ui.green.button:hover { + background-color: var(--color-gitea-lightblue-dark); + color: #fff; + text-shadow: none +} + +.ui.green.buttons .button:focus, .ui.green.button:focus { + background-color: var(--color-gitea-lightblue-dark); + color: #fff; + text-shadow: none +} + +.ui.green.buttons .button:active, .ui.green.button:active { + background-color: var(--color-gitea-lightblue-dark); + color: #fff; + text-shadow: none +} + +.ui.green.buttons .active.button, .ui.green.buttons .active.button:active, .ui.green.active.button, .ui.green.button .active.button:active { + background-color: var(--color-gitea-lightblue-dark); + color: #fff; + text-shadow: none +} + +.ui.basic.green.buttons .button, .ui.basic.green.button { + background: transparent; + box-shadow: 0 0 0 1px var(--color-gitea-lightblue-light) inset; + color: var(--color-gitea-lightblue-light) +} + +.ui.basic.green.buttons .button:hover, .ui.basic.green.button:hover { + background: transparent; + box-shadow: 0 0 0 1px var(--color-gitea-lightblue-dark) inset; + color: var(--color-gitea-lightblue-dark) +} + +.ui.basic.green.buttons .button:focus, .ui.basic.green.button:focus { + background: transparent; + box-shadow: 0 0 0 1px var(--color-gitea-lightblue-dark) inset; + color: var(--color-gitea-lightblue-dark) +} + +.ui.basic.green.buttons .active.button, .ui.basic.green.active.button { + background: transparent; + box-shadow: 0 0 0 1px var(--color-gitea-lightblue-dark) inset; + color: var(--color-gitea-lightblue-dark) +} + +.ui.basic.green.buttons .button:active, .ui.basic.green.button:active { + box-shadow: 0 0 0 1px var(--color-gitea-lightblue-dark) inset; + color: var(--color-gitea-lightblue-dark) +} + +.ui.buttons:not(.vertical)>.basic.green.button:not(:first-child) { + margin-left: -1px +} + +.ui.inverted.green.buttons .button, .ui.inverted.green.button { + background-color: transparent; + box-shadow: 0 0 0 2px #2ecc40 inset; + color: #2ecc40 +} + +.ui.inverted.green.buttons .button:hover, .ui.inverted.green.button:hover, .ui.inverted.green.buttons .button:focus, .ui.inverted.green.button:focus, .ui.inverted.green.buttons .button.active, .ui.inverted.green.button.active, .ui.inverted.green.buttons .button:active, .ui.inverted.green.button:active { + box-shadow: none; + color: #fff +} + +.ui.inverted.green.buttons .button:hover, .ui.inverted.green.button:hover { + background-color: #1ea92e +} + +.ui.inverted.green.buttons .button:focus, .ui.inverted.green.button:focus { + background-color: #19b82b +} + +.ui.inverted.green.buttons .active.button, .ui.inverted.green.active.button { + background-color: #1fc231 +} + +.ui.inverted.green.buttons .button:active, .ui.inverted.green.button:active { + background-color: #25a233 +} + +.ui.inverted.green.basic.buttons .button, .ui.inverted.green.buttons .basic.button, .ui.inverted.green.basic.button { + background-color: transparent; + box-shadow: 0 0 0 2px #ffffff80 inset; + color: #fff +} + +.ui.inverted.green.basic.buttons .button:hover, .ui.inverted.green.buttons .basic.button:hover, .ui.inverted.green.basic.button:hover { + box-shadow: 0 0 0 2px #1ea92e inset; + color: #2ecc40 +} + +.ui.inverted.green.basic.buttons .button:focus, .ui.inverted.green.basic.buttons .button:focus, .ui.inverted.green.basic.button:focus { + box-shadow: 0 0 0 2px #19b82b inset; + color: #2ecc40 +} + +.ui.inverted.green.basic.buttons .active.button, .ui.inverted.green.buttons .basic.active.button, .ui.inverted.green.basic.active.button { + box-shadow: 0 0 0 2px #1fc231 inset; + color: #2ecc40 +} + +.ui.inverted.green.basic.buttons .button:active, .ui.inverted.green.buttons .basic.button:active, .ui.inverted.green.basic.button:active { + box-shadow: 0 0 0 2px #25a233 inset; + color: #2ecc40 +} + +.ui.tertiary.green.buttons .button, .ui.tertiary.green.buttons .tertiary.button, .ui.tertiary.green.button { + background: transparent; + box-shadow: none; + color: var(--color-gitea-lightblue-light) +} + +.ui.tertiary.green.buttons .button:hover, .ui.tertiary.green.buttons button:hover, .ui.tertiary.green.button:hover { + box-shadow: inset 0 -.2em #2a9844; + color: #2a9844 +} + +.ui.tertiary.green.buttons .button:focus, .ui.tertiary.green.buttons .tertiary.button:focus, .ui.tertiary.green.button:focus { + box-shadow: inset 0 -.2em #20923b; + color: #20923b +} + +.ui.tertiary.green.buttons .active.button, .ui.tertiary.green.buttons .tertiary.active.button, .ui.tertiary.green.active.button, .ui.tertiary.green.buttons .button:active, .ui.tertiary.green.buttons .tertiary.button:active, .ui.tertiary.green.button:active { + box-shadow: inset 0 -.2em #00c22e; + color: var(--color-gitea-lightblue-dark) +} + +.ui.teal.buttons .button, .ui.teal.button { + background-color: var(--color-gitea-lightblue-light); + color: #fff; + text-shadow: none; + background-image: none +} + +.ui.teal.button { + box-shadow: 0 0 #22242626 inset +} + +.ui.teal.buttons .button:hover, .ui.teal.button:hover { + background-color: var(--color-gitea-lightblue-dark); + color: #fff; + text-shadow: none +} + +.ui.teal.buttons .button:focus, .ui.teal.button:focus { + background-color: var(--color-gitea-lightblue-dark); + color: #fff; + text-shadow: none +} + +.ui.teal.buttons .button:active, .ui.teal.button:active { + background-color: var(--color-gitea-lightblue-dark); + color: #fff; + text-shadow: none +} + +.ui.teal.buttons .active.button, .ui.teal.buttons .active.button:active, .ui.teal.active.button, .ui.teal.button .active.button:active { + background-color: var(--color-gitea-lightblue-dark); + color: #fff; + text-shadow: none +} + +.ui.basic.teal.buttons .button, .ui.basic.teal.button { + background: transparent; + box-shadow: 0 0 0 1px var(--color-gitea-lightblue-light) inset; + color: var(--color-gitea-lightblue-light) +} + +.ui.basic.teal.buttons .button:hover, .ui.basic.teal.button:hover { + background: transparent; + box-shadow: 0 0 0 1px var(--color-gitea-lightblue-dark) inset; + color: var(--color-gitea-lightblue-dark) +} + +.ui.basic.teal.buttons .button:focus, .ui.basic.teal.button:focus { + background: transparent; + box-shadow: 0 0 0 1px var(--color-gitea-lightblue-dark) inset; + color: var(--color-gitea-lightblue-dark) +} + +.ui.basic.teal.buttons .active.button, .ui.basic.teal.active.button { + background: transparent; + box-shadow: 0 0 0 1px var(--color-gitea-lightblue-dark) inset; + color: var(--color-gitea-lightblue-dark) +} + +.ui.basic.teal.buttons .button:active, .ui.basic.teal.button:active { + box-shadow: 0 0 0 1px var(--color-gitea-lightblue-dark) inset; + color: var(--color-gitea-lightblue-dark) +} + +.ui.buttons:not(.vertical)>.basic.teal.button:not(:first-child) { + margin-left: -1px +} + +.ui.inverted.teal.buttons .button, .ui.inverted.teal.button { + background-color: transparent; + box-shadow: 0 0 0 2px #6dffff inset; + color: #6dffff +} + +.ui.inverted.teal.buttons .button:hover, .ui.inverted.teal.button:hover, .ui.inverted.teal.buttons .button:focus, .ui.inverted.teal.button:focus, .ui.inverted.teal.buttons .button.active, .ui.inverted.teal.button.active, .ui.inverted.teal.buttons .button:active, .ui.inverted.teal.button:active { + box-shadow: none; + color: #0009 +} + +.ui.inverted.teal.buttons .button:hover, .ui.inverted.teal.button:hover { + background-color: #3affff +} + +.ui.inverted.teal.buttons .button:focus, .ui.inverted.teal.button:focus { + background-color: #4ff +} + +.ui.inverted.teal.buttons .active.button, .ui.inverted.teal.active.button { + background-color: #54ffff +} + +.ui.inverted.teal.buttons .button:active, .ui.inverted.teal.button:active { + background-color: #3affff +} + +.ui.inverted.teal.basic.buttons .button, .ui.inverted.teal.buttons .basic.button, .ui.inverted.teal.basic.button { + background-color: transparent; + box-shadow: 0 0 0 2px #ffffff80 inset; + color: #fff +} + +.ui.inverted.teal.basic.buttons .button:hover, .ui.inverted.teal.buttons .basic.button:hover, .ui.inverted.teal.basic.button:hover { + box-shadow: 0 0 0 2px #3affff inset; + color: #6dffff +} + +.ui.inverted.teal.basic.buttons .button:focus, .ui.inverted.teal.basic.buttons .button:focus, .ui.inverted.teal.basic.button:focus { + box-shadow: 0 0 0 2px #4ff inset; + color: #6dffff +} + +.ui.inverted.teal.basic.buttons .active.button, .ui.inverted.teal.buttons .basic.active.button, .ui.inverted.teal.basic.active.button { + box-shadow: 0 0 0 2px #54ffff inset; + color: #6dffff +} + +.ui.inverted.teal.basic.buttons .button:active, .ui.inverted.teal.buttons .basic.button:active, .ui.inverted.teal.basic.button:active { + box-shadow: 0 0 0 2px #3affff inset; + color: #6dffff +} + +.ui.tertiary.teal.buttons .button, .ui.tertiary.teal.buttons .tertiary.button, .ui.tertiary.teal.button { + background: transparent; + box-shadow: none; + color: var(--color-gitea-lightblue-light) +} + +.ui.tertiary.teal.buttons .button:hover, .ui.tertiary.teal.buttons button:hover, .ui.tertiary.teal.button:hover { + box-shadow: inset 0 -.2em #108c86; + color: #108c86 +} + +.ui.tertiary.teal.buttons .button:focus, .ui.tertiary.teal.buttons .tertiary.button:focus, .ui.tertiary.teal.button:focus { + box-shadow: inset 0 -.2em #0e7e79; + color: #0e7e79 +} + +.ui.tertiary.teal.buttons .active.button, .ui.tertiary.teal.buttons .tertiary.active.button, .ui.tertiary.teal.active.button, .ui.tertiary.teal.buttons .button:active, .ui.tertiary.teal.buttons .tertiary.button:active, .ui.tertiary.teal.button:active { + box-shadow: inset 0 -.2em var(--color-gitea-lightblue-dark); + color: var(--color-gitea-lightblue-dark) +} + +.ui.blue.buttons .button, .ui.blue.button { + background-color: #2185d0; + color: #fff; + text-shadow: none; + background-image: none +} + +.ui.blue.button { + box-shadow: 0 0 #22242626 inset +} + +.ui.blue.buttons .button:hover, .ui.blue.button:hover { + background-color: #1678c2; + color: #fff; + text-shadow: none +} + +.ui.blue.buttons .button:focus, .ui.blue.button:focus { + background-color: #0d71bb; + color: #fff; + text-shadow: none +} + +.ui.blue.buttons .button:active, .ui.blue.button:active { + background-color: #1a69a4; + color: #fff; + text-shadow: none +} + +.ui.blue.buttons .active.button, .ui.blue.buttons .active.button:active, .ui.blue.active.button, .ui.blue.button .active.button:active { + background-color: #1279c6; + color: #fff; + text-shadow: none +} + +.ui.basic.blue.buttons .button, .ui.basic.blue.button { + background: transparent; + box-shadow: 0 0 0 1px #2185d0 inset; + color: #2185d0 +} + +.ui.basic.blue.buttons .button:hover, .ui.basic.blue.button:hover { + background: transparent; + box-shadow: 0 0 0 1px #1678c2 inset; + color: #1678c2 +} + +.ui.basic.blue.buttons .button:focus, .ui.basic.blue.button:focus { + background: transparent; + box-shadow: 0 0 0 1px #0d71bb inset; + color: #1678c2 +} + +.ui.basic.blue.buttons .active.button, .ui.basic.blue.active.button { + background: transparent; + box-shadow: 0 0 0 1px #1279c6 inset; + color: #1a69a4 +} + +.ui.basic.blue.buttons .button:active, .ui.basic.blue.button:active { + box-shadow: 0 0 0 1px #1a69a4 inset; + color: #1a69a4 +} + +.ui.buttons:not(.vertical)>.basic.blue.button:not(:first-child) { + margin-left: -1px +} + +.ui.inverted.blue.buttons .button, .ui.inverted.blue.button { + background-color: transparent; + box-shadow: 0 0 0 2px #54c8ff inset; + color: #54c8ff +} + +.ui.inverted.blue.buttons .button:hover, .ui.inverted.blue.button:hover, .ui.inverted.blue.buttons .button:focus, .ui.inverted.blue.button:focus, .ui.inverted.blue.buttons .button.active, .ui.inverted.blue.button.active, .ui.inverted.blue.buttons .button:active, .ui.inverted.blue.button:active { + box-shadow: none; + color: #fff +} + +.ui.inverted.blue.buttons .button:hover, .ui.inverted.blue.button:hover { + background-color: #21b8ff +} + +.ui.inverted.blue.buttons .button:focus, .ui.inverted.blue.button:focus { + background-color: #2bbbff +} + +.ui.inverted.blue.buttons .active.button, .ui.inverted.blue.active.button { + background-color: #3ac0ff +} + +.ui.inverted.blue.buttons .button:active, .ui.inverted.blue.button:active { + background-color: #21b8ff +} + +.ui.inverted.blue.basic.buttons .button, .ui.inverted.blue.buttons .basic.button, .ui.inverted.blue.basic.button { + background-color: transparent; + box-shadow: 0 0 0 2px #ffffff80 inset; + color: #fff +} + +.ui.inverted.blue.basic.buttons .button:hover, .ui.inverted.blue.buttons .basic.button:hover, .ui.inverted.blue.basic.button:hover { + box-shadow: 0 0 0 2px #21b8ff inset; + color: #54c8ff +} + +.ui.inverted.blue.basic.buttons .button:focus, .ui.inverted.blue.basic.buttons .button:focus, .ui.inverted.blue.basic.button:focus { + box-shadow: 0 0 0 2px #2bbbff inset; + color: #54c8ff +} + +.ui.inverted.blue.basic.buttons .active.button, .ui.inverted.blue.buttons .basic.active.button, .ui.inverted.blue.basic.active.button { + box-shadow: 0 0 0 2px #3ac0ff inset; + color: #54c8ff +} + +.ui.inverted.blue.basic.buttons .button:active, .ui.inverted.blue.buttons .basic.button:active, .ui.inverted.blue.basic.button:active { + box-shadow: 0 0 0 2px #21b8ff inset; + color: #54c8ff +} + +.ui.tertiary.blue.buttons .button, .ui.tertiary.blue.buttons .tertiary.button, .ui.tertiary.blue.button { + background: transparent; + box-shadow: none; + color: #2185d0 +} + +.ui.tertiary.blue.buttons .button:hover, .ui.tertiary.blue.buttons button:hover, .ui.tertiary.blue.button:hover { + box-shadow: inset 0 -.2em #2b75ac; + color: #2b75ac +} + +.ui.tertiary.blue.buttons .button:focus, .ui.tertiary.blue.buttons .tertiary.button:focus, .ui.tertiary.blue.button:focus { + box-shadow: inset 0 -.2em #216ea7; + color: #216ea7 +} + +.ui.tertiary.blue.buttons .active.button, .ui.tertiary.blue.buttons .tertiary.active.button, .ui.tertiary.blue.active.button, .ui.tertiary.blue.buttons .button:active, .ui.tertiary.blue.buttons .tertiary.button:active, .ui.tertiary.blue.button:active { + box-shadow: inset 0 -.2em #007bd8; + color: #1279c6 +} + +.ui.violet.buttons .button, .ui.violet.button { + background-color: #6435c9; + color: #fff; + text-shadow: none; + background-image: none +} + +.ui.violet.button { + box-shadow: 0 0 #22242626 inset +} + +.ui.violet.buttons .button:hover, .ui.violet.button:hover { + background-color: #5829bb; + color: #fff; + text-shadow: none +} + +.ui.violet.buttons .button:focus, .ui.violet.button:focus { + background-color: #4f20b5; + color: #fff; + text-shadow: none +} + +.ui.violet.buttons .button:active, .ui.violet.button:active { + background-color: #502aa1; + color: #fff; + text-shadow: none +} + +.ui.violet.buttons .active.button, .ui.violet.buttons .active.button:active, .ui.violet.active.button, .ui.violet.button .active.button:active { + background-color: #5626bf; + color: #fff; + text-shadow: none +} + +.ui.basic.violet.buttons .button, .ui.basic.violet.button { + background: transparent; + box-shadow: 0 0 0 1px #6435c9 inset; + color: #6435c9 +} + +.ui.basic.violet.buttons .button:hover, .ui.basic.violet.button:hover { + background: transparent; + box-shadow: 0 0 0 1px #5829bb inset; + color: #5829bb +} + +.ui.basic.violet.buttons .button:focus, .ui.basic.violet.button:focus { + background: transparent; + box-shadow: 0 0 0 1px #4f20b5 inset; + color: #5829bb +} + +.ui.basic.violet.buttons .active.button, .ui.basic.violet.active.button { + background: transparent; + box-shadow: 0 0 0 1px #5626bf inset; + color: #502aa1 +} + +.ui.basic.violet.buttons .button:active, .ui.basic.violet.button:active { + box-shadow: 0 0 0 1px #502aa1 inset; + color: #502aa1 +} + +.ui.buttons:not(.vertical)>.basic.violet.button:not(:first-child) { + margin-left: -1px +} + +.ui.inverted.violet.buttons .button, .ui.inverted.violet.button { + background-color: transparent; + box-shadow: 0 0 0 2px #a291fb inset; + color: #a291fb +} + +.ui.inverted.violet.buttons .button:hover, .ui.inverted.violet.button:hover, .ui.inverted.violet.buttons .button:focus, .ui.inverted.violet.button:focus, .ui.inverted.violet.buttons .button.active, .ui.inverted.violet.button.active, .ui.inverted.violet.buttons .button:active, .ui.inverted.violet.button:active { + box-shadow: none; + color: #fff +} + +.ui.inverted.violet.buttons .button:hover, .ui.inverted.violet.button:hover { + background-color: #745aff +} + +.ui.inverted.violet.buttons .button:focus, .ui.inverted.violet.button:focus { + background-color: #7d64ff +} + +.ui.inverted.violet.buttons .active.button, .ui.inverted.violet.active.button { + background-color: #8a73ff +} + +.ui.inverted.violet.buttons .button:active, .ui.inverted.violet.button:active { + background-color: #7860f9 +} + +.ui.inverted.violet.basic.buttons .button, .ui.inverted.violet.buttons .basic.button, .ui.inverted.violet.basic.button { + background-color: transparent; + box-shadow: 0 0 0 2px #ffffff80 inset; + color: #fff +} + +.ui.inverted.violet.basic.buttons .button:hover, .ui.inverted.violet.buttons .basic.button:hover, .ui.inverted.violet.basic.button:hover { + box-shadow: 0 0 0 2px #745aff inset; + color: #a291fb +} + +.ui.inverted.violet.basic.buttons .button:focus, .ui.inverted.violet.basic.buttons .button:focus, .ui.inverted.violet.basic.button:focus { + box-shadow: 0 0 0 2px #7d64ff inset; + color: #a291fb +} + +.ui.inverted.violet.basic.buttons .active.button, .ui.inverted.violet.buttons .basic.active.button, .ui.inverted.violet.basic.active.button { + box-shadow: 0 0 0 2px #8a73ff inset; + color: #a291fb +} + +.ui.inverted.violet.basic.buttons .button:active, .ui.inverted.violet.buttons .basic.button:active, .ui.inverted.violet.basic.button:active { + box-shadow: 0 0 0 2px #7860f9 inset; + color: #a291fb +} + +.ui.tertiary.violet.buttons .button, .ui.tertiary.violet.buttons .tertiary.button, .ui.tertiary.violet.button { + background: transparent; + box-shadow: none; + color: #6435c9 +} + +.ui.tertiary.violet.buttons .button:hover, .ui.tertiary.violet.buttons button:hover, .ui.tertiary.violet.button:hover { + box-shadow: inset 0 -.2em #6040a5; + color: #6040a5 +} + +.ui.tertiary.violet.buttons .button:focus, .ui.tertiary.violet.buttons .tertiary.button:focus, .ui.tertiary.violet.button:focus { + box-shadow: inset 0 -.2em #5735a0; + color: #5735a0 +} + +.ui.tertiary.violet.buttons .active.button, .ui.tertiary.violet.buttons .tertiary.active.button, .ui.tertiary.violet.active.button, .ui.tertiary.violet.buttons .button:active, .ui.tertiary.violet.buttons .tertiary.button:active, .ui.tertiary.violet.button:active { + box-shadow: inset 0 -.2em #4e0fd6; + color: #5626bf +} + +.ui.purple.buttons .button, .ui.purple.button { + background-color: #a333c8; + color: #fff; + text-shadow: none; + background-image: none +} + +.ui.purple.button { + box-shadow: 0 0 #22242626 inset +} + +.ui.purple.buttons .button:hover, .ui.purple.button:hover { + background-color: #9627ba; + color: #fff; + text-shadow: none +} + +.ui.purple.buttons .button:focus, .ui.purple.button:focus { + background-color: #8f1eb4; + color: #fff; + text-shadow: none +} + +.ui.purple.buttons .button:active, .ui.purple.button:active { + background-color: #82299f; + color: #fff; + text-shadow: none +} + +.ui.purple.buttons .active.button, .ui.purple.buttons .active.button:active, .ui.purple.active.button, .ui.purple.button .active.button:active { + background-color: #9724be; + color: #fff; + text-shadow: none +} + +.ui.basic.purple.buttons .button, .ui.basic.purple.button { + background: transparent; + box-shadow: 0 0 0 1px #a333c8 inset; + color: #a333c8 +} + +.ui.basic.purple.buttons .button:hover, .ui.basic.purple.button:hover { + background: transparent; + box-shadow: 0 0 0 1px #9627ba inset; + color: #9627ba +} + +.ui.basic.purple.buttons .button:focus, .ui.basic.purple.button:focus { + background: transparent; + box-shadow: 0 0 0 1px #8f1eb4 inset; + color: #9627ba +} + +.ui.basic.purple.buttons .active.button, .ui.basic.purple.active.button { + background: transparent; + box-shadow: 0 0 0 1px #9724be inset; + color: #82299f +} + +.ui.basic.purple.buttons .button:active, .ui.basic.purple.button:active { + box-shadow: 0 0 0 1px #82299f inset; + color: #82299f +} + +.ui.buttons:not(.vertical)>.basic.purple.button:not(:first-child) { + margin-left: -1px +} + +.ui.inverted.purple.buttons .button, .ui.inverted.purple.button { + background-color: transparent; + box-shadow: 0 0 0 2px #dc73ff inset; + color: #dc73ff +} + +.ui.inverted.purple.buttons .button:hover, .ui.inverted.purple.button:hover, .ui.inverted.purple.buttons .button:focus, .ui.inverted.purple.button:focus, .ui.inverted.purple.buttons .button.active, .ui.inverted.purple.button.active, .ui.inverted.purple.buttons .button:active, .ui.inverted.purple.button:active { + box-shadow: none; + color: #fff +} + +.ui.inverted.purple.buttons .button:hover, .ui.inverted.purple.button:hover { + background-color: #cf40ff +} + +.ui.inverted.purple.buttons .button:focus, .ui.inverted.purple.button:focus { + background-color: #d24aff +} + +.ui.inverted.purple.buttons .active.button, .ui.inverted.purple.active.button { + background-color: #d65aff +} + +.ui.inverted.purple.buttons .button:active, .ui.inverted.purple.button:active { + background-color: #cf40ff +} + +.ui.inverted.purple.basic.buttons .button, .ui.inverted.purple.buttons .basic.button, .ui.inverted.purple.basic.button { + background-color: transparent; + box-shadow: 0 0 0 2px #ffffff80 inset; + color: #fff +} + +.ui.inverted.purple.basic.buttons .button:hover, .ui.inverted.purple.buttons .basic.button:hover, .ui.inverted.purple.basic.button:hover { + box-shadow: 0 0 0 2px #cf40ff inset; + color: #dc73ff +} + +.ui.inverted.purple.basic.buttons .button:focus, .ui.inverted.purple.basic.buttons .button:focus, .ui.inverted.purple.basic.button:focus { + box-shadow: 0 0 0 2px #d24aff inset; + color: #dc73ff +} + +.ui.inverted.purple.basic.buttons .active.button, .ui.inverted.purple.buttons .basic.active.button, .ui.inverted.purple.basic.active.button { + box-shadow: 0 0 0 2px #d65aff inset; + color: #dc73ff +} + +.ui.inverted.purple.basic.buttons .button:active, .ui.inverted.purple.buttons .basic.button:active, .ui.inverted.purple.basic.button:active { + box-shadow: 0 0 0 2px #cf40ff inset; + color: #dc73ff +} + +.ui.tertiary.purple.buttons .button, .ui.tertiary.purple.buttons .tertiary.button, .ui.tertiary.purple.button { + background: transparent; + box-shadow: none; + color: #a333c8 +} + +.ui.tertiary.purple.buttons .button:hover, .ui.tertiary.purple.buttons button:hover, .ui.tertiary.purple.button:hover { + box-shadow: inset 0 -.2em #8a3ea4; + color: #8a3ea4 +} + +.ui.tertiary.purple.buttons .button:focus, .ui.tertiary.purple.buttons .tertiary.button:focus, .ui.tertiary.purple.button:focus { + box-shadow: inset 0 -.2em #84339f; + color: #84339f +} + +.ui.tertiary.purple.buttons .active.button, .ui.tertiary.purple.buttons .tertiary.active.button, .ui.tertiary.purple.active.button, .ui.tertiary.purple.buttons .button:active, .ui.tertiary.purple.buttons .tertiary.button:active, .ui.tertiary.purple.button:active { + box-shadow: inset 0 -.2em #a30dd4; + color: #9724be +} + +.ui.pink.buttons .button, .ui.pink.button { + background-color: #e03997; + color: #fff; + text-shadow: none; + background-image: none +} + +.ui.pink.button { + box-shadow: 0 0 #22242626 inset +} + +.ui.pink.buttons .button:hover, .ui.pink.button:hover { + background-color: #e61a8d; + color: #fff; + text-shadow: none +} + +.ui.pink.buttons .button:focus, .ui.pink.button:focus { + background-color: #e10f85; + color: #fff; + text-shadow: none +} + +.ui.pink.buttons .button:active, .ui.pink.button:active { + background-color: #c71f7e; + color: #fff; + text-shadow: none +} + +.ui.pink.buttons .active.button, .ui.pink.buttons .active.button:active, .ui.pink.active.button, .ui.pink.button .active.button:active { + background-color: #ea158d; + color: #fff; + text-shadow: none +} + +.ui.basic.pink.buttons .button, .ui.basic.pink.button { + background: transparent; + box-shadow: 0 0 0 1px #e03997 inset; + color: #e03997 +} + +.ui.basic.pink.buttons .button:hover, .ui.basic.pink.button:hover { + background: transparent; + box-shadow: 0 0 0 1px #e61a8d inset; + color: #e61a8d +} + +.ui.basic.pink.buttons .button:focus, .ui.basic.pink.button:focus { + background: transparent; + box-shadow: 0 0 0 1px #e10f85 inset; + color: #e61a8d +} + +.ui.basic.pink.buttons .active.button, .ui.basic.pink.active.button { + background: transparent; + box-shadow: 0 0 0 1px #ea158d inset; + color: #c71f7e +} + +.ui.basic.pink.buttons .button:active, .ui.basic.pink.button:active { + box-shadow: 0 0 0 1px #c71f7e inset; + color: #c71f7e +} + +.ui.buttons:not(.vertical)>.basic.pink.button:not(:first-child) { + margin-left: -1px +} + +.ui.inverted.pink.buttons .button, .ui.inverted.pink.button { + background-color: transparent; + box-shadow: 0 0 0 2px #ff8edf inset; + color: #ff8edf +} + +.ui.inverted.pink.buttons .button:hover, .ui.inverted.pink.button:hover, .ui.inverted.pink.buttons .button:focus, .ui.inverted.pink.button:focus, .ui.inverted.pink.buttons .button.active, .ui.inverted.pink.button.active, .ui.inverted.pink.buttons .button:active, .ui.inverted.pink.button:active { + box-shadow: none; + color: #fff +} + +.ui.inverted.pink.buttons .button:hover, .ui.inverted.pink.button:hover { + background-color: #ff5bd1 +} + +.ui.inverted.pink.buttons .button:focus, .ui.inverted.pink.button:focus { + background-color: #ff65d3 +} + +.ui.inverted.pink.buttons .active.button, .ui.inverted.pink.active.button { + background-color: #ff74d8 +} + +.ui.inverted.pink.buttons .button:active, .ui.inverted.pink.button:active { + background-color: #ff5bd1 +} + +.ui.inverted.pink.basic.buttons .button, .ui.inverted.pink.buttons .basic.button, .ui.inverted.pink.basic.button { + background-color: transparent; + box-shadow: 0 0 0 2px #ffffff80 inset; + color: #fff +} + +.ui.inverted.pink.basic.buttons .button:hover, .ui.inverted.pink.buttons .basic.button:hover, .ui.inverted.pink.basic.button:hover { + box-shadow: 0 0 0 2px #ff5bd1 inset; + color: #ff8edf +} + +.ui.inverted.pink.basic.buttons .button:focus, .ui.inverted.pink.basic.buttons .button:focus, .ui.inverted.pink.basic.button:focus { + box-shadow: 0 0 0 2px #ff65d3 inset; + color: #ff8edf +} + +.ui.inverted.pink.basic.buttons .active.button, .ui.inverted.pink.buttons .basic.active.button, .ui.inverted.pink.basic.active.button { + box-shadow: 0 0 0 2px #ff74d8 inset; + color: #ff8edf +} + +.ui.inverted.pink.basic.buttons .button:active, .ui.inverted.pink.buttons .basic.button:active, .ui.inverted.pink.basic.button:active { + box-shadow: 0 0 0 2px #ff5bd1 inset; + color: #ff8edf +} + +.ui.tertiary.pink.buttons .button, .ui.tertiary.pink.buttons .tertiary.button, .ui.tertiary.pink.button { + background: transparent; + box-shadow: none; + color: #e03997 +} + +.ui.tertiary.pink.buttons .button:hover, .ui.tertiary.pink.buttons button:hover, .ui.tertiary.pink.button:hover { + box-shadow: inset 0 -.2em #cc3389; + color: #cc3389 +} + +.ui.tertiary.pink.buttons .button:focus, .ui.tertiary.pink.buttons .tertiary.button:focus, .ui.tertiary.pink.button:focus { + box-shadow: inset 0 -.2em #c92782; + color: #c92782 +} + +.ui.tertiary.pink.buttons .active.button, .ui.tertiary.pink.buttons .tertiary.active.button, .ui.tertiary.pink.active.button, .ui.tertiary.pink.buttons .button:active, .ui.tertiary.pink.buttons .tertiary.button:active, .ui.tertiary.pink.button:active { + box-shadow: inset 0 -.2em #ff0090; + color: #ea158d +} + +.ui.brown.buttons .button, .ui.brown.button { + background-color: #a5673f; + color: #fff; + text-shadow: none; + background-image: none +} + +.ui.brown.button { + box-shadow: 0 0 #22242626 inset +} + +.ui.brown.buttons .button:hover, .ui.brown.button:hover { + background-color: #975b33; + color: #fff; + text-shadow: none +} + +.ui.brown.buttons .button:focus, .ui.brown.button:focus { + background-color: #90532b; + color: #fff; + text-shadow: none +} + +.ui.brown.buttons .button:active, .ui.brown.button:active { + background-color: #805031; + color: #fff; + text-shadow: none +} + +.ui.brown.buttons .active.button, .ui.brown.buttons .active.button:active, .ui.brown.active.button, .ui.brown.button .active.button:active { + background-color: #995a31; + color: #fff; + text-shadow: none +} + +.ui.basic.brown.buttons .button, .ui.basic.brown.button { + background: transparent; + box-shadow: 0 0 0 1px #a5673f inset; + color: #a5673f +} + +.ui.basic.brown.buttons .button:hover, .ui.basic.brown.button:hover { + background: transparent; + box-shadow: 0 0 0 1px #975b33 inset; + color: #975b33 +} + +.ui.basic.brown.buttons .button:focus, .ui.basic.brown.button:focus { + background: transparent; + box-shadow: 0 0 0 1px #90532b inset; + color: #975b33 +} + +.ui.basic.brown.buttons .active.button, .ui.basic.brown.active.button { + background: transparent; + box-shadow: 0 0 0 1px #995a31 inset; + color: #805031 +} + +.ui.basic.brown.buttons .button:active, .ui.basic.brown.button:active { + box-shadow: 0 0 0 1px #805031 inset; + color: #805031 +} + +.ui.buttons:not(.vertical)>.basic.brown.button:not(:first-child) { + margin-left: -1px +} + +.ui.inverted.brown.buttons .button, .ui.inverted.brown.button { + background-color: transparent; + box-shadow: 0 0 0 2px #d67c1c inset; + color: #d67c1c +} + +.ui.inverted.brown.buttons .button:hover, .ui.inverted.brown.button:hover, .ui.inverted.brown.buttons .button:focus, .ui.inverted.brown.button:focus, .ui.inverted.brown.buttons .button.active, .ui.inverted.brown.button.active, .ui.inverted.brown.buttons .button:active, .ui.inverted.brown.button:active { + box-shadow: none; + color: #fff +} + +.ui.inverted.brown.buttons .button:hover, .ui.inverted.brown.button:hover { + background-color: #b0620f +} + +.ui.inverted.brown.buttons .button:focus, .ui.inverted.brown.button:focus { + background-color: #c16808 +} + +.ui.inverted.brown.buttons .active.button, .ui.inverted.brown.active.button { + background-color: #cc6f0d +} + +.ui.inverted.brown.buttons .button:active, .ui.inverted.brown.button:active { + background-color: #a96216 +} + +.ui.inverted.brown.basic.buttons .button, .ui.inverted.brown.buttons .basic.button, .ui.inverted.brown.basic.button { + background-color: transparent; + box-shadow: 0 0 0 2px #ffffff80 inset; + color: #fff +} + +.ui.inverted.brown.basic.buttons .button:hover, .ui.inverted.brown.buttons .basic.button:hover, .ui.inverted.brown.basic.button:hover { + box-shadow: 0 0 0 2px #b0620f inset; + color: #d67c1c +} + +.ui.inverted.brown.basic.buttons .button:focus, .ui.inverted.brown.basic.buttons .button:focus, .ui.inverted.brown.basic.button:focus { + box-shadow: 0 0 0 2px #c16808 inset; + color: #d67c1c +} + +.ui.inverted.brown.basic.buttons .active.button, .ui.inverted.brown.buttons .basic.active.button, .ui.inverted.brown.basic.active.button { + box-shadow: 0 0 0 2px #cc6f0d inset; + color: #d67c1c +} + +.ui.inverted.brown.basic.buttons .button:active, .ui.inverted.brown.buttons .basic.button:active, .ui.inverted.brown.basic.button:active { + box-shadow: 0 0 0 2px #a96216 inset; + color: #d67c1c +} + +.ui.tertiary.brown.buttons .button, .ui.tertiary.brown.buttons .tertiary.button, .ui.tertiary.brown.button { + background: transparent; + box-shadow: none; + color: #a5673f +} + +.ui.tertiary.brown.buttons .button:hover, .ui.tertiary.brown.buttons button:hover, .ui.tertiary.brown.button:hover { + box-shadow: inset 0 -.2em #835f48; + color: #835f48 +} + +.ui.tertiary.brown.buttons .button:focus, .ui.tertiary.brown.buttons .tertiary.button:focus, .ui.tertiary.brown.button:focus { + box-shadow: inset 0 -.2em #7d573e; + color: #7d573e +} + +.ui.tertiary.brown.buttons .active.button, .ui.tertiary.brown.buttons .tertiary.active.button, .ui.tertiary.brown.active.button, .ui.tertiary.brown.buttons .button:active, .ui.tertiary.brown.buttons .tertiary.button:active, .ui.tertiary.brown.button:active { + box-shadow: inset 0 -.2em #ae561d; + color: #995a31 +} + +.ui.grey.buttons .button, .ui.grey.button { + background-color: #767676; + color: #fff; + text-shadow: none; + background-image: none +} + +.ui.grey.button { + box-shadow: 0 0 #22242626 inset +} + +.ui.grey.buttons .button:hover, .ui.grey.button:hover { + background-color: #838383; + color: #fff; + text-shadow: none +} + +.ui.grey.buttons .button:focus, .ui.grey.button:focus { + background-color: #8a8a8a; + color: #fff; + text-shadow: none +} + +.ui.grey.buttons .button:active, .ui.grey.button:active { + background-color: #909090; + color: #fff; + text-shadow: none +} + +.ui.grey.buttons .active.button, .ui.grey.buttons .active.button:active, .ui.grey.active.button, .ui.grey.button .active.button:active { + background-color: #696969; + color: #fff; + text-shadow: none +} + +.ui.basic.grey.buttons .button, .ui.basic.grey.button { + background: transparent; + box-shadow: 0 0 0 1px #767676 inset; + color: #767676 +} + +.ui.basic.grey.buttons .button:hover, .ui.basic.grey.button:hover { + background: transparent; + box-shadow: 0 0 0 1px #838383 inset; + color: #838383 +} + +.ui.basic.grey.buttons .button:focus, .ui.basic.grey.button:focus { + background: transparent; + box-shadow: 0 0 0 1px #8a8a8a inset; + color: #838383 +} + +.ui.basic.grey.buttons .active.button, .ui.basic.grey.active.button { + background: transparent; + box-shadow: 0 0 0 1px #696969 inset; + color: #909090 +} + +.ui.basic.grey.buttons .button:active, .ui.basic.grey.button:active { + box-shadow: 0 0 0 1px #909090 inset; + color: #909090 +} + +.ui.buttons:not(.vertical)>.basic.grey.button:not(:first-child) { + margin-left: -1px +} + +.ui.inverted.grey.buttons .button, .ui.inverted.grey.button { + background-color: transparent; + box-shadow: 0 0 0 2px #d4d4d5 inset; + color: #fff +} + +.ui.inverted.grey.buttons .button:hover, .ui.inverted.grey.button:hover, .ui.inverted.grey.buttons .button:focus, .ui.inverted.grey.button:focus, .ui.inverted.grey.buttons .button.active, .ui.inverted.grey.button.active, .ui.inverted.grey.buttons .button:active, .ui.inverted.grey.button:active { + box-shadow: none; + color: #0009 +} + +.ui.inverted.grey.buttons .button:hover, .ui.inverted.grey.button:hover { + background-color: #c2c4c5 +} + +.ui.inverted.grey.buttons .button:focus, .ui.inverted.grey.button:focus { + background-color: #c7c9cb +} + +.ui.inverted.grey.buttons .active.button, .ui.inverted.grey.active.button { + background-color: #cfd0d2 +} + +.ui.inverted.grey.buttons .button:active, .ui.inverted.grey.button:active { + background-color: #c2c4c5 +} + +.ui.inverted.grey.basic.buttons .button, .ui.inverted.grey.buttons .basic.button, .ui.inverted.grey.basic.button { + background-color: transparent; + box-shadow: 0 0 0 2px #ffffff80 inset; + color: #fff +} + +.ui.inverted.grey.basic.buttons .button:hover, .ui.inverted.grey.buttons .basic.button:hover, .ui.inverted.grey.basic.button:hover { + box-shadow: 0 0 0 2px #c2c4c5 inset; + color: #fff +} + +.ui.inverted.grey.basic.buttons .button:focus, .ui.inverted.grey.basic.buttons .button:focus, .ui.inverted.grey.basic.button:focus { + box-shadow: 0 0 0 2px #c7c9cb inset; + color: #dcddde +} + +.ui.inverted.grey.basic.buttons .active.button, .ui.inverted.grey.buttons .basic.active.button, .ui.inverted.grey.basic.active.button { + box-shadow: 0 0 0 2px #cfd0d2 inset; + color: #fff +} + +.ui.inverted.grey.basic.buttons .button:active, .ui.inverted.grey.buttons .basic.button:active, .ui.inverted.grey.basic.button:active { + box-shadow: 0 0 0 2px #c2c4c5 inset; + color: #fff +} + +.ui.tertiary.grey.buttons .button, .ui.tertiary.grey.buttons .tertiary.button, .ui.tertiary.grey.button { + background: transparent; + box-shadow: none; + color: #767676 +} + +.ui.tertiary.grey.buttons .button:hover, .ui.tertiary.grey.buttons button:hover, .ui.tertiary.grey.button:hover { + box-shadow: inset 0 -.2em #838383; + color: #838383 +} + +.ui.tertiary.grey.buttons .button:focus, .ui.tertiary.grey.buttons .tertiary.button:focus, .ui.tertiary.grey.button:focus { + box-shadow: inset 0 -.2em #8a8a8a; + color: #8a8a8a +} + +.ui.tertiary.grey.buttons .active.button, .ui.tertiary.grey.buttons .tertiary.active.button, .ui.tertiary.grey.active.button, .ui.tertiary.grey.buttons .button:active, .ui.tertiary.grey.buttons .tertiary.button:active, .ui.tertiary.grey.button:active { + box-shadow: inset 0 -.2em #7e5454; + color: #696969 +} + +.ui.black.buttons .button, .ui.black.button { + background-color: #1b1c1d; + color: #fff; + text-shadow: none; + background-image: none +} + +.ui.black.button { + box-shadow: 0 0 #22242626 inset +} + +.ui.black.buttons .button:hover, .ui.black.button:hover { + background-color: #27292a; + color: #fff; + text-shadow: none +} + +.ui.black.buttons .button:focus, .ui.black.button:focus { + background-color: #2f3032; + color: #fff; + text-shadow: none +} + +.ui.black.buttons .button:active, .ui.black.button:active { + background-color: #343637; + color: #fff; + text-shadow: none +} + +.ui.black.buttons .active.button, .ui.black.buttons .active.button:active, .ui.black.active.button, .ui.black.button .active.button:active { + background-color: #0f0f10; + color: #fff; + text-shadow: none +} + +.ui.basic.black.buttons .button, .ui.basic.black.button { + background: transparent; + box-shadow: 0 0 0 1px #1b1c1d inset; + color: #1b1c1d +} + +.ui.basic.black.buttons .button:hover, .ui.basic.black.button:hover { + background: transparent; + box-shadow: 0 0 0 1px #27292a inset; + color: #27292a +} + +.ui.basic.black.buttons .button:focus, .ui.basic.black.button:focus { + background: transparent; + box-shadow: 0 0 0 1px #2f3032 inset; + color: #27292a +} + +.ui.basic.black.buttons .active.button, .ui.basic.black.active.button { + background: transparent; + box-shadow: 0 0 0 1px #0f0f10 inset; + color: #343637 +} + +.ui.basic.black.buttons .button:active, .ui.basic.black.button:active { + box-shadow: 0 0 0 1px #343637 inset; + color: #343637 +} + +.ui.buttons:not(.vertical)>.basic.black.button:not(:first-child) { + margin-left: -1px +} + +.ui.inverted.black.buttons .button, .ui.inverted.black.button { + background-color: transparent; + box-shadow: 0 0 0 2px #d4d4d5 inset; + color: #fff +} + +.ui.inverted.black.buttons .button:hover, .ui.inverted.black.button:hover, .ui.inverted.black.buttons .button:focus, .ui.inverted.black.button:focus, .ui.inverted.black.buttons .button.active, .ui.inverted.black.button.active, .ui.inverted.black.buttons .button:active, .ui.inverted.black.button:active { + box-shadow: none; + color: #fff +} + +.ui.inverted.black.buttons .button:hover, .ui.inverted.black.button:hover { + background-color: #000 +} + +.ui.inverted.black.buttons .button:focus, .ui.inverted.black.button:focus { + background-color: #000 +} + +.ui.inverted.black.buttons .active.button, .ui.inverted.black.active.button { + background-color: #000 +} + +.ui.inverted.black.buttons .button:active, .ui.inverted.black.button:active { + background-color: #000 +} + +.ui.inverted.black.basic.buttons .button, .ui.inverted.black.buttons .basic.button, .ui.inverted.black.basic.button { + background-color: transparent; + box-shadow: 0 0 0 2px #ffffff80 inset; + color: #fff +} + +.ui.inverted.black.basic.buttons .button:hover, .ui.inverted.black.buttons .basic.button:hover, .ui.inverted.black.basic.button:hover { + box-shadow: 0 0 0 2px #000 inset; + color: #fff +} + +.ui.inverted.black.basic.buttons .button:focus, .ui.inverted.black.basic.buttons .button:focus, .ui.inverted.black.basic.button:focus { + box-shadow: 0 0 0 2px #000 inset; + color: #545454 +} + +.ui.inverted.black.basic.buttons .active.button, .ui.inverted.black.buttons .basic.active.button, .ui.inverted.black.basic.active.button { + box-shadow: 0 0 0 2px #000 inset; + color: #fff +} + +.ui.inverted.black.basic.buttons .button:active, .ui.inverted.black.buttons .basic.button:active, .ui.inverted.black.basic.button:active { + box-shadow: 0 0 0 2px #000 inset; + color: #fff +} + +.ui.tertiary.black.buttons .button, .ui.tertiary.black.buttons .tertiary.button, .ui.tertiary.black.button { + background: transparent; + box-shadow: none; + color: #1b1c1d +} + +.ui.tertiary.black.buttons .button:hover, .ui.tertiary.black.buttons button:hover, .ui.tertiary.black.button:hover { + box-shadow: inset 0 -.2em #8b8f93; + color: #8b8f93 +} + +.ui.tertiary.black.buttons .button:focus, .ui.tertiary.black.buttons .tertiary.button:focus, .ui.tertiary.black.button:focus { + box-shadow: inset 0 -.2em #93969a; + color: #93969a +} + +.ui.tertiary.black.buttons .active.button, .ui.tertiary.black.buttons .tertiary.active.button, .ui.tertiary.black.active.button, .ui.tertiary.black.buttons .button:active, .ui.tertiary.black.buttons .tertiary.button:active, .ui.tertiary.black.button:active { + box-shadow: inset 0 -.2em #404245; + color: #0f0f10 +} + +.ui.positive.buttons .button, .ui.positive.button { + background-color: var(--color-gitea-lightblue-light); + color: #fff; + text-shadow: none; + background-image: none +} + +.ui.positive.button { + box-shadow: 0 0 #22242626 inset +} + +.ui.positive.buttons .button:hover, .ui.positive.button:hover { + background-color: var(--color-gitea-lightblue-dark); + color: #fff; + text-shadow: none +} + +.ui.positive.buttons .button:focus, .ui.positive.button:focus { + background-color: var(--color-gitea-lightblue-dark); + color: #fff; + text-shadow: none +} + +.ui.positive.buttons .button:active, .ui.positive.button:active { + background-color: var(--color-gitea-lightblue-dark); + color: #fff; + text-shadow: none +} + +.ui.positive.buttons .active.button, .ui.positive.buttons .active.button:active, .ui.positive.active.button, .ui.positive.button .active.button:active { + background-color: var(--color-gitea-lightblue-dark); + color: #fff; + text-shadow: none +} + +.ui.basic.positive.buttons .button, .ui.basic.positive.button { + background: transparent; + box-shadow: 0 0 0 1px var(--color-gitea-lightblue-light) inset; + color: var(--color-gitea-lightblue-light) +} + +.ui.basic.positive.buttons .button:hover, .ui.basic.positive.button:hover { + background: transparent; + box-shadow: 0 0 0 1px var(--color-gitea-lightblue-dark) inset; + color: var(--color-gitea-lightblue-dark) +} + +.ui.basic.positive.buttons .button:focus, .ui.basic.positive.button:focus { + background: transparent; + box-shadow: 0 0 0 1px var(--color-gitea-lightblue-dark) inset; + color: var(--color-gitea-lightblue-dark) +} + +.ui.basic.positive.buttons .active.button, .ui.basic.positive.active.button { + background: transparent; + box-shadow: 0 0 0 1px var(--color-gitea-lightblue-dark) inset; + color: var(--color-gitea-lightblue-dark) +} + +.ui.basic.positive.buttons .button:active, .ui.basic.positive.button:active { + box-shadow: 0 0 0 1px var(--color-gitea-lightblue-dark) inset; + color: var(--color-gitea-lightblue-dark) +} + +.ui.buttons:not(.vertical)>.basic.positive.button:not(:first-child) { + margin-left: -1px +} + +.ui.negative.buttons .button, .ui.negative.button { + background-color: #db2828; + color: #fff; + text-shadow: none; + background-image: none +} + +.ui.negative.button { + box-shadow: 0 0 #22242626 inset +} + +.ui.negative.buttons .button:hover, .ui.negative.button:hover { + background-color: #d01919; + color: #fff; + text-shadow: none +} + +.ui.negative.buttons .button:focus, .ui.negative.button:focus { + background-color: #ca1010; + color: #fff; + text-shadow: none +} + +.ui.negative.buttons .button:active, .ui.negative.button:active { + background-color: #b21e1e; + color: #fff; + text-shadow: none +} + +.ui.negative.buttons .active.button, .ui.negative.buttons .active.button:active, .ui.negative.active.button, .ui.negative.button .active.button:active { + background-color: #d41515; + color: #fff; + text-shadow: none +} + +.ui.basic.negative.buttons .button, .ui.basic.negative.button { + background: transparent; + box-shadow: 0 0 0 1px #db2828 inset; + color: #db2828 +} + +.ui.basic.negative.buttons .button:hover, .ui.basic.negative.button:hover { + background: transparent; + box-shadow: 0 0 0 1px #d01919 inset; + color: #d01919 +} + +.ui.basic.negative.buttons .button:focus, .ui.basic.negative.button:focus { + background: transparent; + box-shadow: 0 0 0 1px #ca1010 inset; + color: #d01919 +} + +.ui.basic.negative.buttons .active.button, .ui.basic.negative.active.button { + background: transparent; + box-shadow: 0 0 0 1px #d41515 inset; + color: #b21e1e +} + +.ui.basic.negative.buttons .button:active, .ui.basic.negative.button:active { + box-shadow: 0 0 0 1px #b21e1e inset; + color: #b21e1e +} + +.ui.buttons:not(.vertical)>.basic.negative.button:not(:first-child) { + margin-left: -1px +} + +.ui.buttons { + display: inline-flex; + flex-direction: row; + font-size: 0; + vertical-align: baseline; + margin: 0 .25em 0 0 +} + +.ui.buttons:not(.basic):not(.inverted) { + box-shadow: none +} + +.ui.buttons:after { + content: "."; + display: block; + height: 0; + clear: both; + visibility: hidden +} + +.ui.buttons .button { + flex: 1 0 auto; + border-radius: 0; + margin: 0 +} + +.ui.buttons:not(.basic):not(.inverted)>.button:not(.basic):not(.inverted) { + box-shadow: 0 0 0 1px transparent inset, 0 0 #22242626 inset +} + +.ui.buttons .button:first-child { + border-left: none; + margin-left: 0; + border-top-left-radius: .28571429rem; + border-bottom-left-radius: .28571429rem +} + +.ui.buttons .button:last-child { + border-top-right-radius: .28571429rem; + border-bottom-right-radius: .28571429rem +} + +.ui.vertical.buttons { + display: inline-flex; + flex-direction: column +} + +.ui.vertical.buttons .button { + display: block; + float: none; + width: 100%; + margin: 0; + box-shadow: none; + border-radius: 0 +} + +.ui.vertical.buttons .button:first-child { + border-top-left-radius: .28571429rem; + border-top-right-radius: .28571429rem +} + +.ui.vertical.buttons .button:last-child { + margin-bottom: 0; + border-bottom-left-radius: .28571429rem; + border-bottom-right-radius: .28571429rem +} + +.ui.vertical.buttons .button:only-child { + border-radius: .28571429rem +} + +.ui.cards>.card, .ui.card { + max-width: 100%; + position: relative; + display: flex; + flex-direction: column; + width: 290px; + min-height: 0; + background: #FFFFFF; + padding: 0; + border: none; + border-radius: .28571429rem; + box-shadow: 0 1px 3px #d4d4d5, 0 0 0 1px #d4d4d5; + transition: box-shadow .1s ease, transform .1s ease; + z-index: ""; + word-wrap: break-word +} + +.ui.card { + margin: 1em 0 +} + +.ui.cards>.card a, .ui.card a { + cursor: pointer +} + +.ui.card:first-child { + margin-top: 0 +} + +.ui.card:last-child { + margin-bottom: 0 +} + +.ui.cards { + display: flex; + margin: -.875em -.5em; + flex-wrap: wrap +} + +.ui.cards>.card { + display: flex; + margin: .875em .5em; + float: none +} + +.ui.cards:after, .ui.card:after { + display: block; + content: " "; + height: 0; + clear: both; + overflow: hidden; + visibility: hidden +} + +.ui.cards~.ui.cards { + margin-top: .875em +} + +.ui.cards>.card>:first-child, .ui.card>:first-child { + border-radius: .28571429rem .28571429rem 0 0!important; + border-top: none!important +} + +.ui.cards>.card>:last-child, .ui.card>:last-child { + border-radius: 0 0 .28571429rem .28571429rem!important +} + +.ui.cards>.card>:only-child, .ui.card>:only-child { + border-radius: .28571429rem!important +} + +.ui.cards>.card>.image, .ui.card>.image { + position: relative; + display: block; + flex: 0 0 auto; + padding: 0; + background: rgba(0, 0, 0, .05) +} + +.ui.cards>.card>.image>img, .ui.card>.image>img { + display: block; + width: 100%; + height: auto; + border-radius: inherit +} + +.ui.cards>.card>.image:not(.ui)>img, .ui.card>.image:not(.ui)>img { + border: none +} + +.ui.cards>.card>.content, .ui.card>.content { + flex-grow: 1; + border: none; + border-top: 1px solid rgba(34, 36, 38, .1); + background: none; + margin: 0; + padding: 1em; + box-shadow: none; + font-size: 1em; + border-radius: 0 +} + +.ui.cards>.card>.content:after, .ui.card>.content:after { + display: block; + content: " "; + height: 0; + clear: both; + overflow: hidden; + visibility: hidden +} + +.ui.cards>.card>.content>.header, .ui.card>.content>.header { + display: block; + margin: ""; + font-family: var(--fonts-regular); + color: #000000d9 +} + +.ui.cards>.card>.content>.header:not(.ui), .ui.card>.content>.header:not(.ui) { + font-weight: 500; + font-size: 1.28571429em; + margin-top: -.21425em; + line-height: 1.28571429em +} + +.ui.cards>.card>.content>.meta+.description, .ui.cards>.card>.content>.header+.description, .ui.card>.content>.meta+.description, .ui.card>.content>.header+.description { + margin-top: .5em +} + +.ui.cards>.card [class*="left floated"], .ui.card [class*="left floated"] { + float: left +} + +.ui.cards>.card [class*="right floated"], .ui.card [class*="right floated"] { + float: right +} + +.ui.cards>.card [class*="left aligned"], .ui.card [class*="left aligned"] { + text-align: left +} + +.ui.cards>.card [class*="center aligned"], .ui.card [class*="center aligned"] { + text-align: center +} + +.ui.cards>.card [class*="right aligned"], .ui.card [class*="right aligned"] { + text-align: right +} + +.ui.cards>.card .content img, .ui.card .content img { + display: inline-block; + vertical-align: middle; + width: "" +} + +.ui.cards>.card img.avatar, .ui.cards>.card .avatar img, .ui.card img.avatar, .ui.card .avatar img { + width: 2em; + height: 2em; + border-radius: 500rem +} + +.ui.cards>.card>.content>.description, .ui.card>.content>.description { + clear: both; + color: #000000ad +} + +.ui.cards>.card>.content p, .ui.card>.content p { + margin: 0 0 .5em +} + +.ui.cards>.card>.content p:last-child, .ui.card>.content p:last-child { + margin-bottom: 0 +} + +.ui.cards>.card .meta, .ui.card .meta { + font-size: 1em; + color: #0006 +} + +.ui.cards>.card .meta *, .ui.card .meta * { + margin-right: .3em +} + +.ui.cards>.card .meta :last-child, .ui.card .meta :last-child { + margin-right: 0 +} + +.ui.cards>.card .meta [class*="right floated"], .ui.card .meta [class*="right floated"] { + margin-right: 0; + margin-left: .3em +} + +.ui.cards>.card>.content a:not(.ui), .ui.card>.content a:not(.ui) { + color: ""; + transition: color .1s ease +} + +.ui.cards>.card>.content a:not(.ui):hover, .ui.card>.content a:not(.ui):hover { + color: "" +} + +.ui.cards>.card>.content>a.header, .ui.card>.content>a.header { + color: #000000d9 +} + +.ui.cards>.card>.content>a.header:hover, .ui.card>.content>a.header:hover { + color: #1e70bf +} + +.ui.cards>.card .meta>a:not(.ui), .ui.card .meta>a:not(.ui) { + color: #0006 +} + +.ui.cards>.card .meta>a:not(.ui):hover, .ui.card .meta>a:not(.ui):hover { + color: #000000de +} + +.ui.cards>.card>.buttons, .ui.card>.buttons, .ui.cards>.card>.button, .ui.card>.button { + margin: 0 -1px; + width: calc(100% + 2px) +} + +.ui.cards>.card>.buttons:last-child, .ui.card>.buttons:last-child, .ui.cards>.card>.button:last-child, .ui.card>.button:last-child { + margin-bottom: -1px +} + +.ui.cards>.card .dimmer, .ui.card .dimmer { + background: ""; + z-index: 10 +} + +.ui.cards>.card>.content .star.icon, .ui.card>.content .star.icon { + cursor: pointer; + opacity: .75; + transition: color .1s ease +} + +.ui.cards>.card>.content .star.icon:hover, .ui.card>.content .star.icon:hover { + opacity: 1; + color: #ffb70a +} + +.ui.cards>.card>.content .active.star.icon, .ui.card>.content .active.star.icon { + color: #ffe623 +} + +.ui.cards>.card>.content .like.icon, .ui.card>.content .like.icon { + cursor: pointer; + opacity: .75; + transition: color .1s ease +} + +.ui.cards>.card>.content .like.icon:hover, .ui.card>.content .like.icon:hover { + opacity: 1; + color: #ff2733 +} + +.ui.cards>.card>.content .active.like.icon, .ui.card>.content .active.like.icon { + color: #ff2733 +} + +.ui.cards>.card>.extra, .ui.card>.extra { + max-width: 100%; + min-height: 0!important; + flex-grow: 0; + border-top: 1px solid rgba(0, 0, 0, .05)!important; + position: static; + background: none; + width: auto; + margin: 0; + padding: .75em 1em; + top: 0; + left: 0; + color: #0006; + box-shadow: none; + transition: color .1s ease +} + +.ui.cards>.card>.extra a:not(.ui), .ui.card>.extra a:not(.ui) { + color: #0006 +} + +.ui.cards>.card>.extra a:not(.ui):hover, .ui.card>.extra a:not(.ui):hover { + color: #1e70bf +} + +.ui.horizontal.cards>.card, .ui.card.horizontal { + flex-direction: row; + flex-wrap: wrap; + min-width: 270px; + width: 400px; + max-width: 100% +} + +.ui.horizontal.cards>.card>.image, .ui.card.horizontal>.image { + border-radius: .28571429rem 0 0 .28571429rem; + width: 150px +} + +.ui.horizontal.cards>.card>.image>img, .ui.card.horizontal>.image>img { + background-size: cover; + background-repeat: no-repeat; + background-position: center; + justify-content: center; + align-items: center; + display: flex; + width: 100%; + height: 100%; + border-radius: .28571429rem 0 0 .28571429rem +} + +.ui.horizontal.cards>.card>.image:last-child>img, .ui.card.horizontal>.image:last-child>img { + border-radius: 0 .28571429rem .28571429rem 0 +} + +.ui.horizontal.cards>.card>.content, .ui.horizontal.card>.content { + flex-basis: 1px +} + +.ui.horizontal.cards>.card>.extra, .ui.horizontal.card>.extra { + flex-basis: 100% +} + +.ui.raised.cards>.card, .ui.raised.card { + box-shadow: 0 0 0 1px #d4d4d5, 0 2px 4px #2224261f, 0 2px 10px #22242626 +} + +.ui.raised.cards a.card:hover, .ui.link.cards .raised.card:hover, a.ui.raised.card:hover, .ui.link.raised.card:hover { + box-shadow: 0 0 0 1px #d4d4d5, 0 2px 4px #22242626, 0 2px 10px #22242640 +} + +.ui.centered.cards { + justify-content: center +} + +.ui.centered.card { + margin-left: auto; + margin-right: auto +} + +.ui.fluid.card { + width: 100%; + max-width: 9999px +} + +.ui.cards a.card, .ui.link.cards .card, a.ui.card, .ui.link.card { + transform: none +} + +.ui.cards a.card:hover, .ui.link.cards .card:not(.icon):hover, a.ui.card:hover, .ui.link.card:hover { + cursor: pointer; + z-index: 5; + background: #FFFFFF; + border: none; + box-shadow: 0 1px 3px #bcbdbd, 0 0 0 1px #d4d4d5; + transform: translateY(-3px) +} + +.ui.primary.cards>.card, .ui.cards>.primary.card, .ui.primary.card { + box-shadow: 0 0 0 1px #d4d4d5, 0 2px #2185d0, 0 1px 3px #d4d4d5 +} + +.ui.primary.cards>.card:hover, .ui.cards>.primary.card:hover, .ui.primary.card:hover { + box-shadow: 0 0 0 1px #d4d4d5, 0 2px #1678c2, 0 1px 3px #bcbdbd +} + +.ui.inverted.primary.cards>.card, .ui.inverted.cards>.primary.card, .ui.inverted.primary.card { + box-shadow: 0 1px 3px #555, 0 2px #54c8ff, 0 0 0 1px #555 +} + +.ui.inverted.primary.cards>.card:hover, .ui.inverted.cards>.primary.card:hover, .ui.inverted.primary.card:hover { + box-shadow: 0 1px 3px #555, 0 2px #21b8ff, 0 0 0 1px #555 +} + +.ui.secondary.cards>.card, .ui.cards>.secondary.card, .ui.secondary.card { + box-shadow: 0 0 0 1px #d4d4d5, 0 2px #1b1c1d, 0 1px 3px #d4d4d5 +} + +.ui.secondary.cards>.card:hover, .ui.cards>.secondary.card:hover, .ui.secondary.card:hover { + box-shadow: 0 0 0 1px #d4d4d5, 0 2px #27292a, 0 1px 3px #bcbdbd +} + +.ui.inverted.secondary.cards>.card, .ui.inverted.cards>.secondary.card, .ui.inverted.secondary.card { + box-shadow: 0 1px 3px #555, 0 2px #545454, 0 0 0 1px #555 +} + +.ui.inverted.secondary.cards>.card:hover, .ui.inverted.cards>.secondary.card:hover, .ui.inverted.secondary.card:hover { + box-shadow: 0 1px 3px #555, 0 2px #6e6e6e, 0 0 0 1px #555 +} + +.ui.red.cards>.card, .ui.cards>.red.card, .ui.red.card { + box-shadow: 0 0 0 1px #d4d4d5, 0 2px #db2828, 0 1px 3px #d4d4d5 +} + +.ui.red.cards>.card:hover, .ui.cards>.red.card:hover, .ui.red.card:hover { + box-shadow: 0 0 0 1px #d4d4d5, 0 2px #d01919, 0 1px 3px #bcbdbd +} + +.ui.inverted.red.cards>.card, .ui.inverted.cards>.red.card, .ui.inverted.red.card { + box-shadow: 0 1px 3px #555, 0 2px #ff695e, 0 0 0 1px #555 +} + +.ui.inverted.red.cards>.card:hover, .ui.inverted.cards>.red.card:hover, .ui.inverted.red.card:hover { + box-shadow: 0 1px 3px #555, 0 2px #ff392b, 0 0 0 1px #555 +} + +.ui.orange.cards>.card, .ui.cards>.orange.card, .ui.orange.card { + box-shadow: 0 0 0 1px #d4d4d5, 0 2px #f2711c, 0 1px 3px #d4d4d5 +} + +.ui.orange.cards>.card:hover, .ui.cards>.orange.card:hover, .ui.orange.card:hover { + box-shadow: 0 0 0 1px #d4d4d5, 0 2px #f26202, 0 1px 3px #bcbdbd +} + +.ui.inverted.orange.cards>.card, .ui.inverted.cards>.orange.card, .ui.inverted.orange.card { + box-shadow: 0 1px 3px #555, 0 2px #ff851b, 0 0 0 1px #555 +} + +.ui.inverted.orange.cards>.card:hover, .ui.inverted.cards>.orange.card:hover, .ui.inverted.orange.card:hover { + box-shadow: 0 1px 3px #555, 0 2px #e76b00, 0 0 0 1px #555 +} + +.ui.yellow.cards>.card, .ui.cards>.yellow.card, .ui.yellow.card { + box-shadow: 0 0 0 1px #d4d4d5, 0 2px #fbbd08, 0 1px 3px #d4d4d5 +} + +.ui.yellow.cards>.card:hover, .ui.cards>.yellow.card:hover, .ui.yellow.card:hover { + box-shadow: 0 0 0 1px #d4d4d5, 0 2px #eaae00, 0 1px 3px #bcbdbd +} + +.ui.inverted.yellow.cards>.card, .ui.inverted.cards>.yellow.card, .ui.inverted.yellow.card { + box-shadow: 0 1px 3px #555, 0 2px #ffe21f, 0 0 0 1px #555 +} + +.ui.inverted.yellow.cards>.card:hover, .ui.inverted.cards>.yellow.card:hover, .ui.inverted.yellow.card:hover { + box-shadow: 0 1px 3px #555, 0 2px #ebcd00, 0 0 0 1px #555 +} + +.ui.olive.cards>.card, .ui.cards>.olive.card, .ui.olive.card { + box-shadow: 0 0 0 1px #d4d4d5, 0 2px #b5cc18, 0 1px 3px #d4d4d5 +} + +.ui.olive.cards>.card:hover, .ui.cards>.olive.card:hover, .ui.olive.card:hover { + box-shadow: 0 0 0 1px #d4d4d5, 0 2px #a7bd0d, 0 1px 3px #bcbdbd +} + +.ui.inverted.olive.cards>.card, .ui.inverted.cards>.olive.card, .ui.inverted.olive.card { + box-shadow: 0 1px 3px #555, 0 2px #d9e778, 0 0 0 1px #555 +} + +.ui.inverted.olive.cards>.card:hover, .ui.inverted.cards>.olive.card:hover, .ui.inverted.olive.card:hover { + box-shadow: 0 1px 3px #555, 0 2px #d2e745, 0 0 0 1px #555 +} + +.ui.green.cards>.card, .ui.cards>.green.card, .ui.green.card { + box-shadow: 0 0 0 1px #d4d4d5, 0 2px var(--color-gitea-lightblue-light), 0 1px 3px #d4d4d5 +} + +.ui.green.cards>.card:hover, .ui.cards>.green.card:hover, .ui.green.card:hover { + box-shadow: 0 0 0 1px #d4d4d5, 0 2px var(--color-gitea-lightblue-dark), 0 1px 3px #bcbdbd +} + +.ui.inverted.green.cards>.card, .ui.inverted.cards>.green.card, .ui.inverted.green.card { + box-shadow: 0 1px 3px #555, 0 2px #2ecc40, 0 0 0 1px #555 +} + +.ui.inverted.green.cards>.card:hover, .ui.inverted.cards>.green.card:hover, .ui.inverted.green.card:hover { + box-shadow: 0 1px 3px #555, 0 2px #1ea92e, 0 0 0 1px #555 +} + +.ui.teal.cards>.card, .ui.cards>.teal.card, .ui.teal.card { + box-shadow: 0 0 0 1px #d4d4d5, 0 2px var(--color-gitea-lightblue-light), 0 1px 3px #d4d4d5 +} + +.ui.teal.cards>.card:hover, .ui.cards>.teal.card:hover, .ui.teal.card:hover { + box-shadow: 0 0 0 1px #d4d4d5, 0 2px var(--color-gitea-lightblue-dark), 0 1px 3px #bcbdbd +} + +.ui.inverted.teal.cards>.card, .ui.inverted.cards>.teal.card, .ui.inverted.teal.card { + box-shadow: 0 1px 3px #555, 0 2px #6dffff, 0 0 0 1px #555 +} + +.ui.inverted.teal.cards>.card:hover, .ui.inverted.cards>.teal.card:hover, .ui.inverted.teal.card:hover { + box-shadow: 0 1px 3px #555, 0 2px #3affff, 0 0 0 1px #555 +} + +.ui.blue.cards>.card, .ui.cards>.blue.card, .ui.blue.card { + box-shadow: 0 0 0 1px #d4d4d5, 0 2px #2185d0, 0 1px 3px #d4d4d5 +} + +.ui.blue.cards>.card:hover, .ui.cards>.blue.card:hover, .ui.blue.card:hover { + box-shadow: 0 0 0 1px #d4d4d5, 0 2px #1678c2, 0 1px 3px #bcbdbd +} + +.ui.inverted.blue.cards>.card, .ui.inverted.cards>.blue.card, .ui.inverted.blue.card { + box-shadow: 0 1px 3px #555, 0 2px #54c8ff, 0 0 0 1px #555 +} + +.ui.inverted.blue.cards>.card:hover, .ui.inverted.cards>.blue.card:hover, .ui.inverted.blue.card:hover { + box-shadow: 0 1px 3px #555, 0 2px #21b8ff, 0 0 0 1px #555 +} + +.ui.violet.cards>.card, .ui.cards>.violet.card, .ui.violet.card { + box-shadow: 0 0 0 1px #d4d4d5, 0 2px #6435c9, 0 1px 3px #d4d4d5 +} + +.ui.violet.cards>.card:hover, .ui.cards>.violet.card:hover, .ui.violet.card:hover { + box-shadow: 0 0 0 1px #d4d4d5, 0 2px #5829bb, 0 1px 3px #bcbdbd +} + +.ui.inverted.violet.cards>.card, .ui.inverted.cards>.violet.card, .ui.inverted.violet.card { + box-shadow: 0 1px 3px #555, 0 2px #a291fb, 0 0 0 1px #555 +} + +.ui.inverted.violet.cards>.card:hover, .ui.inverted.cards>.violet.card:hover, .ui.inverted.violet.card:hover { + box-shadow: 0 1px 3px #555, 0 2px #745aff, 0 0 0 1px #555 +} + +.ui.purple.cards>.card, .ui.cards>.purple.card, .ui.purple.card { + box-shadow: 0 0 0 1px #d4d4d5, 0 2px #a333c8, 0 1px 3px #d4d4d5 +} + +.ui.purple.cards>.card:hover, .ui.cards>.purple.card:hover, .ui.purple.card:hover { + box-shadow: 0 0 0 1px #d4d4d5, 0 2px #9627ba, 0 1px 3px #bcbdbd +} + +.ui.inverted.purple.cards>.card, .ui.inverted.cards>.purple.card, .ui.inverted.purple.card { + box-shadow: 0 1px 3px #555, 0 2px #dc73ff, 0 0 0 1px #555 +} + +.ui.inverted.purple.cards>.card:hover, .ui.inverted.cards>.purple.card:hover, .ui.inverted.purple.card:hover { + box-shadow: 0 1px 3px #555, 0 2px #cf40ff, 0 0 0 1px #555 +} + +.ui.pink.cards>.card, .ui.cards>.pink.card, .ui.pink.card { + box-shadow: 0 0 0 1px #d4d4d5, 0 2px #e03997, 0 1px 3px #d4d4d5 +} + +.ui.pink.cards>.card:hover, .ui.cards>.pink.card:hover, .ui.pink.card:hover { + box-shadow: 0 0 0 1px #d4d4d5, 0 2px #e61a8d, 0 1px 3px #bcbdbd +} + +.ui.inverted.pink.cards>.card, .ui.inverted.cards>.pink.card, .ui.inverted.pink.card { + box-shadow: 0 1px 3px #555, 0 2px #ff8edf, 0 0 0 1px #555 +} + +.ui.inverted.pink.cards>.card:hover, .ui.inverted.cards>.pink.card:hover, .ui.inverted.pink.card:hover { + box-shadow: 0 1px 3px #555, 0 2px #ff5bd1, 0 0 0 1px #555 +} + +.ui.brown.cards>.card, .ui.cards>.brown.card, .ui.brown.card { + box-shadow: 0 0 0 1px #d4d4d5, 0 2px #a5673f, 0 1px 3px #d4d4d5 +} + +.ui.brown.cards>.card:hover, .ui.cards>.brown.card:hover, .ui.brown.card:hover { + box-shadow: 0 0 0 1px #d4d4d5, 0 2px #975b33, 0 1px 3px #bcbdbd +} + +.ui.inverted.brown.cards>.card, .ui.inverted.cards>.brown.card, .ui.inverted.brown.card { + box-shadow: 0 1px 3px #555, 0 2px #d67c1c, 0 0 0 1px #555 +} + +.ui.inverted.brown.cards>.card:hover, .ui.inverted.cards>.brown.card:hover, .ui.inverted.brown.card:hover { + box-shadow: 0 1px 3px #555, 0 2px #b0620f, 0 0 0 1px #555 +} + +.ui.grey.cards>.card, .ui.cards>.grey.card, .ui.grey.card { + box-shadow: 0 0 0 1px #d4d4d5, 0 2px #767676, 0 1px 3px #d4d4d5 +} + +.ui.grey.cards>.card:hover, .ui.cards>.grey.card:hover, .ui.grey.card:hover { + box-shadow: 0 0 0 1px #d4d4d5, 0 2px #838383, 0 1px 3px #bcbdbd +} + +.ui.inverted.grey.cards>.card, .ui.inverted.cards>.grey.card, .ui.inverted.grey.card { + box-shadow: 0 1px 3px #555, 0 2px #dcddde, 0 0 0 1px #555 +} + +.ui.inverted.grey.cards>.card:hover, .ui.inverted.cards>.grey.card:hover, .ui.inverted.grey.card:hover { + box-shadow: 0 1px 3px #555, 0 2px #c2c4c5, 0 0 0 1px #555 +} + +.ui.black.cards>.card, .ui.cards>.black.card, .ui.black.card { + box-shadow: 0 0 0 1px #d4d4d5, 0 2px #1b1c1d, 0 1px 3px #d4d4d5 +} + +.ui.black.cards>.card:hover, .ui.cards>.black.card:hover, .ui.black.card:hover { + box-shadow: 0 0 0 1px #d4d4d5, 0 2px #27292a, 0 1px 3px #bcbdbd +} + +.ui.inverted.black.cards>.card, .ui.inverted.cards>.black.card, .ui.inverted.black.card { + box-shadow: 0 1px 3px #555, 0 2px #545454, 0 0 0 1px #555 +} + +.ui.inverted.black.cards>.card:hover, .ui.inverted.cards>.black.card:hover, .ui.inverted.black.card:hover { + box-shadow: 0 1px 3px #555, 0 2px #000, 0 0 0 1px #555 +} + +.ui.one.cards { + margin-left: 0; + margin-right: 0 +} + +.ui.one.cards>.card { + width: 100% +} + +.ui.two.cards { + margin-left: -1em; + margin-right: -1em +} + +.ui.two.cards>.card { + width: calc(50% - 2em); + margin-left: 1em; + margin-right: 1em +} + +.ui.three.cards { + margin-left: -1em; + margin-right: -1em +} + +.ui.three.cards>.card { + width: calc(33.33333333333333% - 2em); + margin-left: 1em; + margin-right: 1em +} + +.ui.four.cards { + margin-left: -.75em; + margin-right: -.75em +} + +.ui.four.cards>.card { + width: calc(25% - 1.5em); + margin-left: .75em; + margin-right: .75em +} + +.ui.five.cards { + margin-left: -.75em; + margin-right: -.75em +} + +.ui.five.cards>.card { + width: calc(20% - 1.5em); + margin-left: .75em; + margin-right: .75em +} + +.ui.six.cards { + margin-left: -.75em; + margin-right: -.75em +} + +.ui.six.cards>.card { + width: calc(16.666666666666664% - 1.5em); + margin-left: .75em; + margin-right: .75em +} + +.ui.seven.cards { + margin-left: -.5em; + margin-right: -.5em +} + +.ui.seven.cards>.card { + width: calc(14.285714285714285% - 1em); + margin-left: .5em; + margin-right: .5em +} + +.ui.eight.cards { + margin-left: -.5em; + margin-right: -.5em +} + +.ui.eight.cards>.card { + width: calc(12.5% - 1em); + margin-left: .5em; + margin-right: .5em; + font-size: 11px +} + +.ui.nine.cards { + margin-left: -.5em; + margin-right: -.5em +} + +.ui.nine.cards>.card { + width: calc(11.11111111111111% - 1em); + margin-left: .5em; + margin-right: .5em; + font-size: 10px +} + +.ui.ten.cards { + margin-left: -.5em; + margin-right: -.5em +} + +.ui.ten.cards>.card { + width: calc(10% - 1em); + margin-left: .5em; + margin-right: .5em +} + +@media only screen and (max-width: 767.98px) { + .ui.two.doubling.cards { + margin-left: 0; + margin-right: 0 + } + .ui.two.doubling.cards>.card { + width: 100%; + margin-left: 0; + margin-right: 0 + } + .ui.three.doubling.cards { + margin-left: -1em; + margin-right: -1em + } + .ui.three.doubling.cards>.card { + width: calc(50% - 2em); + margin-left: 1em; + margin-right: 1em + } + .ui.four.doubling.cards { + margin-left: -1em; + margin-right: -1em + } + .ui.four.doubling.cards>.card { + width: calc(50% - 2em); + margin-left: 1em; + margin-right: 1em + } + .ui.five.doubling.cards { + margin-left: -1em; + margin-right: -1em + } + .ui.five.doubling.cards>.card { + width: calc(50% - 2em); + margin-left: 1em; + margin-right: 1em + } + .ui.six.doubling.cards { + margin-left: -1em; + margin-right: -1em + } + .ui.six.doubling.cards>.card { + width: calc(50% - 2em); + margin-left: 1em; + margin-right: 1em + } + .ui.seven.doubling.cards { + margin-left: -1em; + margin-right: -1em + } + .ui.seven.doubling.cards>.card { + width: calc(33.33333333333333% - 2em); + margin-left: 1em; + margin-right: 1em + } + .ui.eight.doubling.cards { + margin-left: -1em; + margin-right: -1em + } + .ui.eight.doubling.cards>.card { + width: calc(33.33333333333333% - 2em); + margin-left: 1em; + margin-right: 1em + } + .ui.nine.doubling.cards { + margin-left: -1em; + margin-right: -1em + } + .ui.nine.doubling.cards>.card { + width: calc(33.33333333333333% - 2em); + margin-left: 1em; + margin-right: 1em + } + .ui.ten.doubling.cards { + margin-left: -1em; + margin-right: -1em + } + .ui.ten.doubling.cards>.card { + width: calc(33.33333333333333% - 2em); + margin-left: 1em; + margin-right: 1em + } +} + +@media only screen and (min-width: 768px) and (max-width: 991.98px) { + .ui.two.doubling.cards { + margin-left: 0; + margin-right: 0 + } + .ui.two.doubling.cards>.card { + width: 100%; + margin-left: 0; + margin-right: 0 + } + .ui.three.doubling.cards { + margin-left: -1em; + margin-right: -1em + } + .ui.three.doubling.cards>.card { + width: calc(50% - 2em); + margin-left: 1em; + margin-right: 1em + } + .ui.four.doubling.cards { + margin-left: -1em; + margin-right: -1em + } + .ui.four.doubling.cards>.card { + width: calc(50% - 2em); + margin-left: 1em; + margin-right: 1em + } + .ui.five.doubling.cards { + margin-left: -1em; + margin-right: -1em + } + .ui.five.doubling.cards>.card { + width: calc(33.33333333333333% - 2em); + margin-left: 1em; + margin-right: 1em + } + .ui.six.doubling.cards { + margin-left: -1em; + margin-right: -1em + } + .ui.six.doubling.cards>.card { + width: calc(33.33333333333333% - 2em); + margin-left: 1em; + margin-right: 1em + } + .ui.eight.doubling.cards { + margin-left: -1em; + margin-right: -1em + } + .ui.eight.doubling.cards>.card { + width: calc(33.33333333333333% - 2em); + margin-left: 1em; + margin-right: 1em + } + .ui.eight.doubling.cards { + margin-left: -.75em; + margin-right: -.75em + } + .ui.eight.doubling.cards>.card { + width: calc(25% - 1.5em); + margin-left: .75em; + margin-right: .75em + } + .ui.nine.doubling.cards { + margin-left: -.75em; + margin-right: -.75em + } + .ui.nine.doubling.cards>.card { + width: calc(25% - 1.5em); + margin-left: .75em; + margin-right: .75em + } + .ui.ten.doubling.cards { + margin-left: -.75em; + margin-right: -.75em + } + .ui.ten.doubling.cards>.card { + width: calc(20% - 1.5em); + margin-left: .75em; + margin-right: .75em + } +} + +@media only screen and (max-width: 767.98px) { + .ui.stackable.cards { + display: block!important + } + .ui.stackable.cards .card:first-child { + margin-top: 0!important + } + .ui.stackable.cards>.card { + display: block!important; + height: auto!important; + margin: 1em; + padding: 0!important; + width: calc(100% - 2em)!important + } +} + +.ui.cards>.card { + font-size: 1em +} + +.ui.mini.cards .card { + font-size: .78571429rem +} + +.ui.tiny.cards .card { + font-size: .85714286rem +} + +.ui.small.cards .card { + font-size: .92857143rem +} + +.ui.large.cards .card { + font-size: 1.14285714rem +} + +.ui.big.cards .card { + font-size: 1.28571429rem +} + +.ui.huge.cards .card { + font-size: 1.42857143rem +} + +.ui.massive.cards .card { + font-size: 1.71428571rem +} + +.ui.inverted.cards>.card, .ui.inverted.card { + background: #1B1C1D; + box-shadow: 0 1px 3px #555, 0 0 0 1px #555 +} + +.ui.inverted.cards>.card>.content, .ui.inverted.card>.content { + border-top: 1px solid rgba(255, 255, 255, .15) +} + +.ui.inverted.cards>.card>.content>.header, .ui.inverted.card>.content>.header { + color: #ffffffe6 +} + +.ui.inverted.cards>.card>.content>.description, .ui.inverted.card>.content>.description { + color: #fffc +} + +.ui.inverted.cards>.card .meta, .ui.inverted.card .meta { + color: #ffffffb3 +} + +.ui.inverted.cards>.card .meta>a:not(.ui), .ui.inverted.card .meta>a:not(.ui) { + color: #ffffffb3 +} + +.ui.inverted.cards>.card .meta>a:not(.ui):hover, .ui.inverted.card .meta>a:not(.ui):hover { + color: #fff +} + +.ui.inverted.cards>.card>.extra, .ui.inverted.card>.extra { + border-top: 1px solid rgba(255, 255, 255, .15)!important; + color: #ffffffb3 +} + +.ui.inverted.cards>.card>.extra a:not(.ui), .ui.inverted.card>.extra a:not(.ui) { + color: #ffffff80 +} + +.ui.inverted.cards>.card>.extra a:not(.ui):hover, .ui.inverted.card>.extra a:not(.ui):hover { + color: #1e70bf +} + +.ui.inverted.cards a.card:hover, .ui.inverted.link.cards .card:not(.icon):hover, a.inverted.ui.card:hover, .ui.inverted.link.card:hover { + background: #1B1C1D +} + +.ui.checkbox { + position: relative; + display: inline-block; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; + outline: none; + vertical-align: baseline; + font-style: normal; + min-height: 17px; + font-size: 1em; + line-height: 17px; + min-width: 17px +} + +.ui.checkbox input[type=checkbox], .ui.checkbox input[type=radio] { + cursor: pointer; + position: absolute; + top: 0; + left: 0; + opacity: 0!important; + outline: none; + z-index: 3; + width: 17px; + height: 17px +} + +.ui.checkbox label { + cursor: auto; + position: relative; + display: block; + padding-left: 1.85714em; + outline: none; + font-size: 1em +} + +.ui.checkbox label:before { + position: absolute; + top: 0; + left: 0; + width: 17px; + height: 17px; + content: ""; + background: #FFFFFF; + border-radius: .21428571rem; + transition: border .1s ease, opacity .1s ease, transform .1s ease, box-shadow .1s ease; + border: 1px solid #D4D4D5 +} + +.ui.checkbox label:after { + position: absolute; + font-size: 14px; + top: 0; + left: 0; + width: 17px; + height: 17px; + text-align: center; + opacity: 0; + color: #000000de; + transition: border .1s ease, opacity .1s ease, transform .1s ease, box-shadow .1s ease +} + +.ui.checkbox label, .ui.checkbox+label { + color: #000000de; + transition: color .1s ease +} + +.ui.checkbox+label { + vertical-align: middle +} + +.ui.checkbox label:hover:before { + background: #FFFFFF; + border-color: #22242659 +} + +.ui.checkbox label:hover, .ui.checkbox+label:hover { + color: #000c +} + +.ui.checkbox label:active:before { + background: #F9FAFB; + border-color: #22242659 +} + +.ui.checkbox label:active:after { + color: #000000f2 +} + +.ui.checkbox input:active~label { + color: #000000f2 +} + +.ui.checkbox input:focus~label:before { + background: #FFFFFF; + border-color: #96c8da +} + +.ui.checkbox input:focus~label:after { + color: #000000f2 +} + +.ui.checkbox input:focus~label { + color: #000000f2 +} + +.ui.checkbox input:checked~label:before { + background: #FFFFFF; + border-color: #22242659 +} + +.ui.checkbox input:checked~label:after { + opacity: 1; + color: #000000f2 +} + +.ui.checkbox input:not([type=radio]):indeterminate~label:before { + background: #FFFFFF; + border-color: #22242659 +} + +.ui.checkbox input:not([type=radio]):indeterminate~label:after { + opacity: 1; + color: #000000f2 +} + +.ui.indeterminate.toggle.checkbox input:not([type=radio]):indeterminate~label:before { + background: rgba(0, 0, 0, .15) +} + +.ui.indeterminate.toggle.checkbox input:not([type=radio])~label:after { + left: 1.075rem +} + +.ui.checkbox input:not([type=radio]):indeterminate:focus~label:before, .ui.checkbox input:checked:focus~label:before { + background: #FFFFFF; + border-color: #96c8da +} + +.ui.checkbox input:not([type=radio]):indeterminate:focus~label:after, .ui.checkbox input:checked:focus~label:after { + color: #000000f2 +} + +.ui.read-only.checkbox, .ui.read-only.checkbox label { + cursor: default +} + +.ui.disabled.checkbox label, .ui.checkbox input[disabled]~label { + cursor: default!important; + opacity: .5; + color: #000; + pointer-events: none +} + +.ui.checkbox input.hidden { + z-index: -1 +} + +.ui.checkbox input.hidden+label { + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none +} + +.ui.radio.checkbox { + min-height: 15px +} + +.ui.radio.checkbox label { + padding-left: 1.85714em +} + +.ui.radio.checkbox label:before { + content: ""; + transform: none; + width: 15px; + height: 15px; + border-radius: 500rem; + top: 1px; + left: 0 +} + +.ui.radio.checkbox label:after { + border: none; + content: ""!important; + line-height: 15px; + top: 1px; + left: 0; + width: 15px; + height: 15px; + border-radius: 500rem; + transform: scale(.46666667); + background-color: #000000de +} + +.ui.radio.checkbox input:focus~label:before { + background-color: #fff +} + +.ui.radio.checkbox input:focus~label:after { + background-color: #000000f2 +} + +.ui.radio.checkbox input:indeterminate~label:after { + opacity: 0 +} + +.ui.radio.checkbox input:checked~label:before { + background-color: #fff +} + +.ui.radio.checkbox input:checked~label:after { + background-color: #000000f2 +} + +.ui.radio.checkbox input:focus:checked~label:before { + background-color: #fff +} + +.ui.radio.checkbox input:focus:checked~label:after { + background-color: #000000f2 +} + +.ui.slider.checkbox { + min-height: 1.25rem +} + +.ui.slider.checkbox input { + width: 3.5rem; + height: 1.25rem +} + +.ui.slider.checkbox label { + padding-left: 4.5rem; + line-height: 1rem; + color: #0006 +} + +.ui.slider.checkbox label:before { + display: block; + position: absolute; + content: ""; + transform: none; + border: none!important; + left: 0; + z-index: 1; + top: .4rem; + background-color: #0000000d; + width: 3.5rem; + height: .21428571rem; + border-radius: 500rem; + transition: background .3s ease +} + +.ui.slider.checkbox label:after { + background: #FFFFFF linear-gradient(transparent, rgba(0, 0, 0, .05)); + position: absolute; + content: ""!important; + opacity: 1; + z-index: 2; + border: none; + box-shadow: 0 1px 2px #22242626, 0 0 0 1px #22242626 inset; + width: 1.5rem; + height: 1.5rem; + top: -.25rem; + left: 0; + transform: none; + border-radius: 500rem; + transition: left .3s ease +} + +.ui.slider.checkbox input:focus~label:before { + background-color: #00000026; + border: none +} + +.ui.slider.checkbox label:hover { + color: #000c +} + +.ui.slider.checkbox label:hover:before { + background: rgba(0, 0, 0, .15) +} + +.ui.slider.checkbox input:checked~label { + color: #000000f2!important +} + +.ui.slider.checkbox input:checked~label:before { + background-color: #545454!important +} + +.ui.slider.checkbox input:checked~label:after { + left: 2rem +} + +.ui.slider.checkbox input:focus:checked~label { + color: #000000f2!important +} + +.ui.slider.checkbox input:focus:checked~label:before { + background-color: #000!important +} + +.ui.toggle.checkbox { + min-height: 1.5rem +} + +.ui.toggle.checkbox input { + width: 3.5rem; + height: 1.5rem +} + +.ui.toggle.checkbox label { + min-height: 1.5rem; + padding-left: 4.5rem; + color: #000000de +} + +.ui.toggle.checkbox label { + padding-top: .15em +} + +.ui.toggle.checkbox label:before { + display: block; + position: absolute; + content: ""; + z-index: 1; + transform: none; + border: none; + top: 0; + background: rgba(0, 0, 0, .05); + box-shadow: none; + width: 3.5rem; + height: 1.5rem; + border-radius: 500rem +} + +.ui.toggle.checkbox label:after { + background: #FFFFFF linear-gradient(transparent, rgba(0, 0, 0, .05)); + position: absolute; + content: ""!important; + opacity: 1; + z-index: 2; + border: none; + box-shadow: 0 1px 2px #22242626, 0 0 0 1px #22242626 inset; + width: 1.5rem; + height: 1.5rem; + top: 0; + left: 0; + border-radius: 500rem; + transition: background .3s ease, left .3s ease +} + +.ui.toggle.checkbox input~label:after { + left: -.05rem; + box-shadow: 0 1px 2px #22242626, 0 0 0 1px #22242626 inset +} + +.ui.toggle.checkbox input:focus~label:before { + background-color: #00000026; + border: none +} + +.ui.toggle.checkbox label:hover:before { + background-color: #00000026; + border: none +} + +.ui.toggle.checkbox input:checked~label { + color: #000000f2!important +} + +.ui.toggle.checkbox input:checked~label:before { + background-color: #2185d0!important +} + +.ui.toggle.checkbox input:checked~label:after { + left: 2.15rem; + box-shadow: 0 1px 2px #22242626, 0 0 0 1px #22242626 inset +} + +.ui.toggle.checkbox input:focus:checked~label { + color: #000000f2!important +} + +.ui.toggle.checkbox input:focus:checked~label:before { + background-color: #0d71bb!important +} + +.ui.fitted.checkbox label { + padding-left: 0!important +} + +.ui.fitted.toggle.checkbox { + width: 3.5rem +} + +.ui.fitted.slider.checkbox { + width: 3.5rem +} + +.ui.inverted.checkbox label, .ui.inverted.checkbox+label { + color: #ffffffe6!important +} + +.ui.inverted.checkbox label:hover { + color: #fff!important +} + +.ui.inverted.checkbox label:hover:before { + border-color: #22242680 +} + +.ui.inverted.slider.checkbox label { + color: #ffffff80 +} + +.ui.inverted.slider.checkbox label:before { + background-color: #ffffff80!important +} + +.ui.inverted.slider.checkbox label:hover:before { + background: rgba(255, 255, 255, .7)!important +} + +.ui.inverted.slider.checkbox input:checked~label { + color: #fff!important +} + +.ui.inverted.slider.checkbox input:checked~label:before { + background-color: #fffc!important +} + +.ui.inverted.slider.checkbox input:focus:checked~label { + color: #fff!important +} + +.ui.inverted.slider.checkbox input:focus:checked~label:before { + background-color: #fffc!important +} + +.ui.inverted.toggle.checkbox label:before { + background-color: #ffffffe6!important +} + +.ui.inverted.toggle.checkbox label:hover:before { + background: #ffffff!important +} + +.ui.inverted.toggle.checkbox input:checked~label { + color: #fff!important +} + +.ui.inverted.toggle.checkbox input:checked~label:before { + background-color: #2185d0!important +} + +.ui.inverted.toggle.checkbox input:focus:checked~label { + color: #fff!important +} + +.ui.inverted.toggle.checkbox input:focus:checked~label:before { + background-color: #0d71bb!important +} + +.ui.mini.checkbox { + font-size: .78571429em +} + +.ui.tiny.checkbox { + font-size: .85714286em +} + +.ui.small.checkbox { + font-size: .92857143em +} + +.ui.large.checkbox { + font-size: 1.14285714em +} + +.ui.large.form .checkbox:not(.slider):not(.toggle):not(.radio) label:after, .ui.large.checkbox:not(.slider):not(.toggle):not(.radio) label:after, .ui.large.form .checkbox:not(.slider):not(.toggle):not(.radio) label:before, .ui.large.checkbox:not(.slider):not(.toggle):not(.radio) label:before { + transform: scale(1.14285714); + transform-origin: left +} + +.ui.large.form .checkbox.radio label:before, .ui.large.checkbox.radio label:before { + transform: scale(1.14285714); + transform-origin: left +} + +.ui.large.form .checkbox.radio label:after, .ui.large.checkbox.radio label:after { + transform: scale(.57142857); + transform-origin: left; + left: .33571429em +} + +.ui.big.checkbox { + font-size: 1.28571429em +} + +.ui.big.form .checkbox:not(.slider):not(.toggle):not(.radio) label:after, .ui.big.checkbox:not(.slider):not(.toggle):not(.radio) label:after, .ui.big.form .checkbox:not(.slider):not(.toggle):not(.radio) label:before, .ui.big.checkbox:not(.slider):not(.toggle):not(.radio) label:before { + transform: scale(1.28571429); + transform-origin: left +} + +.ui.big.form .checkbox.radio label:before, .ui.big.checkbox.radio label:before { + transform: scale(1.28571429); + transform-origin: left +} + +.ui.big.form .checkbox.radio label:after, .ui.big.checkbox.radio label:after { + transform: scale(.64285714); + transform-origin: left; + left: .37142857em +} + +.ui.huge.checkbox { + font-size: 1.42857143em +} + +.ui.huge.form .checkbox:not(.slider):not(.toggle):not(.radio) label:after, .ui.huge.checkbox:not(.slider):not(.toggle):not(.radio) label:after, .ui.huge.form .checkbox:not(.slider):not(.toggle):not(.radio) label:before, .ui.huge.checkbox:not(.slider):not(.toggle):not(.radio) label:before { + transform: scale(1.42857143); + transform-origin: left +} + +.ui.huge.form .checkbox.radio label:before, .ui.huge.checkbox.radio label:before { + transform: scale(1.42857143); + transform-origin: left +} + +.ui.huge.form .checkbox.radio label:after, .ui.huge.checkbox.radio label:after { + transform: scale(.71428571); + transform-origin: left; + left: .40714286em +} + +.ui.massive.checkbox { + font-size: 1.71428571em +} + +.ui.massive.form .checkbox:not(.slider):not(.toggle):not(.radio) label:after, .ui.massive.checkbox:not(.slider):not(.toggle):not(.radio) label:after, .ui.massive.form .checkbox:not(.slider):not(.toggle):not(.radio) label:before, .ui.massive.checkbox:not(.slider):not(.toggle):not(.radio) label:before { + transform: scale(1.71428571); + transform-origin: left +} + +.ui.massive.form .checkbox.radio label:before, .ui.massive.checkbox.radio label:before { + transform: scale(1.71428571); + transform-origin: left +} + +.ui.massive.form .checkbox.radio label:after, .ui.massive.checkbox.radio label:after { + transform: scale(.85714286); + transform-origin: left; + left: .47857143em +} + +@font-face { + font-family: "Checkbox"; + src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBD8AAAC8AAAAYGNtYXAYVtCJAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5Zn4huwUAAAF4AAABYGhlYWQGPe1ZAAAC2AAAADZoaGVhB30DyAAAAxAAAAAkaG10eBBKAEUAAAM0AAAAHGxvY2EAmgESAAADUAAAABBtYXhwAAkALwAAA2AAAAAgbmFtZSC8IugAAAOAAAABknBvc3QAAwAAAAAFFAAAACAAAwMTAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADoAgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6AL//f//AAAAAAAg6AD//f//AAH/4xgEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAEUAUQO7AvgAGgAAARQHAQYjIicBJjU0PwE2MzIfAQE2MzIfARYVA7sQ/hQQFhcQ/uMQEE4QFxcQqAF2EBcXEE4QAnMWEP4UEBABHRAXFhBOEBCoAXcQEE4QFwAAAAABAAABbgMlAkkAFAAAARUUBwYjISInJj0BNDc2MyEyFxYVAyUQEBf9SRcQEBAQFwK3FxAQAhJtFxAQEBAXbRcQEBAQFwAAAAABAAAASQMlA24ALAAAARUUBwYrARUUBwYrASInJj0BIyInJj0BNDc2OwE1NDc2OwEyFxYdATMyFxYVAyUQEBfuEBAXbhYQEO4XEBAQEBfuEBAWbhcQEO4XEBACEm0XEBDuFxAQEBAX7hAQF20XEBDuFxAQEBAX7hAQFwAAAQAAAAIAAHRSzT9fDzz1AAsEAAAAAADRsdR3AAAAANGx1HcAAAAAA7sDbgAAAAgAAgAAAAAAAAABAAADwP/AAAAEAAAAAAADuwABAAAAAAAAAAAAAAAAAAAABwQAAAAAAAAAAAAAAAIAAAAEAABFAyUAAAMlAAAAAAAAAAoAFAAeAE4AcgCwAAEAAAAHAC0AAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAIAAAAAQAAAAAAAgAHAGkAAQAAAAAAAwAIADkAAQAAAAAABAAIAH4AAQAAAAAABQALABgAAQAAAAAABgAIAFEAAQAAAAAACgAaAJYAAwABBAkAAQAQAAgAAwABBAkAAgAOAHAAAwABBAkAAwAQAEEAAwABBAkABAAQAIYAAwABBAkABQAWACMAAwABBAkABgAQAFkAAwABBAkACgA0ALBDaGVja2JveABDAGgAZQBjAGsAYgBvAHhWZXJzaW9uIDIuMABWAGUAcgBzAGkAbwBuACAAMgAuADBDaGVja2JveABDAGgAZQBjAGsAYgBvAHhDaGVja2JveABDAGgAZQBjAGsAYgBvAHhSZWd1bGFyAFIAZQBnAHUAbABhAHJDaGVja2JveABDAGgAZQBjAGsAYgBvAHhGb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("truetype") +} + +.ui.checkbox label:after, .ui.checkbox .box:after { + font-family: "Checkbox" +} + +.ui.checkbox input:checked~.box:after, .ui.checkbox input:checked~label:after { + content: "\e800" +} + +.ui.checkbox input:indeterminate~.box:after, .ui.checkbox input:indeterminate~label:after { + font-size: 12px; + content: "\e801" +} + +.ui.comments { + margin: 1.5em 0; + max-width: 650px +} + +.ui.comments:first-child { + margin-top: 0 +} + +.ui.comments:last-child { + margin-bottom: 0 +} + +.ui.comments .comment { + position: relative; + background: none; + margin: .5em 0 0; + padding: .5em 0 0; + border: none; + border-top: none; + line-height: 1.2 +} + +.ui.comments .comment:first-child { + margin-top: 0; + padding-top: 0 +} + +.ui.comments .comment>.comments { + margin: 0 0 .5em .5em; + padding: 1em 0 1em 1em +} + +.ui.comments .comment>.comments:before { + position: absolute; + top: 0; + left: 0 +} + +.ui.comments .comment>.comments .comment { + border: none; + border-top: none; + background: none +} + +.ui.comments .comment .avatar { + display: block; + width: 2.5em; + height: auto; + float: left; + margin: .2em 0 0 +} + +.ui.comments .comment img.avatar, .ui.comments .comment .avatar img { + display: block; + margin: 0 auto; + width: 100%; + height: 100%; + border-radius: .25rem +} + +.ui.comments .comment>.content { + display: block +} + +.ui.comments .comment>.avatar~.content { + margin-left: 3.5em +} + +.ui.comments .comment .author { + font-size: 1em; + color: #000000de; + font-weight: 500 +} + +.ui.comments .comment a.author { + cursor: pointer +} + +.ui.comments .comment a.author:hover { + color: #1e70bf +} + +.ui.comments .comment .metadata { + display: inline-block; + margin-left: .5em; + color: #0006; + font-size: .875em +} + +.ui.comments .comment .metadata>* { + display: inline-block; + margin: 0 .5em 0 0 +} + +.ui.comments .comment .metadata>:last-child { + margin-right: 0 +} + +.ui.comments .comment .text { + margin: .25em 0 .5em; + font-size: 1em; + word-wrap: break-word; + color: #000000de; + line-height: 1.3 +} + +.ui.comments .comment .actions { + font-size: .875em +} + +.ui.comments .comment .actions a { + cursor: pointer; + display: inline-block; + margin: 0 .75em 0 0; + color: #0006 +} + +.ui.comments .comment .actions a:last-child { + margin-right: 0 +} + +.ui.comments .comment .actions a.active, .ui.comments .comment .actions a:hover { + color: #000c +} + +.ui.comments>.reply.form { + margin-top: 1em +} + +.ui.comments .comment .reply.form { + width: 100%; + margin-top: 1em +} + +.ui.comments .reply.form textarea { + font-size: 1em; + height: 12em +} + +.ui.collapsed.comments, .ui.comments .collapsed.comments, .ui.comments .collapsed.comment { + display: none +} + +.ui.threaded.comments .comment>.comments { + margin: -1.5em 0 -1em 1.25em; + padding: 3em 0 2em 2.25em; + box-shadow: -1px 0 #22242626 +} + +.ui.minimal.comments .comment .actions { + opacity: 0; + position: absolute; + top: 0; + right: 0; + left: auto; + transition: opacity .2s ease; + transition-delay: .1s +} + +.ui.minimal.comments .comment>.content:hover>.actions { + opacity: 1 +} + +.ui.comments { + font-size: 1rem +} + +.ui.mini.comments { + font-size: .78571429rem +} + +.ui.tiny.comments { + font-size: .85714286rem +} + +.ui.small.comments { + font-size: .92857143rem +} + +.ui.large.comments { + font-size: 1.14285714rem +} + +.ui.big.comments { + font-size: 1.28571429rem +} + +.ui.huge.comments { + font-size: 1.42857143rem +} + +.ui.massive.comments { + font-size: 1.71428571rem +} + +.ui.inverted.comments .comment { + background-color: #1b1c1d +} + +.ui.inverted.comments .comment .author, .ui.inverted.comments .comment .text { + color: #ffffffe6 +} + +.ui.inverted.comments .comment .metadata, .ui.inverted.comments .comment .actions a { + color: #ffffffb3 +} + +.ui.inverted.comments .comment a.author:hover, .ui.inverted.comments .comment .actions a.active, .ui.inverted.comments .comment .actions a:hover { + color: #fff +} + +.ui.inverted.threaded.comments .comment>.comments { + box-shadow: -1px 0 #555 +} + +.ui.container { + display: block; + max-width: 100% +} + +@media only screen and (max-width: 767.98px) { + .ui.ui.ui.container:not(.fluid) { + width: auto; + margin-left: 1em; + margin-right: 1em + } + .ui.ui.ui.grid.container { + width: auto + } + .ui.ui.ui.relaxed.grid.container { + width: auto + } + .ui.ui.ui.very.relaxed.grid.container { + width: auto + } +} + +@media only screen and (min-width: 768px) and (max-width: 991.98px) { + .ui.ui.ui.container:not(.fluid) { + width: 723px; + margin-left: auto; + margin-right: auto + } + .ui.ui.ui.grid.container { + width: calc(723px + 2rem) + } + .ui.ui.ui.relaxed.grid.container { + width: calc(723px + 3rem) + } + .ui.ui.ui.very.relaxed.grid.container { + width: calc(723px + 5rem) + } +} + +@media only screen and (min-width: 992px) and (max-width: 1199.98px) { + .ui.ui.ui.container:not(.fluid) { + width: 933px; + margin-left: auto; + margin-right: auto + } + .ui.ui.ui.grid.container { + width: calc(933px + 2rem) + } + .ui.ui.ui.relaxed.grid.container { + width: calc(933px + 3rem) + } + .ui.ui.ui.very.relaxed.grid.container { + width: calc(933px + 5rem) + } +} + +@media only screen and (min-width: 1200px) { + .ui.ui.ui.container:not(.fluid) { + width: 1127px; + margin-left: auto; + margin-right: auto + } + .ui.ui.ui.grid.container { + width: calc(1127px + 2rem) + } + .ui.ui.ui.relaxed.grid.container { + width: calc(1127px + 3rem) + } + .ui.ui.ui.very.relaxed.grid.container { + width: calc(1127px + 5rem) + } +} + +.ui.text.container { + font-family: var(--fonts-regular); + max-width: 700px; + line-height: 1.5; + font-size: 1.14285714rem +} + +.ui.fluid.container { + width: 100% +} + +.ui[class*="left aligned"].container { + text-align: left +} + +.ui[class*="center aligned"].container { + text-align: center +} + +.ui[class*="right aligned"].container { + text-align: right +} + +.ui.justified.container { + text-align: justify; + -webkit-hyphens: auto; + hyphens: auto +} + +.dimmable:not(body) { + position: relative +} + +.ui.dimmer { + display: none; + position: absolute; + top: 0!important; + left: 0!important; + width: 100%; + height: 100%; + text-align: center; + vertical-align: middle; + padding: 1em; + background: rgba(0, 0, 0, .85); + opacity: 0; + line-height: 1; + -webkit-animation-fill-mode: both; + animation-fill-mode: both; + -webkit-animation-duration: .5s; + animation-duration: .5s; + transition: background-color .5s linear; + flex-direction: column; + align-items: center; + justify-content: center; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + will-change: opacity; + z-index: 1000 +} + +.ui.dimmer>.content { + -webkit-user-select: text; + -moz-user-select: text; + user-select: text; + color: #fff +} + +.ui.segment>.ui.dimmer:not(.page) { + border-radius: inherit +} + +.animating.dimmable:not(body), .dimmed.dimmable:not(body) { + overflow: hidden +} + +.dimmed.dimmable>.ui.animating.dimmer, .dimmed.dimmable>.ui.visible.dimmer, .ui.active.dimmer { + display: flex; + opacity: 1 +} + +.ui.disabled.dimmer { + width: 0!important; + height: 0!important +} + +.dimmed.dimmable>.ui.animating.legacy.dimmer, .dimmed.dimmable>.ui.visible.legacy.dimmer, .ui.active.legacy.dimmer { + display: block +} + +.ui[class*="top aligned"].dimmer { + justify-content: flex-start +} + +.ui[class*="bottom aligned"].dimmer { + justify-content: flex-end +} + +.ui.page.dimmer { + position: fixed; + transform-style: ""; + perspective: 2000px; + transform-origin: center center +} + +.ui.page.dimmer.modals { + -moz-perspective: none; + perspective: none; +} + +body.animating.in.dimmable, body.dimmed.dimmable { + overflow: hidden; +} + +body.dimmable>.dimmer { + position: fixed +} + +.blurring.dimmable>:not(.dimmer) { + filter: initial; + transition: 800ms filter ease +} + +.blurring.dimmed.dimmable>:not(.dimmer):not(.popup) { + filter: blur(5px) grayscale(.7) +} + +.blurring.dimmable>.dimmer { + background: rgba(0, 0, 0, .6) +} + +.blurring.dimmable>.inverted.dimmer { + background: rgba(255, 255, 255, .6) +} + +.ui.dimmer>.top.aligned.content>* { + vertical-align: top +} + +.ui.dimmer>.bottom.aligned.content>* { + vertical-align: bottom +} + +.medium.medium.medium.medium.medium.dimmer { + background: rgba(0, 0, 0, .65) +} + +.light.light.light.light.light.dimmer { + background: rgba(0, 0, 0, .45) +} + +.very.light.light.light.light.dimmer { + background: rgba(0, 0, 0, .25) +} + +.ui.inverted.dimmer { + background: rgba(255, 255, 255, .85) +} + +.ui.inverted.dimmer>.content, .ui.inverted.dimmer>.content>* { + color: #000 +} + +.medium.medium.medium.medium.medium.inverted.dimmer { + background: rgba(255, 255, 255, .65) +} + +.light.light.light.light.light.inverted.dimmer { + background: rgba(255, 255, 255, .45) +} + +.very.light.light.light.light.inverted.dimmer { + background: rgba(255, 255, 255, .25) +} + +.ui.simple.dimmer { + display: block; + overflow: hidden; + opacity: 0; + width: 0; + height: 0; + z-index: -100; + background: rgba(0, 0, 0, 0) +} + +.dimmed.dimmable>.ui.simple.dimmer { + overflow: visible; + opacity: 1; + width: 100%; + height: 100%; + background: rgba(0, 0, 0, .85); + z-index: 1 +} + +.ui.simple.inverted.dimmer { + background: rgba(255, 255, 255, 0) +} + +.dimmed.dimmable>.ui.simple.inverted.dimmer { + background: rgba(255, 255, 255, .85) +} + +.ui[class*="top dimmer"], .ui[class*="center dimmer"], .ui[class*="bottom dimmer"] { + height: auto +} + +.ui[class*="bottom dimmer"] { + top: auto!important; + bottom: 0 +} + +.ui[class*="center dimmer"] { + top: 50%!important; + transform: translateY(-50%); + -webkit-transform: translateY(calc(-50% - .5px)) +} + +.ui.segment>.ui.ui[class*="top dimmer"] { + border-bottom-left-radius: 0; + border-bottom-right-radius: 0 +} + +.ui.segment>.ui.ui[class*="center dimmer"] { + border-radius: 0 +} + +.ui.segment>.ui.ui[class*="bottom dimmer"] { + border-top-left-radius: 0; + border-top-right-radius: 0 +} + +.ui[class*="center dimmer"].transition[class*="fade up"].in { + -webkit-animation-name: fadeInUpCenter; + animation-name: fadeInUpCenter +} + +.ui[class*="center dimmer"].transition[class*="fade down"].in { + -webkit-animation-name: fadeInDownCenter; + animation-name: fadeInDownCenter +} + +.ui[class*="center dimmer"].transition[class*="fade up"].out { + -webkit-animation-name: fadeOutUpCenter; + animation-name: fadeOutUpCenter +} + +.ui[class*="center dimmer"].transition[class*="fade down"].out { + -webkit-animation-name: fadeOutDownCenter; + animation-name: fadeOutDownCenter +} + +.ui[class*="center dimmer"].bounce.transition { + -webkit-animation-name: bounceCenter; + animation-name: bounceCenter +} + +@-webkit-keyframes fadeInUpCenter { + 0% { + opacity: 0; + transform: translateY(-40%); + -webkit-transform: translateY(calc(-40% - .5px)) + } + to { + opacity: 1; + transform: translateY(-50%); + -webkit-transform: translateY(calc(-50% - .5px)) + } +} + +@keyframes fadeInUpCenter { + 0% { + opacity: 0; + transform: translateY(-40%); + -webkit-transform: translateY(calc(-40% - .5px)) + } + to { + opacity: 1; + transform: translateY(-50%); + -webkit-transform: translateY(calc(-50% - .5px)) + } +} + +@-webkit-keyframes fadeInDownCenter { + 0% { + opacity: 0; + transform: translateY(-60%); + -webkit-transform: translateY(calc(-60% - .5px)) + } + to { + opacity: 1; + transform: translateY(-50%); + -webkit-transform: translateY(calc(-50% - .5px)) + } +} + +@keyframes fadeInDownCenter { + 0% { + opacity: 0; + transform: translateY(-60%); + -webkit-transform: translateY(calc(-60% - .5px)) + } + to { + opacity: 1; + transform: translateY(-50%); + -webkit-transform: translateY(calc(-50% - .5px)) + } +} + +@-webkit-keyframes fadeOutUpCenter { + 0% { + opacity: 1; + transform: translateY(-50%); + -webkit-transform: translateY(calc(-50% - .5px)) + } + to { + opacity: 0; + transform: translateY(-45%); + -webkit-transform: translateY(calc(-45% - .5px)) + } +} + +@keyframes fadeOutUpCenter { + 0% { + opacity: 1; + transform: translateY(-50%); + -webkit-transform: translateY(calc(-50% - .5px)) + } + to { + opacity: 0; + transform: translateY(-45%); + -webkit-transform: translateY(calc(-45% - .5px)) + } +} + +@-webkit-keyframes fadeOutDownCenter { + 0% { + opacity: 1; + transform: translateY(-50%); + -webkit-transform: translateY(calc(-50% - .5px)) + } + to { + opacity: 0; + transform: translateY(-55%); + -webkit-transform: translateY(calc(-55% - .5px)) + } +} + +@keyframes fadeOutDownCenter { + 0% { + opacity: 1; + transform: translateY(-50%); + -webkit-transform: translateY(calc(-50% - .5px)) + } + to { + opacity: 0; + transform: translateY(-55%); + -webkit-transform: translateY(calc(-55% - .5px)) + } +} + +@-webkit-keyframes bounceCenter { + 0%, 20%, 50%, 80%, to { + transform: translateY(-50%); + -webkit-transform: translateY(calc(-50% - .5px)) + } + 40% { + transform: translateY(calc(-50% - 30px)) + } + 60% { + transform: translateY(calc(-50% - 15px)) + } +} + +@keyframes bounceCenter { + 0%, 20%, 50%, 80%, to { + transform: translateY(-50%); + -webkit-transform: translateY(calc(-50% - .5px)) + } + 40% { + transform: translateY(calc(-50% - 30px)) + } + 60% { + transform: translateY(calc(-50% - 15px)) + } +} + +.ui.divider { + margin: 1rem 0; + line-height: 1; + height: 0; + font-weight: 500; + text-transform: uppercase; + letter-spacing: .05em; + color: #000000d9; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + -webkit-tap-highlight-color: rgba(0, 0, 0, 0) +} + +.ui.divider:not(.vertical):not(.horizontal) { + border-top: 1px solid rgba(34, 36, 38, .15); + border-bottom: 1px solid rgba(255, 255, 255, .1) +} + +.ui.grid>.column+.divider, .ui.grid>.row>.column+.divider { + left: auto +} + +.ui.horizontal.divider { + display: table; + white-space: nowrap; + height: auto; + margin: ""; + line-height: 1; + text-align: center +} + +.ui.horizontal.divider:before, .ui.horizontal.divider:after { + content: ""; + display: table-cell; + position: relative; + top: 50%; + width: 50%; + background-repeat: no-repeat +} + +.ui.horizontal.divider:before { + background-position: right 1em top 50% +} + +.ui.horizontal.divider:after { + background-position: left 1em top 50% +} + +.ui.vertical.divider { + position: absolute; + z-index: 2; + top: 50%; + left: 50%; + margin: 0; + padding: 0; + width: auto; + height: 50%; + line-height: 0; + text-align: center; + transform: translateX(-50%) +} + +.ui.vertical.divider:before, .ui.vertical.divider:after { + position: absolute; + left: 50%; + content: ""; + z-index: 3; + border-left: 1px solid rgba(34, 36, 38, .15); + border-right: 1px solid rgba(255, 255, 255, .1); + width: 0; + height: calc(100% - 1rem) +} + +.ui.vertical.divider:before { + top: -100% +} + +.ui.vertical.divider:after { + top: auto; + bottom: 0 +} + +@media only screen and (max-width: 767.98px) { + .ui.stackable.grid .ui.vertical.divider, .ui.grid .stackable.row .ui.vertical.divider { + display: table; + white-space: nowrap; + height: auto; + margin: ""; + overflow: hidden; + line-height: 1; + text-align: center; + position: static; + top: 0; + left: 0; + transform: none + } + .ui.stackable.grid .ui.vertical.divider:before, .ui.grid .stackable.row .ui.vertical.divider:before, .ui.stackable.grid .ui.vertical.divider:after, .ui.grid .stackable.row .ui.vertical.divider:after { + left: 0; + border-left: none; + border-right: none; + content: ""; + display: table-cell; + position: relative; + top: 50%; + width: 50%; + background-repeat: no-repeat + } + .ui.stackable.grid .ui.vertical.divider:before, .ui.grid .stackable.row .ui.vertical.divider:before { + background-position: right 1em top 50% + } + .ui.stackable.grid .ui.vertical.divider:after, .ui.grid .stackable.row .ui.vertical.divider:after { + background-position: left 1em top 50% + } +} + +.ui.divider>.icon { + margin: 0; + font-size: 1rem; + height: 1em; + vertical-align: middle +} + +.ui.horizontal.divider[class*="left aligned"]:before { + display: none +} + +.ui.horizontal.divider[class*="left aligned"]:after { + width: 100% +} + +.ui.horizontal.divider[class*="right aligned"]:before { + width: 100% +} + +.ui.horizontal.divider[class*="right aligned"]:after { + display: none +} + +.ui.hidden.divider { + border-color: transparent!important +} + +.ui.hidden.divider:before, .ui.hidden.divider:after { + display: none +} + +.ui.divider.inverted, .ui.vertical.inverted.divider, .ui.horizontal.inverted.divider { + color: #fff +} + +.ui.divider.inverted, .ui.divider.inverted:after, .ui.divider.inverted:before { + border-top-color: #22242626!important; + border-left-color: #22242626!important; + border-bottom-color: #ffffff26!important; + border-right-color: #ffffff26!important +} + +.ui.fitted.divider { + margin: 0 +} + +.ui.clearing.divider { + clear: both +} + +.ui.section.divider { + margin-top: 2rem; + margin-bottom: 2rem +} + +.ui.divider { + font-size: 1rem +} + +.ui.mini.divider { + font-size: .78571429rem +} + +.ui.tiny.divider { + font-size: .85714286rem +} + +.ui.small.divider { + font-size: .92857143rem +} + +.ui.large.divider { + font-size: 1.14285714rem +} + +.ui.big.divider { + font-size: 1.28571429rem +} + +.ui.huge.divider { + font-size: 1.42857143rem +} + +.ui.massive.divider { + font-size: 1.71428571rem +} + +.ui.horizontal.divider:before, .ui.horizontal.divider:after { + background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC) +} + +@media only screen and (max-width: 767px) { + .ui.stackable.grid .ui.vertical.divider:before, .ui.grid .stackable.row .ui.vertical.divider:before, .ui.stackable.grid .ui.vertical.divider:after, .ui.grid .stackable.row .ui.vertical.divider:after { + background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC) + } +} + +.ui.dropdown { + cursor: pointer; + position: relative; + display: inline-block; + outline: none; + text-align: left; + transition: box-shadow .1s ease, width .1s ease; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + -webkit-tap-highlight-color: rgba(0, 0, 0, 0) +} + +.ui.dropdown .menu { + cursor: auto; + position: absolute; + display: none; + outline: none; + top: 100%; + min-width: -webkit-max-content; + min-width: -moz-max-content; + min-width: max-content; + margin: 0; + padding: 0; + background: #FFFFFF; + font-size: 1em; + text-shadow: none; + text-align: left; + box-shadow: 0 2px 3px #22242626; + border: 1px solid rgba(34, 36, 38, .15); + border-radius: .28571429rem; + transition: opacity .1s ease; + z-index: 11; + will-change: transform, opacity +} + +.ui.dropdown .menu>* { + white-space: nowrap +} + +.ui.dropdown>input:not(.search):first-child, .ui.dropdown>select { + display: none!important +} + +.ui.dropdown:not(.labeled)>.dropdown.icon { + position: relative; + width: auto; + font-size: .85714286em; + margin: 0 0 0 1em +} + +.ui.dropdown .menu>.item .dropdown.icon { + width: auto; + float: right; + margin: 0 0 0 1em +} + +.ui.dropdown .menu>.item .dropdown.icon+.text { + margin-right: 1em +} + +.ui.dropdown>.text { + display: inline-block; + transition: none +} + +.ui.dropdown .menu>.item { + position: relative; + cursor: pointer; + display: block; + border: none; + height: auto; + min-height: 2.57142857rem; + text-align: left; + border-top: none; + line-height: 1em; + font-size: 1rem; + color: #000000de; + padding: .78571429rem 1.14285714rem!important; + text-transform: none; + font-weight: normal; + box-shadow: none; + -webkit-touch-callout: none +} + +.ui.dropdown .menu>.item:first-child { + border-top-width: 0 +} + +.ui.dropdown .menu>.item.vertical { + display: flex; + flex-direction: column-reverse +} + +.ui.dropdown>.text>[class*="right floated"], .ui.dropdown .menu .item>[class*="right floated"] { + float: right!important; + margin-right: 0!important; + margin-left: 1em!important +} + +.ui.dropdown>.text>[class*="left floated"], .ui.dropdown .menu .item>[class*="left floated"] { + float: left!important; + margin-left: 0!important; + margin-right: 1em!important +} + +.ui.dropdown .menu .item>i.icon.floated, .ui.dropdown .menu .item>.flag.floated, .ui.dropdown .menu .item>.image.floated, .ui.dropdown .menu .item>img.floated { + margin-top: 0 +} + +.ui.dropdown .menu>.header { + margin: 1rem 0 .75rem; + padding: 0 1.14285714rem; + font-weight: 500; + text-transform: uppercase +} + +.ui.dropdown .menu>.header:not(.ui) { + color: #000000d9; + font-size: .78571429em +} + +.ui.dropdown .menu>.divider { + border-top: 1px solid rgba(34, 36, 38, .1); + height: 0; + margin: .5em 0 +} + +.ui.dropdown .menu>.horizontal.divider { + border-top: none +} + +.ui.dropdown.dropdown .menu>.input { + width: auto; + display: flex; + margin: 1.14285714rem .78571429rem; + min-width: 10rem +} + +.ui.dropdown .menu>.header+.input { + margin-top: 0 +} + +.ui.dropdown .menu>.input:not(.transparent) input { + padding: .5em 1em +} + +.ui.dropdown .menu>.input:not(.transparent) .button, .ui.dropdown .menu>.input:not(.transparent) i.icon, .ui.dropdown .menu>.input:not(.transparent) .label { + padding-top: .5em; + padding-bottom: .5em +} + +.ui.dropdown>.text>.description, .ui.dropdown .menu>.item>.description { + float: right; + margin: 0 0 0 1em; + color: #0006 +} + +.ui.dropdown .menu>.item.vertical>.description { + margin: 0 +} + +.ui.dropdown .menu>.item.vertical>.text { + margin-bottom: .25em +} + +.ui.dropdown .menu>.message { + padding: .78571429rem 1.14285714rem; + font-weight: normal +} + +.ui.dropdown .menu>.message:not(.ui) { + color: #0006 +} + +.ui.dropdown .menu .menu { + top: 0; + left: 100%; + right: auto; + margin: 0 -.5em!important; + border-radius: .28571429rem!important; + z-index: 21!important +} + +.ui.dropdown .menu .menu:after { + display: none +} + +.ui.dropdown>.text>i.icon, .ui.dropdown>.text>.label, .ui.dropdown>.text>.flag, .ui.dropdown>.text>img, .ui.dropdown>.text>.image { + margin-top: 0 +} + +.ui.dropdown .menu>.item>i.icon, .ui.dropdown .menu>.item>.label, .ui.dropdown .menu>.item>.flag, .ui.dropdown .menu>.item>.image, .ui.dropdown .menu>.item>img { + margin-top: 0 +} + +.ui.dropdown>.text>i.icon, .ui.dropdown>.text>.label, .ui.dropdown>.text>.flag, .ui.dropdown>.text>img, .ui.dropdown>.text>.image, .ui.dropdown .menu>.item>i.icon, .ui.dropdown .menu>.item>.label, .ui.dropdown .menu>.item>.flag, .ui.dropdown .menu>.item>.image, .ui.dropdown .menu>.item>img { + margin-left: 0; + float: none; + margin-right: .78571429rem +} + +.ui.dropdown>.text>img, .ui.dropdown>.text>.image:not(.icon), .ui.dropdown .menu>.item>.image:not(.icon), .ui.dropdown .menu>.item>img { + display: inline-block; + vertical-align: top; + width: auto; + margin-top: -.5em; + margin-bottom: -.5em; + max-height: 2em +} + +.ui.dropdown .ui.menu>.item:before, .ui.menu .ui.dropdown .menu>.item:before { + display: none +} + +.ui.menu .ui.dropdown .menu .active.item { + border-left: none +} + +.ui.menu .right.menu .dropdown:last-child>.menu:not(.left), .ui.menu .right.dropdown.item>.menu:not(.left), .ui.buttons>.ui.dropdown:last-child>.menu:not(.left) { + left: auto; + right: 0 +} + +.ui.label.dropdown .menu { + min-width: 100% +} + +.ui.dropdown.icon.button>.dropdown.icon { + margin: 0 +} + +.ui.button.dropdown .menu { + min-width: 100% +} + +select.ui.dropdown { + height: 38px; + padding: .5em; + border: 1px solid rgba(34, 36, 38, .15); + visibility: visible +} + +.ui.selection.dropdown { + cursor: pointer; + word-wrap: break-word; + line-height: 1em; + white-space: normal; + outline: 0; + transform: rotateZ(0deg); + min-width: 14em; + min-height: 2.71428571em; + background: #FFFFFF; + display: inline-block; + padding: .78571429em 3.2em .78571429em 1em; + color: #000000de; + box-shadow: none; + border: 1px solid rgba(34, 36, 38, .15); + border-radius: .28571429rem; + transition: box-shadow .1s ease, width .1s ease +} + +.ui.selection.dropdown.visible, .ui.selection.dropdown.active { + z-index: 10 +} + +.ui.selection.dropdown>.search.icon, .ui.selection.dropdown>.delete.icon, .ui.selection.dropdown>.dropdown.icon { + cursor: pointer; + position: absolute; + width: auto; + height: auto; + line-height: 1.21428571em; + top: .78571429em; + right: 1em; + z-index: 3; + margin: -.78571429em; + padding: .91666667em; + opacity: .8; + transition: opacity .1s ease +} + +.ui.compact.selection.dropdown { + min-width: 0 +} + +.ui.selection.dropdown .menu { + overflow-x: hidden; + overflow-y: auto; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; + -webkit-overflow-scrolling: touch; + border-top-width: 0!important; + width: auto; + outline: none; + margin: 0 -1px; + min-width: calc(100% + 2px); + width: calc(100% + 2px); + border-radius: 0 0 .28571429rem .28571429rem; + box-shadow: 0 2px 3px #22242626; + transition: opacity .1s ease +} + +.ui.selection.dropdown .menu:after, .ui.selection.dropdown .menu:before { + display: none +} + +.ui.selection.dropdown .menu>.message { + padding: .78571429rem 1.14285714rem +} + +@media only screen and (max-width: 767.98px) { + .ui.selection.dropdown.short .menu { + max-height: 6.01071429rem + } + .ui.selection.dropdown[class*="very short"] .menu { + max-height: 4.00714286rem + } + .ui.selection.dropdown .menu { + max-height: 8.01428571rem + } + .ui.selection.dropdown.long .menu { + max-height: 16.02857143rem + } + .ui.selection.dropdown[class*="very long"] .menu { + max-height: 24.04285714rem + } +} + +@media only screen and (min-width: 768px) { + .ui.selection.dropdown.short .menu { + max-height: 8.01428571rem + } + .ui.selection.dropdown[class*="very short"] .menu { + max-height: 5.34285714rem + } + .ui.selection.dropdown .menu { + max-height: 10.68571429rem + } + .ui.selection.dropdown.long .menu { + max-height: 21.37142857rem + } + .ui.selection.dropdown[class*="very long"] .menu { + max-height: 32.05714286rem + } +} + +@media only screen and (min-width: 992px) { + .ui.selection.dropdown.short .menu { + max-height: 12.02142857rem + } + .ui.selection.dropdown[class*="very short"] .menu { + max-height: 8.01428571rem + } + .ui.selection.dropdown .menu { + max-height: 16.02857143rem + } + .ui.selection.dropdown.long .menu { + max-height: 32.05714286rem + } + .ui.selection.dropdown[class*="very long"] .menu { + max-height: 48.08571429rem + } +} + +@media only screen and (min-width: 1920px) { + .ui.selection.dropdown.short .menu { + max-height: 16.02857143rem + } + .ui.selection.dropdown[class*="very short"] .menu { + max-height: 10.68571429rem + } + .ui.selection.dropdown .menu { + max-height: 21.37142857rem + } + .ui.selection.dropdown.long .menu { + max-height: 42.74285714rem + } + .ui.selection.dropdown[class*="very long"] .menu { + max-height: 64.11428571rem + } +} + +.ui.selection.dropdown .menu>.item { + border-top: 1px solid #FAFAFA; + padding: .78571429rem 1.14285714rem!important; + white-space: normal; + word-wrap: normal +} + +.ui.selection.dropdown .menu>.hidden.addition.item { + display: none +} + +.ui.selection.dropdown:hover { + border-color: #22242659; + box-shadow: none +} + +.ui.selection.active.dropdown { + border-color: #96c8da; + box-shadow: 0 2px 3px #22242626 +} + +.ui.selection.active.dropdown .menu { + border-color: #96c8da; + box-shadow: 0 2px 3px #22242626 +} + +.ui.selection.dropdown:focus { + border-color: #96c8da; + box-shadow: none +} + +.ui.selection.dropdown:focus .menu { + border-color: #96c8da; + box-shadow: 0 2px 3px #22242626 +} + +.ui.selection.visible.dropdown>.text:not(.default) { + font-weight: normal; + color: #000c +} + +.ui.selection.active.dropdown:hover { + border-color: #96c8da; + box-shadow: 0 2px 3px #22242626 +} + +.ui.selection.active.dropdown:hover .menu { + border-color: #96c8da; + box-shadow: 0 2px 3px #22242626 +} + +.ui.active.selection.dropdown>.dropdown.icon, .ui.visible.selection.dropdown>.dropdown.icon { + opacity: ""; + z-index: 3 +} + +.ui.active.selection.dropdown { + border-bottom-left-radius: 0!important; + border-bottom-right-radius: 0!important +} + +.ui.active.empty.selection.dropdown { + border-radius: .28571429rem!important; + box-shadow: none!important +} + +.ui.active.empty.selection.dropdown .menu { + border: none!important; + box-shadow: none!important +} + +@supports (-webkit-touch-callout: none) or (-webkit-overflow-scrolling: touch) or (-moz-appearance:none) { + @media (-moz-touch-enabled), (pointer: coarse) { + .ui.dropdown .scrollhint.menu:not(.hidden):before { + -webkit-animation:scrollhint 2s ease 2; + animation: scrollhint 2s ease 2; + content: ""; + z-index: 15; + display: block; + position: absolute; + opacity: 0; + right: .25em; + top: 0; + height: 100%; + border-right: .25em solid; + border-left: 0; + -o-border-image: linear-gradient(to bottom, rgba(0, 0, 0, .75), rgba(0, 0, 0, 0)) 1 100%; + border-image: linear-gradient(to bottom, rgba(0, 0, 0, .75), rgba(0, 0, 0, 0)) 1 100% + } + .ui.inverted.dropdown .scrollhint.menu:not(.hidden):before { + -o-border-image: linear-gradient(to bottom, rgba(255, 255, 255, .75), rgba(255, 255, 255, 0)) 1 100%; + border-image: linear-gradient(to bottom, rgba(255, 255, 255, .75), rgba(255, 255, 255, 0)) 1 100% + } + @-webkit-keyframes scrollhint { + 0% { + opacity: 1; + top: 100% + } + to { + opacity: 0; + top: 0 + } + } + @keyframes scrollhint { + 0% { + opacity: 1; + top: 100% + } + to { + opacity: 0; + top: 0 + } + } + } +} + +.ui.search.dropdown { + min-width: "" +} + +.ui.search.dropdown>input.search { + background: none transparent!important; + border: none!important; + box-shadow: none!important; + cursor: text; + top: 0; + left: 1px; + width: 100%; + outline: none; + -webkit-tap-highlight-color: rgba(255, 255, 255, 0); + padding: inherit +} + +.ui.search.dropdown>input.search { + position: absolute; + z-index: 2 +} + +.ui.search.dropdown>.text { + cursor: text; + position: relative; + left: 1px; + z-index: auto +} + +.ui.search.selection.dropdown>input.search { + line-height: 1.21428571em; + padding: .67857143em 3.2em .67857143em 1em +} + +.ui.search.selection.dropdown>span.sizer { + line-height: 1.21428571em; + padding: .67857143em 3.2em .67857143em 1em; + display: none; + white-space: pre +} + +.ui.search.dropdown.active>input.search, .ui.search.dropdown.visible>input.search { + cursor: auto +} + +.ui.search.dropdown.active>.text, .ui.search.dropdown.visible>.text { + pointer-events: none +} + +.ui.active.search.dropdown input.search:focus+.text i.icon, .ui.active.search.dropdown input.search:focus+.text .flag { + opacity: var(--opacity-disabled) +} + +.ui.active.search.dropdown input.search:focus+.text { + color: #737373de!important +} + +.ui.search.dropdown.button>span.sizer { + display: none +} + +.ui.search.dropdown .menu { + overflow-x: hidden; + overflow-y: auto; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; + -webkit-overflow-scrolling: touch +} + +@media only screen and (max-width: 767.98px) { + .ui.search.dropdown .menu { + max-height: 8.01428571rem + } +} + +@media only screen and (min-width: 768px) { + .ui.search.dropdown .menu { + max-height: 10.68571429rem + } +} + +@media only screen and (min-width: 992px) { + .ui.search.dropdown .menu { + max-height: 16.02857143rem + } +} + +@media only screen and (min-width: 1920px) { + .ui.search.dropdown .menu { + max-height: 21.37142857rem + } +} + +.ui.dropdown>.remove.icon { + cursor: pointer; + font-size: .85714286em; + margin: -.78571429em; + padding: .91666667em; + right: 3em; + top: .78571429em; + position: absolute; + opacity: .6; + z-index: 3 +} + +.ui.clearable.dropdown .text, .ui.clearable.dropdown a:last-of-type { + margin-right: 1.5em +} + +.ui.dropdown select.noselection~.remove.icon, .ui.dropdown input[value=""]~.remove.icon, .ui.dropdown input:not([value])~.remove.icon, .ui.dropdown.loading>.remove.icon { + display: none +} + +.ui.ui.multiple.dropdown { + padding: .22619048em 3.2em .22619048em .35714286em +} + +.ui.multiple.dropdown .menu { + cursor: auto +} + +.ui.multiple.dropdown>.label { + display: inline-block; + white-space: normal; + font-size: 1em; + padding: .35714286em .78571429em; + margin: .14285714rem .28571429rem .14285714rem 0; + box-shadow: 0 0 0 1px #22242626 inset +} + +.ui.multiple.dropdown .dropdown.icon { + margin: ""; + padding: "" +} + +.ui.multiple.dropdown>.text { + position: static; + padding: 0; + max-width: 100%; + margin: .45238095em 0 .45238095em .64285714em; + line-height: 1.21428571em +} + +.ui.multiple.dropdown>.text.default { + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis +} + +.ui.multiple.dropdown>.label~input.search { + margin-left: .14285714em!important +} + +.ui.multiple.dropdown>.label~.text { + display: none +} + +.ui.multiple.dropdown>.label:not(.image)>img:not(.centered) { + margin-right: .78571429rem +} + +.ui.multiple.dropdown>.label:not(.image)>img.ui:not(.avatar) { + margin-bottom: .39285714rem +} + +.ui.multiple.dropdown>.image.label img { + margin: -.35714286em .78571429em -.35714286em -.78571429em; + height: 1.71428571em +} + +.ui.multiple.search.dropdown, .ui.multiple.search.dropdown>input.search { + cursor: text +} + +.ui.multiple.search.dropdown>.text { + display: inline-block; + position: absolute; + top: 0; + left: 0; + padding: inherit; + margin: .45238095em 0 .45238095em .64285714em; + line-height: 1.21428571em +} + +.ui.multiple.search.dropdown>.label~.text { + display: none +} + +.ui.multiple.search.dropdown>input.search { + position: static; + padding: 0; + max-width: 100%; + margin: .45238095em 0 .45238095em .64285714em; + width: 2.2em; + line-height: 1.21428571em +} + +.ui.multiple.search.dropdown.button { + min-width: 14em +} + +.ui.inline.dropdown { + cursor: pointer; + display: inline-block; + color: inherit +} + +.ui.inline.dropdown .dropdown.icon { + margin: 0 .21428571em; + vertical-align: baseline +} + +.ui.inline.dropdown>.text { + font-weight: 500 +} + +.ui.inline.dropdown .menu { + cursor: auto; + margin-top: .21428571em; + border-radius: .28571429rem +} + +.ui.dropdown .menu .active.item { + background: transparent; + font-weight: 500; + color: #000000f2; + box-shadow: none; + z-index: 12 +} + +.ui.dropdown .menu>.item:hover { + background: rgba(0, 0, 0, .05); + color: #000000f2; + z-index: 13 +} + +.ui.dropdown:not(.button)>.default.text, .ui.default.dropdown:not(.button)>.text { + color: #bfbfbfde +} + +.ui.dropdown:not(.button)>input:focus~.default.text, .ui.default.dropdown:not(.button)>input:focus~.text { + color: #737373de +} + +.ui.loading.dropdown>i.icon { + height: 1em!important +} + +.ui.loading.selection.dropdown>i.icon { + padding: 1.5em 1.28571429em!important +} + +.ui.loading.dropdown>i.icon:before { + position: absolute; + content: ""; + top: 50%; + left: 50%; + margin: -.64285714em 0 0 -.64285714em; + width: 1.28571429em; + height: 1.28571429em; + border-radius: 500rem; + border: .2em solid rgba(0, 0, 0, .1) +} + +.ui.loading.dropdown>i.icon:after { + position: absolute; + content: ""; + top: 50%; + left: 50%; + box-shadow: 0 0 0 1px transparent; + margin: -.64285714em 0 0 -.64285714em; + width: 1.28571429em; + height: 1.28571429em; + -webkit-animation: loader .6s infinite linear; + animation: loader .6s infinite linear; + border: .2em solid #767676; + border-radius: 500rem +} + +.ui.loading.dropdown.button>i.icon:before, .ui.loading.dropdown.button>i.icon:after { + display: none +} + +.ui.loading.dropdown>.text { + transition: none +} + +.ui.dropdown .loading.menu { + display: block; + visibility: hidden; + z-index: -1 +} + +.ui.dropdown>.loading.menu { + left: 0!important; + right: auto!important +} + +.ui.dropdown>.menu .loading.menu { + left: 100%!important; + right: auto!important +} + +.ui.dropdown.selected, .ui.dropdown .menu .selected.item { + background: rgba(0, 0, 0, .03); + color: #000000f2 +} + +.ui.dropdown>.filtered.text { + visibility: hidden +} + +.ui.dropdown .filtered.item { + display: none!important +} + +.ui.dropdown.error, .ui.dropdown.error>.text, .ui.dropdown.error>.default.text { + color: #9f3a38 +} + +.ui.selection.dropdown.error { + background: #FFF6F6; + border-color: #e0b4b4 +} + +.ui.selection.dropdown.error:hover { + border-color: #e0b4b4 +} + +.ui.multiple.selection.error.dropdown>.label { + border-color: #e0b4b4 +} + +.ui.dropdown.error>.menu, .ui.dropdown.error>.menu .menu { + border-color: #e0b4b4 +} + +.ui.dropdown.error>.menu>.item { + color: #9f3a38 +} + +.ui.dropdown.error>.menu>.item:hover { + background-color: #fbe7e7 +} + +.ui.dropdown.error>.menu .active.item { + background-color: #fdcfcf +} + +.ui.dropdown.info, .ui.dropdown.info>.text, .ui.dropdown.info>.default.text { + color: #276f86 +} + +.ui.selection.dropdown.info { + background: #F8FFFF; + border-color: #a9d5de +} + +.ui.selection.dropdown.info:hover { + border-color: #a9d5de +} + +.ui.multiple.selection.info.dropdown>.label { + border-color: #a9d5de +} + +.ui.dropdown.info>.menu, .ui.dropdown.info>.menu .menu { + border-color: #a9d5de +} + +.ui.dropdown.info>.menu>.item { + color: #276f86 +} + +.ui.dropdown.info>.menu>.item:hover { + background-color: #e9f2fb +} + +.ui.dropdown.info>.menu .active.item { + background-color: #cef1fd +} + +.ui.dropdown.success, .ui.dropdown.success>.text, .ui.dropdown.success>.default.text { + color: #2c662d +} + +.ui.selection.dropdown.success { + background: #FCFFF5; + border-color: #a3c293 +} + +.ui.selection.dropdown.success:hover { + border-color: #a3c293 +} + +.ui.multiple.selection.success.dropdown>.label { + border-color: #a3c293 +} + +.ui.dropdown.success>.menu, .ui.dropdown.success>.menu .menu { + border-color: #a3c293 +} + +.ui.dropdown.success>.menu>.item { + color: #2c662d +} + +.ui.dropdown.success>.menu>.item:hover { + background-color: #e9fbe9 +} + +.ui.dropdown.success>.menu .active.item { + background-color: #dafdce +} + +.ui.dropdown.warning, .ui.dropdown.warning>.text, .ui.dropdown.warning>.default.text { + color: #573a08 +} + +.ui.selection.dropdown.warning { + background: #FFFAF3; + border-color: #c9ba9b +} + +.ui.selection.dropdown.warning:hover { + border-color: #c9ba9b +} + +.ui.multiple.selection.warning.dropdown>.label { + border-color: #c9ba9b +} + +.ui.dropdown.warning>.menu, .ui.dropdown.warning>.menu .menu { + border-color: #c9ba9b +} + +.ui.dropdown.warning>.menu>.item { + color: #573a08 +} + +.ui.dropdown.warning>.menu>.item:hover { + background-color: #fbfbe9 +} + +.ui.dropdown.warning>.menu .active.item { + background-color: #fdfdce +} + +.ui.dropdown>.clear.dropdown.icon { + opacity: .8; + transition: opacity .1s ease +} + +.ui.dropdown>.clear.dropdown.icon:hover { + opacity: 1 +} + +.ui.disabled.dropdown, .ui.dropdown .menu>.disabled.item { + cursor: default; + pointer-events: none; + opacity: var(--opacity-disabled) +} + +.ui.dropdown .menu { + left: 0 +} + +.ui.dropdown .right.menu>.menu, .ui.dropdown .menu .right.menu { + left: 100%!important; + right: auto!important; + border-radius: .28571429rem!important +} + +.ui.dropdown>.left.menu { + left: auto!important; + right: 0!important +} + +.ui.dropdown>.left.menu .menu, .ui.dropdown .menu .left.menu { + left: auto; + right: 100%; + margin: 0 -.5em 0 0!important; + border-radius: .28571429rem!important +} + +.ui.dropdown .item .left.dropdown.icon, .ui.dropdown .left.menu .item .dropdown.icon { + width: auto; + float: left; + margin: 0 +} + +.ui.dropdown .item .left.dropdown.icon+.text, .ui.dropdown .left.menu .item .dropdown.icon+.text { + margin-left: 1em; + margin-right: 0 +} + +.ui.upward.dropdown>.menu { + top: auto; + bottom: 100%; + box-shadow: 0 0 3px #00000014; + border-radius: .28571429rem .28571429rem 0 0 +} + +.ui.dropdown .upward.menu { + top: auto!important; + bottom: 0!important +} + +.ui.simple.upward.active.dropdown, .ui.simple.upward.dropdown:hover { + border-radius: .28571429rem .28571429rem 0 0!important +} + +.ui.upward.dropdown.button:not(.pointing):not(.floating).active { + border-radius: .28571429rem .28571429rem 0 0 +} + +.ui.upward.selection.dropdown .menu { + border-top-width: 1px!important; + border-bottom-width: 0!important; + box-shadow: 0 -2px 3px #00000014 +} + +.ui.upward.selection.dropdown:hover { + box-shadow: 0 0 2px #0000000d +} + +.ui.active.upward.selection.dropdown { + border-radius: 0 0 .28571429rem .28571429rem!important +} + +.ui.upward.selection.dropdown.visible { + box-shadow: 0 0 3px #00000014; + border-radius: 0 0 .28571429rem .28571429rem!important +} + +.ui.upward.active.selection.dropdown:hover { + box-shadow: 0 0 3px #0000000d +} + +.ui.upward.active.selection.dropdown:hover .menu { + box-shadow: 0 -2px 3px #00000014 +} + +.ui.scrolling.dropdown .menu, .ui.dropdown .scrolling.menu { + overflow-x: hidden; + overflow-y: auto +} + +.ui.scrolling.dropdown .menu { + overflow-x: hidden; + overflow-y: auto; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; + -webkit-overflow-scrolling: touch; + min-width: 100%!important; + width: auto!important +} + +.ui.dropdown .scrolling.menu { + position: static; + overflow-y: auto; + border: none; + box-shadow: none!important; + border-radius: 0!important; + margin: 0!important; + min-width: 100%!important; + width: auto!important; + border-top: 1px solid rgba(34, 36, 38, .15) +} + +.ui.scrolling.dropdown .menu .item.item.item, .ui.dropdown .scrolling.menu>.item.item.item { + border-top: none +} + +.ui.scrolling.dropdown .menu .item:first-child, .ui.dropdown .scrolling.menu .item:first-child { + border-top: none +} + +.ui.dropdown>.animating.menu .scrolling.menu, .ui.dropdown>.visible.menu .scrolling.menu { + display: block +} + +@media all and (-ms-high-contrast: none) { + .ui.scrolling.dropdown .menu, .ui.dropdown .scrolling.menu { + min-width: calc(100% - 17px) + } +} + +@media only screen and (max-width: 767.98px) { + .ui.scrolling.dropdown .menu, .ui.dropdown .scrolling.menu { + max-height: 10.28571429rem + } +} + +@media only screen and (min-width: 768px) { + .ui.scrolling.dropdown .menu, .ui.dropdown .scrolling.menu { + max-height: 15.42857143rem + } +} + +@media only screen and (min-width: 992px) { + .ui.scrolling.dropdown .menu, .ui.dropdown .scrolling.menu { + max-height: 20.57142857rem + } +} + +@media only screen and (min-width: 1920px) { + .ui.scrolling.dropdown .menu, .ui.dropdown .scrolling.menu { + max-height: 20.57142857rem + } +} + +.ui.column.dropdown>.menu { + flex-wrap: wrap +} + +.ui.dropdown[class*="two column"]>.menu>.item { + width: 50% +} + +.ui.dropdown[class*="three column"]>.menu>.item { + width: 33% +} + +.ui.dropdown[class*="four column"]>.menu>.item { + width: 25% +} + +.ui.dropdown[class*="five column"]>.menu>.item { + width: 20% +} + +.ui.simple.dropdown .menu:before, .ui.simple.dropdown .menu:after { + display: none +} + +.ui.simple.dropdown .menu { + position: absolute; + display: -ms-inline-flexbox!important; + display: block; + overflow: hidden; + top: -9999px; + opacity: 0; + width: 0; + height: 0; + transition: opacity .1s ease; + margin-top: 0!important +} + +.ui.simple.active.dropdown, .ui.simple.dropdown:hover { + border-bottom-left-radius: 0!important; + border-bottom-right-radius: 0!important +} + +.ui.simple.active.dropdown>.menu, .ui.simple.dropdown:hover>.menu { + overflow: visible; + width: auto; + height: auto; + top: 100%; + opacity: 1 +} + +.ui.simple.dropdown>.menu>.item:active>.menu, .ui.simple.dropdown .menu .item:hover>.menu { + overflow: visible; + width: auto; + height: auto; + top: 0!important; + left: 100%; + opacity: 1 +} + +.ui.simple.dropdown>.menu>.item:active>.left.menu, .ui.simple.dropdown .menu .item:hover>.left.menu, .right.menu .ui.simple.dropdown>.menu>.item:active>.menu:not(.right), .right.menu .ui.simple.dropdown>.menu .item:hover>.menu:not(.right) { + left: auto; + right: 100% +} + +.ui.simple.disabled.dropdown:hover .menu { + display: none; + height: 0; + width: 0; + overflow: hidden +} + +.ui.simple.visible.dropdown>.menu { + display: block +} + +.ui.simple.scrolling.active.dropdown>.menu, .ui.simple.scrolling.dropdown:hover>.menu { + overflow-x: hidden; + overflow-y: auto +} + +.ui.fluid.dropdown { + display: block; + width: 100%!important; + min-width: 0 +} + +.ui.fluid.dropdown>.dropdown.icon { + float: right +} + +.ui.floating.dropdown .menu { + left: 0; + right: auto; + box-shadow: 0 2px 4px #2224261f, 0 2px 10px #22242626!important; + border-radius: .28571429rem!important +} + +.ui.floating.dropdown>.menu { + border-radius: .28571429rem!important +} + +.ui:not(.upward).floating.dropdown>.menu { + margin-top: .5em +} + +.ui.upward.floating.dropdown>.menu { + margin-bottom: .5em +} + +.ui.pointing.dropdown>.menu { + top: 100%; + margin-top: .78571429rem; + border-radius: .28571429rem +} + +.ui.pointing.dropdown>.menu:not(.hidden):after { + display: block; + position: absolute; + pointer-events: none; + content: ""; + visibility: visible; + transform: rotate(45deg); + width: .5em; + height: .5em; + box-shadow: -1px -1px #22242626; + background: #FFFFFF; + z-index: 2 +} + +.ui.pointing.dropdown>.menu:not(.hidden):after { + top: -.25em; + left: 50%; + margin: 0 0 0 -.25em +} + +.ui.top.left.pointing.dropdown>.menu { + top: 100%; + bottom: auto; + left: 0; + right: auto; + margin: 1em 0 0 +} + +.ui.top.left.pointing.dropdown>.menu:after { + top: -.25em; + left: 1em; + right: auto; + margin: 0; + transform: rotate(45deg) +} + +.ui.top.right.pointing.dropdown>.menu { + top: 100%; + bottom: auto; + right: 0; + left: auto; + margin: 1em 0 0 +} + +.ui.top.pointing.dropdown>.left.menu:after, .ui.top.right.pointing.dropdown>.menu:after { + top: -.25em; + left: auto!important; + right: 1em!important; + margin: 0; + transform: rotate(45deg) +} + +.ui.left.pointing.dropdown>.menu { + top: 0; + left: 100%; + right: auto; + margin: 0 0 0 1em +} + +.ui.left.pointing.dropdown>.menu:after { + top: 1em; + left: -.25em; + margin: 0; + transform: rotate(-45deg) +} + +.ui.left:not(.top):not(.bottom).pointing.dropdown>.left.menu { + left: auto!important; + right: 100%!important; + margin: 0 1em 0 0 +} + +.ui.left:not(.top):not(.bottom).pointing.dropdown>.left.menu:after { + top: 1em; + left: auto; + right: -.25em; + margin: 0; + transform: rotate(135deg) +} + +.ui.right.pointing.dropdown>.menu { + top: 0; + left: auto; + right: 100%; + margin: 0 1em 0 0 +} + +.ui.right.pointing.dropdown>.menu:after { + top: 1em; + left: auto; + right: -.25em; + margin: 0; + transform: rotate(135deg) +} + +.ui.bottom.pointing.dropdown>.menu { + top: auto; + bottom: 100%; + left: 0; + right: auto; + margin: 0 0 1em +} + +.ui.bottom.pointing.dropdown>.menu:after { + top: auto; + bottom: -.25em; + right: auto; + margin: 0; + transform: rotate(-135deg) +} + +.ui.bottom.pointing.dropdown>.menu .menu { + top: auto!important; + bottom: 0!important +} + +.ui.bottom.left.pointing.dropdown>.menu { + left: 0; + right: auto +} + +.ui.bottom.left.pointing.dropdown>.menu:after { + left: 1em; + right: auto +} + +.ui.bottom.right.pointing.dropdown>.menu { + right: 0; + left: auto +} + +.ui.bottom.right.pointing.dropdown>.menu:after { + left: auto; + right: 1em +} + +.ui.pointing.upward.dropdown .menu, .ui.top.pointing.upward.dropdown .menu { + top: auto!important; + bottom: 100%!important; + margin: 0 0 .78571429rem; + border-radius: .28571429rem +} + +.ui.pointing.upward.dropdown .menu:after, .ui.top.pointing.upward.dropdown .menu:after { + top: 100%!important; + bottom: auto!important; + box-shadow: 1px 1px #22242626; + margin: -.25em 0 0 +} + +.ui.right.pointing.upward.dropdown:not(.top):not(.bottom) .menu { + top: auto!important; + bottom: 0!important; + margin: 0 1em 0 0 +} + +.ui.right.pointing.upward.dropdown:not(.top):not(.bottom) .menu:after { + top: auto!important; + bottom: 0!important; + margin: 0 0 1em; + box-shadow: -1px -1px #22242626 +} + +.ui.left.pointing.upward.dropdown:not(.top):not(.bottom) .menu { + top: auto!important; + bottom: 0!important; + margin: 0 0 0 1em +} + +.ui.left.pointing.upward.dropdown:not(.top):not(.bottom) .menu:after { + top: auto!important; + bottom: 0!important; + margin: 0 0 1em; + box-shadow: -1px -1px #22242626 +} + +.ui.dropdown, .ui.dropdown .menu>.item { + font-size: 1rem +} + +.ui.mini.dropdown, .ui.mini.dropdown .menu>.item { + font-size: .78571429rem +} + +.ui.tiny.dropdown, .ui.tiny.dropdown .menu>.item { + font-size: .85714286rem +} + +.ui.small.dropdown, .ui.small.dropdown .menu>.item { + font-size: .92857143rem +} + +.ui.large.dropdown, .ui.large.dropdown .menu>.item { + font-size: 1.14285714rem +} + +.ui.big.dropdown, .ui.big.dropdown .menu>.item { + font-size: 1.28571429rem +} + +.ui.huge.dropdown, .ui.huge.dropdown .menu>.item { + font-size: 1.42857143rem +} + +.ui.massive.dropdown, .ui.massive.dropdown .menu>.item { + font-size: 1.71428571rem +} + +.ui.inverted.dropdown .menu { + background: #1B1C1D; + box-shadow: none; + border: 1px solid rgba(255, 255, 255, .15) +} + +.ui.inverted.dropdown .menu>.item { + color: #fffc +} + +.ui.inverted.dropdown .menu .active.item { + background: transparent; + color: #fffc; + box-shadow: none +} + +.ui.inverted.dropdown .menu>.item:hover { + background: rgba(255, 255, 255, .08); + color: #fffc +} + +.ui.inverted.dropdown.selected, .ui.inverted.dropdown .menu .selected.item { + background: rgba(255, 255, 255, .15); + color: #fffc +} + +.ui.inverted.dropdown .menu>.header { + color: #fff +} + +.ui.inverted.dropdown>.text>.description, .ui.inverted.dropdown .menu>.item>.description { + color: #ffffff80 +} + +.ui.inverted.dropdown .menu>.divider { + border-top: 1px solid rgba(255, 255, 255, .15) +} + +.ui.inverted.dropdown .scrolling.menu { + border: none; + border-top: 1px solid rgba(255, 255, 255, .15) +} + +.ui.inverted.selection.dropdown { + border: 1px solid rgba(255, 255, 255, .15); + background: #1B1C1D; + color: #fffc +} + +.ui.inverted.selection.dropdown:hover { + border-color: #ffffff40; + box-shadow: none +} + +.ui.inverted.selection.dropdown input { + color: #fff +} + +.ui.inverted.selection.visible.dropdown>.text:not(.default) { + color: #ffffffe6 +} + +.ui.inverted.selection.active.dropdown .menu, .ui.inverted.selection.active.dropdown:hover { + border-color: #ffffff26 +} + +.ui.inverted.selection.dropdown .menu>.item { + border-top: 1px solid #242526 +} + +.ui.inverted.dropdown:not(.button)>.default.text, .ui.inverted.default.dropdown:not(.button)>.text { + color: #ffffff80 +} + +.ui.inverted.dropdown:not(.button)>input:focus~.default.text, .ui.inverted.default.dropdown:not(.button)>input:focus~.text { + color: #ffffffb3 +} + +.ui.inverted.active.search.dropdown input.search:focus+.text i.icon, .ui.inverted.active.search.dropdown input.search:focus+.text .flag { + opacity: .45 +} + +.ui.inverted.active.search.dropdown input.search:focus+.text { + color: #ffffffb3!important +} + +.ui.inverted.dropdown .menu>.message:not(.ui) { + color: #ffffff80 +} + +.ui.inverted.dropdown .menu>.item:first-child { + border-top-width: 0 +} + +.ui.inverted.multiple.dropdown>.label { + background-color: #ffffffb3; + background-image: none; + color: #000; + box-shadow: 0 0 0 1px #fff0 inset +} + +.ui.inverted.multiple.dropdown>.label:hover { + background-color: #ffffffe6; + border-color: #ffffffe6; + background-image: none; + color: #000 +} + +.ui.inverted.multiple.dropdown>.label>.close.icon, .ui.inverted.multiple.dropdown>.label>.delete.icon { + opacity: .6 +} + +.ui.inverted.multiple.dropdown>.label>.close.icon:hover, .ui.inverted.multiple.dropdown>.label>.delete.icon:hover { + opacity: .8 +} + +.ui.inverted.dropdown textarea::-webkit-selection, .ui.inverted.dropdown input::-webkit-selection { + background-color: #ffffff40; + color: #fffc +} + +.ui.inverted.dropdown textarea::-moz-selection, .ui.inverted.dropdown input::-moz-selection { + background-color: #ffffff40; + color: #fffc +} + +.ui.inverted.dropdown textarea::selection, .ui.inverted.dropdown input::selection { + background-color: #ffffff40; + color: #fffc +} + +.ui.inverted.dropdown .menu::-webkit-scrollbar-track { + background: rgba(255, 255, 255, .1) +} + +.ui.inverted.dropdown .menu::-webkit-scrollbar-thumb { + background: rgba(255, 255, 255, .25) +} + +.ui.inverted.dropdown .menu::-webkit-scrollbar-thumb:window-inactive { + background: rgba(255, 255, 255, .15) +} + +.ui.inverted.dropdown .menu::-webkit-scrollbar-thumb:hover { + background: rgba(255, 255, 255, .35) +} + +.ui.inverted.pointing.dropdown>.menu:after { + background: #1B1C1D; + box-shadow: -1px -1px #ffffff26 +} + +@font-face { + font-family: "Dropdown"; + src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggjB5AAAAC8AAAAYGNtYXAPfuIIAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5Zjo82LgAAAFwAAABVGhlYWQAQ88bAAACxAAAADZoaGVhAwcB6QAAAvwAAAAkaG10eAS4ABIAAAMgAAAAIGxvY2EBNgDeAAADQAAAABJtYXhwAAoAFgAAA1QAAAAgbmFtZVcZpu4AAAN0AAABRXBvc3QAAwAAAAAEvAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDX//3//wAB/+MPLQADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAIABJQElABMAABM0NzY3BTYXFhUUDwEGJwYvASY1AAUGBwEACAUGBoAFCAcGgAUBEgcGBQEBAQcECQYHfwYBAQZ/BwYAAQAAAG4BJQESABMAADc0PwE2MzIfARYVFAcGIyEiJyY1AAWABgcIBYAGBgUI/wAHBgWABwaABQWABgcHBgUFBgcAAAABABIASQC3AW4AEwAANzQ/ATYXNhcWHQEUBwYnBi8BJjUSBoAFCAcFBgYFBwgFgAbbBwZ/BwEBBwQJ/wgEBwEBB38GBgAAAAABAAAASQClAW4AEwAANxE0NzYzMh8BFhUUDwEGIyInJjUABQYHCAWABgaABQgHBgVbAQAIBQYGgAUIBwWABgYFBwAAAAEAAAABAADZuaKOXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAAAAACgAUAB4AQgBkAIgAqgAAAAEAAAAIABQAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAOAAAAAQAAAAAAAgAOAEcAAQAAAAAAAwAOACQAAQAAAAAABAAOAFUAAQAAAAAABQAWAA4AAQAAAAAABgAHADIAAQAAAAAACgA0AGMAAwABBAkAAQAOAAAAAwABBAkAAgAOAEcAAwABBAkAAwAOACQAAwABBAkABAAOAFUAAwABBAkABQAWAA4AAwABBAkABgAOADkAAwABBAkACgA0AGMAaQBjAG8AbQBvAG8AbgBWAGUAcgBzAGkAbwBuACAAMQAuADAAaQBjAG8AbQBvAG8Abmljb21vb24AaQBjAG8AbQBvAG8AbgBSAGUAZwB1AGwAYQByAGkAYwBvAG0AbwBvAG4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVwAAoAAAAABSgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAdkAAAHZLDXE/09TLzIAAALQAAAAYAAAAGAIIweQY21hcAAAAzAAAABMAAAATA9+4ghnYXNwAAADfAAAAAgAAAAIAAAAEGhlYWQAAAOEAAAANgAAADYAQ88baGhlYQAAA7wAAAAkAAAAJAMHAelobXR4AAAD4AAAACAAAAAgBLgAEm1heHAAAAQAAAAABgAAAAYACFAAbmFtZQAABAgAAAFFAAABRVcZpu5wb3N0AAAFUAAAACAAAAAgAAMAAAEABAQAAQEBCGljb21vb24AAQIAAQA6+BwC+BsD+BgEHgoAGVP/i4seCgAZU/+LiwwHi2v4lPh0BR0AAACIDx0AAACNER0AAAAJHQAAAdASAAkBAQgPERMWGyAlKmljb21vb25pY29tb29udTB1MXUyMHVGMEQ3dUYwRDh1RjBEOXVGMERBAAACAYkABgAIAgABAAQABwAKAA0AVgCfAOgBL/yUDvyUDvyUDvuUDvtvi/emFYuQjZCOjo+Pj42Qiwj3lIsFkIuQiY6Hj4iNhouGi4aJh4eHCPsU+xQFiIiGiYaLhouHjYeOCPsU9xQFiI+Jj4uQCA77b4v3FBWLkI2Pjo8I9xT3FAWPjo+NkIuQi5CJjogI9xT7FAWPh42Hi4aLhomHh4eIiIaJhosI+5SLBYaLh42HjoiPiY+LkAgO+92d928Vi5CNkI+OCPcU9xQFjo+QjZCLkIuPiY6Hj4iNhouGCIv7lAWLhomHh4iIh4eJhouGi4aNiI8I+xT3FAWHjomPi5AIDvvdi+YVi/eUBYuQjZCOjo+Pj42Qi5CLkImOhwj3FPsUBY+IjYaLhouGiYeHiAj7FPsUBYiHhomGi4aLh42Hj4iOiY+LkAgO+JQU+JQViwwKAAAAAAMCAAGQAAUAAAFMAWYAAABHAUwBZgAAAPUAGQCEAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA8NoB4P/g/+AB4AAgAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDw2v/9//8AAAAAACDw1//9//8AAf/jDy0AAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAA5emozXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAUAAACAAAAAAADgCuAAEAAAAAAAEADgAAAAEAAAAAAAIADgBHAAEAAAAAAAMADgAkAAEAAAAAAAQADgBVAAEAAAAAAAUAFgAOAAEAAAAAAAYABwAyAAEAAAAAAAoANABjAAMAAQQJAAEADgAAAAMAAQQJAAIADgBHAAMAAQQJAAMADgAkAAMAAQQJAAQADgBVAAMAAQQJAAUAFgAOAAMAAQQJAAYADgA5AAMAAQQJAAoANABjAGkAYwBvAG0AbwBvAG4AVgBlAHIAcwBpAG8AbgAgADEALgAwAGkAYwBvAG0AbwBvAG5pY29tb29uAGkAYwBvAG0AbwBvAG4AUgBlAGcAdQBsAGEAcgBpAGMAbwBtAG8AbwBuAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("woff"); + font-weight: normal; + font-style: normal +} + +.ui.dropdown>.dropdown.icon { + font-family: "Dropdown"; + line-height: 1; + height: 1em; + width: 1.23em; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; + font-weight: normal; + font-style: normal; + text-align: center +} + +.ui.dropdown>.dropdown.icon { + width: auto +} + +.ui.dropdown>.dropdown.icon:before { + content: "\f0d7" +} + +.ui.dropdown .menu .item .dropdown.icon:before { + content: "\f0da" +} + +.ui.dropdown .item .left.dropdown.icon:before, .ui.dropdown .left.menu .item .dropdown.icon:before { + content: "\f0d9" +} + +.ui.vertical.menu .dropdown.item>.dropdown.icon:before { + content: "\f0da" +} + +.ui.form { + position: relative; + max-width: 100% +} + +.ui.form>p { + margin: 1em 0 +} + +.ui.form .field { + clear: both; + margin: 0 0 1em +} + +.ui.form .fields .fields, .ui.form .field:last-child, .ui.form .fields:last-child .field { + margin-bottom: 0 +} + +.ui.form .fields .field { + clear: both; + margin: 0 +} + +.ui.form .field>label { + display: block; + margin: 0 0 .28571429rem; + color: #000000de; + font-size: .92857143em; + font-weight: 500; + text-transform: none +} + +.ui.form textarea, .ui.form input:not([type]), .ui.form input[type=date], .ui.form input[type=datetime-local], .ui.form input[type=email], .ui.form input[type=number], .ui.form input[type=password], .ui.form input[type=search], .ui.form input[type=tel], .ui.form input[type=time], .ui.form input[type=text], .ui.form input[type=file], .ui.form input[type=url] { + width: 100%; + vertical-align: top +} + +.ui.form ::-webkit-datetime-edit, .ui.form ::-webkit-inner-spin-button { + height: 1.21428571em +} + +.ui.form input:not([type]), .ui.form input[type=date], .ui.form input[type=datetime-local], .ui.form input[type=email], .ui.form input[type=number], .ui.form input[type=password], .ui.form input[type=search], .ui.form input[type=tel], .ui.form input[type=time], .ui.form input[type=text], .ui.form input[type=file], .ui.form input[type=url] { + font-family: var(--fonts-regular); + margin: 0; + outline: none; + -webkit-appearance: none; + -webkit-tap-highlight-color: rgba(255, 255, 255, 0); + line-height: 1.21428571em; + padding: .67857143em 1em; + font-size: 1em; + background: #FFFFFF; + border: 1px solid rgba(34, 36, 38, .15); + color: #000000de; + border-radius: .28571429rem; + box-shadow: 0 0 transparent inset; + transition: color .1s ease, border-color .1s ease +} + +.ui.input textarea, .ui.form textarea { + margin: 0; + -webkit-appearance: none; + -webkit-tap-highlight-color: rgba(255, 255, 255, 0); + padding: .78571429em 1em; + background: #FFFFFF; + border: 1px solid rgba(34, 36, 38, .15); + outline: none; + color: #000000de; + border-radius: .28571429rem; + box-shadow: 0 0 transparent inset; + transition: color .1s ease, border-color .1s ease; + font-size: 1em; + font-family: var(--fonts-regular); + line-height: 1.2857; + resize: vertical +} + +.ui.form textarea:not([rows]) { + height: 12em; + min-height: 8em; + max-height: 24em +} + +.ui.form textarea, .ui.form input[type=checkbox] { + vertical-align: top +} + +.ui.form .fields:not(.grouped):not(.inline) .field:not(:only-child) label+.ui.ui.checkbox { + margin-top: .7em +} + +.ui.form .fields:not(.grouped):not(.inline) .field:not(:only-child) .ui.checkbox { + margin-top: 2.41428571em +} + +.ui.form .fields:not(.grouped):not(.inline) .field:not(:only-child) .ui.toggle.checkbox { + margin-top: 2.21428571em +} + +.ui.form .fields:not(.grouped):not(.inline) .field:not(:only-child) .ui.slider.checkbox { + margin-top: 2.61428571em +} + +.ui.ui.form .field .fields .field:not(:only-child) .ui.checkbox { + margin-top: .6em +} + +.ui.ui.form .field .fields .field:not(:only-child) .ui.toggle.checkbox { + margin-top: .5em +} + +.ui.ui.form .field .fields .field:not(:only-child) .ui.slider.checkbox { + margin-top: .7em +} + +.ui.form .field .transparent.input:not(.icon) input, .ui.form .field input.transparent, .ui.form .field textarea.transparent { + padding: .67857143em 1em +} + +.ui.form .field input.transparent, .ui.form .field textarea.transparent { + border-color: transparent!important; + background-color: transparent!important; + box-shadow: none!important +} + +.ui.form input.attached { + width: auto +} + +.ui.form select { + display: block; + height: auto; + width: 100%; + background: #FFFFFF; + border: 1px solid rgba(34, 36, 38, .15); + border-radius: .28571429rem; + box-shadow: 0 0 transparent inset; + padding: .62em 1em; + color: #000000de; + transition: color .1s ease, border-color .1s ease +} + +.ui.form .field>.selection.dropdown { + min-width: auto; + width: 100% +} + +.ui.form .field>.selection.dropdown>.dropdown.icon { + float: right +} + +.ui.form .inline.fields .field>.selection.dropdown, .ui.form .inline.field>.selection.dropdown { + width: auto +} + +.ui.form .inline.fields .field>.selection.dropdown>.dropdown.icon, .ui.form .inline.field>.selection.dropdown>.dropdown.icon { + float: none +} + +.ui.form .field .ui.input, .ui.form .fields .field .ui.input, .ui.form .wide.field .ui.input { + width: 100% +} + +.ui.form .inline.fields .field:not(.wide) .ui.input, .ui.form .inline.field:not(.wide) .ui.input { + width: auto; + vertical-align: middle +} + +.ui.form .fields .field .ui.input input, .ui.form .field .ui.input input { + width: auto +} + +.ui.form .ten.fields .ui.input input, .ui.form .nine.fields .ui.input input, .ui.form .eight.fields .ui.input input, .ui.form .seven.fields .ui.input input, .ui.form .six.fields .ui.input input, .ui.form .five.fields .ui.input input, .ui.form .four.fields .ui.input input, .ui.form .three.fields .ui.input input, .ui.form .two.fields .ui.input input, .ui.form .wide.field .ui.input input { + flex: 1 0 auto; + width: 0 +} + +.ui.form .error.message, .ui.form .error.message:empty { + display: none +} + +.ui.form .info.message, .ui.form .info.message:empty { + display: none +} + +.ui.form .success.message, .ui.form .success.message:empty { + display: none +} + +.ui.form .warning.message, .ui.form .warning.message:empty { + display: none +} + +.ui.form .message:first-child { + margin-top: 0 +} + +.ui.form .field .prompt.label { + white-space: normal; + background: #FFFFFF!important; + border: 1px solid #E0B4B4!important; + color: #9f3a38!important +} + +.ui.form .inline.fields .field .prompt, .ui.form .inline.field .prompt { + vertical-align: top; + margin: -.25em 0 -.5em .5em +} + +.ui.form .inline.fields .field .prompt:before, .ui.form .inline.field .prompt:before { + border-width: 0 0 1px 1px; + bottom: auto; + right: auto; + top: 50%; + left: 0 +} + +.ui.form .field.field input:-webkit-autofill { + box-shadow: 0 0 0 100px ivory inset!important; + border-color: #e5dfa1!important +} + +.ui.form .field.field input:-webkit-autofill:focus { + box-shadow: 0 0 0 100px ivory inset!important; + border-color: #d5c315!important +} + +.ui.form ::-webkit-input-placeholder { + color: #bfbfbfde +} + +.ui.form :-ms-input-placeholder { + color: #bfbfbfde!important +} + +.ui.form ::-moz-placeholder { + color: #bfbfbfde +} + +.ui.form :focus::-webkit-input-placeholder { + color: #737373de +} + +.ui.form :focus:-ms-input-placeholder { + color: #737373de!important +} + +.ui.form :focus::-moz-placeholder { + color: #737373de +} + +.ui.form input:not([type]):focus, .ui.form input[type=date]:focus, .ui.form input[type=datetime-local]:focus, .ui.form input[type=email]:focus, .ui.form input[type=number]:focus, .ui.form input[type=password]:focus, .ui.form input[type=search]:focus, .ui.form input[type=tel]:focus, .ui.form input[type=time]:focus, .ui.form input[type=text]:focus, .ui.form input[type=file]:focus, .ui.form input[type=url]:focus { + color: #000000f2; + border-color: #85b7d9; + border-radius: .28571429rem; + background: #FFFFFF; + box-shadow: 0 0 #22242659 inset +} + +.ui.form .ui.action.input:not([class*="left action"]) input:not([type]):focus, .ui.form .ui.action.input:not([class*="left action"]) input[type=date]:focus, .ui.form .ui.action.input:not([class*="left action"]) input[type=datetime-local]:focus, .ui.form .ui.action.input:not([class*="left action"]) input[type=email]:focus, .ui.form .ui.action.input:not([class*="left action"]) input[type=number]:focus, .ui.form .ui.action.input:not([class*="left action"]) input[type=password]:focus, .ui.form .ui.action.input:not([class*="left action"]) input[type=search]:focus, .ui.form .ui.action.input:not([class*="left action"]) input[type=tel]:focus, .ui.form .ui.action.input:not([class*="left action"]) input[type=time]:focus, .ui.form .ui.action.input:not([class*="left action"]) input[type=text]:focus, .ui.form .ui.action.input:not([class*="left action"]) input[type=file]:focus, .ui.form .ui.action.input:not([class*="left action"]) input[type=url]:focus { + border-top-right-radius: 0; + border-bottom-right-radius: 0 +} + +.ui.form .ui[class*="left action"].input input:not([type]), .ui.form .ui[class*="left action"].input input[type=date], .ui.form .ui[class*="left action"].input input[type=datetime-local], .ui.form .ui[class*="left action"].input input[type=email], .ui.form .ui[class*="left action"].input input[type=number], .ui.form .ui[class*="left action"].input input[type=password], .ui.form .ui[class*="left action"].input input[type=search], .ui.form .ui[class*="left action"].input input[type=tel], .ui.form .ui[class*="left action"].input input[type=time], .ui.form .ui[class*="left action"].input input[type=text], .ui.form .ui[class*="left action"].input input[type=file], .ui.form .ui[class*="left action"].input input[type=url] { + border-bottom-left-radius: 0; + border-top-left-radius: 0 +} + +.ui.form textarea:focus { + color: #000000f2; + border-color: #85b7d9; + border-radius: .28571429rem; + background: #FFFFFF; + box-shadow: 0 0 #22242659 inset; + -webkit-appearance: none +} + +.ui.form.error .error.message:not(:empty) { + display: block +} + +.ui.form.error .compact.error.message:not(:empty) { + display: inline-block +} + +.ui.form.error .icon.error.message:not(:empty) { + display: flex +} + +.ui.form .fields.error .error.message:not(:empty), .ui.form .field.error .error.message:not(:empty) { + display: block +} + +.ui.form .fields.error .compact.error.message:not(:empty), .ui.form .field.error .compact.error.message:not(:empty) { + display: inline-block +} + +.ui.form .fields.error .icon.error.message:not(:empty), .ui.form .field.error .icon.error.message:not(:empty) { + display: flex +} + +.ui.ui.form .fields.error .field label, .ui.ui.form .field.error label, .ui.ui.form .fields.error .field .input, .ui.ui.form .field.error .input { + color: #9f3a38 +} + +.ui.form .fields.error .field .corner.label, .ui.form .field.error .corner.label { + border-color: #9f3a38; + color: #fff +} + +.ui.form .fields.error .field textarea, .ui.form .fields.error .field select, .ui.form .fields.error .field input:not([type]), .ui.form .fields.error .field input[type=date], .ui.form .fields.error .field input[type=datetime-local], .ui.form .fields.error .field input[type=email], .ui.form .fields.error .field input[type=number], .ui.form .fields.error .field input[type=password], .ui.form .fields.error .field input[type=search], .ui.form .fields.error .field input[type=tel], .ui.form .fields.error .field input[type=time], .ui.form .fields.error .field input[type=text], .ui.form .fields.error .field input[type=file], .ui.form .fields.error .field input[type=url], .ui.form .field.error textarea, .ui.form .field.error select, .ui.form .field.error input:not([type]), .ui.form .field.error input[type=date], .ui.form .field.error input[type=datetime-local], .ui.form .field.error input[type=email], .ui.form .field.error input[type=number], .ui.form .field.error input[type=password], .ui.form .field.error input[type=search], .ui.form .field.error input[type=tel], .ui.form .field.error input[type=time], .ui.form .field.error input[type=text], .ui.form .field.error input[type=file], .ui.form .field.error input[type=url] { + color: #9f3a38; + background: #FFF6F6; + border-color: #e0b4b4; + border-radius: ""; + box-shadow: none +} + +.ui.form .field.error textarea:focus, .ui.form .field.error select:focus, .ui.form .field.error input:not([type]):focus, .ui.form .field.error input[type=date]:focus, .ui.form .field.error input[type=datetime-local]:focus, .ui.form .field.error input[type=email]:focus, .ui.form .field.error input[type=number]:focus, .ui.form .field.error input[type=password]:focus, .ui.form .field.error input[type=search]:focus, .ui.form .field.error input[type=tel]:focus, .ui.form .field.error input[type=time]:focus, .ui.form .field.error input[type=text]:focus, .ui.form .field.error input[type=file]:focus, .ui.form .field.error input[type=url]:focus { + background: #FFF6F6; + border-color: #e0b4b4; + color: #9f3a38; + box-shadow: none +} + +.ui.form .field.error select { + -webkit-appearance: menulist-button +} + +.ui.form .field.error .transparent.input input, .ui.form .field.error .transparent.input textarea, .ui.form .field.error input.transparent, .ui.form .field.error textarea.transparent { + background-color: #fff6f6!important; + color: #9f3a38!important +} + +.ui.form .error.error input:-webkit-autofill { + box-shadow: 0 0 0 100px #fffaf0 inset!important; + border-color: #e0b4b4!important +} + +.ui.form .error ::-webkit-input-placeholder { + color: #e7bdbc +} + +.ui.form .error :-ms-input-placeholder { + color: #e7bdbc!important +} + +.ui.form .error ::-moz-placeholder { + color: #e7bdbc +} + +.ui.form .error :focus::-webkit-input-placeholder { + color: #da9796 +} + +.ui.form .error :focus:-ms-input-placeholder { + color: #da9796!important +} + +.ui.form .error :focus::-moz-placeholder { + color: #da9796 +} + +.ui.form .fields.error .field .ui.dropdown, .ui.form .fields.error .field .ui.dropdown .item, .ui.form .field.error .ui.dropdown, .ui.form .field.error .ui.dropdown .text, .ui.form .field.error .ui.dropdown .item { + background: #FFF6F6; + color: #9f3a38 +} + +.ui.form .fields.error .field .ui.dropdown, .ui.form .field.error .ui.dropdown { + border-color: #e0b4b4!important +} + +.ui.form .fields.error .field .ui.dropdown:hover, .ui.form .field.error .ui.dropdown:hover { + border-color: #e0b4b4!important +} + +.ui.form .fields.error .field .ui.dropdown:hover .menu, .ui.form .field.error .ui.dropdown:hover .menu { + border-color: #e0b4b4 +} + +.ui.form .fields.error .field .ui.multiple.selection.dropdown>.label, .ui.form .field.error .ui.multiple.selection.dropdown>.label { + background-color: #eacbcb; + color: #9f3a38 +} + +.ui.form .fields.error .field .ui.dropdown .menu .item:hover, .ui.form .field.error .ui.dropdown .menu .item:hover { + background-color: #fbe7e7 +} + +.ui.form .fields.error .field .ui.dropdown .menu .selected.item, .ui.form .field.error .ui.dropdown .menu .selected.item { + background-color: #fbe7e7 +} + +.ui.form .fields.error .field .ui.dropdown .menu .active.item, .ui.form .field.error .ui.dropdown .menu .active.item { + background-color: #fdcfcf!important +} + +.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) label, .ui.form .field.error .checkbox:not(.toggle):not(.slider) label, .ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) .box, .ui.form .field.error .checkbox:not(.toggle):not(.slider) .box { + color: #9f3a38 +} + +.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) label:before, .ui.form .field.error .checkbox:not(.toggle):not(.slider) label:before, .ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) .box:before, .ui.form .field.error .checkbox:not(.toggle):not(.slider) .box:before { + background: #FFF6F6; + border-color: #e0b4b4 +} + +.ui.form .fields.error .field .checkbox label:after, .ui.form .field.error .checkbox label:after, .ui.form .fields.error .field .checkbox .box:after, .ui.form .field.error .checkbox .box:after { + color: #9f3a38 +} + +.ui.form.info .info.message:not(:empty) { + display: block +} + +.ui.form.info .compact.info.message:not(:empty) { + display: inline-block +} + +.ui.form.info .icon.info.message:not(:empty) { + display: flex +} + +.ui.form .fields.info .info.message:not(:empty), .ui.form .field.info .info.message:not(:empty) { + display: block +} + +.ui.form .fields.info .compact.info.message:not(:empty), .ui.form .field.info .compact.info.message:not(:empty) { + display: inline-block +} + +.ui.form .fields.info .icon.info.message:not(:empty), .ui.form .field.info .icon.info.message:not(:empty) { + display: flex +} + +.ui.ui.form .fields.info .field label, .ui.ui.form .field.info label, .ui.ui.form .fields.info .field .input, .ui.ui.form .field.info .input { + color: #276f86 +} + +.ui.form .fields.info .field .corner.label, .ui.form .field.info .corner.label { + border-color: #276f86; + color: #fff +} + +.ui.form .fields.info .field textarea, .ui.form .fields.info .field select, .ui.form .fields.info .field input:not([type]), .ui.form .fields.info .field input[type=date], .ui.form .fields.info .field input[type=datetime-local], .ui.form .fields.info .field input[type=email], .ui.form .fields.info .field input[type=number], .ui.form .fields.info .field input[type=password], .ui.form .fields.info .field input[type=search], .ui.form .fields.info .field input[type=tel], .ui.form .fields.info .field input[type=time], .ui.form .fields.info .field input[type=text], .ui.form .fields.info .field input[type=file], .ui.form .fields.info .field input[type=url], .ui.form .field.info textarea, .ui.form .field.info select, .ui.form .field.info input:not([type]), .ui.form .field.info input[type=date], .ui.form .field.info input[type=datetime-local], .ui.form .field.info input[type=email], .ui.form .field.info input[type=number], .ui.form .field.info input[type=password], .ui.form .field.info input[type=search], .ui.form .field.info input[type=tel], .ui.form .field.info input[type=time], .ui.form .field.info input[type=text], .ui.form .field.info input[type=file], .ui.form .field.info input[type=url] { + color: #276f86; + background: #F8FFFF; + border-color: #a9d5de; + border-radius: ""; + box-shadow: none +} + +.ui.form .field.info textarea:focus, .ui.form .field.info select:focus, .ui.form .field.info input:not([type]):focus, .ui.form .field.info input[type=date]:focus, .ui.form .field.info input[type=datetime-local]:focus, .ui.form .field.info input[type=email]:focus, .ui.form .field.info input[type=number]:focus, .ui.form .field.info input[type=password]:focus, .ui.form .field.info input[type=search]:focus, .ui.form .field.info input[type=tel]:focus, .ui.form .field.info input[type=time]:focus, .ui.form .field.info input[type=text]:focus, .ui.form .field.info input[type=file]:focus, .ui.form .field.info input[type=url]:focus { + background: #F8FFFF; + border-color: #a9d5de; + color: #276f86; + box-shadow: none +} + +.ui.form .field.info select { + -webkit-appearance: menulist-button +} + +.ui.form .field.info .transparent.input input, .ui.form .field.info .transparent.input textarea, .ui.form .field.info input.transparent, .ui.form .field.info textarea.transparent { + background-color: #f8ffff!important; + color: #276f86!important +} + +.ui.form .info.info input:-webkit-autofill { + box-shadow: 0 0 0 100px #f0faff inset!important; + border-color: #b3e0e0!important +} + +.ui.form .info ::-webkit-input-placeholder { + color: #98cfe1 +} + +.ui.form .info :-ms-input-placeholder { + color: #98cfe1!important +} + +.ui.form .info ::-moz-placeholder { + color: #98cfe1 +} + +.ui.form .info :focus::-webkit-input-placeholder { + color: #70bdd6 +} + +.ui.form .info :focus:-ms-input-placeholder { + color: #70bdd6!important +} + +.ui.form .info :focus::-moz-placeholder { + color: #70bdd6 +} + +.ui.form .fields.info .field .ui.dropdown, .ui.form .fields.info .field .ui.dropdown .item, .ui.form .field.info .ui.dropdown, .ui.form .field.info .ui.dropdown .text, .ui.form .field.info .ui.dropdown .item { + background: #F8FFFF; + color: #276f86 +} + +.ui.form .fields.info .field .ui.dropdown, .ui.form .field.info .ui.dropdown { + border-color: #a9d5de!important +} + +.ui.form .fields.info .field .ui.dropdown:hover, .ui.form .field.info .ui.dropdown:hover { + border-color: #a9d5de!important +} + +.ui.form .fields.info .field .ui.dropdown:hover .menu, .ui.form .field.info .ui.dropdown:hover .menu { + border-color: #a9d5de +} + +.ui.form .fields.info .field .ui.multiple.selection.dropdown>.label, .ui.form .field.info .ui.multiple.selection.dropdown>.label { + background-color: #cce3ea; + color: #276f86 +} + +.ui.form .fields.info .field .ui.dropdown .menu .item:hover, .ui.form .field.info .ui.dropdown .menu .item:hover { + background-color: #e9f2fb +} + +.ui.form .fields.info .field .ui.dropdown .menu .selected.item, .ui.form .field.info .ui.dropdown .menu .selected.item { + background-color: #e9f2fb +} + +.ui.form .fields.info .field .ui.dropdown .menu .active.item, .ui.form .field.info .ui.dropdown .menu .active.item { + background-color: #cef1fd!important +} + +.ui.form .fields.info .field .checkbox:not(.toggle):not(.slider) label, .ui.form .field.info .checkbox:not(.toggle):not(.slider) label, .ui.form .fields.info .field .checkbox:not(.toggle):not(.slider) .box, .ui.form .field.info .checkbox:not(.toggle):not(.slider) .box { + color: #276f86 +} + +.ui.form .fields.info .field .checkbox:not(.toggle):not(.slider) label:before, .ui.form .field.info .checkbox:not(.toggle):not(.slider) label:before, .ui.form .fields.info .field .checkbox:not(.toggle):not(.slider) .box:before, .ui.form .field.info .checkbox:not(.toggle):not(.slider) .box:before { + background: #F8FFFF; + border-color: #a9d5de +} + +.ui.form .fields.info .field .checkbox label:after, .ui.form .field.info .checkbox label:after, .ui.form .fields.info .field .checkbox .box:after, .ui.form .field.info .checkbox .box:after { + color: #276f86 +} + +.ui.form.success .success.message:not(:empty) { + display: block +} + +.ui.form.success .compact.success.message:not(:empty) { + display: inline-block +} + +.ui.form.success .icon.success.message:not(:empty) { + display: flex +} + +.ui.form .fields.success .success.message:not(:empty), .ui.form .field.success .success.message:not(:empty) { + display: block +} + +.ui.form .fields.success .compact.success.message:not(:empty), .ui.form .field.success .compact.success.message:not(:empty) { + display: inline-block +} + +.ui.form .fields.success .icon.success.message:not(:empty), .ui.form .field.success .icon.success.message:not(:empty) { + display: flex +} + +.ui.ui.form .fields.success .field label, .ui.ui.form .field.success label, .ui.ui.form .fields.success .field .input, .ui.ui.form .field.success .input { + color: #2c662d +} + +.ui.form .fields.success .field .corner.label, .ui.form .field.success .corner.label { + border-color: #2c662d; + color: #fff +} + +.ui.form .fields.success .field textarea, .ui.form .fields.success .field select, .ui.form .fields.success .field input:not([type]), .ui.form .fields.success .field input[type=date], .ui.form .fields.success .field input[type=datetime-local], .ui.form .fields.success .field input[type=email], .ui.form .fields.success .field input[type=number], .ui.form .fields.success .field input[type=password], .ui.form .fields.success .field input[type=search], .ui.form .fields.success .field input[type=tel], .ui.form .fields.success .field input[type=time], .ui.form .fields.success .field input[type=text], .ui.form .fields.success .field input[type=file], .ui.form .fields.success .field input[type=url], .ui.form .field.success textarea, .ui.form .field.success select, .ui.form .field.success input:not([type]), .ui.form .field.success input[type=date], .ui.form .field.success input[type=datetime-local], .ui.form .field.success input[type=email], .ui.form .field.success input[type=number], .ui.form .field.success input[type=password], .ui.form .field.success input[type=search], .ui.form .field.success input[type=tel], .ui.form .field.success input[type=time], .ui.form .field.success input[type=text], .ui.form .field.success input[type=file], .ui.form .field.success input[type=url] { + color: #2c662d; + background: #FCFFF5; + border-color: #a3c293; + border-radius: ""; + box-shadow: none +} + +.ui.form .field.success textarea:focus, .ui.form .field.success select:focus, .ui.form .field.success input:not([type]):focus, .ui.form .field.success input[type=date]:focus, .ui.form .field.success input[type=datetime-local]:focus, .ui.form .field.success input[type=email]:focus, .ui.form .field.success input[type=number]:focus, .ui.form .field.success input[type=password]:focus, .ui.form .field.success input[type=search]:focus, .ui.form .field.success input[type=tel]:focus, .ui.form .field.success input[type=time]:focus, .ui.form .field.success input[type=text]:focus, .ui.form .field.success input[type=file]:focus, .ui.form .field.success input[type=url]:focus { + background: #FCFFF5; + border-color: #a3c293; + color: #2c662d; + box-shadow: none +} + +.ui.form .field.success select { + -webkit-appearance: menulist-button +} + +.ui.form .field.success .transparent.input input, .ui.form .field.success .transparent.input textarea, .ui.form .field.success input.transparent, .ui.form .field.success textarea.transparent { + background-color: #fcfff5!important; + color: #2c662d!important +} + +.ui.form .success.success input:-webkit-autofill { + box-shadow: 0 0 0 100px #f0fff0 inset!important; + border-color: #bee0b3!important +} + +.ui.form .success ::-webkit-input-placeholder { + color: #8fcf90 +} + +.ui.form .success :-ms-input-placeholder { + color: #8fcf90!important +} + +.ui.form .success ::-moz-placeholder { + color: #8fcf90 +} + +.ui.form .success :focus::-webkit-input-placeholder { + color: #6cbf6d +} + +.ui.form .success :focus:-ms-input-placeholder { + color: #6cbf6d!important +} + +.ui.form .success :focus::-moz-placeholder { + color: #6cbf6d +} + +.ui.form .fields.success .field .ui.dropdown, .ui.form .fields.success .field .ui.dropdown .item, .ui.form .field.success .ui.dropdown, .ui.form .field.success .ui.dropdown .text, .ui.form .field.success .ui.dropdown .item { + background: #FCFFF5; + color: #2c662d +} + +.ui.form .fields.success .field .ui.dropdown, .ui.form .field.success .ui.dropdown { + border-color: #a3c293!important +} + +.ui.form .fields.success .field .ui.dropdown:hover, .ui.form .field.success .ui.dropdown:hover { + border-color: #a3c293!important +} + +.ui.form .fields.success .field .ui.dropdown:hover .menu, .ui.form .field.success .ui.dropdown:hover .menu { + border-color: #a3c293 +} + +.ui.form .fields.success .field .ui.multiple.selection.dropdown>.label, .ui.form .field.success .ui.multiple.selection.dropdown>.label { + background-color: #cceacc; + color: #2c662d +} + +.ui.form .fields.success .field .ui.dropdown .menu .item:hover, .ui.form .field.success .ui.dropdown .menu .item:hover { + background-color: #e9fbe9 +} + +.ui.form .fields.success .field .ui.dropdown .menu .selected.item, .ui.form .field.success .ui.dropdown .menu .selected.item { + background-color: #e9fbe9 +} + +.ui.form .fields.success .field .ui.dropdown .menu .active.item, .ui.form .field.success .ui.dropdown .menu .active.item { + background-color: #dafdce!important +} + +.ui.form .fields.success .field .checkbox:not(.toggle):not(.slider) label, .ui.form .field.success .checkbox:not(.toggle):not(.slider) label, .ui.form .fields.success .field .checkbox:not(.toggle):not(.slider) .box, .ui.form .field.success .checkbox:not(.toggle):not(.slider) .box { + color: #2c662d +} + +.ui.form .fields.success .field .checkbox:not(.toggle):not(.slider) label:before, .ui.form .field.success .checkbox:not(.toggle):not(.slider) label:before, .ui.form .fields.success .field .checkbox:not(.toggle):not(.slider) .box:before, .ui.form .field.success .checkbox:not(.toggle):not(.slider) .box:before { + background: #FCFFF5; + border-color: #a3c293 +} + +.ui.form .fields.success .field .checkbox label:after, .ui.form .field.success .checkbox label:after, .ui.form .fields.success .field .checkbox .box:after, .ui.form .field.success .checkbox .box:after { + color: #2c662d +} + +.ui.form.warning .warning.message:not(:empty) { + display: block +} + +.ui.form.warning .compact.warning.message:not(:empty) { + display: inline-block +} + +.ui.form.warning .icon.warning.message:not(:empty) { + display: flex +} + +.ui.form .fields.warning .warning.message:not(:empty), .ui.form .field.warning .warning.message:not(:empty) { + display: block +} + +.ui.form .fields.warning .compact.warning.message:not(:empty), .ui.form .field.warning .compact.warning.message:not(:empty) { + display: inline-block +} + +.ui.form .fields.warning .icon.warning.message:not(:empty), .ui.form .field.warning .icon.warning.message:not(:empty) { + display: flex +} + +.ui.ui.form .fields.warning .field label, .ui.ui.form .field.warning label, .ui.ui.form .fields.warning .field .input, .ui.ui.form .field.warning .input { + color: #573a08 +} + +.ui.form .fields.warning .field .corner.label, .ui.form .field.warning .corner.label { + border-color: #573a08; + color: #fff +} + +.ui.form .fields.warning .field textarea, .ui.form .fields.warning .field select, .ui.form .fields.warning .field input:not([type]), .ui.form .fields.warning .field input[type=date], .ui.form .fields.warning .field input[type=datetime-local], .ui.form .fields.warning .field input[type=email], .ui.form .fields.warning .field input[type=number], .ui.form .fields.warning .field input[type=password], .ui.form .fields.warning .field input[type=search], .ui.form .fields.warning .field input[type=tel], .ui.form .fields.warning .field input[type=time], .ui.form .fields.warning .field input[type=text], .ui.form .fields.warning .field input[type=file], .ui.form .fields.warning .field input[type=url], .ui.form .field.warning textarea, .ui.form .field.warning select, .ui.form .field.warning input:not([type]), .ui.form .field.warning input[type=date], .ui.form .field.warning input[type=datetime-local], .ui.form .field.warning input[type=email], .ui.form .field.warning input[type=number], .ui.form .field.warning input[type=password], .ui.form .field.warning input[type=search], .ui.form .field.warning input[type=tel], .ui.form .field.warning input[type=time], .ui.form .field.warning input[type=text], .ui.form .field.warning input[type=file], .ui.form .field.warning input[type=url] { + color: #573a08; + background: #FFFAF3; + border-color: #c9ba9b; + border-radius: ""; + box-shadow: none +} + +.ui.form .field.warning textarea:focus, .ui.form .field.warning select:focus, .ui.form .field.warning input:not([type]):focus, .ui.form .field.warning input[type=date]:focus, .ui.form .field.warning input[type=datetime-local]:focus, .ui.form .field.warning input[type=email]:focus, .ui.form .field.warning input[type=number]:focus, .ui.form .field.warning input[type=password]:focus, .ui.form .field.warning input[type=search]:focus, .ui.form .field.warning input[type=tel]:focus, .ui.form .field.warning input[type=time]:focus, .ui.form .field.warning input[type=text]:focus, .ui.form .field.warning input[type=file]:focus, .ui.form .field.warning input[type=url]:focus { + background: #FFFAF3; + border-color: #c9ba9b; + color: #573a08; + box-shadow: none +} + +.ui.form .field.warning select { + -webkit-appearance: menulist-button +} + +.ui.form .field.warning .transparent.input input, .ui.form .field.warning .transparent.input textarea, .ui.form .field.warning input.transparent, .ui.form .field.warning textarea.transparent { + background-color: #fffaf3!important; + color: #573a08!important +} + +.ui.form .warning.warning input:-webkit-autofill { + box-shadow: 0 0 0 100px #ffffe0 inset!important; + border-color: #e0e0b3!important +} + +.ui.form .warning ::-webkit-input-placeholder { + color: #edad3e +} + +.ui.form .warning :-ms-input-placeholder { + color: #edad3e!important +} + +.ui.form .warning ::-moz-placeholder { + color: #edad3e +} + +.ui.form .warning :focus::-webkit-input-placeholder { + color: #e39715 +} + +.ui.form .warning :focus:-ms-input-placeholder { + color: #e39715!important +} + +.ui.form .warning :focus::-moz-placeholder { + color: #e39715 +} + +.ui.form .fields.warning .field .ui.dropdown, .ui.form .fields.warning .field .ui.dropdown .item, .ui.form .field.warning .ui.dropdown, .ui.form .field.warning .ui.dropdown .text, .ui.form .field.warning .ui.dropdown .item { + background: #FFFAF3; + color: #573a08 +} + +.ui.form .fields.warning .field .ui.dropdown, .ui.form .field.warning .ui.dropdown { + border-color: #c9ba9b!important +} + +.ui.form .fields.warning .field .ui.dropdown:hover, .ui.form .field.warning .ui.dropdown:hover { + border-color: #c9ba9b!important +} + +.ui.form .fields.warning .field .ui.dropdown:hover .menu, .ui.form .field.warning .ui.dropdown:hover .menu { + border-color: #c9ba9b +} + +.ui.form .fields.warning .field .ui.multiple.selection.dropdown>.label, .ui.form .field.warning .ui.multiple.selection.dropdown>.label { + background-color: #eaeacc; + color: #573a08 +} + +.ui.form .fields.warning .field .ui.dropdown .menu .item:hover, .ui.form .field.warning .ui.dropdown .menu .item:hover { + background-color: #fbfbe9 +} + +.ui.form .fields.warning .field .ui.dropdown .menu .selected.item, .ui.form .field.warning .ui.dropdown .menu .selected.item { + background-color: #fbfbe9 +} + +.ui.form .fields.warning .field .ui.dropdown .menu .active.item, .ui.form .field.warning .ui.dropdown .menu .active.item { + background-color: #fdfdce!important +} + +.ui.form .fields.warning .field .checkbox:not(.toggle):not(.slider) label, .ui.form .field.warning .checkbox:not(.toggle):not(.slider) label, .ui.form .fields.warning .field .checkbox:not(.toggle):not(.slider) .box, .ui.form .field.warning .checkbox:not(.toggle):not(.slider) .box { + color: #573a08 +} + +.ui.form .fields.warning .field .checkbox:not(.toggle):not(.slider) label:before, .ui.form .field.warning .checkbox:not(.toggle):not(.slider) label:before, .ui.form .fields.warning .field .checkbox:not(.toggle):not(.slider) .box:before, .ui.form .field.warning .checkbox:not(.toggle):not(.slider) .box:before { + background: #FFFAF3; + border-color: #c9ba9b +} + +.ui.form .fields.warning .field .checkbox label:after, .ui.form .field.warning .checkbox label:after, .ui.form .fields.warning .field .checkbox .box:after, .ui.form .field.warning .checkbox .box:after { + color: #573a08 +} + +.ui.form .disabled.fields .field, .ui.form .disabled.field, .ui.form .field :disabled { + pointer-events: none; + opacity: var(--opacity-disabled) +} + +.ui.form .field.disabled>label, .ui.form .fields.disabled>label { + opacity: var(--opacity-disabled) +} + +.ui.form .field.disabled :disabled { + opacity: 1 +} + +.ui.loading.form { + position: relative; + cursor: default; + pointer-events: none +} + +.ui.loading.form:before { + position: absolute; + content: ""; + top: 0; + left: 0; + background: rgba(255, 255, 255, .8); + width: 100%; + height: 100%; + z-index: 100 +} + +.ui.loading.form.segments:before { + border-radius: .28571429rem +} + +.ui.loading.form:after { + position: absolute; + content: ""; + top: 50%; + left: 50%; + margin: -1.5em 0 0 -1.5em; + width: 3em; + height: 3em; + -webkit-animation: loader .6s infinite linear; + animation: loader .6s infinite linear; + border: .2em solid #767676; + border-radius: 500rem; + box-shadow: 0 0 0 1px transparent; + visibility: visible; + z-index: 101 +} + +.ui.form .required.fields:not(.grouped)>.field>label:after, .ui.form .required.fields.grouped>label:after, .ui.form .required.field>label:after, .ui.form .required.fields:not(.grouped)>.field>.checkbox:after, .ui.form .required.field>.checkbox:after, .ui.form label.required:after { + margin: -.2em 0 0 .2em; + content: "*"; + color: #db2828 +} + +.ui.form .required.fields:not(.grouped)>.field>label:after, .ui.form .required.fields.grouped>label:after, .ui.form .required.field>label:after, .ui.form label.required:after { + display: inline-block; + vertical-align: top +} + +.ui.form .required.fields:not(.grouped)>.field>.checkbox:after, .ui.form .required.field>.checkbox:after { + position: absolute; + top: 0; + left: 100% +} + +.ui.inverted.form label, .ui.form .inverted.segment label, .ui.form .inverted.segment .ui.checkbox label, .ui.form .inverted.segment .ui.checkbox .box, .ui.inverted.form .ui.checkbox label, .ui.inverted.form .ui.checkbox .box, .ui.inverted.form .inline.fields>label, .ui.inverted.form .inline.fields .field>label, .ui.inverted.form .inline.fields .field>p, .ui.inverted.form .inline.field>label, .ui.inverted.form .inline.field>p { + color: #ffffffe6 +} + +.ui.inverted.loading.form { + color: #fff +} + +.ui.inverted.loading.form:before { + background: rgba(0, 0, 0, .85) +} + +.ui.inverted.form input:not([type]), .ui.inverted.form input[type=date], .ui.inverted.form input[type=datetime-local], .ui.inverted.form input[type=email], .ui.inverted.form input[type=number], .ui.inverted.form input[type=password], .ui.inverted.form input[type=search], .ui.inverted.form input[type=tel], .ui.inverted.form input[type=time], .ui.inverted.form input[type=text], .ui.inverted.form input[type=file], .ui.inverted.form input[type=url] { + background: #FFFFFF; + border-color: #ffffff1a; + color: #000000de; + box-shadow: none +} + +.ui.form .grouped.fields { + display: block; + margin: 0 0 1em +} + +.ui.form .grouped.fields:last-child { + margin-bottom: 0 +} + +.ui.form .grouped.fields>label { + margin: 0 0 .28571429rem; + color: #000000de; + font-size: .92857143em; + font-weight: 500; + text-transform: none +} + +.ui.form .grouped.fields .field, .ui.form .grouped.inline.fields .field { + display: block; + margin: .5em 0; + padding: 0 +} + +.ui.form .grouped.inline.fields .ui.checkbox { + margin-bottom: .4em +} + +.ui.form .fields { + display: flex; + flex-direction: row; + margin: 0 -.5em 1em +} + +.ui.form .fields>.field { + flex: 0 1 auto; + padding-left: .5em; + padding-right: .5em +} + +.ui.form .fields>.field:first-child { + border-left: none; + box-shadow: none +} + +.ui.form .two.fields>.fields, .ui.form .two.fields>.field { + width: 50% +} + +.ui.form .three.fields>.fields, .ui.form .three.fields>.field { + width: 33.33333333% +} + +.ui.form .four.fields>.fields, .ui.form .four.fields>.field { + width: 25% +} + +.ui.form .five.fields>.fields, .ui.form .five.fields>.field { + width: 20% +} + +.ui.form .six.fields>.fields, .ui.form .six.fields>.field { + width: 16.66666667% +} + +.ui.form .seven.fields>.fields, .ui.form .seven.fields>.field { + width: 14.28571429% +} + +.ui.form .eight.fields>.fields, .ui.form .eight.fields>.field { + width: 12.5% +} + +.ui.form .nine.fields>.fields, .ui.form .nine.fields>.field { + width: 11.11111111% +} + +.ui.form .ten.fields>.fields, .ui.form .ten.fields>.field { + width: 10% +} + +@media only screen and (max-width: 767.98px) { + .ui.form .fields { + flex-wrap: wrap; + margin-bottom: 0 + } + .ui.form:not(.unstackable) .fields:not(.unstackable)>.fields, .ui.form:not(.unstackable) .fields:not(.unstackable)>.field { + width: 100%; + margin: 0 0 1em + } +} + +.ui.form .fields .wide.field { + width: 6.25%; + padding-left: .5em; + padding-right: .5em +} + +.ui.form .one.wide.field { + width: 6.25% +} + +.ui.form .two.wide.field { + width: 12.5% +} + +.ui.form .three.wide.field { + width: 18.75% +} + +.ui.form .four.wide.field { + width: 25% +} + +.ui.form .five.wide.field { + width: 31.25% +} + +.ui.form .six.wide.field { + width: 37.5% +} + +.ui.form .seven.wide.field { + width: 43.75% +} + +.ui.form .eight.wide.field { + width: 50% +} + +.ui.form .nine.wide.field { + width: 56.25% +} + +.ui.form .ten.wide.field { + width: 62.5% +} + +.ui.form .eleven.wide.field { + width: 68.75% +} + +.ui.form .twelve.wide.field { + width: 75% +} + +.ui.form .thirteen.wide.field { + width: 81.25% +} + +.ui.form .fourteen.wide.field { + width: 87.5% +} + +.ui.form .fifteen.wide.field { + width: 93.75% +} + +.ui.form .sixteen.wide.field { + width: 100% +} + +.ui[class*="equal width"].form .fields>.field, .ui.form [class*="equal width"].fields>.field { + width: 100%; + flex: 1 1 auto +} + +.ui.form .inline.fields { + margin: 0 0 1em; + align-items: center +} + +.ui.form .inline.fields .field { + margin: 0; + padding: 0 1em 0 0 +} + +.ui.form .inline.fields>label, .ui.form .inline.fields .field>label, .ui.form .inline.fields .field>p, .ui.form .inline.field>label, .ui.form .inline.field>p { + display: inline-block; + width: auto; + margin-top: 0; + margin-bottom: 0; + vertical-align: baseline; + font-size: .92857143em; + font-weight: 500; + color: #000000de; + text-transform: none +} + +.ui.form .inline.fields>label { + margin: .035714em 1em 0 0 +} + +.ui.form .inline.fields .field>input, .ui.form .inline.fields .field>select, .ui.form .inline.field>input, .ui.form .inline.field>select { + display: inline-block; + width: auto; + margin-top: 0; + margin-bottom: 0; + vertical-align: middle; + font-size: 1em +} + +.ui.form .inline.fields .field .calendar:not(.popup), .ui.form .inline.field .calendar:not(.popup) { + display: inline-block +} + +.ui.form .inline.fields .field .calendar:not(.popup)>.input>input, .ui.form .inline.field .calendar:not(.popup)>.input>input { + width: 13.11em +} + +.ui.form .inline.fields .field>:first-child, .ui.form .inline.field>:first-child { + margin: 0 .85714286em 0 0 +} + +.ui.form .inline.fields .field>:only-child, .ui.form .inline.field>:only-child { + margin: 0 +} + +.ui.form .inline.fields .wide.field { + display: flex; + align-items: center +} + +.ui.form .inline.fields .wide.field>input, .ui.form .inline.fields .wide.field>select { + width: 100% +} + +.ui.form, .ui.form .field .dropdown, .ui.form .field .dropdown .menu>.item { + font-size: 1rem +} + +.ui.mini.form, .ui.mini.form .field .dropdown, .ui.mini.form .field .dropdown .menu>.item { + font-size: .78571429rem +} + +.ui.tiny.form, .ui.tiny.form .field .dropdown, .ui.tiny.form .field .dropdown .menu>.item { + font-size: .85714286rem +} + +.ui.small.form, .ui.small.form .field .dropdown, .ui.small.form .field .dropdown .menu>.item { + font-size: .92857143rem +} + +.ui.large.form, .ui.large.form .field .dropdown, .ui.large.form .field .dropdown .menu>.item { + font-size: 1.14285714rem +} + +.ui.big.form, .ui.big.form .field .dropdown, .ui.big.form .field .dropdown .menu>.item { + font-size: 1.28571429rem +} + +.ui.huge.form, .ui.huge.form .field .dropdown, .ui.huge.form .field .dropdown .menu>.item { + font-size: 1.42857143rem +} + +.ui.massive.form, .ui.massive.form .field .dropdown, .ui.massive.form .field .dropdown .menu>.item { + font-size: 1.71428571rem +} + +.ui.grid { + display: flex; + flex-direction: row; + flex-wrap: wrap; + align-items: stretch; + padding: 0 +} + +.ui.grid { + margin: -1rem +} + +.ui.relaxed.grid { + margin-left: -1.5rem; + margin-right: -1.5rem +} + +.ui[class*="very relaxed"].grid { + margin-left: -2.5rem; + margin-right: -2.5rem +} + +.ui.grid+.grid { + margin-top: 1rem +} + +.ui.grid>.column:not(.row), .ui.grid>.row>.column { + position: relative; + display: inline-block; + width: 6.25%; + padding-left: 1rem; + padding-right: 1rem; + vertical-align: top +} + +.ui.grid>* { + padding-left: 1rem; + padding-right: 1rem +} + +.ui.grid>.row { + position: relative; + display: flex; + flex-direction: row; + flex-wrap: wrap; + justify-content: inherit; + align-items: stretch; + width: 100%!important; + padding: 1rem 0 +} + +.ui.grid>.column:not(.row) { + padding-top: 1rem; + padding-bottom: 1rem +} + +.ui.grid>.row>.column { + margin-top: 0; + margin-bottom: 0 +} + +.ui.grid>.row>img, .ui.grid>.row>.column>img { + max-width: 100% +} + +.ui.grid>.ui.grid:first-child { + margin-top: 0 +} + +.ui.grid>.ui.grid:last-child { + margin-bottom: 0 +} + +.ui.grid .aligned.row>.column>.segment:not(.compact):not(.attached), .ui.aligned.grid .column>.segment:not(.compact):not(.attached) { + width: 100% +} + +.ui.grid .row+.ui.divider { + flex-grow: 1; + margin: 1rem +} + +.ui.grid .column+.ui.vertical.divider { + height: calc(50% - 1rem) +} + +.ui.grid>.row>.column:last-child>.horizontal.segment, .ui.grid>.column:last-child>.horizontal.segment { + box-shadow: none +} + +@media only screen and (max-width: 767.98px) { + .ui.page.grid { + width: auto; + padding-left: 0; + padding-right: 0; + margin-left: 0; + margin-right: 0 + } +} + +@media only screen and (min-width: 768px) and (max-width: 991.98px) { + .ui.page.grid { + width: auto; + margin-left: 0; + margin-right: 0; + padding-left: 2em; + padding-right: 2em + } +} + +@media only screen and (min-width: 992px) and (max-width: 1199.98px) { + .ui.page.grid { + width: auto; + margin-left: 0; + margin-right: 0; + padding-left: 3%; + padding-right: 3% + } +} + +@media only screen and (min-width: 1200px) and (max-width: 1919.98px) { + .ui.page.grid { + width: auto; + margin-left: 0; + margin-right: 0; + padding-left: 15%; + padding-right: 15% + } +} + +@media only screen and (min-width: 1920px) { + .ui.page.grid { + width: auto; + margin-left: 0; + margin-right: 0; + padding-left: 23%; + padding-right: 23% + } +} + +.ui.grid>.column:only-child, .ui.grid>.row>.column:only-child { + width: 100% +} + +.ui[class*="one column"].grid>.row>.column, .ui[class*="one column"].grid>.column:not(.row) { + width: 100% +} + +.ui[class*="two column"].grid>.row>.column, .ui[class*="two column"].grid>.column:not(.row) { + width: 50% +} + +.ui[class*="three column"].grid>.row>.column, .ui[class*="three column"].grid>.column:not(.row) { + width: 33.33333333% +} + +.ui[class*="four column"].grid>.row>.column, .ui[class*="four column"].grid>.column:not(.row) { + width: 25% +} + +.ui[class*="five column"].grid>.row>.column, .ui[class*="five column"].grid>.column:not(.row) { + width: 20% +} + +.ui[class*="six column"].grid>.row>.column, .ui[class*="six column"].grid>.column:not(.row) { + width: 16.66666667% +} + +.ui[class*="seven column"].grid>.row>.column, .ui[class*="seven column"].grid>.column:not(.row) { + width: 14.28571429% +} + +.ui[class*="eight column"].grid>.row>.column, .ui[class*="eight column"].grid>.column:not(.row) { + width: 12.5% +} + +.ui[class*="nine column"].grid>.row>.column, .ui[class*="nine column"].grid>.column:not(.row) { + width: 11.11111111% +} + +.ui[class*="ten column"].grid>.row>.column, .ui[class*="ten column"].grid>.column:not(.row) { + width: 10% +} + +.ui[class*="eleven column"].grid>.row>.column, .ui[class*="eleven column"].grid>.column:not(.row) { + width: 9.09090909% +} + +.ui[class*="twelve column"].grid>.row>.column, .ui[class*="twelve column"].grid>.column:not(.row) { + width: 8.33333333% +} + +.ui[class*="thirteen column"].grid>.row>.column, .ui[class*="thirteen column"].grid>.column:not(.row) { + width: 7.69230769% +} + +.ui[class*="fourteen column"].grid>.row>.column, .ui[class*="fourteen column"].grid>.column:not(.row) { + width: 7.14285714% +} + +.ui[class*="fifteen column"].grid>.row>.column, .ui[class*="fifteen column"].grid>.column:not(.row) { + width: 6.66666667% +} + +.ui[class*="sixteen column"].grid>.row>.column, .ui[class*="sixteen column"].grid>.column:not(.row) { + width: 6.25% +} + +.ui.grid>[class*="one column"].row>.column { + width: 100%!important +} + +.ui.grid>[class*="two column"].row>.column { + width: 50%!important +} + +.ui.grid>[class*="three column"].row>.column { + width: 33.33333333%!important +} + +.ui.grid>[class*="four column"].row>.column { + width: 25%!important +} + +.ui.grid>[class*="five column"].row>.column { + width: 20%!important +} + +.ui.grid>[class*="six column"].row>.column { + width: 16.66666667%!important +} + +.ui.grid>[class*="seven column"].row>.column { + width: 14.28571429%!important +} + +.ui.grid>[class*="eight column"].row>.column { + width: 12.5%!important +} + +.ui.grid>[class*="nine column"].row>.column { + width: 11.11111111%!important +} + +.ui.grid>[class*="ten column"].row>.column { + width: 10%!important +} + +.ui.grid>[class*="eleven column"].row>.column { + width: 9.09090909%!important +} + +.ui.grid>[class*="twelve column"].row>.column { + width: 8.33333333%!important +} + +.ui.grid>[class*="thirteen column"].row>.column { + width: 7.69230769%!important +} + +.ui.grid>[class*="fourteen column"].row>.column { + width: 7.14285714%!important +} + +.ui.grid>[class*="fifteen column"].row>.column { + width: 6.66666667%!important +} + +.ui.grid>[class*="sixteen column"].row>.column { + width: 6.25%!important +} + +.ui.celled.page.grid { + box-shadow: none +} + +.ui.grid>.row>[class*="one wide"].column, .ui.grid>.column.row>[class*="one wide"].column, .ui.grid>[class*="one wide"].column, .ui.column.grid>[class*="one wide"].column { + width: 6.25%!important +} + +.ui.grid>.row>[class*="two wide"].column, .ui.grid>.column.row>[class*="two wide"].column, .ui.grid>[class*="two wide"].column, .ui.column.grid>[class*="two wide"].column { + width: 12.5%!important +} + +.ui.grid>.row>[class*="three wide"].column, .ui.grid>.column.row>[class*="three wide"].column, .ui.grid>[class*="three wide"].column, .ui.column.grid>[class*="three wide"].column { + width: 18.75%!important +} + +.ui.grid>.row>[class*="four wide"].column, .ui.grid>.column.row>[class*="four wide"].column, .ui.grid>[class*="four wide"].column, .ui.column.grid>[class*="four wide"].column { + width: 25%!important +} + +.ui.grid>.row>[class*="five wide"].column, .ui.grid>.column.row>[class*="five wide"].column, .ui.grid>[class*="five wide"].column, .ui.column.grid>[class*="five wide"].column { + width: 31.25%!important +} + +.ui.grid>.row>[class*="six wide"].column, .ui.grid>.column.row>[class*="six wide"].column, .ui.grid>[class*="six wide"].column, .ui.column.grid>[class*="six wide"].column { + width: 37.5%!important +} + +.ui.grid>.row>[class*="seven wide"].column, .ui.grid>.column.row>[class*="seven wide"].column, .ui.grid>[class*="seven wide"].column, .ui.column.grid>[class*="seven wide"].column { + width: 43.75%!important +} + +.ui.grid>.row>[class*="eight wide"].column, .ui.grid>.column.row>[class*="eight wide"].column, .ui.grid>[class*="eight wide"].column, .ui.column.grid>[class*="eight wide"].column { + width: 50%!important +} + +.ui.grid>.row>[class*="nine wide"].column, .ui.grid>.column.row>[class*="nine wide"].column, .ui.grid>[class*="nine wide"].column, .ui.column.grid>[class*="nine wide"].column { + width: 56.25%!important +} + +.ui.grid>.row>[class*="ten wide"].column, .ui.grid>.column.row>[class*="ten wide"].column, .ui.grid>[class*="ten wide"].column, .ui.column.grid>[class*="ten wide"].column { + width: 62.5%!important +} + +.ui.grid>.row>[class*="eleven wide"].column, .ui.grid>.column.row>[class*="eleven wide"].column, .ui.grid>[class*="eleven wide"].column, .ui.column.grid>[class*="eleven wide"].column { + width: 68.75%!important +} + +.ui.grid>.row>[class*="twelve wide"].column, .ui.grid>.column.row>[class*="twelve wide"].column, .ui.grid>[class*="twelve wide"].column, .ui.column.grid>[class*="twelve wide"].column { + width: 75%!important +} + +.ui.grid>.row>[class*="thirteen wide"].column, .ui.grid>.column.row>[class*="thirteen wide"].column, .ui.grid>[class*="thirteen wide"].column, .ui.column.grid>[class*="thirteen wide"].column { + width: 81.25%!important +} + +.ui.grid>.row>[class*="fourteen wide"].column, .ui.grid>.column.row>[class*="fourteen wide"].column, .ui.grid>[class*="fourteen wide"].column, .ui.column.grid>[class*="fourteen wide"].column { + width: 87.5%!important +} + +.ui.grid>.row>[class*="fifteen wide"].column, .ui.grid>.column.row>[class*="fifteen wide"].column, .ui.grid>[class*="fifteen wide"].column, .ui.column.grid>[class*="fifteen wide"].column { + width: 93.75%!important +} + +.ui.grid>.row>[class*="sixteen wide"].column, .ui.grid>.column.row>[class*="sixteen wide"].column, .ui.grid>[class*="sixteen wide"].column, .ui.column.grid>[class*="sixteen wide"].column { + width: 100%!important +} + +@media only screen and (min-width: 320px) and (max-width: 767.98px) { + .ui.grid>.row>[class*="one wide mobile"].column, .ui.grid>.column.row>[class*="one wide mobile"].column, .ui.grid>[class*="one wide mobile"].column, .ui.column.grid>[class*="one wide mobile"].column { + width: 6.25%!important + } + .ui.grid>.row>[class*="two wide mobile"].column, .ui.grid>.column.row>[class*="two wide mobile"].column, .ui.grid>[class*="two wide mobile"].column, .ui.column.grid>[class*="two wide mobile"].column { + width: 12.5%!important + } + .ui.grid>.row>[class*="three wide mobile"].column, .ui.grid>.column.row>[class*="three wide mobile"].column, .ui.grid>[class*="three wide mobile"].column, .ui.column.grid>[class*="three wide mobile"].column { + width: 18.75%!important + } + .ui.grid>.row>[class*="four wide mobile"].column, .ui.grid>.column.row>[class*="four wide mobile"].column, .ui.grid>[class*="four wide mobile"].column, .ui.column.grid>[class*="four wide mobile"].column { + width: 25%!important + } + .ui.grid>.row>[class*="five wide mobile"].column, .ui.grid>.column.row>[class*="five wide mobile"].column, .ui.grid>[class*="five wide mobile"].column, .ui.column.grid>[class*="five wide mobile"].column { + width: 31.25%!important + } + .ui.grid>.row>[class*="six wide mobile"].column, .ui.grid>.column.row>[class*="six wide mobile"].column, .ui.grid>[class*="six wide mobile"].column, .ui.column.grid>[class*="six wide mobile"].column { + width: 37.5%!important + } + .ui.grid>.row>[class*="seven wide mobile"].column, .ui.grid>.column.row>[class*="seven wide mobile"].column, .ui.grid>[class*="seven wide mobile"].column, .ui.column.grid>[class*="seven wide mobile"].column { + width: 43.75%!important + } + .ui.grid>.row>[class*="eight wide mobile"].column, .ui.grid>.column.row>[class*="eight wide mobile"].column, .ui.grid>[class*="eight wide mobile"].column, .ui.column.grid>[class*="eight wide mobile"].column { + width: 50%!important + } + .ui.grid>.row>[class*="nine wide mobile"].column, .ui.grid>.column.row>[class*="nine wide mobile"].column, .ui.grid>[class*="nine wide mobile"].column, .ui.column.grid>[class*="nine wide mobile"].column { + width: 56.25%!important + } + .ui.grid>.row>[class*="ten wide mobile"].column, .ui.grid>.column.row>[class*="ten wide mobile"].column, .ui.grid>[class*="ten wide mobile"].column, .ui.column.grid>[class*="ten wide mobile"].column { + width: 62.5%!important + } + .ui.grid>.row>[class*="eleven wide mobile"].column, .ui.grid>.column.row>[class*="eleven wide mobile"].column, .ui.grid>[class*="eleven wide mobile"].column, .ui.column.grid>[class*="eleven wide mobile"].column { + width: 68.75%!important + } + .ui.grid>.row>[class*="twelve wide mobile"].column, .ui.grid>.column.row>[class*="twelve wide mobile"].column, .ui.grid>[class*="twelve wide mobile"].column, .ui.column.grid>[class*="twelve wide mobile"].column { + width: 75%!important + } + .ui.grid>.row>[class*="thirteen wide mobile"].column, .ui.grid>.column.row>[class*="thirteen wide mobile"].column, .ui.grid>[class*="thirteen wide mobile"].column, .ui.column.grid>[class*="thirteen wide mobile"].column { + width: 81.25%!important + } + .ui.grid>.row>[class*="fourteen wide mobile"].column, .ui.grid>.column.row>[class*="fourteen wide mobile"].column, .ui.grid>[class*="fourteen wide mobile"].column, .ui.column.grid>[class*="fourteen wide mobile"].column { + width: 87.5%!important + } + .ui.grid>.row>[class*="fifteen wide mobile"].column, .ui.grid>.column.row>[class*="fifteen wide mobile"].column, .ui.grid>[class*="fifteen wide mobile"].column, .ui.column.grid>[class*="fifteen wide mobile"].column { + width: 93.75%!important + } + .ui.grid>.row>[class*="sixteen wide mobile"].column, .ui.grid>.column.row>[class*="sixteen wide mobile"].column, .ui.grid>[class*="sixteen wide mobile"].column, .ui.column.grid>[class*="sixteen wide mobile"].column { + width: 100%!important + } +} + +@media only screen and (min-width: 768px) and (max-width: 991.98px) { + .ui.grid>.row>[class*="one wide tablet"].column, .ui.grid>.column.row>[class*="one wide tablet"].column, .ui.grid>[class*="one wide tablet"].column, .ui.column.grid>[class*="one wide tablet"].column { + width: 6.25%!important + } + .ui.grid>.row>[class*="two wide tablet"].column, .ui.grid>.column.row>[class*="two wide tablet"].column, .ui.grid>[class*="two wide tablet"].column, .ui.column.grid>[class*="two wide tablet"].column { + width: 12.5%!important + } + .ui.grid>.row>[class*="three wide tablet"].column, .ui.grid>.column.row>[class*="three wide tablet"].column, .ui.grid>[class*="three wide tablet"].column, .ui.column.grid>[class*="three wide tablet"].column { + width: 18.75%!important + } + .ui.grid>.row>[class*="four wide tablet"].column, .ui.grid>.column.row>[class*="four wide tablet"].column, .ui.grid>[class*="four wide tablet"].column, .ui.column.grid>[class*="four wide tablet"].column { + width: 25%!important + } + .ui.grid>.row>[class*="five wide tablet"].column, .ui.grid>.column.row>[class*="five wide tablet"].column, .ui.grid>[class*="five wide tablet"].column, .ui.column.grid>[class*="five wide tablet"].column { + width: 31.25%!important + } + .ui.grid>.row>[class*="six wide tablet"].column, .ui.grid>.column.row>[class*="six wide tablet"].column, .ui.grid>[class*="six wide tablet"].column, .ui.column.grid>[class*="six wide tablet"].column { + width: 37.5%!important + } + .ui.grid>.row>[class*="seven wide tablet"].column, .ui.grid>.column.row>[class*="seven wide tablet"].column, .ui.grid>[class*="seven wide tablet"].column, .ui.column.grid>[class*="seven wide tablet"].column { + width: 43.75%!important + } + .ui.grid>.row>[class*="eight wide tablet"].column, .ui.grid>.column.row>[class*="eight wide tablet"].column, .ui.grid>[class*="eight wide tablet"].column, .ui.column.grid>[class*="eight wide tablet"].column { + width: 50%!important + } + .ui.grid>.row>[class*="nine wide tablet"].column, .ui.grid>.column.row>[class*="nine wide tablet"].column, .ui.grid>[class*="nine wide tablet"].column, .ui.column.grid>[class*="nine wide tablet"].column { + width: 56.25%!important + } + .ui.grid>.row>[class*="ten wide tablet"].column, .ui.grid>.column.row>[class*="ten wide tablet"].column, .ui.grid>[class*="ten wide tablet"].column, .ui.column.grid>[class*="ten wide tablet"].column { + width: 62.5%!important + } + .ui.grid>.row>[class*="eleven wide tablet"].column, .ui.grid>.column.row>[class*="eleven wide tablet"].column, .ui.grid>[class*="eleven wide tablet"].column, .ui.column.grid>[class*="eleven wide tablet"].column { + width: 68.75%!important + } + .ui.grid>.row>[class*="twelve wide tablet"].column, .ui.grid>.column.row>[class*="twelve wide tablet"].column, .ui.grid>[class*="twelve wide tablet"].column, .ui.column.grid>[class*="twelve wide tablet"].column { + width: 75%!important + } + .ui.grid>.row>[class*="thirteen wide tablet"].column, .ui.grid>.column.row>[class*="thirteen wide tablet"].column, .ui.grid>[class*="thirteen wide tablet"].column, .ui.column.grid>[class*="thirteen wide tablet"].column { + width: 81.25%!important + } + .ui.grid>.row>[class*="fourteen wide tablet"].column, .ui.grid>.column.row>[class*="fourteen wide tablet"].column, .ui.grid>[class*="fourteen wide tablet"].column, .ui.column.grid>[class*="fourteen wide tablet"].column { + width: 87.5%!important + } + .ui.grid>.row>[class*="fifteen wide tablet"].column, .ui.grid>.column.row>[class*="fifteen wide tablet"].column, .ui.grid>[class*="fifteen wide tablet"].column, .ui.column.grid>[class*="fifteen wide tablet"].column { + width: 93.75%!important + } + .ui.grid>.row>[class*="sixteen wide tablet"].column, .ui.grid>.column.row>[class*="sixteen wide tablet"].column, .ui.grid>[class*="sixteen wide tablet"].column, .ui.column.grid>[class*="sixteen wide tablet"].column { + width: 100%!important + } +} + +@media only screen and (min-width: 992px) { + .ui.grid>.row>[class*="one wide computer"].column, .ui.grid>.column.row>[class*="one wide computer"].column, .ui.grid>[class*="one wide computer"].column, .ui.column.grid>[class*="one wide computer"].column { + width: 6.25%!important + } + .ui.grid>.row>[class*="two wide computer"].column, .ui.grid>.column.row>[class*="two wide computer"].column, .ui.grid>[class*="two wide computer"].column, .ui.column.grid>[class*="two wide computer"].column { + width: 12.5%!important + } + .ui.grid>.row>[class*="three wide computer"].column, .ui.grid>.column.row>[class*="three wide computer"].column, .ui.grid>[class*="three wide computer"].column, .ui.column.grid>[class*="three wide computer"].column { + width: 18.75%!important + } + .ui.grid>.row>[class*="four wide computer"].column, .ui.grid>.column.row>[class*="four wide computer"].column, .ui.grid>[class*="four wide computer"].column, .ui.column.grid>[class*="four wide computer"].column { + width: 25%!important + } + .ui.grid>.row>[class*="five wide computer"].column, .ui.grid>.column.row>[class*="five wide computer"].column, .ui.grid>[class*="five wide computer"].column, .ui.column.grid>[class*="five wide computer"].column { + width: 31.25%!important + } + .ui.grid>.row>[class*="six wide computer"].column, .ui.grid>.column.row>[class*="six wide computer"].column, .ui.grid>[class*="six wide computer"].column, .ui.column.grid>[class*="six wide computer"].column { + width: 37.5%!important + } + .ui.grid>.row>[class*="seven wide computer"].column, .ui.grid>.column.row>[class*="seven wide computer"].column, .ui.grid>[class*="seven wide computer"].column, .ui.column.grid>[class*="seven wide computer"].column { + width: 43.75%!important + } + .ui.grid>.row>[class*="eight wide computer"].column, .ui.grid>.column.row>[class*="eight wide computer"].column, .ui.grid>[class*="eight wide computer"].column, .ui.column.grid>[class*="eight wide computer"].column { + width: 50%!important + } + .ui.grid>.row>[class*="nine wide computer"].column, .ui.grid>.column.row>[class*="nine wide computer"].column, .ui.grid>[class*="nine wide computer"].column, .ui.column.grid>[class*="nine wide computer"].column { + width: 56.25%!important + } + .ui.grid>.row>[class*="ten wide computer"].column, .ui.grid>.column.row>[class*="ten wide computer"].column, .ui.grid>[class*="ten wide computer"].column, .ui.column.grid>[class*="ten wide computer"].column { + width: 62.5%!important + } + .ui.grid>.row>[class*="eleven wide computer"].column, .ui.grid>.column.row>[class*="eleven wide computer"].column, .ui.grid>[class*="eleven wide computer"].column, .ui.column.grid>[class*="eleven wide computer"].column { + width: 68.75%!important + } + .ui.grid>.row>[class*="twelve wide computer"].column, .ui.grid>.column.row>[class*="twelve wide computer"].column, .ui.grid>[class*="twelve wide computer"].column, .ui.column.grid>[class*="twelve wide computer"].column { + width: 75%!important + } + .ui.grid>.row>[class*="thirteen wide computer"].column, .ui.grid>.column.row>[class*="thirteen wide computer"].column, .ui.grid>[class*="thirteen wide computer"].column, .ui.column.grid>[class*="thirteen wide computer"].column { + width: 81.25%!important + } + .ui.grid>.row>[class*="fourteen wide computer"].column, .ui.grid>.column.row>[class*="fourteen wide computer"].column, .ui.grid>[class*="fourteen wide computer"].column, .ui.column.grid>[class*="fourteen wide computer"].column { + width: 87.5%!important + } + .ui.grid>.row>[class*="fifteen wide computer"].column, .ui.grid>.column.row>[class*="fifteen wide computer"].column, .ui.grid>[class*="fifteen wide computer"].column, .ui.column.grid>[class*="fifteen wide computer"].column { + width: 93.75%!important + } + .ui.grid>.row>[class*="sixteen wide computer"].column, .ui.grid>.column.row>[class*="sixteen wide computer"].column, .ui.grid>[class*="sixteen wide computer"].column, .ui.column.grid>[class*="sixteen wide computer"].column { + width: 100%!important + } +} + +@media only screen and (min-width: 1200px) and (max-width: 1919.98px) { + .ui.grid>.row>[class*="one wide large screen"].column, .ui.grid>.column.row>[class*="one wide large screen"].column, .ui.grid>[class*="one wide large screen"].column, .ui.column.grid>[class*="one wide large screen"].column { + width: 6.25%!important + } + .ui.grid>.row>[class*="two wide large screen"].column, .ui.grid>.column.row>[class*="two wide large screen"].column, .ui.grid>[class*="two wide large screen"].column, .ui.column.grid>[class*="two wide large screen"].column { + width: 12.5%!important + } + .ui.grid>.row>[class*="three wide large screen"].column, .ui.grid>.column.row>[class*="three wide large screen"].column, .ui.grid>[class*="three wide large screen"].column, .ui.column.grid>[class*="three wide large screen"].column { + width: 18.75%!important + } + .ui.grid>.row>[class*="four wide large screen"].column, .ui.grid>.column.row>[class*="four wide large screen"].column, .ui.grid>[class*="four wide large screen"].column, .ui.column.grid>[class*="four wide large screen"].column { + width: 25%!important + } + .ui.grid>.row>[class*="five wide large screen"].column, .ui.grid>.column.row>[class*="five wide large screen"].column, .ui.grid>[class*="five wide large screen"].column, .ui.column.grid>[class*="five wide large screen"].column { + width: 31.25%!important + } + .ui.grid>.row>[class*="six wide large screen"].column, .ui.grid>.column.row>[class*="six wide large screen"].column, .ui.grid>[class*="six wide large screen"].column, .ui.column.grid>[class*="six wide large screen"].column { + width: 37.5%!important + } + .ui.grid>.row>[class*="seven wide large screen"].column, .ui.grid>.column.row>[class*="seven wide large screen"].column, .ui.grid>[class*="seven wide large screen"].column, .ui.column.grid>[class*="seven wide large screen"].column { + width: 43.75%!important + } + .ui.grid>.row>[class*="eight wide large screen"].column, .ui.grid>.column.row>[class*="eight wide large screen"].column, .ui.grid>[class*="eight wide large screen"].column, .ui.column.grid>[class*="eight wide large screen"].column { + width: 50%!important + } + .ui.grid>.row>[class*="nine wide large screen"].column, .ui.grid>.column.row>[class*="nine wide large screen"].column, .ui.grid>[class*="nine wide large screen"].column, .ui.column.grid>[class*="nine wide large screen"].column { + width: 56.25%!important + } + .ui.grid>.row>[class*="ten wide large screen"].column, .ui.grid>.column.row>[class*="ten wide large screen"].column, .ui.grid>[class*="ten wide large screen"].column, .ui.column.grid>[class*="ten wide large screen"].column { + width: 62.5%!important + } + .ui.grid>.row>[class*="eleven wide large screen"].column, .ui.grid>.column.row>[class*="eleven wide large screen"].column, .ui.grid>[class*="eleven wide large screen"].column, .ui.column.grid>[class*="eleven wide large screen"].column { + width: 68.75%!important + } + .ui.grid>.row>[class*="twelve wide large screen"].column, .ui.grid>.column.row>[class*="twelve wide large screen"].column, .ui.grid>[class*="twelve wide large screen"].column, .ui.column.grid>[class*="twelve wide large screen"].column { + width: 75%!important + } + .ui.grid>.row>[class*="thirteen wide large screen"].column, .ui.grid>.column.row>[class*="thirteen wide large screen"].column, .ui.grid>[class*="thirteen wide large screen"].column, .ui.column.grid>[class*="thirteen wide large screen"].column { + width: 81.25%!important + } + .ui.grid>.row>[class*="fourteen wide large screen"].column, .ui.grid>.column.row>[class*="fourteen wide large screen"].column, .ui.grid>[class*="fourteen wide large screen"].column, .ui.column.grid>[class*="fourteen wide large screen"].column { + width: 87.5%!important + } + .ui.grid>.row>[class*="fifteen wide large screen"].column, .ui.grid>.column.row>[class*="fifteen wide large screen"].column, .ui.grid>[class*="fifteen wide large screen"].column, .ui.column.grid>[class*="fifteen wide large screen"].column { + width: 93.75%!important + } + .ui.grid>.row>[class*="sixteen wide large screen"].column, .ui.grid>.column.row>[class*="sixteen wide large screen"].column, .ui.grid>[class*="sixteen wide large screen"].column, .ui.column.grid>[class*="sixteen wide large screen"].column { + width: 100%!important + } +} + +@media only screen and (min-width: 1920px) { + .ui.grid>.row>[class*="one wide widescreen"].column, .ui.grid>.column.row>[class*="one wide widescreen"].column, .ui.grid>[class*="one wide widescreen"].column, .ui.column.grid>[class*="one wide widescreen"].column { + width: 6.25%!important + } + .ui.grid>.row>[class*="two wide widescreen"].column, .ui.grid>.column.row>[class*="two wide widescreen"].column, .ui.grid>[class*="two wide widescreen"].column, .ui.column.grid>[class*="two wide widescreen"].column { + width: 12.5%!important + } + .ui.grid>.row>[class*="three wide widescreen"].column, .ui.grid>.column.row>[class*="three wide widescreen"].column, .ui.grid>[class*="three wide widescreen"].column, .ui.column.grid>[class*="three wide widescreen"].column { + width: 18.75%!important + } + .ui.grid>.row>[class*="four wide widescreen"].column, .ui.grid>.column.row>[class*="four wide widescreen"].column, .ui.grid>[class*="four wide widescreen"].column, .ui.column.grid>[class*="four wide widescreen"].column { + width: 25%!important + } + .ui.grid>.row>[class*="five wide widescreen"].column, .ui.grid>.column.row>[class*="five wide widescreen"].column, .ui.grid>[class*="five wide widescreen"].column, .ui.column.grid>[class*="five wide widescreen"].column { + width: 31.25%!important + } + .ui.grid>.row>[class*="six wide widescreen"].column, .ui.grid>.column.row>[class*="six wide widescreen"].column, .ui.grid>[class*="six wide widescreen"].column, .ui.column.grid>[class*="six wide widescreen"].column { + width: 37.5%!important + } + .ui.grid>.row>[class*="seven wide widescreen"].column, .ui.grid>.column.row>[class*="seven wide widescreen"].column, .ui.grid>[class*="seven wide widescreen"].column, .ui.column.grid>[class*="seven wide widescreen"].column { + width: 43.75%!important + } + .ui.grid>.row>[class*="eight wide widescreen"].column, .ui.grid>.column.row>[class*="eight wide widescreen"].column, .ui.grid>[class*="eight wide widescreen"].column, .ui.column.grid>[class*="eight wide widescreen"].column { + width: 50%!important + } + .ui.grid>.row>[class*="nine wide widescreen"].column, .ui.grid>.column.row>[class*="nine wide widescreen"].column, .ui.grid>[class*="nine wide widescreen"].column, .ui.column.grid>[class*="nine wide widescreen"].column { + width: 56.25%!important + } + .ui.grid>.row>[class*="ten wide widescreen"].column, .ui.grid>.column.row>[class*="ten wide widescreen"].column, .ui.grid>[class*="ten wide widescreen"].column, .ui.column.grid>[class*="ten wide widescreen"].column { + width: 62.5%!important + } + .ui.grid>.row>[class*="eleven wide widescreen"].column, .ui.grid>.column.row>[class*="eleven wide widescreen"].column, .ui.grid>[class*="eleven wide widescreen"].column, .ui.column.grid>[class*="eleven wide widescreen"].column { + width: 68.75%!important + } + .ui.grid>.row>[class*="twelve wide widescreen"].column, .ui.grid>.column.row>[class*="twelve wide widescreen"].column, .ui.grid>[class*="twelve wide widescreen"].column, .ui.column.grid>[class*="twelve wide widescreen"].column { + width: 75%!important + } + .ui.grid>.row>[class*="thirteen wide widescreen"].column, .ui.grid>.column.row>[class*="thirteen wide widescreen"].column, .ui.grid>[class*="thirteen wide widescreen"].column, .ui.column.grid>[class*="thirteen wide widescreen"].column { + width: 81.25%!important + } + .ui.grid>.row>[class*="fourteen wide widescreen"].column, .ui.grid>.column.row>[class*="fourteen wide widescreen"].column, .ui.grid>[class*="fourteen wide widescreen"].column, .ui.column.grid>[class*="fourteen wide widescreen"].column { + width: 87.5%!important + } + .ui.grid>.row>[class*="fifteen wide widescreen"].column, .ui.grid>.column.row>[class*="fifteen wide widescreen"].column, .ui.grid>[class*="fifteen wide widescreen"].column, .ui.column.grid>[class*="fifteen wide widescreen"].column { + width: 93.75%!important + } + .ui.grid>.row>[class*="sixteen wide widescreen"].column, .ui.grid>.column.row>[class*="sixteen wide widescreen"].column, .ui.grid>[class*="sixteen wide widescreen"].column, .ui.column.grid>[class*="sixteen wide widescreen"].column { + width: 100%!important + } +} + +.ui.centered.grid, .ui.centered.grid>.row, .ui.grid>.centered.row { + text-align: center; + justify-content: center +} + +.ui.centered.grid>.column:not(.aligned):not(.justified):not(.row), .ui.centered.grid>.row>.column:not(.aligned):not(.justified), .ui.grid .centered.row>.column:not(.aligned):not(.justified) { + text-align: left +} + +.ui.grid>.centered.column, .ui.grid>.row>.centered.column { + display: block; + margin-left: auto; + margin-right: auto +} + +.ui.relaxed.grid>.column:not(.row), .ui.relaxed.grid>.row>.column, .ui.grid>.relaxed.row>.column { + padding-left: 1.5rem; + padding-right: 1.5rem +} + +.ui[class*="very relaxed"].grid>.column:not(.row), .ui[class*="very relaxed"].grid>.row>.column, .ui.grid>[class*="very relaxed"].row>.column { + padding-left: 2.5rem; + padding-right: 2.5rem +} + +.ui.relaxed.grid .row+.ui.divider, .ui.grid .relaxed.row+.ui.divider { + margin-left: 1.5rem; + margin-right: 1.5rem +} + +.ui[class*="very relaxed"].grid .row+.ui.divider, .ui.grid [class*="very relaxed"].row+.ui.divider { + margin-left: 2.5rem; + margin-right: 2.5rem +} + +.ui.padded.grid:not(.vertically):not(.horizontally) { + margin: 0!important +} + +[class*="horizontally padded"].ui.grid { + margin-left: 0!important; + margin-right: 0!important +} + +[class*="vertically padded"].ui.grid { + margin-top: 0!important; + margin-bottom: 0!important +} + +.ui.grid [class*="left floated"].column { + margin-right: auto +} + +.ui.grid [class*="right floated"].column { + margin-left: auto +} + +.ui.divided.grid:not([class*="vertically divided"])>.column:not(.row), .ui.divided.grid:not([class*="vertically divided"])>.row>.column { + box-shadow: -1px 0 #22242626 +} + +.ui[class*="vertically divided"].grid>.column:not(.row), .ui[class*="vertically divided"].grid>.row>.column { + margin-top: 1rem; + margin-bottom: 1rem; + padding-top: 0; + padding-bottom: 0 +} + +.ui[class*="vertically divided"].grid>.row { + margin-top: 0; + margin-bottom: 0 +} + +.ui.divided.grid:not([class*="vertically divided"])>.column:first-child, .ui.divided.grid:not([class*="vertically divided"])>.row>.column:first-child { + box-shadow: none +} + +.ui[class*="vertically divided"].grid>.row:first-child>.column { + margin-top: 0 +} + +.ui.grid>.divided.row>.column { + box-shadow: -1px 0 #22242626 +} + +.ui.grid>.divided.row>.column:first-child { + box-shadow: none +} + +.ui[class*="vertically divided"].grid>.row { + position: relative +} + +.ui[class*="vertically divided"].grid>.row:before { + position: absolute; + content: ""; + top: 0; + left: 0; + width: calc(100% - 2rem); + height: 1px; + margin: 0 1rem; + box-shadow: 0 -1px #22242626 +} + +[class*="horizontally padded"].ui.divided.grid, .ui.padded.divided.grid:not(.vertically):not(.horizontally) { + width: 100% +} + +.ui[class*="vertically divided"].grid>.row:first-child:before { + box-shadow: none +} + +.ui.inverted.divided.grid:not([class*="vertically divided"])>.column:not(.row), .ui.inverted.divided.grid:not([class*="vertically divided"])>.row>.column { + box-shadow: -1px 0 #ffffff1a +} + +.ui.inverted.divided.grid:not([class*="vertically divided"])>.column:not(.row):first-child, .ui.inverted.divided.grid:not([class*="vertically divided"])>.row>.column:first-child { + box-shadow: none +} + +.ui.inverted[class*="vertically divided"].grid>.row:before { + box-shadow: 0 -1px #ffffff1a +} + +.ui.relaxed[class*="vertically divided"].grid>.row:before { + margin-left: 1.5rem; + margin-right: 1.5rem; + width: calc(100% - 3rem) +} + +.ui[class*="very relaxed"][class*="vertically divided"].grid>.row:before { + margin-left: 2.5rem; + margin-right: 2.5rem; + width: calc(100% - 5rem) +} + +.ui.celled.grid { + width: 100%; + margin: 1em 0; + box-shadow: 0 0 0 1px #d4d4d5 +} + +.ui.celled.grid>.row { + width: 100%!important; + margin: 0; + padding: 0; + box-shadow: 0 -1px #d4d4d5 +} + +.ui.celled.grid>.column:not(.row), .ui.celled.grid>.row>.column { + box-shadow: -1px 0 #d4d4d5 +} + +.ui.celled.grid>.column:first-child, .ui.celled.grid>.row>.column:first-child { + box-shadow: none +} + +.ui.celled.grid>.column:not(.row), .ui.celled.grid>.row>.column { + padding: 1em +} + +.ui.relaxed.celled.grid>.column:not(.row), .ui.relaxed.celled.grid>.row>.column { + padding: 1.5em +} + +.ui[class*="very relaxed"].celled.grid>.column:not(.row), .ui[class*="very relaxed"].celled.grid>.row>.column { + padding: 2em +} + +.ui[class*="internally celled"].grid { + box-shadow: none; + margin: 0 +} + +.ui[class*="internally celled"].grid>.row:first-child { + box-shadow: none +} + +.ui[class*="internally celled"].grid>.row>.column:first-child { + box-shadow: none +} + +.ui[class*="top aligned"].grid>.column:not(.row), .ui[class*="top aligned"].grid>.row>.column, .ui.grid>[class*="top aligned"].row>.column, .ui.grid>[class*="top aligned"].column:not(.row), .ui.grid>.row>[class*="top aligned"].column { + flex-direction: column; + vertical-align: top; + align-self: flex-start!important +} + +.ui[class*="middle aligned"].grid>.column:not(.row), .ui[class*="middle aligned"].grid>.row>.column, .ui.grid>[class*="middle aligned"].row>.column, .ui.grid>[class*="middle aligned"].column:not(.row), .ui.grid>.row>[class*="middle aligned"].column { + flex-direction: column; + vertical-align: middle; + align-self: center!important +} + +.ui[class*="bottom aligned"].grid>.column:not(.row), .ui[class*="bottom aligned"].grid>.row>.column, .ui.grid>[class*="bottom aligned"].row>.column, .ui.grid>[class*="bottom aligned"].column:not(.row), .ui.grid>.row>[class*="bottom aligned"].column { + flex-direction: column; + vertical-align: bottom; + align-self: flex-end!important +} + +.ui.stretched.grid>.row>.column, .ui.stretched.grid>.column, .ui.grid>.stretched.row>.column, .ui.grid>.stretched.column:not(.row), .ui.grid>.row>.stretched.column { + display: inline-flex!important; + align-self: stretch; + flex-direction: column +} + +.ui.stretched.grid>.row>.column>*, .ui.stretched.grid>.column>*, .ui.grid>.stretched.row>.column>*, .ui.grid>.stretched.column:not(.row)>*, .ui.grid>.row>.stretched.column>* { + flex-grow: 1 +} + +.ui[class*="left aligned"].grid>.column, .ui[class*="left aligned"].grid>.row>.column, .ui.grid>[class*="left aligned"].row>.column, .ui.grid>[class*="left aligned"].column.column, .ui.grid>.row>[class*="left aligned"].column.column { + text-align: left; + align-self: inherit +} + +.ui[class*="center aligned"].grid>.column, .ui[class*="center aligned"].grid>.row>.column, .ui.grid>[class*="center aligned"].row>.column, .ui.grid>[class*="center aligned"].column.column, .ui.grid>.row>[class*="center aligned"].column.column { + text-align: center; + align-self: inherit +} + +.ui[class*="center aligned"].grid { + justify-content: center +} + +.ui[class*="right aligned"].grid>.column, .ui[class*="right aligned"].grid>.row>.column, .ui.grid>[class*="right aligned"].row>.column, .ui.grid>[class*="right aligned"].column.column, .ui.grid>.row>[class*="right aligned"].column.column { + text-align: right; + align-self: inherit +} + +.ui.justified.grid>.column, .ui.justified.grid>.row>.column, .ui.grid>.justified.row>.column, .ui.grid>.justified.column.column, .ui.grid>.row>.justified.column.column { + text-align: justify; + -webkit-hyphens: auto; + hyphens: auto +} + +.ui.grid>.primary.row, .ui.grid>.primary.column, .ui.grid>.row>.primary.column { + background-color: #2185d0; + color: #fff +} + +.ui.grid>.secondary.row, .ui.grid>.secondary.column, .ui.grid>.row>.secondary.column { + background-color: #1b1c1d; + color: #fff +} + +.ui.grid>.red.row, .ui.grid>.red.column, .ui.grid>.row>.red.column { + background-color: #db2828; + color: #fff +} + +.ui.grid>.orange.row, .ui.grid>.orange.column, .ui.grid>.row>.orange.column { + background-color: #f2711c; + color: #fff +} + +.ui.grid>.yellow.row, .ui.grid>.yellow.column, .ui.grid>.row>.yellow.column { + background-color: #fbbd08; + color: #fff +} + +.ui.grid>.olive.row, .ui.grid>.olive.column, .ui.grid>.row>.olive.column { + background-color: #b5cc18; + color: #fff +} + +.ui.grid>.green.row, .ui.grid>.green.column, .ui.grid>.row>.green.column { + background-color: var(--color-gitea-lightblue-light); + color: #fff +} + +.ui.grid>.teal.row, .ui.grid>.teal.column, .ui.grid>.row>.teal.column { + background-color: var(--color-gitea-lightblue-light); + color: #fff +} + +.ui.grid>.blue.row, .ui.grid>.blue.column, .ui.grid>.row>.blue.column { + background-color: #2185d0; + color: #fff +} + +.ui.grid>.violet.row, .ui.grid>.violet.column, .ui.grid>.row>.violet.column { + background-color: #6435c9; + color: #fff +} + +.ui.grid>.purple.row, .ui.grid>.purple.column, .ui.grid>.row>.purple.column { + background-color: #a333c8; + color: #fff +} + +.ui.grid>.pink.row, .ui.grid>.pink.column, .ui.grid>.row>.pink.column { + background-color: #e03997; + color: #fff +} + +.ui.grid>.brown.row, .ui.grid>.brown.column, .ui.grid>.row>.brown.column { + background-color: #a5673f; + color: #fff +} + +.ui.grid>.grey.row, .ui.grid>.grey.column, .ui.grid>.row>.grey.column { + background-color: #767676; + color: #fff +} + +.ui.grid>.black.row, .ui.grid>.black.column, .ui.grid>.row>.black.column { + background-color: #1b1c1d; + color: #fff +} + +.ui[class*="equal width"].grid>.column:not(.row), .ui[class*="equal width"].grid>.row>.column, .ui.grid>[class*="equal width"].row>.column { + display: inline-block; + flex-grow: 1 +} + +.ui[class*="equal width"].grid>.wide.column, .ui[class*="equal width"].grid>.row>.wide.column, .ui.grid>[class*="equal width"].row>.wide.column { + flex-grow: 0 +} + +@media only screen and (max-width: 767.98px) { + .ui[class*="mobile reversed"].grid, .ui[class*="mobile reversed"].grid>.row, .ui.grid>[class*="mobile reversed"].row { + flex-direction: row-reverse + } + .ui[class*="mobile vertically reversed"].grid, .ui.stackable[class*="mobile reversed"] { + flex-direction: column-reverse + } + .ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"])>.column:first-child, .ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"])>.row>.column:first-child { + box-shadow: -1px 0 #22242626 + } + .ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"])>.column:last-child, .ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"])>.row>.column:last-child { + box-shadow: none + } + .ui.grid[class*="vertically divided"][class*="mobile vertically reversed"]>.row:first-child:before { + box-shadow: 0 -1px #22242626 + } + .ui.grid[class*="vertically divided"][class*="mobile vertically reversed"]>.row:last-child:before { + box-shadow: none + } + .ui[class*="mobile reversed"].celled.grid>.row>.column:first-child { + box-shadow: -1px 0 #d4d4d5 + } + .ui[class*="mobile reversed"].celled.grid>.row>.column:last-child { + box-shadow: none + } +} + +@media only screen and (min-width: 768px) and (max-width: 991.98px) { + .ui[class*="tablet reversed"].grid, .ui[class*="tablet reversed"].grid>.row, .ui.grid>[class*="tablet reversed"].row { + flex-direction: row-reverse + } + .ui[class*="tablet vertically reversed"].grid { + flex-direction: column-reverse + } + .ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"])>.column:first-child, .ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"])>.row>.column:first-child { + box-shadow: -1px 0 #22242626 + } + .ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"])>.column:last-child, .ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"])>.row>.column:last-child { + box-shadow: none + } + .ui.grid[class*="vertically divided"][class*="tablet vertically reversed"]>.row:first-child:before { + box-shadow: 0 -1px #22242626 + } + .ui.grid[class*="vertically divided"][class*="tablet vertically reversed"]>.row:last-child:before { + box-shadow: none + } + .ui[class*="tablet reversed"].celled.grid>.row>.column:first-child { + box-shadow: -1px 0 #d4d4d5 + } + .ui[class*="tablet reversed"].celled.grid>.row>.column:last-child { + box-shadow: none + } +} + +@media only screen and (min-width: 992px) { + .ui[class*="computer reversed"].grid, .ui[class*="computer reversed"].grid>.row, .ui.grid>[class*="computer reversed"].row { + flex-direction: row-reverse + } + .ui[class*="computer vertically reversed"].grid { + flex-direction: column-reverse + } + .ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"])>.column:first-child, .ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"])>.row>.column:first-child { + box-shadow: -1px 0 #22242626 + } + .ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"])>.column:last-child, .ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"])>.row>.column:last-child { + box-shadow: none + } + .ui.grid[class*="vertically divided"][class*="computer vertically reversed"]>.row:first-child:before { + box-shadow: 0 -1px #22242626 + } + .ui.grid[class*="vertically divided"][class*="computer vertically reversed"]>.row:last-child:before { + box-shadow: none + } + .ui[class*="computer reversed"].celled.grid>.row>.column:first-child { + box-shadow: -1px 0 #d4d4d5 + } + .ui[class*="computer reversed"].celled.grid>.row>.column:last-child { + box-shadow: none + } +} + +@media only screen and (min-width: 768px) and (max-width: 991.98px) { + .ui.doubling.grid { + width: auto + } + .ui.grid>.doubling.row, .ui.doubling.grid>.row { + margin: 0!important; + padding: 0!important + } + .ui.grid>.doubling.row>.column, .ui.doubling.grid>.row>.column { + display: inline-block!important; + padding-top: 1rem!important; + padding-bottom: 1rem!important; + box-shadow: none!important; + margin: 0 + } + .ui[class*="two column"].doubling.grid>.row>.column, .ui[class*="two column"].doubling.grid>.column:not(.row), .ui.grid>[class*="two column"].doubling.row.row>.column { + width: 100%!important + } + .ui[class*="three column"].doubling.grid>.row>.column, .ui[class*="three column"].doubling.grid>.column:not(.row), .ui.grid>[class*="three column"].doubling.row.row>.column { + width: 50%!important + } + .ui[class*="four column"].doubling.grid>.row>.column, .ui[class*="four column"].doubling.grid>.column:not(.row), .ui.grid>[class*="four column"].doubling.row.row>.column { + width: 50%!important + } + .ui[class*="five column"].doubling.grid>.row>.column, .ui[class*="five column"].doubling.grid>.column:not(.row), .ui.grid>[class*="five column"].doubling.row.row>.column { + width: 33.33333333%!important + } + .ui[class*="six column"].doubling.grid>.row>.column, .ui[class*="six column"].doubling.grid>.column:not(.row), .ui.grid>[class*="six column"].doubling.row.row>.column { + width: 33.33333333%!important + } + .ui[class*="seven column"].doubling.grid>.row>.column, .ui[class*="seven column"].doubling.grid>.column:not(.row), .ui.grid>[class*="seven column"].doubling.row.row>.column { + width: 33.33333333%!important + } + .ui[class*="eight column"].doubling.grid>.row>.column, .ui[class*="eight column"].doubling.grid>.column:not(.row), .ui.grid>[class*="eight column"].doubling.row.row>.column { + width: 25%!important + } + .ui[class*="nine column"].doubling.grid>.row>.column, .ui[class*="nine column"].doubling.grid>.column:not(.row), .ui.grid>[class*="nine column"].doubling.row.row>.column { + width: 25%!important + } + .ui[class*="ten column"].doubling.grid>.row>.column, .ui[class*="ten column"].doubling.grid>.column:not(.row), .ui.grid>[class*="ten column"].doubling.row.row>.column { + width: 20%!important + } + .ui[class*="eleven column"].doubling.grid>.row>.column, .ui[class*="eleven column"].doubling.grid>.column:not(.row), .ui.grid>[class*="eleven column"].doubling.row.row>.column { + width: 20%!important + } + .ui[class*="twelve column"].doubling.grid>.row>.column, .ui[class*="twelve column"].doubling.grid>.column:not(.row), .ui.grid>[class*="twelve column"].doubling.row.row>.column { + width: 16.66666667%!important + } + .ui[class*="thirteen column"].doubling.grid>.row>.column, .ui[class*="thirteen column"].doubling.grid>.column:not(.row), .ui.grid>[class*="thirteen column"].doubling.row.row>.column { + width: 16.66666667%!important + } + .ui[class*="fourteen column"].doubling.grid>.row>.column, .ui[class*="fourteen column"].doubling.grid>.column:not(.row), .ui.grid>[class*="fourteen column"].doubling.row.row>.column { + width: 14.28571429%!important + } + .ui[class*="fifteen column"].doubling.grid>.row>.column, .ui[class*="fifteen column"].doubling.grid>.column:not(.row), .ui.grid>[class*="fifteen column"].doubling.row.row>.column { + width: 14.28571429%!important + } + .ui[class*="sixteen column"].doubling.grid>.row>.column, .ui[class*="sixteen column"].doubling.grid>.column:not(.row), .ui.grid>[class*="sixteen column"].doubling.row.row>.column { + width: 12.5%!important + } +} + +@media only screen and (max-width: 767.98px) { + .ui.grid>.doubling.row, .ui.doubling.grid>.row { + margin: 0!important; + padding: 0!important + } + .ui.grid>.doubling.row>.column, .ui.doubling.grid>.row>.column { + padding-top: 1rem!important; + padding-bottom: 1rem!important; + margin: 0!important; + box-shadow: none!important + } + .ui[class*="two column"].doubling:not(.stackable).grid>.row>.column, .ui[class*="two column"].doubling:not(.stackable).grid>.column:not(.row), .ui.grid>[class*="two column"].doubling:not(.stackable).row.row>.column { + width: 100%!important + } + .ui[class*="three column"].doubling:not(.stackable).grid>.row>.column, .ui[class*="three column"].doubling:not(.stackable).grid>.column:not(.row), .ui.grid>[class*="three column"].doubling:not(.stackable).row.row>.column { + width: 50%!important + } + .ui[class*="four column"].doubling:not(.stackable).grid>.row>.column, .ui[class*="four column"].doubling:not(.stackable).grid>.column:not(.row), .ui.grid>[class*="four column"].doubling:not(.stackable).row.row>.column { + width: 50%!important + } + .ui[class*="five column"].doubling:not(.stackable).grid>.row>.column, .ui[class*="five column"].doubling:not(.stackable).grid>.column:not(.row), .ui.grid>[class*="five column"].doubling:not(.stackable).row.row>.column { + width: 50%!important + } + .ui[class*="six column"].doubling:not(.stackable).grid>.row>.column, .ui[class*="six column"].doubling:not(.stackable).grid>.column:not(.row), .ui.grid>[class*="six column"].doubling:not(.stackable).row.row>.column { + width: 50%!important + } + .ui[class*="seven column"].doubling:not(.stackable).grid>.row>.column, .ui[class*="seven column"].doubling:not(.stackable).grid>.column:not(.row), .ui.grid>[class*="seven column"].doubling:not(.stackable).row.row>.column { + width: 50%!important + } + .ui[class*="eight column"].doubling:not(.stackable).grid>.row>.column, .ui[class*="eight column"].doubling:not(.stackable).grid>.column:not(.row), .ui.grid>[class*="eight column"].doubling:not(.stackable).row.row>.column { + width: 50%!important + } + .ui[class*="nine column"].doubling:not(.stackable).grid>.row>.column, .ui[class*="nine column"].doubling:not(.stackable).grid>.column:not(.row), .ui.grid>[class*="nine column"].doubling:not(.stackable).row.row>.column { + width: 33.33333333%!important + } + .ui[class*="ten column"].doubling:not(.stackable).grid>.row>.column, .ui[class*="ten column"].doubling:not(.stackable).grid>.column:not(.row), .ui.grid>[class*="ten column"].doubling:not(.stackable).row.row>.column { + width: 33.33333333%!important + } + .ui[class*="eleven column"].doubling:not(.stackable).grid>.row>.column, .ui[class*="eleven column"].doubling:not(.stackable).grid>.column:not(.row), .ui.grid>[class*="eleven column"].doubling:not(.stackable).row.row>.column { + width: 33.33333333%!important + } + .ui[class*="twelve column"].doubling:not(.stackable).grid>.row>.column, .ui[class*="twelve column"].doubling:not(.stackable).grid>.column:not(.row), .ui.grid>[class*="twelve column"].doubling:not(.stackable).row.row>.column { + width: 33.33333333%!important + } + .ui[class*="thirteen column"].doubling:not(.stackable).grid>.row>.column, .ui[class*="thirteen column"].doubling:not(.stackable).grid>.column:not(.row), .ui.grid>[class*="thirteen column"].doubling:not(.stackable).row.row>.column { + width: 33.33333333%!important + } + .ui[class*="fourteen column"].doubling:not(.stackable).grid>.row>.column, .ui[class*="fourteen column"].doubling:not(.stackable).grid>.column:not(.row), .ui.grid>[class*="fourteen column"].doubling:not(.stackable).row.row>.column { + width: 25%!important + } + .ui[class*="fifteen column"].doubling:not(.stackable).grid>.row>.column, .ui[class*="fifteen column"].doubling:not(.stackable).grid>.column:not(.row), .ui.grid>[class*="fifteen column"].doubling:not(.stackable).row.row>.column { + width: 25%!important + } + .ui[class*="sixteen column"].doubling:not(.stackable).grid>.row>.column, .ui[class*="sixteen column"].doubling:not(.stackable).grid>.column:not(.row), .ui.grid>[class*="sixteen column"].doubling:not(.stackable).row.row>.column { + width: 25%!important + } +} + +@media only screen and (max-width: 767.98px) { + .ui.stackable.grid { + width: auto; + margin-left: 0!important; + margin-right: 0!important + } + .ui.stackable.grid>.row>.wide.column, .ui.stackable.grid>.wide.column, .ui.stackable.grid>.column.grid>.column, .ui.stackable.grid>.column.row>.column, .ui.stackable.grid>.row>.column, .ui.stackable.grid>.column:not(.row), .ui.grid>.stackable.stackable.stackable.row>.column { + width: 100%!important; + margin: 0!important; + box-shadow: none!important; + padding: 1rem + } + .ui.stackable.grid:not(.vertically)>.row { + margin: 0; + padding: 0 + } + .ui.container>.ui.stackable.grid>.column, .ui.container>.ui.stackable.grid>.row>.column { + padding-left: 0!important; + padding-right: 0!important + } + .ui.grid .ui.stackable.grid, .ui.segment:not(.vertical) .ui.stackable.page.grid { + margin-left: -1rem!important; + margin-right: -1rem!important + } + .ui.stackable.divided.grid>.row:first-child>.column:first-child, .ui.stackable.celled.grid>.row:first-child>.column:first-child, .ui.stackable.divided.grid>.column:not(.row):first-child, .ui.stackable.celled.grid>.column:not(.row):first-child { + border-top: none!important + } + .ui.inverted.stackable.celled.grid>.column:not(.row), .ui.inverted.stackable.divided.grid>.column:not(.row), .ui.inverted.stackable.celled.grid>.row>.column, .ui.inverted.stackable.divided.grid>.row>.column { + border-top: 1px solid rgba(255, 255, 255, .1) + } + .ui.stackable.celled.grid>.column:not(.row), .ui.stackable.divided:not(.vertically).grid>.column:not(.row), .ui.stackable.celled.grid>.row>.column, .ui.stackable.divided:not(.vertically).grid>.row>.column { + border-top: 1px solid rgba(34, 36, 38, .15); + box-shadow: none!important; + padding-top: 2rem!important; + padding-bottom: 2rem!important + } + .ui.stackable.celled.grid>.row { + box-shadow: none!important + } + .ui.stackable.divided:not(.vertically).grid>.column:not(.row), .ui.stackable.divided:not(.vertically).grid>.row>.column { + padding-left: 0!important; + padding-right: 0!important + } +} + +@media only screen and (max-width: 767.98px) { + .ui[class*="tablet only"].grid.grid.grid:not(.mobile), .ui.grid.grid.grid>[class*="tablet only"].row:not(.mobile), .ui.grid.grid.grid>[class*="tablet only"].column:not(.mobile), .ui.grid.grid.grid>.row>[class*="tablet only"].column:not(.mobile) { + display: none!important + } + .ui[class*="computer only"].grid.grid.grid:not(.mobile), .ui.grid.grid.grid>[class*="computer only"].row:not(.mobile), .ui.grid.grid.grid>[class*="computer only"].column:not(.mobile), .ui.grid.grid.grid>.row>[class*="computer only"].column:not(.mobile) { + display: none!important + } + .ui[class*="large screen only"].grid.grid.grid:not(.mobile), .ui.grid.grid.grid>[class*="large screen only"].row:not(.mobile), .ui.grid.grid.grid>[class*="large screen only"].column:not(.mobile), .ui.grid.grid.grid>.row>[class*="large screen only"].column:not(.mobile) { + display: none!important + } + .ui[class*="widescreen only"].grid.grid.grid:not(.mobile), .ui.grid.grid.grid>[class*="widescreen only"].row:not(.mobile), .ui.grid.grid.grid>[class*="widescreen only"].column:not(.mobile), .ui.grid.grid.grid>.row>[class*="widescreen only"].column:not(.mobile) { + display: none!important + } +} + +@media only screen and (min-width: 768px) and (max-width: 991.98px) { + .ui[class*="mobile only"].grid.grid.grid:not(.tablet), .ui.grid.grid.grid>[class*="mobile only"].row:not(.tablet), .ui.grid.grid.grid>[class*="mobile only"].column:not(.tablet), .ui.grid.grid.grid>.row>[class*="mobile only"].column:not(.tablet) { + display: none!important + } + .ui[class*="computer only"].grid.grid.grid:not(.tablet), .ui.grid.grid.grid>[class*="computer only"].row:not(.tablet), .ui.grid.grid.grid>[class*="computer only"].column:not(.tablet), .ui.grid.grid.grid>.row>[class*="computer only"].column:not(.tablet) { + display: none!important + } + .ui[class*="large screen only"].grid.grid.grid:not(.mobile), .ui.grid.grid.grid>[class*="large screen only"].row:not(.mobile), .ui.grid.grid.grid>[class*="large screen only"].column:not(.mobile), .ui.grid.grid.grid>.row>[class*="large screen only"].column:not(.mobile) { + display: none!important + } + .ui[class*="widescreen only"].grid.grid.grid:not(.mobile), .ui.grid.grid.grid>[class*="widescreen only"].row:not(.mobile), .ui.grid.grid.grid>[class*="widescreen only"].column:not(.mobile), .ui.grid.grid.grid>.row>[class*="widescreen only"].column:not(.mobile) { + display: none!important + } +} + +@media only screen and (min-width: 992px) and (max-width: 1199.98px) { + .ui[class*="mobile only"].grid.grid.grid:not(.computer), .ui.grid.grid.grid>[class*="mobile only"].row:not(.computer), .ui.grid.grid.grid>[class*="mobile only"].column:not(.computer), .ui.grid.grid.grid>.row>[class*="mobile only"].column:not(.computer) { + display: none!important + } + .ui[class*="tablet only"].grid.grid.grid:not(.computer), .ui.grid.grid.grid>[class*="tablet only"].row:not(.computer), .ui.grid.grid.grid>[class*="tablet only"].column:not(.computer), .ui.grid.grid.grid>.row>[class*="tablet only"].column:not(.computer) { + display: none!important + } + .ui[class*="large screen only"].grid.grid.grid:not(.mobile), .ui.grid.grid.grid>[class*="large screen only"].row:not(.mobile), .ui.grid.grid.grid>[class*="large screen only"].column:not(.mobile), .ui.grid.grid.grid>.row>[class*="large screen only"].column:not(.mobile) { + display: none!important + } + .ui[class*="widescreen only"].grid.grid.grid:not(.mobile), .ui.grid.grid.grid>[class*="widescreen only"].row:not(.mobile), .ui.grid.grid.grid>[class*="widescreen only"].column:not(.mobile), .ui.grid.grid.grid>.row>[class*="widescreen only"].column:not(.mobile) { + display: none!important + } +} + +@media only screen and (min-width: 1200px) and (max-width: 1919.98px) { + .ui[class*="mobile only"].grid.grid.grid:not(.computer), .ui.grid.grid.grid>[class*="mobile only"].row:not(.computer), .ui.grid.grid.grid>[class*="mobile only"].column:not(.computer), .ui.grid.grid.grid>.row>[class*="mobile only"].column:not(.computer) { + display: none!important + } + .ui[class*="tablet only"].grid.grid.grid:not(.computer), .ui.grid.grid.grid>[class*="tablet only"].row:not(.computer), .ui.grid.grid.grid>[class*="tablet only"].column:not(.computer), .ui.grid.grid.grid>.row>[class*="tablet only"].column:not(.computer) { + display: none!important + } + .ui[class*="widescreen only"].grid.grid.grid:not(.mobile), .ui.grid.grid.grid>[class*="widescreen only"].row:not(.mobile), .ui.grid.grid.grid>[class*="widescreen only"].column:not(.mobile), .ui.grid.grid.grid>.row>[class*="widescreen only"].column:not(.mobile) { + display: none!important + } +} + +@media only screen and (min-width: 1920px) { + .ui[class*="mobile only"].grid.grid.grid:not(.computer), .ui.grid.grid.grid>[class*="mobile only"].row:not(.computer), .ui.grid.grid.grid>[class*="mobile only"].column:not(.computer), .ui.grid.grid.grid>.row>[class*="mobile only"].column:not(.computer) { + display: none!important + } + .ui[class*="tablet only"].grid.grid.grid:not(.computer), .ui.grid.grid.grid>[class*="tablet only"].row:not(.computer), .ui.grid.grid.grid>[class*="tablet only"].column:not(.computer), .ui.grid.grid.grid>.row>[class*="tablet only"].column:not(.computer) { + display: none!important + } +} + +.ui.ui.ui.compact.grid>.column:not(.row), .ui.ui.ui.compact.grid>.row>.column { + padding-left: .5rem; + padding-right: .5rem +} + +.ui.ui.ui.compact.grid>* { + padding-left: .5rem; + padding-right: .5rem +} + +.ui.ui.ui.compact.grid>.row { + padding-top: .5rem; + padding-bottom: .5rem +} + +.ui.ui.ui.compact.grid>.column:not(.row) { + padding-top: .5rem; + padding-bottom: .5rem +} + +.ui.compact.relaxed.celled.grid>.column:not(.row), .ui.compact.relaxed.celled.grid>.row>.column { + padding: .75em +} + +.ui.compact[class*="very relaxed"].celled.grid>.column:not(.row), .ui.compact[class*="very relaxed"].celled.grid>.row>.column { + padding: 1em +} + +.ui.ui.ui[class*="very compact"].grid>.column:not(.row), .ui.ui.ui[class*="very compact"].grid>.row>.column { + padding-left: .25rem; + padding-right: .25rem +} + +.ui.ui.ui[class*="very compact"].grid>* { + padding-left: .25rem; + padding-right: .25rem +} + +.ui.ui.ui[class*="very compact"].grid>.row { + padding: .25rem .75rem +} + +.ui.ui.ui[class*="very compact"].grid>.column:not(.row) { + padding-top: .25rem; + padding-bottom: .25rem +} + +.ui[class*="very compact"].relaxed.celled.grid>.column:not(.row), .ui[class*="very compact"].relaxed.celled.grid>.row>.column { + padding: .375em +} + +.ui[class*="very compact"][class*="very relaxed"].celled.grid>.column:not(.row), .ui[class*="very compact"][class*="very relaxed"].celled.grid>.row>.column { + padding: .5em +} + +.ui.header { + border: none; + margin: calc(2rem - .1428571428571429em) 0 1rem; + padding: 0; + font-family: var(--fonts-regular); + font-weight: 500; + line-height: 1.28571429em; + text-transform: none; + color: #000000de +} + +.ui.header:first-child { + margin-top: -.14285714em +} + +.ui.header:last-child { + margin-bottom: 0 +} + +.ui.header .sub.header { + display: block; + font-weight: normal; + padding: 0; + margin: 0; + font-size: 1rem; + line-height: 1.2em; + color: #0009 +} + +.ui.header>i.icon { + display: table-cell; + opacity: 1; + font-size: 1.5em; + padding-top: 0; + vertical-align: middle +} + +.ui.header>i.icon:only-child { + display: inline-block; + padding: 0; + margin-right: .75rem +} + +.ui.header>.image:not(.icon), .ui.header>img { + display: inline-block; + margin-top: .14285714em; + width: 2.5em; + height: auto; + vertical-align: middle +} + +.ui.header>.image:not(.icon):only-child, .ui.header>img:only-child { + margin-right: .75rem +} + +.ui.header .content { + display: inline-block; + vertical-align: top +} + +.ui.header>img+.content, .ui.header>.image+.content { + padding-left: .75rem; + vertical-align: middle +} + +.ui.header>i.icon+.content { + padding-left: .75rem; + display: table-cell; + vertical-align: middle +} + +.ui.header .ui.label { + font-size: ""; + margin-left: .5rem; + vertical-align: middle +} + +.ui.header+p { + margin-top: 0 +} + +h1.ui.header { + font-size: 2rem +} + +h1.ui.header .sub.header { + font-size: 1.14285714rem +} + +h2.ui.header { + font-size: 1.71428571rem +} + +h2.ui.header .sub.header { + font-size: 1.14285714rem +} + +h3.ui.header { + font-size: 1.28571429rem +} + +h3.ui.header .sub.header { + font-size: 1rem +} + +h4.ui.header { + font-size: 1.07142857rem +} + +h4.ui.header .sub.header { + font-size: 1rem +} + +h5.ui.header { + font-size: 1rem +} + +h5.ui.header .sub.header { + font-size: .92857143rem +} + +h6.ui.header { + font-size: .85714286rem +} + +h6.ui.header .sub.header { + font-size: .92857143rem +} + +.ui.mini.header { + font-size: .85714286em +} + +.ui.mini.header .sub.header { + font-size: .92857143rem +} + +.ui.mini.sub.header { + font-size: .78571429em +} + +.ui.tiny.header { + font-size: 1em +} + +.ui.tiny.header .sub.header { + font-size: .92857143rem +} + +.ui.tiny.sub.header { + font-size: .78571429em +} + +.ui.small.header { + font-size: 1.07142857em +} + +.ui.small.header .sub.header { + font-size: 1rem +} + +.ui.small.sub.header { + font-size: .78571429em +} + +.ui.large.header { + font-size: 1.71428571em +} + +.ui.large.header .sub.header { + font-size: 1.14285714rem +} + +.ui.large.sub.header { + font-size: .92857143em +} + +.ui.big.header { + font-size: 1.85714286em +} + +.ui.big.header .sub.header { + font-size: 1.14285714rem +} + +.ui.big.sub.header { + font-size: 1em +} + +.ui.huge.header { + font-size: 2em; + min-height: 1em +} + +.ui.huge.header .sub.header { + font-size: 1.14285714rem +} + +.ui.huge.sub.header { + font-size: 1em +} + +.ui.massive.header { + font-size: 2.28571429em; + min-height: 1em +} + +.ui.massive.header .sub.header { + font-size: 1.42857143rem +} + +.ui.massive.sub.header { + font-size: 1.14285714em +} + +.ui.sub.header { + padding: 0; + margin-bottom: .14285714rem; + font-weight: 500; + font-size: .85714286em; + text-transform: uppercase; + color: "" +} + +.ui.icon.header { + display: inline-block; + text-align: center; + margin: 2rem 0 1rem +} + +.ui.icon.header:after { + content: ""; + display: block; + height: 0; + clear: both; + visibility: hidden +} + +.ui.icon.header:first-child { + margin-top: 0 +} + +.ui.icon.header>i.icon { + float: none; + display: block; + width: auto; + height: auto; + line-height: 1; + padding: 0; + font-size: 3em; + margin: 0 auto .5rem; + opacity: 1 +} + +.ui.icon.header .corner.icon { + font-size: calc(3em * .45) +} + +.ui.icon.header .content { + display: block; + padding: 0 +} + +.ui.icon.header>i.circular.icon { + font-size: 2em +} + +.ui.icon.header>i.square.icon { + font-size: 2em +} + +.ui.block.icon.header>i.icon { + margin-bottom: 0 +} + +.ui.icon.header.aligned { + margin-left: auto; + margin-right: auto; + display: block +} + +.ui.disabled.header { + opacity: var(--opacity-disabled) +} + +.ui.inverted.header { + color: #fff +} + +.ui.inverted.header .sub.header { + color: #fffc +} + +.ui.inverted.attached.header { + background: #1B1C1D; + box-shadow: none; + border-color: transparent +} + +.ui.inverted.block.header { + background: #545454 linear-gradient(transparent, rgba(0, 0, 0, .05)); + box-shadow: none; + border-bottom: none +} + +.ui.primary.header { + color: #2185d0 +} + +a.ui.primary.header:hover { + color: #1678c2 +} + +.ui.primary.dividing.header { + border-bottom: 2px solid #2185D0 +} + +.ui.inverted.primary.header.header.header { + color: #54c8ff +} + +a.ui.inverted.primary.header.header.header:hover { + color: #21b8ff +} + +.ui.inverted.primary.dividing.header { + border-bottom: 2px solid #54C8FF +} + +.ui.secondary.header { + color: #1b1c1d +} + +a.ui.secondary.header:hover { + color: #27292a +} + +.ui.secondary.dividing.header { + border-bottom: 2px solid #1B1C1D +} + +.ui.inverted.secondary.header.header.header { + color: #545454 +} + +a.ui.inverted.secondary.header.header.header:hover { + color: #6e6e6e +} + +.ui.inverted.secondary.dividing.header { + border-bottom: 2px solid #545454 +} + +.ui.red.header { + color: #db2828 +} + +a.ui.red.header:hover { + color: #d01919 +} + +.ui.red.dividing.header { + border-bottom: 2px solid #DB2828 +} + +.ui.inverted.red.header.header.header { + color: #ff695e +} + +a.ui.inverted.red.header.header.header:hover { + color: #ff392b +} + +.ui.inverted.red.dividing.header { + border-bottom: 2px solid #FF695E +} + +.ui.orange.header { + color: #f2711c +} + +a.ui.orange.header:hover { + color: #f26202 +} + +.ui.orange.dividing.header { + border-bottom: 2px solid #F2711C +} + +.ui.inverted.orange.header.header.header { + color: #ff851b +} + +a.ui.inverted.orange.header.header.header:hover { + color: #e76b00 +} + +.ui.inverted.orange.dividing.header { + border-bottom: 2px solid #FF851B +} + +.ui.yellow.header { + color: #fbbd08 +} + +a.ui.yellow.header:hover { + color: #eaae00 +} + +.ui.yellow.dividing.header { + border-bottom: 2px solid #FBBD08 +} + +.ui.inverted.yellow.header.header.header { + color: #ffe21f +} + +a.ui.inverted.yellow.header.header.header:hover { + color: #ebcd00 +} + +.ui.inverted.yellow.dividing.header { + border-bottom: 2px solid #FFE21F +} + +.ui.olive.header { + color: #b5cc18 +} + +a.ui.olive.header:hover { + color: #a7bd0d +} + +.ui.olive.dividing.header { + border-bottom: 2px solid #B5CC18 +} + +.ui.inverted.olive.header.header.header { + color: #d9e778 +} + +a.ui.inverted.olive.header.header.header:hover { + color: #d2e745 +} + +.ui.inverted.olive.dividing.header { + border-bottom: 2px solid #D9E778 +} + +.ui.green.header { + color: var(--color-gitea-lightblue-light) +} + +a.ui.green.header:hover { + color: var(--color-gitea-lightblue-dark) +} + +.ui.green.dividing.header { + border-bottom: 2px solid var(--color-gitea-lightblue-light) +} + +.ui.inverted.green.header.header.header { + color: #2ecc40 +} + +a.ui.inverted.green.header.header.header:hover { + color: #1ea92e +} + +.ui.inverted.green.dividing.header { + border-bottom: 2px solid #2ECC40 +} + +.ui.teal.header { + color: var(--color-gitea-lightblue-light) +} + +a.ui.teal.header:hover { + color: var(--color-gitea-lightblue-dark) +} + +.ui.teal.dividing.header { + border-bottom: 2px solid var(--color-gitea-lightblue-light) +} + +.ui.inverted.teal.header.header.header { + color: #6dffff +} + +a.ui.inverted.teal.header.header.header:hover { + color: #3affff +} + +.ui.inverted.teal.dividing.header { + border-bottom: 2px solid #6DFFFF +} + +.ui.blue.header { + color: #2185d0 +} + +a.ui.blue.header:hover { + color: #1678c2 +} + +.ui.blue.dividing.header { + border-bottom: 2px solid #2185D0 +} + +.ui.inverted.blue.header.header.header { + color: #54c8ff +} + +a.ui.inverted.blue.header.header.header:hover { + color: #21b8ff +} + +.ui.inverted.blue.dividing.header { + border-bottom: 2px solid #54C8FF +} + +.ui.violet.header { + color: #6435c9 +} + +a.ui.violet.header:hover { + color: #5829bb +} + +.ui.violet.dividing.header { + border-bottom: 2px solid #6435C9 +} + +.ui.inverted.violet.header.header.header { + color: #a291fb +} + +a.ui.inverted.violet.header.header.header:hover { + color: #745aff +} + +.ui.inverted.violet.dividing.header { + border-bottom: 2px solid #A291FB +} + +.ui.purple.header { + color: #a333c8 +} + +a.ui.purple.header:hover { + color: #9627ba +} + +.ui.purple.dividing.header { + border-bottom: 2px solid #A333C8 +} + +.ui.inverted.purple.header.header.header { + color: #dc73ff +} + +a.ui.inverted.purple.header.header.header:hover { + color: #cf40ff +} + +.ui.inverted.purple.dividing.header { + border-bottom: 2px solid #DC73FF +} + +.ui.pink.header { + color: #e03997 +} + +a.ui.pink.header:hover { + color: #e61a8d +} + +.ui.pink.dividing.header { + border-bottom: 2px solid #E03997 +} + +.ui.inverted.pink.header.header.header { + color: #ff8edf +} + +a.ui.inverted.pink.header.header.header:hover { + color: #ff5bd1 +} + +.ui.inverted.pink.dividing.header { + border-bottom: 2px solid #FF8EDF +} + +.ui.brown.header { + color: #a5673f +} + +a.ui.brown.header:hover { + color: #975b33 +} + +.ui.brown.dividing.header { + border-bottom: 2px solid #A5673F +} + +.ui.inverted.brown.header.header.header { + color: #d67c1c +} + +a.ui.inverted.brown.header.header.header:hover { + color: #b0620f +} + +.ui.inverted.brown.dividing.header { + border-bottom: 2px solid #D67C1C +} + +.ui.grey.header { + color: #767676 +} + +a.ui.grey.header:hover { + color: #838383 +} + +.ui.grey.dividing.header { + border-bottom: 2px solid #767676 +} + +.ui.inverted.grey.header.header.header { + color: #dcddde +} + +a.ui.inverted.grey.header.header.header:hover { + color: #c2c4c5 +} + +.ui.inverted.grey.dividing.header { + border-bottom: 2px solid #DCDDDE +} + +.ui.black.header { + color: #1b1c1d +} + +a.ui.black.header:hover { + color: #27292a +} + +.ui.black.dividing.header { + border-bottom: 2px solid #1B1C1D +} + +.ui.inverted.black.header.header.header { + color: #545454 +} + +a.ui.inverted.black.header.header.header:hover { + color: #000 +} + +.ui.inverted.black.dividing.header { + border-bottom: 2px solid #545454 +} + +.ui.left.aligned.header { + text-align: left +} + +.ui.right.aligned.header { + text-align: right +} + +.ui.centered.header, .ui.center.aligned.header { + text-align: center +} + +.ui.justified.header { + text-align: justify +} + +.ui.justified.header:after { + display: inline-block; + content: ""; + width: 100% +} + +.ui.floated.header, .ui[class*="left floated"].header { + float: left; + margin-top: 0; + margin-right: .5em +} + +.ui[class*="right floated"].header { + float: right; + margin-top: 0; + margin-left: .5em +} + +.ui.fitted.header { + padding: 0 +} + +.ui.dividing.header { + padding-bottom: .21428571rem; + border-bottom: 1px solid rgba(34, 36, 38, .15) +} + +.ui.dividing.header .sub.header { + padding-bottom: .21428571rem +} + +.ui.dividing.header i.icon { + margin-bottom: 0 +} + +.ui.inverted.dividing.header { + border-bottom-color: #ffffff1a +} + +.ui.block.header { + background: #F3F4F5; + padding: .78571429rem 1rem; + box-shadow: none; + border: 1px solid #D4D4D5; + border-radius: .28571429rem +} + +.ui.block.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) { + font-size: 1rem +} + +.ui.mini.block.header { + font-size: .78571429rem +} + +.ui.tiny.block.header { + font-size: .85714286rem +} + +.ui.small.block.header { + font-size: .92857143rem +} + +.ui.large.block.header { + font-size: 1.14285714rem +} + +.ui.big.block.header { + font-size: 1.28571429rem +} + +.ui.huge.block.header { + font-size: 1.42857143rem +} + +.ui.massive.block.header { + font-size: 1.71428571rem +} + +.ui.attached.header { + background: #FFFFFF; + padding: .78571429rem 1rem; + margin: 0 -1px; + box-shadow: none; + border: 1px solid #D4D4D5; + border-radius: 0 +} + +.ui.attached.block.header { + background: #F3F4F5 +} + +.ui.attached:not(.top).header { + border-top: none +} + +.ui.top.attached.header { + border-radius: .28571429rem .28571429rem 0 0 +} + +.ui.bottom.attached.header { + border-radius: 0 0 .28571429rem .28571429rem +} + +.ui.attached.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) { + font-size: 1em +} + +.ui.mini.attached.header { + font-size: .78571429em +} + +.ui.tiny.attached.header { + font-size: .85714286em +} + +.ui.small.attached.header { + font-size: .92857143em +} + +.ui.large.attached.header { + font-size: 1.14285714em +} + +.ui.big.attached.header { + font-size: 1.28571429em +} + +.ui.huge.attached.header { + font-size: 1.42857143em +} + +.ui.massive.attached.header { + font-size: 1.71428571em +} + +.ui.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) { + font-size: 1.28571429em +} + +@font-face { + font-family: "Icons"; + src: url(./themes/default/assets/fonts/icons.eot); + src: url(./themes/default/assets/fonts/icons.eot?#iefix) format("embedded-opentype"), url(../fonts/icons.woff2) format("woff2"), url(./themes/default/assets/fonts/icons.woff) format("woff"), url(./themes/default/assets/fonts/icons.ttf) format("truetype"), url(./themes/default/assets/fonts/icons.svg#icons) format("svg"); + font-style: normal; + font-weight: normal; + font-variant: normal; + text-decoration: inherit; + text-transform: none +} + +i.icon { + display: inline-block; + opacity: 1; + margin: 0 .25rem 0 0; + width: 1.18em; + height: 1em; + font-family: "Icons"; + font-style: normal; + font-weight: normal; + text-decoration: inherit; + text-align: center; + speak: none; + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + -webkit-backface-visibility: hidden; + backface-visibility: hidden +} + +i.icon:before { + background: none!important +} + +i.icon.loading { + height: 1em; + line-height: 1; + -webkit-animation: loader 2s linear infinite; + animation: loader 2s linear infinite +} + +i.icon:hover, i.icons:hover, i.icon:active, i.icons:active, i.emphasized.icon:not(.disabled), i.emphasized.icons:not(.disabled) { + opacity: 1 +} + +i.disabled.icon, i.disabled.icons { + opacity: var(--opacity-disabled); + cursor: default; + pointer-events: none +} + +i.fitted.icon { + width: auto; + margin: 0!important +} + +i.link.icon:not(.disabled), i.link.icons:not(.disabled) { + cursor: pointer; + opacity: .8; + transition: opacity .1s ease +} + +i.link.icon:hover, i.link.icons:hover { + opacity: 1 +} + +i.circular.icon { + border-radius: 500em!important; + line-height: 1!important; + padding: .5em 0!important; + box-shadow: 0 0 0 .1em #0000001a inset; + width: 2em!important; + height: 2em!important +} + +i.circular.inverted.icon { + border: none; + box-shadow: none +} + +i.flipped.icon, i.horizontally.flipped.icon { + transform: scale(-1, 1) +} + +i.vertically.flipped.icon { + transform: scale(1, -1) +} + +i.rotated.icon, i.right.rotated.icon, i.clockwise.rotated.icon { + transform: rotate(90deg) +} + +i.left.rotated.icon, i.counterclockwise.rotated.icon { + transform: rotate(-90deg) +} + +i.halfway.rotated.icon { + transform: rotate(180deg) +} + +i.rotated.flipped.icon, i.right.rotated.flipped.icon, i.clockwise.rotated.flipped.icon { + transform: scale(-1, 1) rotate(90deg) +} + +i.left.rotated.flipped.icon, i.counterclockwise.rotated.flipped.icon { + transform: scale(-1, 1) rotate(-90deg) +} + +i.halfway.rotated.flipped.icon { + transform: scale(-1, 1) rotate(180deg) +} + +i.rotated.vertically.flipped.icon, i.right.rotated.vertically.flipped.icon, i.clockwise.rotated.vertically.flipped.icon { + transform: scale(1, -1) rotate(90deg) +} + +i.left.rotated.vertically.flipped.icon, i.counterclockwise.rotated.vertically.flipped.icon { + transform: scale(1, -1) rotate(-90deg) +} + +i.halfway.rotated.vertically.flipped.icon { + transform: scale(1, -1) rotate(180deg) +} + +i.bordered.icon { + line-height: 1; + vertical-align: baseline; + width: 2em; + height: 2em; + padding: .5em 0!important; + box-shadow: 0 0 0 .1em #0000001a inset +} + +i.bordered.inverted.icon { + border: none; + box-shadow: none +} + +i.inverted.bordered.icon, i.inverted.circular.icon { + background-color: #1b1c1d; + color: #fff +} + +i.inverted.icon { + color: #fff +} + +i.primary.icon.icon.icon.icon { + color: #2185d0 +} + +i.inverted.primary.icon.icon.icon.icon { + color: #54c8ff +} + +i.inverted.bordered.primary.icon.icon.icon.icon, i.inverted.circular.primary.icon.icon.icon.icon { + background-color: #2185d0; + color: #fff +} + +i.secondary.icon.icon.icon.icon { + color: #1b1c1d +} + +i.inverted.secondary.icon.icon.icon.icon { + color: #545454 +} + +i.inverted.bordered.secondary.icon.icon.icon.icon, i.inverted.circular.secondary.icon.icon.icon.icon { + background-color: #1b1c1d; + color: #fff +} + +i.red.icon.icon.icon.icon { + color: #db2828 +} + +i.inverted.red.icon.icon.icon.icon { + color: #ff695e +} + +i.inverted.bordered.red.icon.icon.icon.icon, i.inverted.circular.red.icon.icon.icon.icon { + background-color: #db2828; + color: #fff +} + +i.orange.icon.icon.icon.icon { + color: #f2711c +} + +i.inverted.orange.icon.icon.icon.icon { + color: #ff851b +} + +i.inverted.bordered.orange.icon.icon.icon.icon, i.inverted.circular.orange.icon.icon.icon.icon { + background-color: #f2711c; + color: #fff +} + +i.yellow.icon.icon.icon.icon { + color: #fbbd08 +} + +i.inverted.yellow.icon.icon.icon.icon { + color: #ffe21f +} + +i.inverted.bordered.yellow.icon.icon.icon.icon, i.inverted.circular.yellow.icon.icon.icon.icon { + background-color: #fbbd08; + color: #fff +} + +i.olive.icon.icon.icon.icon { + color: #b5cc18 +} + +i.inverted.olive.icon.icon.icon.icon { + color: #d9e778 +} + +i.inverted.bordered.olive.icon.icon.icon.icon, i.inverted.circular.olive.icon.icon.icon.icon { + background-color: #b5cc18; + color: #fff +} + +i.green.icon.icon.icon.icon { + color: var(--color-gitea-lightblue-light) +} + +i.inverted.green.icon.icon.icon.icon { + color: #2ecc40 +} + +i.inverted.bordered.green.icon.icon.icon.icon, i.inverted.circular.green.icon.icon.icon.icon { + background-color: var(--color-gitea-lightblue-light); + color: #fff +} + +i.teal.icon.icon.icon.icon { + color: var(--color-gitea-lightblue-light) +} + +i.inverted.teal.icon.icon.icon.icon { + color: #6dffff +} + +i.inverted.bordered.teal.icon.icon.icon.icon, i.inverted.circular.teal.icon.icon.icon.icon { + background-color: var(--color-gitea-lightblue-light); + color: #fff +} + +i.blue.icon.icon.icon.icon { + color: #2185d0 +} + +i.inverted.blue.icon.icon.icon.icon { + color: #54c8ff +} + +i.inverted.bordered.blue.icon.icon.icon.icon, i.inverted.circular.blue.icon.icon.icon.icon { + background-color: #2185d0; + color: #fff +} + +i.violet.icon.icon.icon.icon { + color: #6435c9 +} + +i.inverted.violet.icon.icon.icon.icon { + color: #a291fb +} + +i.inverted.bordered.violet.icon.icon.icon.icon, i.inverted.circular.violet.icon.icon.icon.icon { + background-color: #6435c9; + color: #fff +} + +i.purple.icon.icon.icon.icon { + color: #a333c8 +} + +i.inverted.purple.icon.icon.icon.icon { + color: #dc73ff +} + +i.inverted.bordered.purple.icon.icon.icon.icon, i.inverted.circular.purple.icon.icon.icon.icon { + background-color: #a333c8; + color: #fff +} + +i.pink.icon.icon.icon.icon { + color: #e03997 +} + +i.inverted.pink.icon.icon.icon.icon { + color: #ff8edf +} + +i.inverted.bordered.pink.icon.icon.icon.icon, i.inverted.circular.pink.icon.icon.icon.icon { + background-color: #e03997; + color: #fff +} + +i.brown.icon.icon.icon.icon { + color: #a5673f +} + +i.inverted.brown.icon.icon.icon.icon { + color: #d67c1c +} + +i.inverted.bordered.brown.icon.icon.icon.icon, i.inverted.circular.brown.icon.icon.icon.icon { + background-color: #a5673f; + color: #fff +} + +i.grey.icon.icon.icon.icon { + color: #767676 +} + +i.inverted.grey.icon.icon.icon.icon { + color: #dcddde +} + +i.inverted.bordered.grey.icon.icon.icon.icon, i.inverted.circular.grey.icon.icon.icon.icon { + background-color: #767676; + color: #fff +} + +i.black.icon.icon.icon.icon { + color: #1b1c1d +} + +i.inverted.black.icon.icon.icon.icon { + color: #545454 +} + +i.inverted.bordered.black.icon.icon.icon.icon, i.inverted.circular.black.icon.icon.icon.icon { + background-color: #1b1c1d; + color: #fff +} + +i.icon, i.icons { + font-size: 1em; + line-height: 1 +} + +i.mini.mini.mini.icon, i.mini.mini.mini.icons { + font-size: .4em; + vertical-align: middle +} + +i.tiny.tiny.tiny.icon, i.tiny.tiny.tiny.icons { + font-size: .5em; + vertical-align: middle +} + +i.small.small.small.icon, i.small.small.small.icons { + font-size: .75em; + vertical-align: middle +} + +i.large.large.large.icon, i.large.large.large.icons { + font-size: 1.5em; + vertical-align: middle +} + +i.big.big.big.icon, i.big.big.big.icons { + font-size: 2em; + vertical-align: middle +} + +i.huge.huge.huge.icon, i.huge.huge.huge.icons { + font-size: 4em; + vertical-align: middle +} + +i.massive.massive.massive.icon, i.massive.massive.massive.icons { + font-size: 8em; + vertical-align: middle +} + +i.icons { + display: inline-block; + position: relative; + line-height: 1 +} + +i.icons .icon { + position: absolute; + top: 50%; + left: 50%; + transform: translateX(-50%) translateY(-50%); + margin: 0 +} + +i.icons .icon:first-child { + position: static; + width: auto; + height: auto; + vertical-align: top; + transform: none +} + +i.icons .corner.icon { + top: auto; + left: auto; + right: 0; + bottom: 0; + transform: none; + font-size: .45em; + text-shadow: -1px -1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, 1px 1px 0 #FFFFFF +} + +i.icons .icon.corner[class*="top right"] { + top: 0; + left: auto; + right: 0; + bottom: auto +} + +i.icons .icon.corner[class*="top left"] { + top: 0; + left: 0; + right: auto; + bottom: auto +} + +i.icons .icon.corner[class*="bottom left"] { + top: auto; + left: 0; + right: auto; + bottom: 0 +} + +i.icons .icon.corner[class*="bottom right"] { + top: auto; + left: auto; + right: 0; + bottom: 0 +} + +i.icons .inverted.corner.icon { + text-shadow: -1px -1px 0 #1B1C1D, 1px -1px 0 #1B1C1D, -1px 1px 0 #1B1C1D, 1px 1px 0 #1B1C1D +} + +i.icon.linkedin.in:before { + content: "\f0e1" +} + +i.icon.zoom.in:before { + content: "\f00e" +} + +i.icon.zoom.out:before { + content: "\f010" +} + +i.icon.sign.in:before { + content: "\f2f6" +} + +i.icon.in.cart:before { + content: "\f218" +} + +i.icon.log.out:before { + content: "\f2f5" +} + +i.icon.sign.out:before { + content: "\f2f5" +} + +i.icon.ad:before { + content: "\f641" +} + +i.icon.address.book:before { + content: "\f2b9" +} + +i.icon.address.card:before { + content: "\f2bb" +} + +i.icon.adjust:before { + content: "\f042" +} + +i.icon.air.freshener:before { + content: "\f5d0" +} + +i.icon.align.center:before { + content: "\f037" +} + +i.icon.align.justify:before { + content: "\f039" +} + +i.icon.align.left:before { + content: "\f036" +} + +i.icon.align.right:before { + content: "\f038" +} + +i.icon.allergies:before { + content: "\f461" +} + +i.icon.ambulance:before { + content: "\f0f9" +} + +i.icon.american.sign.language.interpreting:before { + content: "\f2a3" +} + +i.icon.anchor:before { + content: "\f13d" +} + +i.icon.angle.double.down:before { + content: "\f103" +} + +i.icon.angle.double.left:before { + content: "\f100" +} + +i.icon.angle.double.right:before { + content: "\f101" +} + +i.icon.angle.double.up:before { + content: "\f102" +} + +i.icon.angle.down:before { + content: "\f107" +} + +i.icon.angle.left:before { + content: "\f104" +} + +i.icon.angle.right:before { + content: "\f105" +} + +i.icon.angle.up:before { + content: "\f106" +} + +i.icon.angry:before { + content: "\f556" +} + +i.icon.ankh:before { + content: "\f644" +} + +i.icon.archive:before { + content: "\f187" +} + +i.icon.archway:before { + content: "\f557" +} + +i.icon.arrow.alternate.circle.down:before { + content: "\f358" +} + +i.icon.arrow.alternate.circle.left:before { + content: "\f359" +} + +i.icon.arrow.alternate.circle.right:before { + content: "\f35a" +} + +i.icon.arrow.alternate.circle.up:before { + content: "\f35b" +} + +i.icon.arrow.circle.down:before { + content: "\f0ab" +} + +i.icon.arrow.circle.left:before { + content: "\f0a8" +} + +i.icon.arrow.circle.right:before { + content: "\f0a9" +} + +i.icon.arrow.circle.up:before { + content: "\f0aa" +} + +i.icon.arrow.left:before { + content: "\f060" +} + +i.icon.arrow.right:before { + content: "\f061" +} + +i.icon.arrow.up:before { + content: "\f062" +} + +i.icon.arrow.down:before { + content: "\f063" +} + +i.icon.arrows.alternate:before { + content: "\f0b2" +} + +i.icon.arrows.alternate.horizontal:before { + content: "\f337" +} + +i.icon.arrows.alternate.vertical:before { + content: "\f338" +} + +i.icon.assistive.listening.systems:before { + content: "\f2a2" +} + +i.icon.asterisk:before { + content: "\f069" +} + +i.icon.at:before { + content: "\f1fa" +} + +i.icon.atlas:before { + content: "\f558" +} + +i.icon.atom:before { + content: "\f5d2" +} + +i.icon.audio.description:before { + content: "\f29e" +} + +i.icon.award:before { + content: "\f559" +} + +i.icon.baby:before { + content: "\f77c" +} + +i.icon.baby.carriage:before { + content: "\f77d" +} + +i.icon.backspace:before { + content: "\f55a" +} + +i.icon.backward:before { + content: "\f04a" +} + +i.icon.bacon:before { + content: "\f7e5" +} + +i.icon.bahai:before { + content: "\f666" +} + +i.icon.balance.scale:before { + content: "\f24e" +} + +i.icon.balance.scale.left:before { + content: "\f515" +} + +i.icon.balance.scale.right:before { + content: "\f516" +} + +i.icon.ban:before { + content: "\f05e" +} + +i.icon.band.aid:before { + content: "\f462" +} + +i.icon.barcode:before { + content: "\f02a" +} + +i.icon.bars:before { + content: "\f0c9" +} + +i.icon.baseball.ball:before { + content: "\f433" +} + +i.icon.basketball.ball:before { + content: "\f434" +} + +i.icon.bath:before { + content: "\f2cd" +} + +i.icon.battery.empty:before { + content: "\f244" +} + +i.icon.battery.full:before { + content: "\f240" +} + +i.icon.battery.half:before { + content: "\f242" +} + +i.icon.battery.quarter:before { + content: "\f243" +} + +i.icon.battery.three.quarters:before { + content: "\f241" +} + +i.icon.bed:before { + content: "\f236" +} + +i.icon.beer:before { + content: "\f0fc" +} + +i.icon.bell:before { + content: "\f0f3" +} + +i.icon.bell.slash:before { + content: "\f1f6" +} + +i.icon.bezier.curve:before { + content: "\f55b" +} + +i.icon.bible:before { + content: "\f647" +} + +i.icon.bicycle:before { + content: "\f206" +} + +i.icon.biking:before { + content: "\f84a" +} + +i.icon.binoculars:before { + content: "\f1e5" +} + +i.icon.biohazard:before { + content: "\f780" +} + +i.icon.birthday.cake:before { + content: "\f1fd" +} + +i.icon.blender:before { + content: "\f517" +} + +i.icon.blender.phone:before { + content: "\f6b6" +} + +i.icon.blind:before { + content: "\f29d" +} + +i.icon.blog:before { + content: "\f781" +} + +i.icon.bold:before { + content: "\f032" +} + +i.icon.bolt:before { + content: "\f0e7" +} + +i.icon.bomb:before { + content: "\f1e2" +} + +i.icon.bone:before { + content: "\f5d7" +} + +i.icon.bong:before { + content: "\f55c" +} + +i.icon.book:before { + content: "\f02d" +} + +i.icon.book.dead:before { + content: "\f6b7" +} + +i.icon.book.medical:before { + content: "\f7e6" +} + +i.icon.book.open:before { + content: "\f518" +} + +i.icon.book.reader:before { + content: "\f5da" +} + +i.icon.bookmark:before { + content: "\f02e" +} + +i.icon.border.all:before { + content: "\f84c" +} + +i.icon.border.none:before { + content: "\f850" +} + +i.icon.border.style:before { + content: "\f853" +} + +i.icon.bowling.ball:before { + content: "\f436" +} + +i.icon.box:before { + content: "\f466" +} + +i.icon.box.open:before { + content: "\f49e" +} + +i.icon.box.tissue:before { + content: "\f95b" +} + +i.icon.boxes:before { + content: "\f468" +} + +i.icon.braille:before { + content: "\f2a1" +} + +i.icon.brain:before { + content: "\f5dc" +} + +i.icon.bread.slice:before { + content: "\f7ec" +} + +i.icon.briefcase:before { + content: "\f0b1" +} + +i.icon.briefcase.medical:before { + content: "\f469" +} + +i.icon.broadcast.tower:before { + content: "\f519" +} + +i.icon.broom:before { + content: "\f51a" +} + +i.icon.brush:before { + content: "\f55d" +} + +i.icon.bug:before { + content: "\f188" +} + +i.icon.building:before { + content: "\f1ad" +} + +i.icon.bullhorn:before { + content: "\f0a1" +} + +i.icon.bullseye:before { + content: "\f140" +} + +i.icon.burn:before { + content: "\f46a" +} + +i.icon.bus:before { + content: "\f207" +} + +i.icon.bus.alternate:before { + content: "\f55e" +} + +i.icon.business.time:before { + content: "\f64a" +} + +i.icon.calculator:before { + content: "\f1ec" +} + +i.icon.calendar:before { + content: "\f133" +} + +i.icon.calendar.alternate:before { + content: "\f073" +} + +i.icon.calendar.check:before { + content: "\f274" +} + +i.icon.calendar.day:before { + content: "\f783" +} + +i.icon.calendar.minus:before { + content: "\f272" +} + +i.icon.calendar.plus:before { + content: "\f271" +} + +i.icon.calendar.times:before { + content: "\f273" +} + +i.icon.calendar.week:before { + content: "\f784" +} + +i.icon.camera:before { + content: "\f030" +} + +i.icon.camera.retro:before { + content: "\f083" +} + +i.icon.campground:before { + content: "\f6bb" +} + +i.icon.candy.cane:before { + content: "\f786" +} + +i.icon.cannabis:before { + content: "\f55f" +} + +i.icon.capsules:before { + content: "\f46b" +} + +i.icon.car:before { + content: "\f1b9" +} + +i.icon.car.alternate:before { + content: "\f5de" +} + +i.icon.car.battery:before { + content: "\f5df" +} + +i.icon.car.crash:before { + content: "\f5e1" +} + +i.icon.car.side:before { + content: "\f5e4" +} + +i.icon.caravan:before { + content: "\f8ff" +} + +i.icon.caret.down:before { + content: "\f0d7" +} + +i.icon.caret.left:before { + content: "\f0d9" +} + +i.icon.caret.right:before { + content: "\f0da" +} + +i.icon.caret.square.down:before { + content: "\f150" +} + +i.icon.caret.square.left:before { + content: "\f191" +} + +i.icon.caret.square.right:before { + content: "\f152" +} + +i.icon.caret.square.up:before { + content: "\f151" +} + +i.icon.caret.up:before { + content: "\f0d8" +} + +i.icon.carrot:before { + content: "\f787" +} + +i.icon.cart.arrow.down:before { + content: "\f218" +} + +i.icon.cart.plus:before { + content: "\f217" +} + +i.icon.cash.register:before { + content: "\f788" +} + +i.icon.cat:before { + content: "\f6be" +} + +i.icon.certificate:before { + content: "\f0a3" +} + +i.icon.chair:before { + content: "\f6c0" +} + +i.icon.chalkboard:before { + content: "\f51b" +} + +i.icon.chalkboard.teacher:before { + content: "\f51c" +} + +i.icon.charging.station:before { + content: "\f5e7" +} + +i.icon.chart.area:before { + content: "\f1fe" +} + +i.icon.chart.bar:before { + content: "\f080" +} + +i.icon.chart.line:before { + content: "\f201" +} + +i.icon.chartline:before { + content: "\f201" +} + +i.icon.chart.pie:before { + content: "\f200" +} + +i.icon.check:before { + content: "\f00c" +} + +i.icon.check.circle:before { + content: "\f058" +} + +i.icon.check.double:before { + content: "\f560" +} + +i.icon.check.square:before { + content: "\f14a" +} + +i.icon.cheese:before { + content: "\f7ef" +} + +i.icon.chess:before { + content: "\f439" +} + +i.icon.chess.bishop:before { + content: "\f43a" +} + +i.icon.chess.board:before { + content: "\f43c" +} + +i.icon.chess.king:before { + content: "\f43f" +} + +i.icon.chess.knight:before { + content: "\f441" +} + +i.icon.chess.pawn:before { + content: "\f443" +} + +i.icon.chess.queen:before { + content: "\f445" +} + +i.icon.chess.rook:before { + content: "\f447" +} + +i.icon.chevron.circle.down:before { + content: "\f13a" +} + +i.icon.chevron.circle.left:before { + content: "\f137" +} + +i.icon.chevron.circle.right:before { + content: "\f138" +} + +i.icon.chevron.circle.up:before { + content: "\f139" +} + +i.icon.chevron.down:before { + content: "\f078" +} + +i.icon.chevron.left:before { + content: "\f053" +} + +i.icon.chevron.right:before { + content: "\f054" +} + +i.icon.chevron.up:before { + content: "\f077" +} + +i.icon.child:before { + content: "\f1ae" +} + +i.icon.church:before { + content: "\f51d" +} + +i.icon.circle:before { + content: "\f111" +} + +i.icon.circle.notch:before { + content: "\f1ce" +} + +i.icon.city:before { + content: "\f64f" +} + +i.icon.clinic.medical:before { + content: "\f7f2" +} + +i.icon.clipboard:before { + content: "\f328" +} + +i.icon.clipboard.check:before { + content: "\f46c" +} + +i.icon.clipboard.list:before { + content: "\f46d" +} + +i.icon.clock:before { + content: "\f017" +} + +i.icon.clone:before { + content: "\f24d" +} + +i.icon.closed.captioning:before { + content: "\f20a" +} + +i.icon.cloud:before { + content: "\f0c2" +} + +i.icon.cloud.download.alternate:before { + content: "\f381" +} + +i.icon.cloud.meatball:before { + content: "\f73b" +} + +i.icon.cloud.moon:before { + content: "\f6c3" +} + +i.icon.cloud.moon.rain:before { + content: "\f73c" +} + +i.icon.cloud.rain:before { + content: "\f73d" +} + +i.icon.cloud.showers.heavy:before { + content: "\f740" +} + +i.icon.cloud.sun:before { + content: "\f6c4" +} + +i.icon.cloud.sun.rain:before { + content: "\f743" +} + +i.icon.cloud.upload.alternate:before { + content: "\f382" +} + +i.icon.cocktail:before { + content: "\f561" +} + +i.icon.code:before { + content: "\f121" +} + +i.icon.code.branch:before { + content: "\f126" +} + +i.icon.coffee:before { + content: "\f0f4" +} + +i.icon.cog:before { + content: "\f013" +} + +i.icon.cogs:before { + content: "\f085" +} + +i.icon.coins:before { + content: "\f51e" +} + +i.icon.columns:before { + content: "\f0db" +} + +i.icon.comment:before { + content: "\f075" +} + +i.icon.comment.alternate:before { + content: "\f27a" +} + +i.icon.comment.dollar:before { + content: "\f651" +} + +i.icon.comment.dots:before { + content: "\f4ad" +} + +i.icon.comment.medical:before { + content: "\f7f5" +} + +i.icon.comment.slash:before { + content: "\f4b3" +} + +i.icon.comments:before { + content: "\f086" +} + +i.icon.comments.dollar:before { + content: "\f653" +} + +i.icon.compact.disc:before { + content: "\f51f" +} + +i.icon.compass:before { + content: "\f14e" +} + +i.icon.compress:before { + content: "\f066" +} + +i.icon.compress.alternate:before { + content: "\f422" +} + +i.icon.compress.arrows.alternate:before { + content: "\f78c" +} + +i.icon.concierge.bell:before { + content: "\f562" +} + +i.icon.cookie:before { + content: "\f563" +} + +i.icon.cookie.bite:before { + content: "\f564" +} + +i.icon.copy:before { + content: "\f0c5" +} + +i.icon.copyright:before { + content: "\f1f9" +} + +i.icon.couch:before { + content: "\f4b8" +} + +i.icon.credit.card:before { + content: "\f09d" +} + +i.icon.crop:before { + content: "\f125" +} + +i.icon.crop.alternate:before { + content: "\f565" +} + +i.icon.cross:before { + content: "\f654" +} + +i.icon.crosshairs:before { + content: "\f05b" +} + +i.icon.crow:before { + content: "\f520" +} + +i.icon.crown:before { + content: "\f521" +} + +i.icon.crutch:before { + content: "\f7f7" +} + +i.icon.cube:before { + content: "\f1b2" +} + +i.icon.cubes:before { + content: "\f1b3" +} + +i.icon.cut:before { + content: "\f0c4" +} + +i.icon.database:before { + content: "\f1c0" +} + +i.icon.deaf:before { + content: "\f2a4" +} + +i.icon.democrat:before { + content: "\f747" +} + +i.icon.desktop:before { + content: "\f108" +} + +i.icon.dharmachakra:before { + content: "\f655" +} + +i.icon.diagnoses:before { + content: "\f470" +} + +i.icon.dice:before { + content: "\f522" +} + +i.icon.dice.d20:before { + content: "\f6cf" +} + +i.icon.dice.d6:before { + content: "\f6d1" +} + +i.icon.dice.five:before { + content: "\f523" +} + +i.icon.dice.four:before { + content: "\f524" +} + +i.icon.dice.one:before { + content: "\f525" +} + +i.icon.dice.six:before { + content: "\f526" +} + +i.icon.dice.three:before { + content: "\f527" +} + +i.icon.dice.two:before { + content: "\f528" +} + +i.icon.digital.tachograph:before { + content: "\f566" +} + +i.icon.directions:before { + content: "\f5eb" +} + +i.icon.disease:before { + content: "\f7fa" +} + +i.icon.divide:before { + content: "\f529" +} + +i.icon.dizzy:before { + content: "\f567" +} + +i.icon.dna:before { + content: "\f471" +} + +i.icon.dog:before { + content: "\f6d3" +} + +i.icon.dollar.sign:before { + content: "\f155" +} + +i.icon.dolly:before { + content: "\f472" +} + +i.icon.dolly.flatbed:before { + content: "\f474" +} + +i.icon.donate:before { + content: "\f4b9" +} + +i.icon.door.closed:before { + content: "\f52a" +} + +i.icon.door.open:before { + content: "\f52b" +} + +i.icon.dot.circle:before { + content: "\f192" +} + +i.icon.dove:before { + content: "\f4ba" +} + +i.icon.download:before { + content: "\f019" +} + +i.icon.drafting.compass:before { + content: "\f568" +} + +i.icon.dragon:before { + content: "\f6d5" +} + +i.icon.draw.polygon:before { + content: "\f5ee" +} + +i.icon.drum:before { + content: "\f569" +} + +i.icon.drum.steelpan:before { + content: "\f56a" +} + +i.icon.drumstick.bite:before { + content: "\f6d7" +} + +i.icon.dumbbell:before { + content: "\f44b" +} + +i.icon.dumpster:before { + content: "\f793" +} + +i.icon.dumpster.fire:before { + content: "\f794" +} + +i.icon.dungeon:before { + content: "\f6d9" +} + +i.icon.edit:before { + content: "\f044" +} + +i.icon.egg:before { + content: "\f7fb" +} + +i.icon.eject:before { + content: "\f052" +} + +i.icon.ellipsis.horizontal:before { + content: "\f141" +} + +i.icon.ellipsis.vertical:before { + content: "\f142" +} + +i.icon.envelope:before { + content: "\f0e0" +} + +i.icon.envelope.open:before { + content: "\f2b6" +} + +i.icon.envelope.open.text:before { + content: "\f658" +} + +i.icon.envelope.square:before { + content: "\f199" +} + +i.icon.equals:before { + content: "\f52c" +} + +i.icon.eraser:before { + content: "\f12d" +} + +i.icon.ethernet:before { + content: "\f796" +} + +i.icon.euro.sign:before { + content: "\f153" +} + +i.icon.exchange.alternate:before { + content: "\f362" +} + +i.icon.exclamation:before { + content: "\f12a" +} + +i.icon.exclamation.circle:before { + content: "\f06a" +} + +i.icon.exclamation.triangle:before { + content: "\f071" +} + +i.icon.expand:before { + content: "\f065" +} + +i.icon.expand.alternate:before { + content: "\f424" +} + +i.icon.expand.arrows.alternate:before { + content: "\f31e" +} + +i.icon.external.alternate:before { + content: "\f35d" +} + +i.icon.external.link.square.alternate:before { + content: "\f360" +} + +i.icon.eye:before { + content: "\f06e" +} + +i.icon.eye.dropper:before { + content: "\f1fb" +} + +i.icon.eye.slash:before { + content: "\f070" +} + +i.icon.fan:before { + content: "\f863" +} + +i.icon.fast.backward:before { + content: "\f049" +} + +i.icon.fast.forward:before { + content: "\f050" +} + +i.icon.faucet:before { + content: "\f905" +} + +i.icon.fax:before { + content: "\f1ac" +} + +i.icon.feather:before { + content: "\f52d" +} + +i.icon.feather.alternate:before { + content: "\f56b" +} + +i.icon.female:before { + content: "\f182" +} + +i.icon.fighter.jet:before { + content: "\f0fb" +} + +i.icon.file:before { + content: "\f15b" +} + +i.icon.file.alternate:before { + content: "\f15c" +} + +i.icon.file.archive:before { + content: "\f1c6" +} + +i.icon.file.audio:before { + content: "\f1c7" +} + +i.icon.file.code:before { + content: "\f1c9" +} + +i.icon.file.contract:before { + content: "\f56c" +} + +i.icon.file.csv:before { + content: "\f6dd" +} + +i.icon.file.download:before { + content: "\f56d" +} + +i.icon.file.excel:before { + content: "\f1c3" +} + +i.icon.file.export:before { + content: "\f56e" +} + +i.icon.file.image:before { + content: "\f1c5" +} + +i.icon.file.import:before { + content: "\f56f" +} + +i.icon.file.invoice:before { + content: "\f570" +} + +i.icon.file.invoice.dollar:before { + content: "\f571" +} + +i.icon.file.medical:before { + content: "\f477" +} + +i.icon.file.medical.alternate:before { + content: "\f478" +} + +i.icon.file.pdf:before { + content: "\f1c1" +} + +i.icon.file.powerpoint:before { + content: "\f1c4" +} + +i.icon.file.prescription:before { + content: "\f572" +} + +i.icon.file.signature:before { + content: "\f573" +} + +i.icon.file.upload:before { + content: "\f574" +} + +i.icon.file.video:before { + content: "\f1c8" +} + +i.icon.file.word:before { + content: "\f1c2" +} + +i.icon.fill:before { + content: "\f575" +} + +i.icon.fill.drip:before { + content: "\f576" +} + +i.icon.film:before { + content: "\f008" +} + +i.icon.filter:before { + content: "\f0b0" +} + +i.icon.fingerprint:before { + content: "\f577" +} + +i.icon.fire:before { + content: "\f06d" +} + +i.icon.fire.alternate:before { + content: "\f7e4" +} + +i.icon.fire.extinguisher:before { + content: "\f134" +} + +i.icon.first.aid:before { + content: "\f479" +} + +i.icon.fish:before { + content: "\f578" +} + +i.icon.fist.raised:before { + content: "\f6de" +} + +i.icon.flag:before { + content: "\f024" +} + +i.icon.flag.checkered:before { + content: "\f11e" +} + +i.icon.flag.usa:before { + content: "\f74d" +} + +i.icon.flask:before { + content: "\f0c3" +} + +i.icon.flushed:before { + content: "\f579" +} + +i.icon.folder:before { + content: "\f07b" +} + +i.icon.folder.minus:before { + content: "\f65d" +} + +i.icon.folder.open:before { + content: "\f07c" +} + +i.icon.folder.plus:before { + content: "\f65e" +} + +i.icon.font:before { + content: "\f031" +} + +i.icon.football.ball:before { + content: "\f44e" +} + +i.icon.forward:before { + content: "\f04e" +} + +i.icon.frog:before { + content: "\f52e" +} + +i.icon.frown:before { + content: "\f119" +} + +i.icon.frown.open:before { + content: "\f57a" +} + +i.icon.fruit-apple:before { + content: "\f5d1" +} + +i.icon.funnel.dollar:before { + content: "\f662" +} + +i.icon.futbol:before { + content: "\f1e3" +} + +i.icon.gamepad:before { + content: "\f11b" +} + +i.icon.gas.pump:before { + content: "\f52f" +} + +i.icon.gavel:before { + content: "\f0e3" +} + +i.icon.gem:before { + content: "\f3a5" +} + +i.icon.genderless:before { + content: "\f22d" +} + +i.icon.ghost:before { + content: "\f6e2" +} + +i.icon.gift:before { + content: "\f06b" +} + +i.icon.gifts:before { + content: "\f79c" +} + +i.icon.glass.cheers:before { + content: "\f79f" +} + +i.icon.glass.martini:before { + content: "\f000" +} + +i.icon.glass.martini.alternate:before { + content: "\f57b" +} + +i.icon.glass.whiskey:before { + content: "\f7a0" +} + +i.icon.glasses:before { + content: "\f530" +} + +i.icon.globe:before { + content: "\f0ac" +} + +i.icon.globe.africa:before { + content: "\f57c" +} + +i.icon.globe.americas:before { + content: "\f57d" +} + +i.icon.globe.asia:before { + content: "\f57e" +} + +i.icon.globe.europe:before { + content: "\f7a2" +} + +i.icon.golf.ball:before { + content: "\f450" +} + +i.icon.gopuram:before { + content: "\f664" +} + +i.icon.graduation.cap:before { + content: "\f19d" +} + +i.icon.greater.than:before { + content: "\f531" +} + +i.icon.greater.than.equal:before { + content: "\f532" +} + +i.icon.grimace:before { + content: "\f57f" +} + +i.icon.grin:before { + content: "\f580" +} + +i.icon.grin.alternate:before { + content: "\f581" +} + +i.icon.grin.beam:before { + content: "\f582" +} + +i.icon.grin.beam.sweat:before { + content: "\f583" +} + +i.icon.grin.hearts:before { + content: "\f584" +} + +i.icon.grin.squint:before { + content: "\f585" +} + +i.icon.grin.squint.tears:before { + content: "\f586" +} + +i.icon.grin.stars:before { + content: "\f587" +} + +i.icon.grin.tears:before { + content: "\f588" +} + +i.icon.grin.tongue:before { + content: "\f589" +} + +i.icon.grin.tongue.squint:before { + content: "\f58a" +} + +i.icon.grin.tongue.wink:before { + content: "\f58b" +} + +i.icon.grin.wink:before { + content: "\f58c" +} + +i.icon.grip.horizontal:before { + content: "\f58d" +} + +i.icon.grip.lines:before { + content: "\f7a4" +} + +i.icon.grip.lines.vertical:before { + content: "\f7a5" +} + +i.icon.grip.vertical:before { + content: "\f58e" +} + +i.icon.guitar:before { + content: "\f7a6" +} + +i.icon.h.square:before { + content: "\f0fd" +} + +i.icon.hamburger:before { + content: "\f805" +} + +i.icon.hammer:before { + content: "\f6e3" +} + +i.icon.hamsa:before { + content: "\f665" +} + +i.icon.hand.holding:before { + content: "\f4bd" +} + +i.icon.hand.holding.heart:before { + content: "\f4be" +} + +i.icon.hand.holding.medical:before { + content: "\f95c" +} + +i.icon.hand.holding.usd:before { + content: "\f4c0" +} + +i.icon.hand.holding.water:before { + content: "\f4c1" +} + +i.icon.hand.lizard:before { + content: "\f258" +} + +i.icon.hand.middle.finger:before { + content: "\f806" +} + +i.icon.hand.paper:before { + content: "\f256" +} + +i.icon.hand.peace:before { + content: "\f25b" +} + +i.icon.hand.point.down:before { + content: "\f0a7" +} + +i.icon.hand.point.left:before { + content: "\f0a5" +} + +i.icon.hand.point.right:before { + content: "\f0a4" +} + +i.icon.hand.point.up:before { + content: "\f0a6" +} + +i.icon.hand.pointer:before { + content: "\f25a" +} + +i.icon.hand.rock:before { + content: "\f255" +} + +i.icon.hand.scissors:before { + content: "\f257" +} + +i.icon.hand.sparkles:before { + content: "\f95d" +} + +i.icon.hand.spock:before { + content: "\f259" +} + +i.icon.hands:before { + content: "\f4c2" +} + +i.icon.hands.helping:before { + content: "\f4c4" +} + +i.icon.hands.wash:before { + content: "\f95e" +} + +i.icon.handshake:before { + content: "\f2b5" +} + +i.icon.handshake.alternate.slash:before { + content: "\f95f" +} + +i.icon.handshake.slash:before { + content: "\f960" +} + +i.icon.hanukiah:before { + content: "\f6e6" +} + +i.icon.hard.hat:before { + content: "\f807" +} + +i.icon.hashtag:before { + content: "\f292" +} + +i.icon.hat.cowboy:before { + content: "\f8c0" +} + +i.icon.hat.cowboy.side:before { + content: "\f8c1" +} + +i.icon.hat.wizard:before { + content: "\f6e8" +} + +i.icon.hdd:before { + content: "\f0a0" +} + +i.icon.head.side.cough:before { + content: "\f961" +} + +i.icon.head.side.cough.slash:before { + content: "\f962" +} + +i.icon.head.side.mask:before { + content: "\f963" +} + +i.icon.head.side.virus:before { + content: "\f964" +} + +i.icon.heading:before { + content: "\f1dc" +} + +i.icon.headphones:before { + content: "\f025" +} + +i.icon.headphones.alternate:before { + content: "\f58f" +} + +i.icon.headset:before { + content: "\f590" +} + +i.icon.heart:before { + content: "\f004" +} + +i.icon.heart.broken:before { + content: "\f7a9" +} + +i.icon.heartbeat:before { + content: "\f21e" +} + +i.icon.helicopter:before { + content: "\f533" +} + +i.icon.highlighter:before { + content: "\f591" +} + +i.icon.hiking:before { + content: "\f6ec" +} + +i.icon.hippo:before { + content: "\f6ed" +} + +i.icon.history:before { + content: "\f1da" +} + +i.icon.hockey.puck:before { + content: "\f453" +} + +i.icon.holly.berry:before { + content: "\f7aa" +} + +i.icon.home:before { + content: "\f015" +} + +i.icon.horse:before { + content: "\f6f0" +} + +i.icon.horse.head:before { + content: "\f7ab" +} + +i.icon.hospital:before { + content: "\f0f8" +} + +i.icon.hospital.alternate:before { + content: "\f47d" +} + +i.icon.hospital.symbol:before { + content: "\f47e" +} + +i.icon.hospital.user:before { + content: "\f80d" +} + +i.icon.hot.tub:before { + content: "\f593" +} + +i.icon.hotdog:before { + content: "\f80f" +} + +i.icon.hotel:before { + content: "\f594" +} + +i.icon.hourglass:before { + content: "\f254" +} + +i.icon.hourglass.end:before { + content: "\f253" +} + +i.icon.hourglass.half:before { + content: "\f252" +} + +i.icon.hourglass.start:before { + content: "\f251" +} + +i.icon.house.damage:before { + content: "\f6f1" +} + +i.icon.house.user:before { + content: "\f965" +} + +i.icon.hryvnia:before { + content: "\f6f2" +} + +i.icon.i.cursor:before { + content: "\f246" +} + +i.icon.ice.cream:before { + content: "\f810" +} + +i.icon.icicles:before { + content: "\f7ad" +} + +i.icon.icons:before { + content: "\f86d" +} + +i.icon.id.badge:before { + content: "\f2c1" +} + +i.icon.id.card:before { + content: "\f2c2" +} + +i.icon.id.card.alternate:before { + content: "\f47f" +} + +i.icon.igloo:before { + content: "\f7ae" +} + +i.icon.image:before { + content: "\f03e" +} + +i.icon.images:before { + content: "\f302" +} + +i.icon.inbox:before { + content: "\f01c" +} + +i.icon.indent:before { + content: "\f03c" +} + +i.icon.industry:before { + content: "\f275" +} + +i.icon.infinity:before { + content: "\f534" +} + +i.icon.info:before { + content: "\f129" +} + +i.icon.info.circle:before { + content: "\f05a" +} + +i.icon.italic:before { + content: "\f033" +} + +i.icon.jedi:before { + content: "\f669" +} + +i.icon.joint:before { + content: "\f595" +} + +i.icon.journal.whills:before { + content: "\f66a" +} + +i.icon.kaaba:before { + content: "\f66b" +} + +i.icon.key:before { + content: "\f084" +} + +i.icon.keyboard:before { + content: "\f11c" +} + +i.icon.khanda:before { + content: "\f66d" +} + +i.icon.kiss:before { + content: "\f596" +} + +i.icon.kiss.beam:before { + content: "\f597" +} + +i.icon.kiss.wink.heart:before { + content: "\f598" +} + +i.icon.kiwi.bird:before { + content: "\f535" +} + +i.icon.landmark:before { + content: "\f66f" +} + +i.icon.language:before { + content: "\f1ab" +} + +i.icon.laptop:before { + content: "\f109" +} + +i.icon.laptop.code:before { + content: "\f5fc" +} + +i.icon.laptop.house:before { + content: "\f966" +} + +i.icon.laptop.medical:before { + content: "\f812" +} + +i.icon.laugh:before { + content: "\f599" +} + +i.icon.laugh.beam:before { + content: "\f59a" +} + +i.icon.laugh.squint:before { + content: "\f59b" +} + +i.icon.laugh.wink:before { + content: "\f59c" +} + +i.icon.layer.group:before { + content: "\f5fd" +} + +i.icon.leaf:before { + content: "\f06c" +} + +i.icon.lemon:before { + content: "\f094" +} + +i.icon.less.than:before { + content: "\f536" +} + +i.icon.less.than.equal:before { + content: "\f537" +} + +i.icon.level.down.alternate:before { + content: "\f3be" +} + +i.icon.level.up.alternate:before { + content: "\f3bf" +} + +i.icon.life.ring:before { + content: "\f1cd" +} + +i.icon.lightbulb:before { + content: "\f0eb" +} + +i.icon.linkify:before { + content: "\f0c1" +} + +i.icon.lira.sign:before { + content: "\f195" +} + +i.icon.list:before { + content: "\f03a" +} + +i.icon.list.alternate:before { + content: "\f022" +} + +i.icon.list.ol:before { + content: "\f0cb" +} + +i.icon.list.ul:before { + content: "\f0ca" +} + +i.icon.location.arrow:before { + content: "\f124" +} + +i.icon.lock:before { + content: "\f023" +} + +i.icon.lock.open:before { + content: "\f3c1" +} + +i.icon.long.arrow.alternate.down:before { + content: "\f309" +} + +i.icon.long.arrow.alternate.left:before { + content: "\f30a" +} + +i.icon.long.arrow.alternate.right:before { + content: "\f30b" +} + +i.icon.long.arrow.alternate.up:before { + content: "\f30c" +} + +i.icon.low.vision:before { + content: "\f2a8" +} + +i.icon.luggage.cart:before { + content: "\f59d" +} + +i.icon.lungs:before { + content: "\f604" +} + +i.icon.lungs.virus:before { + content: "\f967" +} + +i.icon.magic:before { + content: "\f0d0" +} + +i.icon.magnet:before { + content: "\f076" +} + +i.icon.mail.bulk:before { + content: "\f674" +} + +i.icon.male:before { + content: "\f183" +} + +i.icon.map:before { + content: "\f279" +} + +i.icon.map.marked:before { + content: "\f59f" +} + +i.icon.map.marked.alternate:before { + content: "\f5a0" +} + +i.icon.map.marker:before { + content: "\f041" +} + +i.icon.map.marker.alternate:before { + content: "\f3c5" +} + +i.icon.map.pin:before { + content: "\f276" +} + +i.icon.map.signs:before { + content: "\f277" +} + +i.icon.marker:before { + content: "\f5a1" +} + +i.icon.mars:before { + content: "\f222" +} + +i.icon.mars.double:before { + content: "\f227" +} + +i.icon.mars.stroke:before { + content: "\f229" +} + +i.icon.mars.stroke.horizontal:before { + content: "\f22b" +} + +i.icon.mars.stroke.vertical:before { + content: "\f22a" +} + +i.icon.mask:before { + content: "\f6fa" +} + +i.icon.medal:before { + content: "\f5a2" +} + +i.icon.medkit:before { + content: "\f0fa" +} + +i.icon.meh:before { + content: "\f11a" +} + +i.icon.meh.blank:before { + content: "\f5a4" +} + +i.icon.meh.rolling.eyes:before { + content: "\f5a5" +} + +i.icon.memory:before { + content: "\f538" +} + +i.icon.menorah:before { + content: "\f676" +} + +i.icon.mercury:before { + content: "\f223" +} + +i.icon.meteor:before { + content: "\f753" +} + +i.icon.microchip:before { + content: "\f2db" +} + +i.icon.microphone:before { + content: "\f130" +} + +i.icon.microphone.alternate:before { + content: "\f3c9" +} + +i.icon.microphone.alternate.slash:before { + content: "\f539" +} + +i.icon.microphone.slash:before { + content: "\f131" +} + +i.icon.microscope:before { + content: "\f610" +} + +i.icon.minus:before { + content: "\f068" +} + +i.icon.minus.circle:before { + content: "\f056" +} + +i.icon.minus.square:before { + content: "\f146" +} + +i.icon.mitten:before { + content: "\f7b5" +} + +i.icon.mobile:before { + content: "\f10b" +} + +i.icon.mobile.alternate:before { + content: "\f3cd" +} + +i.icon.money.bill:before { + content: "\f0d6" +} + +i.icon.money.bill.alternate:before { + content: "\f3d1" +} + +i.icon.money.bill.wave:before { + content: "\f53a" +} + +i.icon.money.bill.wave.alternate:before { + content: "\f53b" +} + +i.icon.money.check:before { + content: "\f53c" +} + +i.icon.money.check.alternate:before { + content: "\f53d" +} + +i.icon.monument:before { + content: "\f5a6" +} + +i.icon.moon:before { + content: "\f186" +} + +i.icon.mortar.pestle:before { + content: "\f5a7" +} + +i.icon.mosque:before { + content: "\f678" +} + +i.icon.motorcycle:before { + content: "\f21c" +} + +i.icon.mountain:before { + content: "\f6fc" +} + +i.icon.mouse:before { + content: "\f8cc" +} + +i.icon.mouse.pointer:before { + content: "\f245" +} + +i.icon.mug.hot:before { + content: "\f7b6" +} + +i.icon.music:before { + content: "\f001" +} + +i.icon.network.wired:before { + content: "\f6ff" +} + +i.icon.neuter:before { + content: "\f22c" +} + +i.icon.newspaper:before { + content: "\f1ea" +} + +i.icon.not.equal:before { + content: "\f53e" +} + +i.icon.notes.medical:before { + content: "\f481" +} + +i.icon.object.group:before { + content: "\f247" +} + +i.icon.object.ungroup:before { + content: "\f248" +} + +i.icon.oil.can:before { + content: "\f613" +} + +i.icon.om:before { + content: "\f679" +} + +i.icon.otter:before { + content: "\f700" +} + +i.icon.outdent:before { + content: "\f03b" +} + +i.icon.pager:before { + content: "\f815" +} + +i.icon.paint.brush:before { + content: "\f1fc" +} + +i.icon.paint.roller:before { + content: "\f5aa" +} + +i.icon.palette:before { + content: "\f53f" +} + +i.icon.pallet:before { + content: "\f482" +} + +i.icon.paper.plane:before { + content: "\f1d8" +} + +i.icon.paperclip:before { + content: "\f0c6" +} + +i.icon.parachute.box:before { + content: "\f4cd" +} + +i.icon.paragraph:before { + content: "\f1dd" +} + +i.icon.parking:before { + content: "\f540" +} + +i.icon.passport:before { + content: "\f5ab" +} + +i.icon.pastafarianism:before { + content: "\f67b" +} + +i.icon.paste:before { + content: "\f0ea" +} + +i.icon.pause:before { + content: "\f04c" +} + +i.icon.pause.circle:before { + content: "\f28b" +} + +i.icon.paw:before { + content: "\f1b0" +} + +i.icon.peace:before { + content: "\f67c" +} + +i.icon.pen:before { + content: "\f304" +} + +i.icon.pen.alternate:before { + content: "\f305" +} + +i.icon.pen.fancy:before { + content: "\f5ac" +} + +i.icon.pen.nib:before { + content: "\f5ad" +} + +i.icon.pen.square:before { + content: "\f14b" +} + +i.icon.pencil.alternate:before { + content: "\f303" +} + +i.icon.pencil.ruler:before { + content: "\f5ae" +} + +i.icon.people.arrows:before { + content: "\f968" +} + +i.icon.people.carry:before { + content: "\f4ce" +} + +i.icon.pepper.hot:before { + content: "\f816" +} + +i.icon.percent:before { + content: "\f295" +} + +i.icon.percentage:before { + content: "\f541" +} + +i.icon.person.booth:before { + content: "\f756" +} + +i.icon.phone:before { + content: "\f095" +} + +i.icon.phone.alternate:before { + content: "\f879" +} + +i.icon.phone.slash:before { + content: "\f3dd" +} + +i.icon.phone.square:before { + content: "\f098" +} + +i.icon.phone.square.alternate:before { + content: "\f87b" +} + +i.icon.phone.volume:before { + content: "\f2a0" +} + +i.icon.photo.video:before { + content: "\f87c" +} + +i.icon.piggy.bank:before { + content: "\f4d3" +} + +i.icon.pills:before { + content: "\f484" +} + +i.icon.pizza.slice:before { + content: "\f818" +} + +i.icon.place.of.worship:before { + content: "\f67f" +} + +i.icon.plane:before { + content: "\f072" +} + +i.icon.plane.arrival:before { + content: "\f5af" +} + +i.icon.plane.departure:before { + content: "\f5b0" +} + +i.icon.plane.slash:before { + content: "\f969" +} + +i.icon.play:before { + content: "\f04b" +} + +i.icon.play.circle:before { + content: "\f144" +} + +i.icon.plug:before { + content: "\f1e6" +} + +i.icon.plus:before { + content: "\f067" +} + +i.icon.plus.circle:before { + content: "\f055" +} + +i.icon.plus.square:before { + content: "\f0fe" +} + +i.icon.podcast:before { + content: "\f2ce" +} + +i.icon.poll:before { + content: "\f681" +} + +i.icon.poll.horizontal:before { + content: "\f682" +} + +i.icon.poo:before { + content: "\f2fe" +} + +i.icon.poo.storm:before { + content: "\f75a" +} + +i.icon.poop:before { + content: "\f619" +} + +i.icon.portrait:before { + content: "\f3e0" +} + +i.icon.pound.sign:before { + content: "\f154" +} + +i.icon.power.off:before { + content: "\f011" +} + +i.icon.pray:before { + content: "\f683" +} + +i.icon.praying.hands:before { + content: "\f684" +} + +i.icon.prescription:before { + content: "\f5b1" +} + +i.icon.prescription.bottle:before { + content: "\f485" +} + +i.icon.prescription.bottle.alternate:before { + content: "\f486" +} + +i.icon.print:before { + content: "\f02f" +} + +i.icon.procedures:before { + content: "\f487" +} + +i.icon.project.diagram:before { + content: "\f542" +} + +i.icon.pump.medical:before { + content: "\f96a" +} + +i.icon.pump.soap:before { + content: "\f96b" +} + +i.icon.puzzle.piece:before { + content: "\f12e" +} + +i.icon.qrcode:before { + content: "\f029" +} + +i.icon.question:before { + content: "\f128" +} + +i.icon.question.circle:before { + content: "\f059" +} + +i.icon.quidditch:before { + content: "\f458" +} + +i.icon.quote.left:before { + content: "\f10d" +} + +i.icon.quote.right:before { + content: "\f10e" +} + +i.icon.quran:before { + content: "\f687" +} + +i.icon.radiation:before { + content: "\f7b9" +} + +i.icon.radiation.alternate:before { + content: "\f7ba" +} + +i.icon.rainbow:before { + content: "\f75b" +} + +i.icon.random:before { + content: "\f074" +} + +i.icon.receipt:before { + content: "\f543" +} + +i.icon.record.vinyl:before { + content: "\f8d9" +} + +i.icon.recycle:before { + content: "\f1b8" +} + +i.icon.redo:before { + content: "\f01e" +} + +i.icon.redo.alternate:before { + content: "\f2f9" +} + +i.icon.registered:before { + content: "\f25d" +} + +i.icon.remove.format:before { + content: "\f87d" +} + +i.icon.reply:before { + content: "\f3e5" +} + +i.icon.reply.all:before { + content: "\f122" +} + +i.icon.republican:before { + content: "\f75e" +} + +i.icon.restroom:before { + content: "\f7bd" +} + +i.icon.retweet:before { + content: "\f079" +} + +i.icon.ribbon:before { + content: "\f4d6" +} + +i.icon.ring:before { + content: "\f70b" +} + +i.icon.road:before { + content: "\f018" +} + +i.icon.robot:before { + content: "\f544" +} + +i.icon.rocket:before { + content: "\f135" +} + +i.icon.route:before { + content: "\f4d7" +} + +i.icon.rss:before { + content: "\f09e" +} + +i.icon.rss.square:before { + content: "\f143" +} + +i.icon.ruble.sign:before { + content: "\f158" +} + +i.icon.ruler:before { + content: "\f545" +} + +i.icon.ruler.combined:before { + content: "\f546" +} + +i.icon.ruler.horizontal:before { + content: "\f547" +} + +i.icon.ruler.vertical:before { + content: "\f548" +} + +i.icon.running:before { + content: "\f70c" +} + +i.icon.rupee.sign:before { + content: "\f156" +} + +i.icon.sad.cry:before { + content: "\f5b3" +} + +i.icon.sad.tear:before { + content: "\f5b4" +} + +i.icon.satellite:before { + content: "\f7bf" +} + +i.icon.satellite.dish:before { + content: "\f7c0" +} + +i.icon.save:before { + content: "\f0c7" +} + +i.icon.school:before { + content: "\f549" +} + +i.icon.screwdriver:before { + content: "\f54a" +} + +i.icon.scroll:before { + content: "\f70e" +} + +i.icon.sd.card:before { + content: "\f7c2" +} + +i.icon.search:before { + content: "\f002" +} + +i.icon.search.dollar:before { + content: "\f688" +} + +i.icon.search.location:before { + content: "\f689" +} + +i.icon.search.minus:before { + content: "\f010" +} + +i.icon.search.plus:before { + content: "\f00e" +} + +i.icon.seedling:before { + content: "\f4d8" +} + +i.icon.server:before { + content: "\f233" +} + +i.icon.shapes:before { + content: "\f61f" +} + +i.icon.share:before { + content: "\f064" +} + +i.icon.share.alternate:before { + content: "\f1e0" +} + +i.icon.share.alternate.square:before { + content: "\f1e1" +} + +i.icon.share.square:before { + content: "\f14d" +} + +i.icon.shekel.sign:before { + content: "\f20b" +} + +i.icon.shield.alternate:before { + content: "\f3ed" +} + +i.icon.shield.virus:before { + content: "\f96c" +} + +i.icon.ship:before { + content: "\f21a" +} + +i.icon.shipping.fast:before { + content: "\f48b" +} + +i.icon.shoe.prints:before { + content: "\f54b" +} + +i.icon.shopping.bag:before { + content: "\f290" +} + +i.icon.shopping.basket:before { + content: "\f291" +} + +i.icon.shopping.cart:before { + content: "\f07a" +} + +i.icon.shower:before { + content: "\f2cc" +} + +i.icon.shuttle.van:before { + content: "\f5b6" +} + +i.icon.sign:before { + content: "\f4d9" +} + +i.icon.sign.in.alternate:before { + content: "\f2f6" +} + +i.icon.sign.language:before { + content: "\f2a7" +} + +i.icon.sign.out.alternate:before { + content: "\f2f5" +} + +i.icon.signal:before { + content: "\f012" +} + +i.icon.signature:before { + content: "\f5b7" +} + +i.icon.sim.card:before { + content: "\f7c4" +} + +i.icon.sitemap:before { + content: "\f0e8" +} + +i.icon.skating:before { + content: "\f7c5" +} + +i.icon.skiing:before { + content: "\f7c9" +} + +i.icon.skiing.nordic:before { + content: "\f7ca" +} + +i.icon.skull:before { + content: "\f54c" +} + +i.icon.skull.crossbones:before { + content: "\f714" +} + +i.icon.slash:before { + content: "\f715" +} + +i.icon.sleigh:before { + content: "\f7cc" +} + +i.icon.sliders.horizontal:before { + content: "\f1de" +} + +i.icon.smile:before { + content: "\f118" +} + +i.icon.smile.beam:before { + content: "\f5b8" +} + +i.icon.smile.wink:before { + content: "\f4da" +} + +i.icon.smog:before { + content: "\f75f" +} + +i.icon.smoking:before { + content: "\f48d" +} + +i.icon.smoking.ban:before { + content: "\f54d" +} + +i.icon.sms:before { + content: "\f7cd" +} + +i.icon.snowboarding:before { + content: "\f7ce" +} + +i.icon.snowflake:before { + content: "\f2dc" +} + +i.icon.snowman:before { + content: "\f7d0" +} + +i.icon.snowplow:before { + content: "\f7d2" +} + +i.icon.soap:before { + content: "\f96e" +} + +i.icon.socks:before { + content: "\f696" +} + +i.icon.solar.panel:before { + content: "\f5ba" +} + +i.icon.sort:before { + content: "\f0dc" +} + +i.icon.sort.alphabet.down:before { + content: "\f15d" +} + +i.icon.sort.alphabet.down.alternate:before { + content: "\f881" +} + +i.icon.sort.alphabet.up:before { + content: "\f15e" +} + +i.icon.sort.alphabet.up.alternate:before { + content: "\f882" +} + +i.icon.sort.amount.down:before { + content: "\f160" +} + +i.icon.sort.amount.down.alternate:before { + content: "\f884" +} + +i.icon.sort.amount.up:before { + content: "\f161" +} + +i.icon.sort.amount.up.alternate:before { + content: "\f885" +} + +i.icon.sort.down:before { + content: "\f0dd" +} + +i.icon.sort.numeric.down:before { + content: "\f162" +} + +i.icon.sort.numeric.down.alternate:before { + content: "\f886" +} + +i.icon.sort.numeric.up:before { + content: "\f163" +} + +i.icon.sort.numeric.up.alternate:before { + content: "\f887" +} + +i.icon.sort.up:before { + content: "\f0de" +} + +i.icon.spa:before { + content: "\f5bb" +} + +i.icon.space.shuttle:before { + content: "\f197" +} + +i.icon.spell.check:before { + content: "\f891" +} + +i.icon.spider:before { + content: "\f717" +} + +i.icon.spinner:before { + content: "\f110" +} + +i.icon.splotch:before { + content: "\f5bc" +} + +i.icon.spray.can:before { + content: "\f5bd" +} + +i.icon.square:before { + content: "\f0c8" +} + +i.icon.square.full:before { + content: "\f45c" +} + +i.icon.square.root.alternate:before { + content: "\f698" +} + +i.icon.stamp:before { + content: "\f5bf" +} + +i.icon.star:before { + content: "\f005" +} + +i.icon.star.and.crescent:before { + content: "\f699" +} + +i.icon.star.half:before { + content: "\f089" +} + +i.icon.star.half.alternate:before { + content: "\f5c0" +} + +i.icon.star.of.david:before { + content: "\f69a" +} + +i.icon.star.of.life:before { + content: "\f621" +} + +i.icon.step.backward:before { + content: "\f048" +} + +i.icon.step.forward:before { + content: "\f051" +} + +i.icon.stethoscope:before { + content: "\f0f1" +} + +i.icon.sticky.note:before { + content: "\f249" +} + +i.icon.stop:before { + content: "\f04d" +} + +i.icon.stop.circle:before { + content: "\f28d" +} + +i.icon.stopwatch:before { + content: "\f2f2" +} + +i.icon.stopwatch.twenty:before { + content: "\f96f" +} + +i.icon.store:before { + content: "\f54e" +} + +i.icon.store.alternate:before { + content: "\f54f" +} + +i.icon.store.alternate.slash:before { + content: "\f970" +} + +i.icon.store.slash:before { + content: "\f971" +} + +i.icon.stream:before { + content: "\f550" +} + +i.icon.street.view:before { + content: "\f21d" +} + +i.icon.strikethrough:before { + content: "\f0cc" +} + +i.icon.stroopwafel:before { + content: "\f551" +} + +i.icon.subscript:before { + content: "\f12c" +} + +i.icon.subway:before { + content: "\f239" +} + +i.icon.suitcase:before { + content: "\f0f2" +} + +i.icon.suitcase.rolling:before { + content: "\f5c1" +} + +i.icon.sun:before { + content: "\f185" +} + +i.icon.superscript:before { + content: "\f12b" +} + +i.icon.surprise:before { + content: "\f5c2" +} + +i.icon.swatchbook:before { + content: "\f5c3" +} + +i.icon.swimmer:before { + content: "\f5c4" +} + +i.icon.swimming.pool:before { + content: "\f5c5" +} + +i.icon.synagogue:before { + content: "\f69b" +} + +i.icon.sync:before { + content: "\f021" +} + +i.icon.sync.alternate:before { + content: "\f2f1" +} + +i.icon.syringe:before { + content: "\f48e" +} + +i.icon.table:before { + content: "\f0ce" +} + +i.icon.table.tennis:before { + content: "\f45d" +} + +i.icon.tablet:before { + content: "\f10a" +} + +i.icon.tablet.alternate:before { + content: "\f3fa" +} + +i.icon.tablets:before { + content: "\f490" +} + +i.icon.tachometer.alternate:before { + content: "\f3fd" +} + +i.icon.tag:before { + content: "\f02b" +} + +i.icon.tags:before { + content: "\f02c" +} + +i.icon.tape:before { + content: "\f4db" +} + +i.icon.tasks:before { + content: "\f0ae" +} + +i.icon.taxi:before { + content: "\f1ba" +} + +i.icon.teeth:before { + content: "\f62e" +} + +i.icon.teeth.open:before { + content: "\f62f" +} + +i.icon.temperature.high:before { + content: "\f769" +} + +i.icon.temperature.low:before { + content: "\f76b" +} + +i.icon.tenge:before { + content: "\f7d7" +} + +i.icon.terminal:before { + content: "\f120" +} + +i.icon.text.height:before { + content: "\f034" +} + +i.icon.text.width:before { + content: "\f035" +} + +i.icon.th:before { + content: "\f00a" +} + +i.icon.th.large:before { + content: "\f009" +} + +i.icon.th.list:before { + content: "\f00b" +} + +i.icon.theater.masks:before { + content: "\f630" +} + +i.icon.thermometer:before { + content: "\f491" +} + +i.icon.thermometer.empty:before { + content: "\f2cb" +} + +i.icon.thermometer.full:before { + content: "\f2c7" +} + +i.icon.thermometer.half:before { + content: "\f2c9" +} + +i.icon.thermometer.quarter:before { + content: "\f2ca" +} + +i.icon.thermometer.three.quarters:before { + content: "\f2c8" +} + +i.icon.thumbs.down:before { + content: "\f165" +} + +i.icon.thumbs.up:before { + content: "\f164" +} + +i.icon.thumbtack:before { + content: "\f08d" +} + +i.icon.ticket.alternate:before { + content: "\f3ff" +} + +i.icon.times:before { + content: "\f00d" +} + +i.icon.times.circle:before { + content: "\f057" +} + +i.icon.tint:before { + content: "\f043" +} + +i.icon.tint.slash:before { + content: "\f5c7" +} + +i.icon.tired:before { + content: "\f5c8" +} + +i.icon.toggle.off:before { + content: "\f204" +} + +i.icon.toggle.on:before { + content: "\f205" +} + +i.icon.toilet:before { + content: "\f7d8" +} + +i.icon.toilet.paper:before { + content: "\f71e" +} + +i.icon.toilet.paper.slash:before { + content: "\f972" +} + +i.icon.toolbox:before { + content: "\f552" +} + +i.icon.tools:before { + content: "\f7d9" +} + +i.icon.tooth:before { + content: "\f5c9" +} + +i.icon.torah:before { + content: "\f6a0" +} + +i.icon.torii.gate:before { + content: "\f6a1" +} + +i.icon.tractor:before { + content: "\f722" +} + +i.icon.trademark:before { + content: "\f25c" +} + +i.icon.traffic.light:before { + content: "\f637" +} + +i.icon.trailer:before { + content: "\f941" +} + +i.icon.train:before { + content: "\f238" +} + +i.icon.tram:before { + content: "\f7da" +} + +i.icon.transgender:before { + content: "\f224" +} + +i.icon.transgender.alternate:before { + content: "\f225" +} + +i.icon.trash:before { + content: "\f1f8" +} + +i.icon.trash.alternate:before { + content: "\f2ed" +} + +i.icon.trash.restore:before { + content: "\f829" +} + +i.icon.trash.restore.alternate:before { + content: "\f82a" +} + +i.icon.tree:before { + content: "\f1bb" +} + +i.icon.trophy:before { + content: "\f091" +} + +i.icon.truck:before { + content: "\f0d1" +} + +i.icon.truck.monster:before { + content: "\f63b" +} + +i.icon.truck.moving:before { + content: "\f4df" +} + +i.icon.truck.packing:before { + content: "\f4de" +} + +i.icon.truck.pickup:before { + content: "\f63c" +} + +i.icon.tshirt:before { + content: "\f553" +} + +i.icon.tty:before { + content: "\f1e4" +} + +i.icon.tv:before { + content: "\f26c" +} + +i.icon.umbrella:before { + content: "\f0e9" +} + +i.icon.umbrella.beach:before { + content: "\f5ca" +} + +i.icon.underline:before { + content: "\f0cd" +} + +i.icon.undo:before { + content: "\f0e2" +} + +i.icon.undo.alternate:before { + content: "\f2ea" +} + +i.icon.universal.access:before { + content: "\f29a" +} + +i.icon.university:before { + content: "\f19c" +} + +i.icon.unlink:before { + content: "\f127" +} + +i.icon.unlock:before { + content: "\f09c" +} + +i.icon.unlock.alternate:before { + content: "\f13e" +} + +i.icon.upload:before { + content: "\f093" +} + +i.icon.user:before { + content: "\f007" +} + +i.icon.user.alternate:before { + content: "\f406" +} + +i.icon.user.alternate.slash:before { + content: "\f4fa" +} + +i.icon.user.astronaut:before { + content: "\f4fb" +} + +i.icon.user.check:before { + content: "\f4fc" +} + +i.icon.user.circle:before { + content: "\f2bd" +} + +i.icon.user.clock:before { + content: "\f4fd" +} + +i.icon.user.cog:before { + content: "\f4fe" +} + +i.icon.user.edit:before { + content: "\f4ff" +} + +i.icon.user.friends:before { + content: "\f500" +} + +i.icon.user.graduate:before { + content: "\f501" +} + +i.icon.user.injured:before { + content: "\f728" +} + +i.icon.user.lock:before { + content: "\f502" +} + +i.icon.user.md:before { + content: "\f0f0" +} + +i.icon.user.minus:before { + content: "\f503" +} + +i.icon.user.ninja:before { + content: "\f504" +} + +i.icon.user.nurse:before { + content: "\f82f" +} + +i.icon.user.plus:before { + content: "\f234" +} + +i.icon.user.secret:before { + content: "\f21b" +} + +i.icon.user.shield:before { + content: "\f505" +} + +i.icon.user.slash:before { + content: "\f506" +} + +i.icon.user.tag:before { + content: "\f507" +} + +i.icon.user.tie:before { + content: "\f508" +} + +i.icon.user.times:before { + content: "\f235" +} + +i.icon.users:before { + content: "\f0c0" +} + +i.icon.users.cog:before { + content: "\f509" +} + +i.icon.utensil.spoon:before { + content: "\f2e5" +} + +i.icon.utensils:before { + content: "\f2e7" +} + +i.icon.vector.square:before { + content: "\f5cb" +} + +i.icon.venus:before { + content: "\f221" +} + +i.icon.venus.double:before { + content: "\f226" +} + +i.icon.venus.mars:before { + content: "\f228" +} + +i.icon.vial:before { + content: "\f492" +} + +i.icon.vials:before { + content: "\f493" +} + +i.icon.video:before { + content: "\f03d" +} + +i.icon.video.slash:before { + content: "\f4e2" +} + +i.icon.vihara:before { + content: "\f6a7" +} + +i.icon.virus:before { + content: "\f974" +} + +i.icon.virus.slash:before { + content: "\f975" +} + +i.icon.viruses:before { + content: "\f976" +} + +i.icon.voicemail:before { + content: "\f897" +} + +i.icon.volleyball.ball:before { + content: "\f45f" +} + +i.icon.volume.down:before { + content: "\f027" +} + +i.icon.volume.mute:before { + content: "\f6a9" +} + +i.icon.volume.off:before { + content: "\f026" +} + +i.icon.volume.up:before { + content: "\f028" +} + +i.icon.vote.yea:before { + content: "\f772" +} + +i.icon.vr.cardboard:before { + content: "\f729" +} + +i.icon.walking:before { + content: "\f554" +} + +i.icon.wallet:before { + content: "\f555" +} + +i.icon.warehouse:before { + content: "\f494" +} + +i.icon.water:before { + content: "\f773" +} + +i.icon.wave.square:before { + content: "\f83e" +} + +i.icon.weight:before { + content: "\f496" +} + +i.icon.weight.hanging:before { + content: "\f5cd" +} + +i.icon.wheelchair:before { + content: "\f193" +} + +i.icon.wifi:before { + content: "\f1eb" +} + +i.icon.wind:before { + content: "\f72e" +} + +i.icon.window.close:before { + content: "\f410" +} + +i.icon.window.maximize:before { + content: "\f2d0" +} + +i.icon.window.minimize:before { + content: "\f2d1" +} + +i.icon.window.restore:before { + content: "\f2d2" +} + +i.icon.wine.bottle:before { + content: "\f72f" +} + +i.icon.wine.glass:before { + content: "\f4e3" +} + +i.icon.wine.glass.alternate:before { + content: "\f5ce" +} + +i.icon.won.sign:before { + content: "\f159" +} + +i.icon.wrench:before { + content: "\f0ad" +} + +i.icon.x.ray:before { + content: "\f497" +} + +i.icon.yen.sign:before { + content: "\f157" +} + +i.icon.yin.yang:before { + content: "\f6ad" +} + +i.icon.add:before { + content: "\f067" +} + +i.icon.add.circle:before { + content: "\f055" +} + +i.icon.add.square:before { + content: "\f0fe" +} + +i.icon.add.to.calendar:before { + content: "\f271" +} + +i.icon.add.to.cart:before { + content: "\f217" +} + +i.icon.add.user:before { + content: "\f234" +} + +i.icon.alarm:before { + content: "\f0f3" +} + +i.icon.alarm.mute:before { + content: "\f1f6" +} + +i.icon.ald:before { + content: "\f2a2" +} + +i.icon.als:before { + content: "\f2a2" +} + +i.icon.announcement:before { + content: "\f0a1" +} + +i.icon.area.chart:before { + content: "\f1fe" +} + +i.icon.area.graph:before { + content: "\f1fe" +} + +i.icon.arrow.down.cart:before { + content: "\f218" +} + +i.icon.asexual:before { + content: "\f22d" +} + +i.icon.asl:before { + content: "\f2a3" +} + +i.icon.asl.interpreting:before { + content: "\f2a3" +} + +i.icon.assistive.listening.devices:before { + content: "\f2a2" +} + +i.icon.attach:before { + content: "\f0c6" +} + +i.icon.attention:before { + content: "\f06a" +} + +i.icon.balance:before { + content: "\f24e" +} + +i.icon.bar:before { + content: "\f0fc" +} + +i.icon.bathtub:before { + content: "\f2cd" +} + +i.icon.battery.four:before { + content: "\f240" +} + +i.icon.battery.high:before { + content: "\f241" +} + +i.icon.battery.low:before { + content: "\f243" +} + +i.icon.battery.medium:before { + content: "\f242" +} + +i.icon.battery.one:before { + content: "\f243" +} + +i.icon.battery.three:before { + content: "\f241" +} + +i.icon.battery.two:before { + content: "\f242" +} + +i.icon.battery.zero:before { + content: "\f244" +} + +i.icon.birthday:before { + content: "\f1fd" +} + +i.icon.block.layout:before { + content: "\f009" +} + +i.icon.broken.chain:before { + content: "\f127" +} + +i.icon.browser:before { + content: "\f022" +} + +i.icon.call:before { + content: "\f095" +} + +i.icon.call.square:before { + content: "\f098" +} + +i.icon.cancel:before { + content: "\f00d" +} + +i.icon.cart:before { + content: "\f07a" +} + +i.icon.cc:before { + content: "\f20a" +} + +i.icon.chain:before { + content: "\f0c1" +} + +i.icon.chat:before { + content: "\f075" +} + +i.icon.checked.calendar:before { + content: "\f274" +} + +i.icon.checkmark:before { + content: "\f00c" +} + +i.icon.checkmark.box:before { + content: "\f14a" +} + +i.icon.chess.rock:before { + content: "\f447" +} + +i.icon.circle.notched:before { + content: "\f1ce" +} + +i.icon.circle.thin:before { + content: "\f111" +} + +i.icon.close:before { + content: "\f00d" +} + +i.icon.cloud.download:before { + content: "\f381" +} + +i.icon.cloud.upload:before { + content: "\f382" +} + +i.icon.cny:before { + content: "\f157" +} + +i.icon.cocktail:before { + content: "\f000" +} + +i.icon.commenting:before { + content: "\f27a" +} + +i.icon.compose:before { + content: "\f303" +} + +i.icon.computer:before { + content: "\f108" +} + +i.icon.configure:before { + content: "\f0ad" +} + +i.icon.content:before { + content: "\f0c9" +} + +i.icon.conversation:before { + content: "\f086" +} + +i.icon.credit.card.alternative:before { + content: "\f09d" +} + +i.icon.currency:before { + content: "\f3d1" +} + +i.icon.dashboard:before { + content: "\f3fd" +} + +i.icon.deafness:before { + content: "\f2a4" +} + +i.icon.delete:before { + content: "\f00d" +} + +i.icon.delete.calendar:before { + content: "\f273" +} + +i.icon.detective:before { + content: "\f21b" +} + +i.icon.diamond:before { + content: "\f3a5" +} + +i.icon.discussions:before { + content: "\f086" +} + +i.icon.disk:before { + content: "\f0a0" +} + +i.icon.doctor:before { + content: "\f0f0" +} + +i.icon.dollar:before { + content: "\f155" +} + +i.icon.dont:before { + content: "\f05e" +} + +i.icon.drivers.license:before { + content: "\f2c2" +} + +i.icon.dropdown:before { + content: "\f0d7" +} + +i.icon.emergency:before { + content: "\f0f9" +} + +i.icon.erase:before { + content: "\f12d" +} + +i.icon.eur:before { + content: "\f153" +} + +i.icon.euro:before { + content: "\f153" +} + +i.icon.exchange:before { + content: "\f362" +} + +i.icon.external:before { + content: "\f35d" +} + +i.icon.external.share:before { + content: "\f14d" +} + +i.icon.external.square:before { + content: "\f360" +} + +i.icon.eyedropper:before { + content: "\f1fb" +} + +i.icon.factory:before { + content: "\f275" +} + +i.icon.favorite:before { + content: "\f005" +} + +i.icon.feed:before { + content: "\f09e" +} + +i.icon.female.homosexual:before { + content: "\f226" +} + +i.icon.file.text:before { + content: "\f15c" +} + +i.icon.find:before { + content: "\f1e5" +} + +i.icon.first.aid:before { + content: "\f0fa" +} + +i.icon.food:before { + content: "\f2e7" +} + +i.icon.fork:before { + content: "\f126" +} + +i.icon.game:before { + content: "\f11b" +} + +i.icon.gay:before { + content: "\f227" +} + +i.icon.gbp:before { + content: "\f154" +} + +i.icon.grab:before { + content: "\f255" +} + +i.icon.graduation:before { + content: "\f19d" +} + +i.icon.grid.layout:before { + content: "\f00a" +} + +i.icon.group:before { + content: "\f0c0" +} + +i.icon.h:before { + content: "\f0fd" +} + +i.icon.hamburger:before { + content: "\f0c9" +} + +i.icon.hand.victory:before { + content: "\f25b" +} + +i.icon.handicap:before { + content: "\f193" +} + +i.icon.hard.of.hearing:before { + content: "\f2a4" +} + +i.icon.header:before { + content: "\f1dc" +} + +i.icon.heart.empty:before { + content: "\f004" +} + +i.icon.help:before { + content: "\f128" +} + +i.icon.help.circle:before { + content: "\f059" +} + +i.icon.heterosexual:before { + content: "\f228" +} + +i.icon.hide:before { + content: "\f070" +} + +i.icon.hotel:before { + content: "\f236" +} + +i.icon.hourglass.four:before { + content: "\f254" +} + +i.icon.hourglass.full:before { + content: "\f254" +} + +i.icon.hourglass.one:before { + content: "\f251" +} + +i.icon.hourglass.three:before { + content: "\f253" +} + +i.icon.hourglass.two:before { + content: "\f252" +} + +i.icon.hourglass.zero:before { + content: "\f253" +} + +i.icon.idea:before { + content: "\f0eb" +} + +i.icon.ils:before { + content: "\f20b" +} + +i.icon.in.cart:before { + content: "\f218" +} + +i.icon.inr:before { + content: "\f156" +} + +i.icon.intergender:before { + content: "\f224" +} + +i.icon.intersex:before { + content: "\f224" +} + +i.icon.jpy:before { + content: "\f157" +} + +i.icon.krw:before { + content: "\f159" +} + +i.icon.lab:before { + content: "\f0c3" +} + +i.icon.law:before { + content: "\f24e" +} + +i.icon.legal:before { + content: "\f0e3" +} + +i.icon.lesbian:before { + content: "\f226" +} + +i.icon.level.down:before { + content: "\f3be" +} + +i.icon.level.up:before { + content: "\f3bf" +} + +i.icon.lightning:before { + content: "\f0e7" +} + +i.icon.like:before { + content: "\f004" +} + +i.icon.line.graph:before { + content: "\f201" +} + +i.icon.linegraph:before { + content: "\f201" +} + +i.icon.linkify:before { + content: "\f0c1" +} + +i.icon.lira:before { + content: "\f195" +} + +i.icon.list.layout:before { + content: "\f00b" +} + +i.icon.log.out:before { + content: "\f2f5" +} + +i.icon.magnify:before { + content: "\f00e" +} + +i.icon.mail:before { + content: "\f0e0" +} + +i.icon.mail.forward:before { + content: "\f064" +} + +i.icon.mail.square:before { + content: "\f199" +} + +i.icon.male.homosexual:before { + content: "\f227" +} + +i.icon.man:before { + content: "\f222" +} + +i.icon.marker:before { + content: "\f041" +} + +i.icon.mars.alternate:before { + content: "\f229" +} + +i.icon.mars.horizontal:before { + content: "\f22b" +} + +i.icon.mars.vertical:before { + content: "\f22a" +} + +i.icon.meanpath:before { + content: "\f0c8" +} + +i.icon.military:before { + content: "\f0fb" +} + +i.icon.money:before { + content: "\f3d1" +} + +i.icon.move:before { + content: "\f0b2" +} + +i.icon.mute:before { + content: "\f131" +} + +i.icon.non.binary.transgender:before { + content: "\f223" +} + +i.icon.numbered.list:before { + content: "\f0cb" +} + +i.icon.options:before { + content: "\f1de" +} + +i.icon.ordered.list:before { + content: "\f0cb" +} + +i.icon.other.gender:before { + content: "\f229" +} + +i.icon.other.gender.horizontal:before { + content: "\f22b" +} + +i.icon.other.gender.vertical:before { + content: "\f22a" +} + +i.icon.payment:before { + content: "\f09d" +} + +i.icon.pencil:before { + content: "\f303" +} + +i.icon.pencil.square:before { + content: "\f14b" +} + +i.icon.photo:before { + content: "\f030" +} + +i.icon.picture:before { + content: "\f03e" +} + +i.icon.pie.chart:before { + content: "\f200" +} + +i.icon.pie.graph:before { + content: "\f200" +} + +i.icon.pin:before { + content: "\f08d" +} + +i.icon.plus.cart:before { + content: "\f217" +} + +i.icon.point:before { + content: "\f041" +} + +i.icon.pointing.down:before { + content: "\f0a7" +} + +i.icon.pointing.left:before { + content: "\f0a5" +} + +i.icon.pointing.right:before { + content: "\f0a4" +} + +i.icon.pointing.up:before { + content: "\f0a6" +} + +i.icon.pound:before { + content: "\f154" +} + +i.icon.power:before { + content: "\f011" +} + +i.icon.power.cord:before { + content: "\f1e6" +} + +i.icon.privacy:before { + content: "\f084" +} + +i.icon.protect:before { + content: "\f023" +} + +i.icon.puzzle:before { + content: "\f12e" +} + +i.icon.r.circle:before { + content: "\f25d" +} + +i.icon.radio:before { + content: "\f192" +} + +i.icon.rain:before { + content: "\f0e9" +} + +i.icon.record:before { + content: "\f03d" +} + +i.icon.refresh:before { + content: "\f021" +} + +i.icon.remove:before { + content: "\f00d" +} + +i.icon.remove.bookmark:before { + content: "\f02e" +} + +i.icon.remove.circle:before { + content: "\f057" +} + +i.icon.remove.from.calendar:before { + content: "\f272" +} + +i.icon.remove.user:before { + content: "\f235" +} + +i.icon.repeat:before { + content: "\f01e" +} + +i.icon.resize.horizontal:before { + content: "\f337" +} + +i.icon.resize.vertical:before { + content: "\f338" +} + +i.icon.rmb:before { + content: "\f157" +} + +i.icon.rouble:before { + content: "\f158" +} + +i.icon.rub:before { + content: "\f158" +} + +i.icon.ruble:before { + content: "\f158" +} + +i.icon.rupee:before { + content: "\f156" +} + +i.icon.s15:before { + content: "\f2cd" +} + +i.icon.selected.radio:before { + content: "\f192" +} + +i.icon.send:before { + content: "\f1d8" +} + +i.icon.setting:before { + content: "\f013" +} + +i.icon.settings:before { + content: "\f085" +} + +i.icon.shekel:before { + content: "\f20b" +} + +i.icon.sheqel:before { + content: "\f20b" +} + +i.icon.shield:before { + content: "\f3ed" +} + +i.icon.shipping:before { + content: "\f0d1" +} + +i.icon.shop:before { + content: "\f07a" +} + +i.icon.shuffle:before { + content: "\f074" +} + +i.icon.shutdown:before { + content: "\f011" +} + +i.icon.sidebar:before { + content: "\f0c9" +} + +i.icon.sign.in:before { + content: "\f2f6" +} + +i.icon.sign.out:before { + content: "\f2f5" +} + +i.icon.signing:before { + content: "\f2a7" +} + +i.icon.signup:before { + content: "\f044" +} + +i.icon.sliders:before { + content: "\f1de" +} + +i.icon.soccer:before { + content: "\f1e3" +} + +i.icon.sort.alphabet.ascending:before { + content: "\f15d" +} + +i.icon.sort.alphabet.descending:before { + content: "\f15e" +} + +i.icon.sort.ascending:before { + content: "\f0de" +} + +i.icon.sort.content.ascending:before { + content: "\f160" +} + +i.icon.sort.content.descending:before { + content: "\f161" +} + +i.icon.sort.descending:before { + content: "\f0dd" +} + +i.icon.sort.numeric.ascending:before { + content: "\f162" +} + +i.icon.sort.numeric.descending:before { + content: "\f163" +} + +i.icon.sound:before { + content: "\f025" +} + +i.icon.spoon:before { + content: "\f2e5" +} + +i.icon.spy:before { + content: "\f21b" +} + +i.icon.star.empty:before { + content: "\f005" +} + +i.icon.star.half.empty:before { + content: "\f089" +} + +i.icon.star.half.full:before { + content: "\f089" +} + +i.icon.student:before { + content: "\f19d" +} + +i.icon.talk:before { + content: "\f27a" +} + +i.icon.target:before { + content: "\f140" +} + +i.icon.teletype:before { + content: "\f1e4" +} + +i.icon.television:before { + content: "\f26c" +} + +i.icon.text.cursor:before { + content: "\f246" +} + +i.icon.text.telephone:before { + content: "\f1e4" +} + +i.icon.theme:before { + content: "\f043" +} + +i.icon.thermometer:before { + content: "\f2c7" +} + +i.icon.thumb.tack:before { + content: "\f08d" +} + +i.icon.ticket:before { + content: "\f3ff" +} + +i.icon.time:before { + content: "\f017" +} + +i.icon.times.rectangle:before { + content: "\f410" +} + +i.icon.tm:before { + content: "\f25c" +} + +i.icon.toggle.down:before { + content: "\f150" +} + +i.icon.toggle.left:before { + content: "\f191" +} + +i.icon.toggle.right:before { + content: "\f152" +} + +i.icon.toggle.up:before { + content: "\f151" +} + +i.icon.translate:before { + content: "\f1ab" +} + +i.icon.travel:before { + content: "\f0b1" +} + +i.icon.treatment:before { + content: "\f0f1" +} + +i.icon.triangle.down:before { + content: "\f0d7" +} + +i.icon.triangle.left:before { + content: "\f0d9" +} + +i.icon.triangle.right:before { + content: "\f0da" +} + +i.icon.triangle.up:before { + content: "\f0d8" +} + +i.icon.try:before { + content: "\f195" +} + +i.icon.unhide:before { + content: "\f06e" +} + +i.icon.unlinkify:before { + content: "\f127" +} + +i.icon.unmute:before { + content: "\f130" +} + +i.icon.unordered.list:before { + content: "\f0ca" +} + +i.icon.usd:before { + content: "\f155" +} + +i.icon.user.cancel:before { + content: "\f235" +} + +i.icon.user.close:before { + content: "\f235" +} + +i.icon.user.delete:before { + content: "\f235" +} + +i.icon.user.doctor:before { + content: "\f0f0" +} + +i.icon.user.x:before { + content: "\f235" +} + +i.icon.vcard:before { + content: "\f2bb" +} + +i.icon.video.camera:before { + content: "\f03d" +} + +i.icon.video.play:before { + content: "\f144" +} + +i.icon.volume.control.phone:before { + content: "\f2a0" +} + +i.icon.wait:before { + content: "\f017" +} + +i.icon.warning:before { + content: "\f12a" +} + +i.icon.warning.circle:before { + content: "\f06a" +} + +i.icon.warning.sign:before { + content: "\f071" +} + +i.icon.wi.fi:before { + content: "\f1eb" +} + +i.icon.winner:before { + content: "\f091" +} + +i.icon.wizard:before { + content: "\f0d0" +} + +i.icon.woman:before { + content: "\f221" +} + +i.icon.won:before { + content: "\f159" +} + +i.icon.world:before { + content: "\f0ac" +} + +i.icon.write:before { + content: "\f303" +} + +i.icon.write.square:before { + content: "\f14b" +} + +i.icon.x:before { + content: "\f00d" +} + +i.icon.yen:before { + content: "\f157" +} + +i.icon.zip:before { + content: "\f187" +} + +i.icon.zoom:before { + content: "\f00e" +} + +i.icon.zoom.in:before { + content: "\f00e" +} + +i.icon.zoom.out:before { + content: "\f010" +} + +@font-face { + font-family: "outline-icons"; + src: url(./themes/default/assets/fonts/outline-icons.eot); + src: url(./themes/default/assets/fonts/outline-icons.eot?#iefix) format("embedded-opentype"), url(../fonts/outline-icons.woff2) format("woff2"), url(./themes/default/assets/fonts/outline-icons.woff) format("woff"), url(./themes/default/assets/fonts/outline-icons.ttf) format("truetype"), url(./themes/default/assets/fonts/outline-icons.svg#icons) format("svg"); + font-style: normal; + font-weight: normal; + font-variant: normal; + text-decoration: inherit; + text-transform: none +} + +i.icon.outline { + font-family: "outline-icons" +} + +i.icon.address.book.outline:before { + content: "\f2b9" +} + +i.icon.address.card.outline:before { + content: "\f2bb" +} + +i.icon.angry.outline:before { + content: "\f556" +} + +i.icon.arrow.alternate.circle.down.outline:before { + content: "\f358" +} + +i.icon.arrow.alternate.circle.left.outline:before { + content: "\f359" +} + +i.icon.arrow.alternate.circle.right.outline:before { + content: "\f35a" +} + +i.icon.arrow.alternate.circle.up.outline:before { + content: "\f35b" +} + +i.icon.bell.outline:before { + content: "\f0f3" +} + +i.icon.bell.slash.outline:before { + content: "\f1f6" +} + +i.icon.bookmark.outline:before { + content: "\f02e" +} + +i.icon.building.outline:before { + content: "\f1ad" +} + +i.icon.calendar.alternate.outline:before { + content: "\f073" +} + +i.icon.calendar.check.outline:before { + content: "\f274" +} + +i.icon.calendar.minus.outline:before { + content: "\f272" +} + +i.icon.calendar.outline:before { + content: "\f133" +} + +i.icon.calendar.plus.outline:before { + content: "\f271" +} + +i.icon.calendar.times.outline:before { + content: "\f273" +} + +i.icon.caret.square.down.outline:before { + content: "\f150" +} + +i.icon.caret.square.left.outline:before { + content: "\f191" +} + +i.icon.caret.square.right.outline:before { + content: "\f152" +} + +i.icon.caret.square.up.outline:before { + content: "\f151" +} + +i.icon.chart.bar.outline:before { + content: "\f080" +} + +i.icon.check.circle.outline:before { + content: "\f058" +} + +i.icon.check.square.outline:before { + content: "\f14a" +} + +i.icon.circle.outline:before { + content: "\f111" +} + +i.icon.clipboard.outline:before { + content: "\f328" +} + +i.icon.clock.outline:before { + content: "\f017" +} + +i.icon.clone.outline:before { + content: "\f24d" +} + +i.icon.closed.captioning.outline:before { + content: "\f20a" +} + +i.icon.comment.alternate.outline:before { + content: "\f27a" +} + +i.icon.comment.dots.outline:before { + content: "\f4ad" +} + +i.icon.comment.outline:before { + content: "\f075" +} + +i.icon.comments.outline:before { + content: "\f086" +} + +i.icon.compass.outline:before { + content: "\f14e" +} + +i.icon.copy.outline:before { + content: "\f0c5" +} + +i.icon.copyright.outline:before { + content: "\f1f9" +} + +i.icon.credit.card.outline:before { + content: "\f09d" +} + +i.icon.dizzy.outline:before { + content: "\f567" +} + +i.icon.dot.circle.outline:before { + content: "\f192" +} + +i.icon.edit.outline:before { + content: "\f044" +} + +i.icon.envelope.open.outline:before { + content: "\f2b6" +} + +i.icon.envelope.outline:before { + content: "\f0e0" +} + +i.icon.eye.outline:before { + content: "\f06e" +} + +i.icon.eye.slash.outline:before { + content: "\f070" +} + +i.icon.file.alternate.outline:before { + content: "\f15c" +} + +i.icon.file.archive.outline:before { + content: "\f1c6" +} + +i.icon.file.audio.outline:before { + content: "\f1c7" +} + +i.icon.file.code.outline:before { + content: "\f1c9" +} + +i.icon.file.excel.outline:before { + content: "\f1c3" +} + +i.icon.file.image.outline:before { + content: "\f1c5" +} + +i.icon.file.outline:before { + content: "\f15b" +} + +i.icon.file.pdf.outline:before { + content: "\f1c1" +} + +i.icon.file.powerpoint.outline:before { + content: "\f1c4" +} + +i.icon.file.video.outline:before { + content: "\f1c8" +} + +i.icon.file.word.outline:before { + content: "\f1c2" +} + +i.icon.flag.outline:before { + content: "\f024" +} + +i.icon.flushed.outline:before { + content: "\f579" +} + +i.icon.folder.open.outline:before { + content: "\f07c" +} + +i.icon.folder.outline:before { + content: "\f07b" +} + +i.icon.frown.open.outline:before { + content: "\f57a" +} + +i.icon.frown.outline:before { + content: "\f119" +} + +i.icon.futbol.outline:before { + content: "\f1e3" +} + +i.icon.gem.outline:before { + content: "\f3a5" +} + +i.icon.grimace.outline:before { + content: "\f57f" +} + +i.icon.grin.alternate.outline:before { + content: "\f581" +} + +i.icon.grin.beam.outline:before { + content: "\f582" +} + +i.icon.grin.beam.sweat.outline:before { + content: "\f583" +} + +i.icon.grin.hearts.outline:before { + content: "\f584" +} + +i.icon.grin.outline:before { + content: "\f580" +} + +i.icon.grin.squint.outline:before { + content: "\f585" +} + +i.icon.grin.squint.tears.outline:before { + content: "\f586" +} + +i.icon.grin.stars.outline:before { + content: "\f587" +} + +i.icon.grin.tears.outline:before { + content: "\f588" +} + +i.icon.grin.tongue.outline:before { + content: "\f589" +} + +i.icon.grin.tongue.squint.outline:before { + content: "\f58a" +} + +i.icon.grin.tongue.wink.outline:before { + content: "\f58b" +} + +i.icon.grin.wink.outline:before { + content: "\f58c" +} + +i.icon.hand.lizard.outline:before { + content: "\f258" +} + +i.icon.hand.paper.outline:before { + content: "\f256" +} + +i.icon.hand.peace.outline:before { + content: "\f25b" +} + +i.icon.hand.point.down.outline:before { + content: "\f0a7" +} + +i.icon.hand.point.left.outline:before { + content: "\f0a5" +} + +i.icon.hand.point.right.outline:before { + content: "\f0a4" +} + +i.icon.hand.point.up.outline:before { + content: "\f0a6" +} + +i.icon.hand.pointer.outline:before { + content: "\f25a" +} + +i.icon.hand.rock.outline:before { + content: "\f255" +} + +i.icon.hand.scissors.outline:before { + content: "\f257" +} + +i.icon.hand.spock.outline:before { + content: "\f259" +} + +i.icon.handshake.outline:before { + content: "\f2b5" +} + +i.icon.hdd.outline:before { + content: "\f0a0" +} + +i.icon.heart.outline:before { + content: "\f004" +} + +i.icon.hospital.outline:before { + content: "\f0f8" +} + +i.icon.hourglass.outline:before { + content: "\f254" +} + +i.icon.id.badge.outline:before { + content: "\f2c1" +} + +i.icon.id.card.outline:before { + content: "\f2c2" +} + +i.icon.image.outline:before { + content: "\f03e" +} + +i.icon.images.outline:before { + content: "\f302" +} + +i.icon.keyboard.outline:before { + content: "\f11c" +} + +i.icon.kiss.beam.outline:before { + content: "\f597" +} + +i.icon.kiss.outline:before { + content: "\f596" +} + +i.icon.kiss.wink.heart.outline:before { + content: "\f598" +} + +i.icon.laugh.beam.outline:before { + content: "\f59a" +} + +i.icon.laugh.outline:before { + content: "\f599" +} + +i.icon.laugh.squint.outline:before { + content: "\f59b" +} + +i.icon.laugh.wink.outline:before { + content: "\f59c" +} + +i.icon.lemon.outline:before { + content: "\f094" +} + +i.icon.life.ring.outline:before { + content: "\f1cd" +} + +i.icon.lightbulb.outline:before { + content: "\f0eb" +} + +i.icon.list.alternate.outline:before { + content: "\f022" +} + +i.icon.map.outline:before { + content: "\f279" +} + +i.icon.meh.blank.outline:before { + content: "\f5a4" +} + +i.icon.meh.outline:before { + content: "\f11a" +} + +i.icon.meh.rolling.eyes.outline:before { + content: "\f5a5" +} + +i.icon.minus.square.outline:before { + content: "\f146" +} + +i.icon.money.bill.alternate.outline:before { + content: "\f3d1" +} + +i.icon.moon.outline:before { + content: "\f186" +} + +i.icon.newspaper.outline:before { + content: "\f1ea" +} + +i.icon.object.group.outline:before { + content: "\f247" +} + +i.icon.object.ungroup.outline:before { + content: "\f248" +} + +i.icon.paper.plane.outline:before { + content: "\f1d8" +} + +i.icon.pause.circle.outline:before { + content: "\f28b" +} + +i.icon.play.circle.outline:before { + content: "\f144" +} + +i.icon.plus.square.outline:before { + content: "\f0fe" +} + +i.icon.question.circle.outline:before { + content: "\f059" +} + +i.icon.registered.outline:before { + content: "\f25d" +} + +i.icon.sad.cry.outline:before { + content: "\f5b3" +} + +i.icon.sad.tear.outline:before { + content: "\f5b4" +} + +i.icon.save.outline:before { + content: "\f0c7" +} + +i.icon.share.square.outline:before { + content: "\f14d" +} + +i.icon.smile.beam.outline:before { + content: "\f5b8" +} + +i.icon.smile.outline:before { + content: "\f118" +} + +i.icon.smile.wink.outline:before { + content: "\f4da" +} + +i.icon.snowflake.outline:before { + content: "\f2dc" +} + +i.icon.square.outline:before { + content: "\f0c8" +} + +i.icon.star.half.outline:before { + content: "\f089" +} + +i.icon.star.outline:before { + content: "\f005" +} + +i.icon.sticky.note.outline:before { + content: "\f249" +} + +i.icon.stop.circle.outline:before { + content: "\f28d" +} + +i.icon.sun.outline:before { + content: "\f185" +} + +i.icon.surprise.outline:before { + content: "\f5c2" +} + +i.icon.thumbs.down.outline:before { + content: "\f165" +} + +i.icon.thumbs.up.outline:before { + content: "\f164" +} + +i.icon.times.circle.outline:before { + content: "\f057" +} + +i.icon.tired.outline:before { + content: "\f5c8" +} + +i.icon.trash.alternate.outline:before { + content: "\f2ed" +} + +i.icon.user.circle.outline:before { + content: "\f2bd" +} + +i.icon.user.outline:before { + content: "\f007" +} + +i.icon.window.close.outline:before { + content: "\f410" +} + +i.icon.window.maximize.outline:before { + content: "\f2d0" +} + +i.icon.window.minimize.outline:before { + content: "\f2d1" +} + +i.icon.window.restore.outline:before { + content: "\f2d2" +} + +@font-face { + font-family: "brand-icons"; + src: url(./themes/default/assets/fonts/brand-icons.eot); + src: url(./themes/default/assets/fonts/brand-icons.eot?#iefix) format("embedded-opentype"), url(./themes/default/assets/fonts/brand-icons.woff2) format("woff2"), url(./themes/default/assets/fonts/brand-icons.woff) format("woff"), url(./themes/default/assets/fonts/brand-icons.ttf) format("truetype"), url(./themes/default/assets/fonts/brand-icons.svg#icons) format("svg"); + font-style: normal; + font-weight: normal; + font-variant: normal; + text-decoration: inherit; + text-transform: none +} + +i.icon.\35 00px:before { + content: "\f26e"; + font-family: "brand-icons" +} + +i.icon.accessible:before { + content: "\f368"; + font-family: "brand-icons" +} + +i.icon.accusoft:before { + content: "\f369"; + font-family: "brand-icons" +} + +i.icon.acquisitions.incorporated:before { + content: "\f6af"; + font-family: "brand-icons" +} + +i.icon.adn:before { + content: "\f170"; + font-family: "brand-icons" +} + +i.icon.adobe:before { + content: "\f778"; + font-family: "brand-icons" +} + +i.icon.adversal:before { + content: "\f36a"; + font-family: "brand-icons" +} + +i.icon.affiliatetheme:before { + content: "\f36b"; + font-family: "brand-icons" +} + +i.icon.airbnb:before { + content: "\f834"; + font-family: "brand-icons" +} + +i.icon.algolia:before { + content: "\f36c"; + font-family: "brand-icons" +} + +i.icon.alipay:before { + content: "\f642"; + font-family: "brand-icons" +} + +i.icon.amazon:before { + content: "\f270"; + font-family: "brand-icons" +} + +i.icon.amazon.pay:before { + content: "\f42c"; + font-family: "brand-icons" +} + +i.icon.amilia:before { + content: "\f36d"; + font-family: "brand-icons" +} + +i.icon.android:before { + content: "\f17b"; + font-family: "brand-icons" +} + +i.icon.angellist:before { + content: "\f209"; + font-family: "brand-icons" +} + +i.icon.angrycreative:before { + content: "\f36e"; + font-family: "brand-icons" +} + +i.icon.angular:before { + content: "\f420"; + font-family: "brand-icons" +} + +i.icon.app.store:before { + content: "\f36f"; + font-family: "brand-icons" +} + +i.icon.app.store.ios:before { + content: "\f370"; + font-family: "brand-icons" +} + +i.icon.apper:before { + content: "\f371"; + font-family: "brand-icons" +} + +i.icon.apple:before { + content: "\f179"; + font-family: "brand-icons" +} + +i.icon.apple.pay:before { + content: "\f415"; + font-family: "brand-icons" +} + +i.icon.artstation:before { + content: "\f77a"; + font-family: "brand-icons" +} + +i.icon.asymmetrik:before { + content: "\f372"; + font-family: "brand-icons" +} + +i.icon.atlassian:before { + content: "\f77b"; + font-family: "brand-icons" +} + +i.icon.audible:before { + content: "\f373"; + font-family: "brand-icons" +} + +i.icon.autoprefixer:before { + content: "\f41c"; + font-family: "brand-icons" +} + +i.icon.avianex:before { + content: "\f374"; + font-family: "brand-icons" +} + +i.icon.aviato:before { + content: "\f421"; + font-family: "brand-icons" +} + +i.icon.aws:before { + content: "\f375"; + font-family: "brand-icons" +} + +i.icon.bandcamp:before { + content: "\f2d5"; + font-family: "brand-icons" +} + +i.icon.battle.net:before { + content: "\f835"; + font-family: "brand-icons" +} + +i.icon.behance:before { + content: "\f1b4"; + font-family: "brand-icons" +} + +i.icon.behance.square:before { + content: "\f1b5"; + font-family: "brand-icons" +} + +i.icon.bimobject:before { + content: "\f378"; + font-family: "brand-icons" +} + +i.icon.bitbucket:before { + content: "\f171"; + font-family: "brand-icons" +} + +i.icon.bitcoin:before { + content: "\f379"; + font-family: "brand-icons" +} + +i.icon.bity:before { + content: "\f37a"; + font-family: "brand-icons" +} + +i.icon.black.tie:before { + content: "\f27e"; + font-family: "brand-icons" +} + +i.icon.blackberry:before { + content: "\f37b"; + font-family: "brand-icons" +} + +i.icon.blogger:before { + content: "\f37c"; + font-family: "brand-icons" +} + +i.icon.blogger.b:before { + content: "\f37d"; + font-family: "brand-icons" +} + +i.icon.bluetooth:before { + content: "\f293"; + font-family: "brand-icons" +} + +i.icon.bluetooth.b:before { + content: "\f294"; + font-family: "brand-icons" +} + +i.icon.bootstrap:before { + content: "\f836"; + font-family: "brand-icons" +} + +i.icon.btc:before { + content: "\f15a"; + font-family: "brand-icons" +} + +i.icon.buffer:before { + content: "\f837"; + font-family: "brand-icons" +} + +i.icon.buromobelexperte:before { + content: "\f37f"; + font-family: "brand-icons" +} + +i.icon.buy.n.large:before { + content: "\f8a6"; + font-family: "brand-icons" +} + +i.icon.buysellads:before { + content: "\f20d"; + font-family: "brand-icons" +} + +i.icon.canadian.maple.leaf:before { + content: "\f785"; + font-family: "brand-icons" +} + +i.icon.cc.amazon.pay:before { + content: "\f42d"; + font-family: "brand-icons" +} + +i.icon.cc.amex:before { + content: "\f1f3"; + font-family: "brand-icons" +} + +i.icon.cc.apple.pay:before { + content: "\f416"; + font-family: "brand-icons" +} + +i.icon.cc.diners.club:before { + content: "\f24c"; + font-family: "brand-icons" +} + +i.icon.cc.discover:before { + content: "\f1f2"; + font-family: "brand-icons" +} + +i.icon.cc.jcb:before { + content: "\f24b"; + font-family: "brand-icons" +} + +i.icon.cc.mastercard:before { + content: "\f1f1"; + font-family: "brand-icons" +} + +i.icon.cc.paypal:before { + content: "\f1f4"; + font-family: "brand-icons" +} + +i.icon.cc.stripe:before { + content: "\f1f5"; + font-family: "brand-icons" +} + +i.icon.cc.visa:before { + content: "\f1f0"; + font-family: "brand-icons" +} + +i.icon.centercode:before { + content: "\f380"; + font-family: "brand-icons" +} + +i.icon.centos:before { + content: "\f789"; + font-family: "brand-icons" +} + +i.icon.chrome:before { + content: "\f268"; + font-family: "brand-icons" +} + +i.icon.chromecast:before { + content: "\f838"; + font-family: "brand-icons" +} + +i.icon.cloudscale:before { + content: "\f383"; + font-family: "brand-icons" +} + +i.icon.cloudsmith:before { + content: "\f384"; + font-family: "brand-icons" +} + +i.icon.cloudversify:before { + content: "\f385"; + font-family: "brand-icons" +} + +i.icon.codepen:before { + content: "\f1cb"; + font-family: "brand-icons" +} + +i.icon.codiepie:before { + content: "\f284"; + font-family: "brand-icons" +} + +i.icon.confluence:before { + content: "\f78d"; + font-family: "brand-icons" +} + +i.icon.connectdevelop:before { + content: "\f20e"; + font-family: "brand-icons" +} + +i.icon.contao:before { + content: "\f26d"; + font-family: "brand-icons" +} + +i.icon.cotton.bureau:before { + content: "\f89e"; + font-family: "brand-icons" +} + +i.icon.cpanel:before { + content: "\f388"; + font-family: "brand-icons" +} + +i.icon.creative.commons:before { + content: "\f25e"; + font-family: "brand-icons" +} + +i.icon.creative.commons.by:before { + content: "\f4e7"; + font-family: "brand-icons" +} + +i.icon.creative.commons.nc:before { + content: "\f4e8"; + font-family: "brand-icons" +} + +i.icon.creative.commons.nc.eu:before { + content: "\f4e9"; + font-family: "brand-icons" +} + +i.icon.creative.commons.nc.jp:before { + content: "\f4ea"; + font-family: "brand-icons" +} + +i.icon.creative.commons.nd:before { + content: "\f4eb"; + font-family: "brand-icons" +} + +i.icon.creative.commons.pd:before { + content: "\f4ec"; + font-family: "brand-icons" +} + +i.icon.creative.commons.pd.alternate:before { + content: "\f4ed"; + font-family: "brand-icons" +} + +i.icon.creative.commons.remix:before { + content: "\f4ee"; + font-family: "brand-icons" +} + +i.icon.creative.commons.sa:before { + content: "\f4ef"; + font-family: "brand-icons" +} + +i.icon.creative.commons.sampling:before { + content: "\f4f0"; + font-family: "brand-icons" +} + +i.icon.creative.commons.sampling.plus:before { + content: "\f4f1"; + font-family: "brand-icons" +} + +i.icon.creative.commons.share:before { + content: "\f4f2"; + font-family: "brand-icons" +} + +i.icon.creative.commons.zero:before { + content: "\f4f3"; + font-family: "brand-icons" +} + +i.icon.critical.role:before { + content: "\f6c9"; + font-family: "brand-icons" +} + +i.icon.css3:before { + content: "\f13c"; + font-family: "brand-icons" +} + +i.icon.css3.alternate:before { + content: "\f38b"; + font-family: "brand-icons" +} + +i.icon.cuttlefish:before { + content: "\f38c"; + font-family: "brand-icons" +} + +i.icon.d.and.d:before { + content: "\f38d"; + font-family: "brand-icons" +} + +i.icon.d.and.d.beyond:before { + content: "\f6ca"; + font-family: "brand-icons" +} + +i.icon.dailymotion:before { + content: "\f952"; + font-family: "brand-icons" +} + +i.icon.dashcube:before { + content: "\f210"; + font-family: "brand-icons" +} + +i.icon.delicious:before { + content: "\f1a5"; + font-family: "brand-icons" +} + +i.icon.deploydog:before { + content: "\f38e"; + font-family: "brand-icons" +} + +i.icon.deskpro:before { + content: "\f38f"; + font-family: "brand-icons" +} + +i.icon.dev:before { + content: "\f6cc"; + font-family: "brand-icons" +} + +i.icon.deviantart:before { + content: "\f1bd"; + font-family: "brand-icons" +} + +i.icon.dhl:before { + content: "\f790"; + font-family: "brand-icons" +} + +i.icon.diaspora:before { + content: "\f791"; + font-family: "brand-icons" +} + +i.icon.digg:before { + content: "\f1a6"; + font-family: "brand-icons" +} + +i.icon.digital.ocean:before { + content: "\f391"; + font-family: "brand-icons" +} + +i.icon.discord:before { + content: "\f392"; + font-family: "brand-icons" +} + +i.icon.discourse:before { + content: "\f393"; + font-family: "brand-icons" +} + +i.icon.dochub:before { + content: "\f394"; + font-family: "brand-icons" +} + +i.icon.docker:before { + content: "\f395"; + font-family: "brand-icons" +} + +i.icon.draft2digital:before { + content: "\f396"; + font-family: "brand-icons" +} + +i.icon.dribbble:before { + content: "\f17d"; + font-family: "brand-icons" +} + +i.icon.dribbble.square:before { + content: "\f397"; + font-family: "brand-icons" +} + +i.icon.dropbox:before { + content: "\f16b"; + font-family: "brand-icons" +} + +i.icon.drupal:before { + content: "\f1a9"; + font-family: "brand-icons" +} + +i.icon.dyalog:before { + content: "\f399"; + font-family: "brand-icons" +} + +i.icon.earlybirds:before { + content: "\f39a"; + font-family: "brand-icons" +} + +i.icon.ebay:before { + content: "\f4f4"; + font-family: "brand-icons" +} + +i.icon.edge:before { + content: "\f282"; + font-family: "brand-icons" +} + +i.icon.elementor:before { + content: "\f430"; + font-family: "brand-icons" +} + +i.icon.ello:before { + content: "\f5f1"; + font-family: "brand-icons" +} + +i.icon.ember:before { + content: "\f423"; + font-family: "brand-icons" +} + +i.icon.empire:before { + content: "\f1d1"; + font-family: "brand-icons" +} + +i.icon.envira:before { + content: "\f299"; + font-family: "brand-icons" +} + +i.icon.erlang:before { + content: "\f39d"; + font-family: "brand-icons" +} + +i.icon.ethereum:before { + content: "\f42e"; + font-family: "brand-icons" +} + +i.icon.etsy:before { + content: "\f2d7"; + font-family: "brand-icons" +} + +i.icon.evernote:before { + content: "\f839"; + font-family: "brand-icons" +} + +i.icon.expeditedssl:before { + content: "\f23e"; + font-family: "brand-icons" +} + +i.icon.facebook:before { + content: "\f09a"; + font-family: "brand-icons" +} + +i.icon.facebook.f:before { + content: "\f39e"; + font-family: "brand-icons" +} + +i.icon.facebook.messenger:before { + content: "\f39f"; + font-family: "brand-icons" +} + +i.icon.facebook.square:before { + content: "\f082"; + font-family: "brand-icons" +} + +i.icon.fantasy.flight.games:before { + content: "\f6dc"; + font-family: "brand-icons" +} + +i.icon.fedex:before { + content: "\f797"; + font-family: "brand-icons" +} + +i.icon.fedora:before { + content: "\f798"; + font-family: "brand-icons" +} + +i.icon.figma:before { + content: "\f799"; + font-family: "brand-icons" +} + +i.icon.firefox:before { + content: "\f269"; + font-family: "brand-icons" +} + +i.icon.firefox.browser:before { + content: "\f907"; + font-family: "brand-icons" +} + +i.icon.first.order:before { + content: "\f2b0"; + font-family: "brand-icons" +} + +i.icon.first.order.alternate:before { + content: "\f50a"; + font-family: "brand-icons" +} + +i.icon.firstdraft:before { + content: "\f3a1"; + font-family: "brand-icons" +} + +i.icon.flickr:before { + content: "\f16e"; + font-family: "brand-icons" +} + +i.icon.flipboard:before { + content: "\f44d"; + font-family: "brand-icons" +} + +i.icon.fly:before { + content: "\f417"; + font-family: "brand-icons" +} + +i.icon.font.awesome:before { + content: "\f2b4"; + font-family: "brand-icons" +} + +i.icon.font.awesome.alternate:before { + content: "\f35c"; + font-family: "brand-icons" +} + +i.icon.font.awesome.flag:before { + content: "\f425"; + font-family: "brand-icons" +} + +i.icon.fonticons:before { + content: "\f280"; + font-family: "brand-icons" +} + +i.icon.fonticons.fi:before { + content: "\f3a2"; + font-family: "brand-icons" +} + +i.icon.fort.awesome:before { + content: "\f286"; + font-family: "brand-icons" +} + +i.icon.fort.awesome.alternate:before { + content: "\f3a3"; + font-family: "brand-icons" +} + +i.icon.forumbee:before { + content: "\f211"; + font-family: "brand-icons" +} + +i.icon.foursquare:before { + content: "\f180"; + font-family: "brand-icons" +} + +i.icon.free.code.camp:before { + content: "\f2c5"; + font-family: "brand-icons" +} + +i.icon.freebsd:before { + content: "\f3a4"; + font-family: "brand-icons" +} + +i.icon.fulcrum:before { + content: "\f50b"; + font-family: "brand-icons" +} + +i.icon.galactic.republic:before { + content: "\f50c"; + font-family: "brand-icons" +} + +i.icon.galactic.senate:before { + content: "\f50d"; + font-family: "brand-icons" +} + +i.icon.get.pocket:before { + content: "\f265"; + font-family: "brand-icons" +} + +i.icon.gg:before { + content: "\f260"; + font-family: "brand-icons" +} + +i.icon.gg.circle:before { + content: "\f261"; + font-family: "brand-icons" +} + +i.icon.git:before { + content: "\f1d3"; + font-family: "brand-icons" +} + +i.icon.git.alternate:before { + content: "\f841"; + font-family: "brand-icons" +} + +i.icon.git.square:before { + content: "\f1d2"; + font-family: "brand-icons" +} + +i.icon.github:before { + content: "\f09b"; + font-family: "brand-icons" +} + +i.icon.github.alternate:before { + content: "\f113"; + font-family: "brand-icons" +} + +i.icon.github.square:before { + content: "\f092"; + font-family: "brand-icons" +} + +i.icon.gitkraken:before { + content: "\f3a6"; + font-family: "brand-icons" +} + +i.icon.gitlab:before { + content: "\f296"; + font-family: "brand-icons" +} + +i.icon.gitter:before { + content: "\f426"; + font-family: "brand-icons" +} + +i.icon.glide:before { + content: "\f2a5"; + font-family: "brand-icons" +} + +i.icon.glide.g:before { + content: "\f2a6"; + font-family: "brand-icons" +} + +i.icon.gofore:before { + content: "\f3a7"; + font-family: "brand-icons" +} + +i.icon.goodreads:before { + content: "\f3a8"; + font-family: "brand-icons" +} + +i.icon.goodreads.g:before { + content: "\f3a9"; + font-family: "brand-icons" +} + +i.icon.google:before { + content: "\f1a0"; + font-family: "brand-icons" +} + +i.icon.google.drive:before { + content: "\f3aa"; + font-family: "brand-icons" +} + +i.icon.google.play:before { + content: "\f3ab"; + font-family: "brand-icons" +} + +i.icon.google.plus:before { + content: "\f2b3"; + font-family: "brand-icons" +} + +i.icon.google.plus.g:before { + content: "\f0d5"; + font-family: "brand-icons" +} + +i.icon.google.plus.square:before { + content: "\f0d4"; + font-family: "brand-icons" +} + +i.icon.google.wallet:before { + content: "\f1ee"; + font-family: "brand-icons" +} + +i.icon.gratipay:before { + content: "\f184"; + font-family: "brand-icons" +} + +i.icon.grav:before { + content: "\f2d6"; + font-family: "brand-icons" +} + +i.icon.gripfire:before { + content: "\f3ac"; + font-family: "brand-icons" +} + +i.icon.grunt:before { + content: "\f3ad"; + font-family: "brand-icons" +} + +i.icon.gulp:before { + content: "\f3ae"; + font-family: "brand-icons" +} + +i.icon.hacker.news:before { + content: "\f1d4"; + font-family: "brand-icons" +} + +i.icon.hacker.news.square:before { + content: "\f3af"; + font-family: "brand-icons" +} + +i.icon.hackerrank:before { + content: "\f5f7"; + font-family: "brand-icons" +} + +i.icon.hips:before { + content: "\f452"; + font-family: "brand-icons" +} + +i.icon.hire.a.helper:before { + content: "\f3b0"; + font-family: "brand-icons" +} + +i.icon.hooli:before { + content: "\f427"; + font-family: "brand-icons" +} + +i.icon.hornbill:before { + content: "\f592"; + font-family: "brand-icons" +} + +i.icon.hotjar:before { + content: "\f3b1"; + font-family: "brand-icons" +} + +i.icon.houzz:before { + content: "\f27c"; + font-family: "brand-icons" +} + +i.icon.html5:before { + content: "\f13b"; + font-family: "brand-icons" +} + +i.icon.hubspot:before { + content: "\f3b2"; + font-family: "brand-icons" +} + +i.icon.ideal:before { + content: "\f913"; + font-family: "brand-icons" +} + +i.icon.imdb:before { + content: "\f2d8"; + font-family: "brand-icons" +} + +i.icon.instagram:before { + content: "\f16d"; + font-family: "brand-icons" +} + +i.icon.instagram.square:before { + content: "\f955"; + font-family: "brand-icons" +} + +i.icon.intercom:before { + content: "\f7af"; + font-family: "brand-icons" +} + +i.icon.internet.explorer:before { + content: "\f26b"; + font-family: "brand-icons" +} + +i.icon.invision:before { + content: "\f7b0"; + font-family: "brand-icons" +} + +i.icon.ioxhost:before { + content: "\f208"; + font-family: "brand-icons" +} + +i.icon.itch.io:before { + content: "\f83a"; + font-family: "brand-icons" +} + +i.icon.itunes:before { + content: "\f3b4"; + font-family: "brand-icons" +} + +i.icon.itunes.note:before { + content: "\f3b5"; + font-family: "brand-icons" +} + +i.icon.java:before { + content: "\f4e4"; + font-family: "brand-icons" +} + +i.icon.jedi.order:before { + content: "\f50e"; + font-family: "brand-icons" +} + +i.icon.jenkins:before { + content: "\f3b6"; + font-family: "brand-icons" +} + +i.icon.jira:before { + content: "\f7b1"; + font-family: "brand-icons" +} + +i.icon.joget:before { + content: "\f3b7"; + font-family: "brand-icons" +} + +i.icon.joomla:before { + content: "\f1aa"; + font-family: "brand-icons" +} + +i.icon.js:before { + content: "\f3b8"; + font-family: "brand-icons" +} + +i.icon.js.square:before { + content: "\f3b9"; + font-family: "brand-icons" +} + +i.icon.jsfiddle:before { + content: "\f1cc"; + font-family: "brand-icons" +} + +i.icon.kaggle:before { + content: "\f5fa"; + font-family: "brand-icons" +} + +i.icon.keybase:before { + content: "\f4f5"; + font-family: "brand-icons" +} + +i.icon.keycdn:before { + content: "\f3ba"; + font-family: "brand-icons" +} + +i.icon.kickstarter:before { + content: "\f3bb"; + font-family: "brand-icons" +} + +i.icon.kickstarter.k:before { + content: "\f3bc"; + font-family: "brand-icons" +} + +i.icon.korvue:before { + content: "\f42f"; + font-family: "brand-icons" +} + +i.icon.laravel:before { + content: "\f3bd"; + font-family: "brand-icons" +} + +i.icon.lastfm:before { + content: "\f202"; + font-family: "brand-icons" +} + +i.icon.lastfm.square:before { + content: "\f203"; + font-family: "brand-icons" +} + +i.icon.leanpub:before { + content: "\f212"; + font-family: "brand-icons" +} + +i.icon.lesscss:before { + content: "\f41d"; + font-family: "brand-icons" +} + +i.icon.linechat:before { + content: "\f3c0"; + font-family: "brand-icons" +} + +i.icon.linkedin:before { + content: "\f08c"; + font-family: "brand-icons" +} + +i.icon.linkedin.in:before { + content: "\f0e1"; + font-family: "brand-icons" +} + +i.icon.linode:before { + content: "\f2b8"; + font-family: "brand-icons" +} + +i.icon.linux:before { + content: "\f17c"; + font-family: "brand-icons" +} + +i.icon.lyft:before { + content: "\f3c3"; + font-family: "brand-icons" +} + +i.icon.magento:before { + content: "\f3c4"; + font-family: "brand-icons" +} + +i.icon.mailchimp:before { + content: "\f59e"; + font-family: "brand-icons" +} + +i.icon.mandalorian:before { + content: "\f50f"; + font-family: "brand-icons" +} + +i.icon.markdown:before { + content: "\f60f"; + font-family: "brand-icons" +} + +i.icon.mastodon:before { + content: "\f4f6"; + font-family: "brand-icons" +} + +i.icon.maxcdn:before { + content: "\f136"; + font-family: "brand-icons" +} + +i.icon.mdb:before { + content: "\f8ca"; + font-family: "brand-icons" +} + +i.icon.medapps:before { + content: "\f3c6"; + font-family: "brand-icons" +} + +i.icon.medium:before { + content: "\f23a"; + font-family: "brand-icons" +} + +i.icon.medium.m:before { + content: "\f3c7"; + font-family: "brand-icons" +} + +i.icon.medrt:before { + content: "\f3c8"; + font-family: "brand-icons" +} + +i.icon.meetup:before { + content: "\f2e0"; + font-family: "brand-icons" +} + +i.icon.megaport:before { + content: "\f5a3"; + font-family: "brand-icons" +} + +i.icon.mendeley:before { + content: "\f7b3"; + font-family: "brand-icons" +} + +i.icon.microblog:before { + content: "\f91a"; + font-family: "brand-icons" +} + +i.icon.microsoft:before { + content: "\f3ca"; + font-family: "brand-icons" +} + +i.icon.mix:before { + content: "\f3cb"; + font-family: "brand-icons" +} + +i.icon.mixcloud:before { + content: "\f289"; + font-family: "brand-icons" +} + +i.icon.mixer:before { + content: "\f956"; + font-family: "brand-icons" +} + +i.icon.mizuni:before { + content: "\f3cc"; + font-family: "brand-icons" +} + +i.icon.modx:before { + content: "\f285"; + font-family: "brand-icons" +} + +i.icon.monero:before { + content: "\f3d0"; + font-family: "brand-icons" +} + +i.icon.napster:before { + content: "\f3d2"; + font-family: "brand-icons" +} + +i.icon.neos:before { + content: "\f612"; + font-family: "brand-icons" +} + +i.icon.nimblr:before { + content: "\f5a8"; + font-family: "brand-icons" +} + +i.icon.node:before { + content: "\f419"; + font-family: "brand-icons" +} + +i.icon.node.js:before { + content: "\f3d3"; + font-family: "brand-icons" +} + +i.icon.npm:before { + content: "\f3d4"; + font-family: "brand-icons" +} + +i.icon.ns8:before { + content: "\f3d5"; + font-family: "brand-icons" +} + +i.icon.nutritionix:before { + content: "\f3d6"; + font-family: "brand-icons" +} + +i.icon.odnoklassniki:before { + content: "\f263"; + font-family: "brand-icons" +} + +i.icon.odnoklassniki.square:before { + content: "\f264"; + font-family: "brand-icons" +} + +i.icon.old.republic:before { + content: "\f510"; + font-family: "brand-icons" +} + +i.icon.opencart:before { + content: "\f23d"; + font-family: "brand-icons" +} + +i.icon.openid:before { + content: "\f19b"; + font-family: "brand-icons" +} + +i.icon.opera:before { + content: "\f26a"; + font-family: "brand-icons" +} + +i.icon.optin.monster:before { + content: "\f23c"; + font-family: "brand-icons" +} + +i.icon.orcid:before { + content: "\f8d2"; + font-family: "brand-icons" +} + +i.icon.osi:before { + content: "\f41a"; + font-family: "brand-icons" +} + +i.icon.page4:before { + content: "\f3d7"; + font-family: "brand-icons" +} + +i.icon.pagelines:before { + content: "\f18c"; + font-family: "brand-icons" +} + +i.icon.palfed:before { + content: "\f3d8"; + font-family: "brand-icons" +} + +i.icon.patreon:before { + content: "\f3d9"; + font-family: "brand-icons" +} + +i.icon.paypal:before { + content: "\f1ed"; + font-family: "brand-icons" +} + +i.icon.penny.arcade:before { + content: "\f704"; + font-family: "brand-icons" +} + +i.icon.periscope:before { + content: "\f3da"; + font-family: "brand-icons" +} + +i.icon.phabricator:before { + content: "\f3db"; + font-family: "brand-icons" +} + +i.icon.phoenix.framework:before { + content: "\f3dc"; + font-family: "brand-icons" +} + +i.icon.phoenix.squadron:before { + content: "\f511"; + font-family: "brand-icons" +} + +i.icon.php:before { + content: "\f457"; + font-family: "brand-icons" +} + +i.icon.pied.piper:before { + content: "\f2ae"; + font-family: "brand-icons" +} + +i.icon.pied.piper.alternate:before { + content: "\f1a8"; + font-family: "brand-icons" +} + +i.icon.pied.piper.hat:before { + content: "\f4e5"; + font-family: "brand-icons" +} + +i.icon.pied.piper.pp:before { + content: "\f1a7"; + font-family: "brand-icons" +} + +i.icon.pied.piper.square:before { + content: "\f91e"; + font-family: "brand-icons" +} + +i.icon.pinterest:before { + content: "\f0d2"; + font-family: "brand-icons" +} + +i.icon.pinterest.p:before { + content: "\f231"; + font-family: "brand-icons" +} + +i.icon.pinterest.square:before { + content: "\f0d3"; + font-family: "brand-icons" +} + +i.icon.playstation:before { + content: "\f3df"; + font-family: "brand-icons" +} + +i.icon.product.hunt:before { + content: "\f288"; + font-family: "brand-icons" +} + +i.icon.pushed:before { + content: "\f3e1"; + font-family: "brand-icons" +} + +i.icon.python:before { + content: "\f3e2"; + font-family: "brand-icons" +} + +i.icon.qq:before { + content: "\f1d6"; + font-family: "brand-icons" +} + +i.icon.quinscape:before { + content: "\f459"; + font-family: "brand-icons" +} + +i.icon.quora:before { + content: "\f2c4"; + font-family: "brand-icons" +} + +i.icon.r.project:before { + content: "\f4f7"; + font-family: "brand-icons" +} + +i.icon.raspberry.pi:before { + content: "\f7bb"; + font-family: "brand-icons" +} + +i.icon.ravelry:before { + content: "\f2d9"; + font-family: "brand-icons" +} + +i.icon.react:before { + content: "\f41b"; + font-family: "brand-icons" +} + +i.icon.reacteurope:before { + content: "\f75d"; + font-family: "brand-icons" +} + +i.icon.readme:before { + content: "\f4d5"; + font-family: "brand-icons" +} + +i.icon.rebel:before { + content: "\f1d0"; + font-family: "brand-icons" +} + +i.icon.reddit:before { + content: "\f1a1"; + font-family: "brand-icons" +} + +i.icon.reddit.alien:before { + content: "\f281"; + font-family: "brand-icons" +} + +i.icon.reddit.square:before { + content: "\f1a2"; + font-family: "brand-icons" +} + +i.icon.redhat:before { + content: "\f7bc"; + font-family: "brand-icons" +} + +i.icon.redriver:before { + content: "\f3e3"; + font-family: "brand-icons" +} + +i.icon.redyeti:before { + content: "\f69d"; + font-family: "brand-icons" +} + +i.icon.renren:before { + content: "\f18b"; + font-family: "brand-icons" +} + +i.icon.replyd:before { + content: "\f3e6"; + font-family: "brand-icons" +} + +i.icon.researchgate:before { + content: "\f4f8"; + font-family: "brand-icons" +} + +i.icon.resolving:before { + content: "\f3e7"; + font-family: "brand-icons" +} + +i.icon.rev:before { + content: "\f5b2"; + font-family: "brand-icons" +} + +i.icon.rocketchat:before { + content: "\f3e8"; + font-family: "brand-icons" +} + +i.icon.rockrms:before { + content: "\f3e9"; + font-family: "brand-icons" +} + +i.icon.safari:before { + content: "\f267"; + font-family: "brand-icons" +} + +i.icon.salesforce:before { + content: "\f83b"; + font-family: "brand-icons" +} + +i.icon.sass:before { + content: "\f41e"; + font-family: "brand-icons" +} + +i.icon.schlix:before { + content: "\f3ea"; + font-family: "brand-icons" +} + +i.icon.scribd:before { + content: "\f28a"; + font-family: "brand-icons" +} + +i.icon.searchengin:before { + content: "\f3eb"; + font-family: "brand-icons" +} + +i.icon.sellcast:before { + content: "\f2da"; + font-family: "brand-icons" +} + +i.icon.sellsy:before { + content: "\f213"; + font-family: "brand-icons" +} + +i.icon.servicestack:before { + content: "\f3ec"; + font-family: "brand-icons" +} + +i.icon.shirtsinbulk:before { + content: "\f214"; + font-family: "brand-icons" +} + +i.icon.shopify:before { + content: "\f957"; + font-family: "brand-icons" +} + +i.icon.shopware:before { + content: "\f5b5"; + font-family: "brand-icons" +} + +i.icon.simplybuilt:before { + content: "\f215"; + font-family: "brand-icons" +} + +i.icon.sistrix:before { + content: "\f3ee"; + font-family: "brand-icons" +} + +i.icon.sith:before { + content: "\f512"; + font-family: "brand-icons" +} + +i.icon.sketch:before { + content: "\f7c6"; + font-family: "brand-icons" +} + +i.icon.skyatlas:before { + content: "\f216"; + font-family: "brand-icons" +} + +i.icon.skype:before { + content: "\f17e"; + font-family: "brand-icons" +} + +i.icon.slack:before { + content: "\f198"; + font-family: "brand-icons" +} + +i.icon.slack.hash:before { + content: "\f3ef"; + font-family: "brand-icons" +} + +i.icon.slideshare:before { + content: "\f1e7"; + font-family: "brand-icons" +} + +i.icon.snapchat:before { + content: "\f2ab"; + font-family: "brand-icons" +} + +i.icon.snapchat.ghost:before { + content: "\f2ac"; + font-family: "brand-icons" +} + +i.icon.snapchat.square:before { + content: "\f2ad"; + font-family: "brand-icons" +} + +i.icon.soundcloud:before { + content: "\f1be"; + font-family: "brand-icons" +} + +i.icon.sourcetree:before { + content: "\f7d3"; + font-family: "brand-icons" +} + +i.icon.speakap:before { + content: "\f3f3"; + font-family: "brand-icons" +} + +i.icon.speaker.deck:before { + content: "\f83c"; + font-family: "brand-icons" +} + +i.icon.spotify:before { + content: "\f1bc"; + font-family: "brand-icons" +} + +i.icon.squarespace:before { + content: "\f5be"; + font-family: "brand-icons" +} + +i.icon.stack.exchange:before { + content: "\f18d"; + font-family: "brand-icons" +} + +i.icon.stack.overflow:before { + content: "\f16c"; + font-family: "brand-icons" +} + +i.icon.stackpath:before { + content: "\f842"; + font-family: "brand-icons" +} + +i.icon.staylinked:before { + content: "\f3f5"; + font-family: "brand-icons" +} + +i.icon.steam:before { + content: "\f1b6"; + font-family: "brand-icons" +} + +i.icon.steam.square:before { + content: "\f1b7"; + font-family: "brand-icons" +} + +i.icon.steam.symbol:before { + content: "\f3f6"; + font-family: "brand-icons" +} + +i.icon.sticker.mule:before { + content: "\f3f7"; + font-family: "brand-icons" +} + +i.icon.strava:before { + content: "\f428"; + font-family: "brand-icons" +} + +i.icon.stripe:before { + content: "\f429"; + font-family: "brand-icons" +} + +i.icon.stripe.s:before { + content: "\f42a"; + font-family: "brand-icons" +} + +i.icon.studiovinari:before { + content: "\f3f8"; + font-family: "brand-icons" +} + +i.icon.stumbleupon:before { + content: "\f1a4"; + font-family: "brand-icons" +} + +i.icon.stumbleupon.circle:before { + content: "\f1a3"; + font-family: "brand-icons" +} + +i.icon.superpowers:before { + content: "\f2dd"; + font-family: "brand-icons" +} + +i.icon.supple:before { + content: "\f3f9"; + font-family: "brand-icons" +} + +i.icon.suse:before { + content: "\f7d6"; + font-family: "brand-icons" +} + +i.icon.swift:before { + content: "\f8e1"; + font-family: "brand-icons" +} + +i.icon.symfony:before { + content: "\f83d"; + font-family: "brand-icons" +} + +i.icon.teamspeak:before { + content: "\f4f9"; + font-family: "brand-icons" +} + +i.icon.telegram:before { + content: "\f2c6"; + font-family: "brand-icons" +} + +i.icon.telegram.plane:before { + content: "\f3fe"; + font-family: "brand-icons" +} + +i.icon.tencent.weibo:before { + content: "\f1d5"; + font-family: "brand-icons" +} + +i.icon.themeco:before { + content: "\f5c6"; + font-family: "brand-icons" +} + +i.icon.themeisle:before { + content: "\f2b2"; + font-family: "brand-icons" +} + +i.icon.think.peaks:before { + content: "\f731"; + font-family: "brand-icons" +} + +i.icon.trade.federation:before { + content: "\f513"; + font-family: "brand-icons" +} + +i.icon.trello:before { + content: "\f181"; + font-family: "brand-icons" +} + +i.icon.tripadvisor:before { + content: "\f262"; + font-family: "brand-icons" +} + +i.icon.tumblr:before { + content: "\f173"; + font-family: "brand-icons" +} + +i.icon.tumblr.square:before { + content: "\f174"; + font-family: "brand-icons" +} + +i.icon.twitch:before { + content: "\f1e8"; + font-family: "brand-icons" +} + +i.icon.twitter:before { + content: "\f099"; + font-family: "brand-icons" +} + +i.icon.twitter.square:before { + content: "\f081"; + font-family: "brand-icons" +} + +i.icon.typo3:before { + content: "\f42b"; + font-family: "brand-icons" +} + +i.icon.uber:before { + content: "\f402"; + font-family: "brand-icons" +} + +i.icon.ubuntu:before { + content: "\f7df"; + font-family: "brand-icons" +} + +i.icon.uikit:before { + content: "\f403"; + font-family: "brand-icons" +} + +i.icon.umbraco:before { + content: "\f8e8"; + font-family: "brand-icons" +} + +i.icon.uniregistry:before { + content: "\f404"; + font-family: "brand-icons" +} + +i.icon.unity:before { + content: "\f949"; + font-family: "brand-icons" +} + +i.icon.untappd:before { + content: "\f405"; + font-family: "brand-icons" +} + +i.icon.ups:before { + content: "\f7e0"; + font-family: "brand-icons" +} + +i.icon.usb:before { + content: "\f287"; + font-family: "brand-icons" +} + +i.icon.usps:before { + content: "\f7e1"; + font-family: "brand-icons" +} + +i.icon.ussunnah:before { + content: "\f407"; + font-family: "brand-icons" +} + +i.icon.vaadin:before { + content: "\f408"; + font-family: "brand-icons" +} + +i.icon.viacoin:before { + content: "\f237"; + font-family: "brand-icons" +} + +i.icon.viadeo:before { + content: "\f2a9"; + font-family: "brand-icons" +} + +i.icon.viadeo.square:before { + content: "\f2aa"; + font-family: "brand-icons" +} + +i.icon.viber:before { + content: "\f409"; + font-family: "brand-icons" +} + +i.icon.vimeo:before { + content: "\f40a"; + font-family: "brand-icons" +} + +i.icon.vimeo.square:before { + content: "\f194"; + font-family: "brand-icons" +} + +i.icon.vimeo.v:before { + content: "\f27d"; + font-family: "brand-icons" +} + +i.icon.vine:before { + content: "\f1ca"; + font-family: "brand-icons" +} + +i.icon.vk:before { + content: "\f189"; + font-family: "brand-icons" +} + +i.icon.vnv:before { + content: "\f40b"; + font-family: "brand-icons" +} + +i.icon.vuejs:before { + content: "\f41f"; + font-family: "brand-icons" +} + +i.icon.waze:before { + content: "\f83f"; + font-family: "brand-icons" +} + +i.icon.weebly:before { + content: "\f5cc"; + font-family: "brand-icons" +} + +i.icon.weibo:before { + content: "\f18a"; + font-family: "brand-icons" +} + +i.icon.weixin:before { + content: "\f1d7"; + font-family: "brand-icons" +} + +i.icon.whatsapp:before { + content: "\f232"; + font-family: "brand-icons" +} + +i.icon.whatsapp.square:before { + content: "\f40c"; + font-family: "brand-icons" +} + +i.icon.whmcs:before { + content: "\f40d"; + font-family: "brand-icons" +} + +i.icon.wikipedia.w:before { + content: "\f266"; + font-family: "brand-icons" +} + +i.icon.windows:before { + content: "\f17a"; + font-family: "brand-icons" +} + +i.icon.wix:before { + content: "\f5cf"; + font-family: "brand-icons" +} + +i.icon.wizards.of.the.coast:before { + content: "\f730"; + font-family: "brand-icons" +} + +i.icon.wolf.pack.battalion:before { + content: "\f514"; + font-family: "brand-icons" +} + +i.icon.wordpress:before { + content: "\f19a"; + font-family: "brand-icons" +} + +i.icon.wordpress.simple:before { + content: "\f411"; + font-family: "brand-icons" +} + +i.icon.wpbeginner:before { + content: "\f297"; + font-family: "brand-icons" +} + +i.icon.wpexplorer:before { + content: "\f2de"; + font-family: "brand-icons" +} + +i.icon.wpforms:before { + content: "\f298"; + font-family: "brand-icons" +} + +i.icon.wpressr:before { + content: "\f3e4"; + font-family: "brand-icons" +} + +i.icon.xbox:before { + content: "\f412"; + font-family: "brand-icons" +} + +i.icon.xing:before { + content: "\f168"; + font-family: "brand-icons" +} + +i.icon.xing.square:before { + content: "\f169"; + font-family: "brand-icons" +} + +i.icon.y.combinator:before { + content: "\f23b"; + font-family: "brand-icons" +} + +i.icon.yahoo:before { + content: "\f19e"; + font-family: "brand-icons" +} + +i.icon.yammer:before { + content: "\f840"; + font-family: "brand-icons" +} + +i.icon.yandex:before { + content: "\f413"; + font-family: "brand-icons" +} + +i.icon.yandex.international:before { + content: "\f414"; + font-family: "brand-icons" +} + +i.icon.yarn:before { + content: "\f7e3"; + font-family: "brand-icons" +} + +i.icon.yelp:before { + content: "\f1e9"; + font-family: "brand-icons" +} + +i.icon.yoast:before { + content: "\f2b1"; + font-family: "brand-icons" +} + +i.icon.youtube:before { + content: "\f167"; + font-family: "brand-icons" +} + +i.icon.youtube.square:before { + content: "\f431"; + font-family: "brand-icons" +} + +i.icon.zhihu:before { + content: "\f63f"; + font-family: "brand-icons" +} + +i.icon.american.express:before { + content: "\f1f3"; + font-family: "brand-icons" +} + +i.icon.american.express.card:before { + content: "\f1f3"; + font-family: "brand-icons" +} + +i.icon.amex:before { + content: "\f1f3"; + font-family: "brand-icons" +} + +i.icon.bitbucket.square:before { + content: "\f171"; + font-family: "brand-icons" +} + +i.icon.bluetooth.alternative:before { + content: "\f294"; + font-family: "brand-icons" +} + +i.icon.credit.card.amazon.pay:before { + content: "\f42d"; + font-family: "brand-icons" +} + +i.icon.credit.card.american.express:before { + content: "\f1f3"; + font-family: "brand-icons" +} + +i.icon.credit.card.diners.club:before { + content: "\f24c"; + font-family: "brand-icons" +} + +i.icon.credit.card.discover:before { + content: "\f1f2"; + font-family: "brand-icons" +} + +i.icon.credit.card.jcb:before { + content: "\f24b"; + font-family: "brand-icons" +} + +i.icon.credit.card.mastercard:before { + content: "\f1f1"; + font-family: "brand-icons" +} + +i.icon.credit.card.paypal:before { + content: "\f1f4"; + font-family: "brand-icons" +} + +i.icon.credit.card.stripe:before { + content: "\f1f5"; + font-family: "brand-icons" +} + +i.icon.credit.card.visa:before { + content: "\f1f0"; + font-family: "brand-icons" +} + +i.icon.diners.club:before { + content: "\f24c"; + font-family: "brand-icons" +} + +i.icon.diners.club.card:before { + content: "\f24c"; + font-family: "brand-icons" +} + +i.icon.discover:before { + content: "\f1f2"; + font-family: "brand-icons" +} + +i.icon.discover.card:before { + content: "\f1f2"; + font-family: "brand-icons" +} + +i.icon.disk.outline:before { + content: "\f369"; + font-family: "brand-icons" +} + +i.icon.dribble:before { + content: "\f17d"; + font-family: "brand-icons" +} + +i.icon.eercast:before { + content: "\f2da"; + font-family: "brand-icons" +} + +i.icon.envira.gallery:before { + content: "\f299"; + font-family: "brand-icons" +} + +i.icon.fa:before { + content: "\f2b4"; + font-family: "brand-icons" +} + +i.icon.facebook.official:before { + content: "\f082"; + font-family: "brand-icons" +} + +i.icon.five.hundred.pixels:before { + content: "\f26e"; + font-family: "brand-icons" +} + +i.icon.gittip:before { + content: "\f184"; + font-family: "brand-icons" +} + +i.icon.google.plus.circle:before { + content: "\f2b3"; + font-family: "brand-icons" +} + +i.icon.google.plus.official:before { + content: "\f2b3"; + font-family: "brand-icons" +} + +i.icon.japan.credit.bureau:before { + content: "\f24b"; + font-family: "brand-icons" +} + +i.icon.japan.credit.bureau.card:before { + content: "\f24b"; + font-family: "brand-icons" +} + +i.icon.jcb:before { + content: "\f24b"; + font-family: "brand-icons" +} + +i.icon.linkedin.square:before { + content: "\f08c"; + font-family: "brand-icons" +} + +i.icon.mastercard:before { + content: "\f1f1"; + font-family: "brand-icons" +} + +i.icon.mastercard.card:before { + content: "\f1f1"; + font-family: "brand-icons" +} + +i.icon.microsoft.edge:before { + content: "\f282"; + font-family: "brand-icons" +} + +i.icon.ms.edge:before { + content: "\f282"; + font-family: "brand-icons" +} + +i.icon.new.pied.piper:before { + content: "\f2ae"; + font-family: "brand-icons" +} + +i.icon.optinmonster:before { + content: "\f23c"; + font-family: "brand-icons" +} + +i.icon.paypal.card:before { + content: "\f1f4"; + font-family: "brand-icons" +} + +i.icon.pied.piper.hat:before { + content: "\f2ae"; + font-family: "brand-icons" +} + +i.icon.pocket:before { + content: "\f265"; + font-family: "brand-icons" +} + +i.icon.stripe.card:before { + content: "\f1f5"; + font-family: "brand-icons" +} + +i.icon.theme.isle:before { + content: "\f2b2"; + font-family: "brand-icons" +} + +i.icon.visa:before { + content: "\f1f0"; + font-family: "brand-icons" +} + +i.icon.visa.card:before { + content: "\f1f0"; + font-family: "brand-icons" +} + +i.icon.wechat:before { + content: "\f1d7"; + font-family: "brand-icons" +} + +i.icon.wikipedia:before { + content: "\f266"; + font-family: "brand-icons" +} + +i.icon.wordpress.beginner:before { + content: "\f297"; + font-family: "brand-icons" +} + +i.icon.wordpress.forms:before { + content: "\f298"; + font-family: "brand-icons" +} + +i.icon.yc:before { + content: "\f23b"; + font-family: "brand-icons" +} + +i.icon.ycombinator:before { + content: "\f23b"; + font-family: "brand-icons" +} + +i.icon.youtube.play:before { + content: "\f167"; + font-family: "brand-icons" +} + +.ui.image { + position: relative; + display: inline-block; + vertical-align: middle; + max-width: 100%; + background-color: transparent +} + +img.ui.image { + display: block +} + +.ui.image svg, .ui.image img { + display: block; + max-width: 100%; + height: auto +} + +.ui.hidden.images, .ui.ui.hidden.image { + display: none +} + +.ui.hidden.transition.images, .ui.hidden.transition.image { + display: block; + visibility: hidden +} + +.ui.images>.hidden.transition { + display: inline-block; + visibility: hidden +} + +.ui.disabled.images, .ui.disabled.image { + cursor: default; + opacity: var(--opacity-disabled) +} + +.ui.inline.image, .ui.inline.image svg, .ui.inline.image img { + display: inline-block +} + +.ui.top.aligned.image, .ui.top.aligned.image svg, .ui.top.aligned.image img { + display: inline-block; + vertical-align: top +} + +.ui.middle.aligned.image, .ui.middle.aligned.image svg, .ui.middle.aligned.image img { + display: inline-block; + vertical-align: middle +} + +.ui.bottom.aligned.image, .ui.bottom.aligned.image svg, .ui.bottom.aligned.image img { + display: inline-block; + vertical-align: bottom +} + +.ui.top.aligned.images .image, .ui.images .ui.top.aligned.image { + align-self: flex-start +} + +.ui.middle.aligned.images .image, .ui.images .ui.middle.aligned.image { + align-self: center +} + +.ui.bottom.aligned.images .image, .ui.images .ui.bottom.aligned.image { + align-self: flex-end +} + +.ui.rounded.images .image, .ui.rounded.image, .ui.rounded.images .image>*, .ui.rounded.image>* { + border-radius: .3125em +} + +.ui.bordered.images .image, .ui.bordered.images img, .ui.bordered.images svg, .ui.bordered.image img, .ui.bordered.image svg, img.ui.bordered.image { + border: 1px solid rgba(0, 0, 0, .1) +} + +.ui.circular.images, .ui.circular.image { + overflow: hidden +} + +.ui.circular.images .image, .ui.circular.image, .ui.circular.images .image>*, .ui.circular.image>* { + border-radius: 500rem +} + +.ui.fluid.images, .ui.fluid.image, .ui.fluid.images img, .ui.fluid.images svg, .ui.fluid.image svg, .ui.fluid.image img { + display: block; + width: 100%; + height: auto +} + +.ui.avatar.images .image, .ui.avatar.images img, .ui.avatar.images svg, .ui.avatar.image img, .ui.avatar.image svg, .ui.avatar.image { + margin-right: .25em; + display: inline-block; + width: 2em; + height: 2em; + border-radius: 500rem +} + +.ui.spaced.image { + display: inline-block!important; + margin-left: .5em; + margin-right: .5em +} + +.ui[class*="left spaced"].image { + margin-left: .5em; + margin-right: 0 +} + +.ui[class*="right spaced"].image { + margin-left: 0; + margin-right: .5em +} + +.ui.floated.image, .ui.floated.images { + float: left; + margin-right: 1em; + margin-bottom: 1em +} + +.ui.right.floated.images, .ui.right.floated.image { + float: right; + margin-right: 0; + margin-bottom: 1em; + margin-left: 1em +} + +.ui.floated.images:last-child, .ui.floated.image:last-child { + margin-bottom: 0 +} + +.ui.centered.image { + display: block; + margin-left: auto; + margin-right: auto +} + +.ui.centered.images { + display: flex; + flex-direction: row; + flex-wrap: wrap; + align-items: stretch; + justify-content: center +} + +.ui.medium.images .image, .ui.medium.images img, .ui.medium.images svg, .ui.medium.image { + width: 300px; + height: auto; + font-size: 1rem +} + +.ui.mini.images .image, .ui.mini.images img, .ui.mini.images svg, .ui.mini.image { + width: 35px; + height: auto; + font-size: .78571429rem +} + +.ui.tiny.images .image, .ui.tiny.images img, .ui.tiny.images svg, .ui.tiny.image { + width: 80px; + height: auto; + font-size: .85714286rem +} + +.ui.small.images .image, .ui.small.images img, .ui.small.images svg, .ui.small.image { + width: 150px; + height: auto; + font-size: .92857143rem +} + +.ui.large.images .image, .ui.large.images img, .ui.large.images svg, .ui.large.image { + width: 450px; + height: auto; + font-size: 1.14285714rem +} + +.ui.big.images .image, .ui.big.images img, .ui.big.images svg, .ui.big.image { + width: 600px; + height: auto; + font-size: 1.28571429rem +} + +.ui.huge.images .image, .ui.huge.images img, .ui.huge.images svg, .ui.huge.image { + width: 800px; + height: auto; + font-size: 1.42857143rem +} + +.ui.massive.images .image, .ui.massive.images img, .ui.massive.images svg, .ui.massive.image { + width: 960px; + height: auto; + font-size: 1.71428571rem +} + +.ui.images { + font-size: 0; + margin: 0 -.25rem +} + +.ui.images .image, .ui.images>img, .ui.images>svg { + display: inline-block; + margin: 0 .25rem .5rem +} + +.ui.input { + position: relative; + font-weight: normal; + font-style: normal; + display: inline-flex; + color: #000000de +} + +.ui.input>input { + margin: 0; + max-width: 100%; + flex: 1 0 auto; + outline: none; + -webkit-tap-highlight-color: rgba(255, 255, 255, 0); + text-align: left; + line-height: 1.21428571em; + font-family: var(--fonts-regular); + padding: .67857143em 1em; + background: #FFFFFF; + border: 1px solid rgba(34, 36, 38, .15); + color: #000000de; + border-radius: .28571429rem; + transition: box-shadow .1s ease, border-color .1s ease; + box-shadow: none +} + +.ui.input>input::-webkit-input-placeholder { + color: #bfbfbfde +} + +.ui.input>input::-moz-placeholder { + color: #bfbfbfde +} + +.ui.input>input:-ms-input-placeholder { + color: #bfbfbfde +} + +.ui.disabled.input, .ui.input:not(.disabled) input[disabled] { + opacity: var(--opacity-disabled) +} + +.ui.disabled.input>input, .ui.input:not(.disabled) input[disabled] { + pointer-events: none +} + +.ui.input>input:active, .ui.input.down input { + border-color: #0000004d; + background: #FAFAFA; + color: #000000de; + box-shadow: none +} + +.ui.loading.loading.input>i.icon:before { + position: absolute; + content: ""; + top: 50%; + left: 50%; + margin: -.64285714em 0 0 -.64285714em; + width: 1.28571429em; + height: 1.28571429em; + border-radius: 500rem; + border: .2em solid rgba(0, 0, 0, .1) +} + +.ui.loading.loading.input>i.icon:after { + position: absolute; + content: ""; + top: 50%; + left: 50%; + margin: -.64285714em 0 0 -.64285714em; + width: 1.28571429em; + height: 1.28571429em; + -webkit-animation: loader .6s infinite linear; + animation: loader .6s infinite linear; + border: .2em solid #767676; + border-radius: 500rem; + box-shadow: 0 0 0 1px transparent +} + +.ui.input.focus>input, .ui.input>input:focus { + border-color: #85b7d9; + background: #FFFFFF; + color: #000c; + box-shadow: none +} + +.ui.input.focus>input::-webkit-input-placeholder, .ui.input>input:focus::-webkit-input-placeholder { + color: #737373de +} + +.ui.input.focus>input::-moz-placeholder, .ui.input>input:focus::-moz-placeholder { + color: #737373de +} + +.ui.input.focus>input:-ms-input-placeholder, .ui.input>input:focus:-ms-input-placeholder { + color: #737373de +} + +.ui.input.error>input { + background-color: #fff6f6; + border-color: #e0b4b4; + color: #9f3a38; + box-shadow: none +} + +.ui.input.error>input::-webkit-input-placeholder { + color: #e7bdbc +} + +.ui.input.error>input::-moz-placeholder { + color: #e7bdbc +} + +.ui.input.error>input:-ms-input-placeholder { + color: #e7bdbc!important +} + +.ui.input.error>input:focus::-webkit-input-placeholder { + color: #da9796 +} + +.ui.input.error>input:focus::-moz-placeholder { + color: #da9796 +} + +.ui.input.error>input:focus:-ms-input-placeholder { + color: #da9796!important +} + +.ui.input.info>input { + background-color: #f8ffff; + border-color: #a9d5de; + color: #276f86; + box-shadow: none +} + +.ui.input.info>input::-webkit-input-placeholder { + color: #98cfe1 +} + +.ui.input.info>input::-moz-placeholder { + color: #98cfe1 +} + +.ui.input.info>input:-ms-input-placeholder { + color: #98cfe1!important +} + +.ui.input.info>input:focus::-webkit-input-placeholder { + color: #70bdd6 +} + +.ui.input.info>input:focus::-moz-placeholder { + color: #70bdd6 +} + +.ui.input.info>input:focus:-ms-input-placeholder { + color: #70bdd6!important +} + +.ui.input.success>input { + background-color: #fcfff5; + border-color: #a3c293; + color: #2c662d; + box-shadow: none +} + +.ui.input.success>input::-webkit-input-placeholder { + color: #8fcf90 +} + +.ui.input.success>input::-moz-placeholder { + color: #8fcf90 +} + +.ui.input.success>input:-ms-input-placeholder { + color: #8fcf90!important +} + +.ui.input.success>input:focus::-webkit-input-placeholder { + color: #6cbf6d +} + +.ui.input.success>input:focus::-moz-placeholder { + color: #6cbf6d +} + +.ui.input.success>input:focus:-ms-input-placeholder { + color: #6cbf6d!important +} + +.ui.input.warning>input { + background-color: #fffaf3; + border-color: #c9ba9b; + color: #573a08; + box-shadow: none +} + +.ui.input.warning>input::-webkit-input-placeholder { + color: #edad3e +} + +.ui.input.warning>input::-moz-placeholder { + color: #edad3e +} + +.ui.input.warning>input:-ms-input-placeholder { + color: #edad3e!important +} + +.ui.input.warning>input:focus::-webkit-input-placeholder { + color: #e39715 +} + +.ui.input.warning>input:focus::-moz-placeholder { + color: #e39715 +} + +.ui.input.warning>input:focus:-ms-input-placeholder { + color: #e39715!important +} + +.ui.transparent.input>textarea, .ui.transparent.input>input { + border-color: transparent!important; + background-color: transparent!important; + padding: 0; + box-shadow: none!important; + border-radius: 0!important +} + +.field .ui.transparent.input>textarea { + padding: .67857143em 1em +} + +:not(.field)>.ui.transparent.icon.input>i.icon { + width: 1.1em +} + +:not(.field)>.ui.ui.ui.transparent.icon.input>input { + padding-left: 0; + padding-right: 2em +} + +:not(.field)>.ui.ui.ui.transparent[class*="left icon"].input>input { + padding-left: 2em; + padding-right: 0 +} + +.ui.transparent.inverted.input { + color: #fff +} + +.ui.ui.transparent.inverted.input>textarea, .ui.ui.transparent.inverted.input>input { + color: inherit +} + +.ui.transparent.inverted.input>input::-webkit-input-placeholder { + color: #ffffff80 +} + +.ui.transparent.inverted.input>input::-moz-placeholder { + color: #ffffff80 +} + +.ui.transparent.inverted.input>input:-ms-input-placeholder { + color: #ffffff80 +} + +.ui.icon.input>i.icon { + cursor: default; + position: absolute; + line-height: 1; + text-align: center; + top: 0; + right: 0; + margin: 0; + height: 100%; + width: 2.67142857em; + opacity: .5; + border-radius: 0 .28571429rem .28571429rem 0; + transition: opacity .3s ease +} + +.ui.icon.input>i.icon:not(.link) { + pointer-events: none +} + +.ui.ui.ui.ui.icon.input>textarea, .ui.ui.ui.ui.icon.input>input { + padding-right: 2.67142857em +} + +.ui.icon.input>i.icon:before, .ui.icon.input>i.icon:after { + left: 0; + position: absolute; + text-align: center; + top: 50%; + width: 100%; + margin-top: -.5em +} + +.ui.icon.input>i.link.icon { + cursor: pointer +} + +.ui.icon.input>i.circular.icon { + top: .35em; + right: .5em +} + +.ui[class*="left icon"].input>i.icon { + right: auto; + left: 1px; + border-radius: .28571429rem 0 0 .28571429rem +} + +.ui[class*="left icon"].input>i.circular.icon { + right: auto; + left: .5em +} + +.ui.ui.ui.ui[class*="left icon"].input>textarea, .ui.ui.ui.ui[class*="left icon"].input>input { + padding-left: 2.67142857em; + padding-right: 1em +} + +.ui.icon.input>textarea:focus~i.icon, .ui.icon.input>input:focus~i.icon { + opacity: 1 +} + +.ui.labeled.input>.label { + flex: 0 0 auto; + margin: 0; + font-size: 1em +} + +.ui.labeled.input>.label:not(.corner) { + padding-top: .78571429em; + padding-bottom: .78571429em +} + +.ui.labeled.input:not([class*="corner labeled"]) .label:first-child { + border-top-right-radius: 0; + border-bottom-right-radius: 0 +} + +.ui.labeled.input:not([class*="corner labeled"]) .label:first-child+input { + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-left-color: transparent +} + +.ui.labeled.input:not([class*="corner labeled"]) .label:first-child+input:focus { + border-left-color: #85b7d9 +} + +.ui[class*="right labeled"].input>input { + border-top-right-radius: 0!important; + border-bottom-right-radius: 0!important; + border-right-color: transparent!important +} + +.ui[class*="right labeled"].input>input+.label { + border-top-left-radius: 0; + border-bottom-left-radius: 0 +} + +.ui[class*="right labeled"].input>input:focus { + border-right-color: #85b7d9!important +} + +.ui.labeled.input .corner.label { + top: 1px; + right: 1px; + font-size: .64285714em; + border-radius: 0 .28571429rem 0 0 +} + +.ui[class*="corner labeled"]:not([class*="left corner labeled"]).labeled.input>textarea, .ui[class*="corner labeled"]:not([class*="left corner labeled"]).labeled.input>input { + padding-right: 2.5em!important +} + +.ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"])>textarea, .ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"])>input { + padding-right: 3.25em!important +} + +.ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"])>i.icon { + margin-right: 1.25em +} + +.ui[class*="left corner labeled"].labeled.input>textarea, .ui[class*="left corner labeled"].labeled.input>input { + padding-left: 2.5em!important +} + +.ui[class*="left corner labeled"].icon.input>textarea, .ui[class*="left corner labeled"].icon.input>input { + padding-left: 3.25em!important +} + +.ui[class*="left corner labeled"].icon.input>i.icon { + margin-left: 1.25em +} + +.ui.icon.input>textarea~i.icon { + height: 3em +} + +:not(.field)>.ui.transparent.icon.input>textarea~i.icon { + height: 1.3em +} + +.ui.input>.ui.corner.label { + top: 1px; + right: 1px +} + +.ui.input>.ui.left.corner.label { + right: auto; + left: 1px +} + +.ui.form .field.error>.ui.action.input>.ui.button, .ui.form .field.error>.ui.labeled.input:not([class*="corner labeled"])>.ui.label, .ui.action.input.error>.ui.button, .ui.labeled.input.error:not([class*="corner labeled"])>.ui.label { + border-top: 1px solid #E0B4B4; + border-bottom: 1px solid #E0B4B4 +} + +.ui.form .field.error>.ui[class*="left action"].input>.ui.button, .ui.form .field.error>.ui.labeled.input:not(.right):not([class*="corner labeled"])>.ui.label, .ui[class*="left action"].input.error>.ui.button, .ui.labeled.input.error:not(.right):not([class*="corner labeled"])>.ui.label { + border-left: 1px solid #E0B4B4 +} + +.ui.form .field.error>.ui.action.input:not([class*="left action"])>input+.ui.button, .ui.form .field.error>.ui.right.labeled.input:not([class*="corner labeled"])>input+.ui.label, .ui.action.input.error:not([class*="left action"])>input+.ui.button, .ui.right.labeled.input.error:not([class*="corner labeled"])>input+.ui.label { + border-right: 1px solid #E0B4B4 +} + +.ui.form .field.error>.ui.right.labeled.input:not([class*="corner labeled"])>.ui.label:first-child, .ui.right.labeled.input.error:not([class*="corner labeled"])>.ui.label:first-child { + border-left: 1px solid #E0B4B4 +} + +.ui.form .field.info>.ui.action.input>.ui.button, .ui.form .field.info>.ui.labeled.input:not([class*="corner labeled"])>.ui.label, .ui.action.input.info>.ui.button, .ui.labeled.input.info:not([class*="corner labeled"])>.ui.label { + border-top: 1px solid #A9D5DE; + border-bottom: 1px solid #A9D5DE +} + +.ui.form .field.info>.ui[class*="left action"].input>.ui.button, .ui.form .field.info>.ui.labeled.input:not(.right):not([class*="corner labeled"])>.ui.label, .ui[class*="left action"].input.info>.ui.button, .ui.labeled.input.info:not(.right):not([class*="corner labeled"])>.ui.label { + border-left: 1px solid #A9D5DE +} + +.ui.form .field.info>.ui.action.input:not([class*="left action"])>input+.ui.button, .ui.form .field.info>.ui.right.labeled.input:not([class*="corner labeled"])>input+.ui.label, .ui.action.input.info:not([class*="left action"])>input+.ui.button, .ui.right.labeled.input.info:not([class*="corner labeled"])>input+.ui.label { + border-right: 1px solid #A9D5DE +} + +.ui.form .field.info>.ui.right.labeled.input:not([class*="corner labeled"])>.ui.label:first-child, .ui.right.labeled.input.info:not([class*="corner labeled"])>.ui.label:first-child { + border-left: 1px solid #A9D5DE +} + +.ui.form .field.success>.ui.action.input>.ui.button, .ui.form .field.success>.ui.labeled.input:not([class*="corner labeled"])>.ui.label, .ui.action.input.success>.ui.button, .ui.labeled.input.success:not([class*="corner labeled"])>.ui.label { + border-top: 1px solid #A3C293; + border-bottom: 1px solid #A3C293 +} + +.ui.form .field.success>.ui[class*="left action"].input>.ui.button, .ui.form .field.success>.ui.labeled.input:not(.right):not([class*="corner labeled"])>.ui.label, .ui[class*="left action"].input.success>.ui.button, .ui.labeled.input.success:not(.right):not([class*="corner labeled"])>.ui.label { + border-left: 1px solid #A3C293 +} + +.ui.form .field.success>.ui.action.input:not([class*="left action"])>input+.ui.button, .ui.form .field.success>.ui.right.labeled.input:not([class*="corner labeled"])>input+.ui.label, .ui.action.input.success:not([class*="left action"])>input+.ui.button, .ui.right.labeled.input.success:not([class*="corner labeled"])>input+.ui.label { + border-right: 1px solid #A3C293 +} + +.ui.form .field.success>.ui.right.labeled.input:not([class*="corner labeled"])>.ui.label:first-child, .ui.right.labeled.input.success:not([class*="corner labeled"])>.ui.label:first-child { + border-left: 1px solid #A3C293 +} + +.ui.form .field.warning>.ui.action.input>.ui.button, .ui.form .field.warning>.ui.labeled.input:not([class*="corner labeled"])>.ui.label, .ui.action.input.warning>.ui.button, .ui.labeled.input.warning:not([class*="corner labeled"])>.ui.label { + border-top: 1px solid #C9BA9B; + border-bottom: 1px solid #C9BA9B +} + +.ui.form .field.warning>.ui[class*="left action"].input>.ui.button, .ui.form .field.warning>.ui.labeled.input:not(.right):not([class*="corner labeled"])>.ui.label, .ui[class*="left action"].input.warning>.ui.button, .ui.labeled.input.warning:not(.right):not([class*="corner labeled"])>.ui.label { + border-left: 1px solid #C9BA9B +} + +.ui.form .field.warning>.ui.action.input:not([class*="left action"])>input+.ui.button, .ui.form .field.warning>.ui.right.labeled.input:not([class*="corner labeled"])>input+.ui.label, .ui.action.input.warning:not([class*="left action"])>input+.ui.button, .ui.right.labeled.input.warning:not([class*="corner labeled"])>input+.ui.label { + border-right: 1px solid #C9BA9B +} + +.ui.form .field.warning>.ui.right.labeled.input:not([class*="corner labeled"])>.ui.label:first-child, .ui.right.labeled.input.warning:not([class*="corner labeled"])>.ui.label:first-child { + border-left: 1px solid #C9BA9B +} + +.ui.action.input>.button, .ui.action.input>.buttons { + display: flex; + align-items: center; + flex: 0 0 auto +} + +.ui.action.input>.button, .ui.action.input>.buttons>.button { + padding-top: .78571429em; + padding-bottom: .78571429em; + margin: 0 +} + +.ui[class*="left action"].input>input { + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-left-color: transparent +} + +.ui.action.input:not([class*="left action"])>input { + border-top-right-radius: 0; + border-bottom-right-radius: 0; + border-right-color: transparent +} + +.ui.action.input>.dropdown:first-child, .ui.action.input>.button:first-child, .ui.action.input>.buttons:first-child>.button { + border-radius: .28571429rem 0 0 .28571429rem +} + +.ui.action.input>.dropdown:not(:first-child), .ui.action.input>.button:not(:first-child), .ui.action.input>.buttons:not(:first-child)>.button { + border-radius: 0 +} + +.ui.action.input>.dropdown:last-child, .ui.action.input>.button:last-child, .ui.action.input>.buttons:last-child>.button { + border-radius: 0 .28571429rem .28571429rem 0 +} + +.ui.action.input:not([class*="left action"])>input:focus { + border-right-color: #85b7d9 +} + +.ui.ui[class*="left action"].input>input:focus { + border-left-color: #85b7d9 +} + +.ui.inverted.input>input { + border: none +} + +.ui.fluid.input { + display: flex +} + +.ui.fluid.input>input { + width: 0!important +} + +.ui.input { + font-size: 1em +} + +.ui.mini.input { + font-size: .78571429em +} + +.ui.tiny.input { + font-size: .85714286em +} + +.ui.small.input { + font-size: .92857143em +} + +.ui.large.input { + font-size: 1.14285714em +} + +.ui.big.input { + font-size: 1.28571429em +} + +.ui.huge.input { + font-size: 1.42857143em +} + +.ui.massive.input { + font-size: 1.71428571em +} + +.ui.items>.item { + display: flex; + margin: 1em 0; + width: 100%; + min-height: 0; + background: transparent; + padding: 0; + border: none; + border-radius: 0; + box-shadow: none; + transition: box-shadow .1s ease; + z-index: "" +} + +.ui.items>.item a { + cursor: pointer +} + +.ui.items { + margin: 1.5em 0 +} + +.ui.items:first-child { + margin-top: 0!important +} + +.ui.items:last-child { + margin-bottom: 0!important +} + +.ui.items>.item:after { + display: block; + content: " "; + height: 0; + clear: both; + overflow: hidden; + visibility: hidden +} + +.ui.items>.item:first-child { + margin-top: 0 +} + +.ui.items>.item:last-child { + margin-bottom: 0 +} + +.ui.items>.item>.image { + position: relative; + flex: 0 0 auto; + display: block; + float: none; + margin: 0; + padding: 0; + max-height: ""; + align-self: start +} + +.ui.items>.item>.image>img { + display: block; + width: 100%; + height: auto; + border-radius: .125rem; + border: none +} + +.ui.items>.item>.image:only-child>img { + border-radius: 0 +} + +.ui.items>.item>.content { + display: block; + flex: 1 1 auto; + background: none; + color: #000000de; + margin: 0; + padding: 0; + box-shadow: none; + font-size: 1em; + border: none; + border-radius: 0 +} + +.ui.items>.item>.content:after { + display: block; + content: " "; + height: 0; + clear: both; + overflow: hidden; + visibility: hidden +} + +.ui.items>.item>.image+.content { + min-width: 0; + width: auto; + display: block; + margin-left: 0; + align-self: start; + padding-left: 1.5em +} + +.ui.items>.item>.content>.header { + display: inline-block; + margin: -.21425em 0 0; + font-family: var(--fonts-regular); + font-weight: 500; + color: #000000d9 +} + +.ui.items>.item>.content>.header:not(.ui) { + font-size: 1.28571429em +} + +.ui.items>.item [class*="left floated"] { + float: left +} + +.ui.items>.item [class*="right floated"] { + float: right +} + +.ui.items>.item .content img { + align-self: center; + width: "" +} + +.ui.items>.item img.avatar, .ui.items>.item .avatar img { + width: ""; + height: ""; + border-radius: 500rem +} + +.ui.items>.item>.content>.description { + margin-top: .6em; + max-width: auto; + font-size: 1em; + line-height: 1.4285em; + color: #000000de +} + +.ui.items>.item>.content p { + margin: 0 0 .5em +} + +.ui.items>.item>.content p:last-child { + margin-bottom: 0 +} + +.ui.items>.item .meta { + margin: .5em 0; + font-size: 1em; + line-height: 1em; + color: #0009 +} + +.ui.items>.item .meta * { + margin-right: .3em +} + +.ui.items>.item .meta :last-child { + margin-right: 0 +} + +.ui.items>.item .meta [class*="right floated"] { + margin-right: 0; + margin-left: .3em +} + +.ui.items>.item>.content a:not(.ui) { + color: ""; + transition: color .1s ease +} + +.ui.items>.item>.content a:not(.ui):hover { + color: "" +} + +.ui.items>.item>.content>a.header { + color: #000000d9 +} + +.ui.items>.item>.content>a.header:hover { + color: #1e70bf +} + +.ui.items>.item .meta>a:not(.ui) { + color: #0006 +} + +.ui.items>.item .meta>a:not(.ui):hover { + color: #000000de +} + +.ui.items>.item>.content .favorite.icon { + cursor: pointer; + opacity: .75; + transition: color .1s ease +} + +.ui.items>.item>.content .favorite.icon:hover { + opacity: 1; + color: #ffb70a +} + +.ui.items>.item>.content .active.favorite.icon { + color: #ffe623 +} + +.ui.items>.item>.content .like.icon { + cursor: pointer; + opacity: .75; + transition: color .1s ease +} + +.ui.items>.item>.content .like.icon:hover { + opacity: 1; + color: #ff2733 +} + +.ui.items>.item>.content .active.like.icon { + color: #ff2733 +} + +.ui.items>.item .extra { + display: block; + position: relative; + background: none; + margin: .5rem 0 0; + width: 100%; + padding: 0; + top: 0; + left: 0; + color: #0006; + box-shadow: none; + transition: color .1s ease; + border-top: none +} + +.ui.items>.item .extra>* { + margin: .25rem .5rem .25rem 0 +} + +.ui.items>.item .extra>[class*="right floated"] { + margin: .25rem 0 .25rem .5rem +} + +.ui.items>.item .extra:after { + display: block; + content: " "; + height: 0; + clear: both; + overflow: hidden; + visibility: hidden +} + +.ui.items>.item>.image:not(.ui) { + width: 175px +} + +@media only screen and (min-width: 768px) and (max-width: 991.98px) { + .ui.items>.item { + margin: 1em 0 + } + .ui.items>.item>.image:not(.ui) { + width: 150px + } + .ui.items>.item>.image+.content { + display: block; + padding: 0 0 0 1em + } +} + +@media only screen and (max-width: 767.98px) { + .ui.items:not(.unstackable)>.item { + flex-direction: column; + margin: 2em 0 + } + .ui.items:not(.unstackable)>.item>.image { + display: block; + margin-left: auto; + margin-right: auto + } + .ui.items:not(.unstackable)>.item>.image, .ui.items:not(.unstackable)>.item>.image>img { + max-width: 100%!important; + width: auto!important; + max-height: 250px!important + } + .ui.items:not(.unstackable)>.item>.image+.content { + display: block; + padding: 1.5em 0 0 + } +} + +.ui.items>.item>.image+[class*="top aligned"].content { + align-self: flex-start +} + +.ui.items>.item>.image+[class*="middle aligned"].content { + align-self: center +} + +.ui.items>.item>.image+[class*="bottom aligned"].content { + align-self: flex-end +} + +.ui.relaxed.items>.item { + margin: 1.5em 0 +} + +.ui[class*="very relaxed"].items>.item { + margin: 2em 0 +} + +.ui.divided.items>.item { + border-top: 1px solid rgba(34, 36, 38, .15); + margin: 0; + padding: 1em 0 +} + +.ui.divided.items>.item:first-child { + border-top: none; + margin-top: 0!important; + padding-top: 0!important +} + +.ui.divided.items>.item:last-child { + margin-bottom: 0!important; + padding-bottom: 0!important +} + +.ui.relaxed.divided.items>.item { + margin: 0; + padding: 1.5em 0 +} + +.ui[class*="very relaxed"].divided.items>.item { + margin: 0; + padding: 2em 0 +} + +.ui.items a.item:hover, .ui.link.items>.item:hover { + cursor: pointer +} + +.ui.items a.item:hover .content .header, .ui.link.items>.item:hover .content .header { + color: #1e70bf +} + +.ui.items>.item { + font-size: 1em +} + +.ui.mini.items>.item { + font-size: .78571429em +} + +.ui.tiny.items>.item { + font-size: .85714286em +} + +.ui.small.items>.item { + font-size: .92857143em +} + +.ui.large.items>.item { + font-size: 1.14285714em +} + +.ui.big.items>.item { + font-size: 1.28571429em +} + +.ui.huge.items>.item { + font-size: 1.42857143em +} + +.ui.massive.items>.item { + font-size: 1.71428571em +} + +@media only screen and (max-width: 767.98px) { + .ui.unstackable.items>.item>.image, .ui.unstackable.items>.item>.image>img { + width: 125px!important + } +} + +.ui.inverted.items>.item { + background: transparent +} + +.ui.inverted.items>.item>.content { + background: none; + color: #ffffffe6 +} + +.ui.inverted.items>.item .extra { + background: none +} + +.ui.inverted.items>.item>.content>.header { + color: #ffffffe6 +} + +.ui.inverted.items>.item>.content>.description { + color: #ffffffe6 +} + +.ui.inverted.items>.item .meta { + color: #fffc +} + +.ui.inverted.items>.item>.content a:not(.ui) { + color: #57a4ef +} + +.ui.inverted.items>.item>.content a:not(.ui):hover { + color: #4183c4 +} + +.ui.inverted.items>.item>.content>a.header { + color: #ffffffe6 +} + +.ui.inverted.items>.item>.content>a.header:hover { + color: #fff +} + +.ui.inverted.items>.item .meta>a:not(.ui) { + color: #ffffffb3 +} + +.ui.inverted.items>.item .meta>a:not(.ui):hover { + color: #ffffffe6 +} + +.ui.inverted.items>.item>.content .favorite.icon:hover { + color: #ffc63d +} + +.ui.inverted.items>.item>.content .active.favorite.icon { + color: #ffec56 +} + +.ui.inverted.items>.item>.content .like.icon:hover { + color: #ff5a63 +} + +.ui.inverted.items>.item>.content .active.like.icon { + color: #ff5a63 +} + +.ui.inverted.items>.item .extra { + color: #ffffffb3 +} + +.ui.inverted.items a.item:hover .content .header, .ui.inverted.link.items>.item:hover .content .header { + color: #fff +} + +.ui.inverted.divided.items>.item { + border-top: 1px solid rgba(255, 255, 255, .1) +} + +.ui.inverted.divided.items>.item:first-child { + border-top: none +} + +.ui.label { + display: inline-block; + line-height: 1; + vertical-align: baseline; + margin: 0 .14285714em; + background-color: #e8e8e8; + background-image: none; + padding: .5833em .833em; + color: #0009; + text-transform: none; + font-weight: 500; + border: 0 solid transparent; + border-radius: .28571429rem; + transition: background .1s ease +} + +.ui.label:first-child { + margin-left: 0 +} + +.ui.label:last-child { + margin-right: 0 +} + +a.ui.label { + cursor: pointer +} + +.ui.label>a { + cursor: pointer; + color: inherit; + opacity: .5; + transition: .1s opacity ease +} + +.ui.label>a:hover { + opacity: 1 +} + +.ui.label>img { + width: auto!important; + vertical-align: middle; + height: 2.1666em +} + +.ui.left.icon.label>.icon, .ui.label>.icon { + width: auto; + margin: 0 .75em 0 0 +} + +.ui.label>.detail { + display: inline-block; + vertical-align: top; + font-weight: 500; + margin-left: 1em; + opacity: .8 +} + +.ui.label>.detail .icon { + margin: 0 .25em 0 0 +} + +.ui.label>.close.icon, .ui.label>.delete.icon { + cursor: pointer; + font-size: .92857143em; + opacity: .5; + transition: background .1s ease +} + +.ui.label>.close.icon:hover, .ui.label>.delete.icon:hover { + opacity: 1 +} + +.ui.label.left.icon>.close.icon, .ui.label.left.icon>.delete.icon { + margin: 0 .5em 0 0 +} + +.ui.label:not(.icon)>.close.icon, .ui.label:not(.icon)>.delete.icon { + margin: 0 0 0 .5em +} + +.ui.icon.label>.icon { + margin: 0 auto +} + +.ui.right.icon.label>.icon { + margin: 0 0 0 .75em +} + +.ui.labels>.label { + margin: 0 .5em .5em 0 +} + +.ui.header>.ui.label { + margin-top: -.29165em +} + +.ui.attached.segment>.ui.top.left.attached.label, .ui.bottom.attached.segment>.ui.top.left.attached.label { + border-top-left-radius: 0 +} + +.ui.attached.segment>.ui.top.right.attached.label, .ui.bottom.attached.segment>.ui.top.right.attached.label { + border-top-right-radius: 0 +} + +.ui.top.attached.segment>.ui.bottom.left.attached.label { + border-bottom-left-radius: 0 +} + +.ui.top.attached.segment>.ui.bottom.right.attached.label { + border-bottom-right-radius: 0 +} + +.ui.top.attached.label~.ui.bottom.attached.label+:not(.attached), .ui.top.attached.label+:not(.attached) { + margin-top: 2rem!important +} + +.ui.bottom.attached.label~:last-child:not(.attached) { + margin-top: 0; + margin-bottom: 2rem!important +} + +.ui.segment:not(.basic)>.ui.top.attached.label { + margin-top: -1px +} + +.ui.segment:not(.basic)>.ui.bottom.attached.label { + margin-bottom: -1px +} + +.ui.segment:not(.basic)>.ui.attached.label:not(.right) { + margin-left: -1px +} + +.ui.segment:not(.basic)>.ui.right.attached.label { + margin-right: -1px +} + +.ui.segment:not(.basic)>.ui.attached.label:not(.left):not(.right) { + width: calc(100% + 2px) +} + +.ui.image.label { + width: auto; + margin-top: 0; + margin-bottom: 0; + max-width: 9999px; + vertical-align: baseline; + text-transform: none; + background: #E8E8E8; + padding: .5833em .833em .5833em .5em; + border-radius: .28571429rem; + box-shadow: none +} + +.ui.image.label.attached:not(.basic) { + padding: .5833em .833em .5833em .5em +} + +.ui.image.label img { + display: inline-block; + vertical-align: top; + height: 2.1666em; + margin: -.5833em .5em -.5833em -.5em; + border-radius: .28571429rem 0 0 .28571429rem +} + +.ui.image.label .detail { + background: rgba(0, 0, 0, .1); + margin: -.5833em -.833em -.5833em .5em; + padding: .5833em .833em; + border-radius: 0 .28571429rem .28571429rem 0 +} + +.ui.bottom.attached.image.label:not(.right)>img, .ui.top.right.attached.image.label>img { + border-top-left-radius: 0 +} + +.ui.top.attached.image.label:not(.right)>img, .ui.bottom.right.attached.image.label>img { + border-bottom-left-radius: 0 +} + +.ui.tag.labels .label, .ui.tag.label { + margin-left: 1em; + position: relative; + padding-left: 1.5em; + padding-right: 1.5em; + border-radius: 0 .28571429rem .28571429rem 0; + transition: none +} + +.ui.tag.labels .label:before, .ui.tag.label:before { + position: absolute; + transform: translateY(-50%) translateX(50%) rotate(-45deg); + top: 50%; + right: 100%; + content: ""; + background-color: inherit; + background-image: none; + width: 1.56em; + height: 1.56em; + transition: none +} + +.ui.tag.labels .label:after, .ui.tag.label:after { + position: absolute; + content: ""; + top: 50%; + left: -.25em; + margin-top: -.25em; + background-color: #fff; + width: .5em; + height: .5em; + box-shadow: 0 -1px 1px #0000004d; + border-radius: 500rem +} + +.ui.basic.tag.labels .label:before, .ui.basic.tag.label:before { + border-color: inherit; + border-width: 1px 0 0 1px; + border-style: inherit; + right: calc(100% + 1px) +} + +.ui.basic.tag.labels .label:after, .ui.basic.tag.label:after { + box-shadow: 0 -1px 3px #000c +} + +.ui.corner.label { + position: absolute; + top: 0; + right: 0; + margin: 0; + padding: 0; + text-align: center; + border-color: #e8e8e8; + width: 4em; + height: 4em; + z-index: 1; + transition: border-color .1s ease +} + +.ui.corner.label { + background-color: transparent!important +} + +.ui.corner.label:after { + position: absolute; + content: ""; + right: 0; + top: 0; + z-index: -1; + width: 0; + height: 0; + background-color: transparent; + border-top: 0 solid transparent; + border-right: 4em solid transparent; + border-bottom: 4em solid transparent; + border-left: 0 solid transparent; + border-right-color: inherit; + transition: border-color .1s ease +} + +.ui.corner.label .icon { + cursor: inherit; + position: absolute; + top: .64285714em; + left: auto; + right: .57142857em; + font-size: 1.14285714em; + margin: 0 +} + +.ui.left.corner.label, .ui.left.corner.label:after { + right: auto; + left: 0 +} + +.ui.left.corner.label:after { + border-top: 4em solid transparent; + border-right: 4em solid transparent; + border-bottom: 0 solid transparent; + border-left: 0 solid transparent; + border-top-color: inherit +} + +.ui.left.corner.label .icon { + left: .57142857em; + right: auto +} + +.ui.segment>.ui.corner.label { + top: -1px; + right: -1px +} + +.ui.segment>.ui.left.corner.label { + right: auto; + left: -1px +} + +.ui.ribbon.label { + position: relative; + margin: 0; + min-width: -webkit-max-content; + min-width: -moz-max-content; + min-width: max-content; + border-radius: 0 .28571429rem .28571429rem 0; + border-color: #00000026 +} + +.ui.ribbon.label:after { + position: absolute; + content: ""; + top: 100%; + left: 0; + background-color: transparent; + border-style: solid; + border-width: 0 1.2em 1.2em 0; + border-color: transparent; + border-right-color: inherit; + width: 0; + height: 0 +} + +.ui.ribbon.label { + left: calc(-1rem - 1.2em); + margin-right: -1.2em; + padding-left: calc(1rem + 1.2em); + padding-right: 1.2em +} + +.ui[class*="right ribbon"].label { + left: calc(100% + 1rem + 1.2em); + padding-left: 1.2em; + padding-right: calc(1rem + 1.2em) +} + +.ui.basic.ribbon.label { + padding-top: calc(.5833em - 1px); + padding-bottom: calc(.5833em - 1px) +} + +.ui.basic.ribbon.label:not([class*="right ribbon"]) { + padding-left: calc(1rem + 1.2em - 1px); + padding-right: calc(1.2em - 1px) +} + +.ui.basic[class*="right ribbon"].label { + padding-left: calc(1.2em - 1px); + padding-right: calc(1rem + 1.2em - 1px) +} + +.ui.basic.ribbon.label:after { + top: calc(100% + 1px) +} + +.ui.basic.ribbon.label:not([class*="right ribbon"]):after { + left: -1px +} + +.ui.basic[class*="right ribbon"].label:after { + right: -1px +} + +.ui[class*="right ribbon"].label { + text-align: left; + transform: translateX(-100%); + border-radius: .28571429rem 0 0 .28571429rem +} + +.ui[class*="right ribbon"].label:after { + left: auto; + right: 0; + border-style: solid; + border-width: 1.2em 1.2em 0 0; + border-color: transparent; + border-top-color: inherit +} + +.ui.image>.ribbon.label, .ui.card .image>.ribbon.label { + position: absolute; + top: 1rem +} + +.ui.card .image>.ui.ribbon.label, .ui.image>.ui.ribbon.label { + left: calc(.05rem - 1.2em) +} + +.ui.card .image>.ui[class*="right ribbon"].label, .ui.image>.ui[class*="right ribbon"].label { + left: calc(100% + -.05rem + 1.2em); + padding-left: .833em +} + +.ui.table td>.ui.ribbon.label { + left: calc(-1em - 1.2em) +} + +.ui.table td>.ui[class*="right ribbon"].label { + left: calc(100% + 1em + 1.2em); + padding-left: .833em +} + +.ui[class*="top attached"].label, .ui.attached.label { + width: 100%; + position: absolute; + margin: 0; + top: 0; + left: 0; + padding: .75em 1em; + border-radius: .21428571rem .21428571rem 0 0 +} + +.ui[class*="bottom attached"].label { + top: auto; + bottom: 0; + border-radius: 0 0 .21428571rem .21428571rem +} + +.ui[class*="top left attached"].label { + width: auto; + margin-top: 0; + border-radius: .21428571rem 0 .28571429rem +} + +.ui[class*="top right attached"].label { + width: auto; + left: auto; + right: 0; + border-radius: 0 .21428571rem 0 .28571429rem +} + +.ui[class*="bottom left attached"].label { + width: auto; + top: auto; + bottom: 0; + border-radius: 0 .28571429rem 0 .21428571rem +} + +.ui[class*="bottom right attached"].label { + top: auto; + bottom: 0; + left: auto; + right: 0; + width: auto; + border-radius: .28571429rem 0 .21428571rem +} + +.ui.label.disabled { + opacity: .5 +} + +.ui.labels a.label:hover, a.ui.label:hover { + background-color: #e0e0e0; + border-color: #e0e0e0; + background-image: none; + color: #000c +} + +.ui.labels a.label:hover:before, a.ui.label:hover:before { + color: #000c +} + +.ui.active.label { + background-color: #d0d0d0; + border-color: #d0d0d0; + background-image: none; + color: #000000f2 +} + +.ui.active.label:before { + background-color: #d0d0d0; + background-image: none; + color: #000000f2 +} + +.ui.labels a.active.label:hover, a.ui.active.label:hover { + background-color: #c8c8c8; + border-color: #c8c8c8; + background-image: none; + color: #000000f2 +} + +.ui.labels a.active.label:hover:before, a.ui.active.label:hover:before { + background-color: #c8c8c8; + background-image: none; + color: #000000f2 +} + +.ui.labels.visible .label, .ui.label.visible:not(.dropdown) { + display: inline-block!important +} + +.ui.labels.hidden .label, .ui.label.hidden { + display: none!important +} + +.ui.basic.labels .label, .ui.basic.label { + background: none #FFFFFF; + border: 1px solid rgba(34, 36, 38, .15); + color: #000000de; + box-shadow: none; + padding-top: calc(.5833em - 1px); + padding-bottom: calc(.5833em - 1px); + padding-right: calc(.833em - 1px) +} + +.ui.basic.labels:not(.tag):not(.image):not(.ribbon) .label, .ui.basic.label:not(.tag):not(.image):not(.ribbon) { + padding-left: calc(.833em - 1px) +} + +.ui.basic.image.label { + padding-left: calc(.5em - 1px) +} + +.ui.basic.labels a.label:hover, a.ui.basic.label:hover { + text-decoration: none; + background: none #FFFFFF; + color: #1e70bf; + box-shadow: none +} + +.ui.basic.pointing.label:before { + border-color: inherit +} + +.ui.label.fluid, .ui.fluid.labels>.label { + width: 100%; + box-sizing: border-box +} + +.ui.inverted.labels .label, .ui.inverted.label { + color: #ffffffe6; + background-color: #b5b5b5 +} + +.ui.inverted.corner.label { + border-color: #b5b5b5 +} + +.ui.inverted.corner.label:hover { + border-color: #e8e8e8; + transition: none +} + +.ui.inverted.basic.labels .label, .ui.inverted.basic.label, .ui.inverted.basic.label:hover { + border-color: #ffffff80; + background: #1B1C1D +} + +.ui.inverted.basic.label:hover { + color: #4183c4 +} + +.ui.primary.labels .label, .ui.ui.ui.primary.label { + background-color: #2185d0; + border-color: #2185d0; + color: #ffffffe6 +} + +.ui.primary.labels a.label:hover, a.ui.ui.ui.primary.label:hover { + background-color: #1678c2; + border-color: #1678c2; + color: #fff +} + +.ui.ui.ui.primary.ribbon.label { + border-color: #1a69a4 +} + +.ui.basic.labels .primary.label, .ui.ui.ui.basic.primary.label { + background: none #FFFFFF; + border-color: #2185d0; + color: #2185d0 +} + +.ui.basic.labels a.primary.label:hover, a.ui.ui.ui.basic.primary.label:hover { + background: none #FFFFFF; + border-color: #1678c2; + color: #1678c2 +} + +.ui.inverted.labels .primary.label, .ui.ui.ui.inverted.primary.label { + background-color: #54c8ff; + border-color: #54c8ff; + color: #1b1c1d +} + +.ui.inverted.labels a.primary.label:hover, a.ui.ui.ui.inverted.primary.label:hover { + background-color: #21b8ff; + border-color: #21b8ff; + color: #1b1c1d +} + +.ui.ui.ui.inverted.primary.ribbon.label { + border-color: #21b8ff +} + +.ui.inverted.basic.labels .primary.label, .ui.ui.ui.inverted.basic.primary.label { + background-color: #1b1c1d; + border-color: #54c8ff; + color: #54c8ff +} + +.ui.inverted.basic.labels a.primary.label:hover, a.ui.ui.ui.inverted.basic.primary.label:hover { + border-color: #21b8ff; + background-color: #1b1c1d; + color: #21b8ff +} + +.ui.inverted.basic.tag.labels .primary.label, .ui.ui.ui.inverted.primary.basic.tag.label { + border: 1px solid #54C8FF +} + +.ui.inverted.basic.tag.labels .primary.label:before, .ui.ui.ui.inverted.primary.basic.tag.label:before { + border-color: inherit; + border-width: 1px 0 0 1px; + border-style: inherit; + background-color: #1b1c1d; + right: calc(100% + 1px) +} + +.ui.secondary.labels .label, .ui.ui.ui.secondary.label { + background-color: #1b1c1d; + border-color: #1b1c1d; + color: #ffffffe6 +} + +.ui.secondary.labels a.label:hover, a.ui.ui.ui.secondary.label:hover { + background-color: #27292a; + border-color: #27292a; + color: #fff +} + +.ui.ui.ui.secondary.ribbon.label { + border-color: #020203 +} + +.ui.basic.labels .secondary.label, .ui.ui.ui.basic.secondary.label { + background: none #FFFFFF; + border-color: #1b1c1d; + color: #1b1c1d +} + +.ui.basic.labels a.secondary.label:hover, a.ui.ui.ui.basic.secondary.label:hover { + background: none #FFFFFF; + border-color: #27292a; + color: #27292a +} + +.ui.inverted.labels .secondary.label, .ui.ui.ui.inverted.secondary.label { + background-color: #545454; + border-color: #545454; + color: #1b1c1d +} + +.ui.inverted.labels a.secondary.label:hover, a.ui.ui.ui.inverted.secondary.label:hover { + background-color: #6e6e6e; + border-color: #6e6e6e; + color: #1b1c1d +} + +.ui.ui.ui.inverted.secondary.ribbon.label { + border-color: #3b3b3b +} + +.ui.inverted.basic.labels .secondary.label, .ui.ui.ui.inverted.basic.secondary.label { + background-color: #1b1c1d; + border-color: #545454; + color: #545454 +} + +.ui.inverted.basic.labels a.secondary.label:hover, a.ui.ui.ui.inverted.basic.secondary.label:hover { + border-color: #6e6e6e; + background-color: #1b1c1d; + color: #6e6e6e +} + +.ui.inverted.basic.tag.labels .secondary.label, .ui.ui.ui.inverted.secondary.basic.tag.label { + border: 1px solid #545454 +} + +.ui.inverted.basic.tag.labels .secondary.label:before, .ui.ui.ui.inverted.secondary.basic.tag.label:before { + border-color: inherit; + border-width: 1px 0 0 1px; + border-style: inherit; + background-color: #1b1c1d; + right: calc(100% + 1px) +} + +.ui.red.labels .label, .ui.ui.ui.red.label { + background-color: var(--color-gitea-lightblue-light); + border-color: #db2828; + color: #fff +} + +.ui.red.labels a.label:hover, a.ui.ui.ui.red.label:hover { + background-color: #d01919; + border-color: #d01919; + color: #fff +} + +.ui.ui.ui.red.ribbon.label { + border-color: #b21e1e +} + +.ui.basic.labels .red.label, .ui.ui.ui.basic.red.label { + background: none #FFFFFF; + border-color: #db2828; + color: #db2828 +} + +.ui.basic.labels a.red.label:hover, a.ui.ui.ui.basic.red.label:hover { + background: none #FFFFFF; + border-color: #d01919; + color: #d01919 +} + +.ui.inverted.labels .red.label, .ui.ui.ui.inverted.red.label { + background-color: #ff695e; + border-color: #ff695e; + color: #1b1c1d +} + +.ui.inverted.labels a.red.label:hover, a.ui.ui.ui.inverted.red.label:hover { + background-color: #ff392b; + border-color: #ff392b; + color: #1b1c1d +} + +.ui.ui.ui.inverted.red.ribbon.label { + border-color: #ff392b +} + +.ui.inverted.basic.labels .red.label, .ui.ui.ui.inverted.basic.red.label { + background-color: #1b1c1d; + border-color: #ff695e; + color: #ff695e +} + +.ui.inverted.basic.labels a.red.label:hover, a.ui.ui.ui.inverted.basic.red.label:hover { + border-color: #ff392b; + background-color: #1b1c1d; + color: #ff392b +} + +.ui.inverted.basic.tag.labels .red.label, .ui.ui.ui.inverted.red.basic.tag.label { + border: 1px solid #FF695E +} + +.ui.inverted.basic.tag.labels .red.label:before, .ui.ui.ui.inverted.red.basic.tag.label:before { + border-color: inherit; + border-width: 1px 0 0 1px; + border-style: inherit; + background-color: #1b1c1d; + right: calc(100% + 1px) +} + +.ui.orange.labels .label, .ui.ui.ui.orange.label { + background-color: #f2711c; + border-color: #f2711c; + color: #fff +} + +.ui.orange.labels a.label:hover, a.ui.ui.ui.orange.label:hover { + background-color: #f26202; + border-color: #f26202; + color: #fff +} + +.ui.ui.ui.orange.ribbon.label { + border-color: #cf590c +} + +.ui.basic.labels .orange.label, .ui.ui.ui.basic.orange.label { + background: none #FFFFFF; + border-color: #f2711c; + color: #f2711c +} + +.ui.basic.labels a.orange.label:hover, a.ui.ui.ui.basic.orange.label:hover { + background: none #FFFFFF; + border-color: #f26202; + color: #f26202 +} + +.ui.inverted.labels .orange.label, .ui.ui.ui.inverted.orange.label { + background-color: #ff851b; + border-color: #ff851b; + color: #1b1c1d +} + +.ui.inverted.labels a.orange.label:hover, a.ui.ui.ui.inverted.orange.label:hover { + background-color: #e76b00; + border-color: #e76b00; + color: #1b1c1d +} + +.ui.ui.ui.inverted.orange.ribbon.label { + border-color: #e76b00 +} + +.ui.inverted.basic.labels .orange.label, .ui.ui.ui.inverted.basic.orange.label { + background-color: #1b1c1d; + border-color: #ff851b; + color: #ff851b +} + +.ui.inverted.basic.labels a.orange.label:hover, a.ui.ui.ui.inverted.basic.orange.label:hover { + border-color: #e76b00; + background-color: #1b1c1d; + color: #e76b00 +} + +.ui.inverted.basic.tag.labels .orange.label, .ui.ui.ui.inverted.orange.basic.tag.label { + border: 1px solid #FF851B +} + +.ui.inverted.basic.tag.labels .orange.label:before, .ui.ui.ui.inverted.orange.basic.tag.label:before { + border-color: inherit; + border-width: 1px 0 0 1px; + border-style: inherit; + background-color: #1b1c1d; + right: calc(100% + 1px) +} + +.ui.yellow.labels .label, .ui.ui.ui.yellow.label { + background-color: #fbbd08; + border-color: #fbbd08; + color: #fff +} + +.ui.yellow.labels a.label:hover, a.ui.ui.ui.yellow.label:hover { + background-color: #eaae00; + border-color: #eaae00; + color: #fff +} + +.ui.ui.ui.yellow.ribbon.label { + border-color: #cd9903 +} + +.ui.basic.labels .yellow.label, .ui.ui.ui.basic.yellow.label { + background: none #FFFFFF; + border-color: #fbbd08; + color: #fbbd08 +} + +.ui.basic.labels a.yellow.label:hover, a.ui.ui.ui.basic.yellow.label:hover { + background: none #FFFFFF; + border-color: #eaae00; + color: #eaae00 +} + +.ui.inverted.labels .yellow.label, .ui.ui.ui.inverted.yellow.label { + background-color: #ffe21f; + border-color: #ffe21f; + color: #1b1c1d +} + +.ui.inverted.labels a.yellow.label:hover, a.ui.ui.ui.inverted.yellow.label:hover { + background-color: #ebcd00; + border-color: #ebcd00; + color: #1b1c1d +} + +.ui.ui.ui.inverted.yellow.ribbon.label { + border-color: #ebcd00 +} + +.ui.inverted.basic.labels .yellow.label, .ui.ui.ui.inverted.basic.yellow.label { + background-color: #1b1c1d; + border-color: #ffe21f; + color: #ffe21f +} + +.ui.inverted.basic.labels a.yellow.label:hover, a.ui.ui.ui.inverted.basic.yellow.label:hover { + border-color: #ebcd00; + background-color: #1b1c1d; + color: #ebcd00 +} + +.ui.inverted.basic.tag.labels .yellow.label, .ui.ui.ui.inverted.yellow.basic.tag.label { + border: 1px solid #FFE21F +} + +.ui.inverted.basic.tag.labels .yellow.label:before, .ui.ui.ui.inverted.yellow.basic.tag.label:before { + border-color: inherit; + border-width: 1px 0 0 1px; + border-style: inherit; + background-color: #1b1c1d; + right: calc(100% + 1px) +} + +.ui.olive.labels .label, .ui.ui.ui.olive.label { + background-color: #b5cc18; + border-color: #b5cc18; + color: #fff +} + +.ui.olive.labels a.label:hover, a.ui.ui.ui.olive.label:hover { + background-color: #a7bd0d; + border-color: #a7bd0d; + color: #fff +} + +.ui.ui.ui.olive.ribbon.label { + border-color: #8d9e13 +} + +.ui.basic.labels .olive.label, .ui.ui.ui.basic.olive.label { + background: none #FFFFFF; + border-color: #b5cc18; + color: #b5cc18 +} + +.ui.basic.labels a.olive.label:hover, a.ui.ui.ui.basic.olive.label:hover { + background: none #FFFFFF; + border-color: #a7bd0d; + color: #a7bd0d +} + +.ui.inverted.labels .olive.label, .ui.ui.ui.inverted.olive.label { + background-color: #d9e778; + border-color: #d9e778; + color: #1b1c1d +} + +.ui.inverted.labels a.olive.label:hover, a.ui.ui.ui.inverted.olive.label:hover { + background-color: #d2e745; + border-color: #d2e745; + color: #1b1c1d +} + +.ui.ui.ui.inverted.olive.ribbon.label { + border-color: #cddf4d +} + +.ui.inverted.basic.labels .olive.label, .ui.ui.ui.inverted.basic.olive.label { + background-color: #1b1c1d; + border-color: #d9e778; + color: #d9e778 +} + +.ui.inverted.basic.labels a.olive.label:hover, a.ui.ui.ui.inverted.basic.olive.label:hover { + border-color: #d2e745; + background-color: #1b1c1d; + color: #d2e745 +} + +.ui.inverted.basic.tag.labels .olive.label, .ui.ui.ui.inverted.olive.basic.tag.label { + border: 1px solid #D9E778 +} + +.ui.inverted.basic.tag.labels .olive.label:before, .ui.ui.ui.inverted.olive.basic.tag.label:before { + border-color: inherit; + border-width: 1px 0 0 1px; + border-style: inherit; + background-color: #1b1c1d; + right: calc(100% + 1px) +} + +.ui.green.labels .label, .ui.ui.ui.green.label { + background-color: var(--color-gitea-lightblue-light); + border-color: var(--color-gitea-lightblue-light); + color: #fff +} + +.ui.green.labels a.label:hover, a.ui.ui.ui.green.label:hover { + background-color: var(--color-gitea-lightblue-dark); + border-color: var(--color-gitea-lightblue-dark); + color: #fff +} + +.ui.ui.ui.green.ribbon.label { + border-color: var(--color-gitea-lightblue-dark) +} + +.ui.basic.labels .green.label, .ui.ui.ui.basic.green.label { + background: none #FFFFFF; + border-color: var(--color-gitea-lightblue-light); + color: var(--color-gitea-lightblue-light) +} + +.ui.basic.labels a.green.label:hover, a.ui.ui.ui.basic.green.label:hover { + background: none #FFFFFF; + border-color: var(--color-gitea-lightblue-dark); + color: var(--color-gitea-lightblue-dark) +} + +.ui.inverted.labels .green.label, .ui.ui.ui.inverted.green.label { + background-color: #2ecc40; + border-color: #2ecc40; + color: #1b1c1d +} + +.ui.inverted.labels a.green.label:hover, a.ui.ui.ui.inverted.green.label:hover { + background-color: #1ea92e; + border-color: #1ea92e; + color: #1b1c1d +} + +.ui.ui.ui.inverted.green.ribbon.label { + border-color: #25a233 +} + +.ui.inverted.basic.labels .green.label, .ui.ui.ui.inverted.basic.green.label { + background-color: #1b1c1d; + border-color: #2ecc40; + color: #2ecc40 +} + +.ui.inverted.basic.labels a.green.label:hover, a.ui.ui.ui.inverted.basic.green.label:hover { + border-color: #1ea92e; + background-color: #1b1c1d; + color: #1ea92e +} + +.ui.inverted.basic.tag.labels .green.label, .ui.ui.ui.inverted.green.basic.tag.label { + border: 1px solid #2ECC40 +} + +.ui.inverted.basic.tag.labels .green.label:before, .ui.ui.ui.inverted.green.basic.tag.label:before { + border-color: inherit; + border-width: 1px 0 0 1px; + border-style: inherit; + background-color: #1b1c1d; + right: calc(100% + 1px) +} + +.ui.teal.labels .label, .ui.ui.ui.teal.label { + background-color: var(--color-gitea-lightblue-light); + border-color: var(--color-gitea-lightblue-light); + color: #fff +} + +.ui.teal.labels a.label:hover, a.ui.ui.ui.teal.label:hover { + background-color: var(--color-gitea-lightblue-dark); + border-color: var(--color-gitea-lightblue-dark); + color: #fff +} + +.ui.ui.ui.teal.ribbon.label { + border-color: var(--color-gitea-lightblue-dark) +} + +.ui.basic.labels .teal.label, .ui.ui.ui.basic.teal.label { + background: none #FFFFFF; + border-color: var(--color-gitea-lightblue-light); + color: var(--color-gitea-lightblue-light) +} + +.ui.basic.labels a.teal.label:hover, a.ui.ui.ui.basic.teal.label:hover { + background: none #FFFFFF; + border-color: var(--color-gitea-lightblue-dark); + color: var(--color-gitea-lightblue-dark) +} + +.ui.inverted.labels .teal.label, .ui.ui.ui.inverted.teal.label { + background-color: #6dffff; + border-color: #6dffff; + color: #1b1c1d +} + +.ui.inverted.labels a.teal.label:hover, a.ui.ui.ui.inverted.teal.label:hover { + background-color: #3affff; + border-color: #3affff; + color: #1b1c1d +} + +.ui.ui.ui.inverted.teal.ribbon.label { + border-color: #3affff +} + +.ui.inverted.basic.labels .teal.label, .ui.ui.ui.inverted.basic.teal.label { + background-color: #1b1c1d; + border-color: #6dffff; + color: #6dffff +} + +.ui.inverted.basic.labels a.teal.label:hover, a.ui.ui.ui.inverted.basic.teal.label:hover { + border-color: #3affff; + background-color: #1b1c1d; + color: #3affff +} + +.ui.inverted.basic.tag.labels .teal.label, .ui.ui.ui.inverted.teal.basic.tag.label { + border: 1px solid #6DFFFF +} + +.ui.inverted.basic.tag.labels .teal.label:before, .ui.ui.ui.inverted.teal.basic.tag.label:before { + border-color: inherit; + border-width: 1px 0 0 1px; + border-style: inherit; + background-color: #1b1c1d; + right: calc(100% + 1px) +} + +.ui.blue.labels .label, .ui.ui.ui.blue.label { + background-color: #2185d0; + border-color: #2185d0; + color: #fff +} + +.ui.blue.labels a.label:hover, a.ui.ui.ui.blue.label:hover { + background-color: #1678c2; + border-color: #1678c2; + color: #fff +} + +.ui.ui.ui.blue.ribbon.label { + border-color: #1a69a4 +} + +.ui.basic.labels .blue.label, .ui.ui.ui.basic.blue.label { + background: none #FFFFFF; + border-color: #2185d0; + color: #2185d0 +} + +.ui.basic.labels a.blue.label:hover, a.ui.ui.ui.basic.blue.label:hover { + background: none #FFFFFF; + border-color: #1678c2; + color: #1678c2 +} + +.ui.inverted.labels .blue.label, .ui.ui.ui.inverted.blue.label { + background-color: #54c8ff; + border-color: #54c8ff; + color: #1b1c1d +} + +.ui.inverted.labels a.blue.label:hover, a.ui.ui.ui.inverted.blue.label:hover { + background-color: #21b8ff; + border-color: #21b8ff; + color: #1b1c1d +} + +.ui.ui.ui.inverted.blue.ribbon.label { + border-color: #21b8ff +} + +.ui.inverted.basic.labels .blue.label, .ui.ui.ui.inverted.basic.blue.label { + background-color: #1b1c1d; + border-color: #54c8ff; + color: #54c8ff +} + +.ui.inverted.basic.labels a.blue.label:hover, a.ui.ui.ui.inverted.basic.blue.label:hover { + border-color: #21b8ff; + background-color: #1b1c1d; + color: #21b8ff +} + +.ui.inverted.basic.tag.labels .blue.label, .ui.ui.ui.inverted.blue.basic.tag.label { + border: 1px solid #54C8FF +} + +.ui.inverted.basic.tag.labels .blue.label:before, .ui.ui.ui.inverted.blue.basic.tag.label:before { + border-color: inherit; + border-width: 1px 0 0 1px; + border-style: inherit; + background-color: #1b1c1d; + right: calc(100% + 1px) +} + +.ui.violet.labels .label, .ui.ui.ui.violet.label { + background-color: #6435c9; + border-color: #6435c9; + color: #fff +} + +.ui.violet.labels a.label:hover, a.ui.ui.ui.violet.label:hover { + background-color: #5829bb; + border-color: #5829bb; + color: #fff +} + +.ui.ui.ui.violet.ribbon.label { + border-color: #502aa1 +} + +.ui.basic.labels .violet.label, .ui.ui.ui.basic.violet.label { + background: none #FFFFFF; + border-color: #6435c9; + color: #6435c9 +} + +.ui.basic.labels a.violet.label:hover, a.ui.ui.ui.basic.violet.label:hover { + background: none #FFFFFF; + border-color: #5829bb; + color: #5829bb +} + +.ui.inverted.labels .violet.label, .ui.ui.ui.inverted.violet.label { + background-color: #a291fb; + border-color: #a291fb; + color: #1b1c1d +} + +.ui.inverted.labels a.violet.label:hover, a.ui.ui.ui.inverted.violet.label:hover { + background-color: #745aff; + border-color: #745aff; + color: #1b1c1d +} + +.ui.ui.ui.inverted.violet.ribbon.label { + border-color: #7860f9 +} + +.ui.inverted.basic.labels .violet.label, .ui.ui.ui.inverted.basic.violet.label { + background-color: #1b1c1d; + border-color: #a291fb; + color: #a291fb +} + +.ui.inverted.basic.labels a.violet.label:hover, a.ui.ui.ui.inverted.basic.violet.label:hover { + border-color: #745aff; + background-color: #1b1c1d; + color: #745aff +} + +.ui.inverted.basic.tag.labels .violet.label, .ui.ui.ui.inverted.violet.basic.tag.label { + border: 1px solid #A291FB +} + +.ui.inverted.basic.tag.labels .violet.label:before, .ui.ui.ui.inverted.violet.basic.tag.label:before { + border-color: inherit; + border-width: 1px 0 0 1px; + border-style: inherit; + background-color: #1b1c1d; + right: calc(100% + 1px) +} + +.ui.purple.labels .label, .ui.ui.ui.purple.label { + background-color: #a333c8; + border-color: #a333c8; + color: #fff +} + +.ui.purple.labels a.label:hover, a.ui.ui.ui.purple.label:hover { + background-color: #9627ba; + border-color: #9627ba; + color: #fff +} + +.ui.ui.ui.purple.ribbon.label { + border-color: #82299f +} + +.ui.basic.labels .purple.label, .ui.ui.ui.basic.purple.label { + background: none #FFFFFF; + border-color: #a333c8; + color: #a333c8 +} + +.ui.basic.labels a.purple.label:hover, a.ui.ui.ui.basic.purple.label:hover { + background: none #FFFFFF; + border-color: #9627ba; + color: #9627ba +} + +.ui.inverted.labels .purple.label, .ui.ui.ui.inverted.purple.label { + background-color: #dc73ff; + border-color: #dc73ff; + color: #1b1c1d +} + +.ui.inverted.labels a.purple.label:hover, a.ui.ui.ui.inverted.purple.label:hover { + background-color: #cf40ff; + border-color: #cf40ff; + color: #1b1c1d +} + +.ui.ui.ui.inverted.purple.ribbon.label { + border-color: #cf40ff +} + +.ui.inverted.basic.labels .purple.label, .ui.ui.ui.inverted.basic.purple.label { + background-color: #1b1c1d; + border-color: #dc73ff; + color: #dc73ff +} + +.ui.inverted.basic.labels a.purple.label:hover, a.ui.ui.ui.inverted.basic.purple.label:hover { + border-color: #cf40ff; + background-color: #1b1c1d; + color: #cf40ff +} + +.ui.inverted.basic.tag.labels .purple.label, .ui.ui.ui.inverted.purple.basic.tag.label { + border: 1px solid #DC73FF +} + +.ui.inverted.basic.tag.labels .purple.label:before, .ui.ui.ui.inverted.purple.basic.tag.label:before { + border-color: inherit; + border-width: 1px 0 0 1px; + border-style: inherit; + background-color: #1b1c1d; + right: calc(100% + 1px) +} + +.ui.pink.labels .label, .ui.ui.ui.pink.label { + background-color: #e03997; + border-color: #e03997; + color: #fff +} + +.ui.pink.labels a.label:hover, a.ui.ui.ui.pink.label:hover { + background-color: #e61a8d; + border-color: #e61a8d; + color: #fff +} + +.ui.ui.ui.pink.ribbon.label { + border-color: #c71f7e +} + +.ui.basic.labels .pink.label, .ui.ui.ui.basic.pink.label { + background: none #FFFFFF; + border-color: #e03997; + color: #e03997 +} + +.ui.basic.labels a.pink.label:hover, a.ui.ui.ui.basic.pink.label:hover { + background: none #FFFFFF; + border-color: #e61a8d; + color: #e61a8d +} + +.ui.inverted.labels .pink.label, .ui.ui.ui.inverted.pink.label { + background-color: #ff8edf; + border-color: #ff8edf; + color: #1b1c1d +} + +.ui.inverted.labels a.pink.label:hover, a.ui.ui.ui.inverted.pink.label:hover { + background-color: #ff5bd1; + border-color: #ff5bd1; + color: #1b1c1d +} + +.ui.ui.ui.inverted.pink.ribbon.label { + border-color: #ff5bd1 +} + +.ui.inverted.basic.labels .pink.label, .ui.ui.ui.inverted.basic.pink.label { + background-color: #1b1c1d; + border-color: #ff8edf; + color: #ff8edf +} + +.ui.inverted.basic.labels a.pink.label:hover, a.ui.ui.ui.inverted.basic.pink.label:hover { + border-color: #ff5bd1; + background-color: #1b1c1d; + color: #ff5bd1 +} + +.ui.inverted.basic.tag.labels .pink.label, .ui.ui.ui.inverted.pink.basic.tag.label { + border: 1px solid #FF8EDF +} + +.ui.inverted.basic.tag.labels .pink.label:before, .ui.ui.ui.inverted.pink.basic.tag.label:before { + border-color: inherit; + border-width: 1px 0 0 1px; + border-style: inherit; + background-color: #1b1c1d; + right: calc(100% + 1px) +} + +.ui.brown.labels .label, .ui.ui.ui.brown.label { + background-color: #a5673f; + border-color: #a5673f; + color: #fff +} + +.ui.brown.labels a.label:hover, a.ui.ui.ui.brown.label:hover { + background-color: #975b33; + border-color: #975b33; + color: #fff +} + +.ui.ui.ui.brown.ribbon.label { + border-color: #805031 +} + +.ui.basic.labels .brown.label, .ui.ui.ui.basic.brown.label { + background: none #FFFFFF; + border-color: #a5673f; + color: #a5673f +} + +.ui.basic.labels a.brown.label:hover, a.ui.ui.ui.basic.brown.label:hover { + background: none #FFFFFF; + border-color: #975b33; + color: #975b33 +} + +.ui.inverted.labels .brown.label, .ui.ui.ui.inverted.brown.label { + background-color: #d67c1c; + border-color: #d67c1c; + color: #1b1c1d +} + +.ui.inverted.labels a.brown.label:hover, a.ui.ui.ui.inverted.brown.label:hover { + background-color: #b0620f; + border-color: #b0620f; + color: #1b1c1d +} + +.ui.ui.ui.inverted.brown.ribbon.label { + border-color: #a96216 +} + +.ui.inverted.basic.labels .brown.label, .ui.ui.ui.inverted.basic.brown.label { + background-color: #1b1c1d; + border-color: #d67c1c; + color: #d67c1c +} + +.ui.inverted.basic.labels a.brown.label:hover, a.ui.ui.ui.inverted.basic.brown.label:hover { + border-color: #b0620f; + background-color: #1b1c1d; + color: #b0620f +} + +.ui.inverted.basic.tag.labels .brown.label, .ui.ui.ui.inverted.brown.basic.tag.label { + border: 1px solid #D67C1C +} + +.ui.inverted.basic.tag.labels .brown.label:before, .ui.ui.ui.inverted.brown.basic.tag.label:before { + border-color: inherit; + border-width: 1px 0 0 1px; + border-style: inherit; + background-color: #1b1c1d; + right: calc(100% + 1px) +} + +.ui.grey.labels .label, .ui.ui.ui.grey.label { + background-color: #767676; + border-color: #767676; + color: #fff +} + +.ui.grey.labels a.label:hover, a.ui.ui.ui.grey.label:hover { + background-color: #838383; + border-color: #838383; + color: #fff +} + +.ui.ui.ui.grey.ribbon.label { + border-color: #5d5d5d +} + +.ui.basic.labels .grey.label, .ui.ui.ui.basic.grey.label { + background: none #FFFFFF; + border-color: #767676; + color: #767676 +} + +.ui.basic.labels a.grey.label:hover, a.ui.ui.ui.basic.grey.label:hover { + background: none #FFFFFF; + border-color: #838383; + color: #838383 +} + +.ui.inverted.labels .grey.label, .ui.ui.ui.inverted.grey.label { + background-color: #dcddde; + border-color: #dcddde; + color: #1b1c1d +} + +.ui.inverted.labels a.grey.label:hover, a.ui.ui.ui.inverted.grey.label:hover { + background-color: #c2c4c5; + border-color: #c2c4c5; + color: #fff +} + +.ui.ui.ui.inverted.grey.ribbon.label { + border-color: #e9eaea +} + +.ui.inverted.basic.labels .grey.label, .ui.ui.ui.inverted.basic.grey.label { + background-color: #1b1c1d; + border-color: #dcddde; + color: #ffffffe6 +} + +.ui.inverted.basic.labels a.grey.label:hover, a.ui.ui.ui.inverted.basic.grey.label:hover { + border-color: #c2c4c5; + background-color: #1b1c1d +} + +.ui.inverted.basic.tag.labels .grey.label, .ui.ui.ui.inverted.grey.basic.tag.label { + border: 1px solid #DCDDDE +} + +.ui.inverted.basic.tag.labels .grey.label:before, .ui.ui.ui.inverted.grey.basic.tag.label:before { + border-color: inherit; + border-width: 1px 0 0 1px; + border-style: inherit; + background-color: #1b1c1d; + right: calc(100% + 1px) +} + +.ui.black.labels .label, .ui.ui.ui.black.label { + background-color: #1b1c1d; + border-color: #1b1c1d; + color: #fff +} + +.ui.black.labels a.label:hover, a.ui.ui.ui.black.label:hover { + background-color: #27292a; + border-color: #27292a; + color: #fff +} + +.ui.ui.ui.black.ribbon.label { + border-color: #020203 +} + +.ui.basic.labels .black.label, .ui.ui.ui.basic.black.label { + background: none #FFFFFF; + border-color: #1b1c1d; + color: #1b1c1d +} + +.ui.basic.labels a.black.label:hover, a.ui.ui.ui.basic.black.label:hover { + background: none #FFFFFF; + border-color: #27292a; + color: #27292a +} + +.ui.inverted.labels .black.label, .ui.ui.ui.inverted.black.label { + background-color: #545454; + border-color: #545454; + color: #1b1c1d +} + +.ui.inverted.labels a.black.label:hover, a.ui.ui.ui.inverted.black.label:hover { + background-color: #000; + border-color: #000; + color: #fff +} + +.ui.ui.ui.inverted.black.ribbon.label { + border-color: #616161 +} + +.ui.inverted.basic.labels .black.label, .ui.ui.ui.inverted.basic.black.label { + background-color: #1b1c1d; + border-color: #545454; + color: #ffffffe6 +} + +.ui.inverted.basic.labels a.black.label:hover, a.ui.ui.ui.inverted.basic.black.label:hover { + border-color: #000; + background-color: #1b1c1d +} + +.ui.inverted.basic.tag.labels .black.label, .ui.ui.ui.inverted.black.basic.tag.label { + border: 1px solid #545454 +} + +.ui.inverted.basic.tag.labels .black.label:before, .ui.ui.ui.inverted.black.basic.tag.label:before { + border-color: inherit; + border-width: 1px 0 0 1px; + border-style: inherit; + background-color: #1b1c1d; + right: calc(100% + 1px) +} + +.ui.horizontal.labels .label, .ui.horizontal.label { + margin: 0 .5em 0 0; + padding: .4em .833em; + min-width: 3em; + text-align: center +} + +.ui.circular.labels .label, .ui.circular.label { + min-width: 2em; + min-height: 2em; + padding: .5em!important; + line-height: 1em; + text-align: center; + border-radius: 500rem +} + +.ui.empty.circular.labels .label, .ui.empty.circular.label { + min-width: 0; + min-height: 0; + overflow: hidden; + width: .5em; + height: .5em; + vertical-align: baseline +} + +.ui.pointing.label { + position: relative +} + +.ui.attached.pointing.label { + position: absolute +} + +.ui.pointing.label:before { + background-color: inherit; + background-image: inherit; + border-width: 0; + border-style: solid; + border-color: inherit +} + +.ui.pointing.label:before { + position: absolute; + content: ""; + transform: rotate(45deg); + background-image: none; + z-index: 2; + width: .6666em; + height: .6666em; + transition: none +} + +.ui.pointing.label, .ui[class*="pointing above"].label { + margin-top: 1em +} + +.ui.pointing.label:before, .ui[class*="pointing above"].label:before { + border-width: 1px 0 0 1px; + transform: translateX(-50%) translateY(-50%) rotate(45deg); + top: 0; + left: 50% +} + +.ui[class*="bottom pointing"].label, .ui[class*="pointing below"].label { + margin-top: 0; + margin-bottom: 1em +} + +.ui[class*="bottom pointing"].label:before, .ui[class*="pointing below"].label:before { + border-width: 0 1px 1px 0; + top: auto; + right: auto; + transform: translateX(-50%) translateY(-50%) rotate(45deg); + top: 100%; + left: 50% +} + +.ui[class*="left pointing"].label { + margin-top: 0; + margin-left: .6666em +} + +.ui[class*="left pointing"].label:before { + border-width: 0 0 1px 1px; + transform: translateX(-50%) translateY(-50%) rotate(45deg); + bottom: auto; + right: auto; + top: 50%; + left: 0 +} + +.ui[class*="right pointing"].label { + margin-top: 0; + margin-right: .6666em +} + +.ui[class*="right pointing"].label:before { + border-width: 1px 1px 0 0; + transform: translateX(50%) translateY(-50%) rotate(45deg); + top: 50%; + right: 0; + bottom: auto; + left: auto +} + +.ui.basic.pointing.label:before, .ui.basic[class*="pointing above"].label:before { + margin-top: -1px +} + +.ui.basic[class*="bottom pointing"].label:before, .ui.basic[class*="pointing below"].label:before { + bottom: auto; + top: 100%; + margin-top: 1px +} + +.ui.basic[class*="left pointing"].label:before { + top: 50%; + left: -1px +} + +.ui.basic[class*="right pointing"].label:before { + top: 50%; + right: -1px +} + +.ui.floating.label { + position: absolute; + z-index: 100; + top: -1em; + right: 0; + white-space: nowrap; + transform: translateX(50%) +} + +.ui.right.aligned.floating.label { + transform: translateX(1.2em) +} + +.ui.left.floating.label { + left: 0; + right: auto; + transform: translateX(-50%) +} + +.ui.left.aligned.floating.label { + transform: translateX(-1.2em) +} + +.ui.bottom.floating.label { + top: auto; + bottom: -1em +} + +.ui.labels .label, .ui.label { + font-size: .85714286rem +} + +.ui.mini.labels .label, .ui.mini.label { + font-size: .64285714rem +} + +.ui.tiny.labels .label, .ui.tiny.label { + font-size: .71428571rem +} + +.ui.small.labels .label, .ui.small.label { + font-size: .78571429rem +} + +.ui.large.labels .label, .ui.large.label { + font-size: 1rem +} + +.ui.big.labels .label, .ui.big.label { + font-size: 1.28571429rem +} + +.ui.huge.labels .label, .ui.huge.label { + font-size: 1.42857143rem +} + +.ui.massive.labels .label, .ui.massive.label { + font-size: 1.71428571rem +} + +ul.ui.list, ol.ui.list, .ui.list { + list-style-type: none; + margin: 1em 0; + padding: 0 +} + +ul.ui.list:first-child, ol.ui.list:first-child, .ui.list:first-child { + margin-top: 0; + padding-top: 0 +} + +ul.ui.list:last-child, ol.ui.list:last-child, .ui.list:last-child { + margin-bottom: 0; + padding-bottom: 0 +} + +ul.ui.list li, ol.ui.list li, .ui.list>.item, .ui.list .list>.item { + display: list-item; + table-layout: fixed; + list-style-type: none; + list-style-position: outside; + padding: .21428571em 0; + line-height: 1.14285714em +} + +ul.ui.list>li:first-child:after, ol.ui.list>li:first-child:after, .ui.list>.list>.item:after, .ui.list>.item:after { + content: ""; + display: block; + height: 0; + clear: both; + visibility: hidden +} + +ul.ui.list li:first-child, ol.ui.list li:first-child, .ui.list .list>.item:first-child, .ui.list>.item:first-child { + padding-top: 0 +} + +ul.ui.list li:last-child, ol.ui.list li:last-child, .ui.list .list>.item:last-child, .ui.list>.item:last-child { + padding-bottom: 0 +} + +ul.ui.list ul, ol.ui.list ol, .ui.list .list:not(.icon) { + clear: both; + margin: 0; + padding: .75em 0 .25em .5em +} + +ul.ui.list ul li, ol.ui.list ol li, .ui.list .list>.item { + padding: .14285714em 0; + line-height: inherit +} + +.ui.list .list>.item>i.icon, .ui.list>.item>i.icon { + display: table-cell; + min-width: 1.55em; + margin: 0; + padding-top: 0; + transition: color .1s ease +} + +.ui.list .list>.item>i.icon:not(.loading), .ui.list>.item>i.icon:not(.loading) { + padding-right: .28571429em; + vertical-align: top +} + +.ui.list .list>.item>i.icon:only-child, .ui.list>.item>i.icon:only-child { + display: inline-block; + min-width: auto; + vertical-align: top +} + +.ui.list .list>.item>.image, .ui.list>.item>.image { + display: table-cell; + background-color: transparent; + margin: 0; + vertical-align: top +} + +.ui.list .list>.item>.image:not(:only-child):not(img), .ui.list>.item>.image:not(:only-child):not(img) { + padding-right: .5em +} + +.ui.list .list>.item>.image img, .ui.list>.item>.image img { + vertical-align: top +} + +.ui.list .list>.item>img.image, .ui.list .list>.item>.image:only-child, .ui.list>.item>img.image, .ui.list>.item>.image:only-child { + display: inline-block +} + +.ui.list .list>.item>.content, .ui.list>.item>.content { + line-height: 1.14285714em; + color: #000000de +} + +.ui.list .list>.item>.image+.content, .ui.list .list>.item>i.icon+.content, .ui.list>.item>.image+.content, .ui.list>.item>i.icon+.content { + display: table-cell; + width: 100%; + padding: 0 0 0 .5em; + vertical-align: top +} + +.ui.list .list>.item>i.loading.icon+.content, .ui.list>.item>i.loading.icon+.content { + padding-left: calc(.2857142857142857em + .5em) +} + +.ui.list .list>.item>img.image+.content, .ui.list>.item>img.image+.content { + display: inline-block; + width: auto +} + +.ui.list .list>.item>.content>.list, .ui.list>.item>.content>.list { + margin-left: 0; + padding-left: 0 +} + +.ui.list .list>.item .header, .ui.list>.item .header { + display: block; + margin: 0; + font-family: var(--fonts-regular); + font-weight: 500; + color: #000000de +} + +.ui.list .list>.item .description, .ui.list>.item .description { + display: block; + color: #000000b3 +} + +.ui.list>.item a, .ui.list .list>.item a { + cursor: pointer +} + +.ui.list .list>a.item, .ui.list>a.item { + cursor: pointer; + color: #4183c4 +} + +.ui.list .list>a.item:hover, .ui.list>a.item:hover { + color: #1e70bf +} + +.ui.list .list>a.item>i.icons, .ui.list>a.item>i.icons, .ui.list .list>a.item>i.icon, .ui.list>a.item>i.icon { + color: #0006 +} + +.ui.list .list>.item a.header, .ui.list>.item a.header { + cursor: pointer; + color: #4183c4!important +} + +.ui.list .list>.item>a.header:hover, .ui.list>.item>a.header:hover { + color: #1e70bf!important +} + +.ui[class*="left floated"].list { + float: left +} + +.ui[class*="right floated"].list { + float: right +} + +.ui.list .list>.item [class*="left floated"], .ui.list>.item [class*="left floated"] { + float: left; + margin: 0 1em 0 0 +} + +.ui.list .list>.item [class*="right floated"], .ui.list>.item [class*="right floated"] { + float: right; + margin: 0 0 0 1em +} + +.ui.menu .ui.list>.item, .ui.menu .ui.list .list>.item { + display: list-item; + table-layout: fixed; + background-color: transparent; + list-style-type: none; + list-style-position: outside; + padding: .21428571em 0; + line-height: 1.14285714em +} + +.ui.menu .ui.list .list>.item:before, .ui.menu .ui.list>.item:before { + border: none; + background: none +} + +.ui.menu .ui.list .list>.item:first-child, .ui.menu .ui.list>.item:first-child { + padding-top: 0 +} + +.ui.menu .ui.list .list>.item:last-child, .ui.menu .ui.list>.item:last-child { + padding-bottom: 0 +} + +.ui.horizontal.list { + display: inline-block; + font-size: 0 +} + +.ui.horizontal.list>.item { + display: inline-block; + margin-right: 1em; + font-size: 1rem +} + +.ui.horizontal.list:not(.celled)>.item:last-child { + margin-right: 0; + padding-right: 0 +} + +.ui.horizontal.list .list:not(.icon) { + padding-left: 0; + padding-bottom: 0 +} + +.ui.horizontal.list>.item>.image, .ui.horizontal.list .list>.item>.image, .ui.horizontal.list>.item>i.icon, .ui.horizontal.list .list>.item>i.icon, .ui.horizontal.list>.item>.content, .ui.horizontal.list .list>.item>.content { + vertical-align: middle +} + +.ui.horizontal.list>.item:first-child, .ui.horizontal.list>.item:last-child { + padding-top: .21428571em; + padding-bottom: .21428571em +} + +.ui.horizontal.list>.item>i.icon, .ui.horizontal.list .item>i.icons>i.icon { + margin: 0; + padding: 0 .25em 0 0 +} + +.ui.horizontal.list>.item>.image+.content, .ui.horizontal.list>.item>i.icon, .ui.horizontal.list>.item>i.icon+.content { + float: none; + display: inline-block; + width: auto +} + +.ui.horizontal.list>.item>.image { + display: inline-block +} + +.ui.list .list>.disabled.item, .ui.list>.disabled.item { + pointer-events: none; + color: #2828284d!important +} + +.ui.inverted.list .list>.disabled.item, .ui.inverted.list>.disabled.item { + color: #e1e1e14d!important +} + +.ui.list .list>a.item:hover>.icons, .ui.list>a.item:hover>.icons, .ui.list .list>a.item:hover>i.icon, .ui.list>a.item:hover>i.icon { + color: #000000de +} + +.ui.inverted.list .list>a.item>i.icon, .ui.inverted.list>a.item>i.icon { + color: #ffffffb3 +} + +.ui.inverted.list .list>.item .header, .ui.inverted.list>.item .header { + color: #ffffffe6 +} + +.ui.inverted.list .list>.item .description, .ui.inverted.list>.item .description { + color: #ffffffb3 +} + +.ui.inverted.list .list>.item>.content, .ui.inverted.list>.item>.content { + color: #ffffffb3 +} + +.ui.inverted.list .list>a.item, .ui.inverted.list>a.item { + cursor: pointer; + color: #ffffffe6 +} + +.ui.inverted.list .list>a.item:hover, .ui.inverted.list>a.item:hover { + color: #1e70bf +} + +.ui.inverted.list .item a:not(.ui) { + color: #ffffffe6!important +} + +.ui.inverted.list .item a:not(.ui):hover { + color: #1e70bf!important +} + +.ui.list[class*="top aligned"] .image, .ui.list[class*="top aligned"] .content, .ui.list [class*="top aligned"] { + vertical-align: top!important +} + +.ui.list[class*="middle aligned"] .image, .ui.list[class*="middle aligned"] .content, .ui.list [class*="middle aligned"] { + vertical-align: middle!important +} + +.ui.list[class*="bottom aligned"] .image, .ui.list[class*="bottom aligned"] .content, .ui.list [class*="bottom aligned"] { + vertical-align: bottom!important +} + +.ui.link.list .item, .ui.link.list a.item, .ui.link.list .item a:not(.ui) { + color: #0006; + transition: .1s color ease +} + +.ui.link.list.list a.item:hover, .ui.link.list.list .item a:not(.ui):hover { + color: #000c +} + +.ui.link.list.list a.item:active, .ui.link.list.list .item a:not(.ui):active { + color: #000000e6 +} + +.ui.link.list.list .active.item, .ui.link.list.list .active.item a:not(.ui) { + color: #000000f2 +} + +.ui.inverted.link.list .item, .ui.inverted.link.list a.item, .ui.inverted.link.list .item a:not(.ui) { + color: #ffffff80 +} + +.ui.inverted.link.list.list a.item:hover, .ui.inverted.link.list.list .item a:not(.ui):hover { + color: #fff +} + +.ui.inverted.link.list.list a.item:active, .ui.inverted.link.list.list .item a:not(.ui):active { + color: #fff +} + +.ui.inverted.link.list.list a.active.item, .ui.inverted.link.list.list .active.item a:not(.ui) { + color: #fff +} + +.ui.selection.list .list>.item, .ui.selection.list>.item { + cursor: pointer; + background: transparent; + padding: .5em; + margin: 0; + color: #0006; + border-radius: .5em; + transition: .1s color ease, .1s padding-left ease, .1s background-color ease +} + +.ui.selection.list .list>.item:last-child, .ui.selection.list>.item:last-child { + margin-bottom: 0 +} + +.ui.selection.list .list>.item:hover, .ui.selection.list>.item:hover { + background: rgba(0, 0, 0, .03); + color: #000c +} + +.ui.selection.list .list>.item:active, .ui.selection.list>.item:active { + background: rgba(0, 0, 0, .05); + color: #000000e6 +} + +.ui.selection.list .list>.item.active, .ui.selection.list>.item.active { + background: rgba(0, 0, 0, .05); + color: #000000f2 +} + +.ui.inverted.selection.list>.item { + background: transparent; + color: #ffffff80 +} + +.ui.inverted.selection.list>.item:hover { + background: rgba(255, 255, 255, .02); + color: #fff +} + +.ui.inverted.selection.list>.item:active { + background: rgba(255, 255, 255, .08); + color: #fff +} + +.ui.inverted.selection.list>.item.active { + background: rgba(255, 255, 255, .08); + color: #fff +} + +.ui.celled.selection.list .list>.item, .ui.divided.selection.list .list>.item, .ui.celled.selection.list>.item, .ui.divided.selection.list>.item { + border-radius: 0 +} + +.ui.animated.list>.item { + transition: .25s color ease .1s, .25s padding-left ease .1s, .25s background-color ease .1s +} + +.ui.animated.list:not(.horizontal)>.item:hover { + padding-left: 1em +} + +.ui.fitted.list:not(.selection) .list>.item, .ui.fitted.list:not(.selection)>.item { + padding-left: 0; + padding-right: 0 +} + +.ui.fitted.selection.list .list>.item, .ui.fitted.selection.list>.item { + margin-left: -.5em; + margin-right: -.5em +} + +ul.ui.list, .ui.bulleted.list { + margin-left: 1.25rem +} + +ul.ui.list li, .ui.bulleted.list .list>.item, .ui.bulleted.list>.item { + position: relative +} + +ul.ui.list li:before, .ui.bulleted.list .list>.item:before, .ui.bulleted.list>.item:before { + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + pointer-events: none; + position: absolute; + top: auto; + left: auto; + font-weight: normal; + margin-left: -1.25rem; + content: "\2022"; + opacity: 1; + color: inherit; + vertical-align: top +} + +ul.ui.list li:before, .ui.bulleted.list .list>a.item:before, .ui.bulleted.list>a.item:before { + color: #000000de +} + +ul.ui.list ul, .ui.bulleted.list .list:not(.icon) { + padding-left: 1.25rem +} + +ul.ui.horizontal.bulleted.list, .ui.horizontal.bulleted.list { + margin-left: 0 +} + +ul.ui.horizontal.bulleted.list li, .ui.horizontal.bulleted.list>.item { + margin-left: 1.75rem +} + +ul.ui.horizontal.bulleted.list li:first-child, .ui.horizontal.bulleted.list>.item:first-child { + margin-left: 0 +} + +ul.ui.horizontal.bulleted.list li:before, .ui.horizontal.bulleted.list>.item:before { + color: #000000de +} + +ul.ui.horizontal.bulleted.list li:first-child:before, .ui.horizontal.bulleted.list>.item:first-child:before { + display: none +} + +ol.ui.list, .ui.ordered.list, .ui.ordered.list .list:not(.icon), ol.ui.list ol { + counter-reset: ordered; + margin-left: 1.25rem; + list-style-type: none +} + +ol.ui.list li, .ui.ordered.list .list>.item, .ui.ordered.list>.item { + list-style-type: none; + position: relative +} + +ol.ui.list li:before, .ui.ordered.list .list>.item:before, .ui.ordered.list>.item:before { + position: absolute; + top: auto; + left: auto; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + pointer-events: none; + margin-left: -1.25rem; + counter-increment: ordered; + content: counters(ordered, ".") " "; + text-align: right; + color: #000000de; + vertical-align: middle; + opacity: .8 +} + +ol.ui.inverted.list li:before, .ui.ordered.inverted.list .list>.item:before, .ui.ordered.inverted.list>.item:before { + color: #ffffffb3 +} + +.ui.ordered.list .list>.item[data-value]:before, .ui.ordered.list>.item[data-value]:before { + content: attr(data-value) +} + +ol.ui.list li[value]:before { + content: attr(value) +} + +ol.ui.list ol, .ui.ordered.list .list:not(.icon) { + margin-left: 1em +} + +ol.ui.list ol li:before, .ui.ordered.list .list>.item:before { + margin-left: -2em +} + +ol.ui.horizontal.list, .ui.ordered.horizontal.list { + margin-left: 0 +} + +ol.ui.horizontal.list li:before, .ui.ordered.horizontal.list .list>.item:before, .ui.ordered.horizontal.list>.item:before { + position: static; + margin: 0 .5em 0 0 +} + +ol.ui.suffixed.list li:before, .ui.suffixed.ordered.list .list>.item:before, .ui.suffixed.ordered.list>.item:before { + content: counters(ordered, ".") "." +} + +.ui.divided.list>.item { + border-top: 1px solid rgba(34, 36, 38, .15) +} + +.ui.divided.list .list>.item { + border-top: none +} + +.ui.divided.list .item .list>.item { + border-top: none +} + +.ui.divided.list .list>.item:first-child, .ui.divided.list>.item:first-child { + border-top: none +} + +.ui.divided.list:not(.horizontal) .list>.item:first-child { + border-top-width: 1px +} + +.ui.divided.bulleted.list:not(.horizontal), .ui.divided.bulleted.list .list:not(.icon) { + margin-left: 0; + padding-left: 0 +} + +.ui.divided.bulleted.list>.item:not(.horizontal) { + padding-left: 1.25rem +} + +.ui.divided.ordered.list { + margin-left: 0 +} + +.ui.divided.ordered.list .list>.item, .ui.divided.ordered.list>.item { + padding-left: 1.25rem +} + +.ui.divided.ordered.list .item .list:not(.icon) { + margin-left: 0; + margin-right: 0; + padding-bottom: .21428571em +} + +.ui.divided.ordered.list .item .list>.item { + padding-left: 1em +} + +.ui.divided.selection.list .list>.item, .ui.divided.selection.list>.item { + margin: 0; + border-radius: 0 +} + +.ui.divided.horizontal.list { + margin-left: 0 +} + +.ui.divided.horizontal.list>.item { + padding-left: .5em +} + +.ui.divided.horizontal.list>.item:not(:last-child) { + padding-right: .5em +} + +.ui.divided.horizontal.list>.item { + border-top: none; + border-right: 1px solid rgba(34, 36, 38, .15); + margin: 0; + line-height: .6 +} + +.ui.horizontal.divided.list>.item:last-child { + border-right: none +} + +.ui.divided.inverted.list>.item, .ui.divided.inverted.list>.list, .ui.divided.inverted.horizontal.list>.item { + border-color: #ffffff1a +} + +.ui.celled.list>.item, .ui.celled.list>.list { + border-top: 1px solid rgba(34, 36, 38, .15); + padding-left: .5em; + padding-right: .5em +} + +.ui.celled.list>.item:last-child { + border-bottom: 1px solid rgba(34, 36, 38, .15) +} + +.ui.celled.list>.item:first-child, .ui.celled.list>.item:last-child { + padding-top: .21428571em; + padding-bottom: .21428571em +} + +.ui.celled.list .item .list>.item { + border-width: 0 +} + +.ui.celled.list .list>.item:first-child { + border-top-width: 0 +} + +.ui.celled.bulleted.list { + margin-left: 0 +} + +.ui.celled.bulleted.list .list>.item, .ui.celled.bulleted.list>.item { + padding-left: 1.25rem +} + +.ui.celled.bulleted.list .item .list:not(.icon) { + margin-left: -1.25rem; + margin-right: -1.25rem; + padding-bottom: .21428571em +} + +.ui.celled.ordered.list { + margin-left: 0 +} + +.ui.celled.ordered.list .list>.item, .ui.celled.ordered.list>.item { + padding-left: 1.25rem +} + +.ui.celled.ordered.list .item .list:not(.icon) { + margin-left: 0; + margin-right: 0; + padding-bottom: .21428571em +} + +.ui.celled.ordered.list .list>.item { + padding-left: 1em +} + +.ui.horizontal.celled.list { + margin-left: 0 +} + +.ui.horizontal.celled.list .list>.item, .ui.horizontal.celled.list>.item { + border-top: none; + border-left: 1px solid rgba(34, 36, 38, .15); + margin: 0; + padding-left: .5em; + padding-right: .5em; + line-height: .6 +} + +.ui.horizontal.celled.list .list>.item:last-child, .ui.horizontal.celled.list>.item:last-child { + border-bottom: none; + border-right: 1px solid rgba(34, 36, 38, .15) +} + +.ui.celled.inverted.list>.item, .ui.celled.inverted.list>.list { + border-color: #ffffff1a +} + +.ui.celled.inverted.horizontal.list .list>.item, .ui.celled.inverted.horizontal.list>.item { + border-color: #ffffff1a +} + +.ui.relaxed.list:not(.horizontal)>.item:not(:first-child) { + padding-top: .42857143em +} + +.ui.relaxed.list:not(.horizontal)>.item:not(:last-child) { + padding-bottom: .42857143em +} + +.ui.horizontal.relaxed.list .list>.item:not(:first-child), .ui.horizontal.relaxed.list>.item:not(:first-child) { + padding-left: 1rem +} + +.ui.horizontal.relaxed.list .list>.item:not(:last-child), .ui.horizontal.relaxed.list>.item:not(:last-child) { + padding-right: 1rem +} + +.ui[class*="very relaxed"].list:not(.horizontal)>.item:not(:first-child) { + padding-top: .85714286em +} + +.ui[class*="very relaxed"].list:not(.horizontal)>.item:not(:last-child) { + padding-bottom: .85714286em +} + +.ui.horizontal[class*="very relaxed"].list .list>.item:not(:first-child), .ui.horizontal[class*="very relaxed"].list>.item:not(:first-child) { + padding-left: 1.5rem +} + +.ui.horizontal[class*="very relaxed"].list .list>.item:not(:last-child), .ui.horizontal[class*="very relaxed"].list>.item:not(:last-child) { + padding-right: 1.5rem +} + +.ui.list { + font-size: 1em +} + +.ui.mini.list { + font-size: .78571429em +} + +.ui.mini.horizontal.list .list>.item, .ui.mini.horizontal.list>.item { + font-size: .78571429rem +} + +.ui.tiny.list { + font-size: .85714286em +} + +.ui.tiny.horizontal.list .list>.item, .ui.tiny.horizontal.list>.item { + font-size: .85714286rem +} + +.ui.small.list { + font-size: .92857143em +} + +.ui.small.horizontal.list .list>.item, .ui.small.horizontal.list>.item { + font-size: .92857143rem +} + +.ui.large.list { + font-size: 1.14285714em +} + +.ui.large.horizontal.list .list>.item, .ui.large.horizontal.list>.item { + font-size: 1.14285714rem +} + +.ui.big.list { + font-size: 1.28571429em +} + +.ui.big.horizontal.list .list>.item, .ui.big.horizontal.list>.item { + font-size: 1.28571429rem +} + +.ui.huge.list { + font-size: 1.42857143em +} + +.ui.huge.horizontal.list .list>.item, .ui.huge.horizontal.list>.item { + font-size: 1.42857143rem +} + +.ui.massive.list { + font-size: 1.71428571em +} + +.ui.massive.horizontal.list .list>.item, .ui.massive.horizontal.list>.item { + font-size: 1.71428571rem +} + +.ui.loader { + display: none; + position: absolute; + top: 50%; + left: 50%; + margin: 0; + text-align: center; + z-index: 1000; + transform: translateX(-50%) translateY(-50%) +} + +.ui.loader:before { + position: absolute; + content: ""; + top: 0; + left: 50%; + width: 100%; + height: 100%; + border-radius: 500rem; + border: .2em solid rgba(0, 0, 0, .1) +} + +.ui.loader:after { + position: absolute; + content: ""; + top: 0; + left: 50%; + width: 100%; + height: 100%; + -webkit-animation: loader .6s infinite linear; + animation: loader .6s infinite linear; + border: .2em solid #767676; + border-radius: 500rem; + box-shadow: 0 0 0 1px transparent +} + +.ui.fast.loading.loading:after, .ui.fast.loading.loading .input>i.icon:after, .ui.fast.loading.loading>i.icon:after, .ui.fast.loader:after { + -webkit-animation-duration: .3s; + animation-duration: .3s +} + +.ui.slow.loading.loading:after, .ui.slow.loading.loading .input>i.icon:after, .ui.slow.loading.loading>i.icon:after, .ui.slow.loader:after { + -webkit-animation-duration: .9s; + animation-duration: .9s +} + +@-webkit-keyframes loader { + to { + transform: rotate(360deg) + } +} + +@keyframes loader { + to { + transform: rotate(360deg) + } +} + +.ui.dimmer>.loader { + display: block +} + +.ui.dimmer>.ui.loader { + color: #ffffffe6 +} + +.ui.dimmer>.ui.loader:not(.elastic):before { + border-color: #ffffff26 +} + +.ui.inverted.dimmer>.ui.loader { + color: #000000de +} + +.ui.inverted.dimmer>.ui.loader:not(.elastic):before { + border-color: #0000001a +} + +.ui.ui.ui.ui.text.loader { + width: auto; + height: auto; + text-align: center; + font-style: normal +} + +.ui.indeterminate.loader:after { + animation-direction: reverse; + -webkit-animation-duration: 1.2s; + animation-duration: 1.2s +} + +.ui.loader.active, .ui.loader.visible { + display: block +} + +.ui.loader.disabled, .ui.loader.hidden { + display: none +} + +.ui.loader { + width: 2.28571429rem; + height: 2.28571429rem; + font-size: 1em +} + +.ui.loader:before, .ui.loader:after { + width: 2.28571429rem; + height: 2.28571429rem; + margin: 0 0 0 -1.14285714rem +} + +.ui.text.loader { + min-width: 2.28571429rem; + padding-top: 3.07142857rem +} + +.ui.mini.loader { + width: 1rem; + height: 1rem; + font-size: .78571429em +} + +.ui.mini.loader:before, .ui.mini.loader:after { + width: 1rem; + height: 1rem; + margin: 0 0 0 -.5rem +} + +.ui.mini.text.loader { + min-width: 1rem; + padding-top: 1.78571429rem +} + +.ui.tiny.loader { + width: 1.14285714rem; + height: 1.14285714rem; + font-size: .85714286em +} + +.ui.tiny.loader:before, .ui.tiny.loader:after { + width: 1.14285714rem; + height: 1.14285714rem; + margin: 0 0 0 -.57142857rem +} + +.ui.tiny.text.loader { + min-width: 1.14285714rem; + padding-top: 1.92857143rem +} + +.ui.small.loader { + width: 1.71428571rem; + height: 1.71428571rem; + font-size: .92857143em +} + +.ui.small.loader:before, .ui.small.loader:after { + width: 1.71428571rem; + height: 1.71428571rem; + margin: 0 0 0 -.85714286rem +} + +.ui.small.text.loader { + min-width: 1.71428571rem; + padding-top: 2.5rem +} + +.ui.large.loader { + width: 3.42857143rem; + height: 3.42857143rem; + font-size: 1.14285714em +} + +.ui.large.loader:before, .ui.large.loader:after { + width: 3.42857143rem; + height: 3.42857143rem; + margin: 0 0 0 -1.71428571rem +} + +.ui.large.text.loader { + min-width: 3.42857143rem; + padding-top: 4.21428571rem +} + +.ui.big.loader { + width: 3.71428571rem; + height: 3.71428571rem; + font-size: 1.28571429em +} + +.ui.big.loader:before, .ui.big.loader:after { + width: 3.71428571rem; + height: 3.71428571rem; + margin: 0 0 0 -1.85714286rem +} + +.ui.big.text.loader { + min-width: 3.71428571rem; + padding-top: 4.5rem +} + +.ui.huge.loader { + width: 4.14285714rem; + height: 4.14285714rem; + font-size: 1.42857143em +} + +.ui.huge.loader:before, .ui.huge.loader:after { + width: 4.14285714rem; + height: 4.14285714rem; + margin: 0 0 0 -2.07142857rem +} + +.ui.huge.text.loader { + min-width: 4.14285714rem; + padding-top: 4.92857143rem +} + +.ui.massive.loader { + width: 4.57142857rem; + height: 4.57142857rem; + font-size: 1.71428571em +} + +.ui.massive.loader:before, .ui.massive.loader:after { + width: 4.57142857rem; + height: 4.57142857rem; + margin: 0 0 0 -2.28571429rem +} + +.ui.massive.text.loader { + min-width: 4.57142857rem; + padding-top: 5.35714286rem +} + +.ui.primary.elastic.loader.loader:before, .ui.primary.basic.elastic.loading.button:before, .ui.primary.basic.elastic.loading.button:after, .ui.primary.elastic.loading.loading.loading:not(.segment):before, .ui.primary.elastic.loading.loading.loading .input>i.icon:before, .ui.primary.elastic.loading.loading.loading.loading>i.icon:before, .ui.primary.loading.loading.loading.loading:not(.usual):not(.button):after, .ui.primary.loading.loading.loading.loading .input>i.icon:after, .ui.primary.loading.loading.loading.loading>i.icon:after, .ui.primary.loader.loader.loader:after { + color: #2185d0 +} + +.ui.inverted.primary.elastic.loader:before, .ui.inverted.primary.elastic.loading.loading.loading:not(.segment):before, .ui.inverted.primary.elastic.loading.loading.loading .input>i.icon:before, .ui.inverted.primary.elastic.loading.loading.loading>i.icon:before, .ui.inverted.primary.loading.loading.loading.loading:not(.usual):after, .ui.inverted.primary.loading.loading.loading.loading .input>i.icon:after, .ui.inverted.primary.loading.loading.loading.loading>i.icon:after, .ui.inverted.primary.loader.loader.loader:after { + color: #54c8ff +} + +.ui.secondary.elastic.loader.loader:before, .ui.secondary.basic.elastic.loading.button:before, .ui.secondary.basic.elastic.loading.button:after, .ui.secondary.elastic.loading.loading.loading:not(.segment):before, .ui.secondary.elastic.loading.loading.loading .input>i.icon:before, .ui.secondary.elastic.loading.loading.loading.loading>i.icon:before, .ui.secondary.loading.loading.loading.loading:not(.usual):not(.button):after, .ui.secondary.loading.loading.loading.loading .input>i.icon:after, .ui.secondary.loading.loading.loading.loading>i.icon:after, .ui.secondary.loader.loader.loader:after { + color: #1b1c1d +} + +.ui.inverted.secondary.elastic.loader:before, .ui.inverted.secondary.elastic.loading.loading.loading:not(.segment):before, .ui.inverted.secondary.elastic.loading.loading.loading .input>i.icon:before, .ui.inverted.secondary.elastic.loading.loading.loading>i.icon:before, .ui.inverted.secondary.loading.loading.loading.loading:not(.usual):after, .ui.inverted.secondary.loading.loading.loading.loading .input>i.icon:after, .ui.inverted.secondary.loading.loading.loading.loading>i.icon:after, .ui.inverted.secondary.loader.loader.loader:after { + color: #545454 +} + +.ui.red.elastic.loader.loader:before, .ui.red.basic.elastic.loading.button:before, .ui.red.basic.elastic.loading.button:after, .ui.red.elastic.loading.loading.loading:not(.segment):before, .ui.red.elastic.loading.loading.loading .input>i.icon:before, .ui.red.elastic.loading.loading.loading.loading>i.icon:before, .ui.red.loading.loading.loading.loading:not(.usual):not(.button):after, .ui.red.loading.loading.loading.loading .input>i.icon:after, .ui.red.loading.loading.loading.loading>i.icon:after, .ui.red.loader.loader.loader:after { + color: #db2828 +} + +.ui.inverted.red.elastic.loader:before, .ui.inverted.red.elastic.loading.loading.loading:not(.segment):before, .ui.inverted.red.elastic.loading.loading.loading .input>i.icon:before, .ui.inverted.red.elastic.loading.loading.loading>i.icon:before, .ui.inverted.red.loading.loading.loading.loading:not(.usual):after, .ui.inverted.red.loading.loading.loading.loading .input>i.icon:after, .ui.inverted.red.loading.loading.loading.loading>i.icon:after, .ui.inverted.red.loader.loader.loader:after { + color: #ff695e +} + +.ui.orange.elastic.loader.loader:before, .ui.orange.basic.elastic.loading.button:before, .ui.orange.basic.elastic.loading.button:after, .ui.orange.elastic.loading.loading.loading:not(.segment):before, .ui.orange.elastic.loading.loading.loading .input>i.icon:before, .ui.orange.elastic.loading.loading.loading.loading>i.icon:before, .ui.orange.loading.loading.loading.loading:not(.usual):not(.button):after, .ui.orange.loading.loading.loading.loading .input>i.icon:after, .ui.orange.loading.loading.loading.loading>i.icon:after, .ui.orange.loader.loader.loader:after { + color: #f2711c +} + +.ui.inverted.orange.elastic.loader:before, .ui.inverted.orange.elastic.loading.loading.loading:not(.segment):before, .ui.inverted.orange.elastic.loading.loading.loading .input>i.icon:before, .ui.inverted.orange.elastic.loading.loading.loading>i.icon:before, .ui.inverted.orange.loading.loading.loading.loading:not(.usual):after, .ui.inverted.orange.loading.loading.loading.loading .input>i.icon:after, .ui.inverted.orange.loading.loading.loading.loading>i.icon:after, .ui.inverted.orange.loader.loader.loader:after { + color: #ff851b +} + +.ui.yellow.elastic.loader.loader:before, .ui.yellow.basic.elastic.loading.button:before, .ui.yellow.basic.elastic.loading.button:after, .ui.yellow.elastic.loading.loading.loading:not(.segment):before, .ui.yellow.elastic.loading.loading.loading .input>i.icon:before, .ui.yellow.elastic.loading.loading.loading.loading>i.icon:before, .ui.yellow.loading.loading.loading.loading:not(.usual):not(.button):after, .ui.yellow.loading.loading.loading.loading .input>i.icon:after, .ui.yellow.loading.loading.loading.loading>i.icon:after, .ui.yellow.loader.loader.loader:after { + color: #fbbd08 +} + +.ui.inverted.yellow.elastic.loader:before, .ui.inverted.yellow.elastic.loading.loading.loading:not(.segment):before, .ui.inverted.yellow.elastic.loading.loading.loading .input>i.icon:before, .ui.inverted.yellow.elastic.loading.loading.loading>i.icon:before, .ui.inverted.yellow.loading.loading.loading.loading:not(.usual):after, .ui.inverted.yellow.loading.loading.loading.loading .input>i.icon:after, .ui.inverted.yellow.loading.loading.loading.loading>i.icon:after, .ui.inverted.yellow.loader.loader.loader:after { + color: #ffe21f +} + +.ui.olive.elastic.loader.loader:before, .ui.olive.basic.elastic.loading.button:before, .ui.olive.basic.elastic.loading.button:after, .ui.olive.elastic.loading.loading.loading:not(.segment):before, .ui.olive.elastic.loading.loading.loading .input>i.icon:before, .ui.olive.elastic.loading.loading.loading.loading>i.icon:before, .ui.olive.loading.loading.loading.loading:not(.usual):not(.button):after, .ui.olive.loading.loading.loading.loading .input>i.icon:after, .ui.olive.loading.loading.loading.loading>i.icon:after, .ui.olive.loader.loader.loader:after { + color: #b5cc18 +} + +.ui.inverted.olive.elastic.loader:before, .ui.inverted.olive.elastic.loading.loading.loading:not(.segment):before, .ui.inverted.olive.elastic.loading.loading.loading .input>i.icon:before, .ui.inverted.olive.elastic.loading.loading.loading>i.icon:before, .ui.inverted.olive.loading.loading.loading.loading:not(.usual):after, .ui.inverted.olive.loading.loading.loading.loading .input>i.icon:after, .ui.inverted.olive.loading.loading.loading.loading>i.icon:after, .ui.inverted.olive.loader.loader.loader:after { + color: #d9e778 +} + +.ui.green.elastic.loader.loader:before, .ui.green.basic.elastic.loading.button:before, .ui.green.basic.elastic.loading.button:after, .ui.green.elastic.loading.loading.loading:not(.segment):before, .ui.green.elastic.loading.loading.loading .input>i.icon:before, .ui.green.elastic.loading.loading.loading.loading>i.icon:before, .ui.green.loading.loading.loading.loading:not(.usual):not(.button):after, .ui.green.loading.loading.loading.loading .input>i.icon:after, .ui.green.loading.loading.loading.loading>i.icon:after, .ui.green.loader.loader.loader:after { + color: var(--color-gitea-lightblue-light) +} + +.ui.inverted.green.elastic.loader:before, .ui.inverted.green.elastic.loading.loading.loading:not(.segment):before, .ui.inverted.green.elastic.loading.loading.loading .input>i.icon:before, .ui.inverted.green.elastic.loading.loading.loading>i.icon:before, .ui.inverted.green.loading.loading.loading.loading:not(.usual):after, .ui.inverted.green.loading.loading.loading.loading .input>i.icon:after, .ui.inverted.green.loading.loading.loading.loading>i.icon:after, .ui.inverted.green.loader.loader.loader:after { + color: #2ecc40 +} + +.ui.teal.elastic.loader.loader:before, .ui.teal.basic.elastic.loading.button:before, .ui.teal.basic.elastic.loading.button:after, .ui.teal.elastic.loading.loading.loading:not(.segment):before, .ui.teal.elastic.loading.loading.loading .input>i.icon:before, .ui.teal.elastic.loading.loading.loading.loading>i.icon:before, .ui.teal.loading.loading.loading.loading:not(.usual):not(.button):after, .ui.teal.loading.loading.loading.loading .input>i.icon:after, .ui.teal.loading.loading.loading.loading>i.icon:after, .ui.teal.loader.loader.loader:after { + color: var(--color-gitea-lightblue-light) +} + +.ui.inverted.teal.elastic.loader:before, .ui.inverted.teal.elastic.loading.loading.loading:not(.segment):before, .ui.inverted.teal.elastic.loading.loading.loading .input>i.icon:before, .ui.inverted.teal.elastic.loading.loading.loading>i.icon:before, .ui.inverted.teal.loading.loading.loading.loading:not(.usual):after, .ui.inverted.teal.loading.loading.loading.loading .input>i.icon:after, .ui.inverted.teal.loading.loading.loading.loading>i.icon:after, .ui.inverted.teal.loader.loader.loader:after { + color: #6dffff +} + +.ui.blue.elastic.loader.loader:before, .ui.blue.basic.elastic.loading.button:before, .ui.blue.basic.elastic.loading.button:after, .ui.blue.elastic.loading.loading.loading:not(.segment):before, .ui.blue.elastic.loading.loading.loading .input>i.icon:before, .ui.blue.elastic.loading.loading.loading.loading>i.icon:before, .ui.blue.loading.loading.loading.loading:not(.usual):not(.button):after, .ui.blue.loading.loading.loading.loading .input>i.icon:after, .ui.blue.loading.loading.loading.loading>i.icon:after, .ui.blue.loader.loader.loader:after { + color: #2185d0 +} + +.ui.inverted.blue.elastic.loader:before, .ui.inverted.blue.elastic.loading.loading.loading:not(.segment):before, .ui.inverted.blue.elastic.loading.loading.loading .input>i.icon:before, .ui.inverted.blue.elastic.loading.loading.loading>i.icon:before, .ui.inverted.blue.loading.loading.loading.loading:not(.usual):after, .ui.inverted.blue.loading.loading.loading.loading .input>i.icon:after, .ui.inverted.blue.loading.loading.loading.loading>i.icon:after, .ui.inverted.blue.loader.loader.loader:after { + color: #54c8ff +} + +.ui.violet.elastic.loader.loader:before, .ui.violet.basic.elastic.loading.button:before, .ui.violet.basic.elastic.loading.button:after, .ui.violet.elastic.loading.loading.loading:not(.segment):before, .ui.violet.elastic.loading.loading.loading .input>i.icon:before, .ui.violet.elastic.loading.loading.loading.loading>i.icon:before, .ui.violet.loading.loading.loading.loading:not(.usual):not(.button):after, .ui.violet.loading.loading.loading.loading .input>i.icon:after, .ui.violet.loading.loading.loading.loading>i.icon:after, .ui.violet.loader.loader.loader:after { + color: #6435c9 +} + +.ui.inverted.violet.elastic.loader:before, .ui.inverted.violet.elastic.loading.loading.loading:not(.segment):before, .ui.inverted.violet.elastic.loading.loading.loading .input>i.icon:before, .ui.inverted.violet.elastic.loading.loading.loading>i.icon:before, .ui.inverted.violet.loading.loading.loading.loading:not(.usual):after, .ui.inverted.violet.loading.loading.loading.loading .input>i.icon:after, .ui.inverted.violet.loading.loading.loading.loading>i.icon:after, .ui.inverted.violet.loader.loader.loader:after { + color: #a291fb +} + +.ui.purple.elastic.loader.loader:before, .ui.purple.basic.elastic.loading.button:before, .ui.purple.basic.elastic.loading.button:after, .ui.purple.elastic.loading.loading.loading:not(.segment):before, .ui.purple.elastic.loading.loading.loading .input>i.icon:before, .ui.purple.elastic.loading.loading.loading.loading>i.icon:before, .ui.purple.loading.loading.loading.loading:not(.usual):not(.button):after, .ui.purple.loading.loading.loading.loading .input>i.icon:after, .ui.purple.loading.loading.loading.loading>i.icon:after, .ui.purple.loader.loader.loader:after { + color: #a333c8 +} + +.ui.inverted.purple.elastic.loader:before, .ui.inverted.purple.elastic.loading.loading.loading:not(.segment):before, .ui.inverted.purple.elastic.loading.loading.loading .input>i.icon:before, .ui.inverted.purple.elastic.loading.loading.loading>i.icon:before, .ui.inverted.purple.loading.loading.loading.loading:not(.usual):after, .ui.inverted.purple.loading.loading.loading.loading .input>i.icon:after, .ui.inverted.purple.loading.loading.loading.loading>i.icon:after, .ui.inverted.purple.loader.loader.loader:after { + color: #dc73ff +} + +.ui.pink.elastic.loader.loader:before, .ui.pink.basic.elastic.loading.button:before, .ui.pink.basic.elastic.loading.button:after, .ui.pink.elastic.loading.loading.loading:not(.segment):before, .ui.pink.elastic.loading.loading.loading .input>i.icon:before, .ui.pink.elastic.loading.loading.loading.loading>i.icon:before, .ui.pink.loading.loading.loading.loading:not(.usual):not(.button):after, .ui.pink.loading.loading.loading.loading .input>i.icon:after, .ui.pink.loading.loading.loading.loading>i.icon:after, .ui.pink.loader.loader.loader:after { + color: #e03997 +} + +.ui.inverted.pink.elastic.loader:before, .ui.inverted.pink.elastic.loading.loading.loading:not(.segment):before, .ui.inverted.pink.elastic.loading.loading.loading .input>i.icon:before, .ui.inverted.pink.elastic.loading.loading.loading>i.icon:before, .ui.inverted.pink.loading.loading.loading.loading:not(.usual):after, .ui.inverted.pink.loading.loading.loading.loading .input>i.icon:after, .ui.inverted.pink.loading.loading.loading.loading>i.icon:after, .ui.inverted.pink.loader.loader.loader:after { + color: #ff8edf +} + +.ui.brown.elastic.loader.loader:before, .ui.brown.basic.elastic.loading.button:before, .ui.brown.basic.elastic.loading.button:after, .ui.brown.elastic.loading.loading.loading:not(.segment):before, .ui.brown.elastic.loading.loading.loading .input>i.icon:before, .ui.brown.elastic.loading.loading.loading.loading>i.icon:before, .ui.brown.loading.loading.loading.loading:not(.usual):not(.button):after, .ui.brown.loading.loading.loading.loading .input>i.icon:after, .ui.brown.loading.loading.loading.loading>i.icon:after, .ui.brown.loader.loader.loader:after { + color: #a5673f +} + +.ui.inverted.brown.elastic.loader:before, .ui.inverted.brown.elastic.loading.loading.loading:not(.segment):before, .ui.inverted.brown.elastic.loading.loading.loading .input>i.icon:before, .ui.inverted.brown.elastic.loading.loading.loading>i.icon:before, .ui.inverted.brown.loading.loading.loading.loading:not(.usual):after, .ui.inverted.brown.loading.loading.loading.loading .input>i.icon:after, .ui.inverted.brown.loading.loading.loading.loading>i.icon:after, .ui.inverted.brown.loader.loader.loader:after { + color: #d67c1c +} + +.ui.grey.elastic.loader.loader:before, .ui.grey.basic.elastic.loading.button:before, .ui.grey.basic.elastic.loading.button:after, .ui.grey.elastic.loading.loading.loading:not(.segment):before, .ui.grey.elastic.loading.loading.loading .input>i.icon:before, .ui.grey.elastic.loading.loading.loading.loading>i.icon:before, .ui.grey.loading.loading.loading.loading:not(.usual):not(.button):after, .ui.grey.loading.loading.loading.loading .input>i.icon:after, .ui.grey.loading.loading.loading.loading>i.icon:after, .ui.grey.loader.loader.loader:after { + color: #767676 +} + +.ui.inverted.grey.elastic.loader:before, .ui.inverted.grey.elastic.loading.loading.loading:not(.segment):before, .ui.inverted.grey.elastic.loading.loading.loading .input>i.icon:before, .ui.inverted.grey.elastic.loading.loading.loading>i.icon:before, .ui.inverted.grey.loading.loading.loading.loading:not(.usual):after, .ui.inverted.grey.loading.loading.loading.loading .input>i.icon:after, .ui.inverted.grey.loading.loading.loading.loading>i.icon:after, .ui.inverted.grey.loader.loader.loader:after { + color: #dcddde +} + +.ui.black.elastic.loader.loader:before, .ui.black.basic.elastic.loading.button:before, .ui.black.basic.elastic.loading.button:after, .ui.black.elastic.loading.loading.loading:not(.segment):before, .ui.black.elastic.loading.loading.loading .input>i.icon:before, .ui.black.elastic.loading.loading.loading.loading>i.icon:before, .ui.black.loading.loading.loading.loading:not(.usual):not(.button):after, .ui.black.loading.loading.loading.loading .input>i.icon:after, .ui.black.loading.loading.loading.loading>i.icon:after, .ui.black.loader.loader.loader:after { + color: #1b1c1d +} + +.ui.inverted.black.elastic.loader:before, .ui.inverted.black.elastic.loading.loading.loading:not(.segment):before, .ui.inverted.black.elastic.loading.loading.loading .input>i.icon:before, .ui.inverted.black.elastic.loading.loading.loading>i.icon:before, .ui.inverted.black.loading.loading.loading.loading:not(.usual):after, .ui.inverted.black.loading.loading.loading.loading .input>i.icon:after, .ui.inverted.black.loading.loading.loading.loading>i.icon:after, .ui.inverted.black.loader.loader.loader:after { + color: #545454 +} + +.ui.elastic.loader.loader:before, .ui.elastic.loading.loading.loading:before, .ui.elastic.loading.loading.loading .input>i.icon:before, .ui.elastic.loading.loading.loading>i.icon:before, .ui.loading.loading.loading.loading:not(.usual):after, .ui.loading.loading.loading.loading .input>i.icon:after, .ui.loading.loading.loading.loading>i.icon:after, .ui.loader.loader.loader:after { + border-color: currentColor +} + +.ui.elastic.loading.loading.loading.loading.button:not(.inverted):not(.basic):before { + color: #fff +} + +.ui.elastic.basic.loading.button:before, .ui.elastic.basic.loading.button:after { + color: #767676 +} + +.ui.double.loading.loading.loading.loading.button:after { + border-bottom-color: currentColor +} + +.ui.inline.loader { + position: relative; + vertical-align: middle; + margin: 0; + left: 0; + top: 0; + transform: none +} + +.ui.inline.loader.active, .ui.inline.loader.visible { + display: inline-block +} + +.ui.centered.inline.loader.active, .ui.centered.inline.loader.visible { + display: block; + margin-left: auto; + margin-right: auto +} + +.ui.loading.loading.loading.loading.loading.loading:after, .ui.loading.loading.loading.loading.loading.loading .input>i.icon:after, .ui.loading.loading.loading.loading.loading.loading>i.icon:after, .ui.loader.loader.loader.loader.loader:after { + border-left-color: transparent; + border-right-color: transparent +} + +.ui.loading.loading.loading.loading.loading.loading.loading:not(.double):after, .ui.loading.loading.loading.loading.loading.loading.loading:not(.double) .input>i.icon:after, .ui.loading.loading.loading.loading.loading.loading.loading:not(.double)>i.icon:after, .ui.loader.loader.loader.loader.loader.loader:not(.double):after { + border-bottom-color: transparent +} + +.ui.loading.loading.loading.loading.loading.loading.segment:after, .ui.loading.loading.loading.loading.loading.loading.form:after { + border-left-color: #0000001a; + border-right-color: #0000001a +} + +.ui.loading.loading.loading.loading.loading.loading.segment:not(.double):after, .ui.loading.loading.loading.loading.loading.loading.form:not(.double):after { + border-bottom-color: #0000001a +} + +.ui.dimmer>.ui.elastic.loader { + color: #fff +} + +.ui.inverted.dimmer>.ui.elastic.loader { + color: #767676 +} + +.ui.elastic.loading.loading:not(.form):not(.segment):after, .ui.elastic.loading.loading .input>i.icon:after, .ui.elastic.loading.loading>i.icon:after, .ui.elastic.loader.loader:after { + -webkit-animation: loader 1s infinite cubic-bezier(.27, 1.05, .92, .61); + animation: loader 1s infinite cubic-bezier(.27, 1.05, .92, .61); + -webkit-animation-delay: .3s; + animation-delay: .3s +} + +.ui.elastic.loading.loading.loading:not(.form):not(.segment):before, .ui.elastic.loading.loading.loading .input>i.icon:before, .ui.elastic.loading.loading.loading>i.icon:before, .ui.elastic.loader.loader:before { + -webkit-animation: elastic-loader 1s infinite cubic-bezier(.27, 1.05, .92, .61); + animation: elastic-loader 1s infinite cubic-bezier(.27, 1.05, .92, .61); + -moz-animation: currentcolor-elastic-loader 1s infinite cubic-bezier(.27, 1.05, .92, .61); + border-right-color: transparent +} + +.ui.elastic.inline.loader:empty { + -webkit-animation: loader 8s infinite linear; + animation: loader 8s infinite linear +} + +.ui.slow.elastic.loading.loading:not(.form):not(.segment):after, .ui.slow.elastic.loading.loading .input>i.icon:after, .ui.slow.elastic.loading.loading>i.icon:after, .ui.slow.elastic.loader.loader:after { + -webkit-animation-duration: 1.5s; + animation-duration: 1.5s; + -webkit-animation-delay: .45s; + animation-delay: .45s +} + +.ui.slow.elastic.loading.loading.loading:not(.form):not(.segment):before, .ui.slow.elastic.loading.loading.loading .input>i.icon:before, .ui.slow.elastic.loading.loading.loading>i.icon:before, .ui.slow.elastic.loader.loader:before { + -webkit-animation-duration: 1.5s; + animation-duration: 1.5s +} + +.ui.fast.elastic.loading.loading:not(.form):not(.segment):after, .ui.fast.elastic.loading.loading .input>i.icon:after, .ui.fast.elastic.loading.loading>i.icon:after, .ui.fast.elastic.loader.loader:after { + -webkit-animation-duration: .66s; + animation-duration: .66s; + -webkit-animation-delay: .2s; + animation-delay: .2s +} + +.ui.fast.elastic.loading.loading.loading:not(.form):not(.segment):before, .ui.fast.elastic.loading.loading.loading .input>i.icon:before, .ui.fast.elastic.loading.loading.loading>i.icon:before, .ui.fast.elastic.loader.loader:before { + -webkit-animation-duration: .66s; + animation-duration: .66s +} + +@-webkit-keyframes elastic-loader { + 0%, 1% { + border-left-color: transparent; + border-bottom-color: transparent + } + 1.1%, 50% { + border-left-color: inherit + } + 10%, 35.1% { + border-bottom-color: transparent + } + 10.1%, 35% { + border-bottom-color: inherit + } + 50.1% { + border-left-color: transparent + } + to { + border-left-color: transparent; + border-bottom-color: transparent; + transform: rotate(360deg) + } +} + +@keyframes elastic-loader { + 0%, 1% { + border-left-color: transparent; + border-bottom-color: transparent + } + 1.1%, 50% { + border-left-color: inherit + } + 10%, 35.1% { + border-bottom-color: transparent + } + 10.1%, 35% { + border-bottom-color: inherit + } + 50.1% { + border-left-color: transparent + } + to { + border-left-color: transparent; + border-bottom-color: transparent; + transform: rotate(360deg) + } +} + +@-webkit-keyframes currentcolor-elastic-loader { + 0%, 1% { + border-left-color: transparent; + border-bottom-color: transparent + } + 1.1%, 50% { + border-left-color: currentColor + } + 10%, 35.1% { + border-bottom-color: transparent + } + 10.1%, 35% { + border-bottom-color: currentColor + } + 50.1% { + border-left-color: transparent + } + to { + border-left-color: transparent; + border-bottom-color: transparent; + transform: rotate(360deg) + } +} + +@keyframes currentcolor-elastic-loader { + 0%, 1% { + border-left-color: transparent; + border-bottom-color: transparent + } + 1.1%, 50% { + border-left-color: currentColor + } + 10%, 35.1% { + border-bottom-color: transparent + } + 10.1%, 35% { + border-bottom-color: currentColor + } + 50.1% { + border-left-color: transparent + } + to { + border-left-color: transparent; + border-bottom-color: transparent; + transform: rotate(360deg) + } +} + +.ui.menu { + display: flex; + margin: 1rem 0; + font-family: var(--fonts-regular); + background: #FFFFFF; + font-weight: normal; + border: 1px solid rgba(34, 36, 38, .15); + box-shadow: 0 1px 2px #22242626; + border-radius: .28571429rem; + min-height: 2.85714286em +} + +.ui.menu:after { + content: ""; + display: block; + height: 0; + clear: both; + visibility: hidden +} + +.ui.menu:first-child { + margin-top: 0 +} + +.ui.menu:last-child { + margin-bottom: 0 +} + +.ui.menu .menu { + margin: 0 +} + +.ui.menu:not(.vertical)>.menu { + display: flex +} + +.ui.menu:not(.vertical) .item { + display: flex; + align-items: center +} + +.ui.menu .item { + position: relative; + vertical-align: middle; + line-height: 1; + text-decoration: none; + -webkit-tap-highlight-color: transparent; + flex: 0 0 auto; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + background: none; + padding: .92857143em 1.14285714em; + text-transform: none; + color: #000000de; + font-weight: normal; + transition: background .1s ease, box-shadow .1s ease, color .1s ease +} + +.ui.menu>.item:first-child { + border-radius: .28571429rem 0 0 .28571429rem +} + +.ui.menu .item:before { + position: absolute; + content: ""; + top: 0; + right: 0; + height: 100%; + width: 1px; + background: rgba(34, 36, 38, .1) +} + +.ui.menu .text.item>*, .ui.menu .item>a:not(.ui), .ui.menu .item>p:only-child { + -webkit-user-select: text; + -moz-user-select: text; + user-select: text; + line-height: 1.3 +} + +.ui.menu .item>p:first-child { + margin-top: 0 +} + +.ui.menu .item>p:last-child { + margin-bottom: 0 +} + +.ui.menu .item>i.icon { + opacity: .9; + float: none; + margin: 0 .35714286em 0 0 +} + +.ui.menu:not(.vertical) .item>.button { + position: relative; + top: 0; + margin: -.5em 0; + padding-bottom: .78571429em; + padding-top: .78571429em; + font-size: 1em +} + +.ui.menu>.grid, .ui.menu>.container { + display: flex; + align-items: inherit; + flex-direction: inherit +} + +.ui.menu .item>.input { + width: 100% +} + +.ui.menu:not(.vertical) .item>.input { + position: relative; + top: 0; + margin: -.5em 0 +} + +.ui.menu .item>.input input { + font-size: 1em; + padding-top: .57142857em; + padding-bottom: .57142857em +} + +.ui.menu .header.item, .ui.vertical.menu .header.item { + margin: 0; + background: ""; + text-transform: normal; + font-weight: 500 +} + +.ui.vertical.menu .item>.header:not(.ui) { + margin: 0 0 .5em; + font-size: 1em; + font-weight: 500 +} + +.ui.menu .item>i.dropdown.icon { + padding: 0; + float: right; + margin: 0 0 0 1em +} + +.ui.menu .dropdown.item .menu { + min-width: calc(100% - 1px); + border-radius: 0 0 .28571429rem .28571429rem; + background: #FFFFFF; + margin: 0; + box-shadow: 0 1px 3px #00000014; + flex-direction: column!important +} + +.ui.menu .ui.dropdown .menu>.item { + margin: 0; + text-align: left; + font-size: 1em!important; + padding: .78571429em 1.14285714em!important; + background: transparent!important; + color: #000000de!important; + text-transform: none!important; + font-weight: normal!important; + box-shadow: none!important; + transition: none!important +} + +.ui.menu .ui.dropdown .menu>.item:hover { + background: var(--color-gitea-lightblue-light) !important; + color: var(--color-white) !important; +} + +.ui.menu .ui.dropdown .menu>.selected.item { + background: rgba(0, 0, 0, .05)!important; + color: #000000f2!important +} + +.ui.menu .ui.dropdown .menu>.active.item { + background: rgba(0, 0, 0, .03)!important; + font-weight: 500!important; + color: #000000f2!important +} + +.ui.menu .ui.dropdown.item .menu .item:not(.filtered) { + display: block +} + +.ui.menu .ui.dropdown .menu>.item>.icons, .ui.menu .ui.dropdown .menu>.item>i.icon:not(.dropdown) { + display: inline-block; + font-size: 1em!important; + float: none; + margin: 0 .75em 0 0!important +} + +.ui.secondary.menu .dropdown.item>.menu, .ui.text.menu .dropdown.item>.menu { + border-radius: .28571429rem; + margin-top: .35714286em +} + +.ui.menu .pointing.dropdown.item .menu { + margin-top: .75em +} + +.ui.inverted.menu .search.dropdown.item>.search, .ui.inverted.menu .search.dropdown.item>.text { + color: #ffffffe6 +} + +.ui.vertical.menu .dropdown.item>i.icon { + float: right; + content: "\f0da"; + margin-left: 1em +} + +.ui.vertical.menu .dropdown.item .menu { + left: 100%; + min-width: 0; + min-width: -webkit-max-content; + min-width: -moz-max-content; + min-width: max-content; + margin: 0; + box-shadow: 0 1px 3px #00000014; + border-radius: 0 .28571429rem .28571429rem +} + +.ui.vertical.menu .dropdown.item.upward .menu { + bottom: 0 +} + +.ui.vertical.menu .dropdown.item:not(.upward) .menu { + top: 0 +} + +.ui.vertical.menu .active.dropdown.item { + border-top-right-radius: 0; + border-bottom-right-radius: 0 +} + +.ui.vertical.menu .dropdown.active.item { + box-shadow: none +} + +.ui.item.menu .dropdown .menu .item { + width: 100% +} + +.ui.menu .item>.label:not(.floating) { + margin-left: 1em; + padding: .3em .78571429em +} + +.ui.vertical.menu .item>.label { + margin-top: -.15em; + margin-bottom: -.15em; + padding: .3em .78571429em +} + +.ui.menu .item>.floating.label { + padding: .3em .78571429em +} + +.ui.menu .item>.label { + background: #999999; + color: #fff +} + +.ui.menu .item>.image.label img { + margin: -.2833em .8em -.2833em -.8em; + height: 1.5666em +} + +.ui.menu .item>img:not(.ui) { + display: inline-block; + vertical-align: middle; + margin: -.3em 0; + width: 2.5em +} + +.ui.vertical.menu .item>img:not(.ui):only-child { + display: block; + max-width: 100%; + width: auto +} + +.ui.menu .list .item:before { + background: none!important +} + +.ui.vertical.sidebar.menu>.item:first-child:before { + display: block!important +} + +.ui.vertical.sidebar.menu>.item:before { + top: auto; + bottom: 0 +} + +@media only screen and (max-width: 767.98px) { + .ui.menu>.ui.container { + width: 100%!important; + margin-left: 0!important; + margin-right: 0!important + } +} + +@media only screen and (min-width: 768px) { + .ui.menu:not(.secondary):not(.text):not(.tabular):not(.borderless)>.container>.item:not(.right):not(.borderless):first-child { + border-left: 1px solid rgba(34, 36, 38, .1) + } + .ui.menu:not(.secondary):not(.text):not(.tabular):not(.borderless)>.container>.right.item:not(.borderless):last-child, .ui.menu:not(.secondary):not(.text):not(.tabular):not(.borderless)>.container>.right.menu>.item:not(.borderless):last-child { + border-right: 1px solid rgba(34, 36, 38, .1) + } +} + +.ui.link.menu .item:hover, .ui.menu .dropdown.item:hover, .ui.menu .link.item:hover, .ui.menu a.item:hover { + cursor: pointer; + background: rgba(0, 0, 0, .03); + color: #000000f2 +} + +.ui.link.menu .item:active, .ui.menu .link.item:active, .ui.menu a.item:active { + background: rgba(0, 0, 0, .03); + color: #000000f2 +} + +.ui.menu .active.item { + background: rgba(0, 0, 0, .05); + color: #000000f2; + font-weight: normal; + box-shadow: none +} + +.ui.menu .active.item>i.icon { + opacity: 1 +} + +.ui.menu .active.item:hover, .ui.vertical.menu .active.item:hover { + background-color: #0000000d; + color: #000000f2 +} + +.ui.ui.menu .item.disabled { + cursor: default; + background-color: transparent; + color: #2828284d; + pointer-events: none +} + +.ui.menu:not(.vertical) .left.item, .ui.menu:not(.vertical) .left.menu { + display: flex; + margin-right: auto!important +} + +.ui.menu:not(.vertical) .right.item, .ui.menu:not(.vertical) .right.menu { + display: flex; + margin-left: auto!important +} + +.ui.menu:not(.vertical) :not(.dropdown)>.left.menu, .ui.menu:not(.vertical) :not(.dropdown)>.right.menu { + display: inherit +} + +.ui.menu:not(.vertical) .center.item, .ui.menu:not(.vertical) .center.menu { + display: flex; + margin-left: auto!important; + margin-right: auto!important +} + +.ui.menu .right.item:before, .ui.menu .right.menu>.item:before { + right: auto; + left: 0 +} + +.ui.menu .center.item:last-child:before, .ui.menu .center.menu>.item:last-child:before { + display: none +} + +.ui.vertical.menu { + display: block; + flex-direction: column; + background: #FFFFFF; + box-shadow: 0 1px 2px #22242626 +} + +.ui.vertical.menu .item { + display: block; + background: none; + border-top: none; + border-right: none +} + +.ui.vertical.menu>.item:first-child { + border-radius: .28571429rem .28571429rem 0 0 +} + +.ui.vertical.menu>.item:last-child { + border-radius: 0 0 .28571429rem .28571429rem +} + +.ui.vertical.menu .item>.label { + float: right; + text-align: center +} + +.ui.vertical.menu .item>i.icon, .ui.vertical.menu .item>i.icons { + width: 1.18em; + float: right; + margin: 0 0 0 .5em +} + +.ui.vertical.menu .item>.label+i.icon { + float: none; + margin: 0 .5em 0 0 +} + +.ui.vertical.menu .item:before { + position: absolute; + content: ""; + top: 0; + left: 0; + width: 100%; + height: 1px; + background: rgba(34, 36, 38, .1) +} + +.ui.vertical.menu .item:first-child:before { + display: none!important +} + +.ui.vertical.menu .item>.menu { + margin: .5em -1.14285714em 0 +} + +.ui.vertical.menu .menu .item { + background: none; + padding: .5em 1.33333333em; + font-size: .85714286em; + color: #00000080 +} + +.ui.vertical.menu .item .menu a.item:hover, .ui.vertical.menu .item .menu .link.item:hover { + color: #000000d9 +} + +.ui.vertical.menu .menu .item:before { + display: none +} + +.ui.vertical.menu .active.item { + background: rgba(0, 0, 0, .05); + border-radius: 0; + box-shadow: none +} + +.ui.vertical.menu>.active.item:first-child { + border-radius: .28571429rem .28571429rem 0 0 +} + +.ui.vertical.menu>.active.item:last-child { + border-radius: 0 0 .28571429rem .28571429rem +} + +.ui.vertical.menu>.active.item:only-child { + border-radius: .28571429rem +} + +.ui.vertical.menu .active.item .menu .active.item { + border-left: none +} + +.ui.vertical.menu .item .menu .active.item { + background-color: transparent; + font-weight: 500; + color: #000000f2 +} + +.ui.tabular.menu { + border-radius: 0; + box-shadow: none!important; + border: none; + background: none transparent; + border-bottom: 1px solid #D4D4D5 +} + +.ui.tabular.fluid.menu { + width: calc(100% + 2px)!important +} + +.ui.tabular.menu .item { + background: transparent; + border-bottom: none; + border-left: 1px solid transparent; + border-right: 1px solid transparent; + border-top: 2px solid transparent; + padding: .92857143em 1.42857143em; + color: #000000de +} + +.ui.tabular.menu .item:before { + display: none +} + +.ui.tabular.menu .item:hover { + background-color: transparent; + color: #000c +} + +.ui.tabular.menu .active.item { + background: none #FFFFFF; + color: #000000f2; + border-top-width: 1px; + border-color: #d4d4d5; + font-weight: 500; + margin-bottom: -1px; + box-shadow: none; + border-radius: .28571429rem .28571429rem 0 0!important +} + +.ui.tabular.menu+.attached:not(.top).segment, .ui.tabular.menu+.attached:not(.top).segment+.attached:not(.top).segment { + border-top: none; + margin-left: 0; + margin-top: 0; + margin-right: 0; + width: 100% +} + +.top.attached.segment+.ui.bottom.tabular.menu { + position: relative; + width: calc(100% + 2px); + left: -1px +} + +.ui.bottom.tabular.menu { + background: none transparent; + border-radius: 0; + box-shadow: none!important; + border-bottom: none; + border-top: 1px solid #D4D4D5 +} + +.ui.bottom.tabular.menu .item { + background: none; + border-left: 1px solid transparent; + border-right: 1px solid transparent; + border-bottom: 1px solid transparent; + border-top: none +} + +.ui.bottom.tabular.menu .active.item { + background: none #FFFFFF; + color: #000000f2; + border-color: #d4d4d5; + margin: -1px 0 0; + border-radius: 0 0 .28571429rem .28571429rem!important +} + +.ui.vertical.tabular.menu { + background: none transparent; + border-radius: 0; + box-shadow: none!important; + border-bottom: none; + border-right: 1px solid #D4D4D5 +} + +.ui.vertical.tabular.menu .item { + background: none; + border-left: 1px solid transparent; + border-bottom: 1px solid transparent; + border-top: 1px solid transparent; + border-right: none +} + +.ui.vertical.tabular.menu .active.item { + background: none #FFFFFF; + color: #000000f2; + border-color: #d4d4d5; + margin: 0 -1px 0 0; + border-radius: .28571429rem 0 0 .28571429rem!important +} + +.ui.vertical.right.tabular.menu { + background: none transparent; + border-radius: 0; + box-shadow: none!important; + border-bottom: none; + border-right: none; + border-left: 1px solid #D4D4D5 +} + +.ui.vertical.right.tabular.menu .item { + background: none; + border-right: 1px solid transparent; + border-bottom: 1px solid transparent; + border-top: 1px solid transparent; + border-left: none +} + +.ui.vertical.right.tabular.menu .active.item { + background: none #FFFFFF; + color: #000000f2; + border-color: #d4d4d5; + margin: 0 0 0 -1px; + border-radius: 0 .28571429rem .28571429rem 0!important +} + +.ui.tabular.menu .active.dropdown.item { + margin-bottom: 0; + border-left: 1px solid transparent; + border-right: 1px solid transparent; + border-top: 2px solid transparent; + border-bottom: none +} + +.ui.pagination.menu { + margin: 0; + display: inline-flex; + vertical-align: middle +} + +.ui.pagination.menu .item:last-child { + border-radius: 0 .28571429rem .28571429rem 0 +} + +.ui.compact.menu .item:last-child { + border-radius: 0 .28571429rem .28571429rem 0 +} + +.ui.pagination.menu .item:last-child:before { + display: none +} + +.ui.pagination.menu .item { + min-width: 3em; + text-align: center +} + +.ui.pagination.menu .icon.item i.icon { + vertical-align: top +} + +.ui.pagination.menu .active.item { + border-top: none; + padding-top: .92857143em; + background-color: #0000000d; + color: #000000f2; + box-shadow: none +} + +.ui.secondary.menu { + background: none; + margin-left: -.35714286em; + margin-right: -.35714286em; + border-radius: 0; + border: none; + box-shadow: none +} + +.ui.secondary.menu .item { + align-self: center; + box-shadow: none; + border: none; + padding: .78571429em .92857143em; + margin: 0 .35714286em; + background: none; + transition: color .1s ease; + border-radius: .28571429rem +} + +.ui.secondary.menu .item:before { + display: none!important +} + +.ui.secondary.menu .header.item { + border-radius: 0; + border-right: none; + background: none transparent +} + +.ui.secondary.menu .item>img:not(.ui) { + margin: 0 +} + +.ui.secondary.menu .dropdown.item:hover, .ui.secondary.menu .link.item:hover, .ui.secondary.menu a.item:hover { + background: rgba(0, 0, 0, .05); + color: #000000f2 +} + +.ui.secondary.menu .active.item { + box-shadow: none; + background: rgba(0, 0, 0, .05); + color: #000000f2; + border-radius: .28571429rem +} + +.ui.secondary.menu .active.item:hover { + box-shadow: none; + background: rgba(0, 0, 0, .05); + color: #000000f2 +} + +.ui.secondary.inverted.menu .link.item:not(.disabled), .ui.secondary.inverted.menu a.item:not(.disabled) { + color: #ffffffb3 +} + +.ui.secondary.inverted.menu .dropdown.item:hover, .ui.secondary.inverted.menu .link.item:hover, .ui.secondary.inverted.menu a.item:hover { + background: rgba(255, 255, 255, .08); + color: #fff +} + +.ui.secondary.inverted.menu .active.item { + background: rgba(255, 255, 255, .15); + color: #fff +} + +.ui.secondary.item.menu { + margin-left: 0; + margin-right: 0 +} + +.ui.secondary.item.menu .item:last-child { + margin-right: 0 +} + +.ui.secondary.attached.menu { + box-shadow: none +} + +.ui.vertical.secondary.menu .item:not(.dropdown)>.menu { + margin: 0 -.92857143em +} + +.ui.vertical.secondary.menu .item:not(.dropdown)>.menu>.item { + margin: 0; + padding: .5em 1.33333333em +} + +.ui.secondary.vertical.menu>.item { + border: none; + margin: 0 0 .35714286em; + border-radius: .28571429rem!important +} + +.ui.secondary.vertical.menu>.header.item { + border-radius: 0 +} + +.ui.vertical.secondary.menu .item>.menu .item { + background-color: transparent +} + +.ui.secondary.inverted.menu { + background-color: transparent +} + +.ui.secondary.pointing.menu { + margin-left: 0; + margin-right: 0; + border-bottom: 2px solid rgba(34, 36, 38, .15) +} + +.ui.secondary.pointing.menu .item { + border-bottom-color: transparent; + border-bottom-style: solid; + border-radius: 0; + align-self: flex-end; + margin: 0 0 -2px; + padding: .85714286em 1.14285714em; + border-bottom-width: 2px; + transition: color .1s ease +} + +.ui.secondary.pointing.menu .ui.dropdown .menu .item { + border-bottom-width: 0 +} + +.ui.secondary.pointing.menu .item>.label:not(.floating) { + margin-top: -.3em; + margin-bottom: -.3em +} + +.ui.secondary.pointing.menu .item>.circular.label { + margin-top: -.5em; + margin-bottom: -.5em +} + +.ui.secondary.pointing.menu .header.item { + color: #000000d9!important +} + +.ui.secondary.pointing.menu .text.item { + box-shadow: none!important +} + +.ui.secondary.pointing.menu .item:after { + display: none +} + +.ui.secondary.pointing.menu .dropdown.item:hover, .ui.secondary.pointing.menu .link.item:hover, .ui.secondary.pointing.menu a.item:hover { + background-color: transparent; + color: #000000de +} + +.ui.secondary.pointing.menu .dropdown.item:active, .ui.secondary.pointing.menu .link.item:active, .ui.secondary.pointing.menu a.item:active { + background-color: transparent; + border-color: #22242626 +} + +.ui.secondary.pointing.menu .active.item { + background-color: transparent; + box-shadow: none; + border-color: currentColor; + font-weight: 500; + color: #000000f2 +} + +.ui.secondary.pointing.menu .active.item:hover { + border-color: currentColor; + color: #000000f2 +} + +.ui.secondary.pointing.menu .active.dropdown.item { + border-color: transparent +} + +.ui.secondary.vertical.pointing.menu { + border-bottom-width: 0; + border-right-width: 2px; + border-right-style: solid; + border-right-color: #22242626 +} + +.ui.secondary.vertical.pointing.menu .item { + border-bottom: none; + border-right-style: solid; + border-right-color: transparent; + border-radius: 0!important; + margin: 0 -2px 0 0; + border-right-width: 2px +} + +.ui.secondary.vertical.pointing.menu .active.item { + border-color: currentColor +} + +.ui.secondary.inverted.pointing.menu { + border-color: #ffffff1a +} + +.ui.secondary.inverted.pointing.menu .item:not(.disabled) { + color: #ffffffe6 +} + +.ui.secondary.inverted.pointing.menu .header.item { + color: #fff!important +} + +.ui.secondary.inverted.pointing.menu .link.item:hover, .ui.secondary.inverted.pointing.menu a.item:hover { + color: #fff +} + +.ui.ui.secondary.inverted.pointing.menu .active.item { + border-color: #fff; + color: #fff; + background-color: transparent +} + +.ui.text.menu { + background: none transparent; + border-radius: 0; + box-shadow: none; + border: none; + margin: 1em -.5em +} + +.ui.text.menu .item { + border-radius: 0; + box-shadow: none; + align-self: center; + margin: 0; + padding: .35714286em .5em; + font-weight: normal; + color: #0009; + transition: opacity .1s ease +} + +.ui.text.menu .item:before, .ui.text.menu .menu .item:before { + display: none!important +} + +.ui.text.menu .header.item { + background-color: transparent; + opacity: 1; + color: #000000d9; + font-size: .92857143em; + text-transform: uppercase; + font-weight: 500 +} + +.ui.text.menu .item>img:not(.ui) { + margin: 0 +} + +.ui.text.item.menu .item { + margin: 0 +} + +.ui.vertical.text.menu { + margin: 1em 0 +} + +.ui.vertical.text.menu:first-child { + margin-top: 0 +} + +.ui.vertical.text.menu:last-child { + margin-bottom: 0 +} + +.ui.vertical.text.menu .item { + margin: .57142857em 0; + padding-left: 0; + padding-right: 0 +} + +.ui.vertical.text.menu .item>i.icon { + float: none; + margin: 0 .35714286em 0 0 +} + +.ui.vertical.text.menu .header.item { + margin: .57142857em 0 .71428571em +} + +.ui.vertical.text.menu .item:not(.dropdown)>.menu { + margin: 0 +} + +.ui.vertical.text.menu .item:not(.dropdown)>.menu>.item { + margin: 0; + padding: .5em 0 +} + +.ui.text.menu .item:hover { + opacity: 1; + background-color: transparent +} + +.ui.text.menu .active.item { + background-color: transparent; + border: none; + box-shadow: none; + font-weight: normal; + color: #000000f2 +} + +.ui.text.menu .active.item:hover { + background-color: transparent +} + +.ui.text.pointing.menu .active.item:after { + box-shadow: none +} + +.ui.text.attached.menu { + box-shadow: none +} + +.ui.inverted.text.menu, .ui.inverted.text.menu .item, .ui.inverted.text.menu .item:hover, .ui.inverted.text.menu .active.item { + background-color: transparent +} + +.ui.fluid.text.menu { + margin-left: 0; + margin-right: 0 +} + +.ui.vertical.icon.menu { + display: inline-block; + width: auto +} + +.ui.icon.menu .item { + height: auto; + text-align: center; + color: #1b1c1d +} + +.ui.icon.menu .item>i.icon:not(.dropdown) { + margin: 0; + opacity: 1 +} + +.ui.icon.menu i.icon:before { + opacity: 1 +} + +.ui.menu .icon.item>i.icon { + width: auto; + margin: 0 auto +} + +.ui.vertical.icon.menu .item>i.icon:not(.dropdown) { + display: block; + opacity: 1; + margin: 0 auto; + float: none +} + +.ui.inverted.icon.menu .item { + color: #fff +} + +.ui.labeled.icon.menu { + text-align: center +} + +.ui.labeled.icon.menu .item { + min-width: 6em; + flex-direction: column +} + +.ui.labeled.icon.menu>.item>i.icon:not(.dropdown) { + height: 1em; + display: block; + font-size: 1.71428571em!important; + margin: 0 auto .5rem!important +} + +.ui.fluid.labeled.icon.menu>.item { + min-width: 0 +} + +@media only screen and (max-width: 767.98px) { + .ui.stackable.menu { + flex-direction: column + } + .ui.stackable.menu .item { + width: 100%!important + } + .ui.stackable.menu .item:before { + position: absolute; + content: ""; + top: auto; + bottom: 0; + left: 0; + width: 100%; + height: 1px; + background: rgba(34, 36, 38, .1) + } + .ui.stackable.menu .left.menu, .ui.stackable.menu .left.item { + margin-right: 0!important + } + .ui.stackable.menu .right.menu, .ui.stackable.menu .right.item { + margin-left: 0!important + } + .ui.stackable.menu .center.menu, .ui.stackable.menu .center.item { + margin-left: 0!important; + margin-right: 0!important + } + .ui.stackable.menu .right.menu, .ui.stackable.menu .center.menu, .ui.stackable.menu .left.menu { + flex-direction: column + } +} + +.ui.ui.ui.menu .primary.active.item, .ui.ui.primary.menu .active.item:hover, .ui.ui.primary.menu .active.item { + color: #2185d0 +} + +.ui.ui.ui.menu .red.active.item, .ui.ui.red.menu .active.item:hover, .ui.ui.red.menu .active.item { + color: #db2828 +} + +.ui.ui.ui.menu .orange.active.item, .ui.ui.orange.menu .active.item:hover, .ui.ui.orange.menu .active.item { + color: #f2711c +} + +.ui.ui.ui.menu .yellow.active.item, .ui.ui.yellow.menu .active.item:hover, .ui.ui.yellow.menu .active.item { + color: #fbbd08 +} + +.ui.ui.ui.menu .olive.active.item, .ui.ui.olive.menu .active.item:hover, .ui.ui.olive.menu .active.item { + color: #b5cc18 +} + +.ui.ui.ui.menu .green.active.item, .ui.ui.green.menu .active.item:hover, .ui.ui.green.menu .active.item { + color: var(--color-gitea-lightblue-light) +} + +.ui.ui.ui.menu .teal.active.item, .ui.ui.teal.menu .active.item:hover, .ui.ui.teal.menu .active.item { + color: var(--color-gitea-lightblue-light) +} + +.ui.ui.ui.menu .blue.active.item, .ui.ui.blue.menu .active.item:hover, .ui.ui.blue.menu .active.item { + color: #2185d0 +} + +.ui.ui.ui.menu .violet.active.item, .ui.ui.violet.menu .active.item:hover, .ui.ui.violet.menu .active.item { + color: #6435c9 +} + +.ui.ui.ui.menu .purple.active.item, .ui.ui.purple.menu .active.item:hover, .ui.ui.purple.menu .active.item { + color: #a333c8 +} + +.ui.ui.ui.menu .pink.active.item, .ui.ui.pink.menu .active.item:hover, .ui.ui.pink.menu .active.item { + color: #e03997 +} + +.ui.ui.ui.menu .brown.active.item, .ui.ui.brown.menu .active.item:hover, .ui.ui.brown.menu .active.item { + color: #a5673f +} + +.ui.ui.ui.menu .grey.active.item, .ui.ui.grey.menu .active.item:hover, .ui.ui.grey.menu .active.item { + color: #767676 +} + +.ui.ui.ui.menu .black.active.item, .ui.ui.black.menu .active.item:hover, .ui.ui.black.menu .active.item { + color: #1b1c1d +} + +.ui.inverted.menu { + border: 0 solid transparent; + background: #1B1C1D; + box-shadow: none +} + +.ui.inverted.menu .item, .ui.inverted.menu .item>a:not(.ui) { + background: transparent; + color: #ffffffe6 +} + +.ui.inverted.menu .item.menu { + background: transparent +} + +.ui.inverted.menu .item:before { + background: rgba(255, 255, 255, .08) +} + +.ui.vertical.inverted.menu .item:before { + background: rgba(255, 255, 255, .08) +} + +.ui.vertical.inverted.menu .menu .item, .ui.vertical.inverted.menu .menu .item a:not(.ui) { + color: #ffffff80 +} + +.ui.inverted.menu .header.item { + margin: 0; + background: transparent; + box-shadow: none +} + +.ui.ui.inverted.menu .item.disabled { + color: #e1e1e14d +} + +.ui.link.inverted.menu .item:hover, .ui.inverted.menu .dropdown.item:hover, .ui.inverted.menu .link.item:hover, .ui.inverted.menu a.item:hover { + background: rgba(255, 255, 255, .08); + color: #fff +} + +.ui.vertical.inverted.menu .item .menu a.item:hover, .ui.vertical.inverted.menu .item .menu .link.item:hover { + background: transparent; + color: #fff +} + +.ui.inverted.menu a.item:active, .ui.inverted.menu .link.item:active { + background: rgba(255, 255, 255, .08); + color: #fff +} + +.ui.inverted.menu .active.item { + background: #3D3E3F; + color: #fff!important +} + +.ui.inverted.vertical.menu .item .menu .active.item { + background: transparent; + color: #fff +} + +.ui.inverted.pointing.menu .active.item:after { + background: #3D3E3F; + margin: 0!important; + box-shadow: none!important; + border: none!important +} + +.ui.inverted.menu .active.item:hover { + background: #3D3E3F; + color: #fff!important +} + +.ui.inverted.pointing.menu .active.item:hover:after { + background: #3D3E3F +} + +.ui.floated.menu { + float: left; + margin: 0 .5rem 0 0 +} + +.ui.floated.menu .item:last-child:before { + display: none +} + +.ui.right.floated.menu { + float: right; + margin: 0 0 0 .5rem +} + +.ui.ui.ui.inverted.menu .primary.active.item, .ui.ui.inverted.primary.menu { + background-color: #2185d0 +} + +.ui.inverted.primary.menu .item:before { + background-color: #2224261a +} + +.ui.ui.inverted.primary.menu .active.item { + background-color: #0000001a +} + +.ui.inverted.pointing.primary.menu .active.item { + background-color: #1678c2 +} + +.ui.ui.ui.inverted.menu .red.active.item, .ui.ui.inverted.red.menu { + background-color: #db2828 +} + +.ui.inverted.red.menu .item:before { + background-color: #2224261a +} + +.ui.ui.inverted.red.menu .active.item { + background-color: #0000001a +} + +.ui.inverted.pointing.red.menu .active.item { + background-color: #d01919 +} + +.ui.ui.ui.inverted.menu .orange.active.item, .ui.ui.inverted.orange.menu { + background-color: #f2711c +} + +.ui.inverted.orange.menu .item:before { + background-color: #2224261a +} + +.ui.ui.inverted.orange.menu .active.item { + background-color: #0000001a +} + +.ui.inverted.pointing.orange.menu .active.item { + background-color: #f26202 +} + +.ui.ui.ui.inverted.menu .yellow.active.item, .ui.ui.inverted.yellow.menu { + background-color: #fbbd08 +} + +.ui.inverted.yellow.menu .item:before { + background-color: #2224261a +} + +.ui.ui.inverted.yellow.menu .active.item { + background-color: #0000001a +} + +.ui.inverted.pointing.yellow.menu .active.item { + background-color: #eaae00 +} + +.ui.ui.ui.inverted.menu .olive.active.item, .ui.ui.inverted.olive.menu { + background-color: #b5cc18 +} + +.ui.inverted.olive.menu .item:before { + background-color: #2224261a +} + +.ui.ui.inverted.olive.menu .active.item { + background-color: #0000001a +} + +.ui.inverted.pointing.olive.menu .active.item { + background-color: #a7bd0d +} + +.ui.ui.ui.inverted.menu .green.active.item, .ui.ui.inverted.green.menu { + background-color: var(--color-gitea-lightblue-light) +} + +.ui.inverted.green.menu .item:before { + background-color: #2224261a +} + +.ui.ui.inverted.green.menu .active.item { + background-color: #0000001a +} + +.ui.inverted.pointing.green.menu .active.item { + background-color: var(--color-gitea-lightblue-dark) +} + +.ui.ui.ui.inverted.menu .teal.active.item, .ui.ui.inverted.teal.menu { + background-color: var(--color-gitea-lightblue-light) +} + +.ui.inverted.teal.menu .item:before { + background-color: #2224261a +} + +.ui.ui.inverted.teal.menu .active.item { + background-color: #0000001a +} + +.ui.inverted.pointing.teal.menu .active.item { + background-color: var(--color-gitea-lightblue-dark) +} + +.ui.ui.ui.inverted.menu .blue.active.item, .ui.ui.inverted.blue.menu { + background-color: #2185d0 +} + +.ui.inverted.blue.menu .item:before { + background-color: #2224261a +} + +.ui.ui.inverted.blue.menu .active.item { + background-color: #0000001a +} + +.ui.inverted.pointing.blue.menu .active.item { + background-color: #1678c2 +} + +.ui.ui.ui.inverted.menu .violet.active.item, .ui.ui.inverted.violet.menu { + background-color: #6435c9 +} + +.ui.inverted.violet.menu .item:before { + background-color: #2224261a +} + +.ui.ui.inverted.violet.menu .active.item { + background-color: #0000001a +} + +.ui.inverted.pointing.violet.menu .active.item { + background-color: #5829bb +} + +.ui.ui.ui.inverted.menu .purple.active.item, .ui.ui.inverted.purple.menu { + background-color: #a333c8 +} + +.ui.inverted.purple.menu .item:before { + background-color: #2224261a +} + +.ui.ui.inverted.purple.menu .active.item { + background-color: #0000001a +} + +.ui.inverted.pointing.purple.menu .active.item { + background-color: #9627ba +} + +.ui.ui.ui.inverted.menu .pink.active.item, .ui.ui.inverted.pink.menu { + background-color: #e03997 +} + +.ui.inverted.pink.menu .item:before { + background-color: #2224261a +} + +.ui.ui.inverted.pink.menu .active.item { + background-color: #0000001a +} + +.ui.inverted.pointing.pink.menu .active.item { + background-color: #e61a8d +} + +.ui.ui.ui.inverted.menu .brown.active.item, .ui.ui.inverted.brown.menu { + background-color: #a5673f +} + +.ui.inverted.brown.menu .item:before { + background-color: #2224261a +} + +.ui.ui.inverted.brown.menu .active.item { + background-color: #0000001a +} + +.ui.inverted.pointing.brown.menu .active.item { + background-color: #975b33 +} + +.ui.ui.ui.inverted.menu .grey.active.item, .ui.ui.inverted.grey.menu { + background-color: #767676 +} + +.ui.inverted.grey.menu .item:before { + background-color: #2224261a +} + +.ui.ui.inverted.grey.menu .active.item { + background-color: #0000001a +} + +.ui.inverted.pointing.grey.menu .active.item { + background-color: #838383 +} + +.ui.ui.ui.inverted.menu .black.active.item, .ui.ui.inverted.black.menu { + background-color: #1b1c1d +} + +.ui.inverted.black.menu .item:before { + background-color: #2224261a +} + +.ui.ui.inverted.black.menu .active.item { + background-color: #0000001a +} + +.ui.inverted.pointing.black.menu .active.item { + background-color: #27292a +} + +.ui.ui.ui.inverted.pointing.menu .active.item:after { + background-color: inherit +} + +.ui.fitted.menu .item, .ui.fitted.menu .item .menu .item, .ui.menu .fitted.item { + padding: 0 +} + +.ui.horizontally.fitted.menu .item, .ui.horizontally.fitted.menu .item .menu .item, .ui.menu .horizontally.fitted.item { + padding-top: .92857143em; + padding-bottom: .92857143em +} + +.ui.vertically.fitted.menu .item, .ui.vertically.fitted.menu .item .menu .item, .ui.menu .vertically.fitted.item { + padding-left: 1.14285714em; + padding-right: 1.14285714em +} + +.ui.borderless.menu .item:before, .ui.borderless.menu .item .menu .item:before, .ui.menu .borderless.item:before { + background: none!important +} + +.ui.compact.menu { + display: inline-flex; + margin: 0; + vertical-align: middle +} + +.ui.compact.vertical.menu { + display: -ms-inline-flexbox!important; + display: inline-block +} + +.ui.compact.menu:not(.secondary) .item:last-child { + border-radius: 0 .28571429rem .28571429rem 0 +} + +.ui.compact.menu .item:last-child:before { + display: none +} + +.ui.compact.vertical.menu { + width: auto!important +} + +.ui.compact.vertical.menu .item:last-child:before { + display: block +} + +.ui.menu.fluid, .ui.vertical.menu.fluid { + width: 100%!important +} + +.ui.item.menu, .ui.item.menu .item { + width: 100%; + padding-left: 0!important; + padding-right: 0!important; + margin-left: 0!important; + margin-right: 0!important; + text-align: center; + justify-content: center +} + +.ui.attached.item.menu:not(.tabular) { + margin: 0 -1px!important +} + +.ui.item.menu .item:last-child:before { + display: none +} + +.ui.menu.two.item .item { + width: 50% +} + +.ui.menu.three.item .item { + width: 33.333% +} + +.ui.menu.four.item .item { + width: 25% +} + +.ui.menu.five.item .item { + width: 20% +} + +.ui.menu.six.item .item { + width: 16.666% +} + +.ui.menu.seven.item .item { + width: 14.285% +} + +.ui.menu.eight.item .item { + width: 12.5% +} + +.ui.menu.nine.item .item { + width: 11.11% +} + +.ui.menu.ten.item .item { + width: 10% +} + +.ui.menu.eleven.item .item { + width: 9.09% +} + +.ui.menu.twelve.item .item { + width: 8.333% +} + +.ui.menu.fixed { + position: fixed; + z-index: 101; + margin: 0; + width: 100% +} + +.ui.menu.fixed, .ui.menu.fixed .item:first-child, .ui.menu.fixed .item:last-child { + border-radius: 0!important +} + +.ui.fixed.menu, .ui[class*="top fixed"].menu { + top: 0; + left: 0; + right: auto; + bottom: auto +} + +.ui[class*="top fixed"].menu { + border-top: none; + border-left: none; + border-right: none +} + +.ui[class*="right fixed"].menu { + border-top: none; + border-bottom: none; + border-right: none; + top: 0; + right: 0; + left: auto; + bottom: auto; + width: auto; + height: 100% +} + +.ui[class*="bottom fixed"].menu { + border-bottom: none; + border-left: none; + border-right: none; + bottom: 0; + left: 0; + top: auto; + right: auto +} + +.ui[class*="left fixed"].menu { + border-top: none; + border-bottom: none; + border-left: none; + top: 0; + left: 0; + right: auto; + bottom: auto; + width: auto; + height: 100% +} + +.ui.fixed.menu+.ui.grid { + padding-top: 2.75rem +} + +.ui.pointing.menu .item:after { + visibility: hidden; + position: absolute; + content: ""; + top: 100%; + left: 50%; + transform: translateX(-50%) translateY(-50%) rotate(45deg); + background: none; + margin: .5px 0 0; + width: .57142857em; + height: .57142857em; + border: none; + border-bottom: 1px solid #D4D4D5; + border-right: 1px solid #D4D4D5; + z-index: 2; + transition: background .1s ease +} + +.ui.vertical.pointing.menu .item:after { + position: absolute; + top: 50%; + right: 0; + bottom: auto; + left: auto; + transform: translateX(50%) translateY(-50%) rotate(45deg); + margin: 0 -.5px 0 0; + border: none; + border-top: 1px solid #D4D4D5; + border-right: 1px solid #D4D4D5 +} + +.ui.pointing.menu .ui.dropdown .menu .item:after, .ui.vertical.pointing.menu .ui.dropdown .menu .item:after { + display: none +} + +.ui.pointing.menu .active.item:after { + visibility: visible +} + +.ui.pointing.menu .active.dropdown.item:after { + visibility: hidden +} + +.ui.pointing.menu .dropdown.active.item:after, .ui.pointing.menu .active.item .menu .active.item:after { + display: none +} + +.ui.pointing.menu .active.item:after { + background-color: #f2f2f2 +} + +.ui.pointing.menu .active.item:hover:after { + background-color: #f2f2f2 +} + +.ui.vertical.pointing.menu .active.item:hover:after { + background-color: #f2f2f2 +} + +.ui.vertical.pointing.menu .active.item:after { + background-color: #f2f2f2 +} + +.ui.vertical.pointing.menu .menu .active.item:after { + background-color: #fff +} + +.ui.inverted.pointing.menu .primary.active.item:after { + background-color: #2185d0 +} + +.ui.inverted.pointing.menu .secondary.active.item:after { + background-color: #1b1c1d +} + +.ui.inverted.pointing.menu .red.active.item:after { + background-color: #db2828 +} + +.ui.inverted.pointing.menu .orange.active.item:after { + background-color: #f2711c +} + +.ui.inverted.pointing.menu .yellow.active.item:after { + background-color: #fbbd08 +} + +.ui.inverted.pointing.menu .olive.active.item:after { + background-color: #b5cc18 +} + +.ui.inverted.pointing.menu .green.active.item:after { + background-color: var(--color-gitea-lightblue-light) +} + +.ui.inverted.pointing.menu .teal.active.item:after { + background-color: var(--color-gitea-lightblue-light) +} + +.ui.inverted.pointing.menu .blue.active.item:after { + background-color: #2185d0 +} + +.ui.inverted.pointing.menu .violet.active.item:after { + background-color: #6435c9 +} + +.ui.inverted.pointing.menu .purple.active.item:after { + background-color: #a333c8 +} + +.ui.inverted.pointing.menu .pink.active.item:after { + background-color: #e03997 +} + +.ui.inverted.pointing.menu .brown.active.item:after { + background-color: #a5673f +} + +.ui.inverted.pointing.menu .grey.active.item:after { + background-color: #767676 +} + +.ui.inverted.pointing.menu .black.active.item:after { + background-color: #1b1c1d +} + +.ui.attached.menu { + top: 0; + bottom: 0; + border-radius: 0; + margin: 0 -1px; + width: calc(100% + 2px); + max-width: calc(100% + 2px); + box-shadow: none +} + +.ui.attached+.ui.attached.menu:not(.top) { + border-top: none +} + +.ui[class*="top attached"].menu { + bottom: 0; + margin-bottom: 0; + top: 0; + margin-top: 1rem; + border-radius: .28571429rem .28571429rem 0 0 +} + +.ui.menu[class*="top attached"]:first-child { + margin-top: 0 +} + +.ui[class*="bottom attached"].menu { + bottom: 0; + margin-top: 0; + top: 0; + margin-bottom: 1rem; + box-shadow: 0 1px 2px #22242626, none; + border-radius: 0 0 .28571429rem .28571429rem +} + +.ui[class*="bottom attached"].menu:last-child { + margin-bottom: 0 +} + +.ui.top.attached.menu>.item:first-child { + border-radius: .28571429rem 0 0 +} + +.ui.bottom.attached.menu>.item:first-child { + border-radius: 0 0 0 .28571429rem +} + +.ui.attached.menu:not(.tabular) { + border: 1px solid #D4D4D5 +} + +.ui.attached.inverted.menu { + border: none +} + +.ui.attached.tabular.menu { + margin-left: 0; + margin-right: 0; + width: 100% +} + +.ui.menu { + font-size: 1rem +} + +.ui.vertical.menu { + width: 15rem +} + +.ui.mini.menu, .ui.mini.menu .dropdown, .ui.mini.menu .dropdown .menu>.item { + font-size: .78571429rem +} + +.ui.mini.vertical.menu:not(.icon) { + width: 9rem +} + +.ui.tiny.menu, .ui.tiny.menu .dropdown, .ui.tiny.menu .dropdown .menu>.item { + font-size: .85714286rem +} + +.ui.tiny.vertical.menu:not(.icon) { + width: 11rem +} + +.ui.small.menu, .ui.small.menu .dropdown, .ui.small.menu .dropdown .menu>.item { + font-size: .92857143rem +} + +.ui.small.vertical.menu:not(.icon) { + width: 13rem +} + +.ui.large.menu, .ui.large.menu .dropdown, .ui.large.menu .dropdown .menu>.item { + font-size: 1.07142857rem +} + +.ui.large.vertical.menu:not(.icon) { + width: 18rem +} + +.ui.big.menu, .ui.big.menu .dropdown, .ui.big.menu .dropdown .menu>.item { + font-size: 1.14285714rem +} + +.ui.big.vertical.menu:not(.icon) { + width: 20rem +} + +.ui.huge.menu, .ui.huge.menu .dropdown, .ui.huge.menu .dropdown .menu>.item { + font-size: 1.21428571rem +} + +.ui.huge.vertical.menu:not(.icon) { + width: 22rem +} + +.ui.massive.menu, .ui.massive.menu .dropdown, .ui.massive.menu .dropdown .menu>.item { + font-size: 1.28571429rem +} + +.ui.massive.vertical.menu:not(.icon) { + width: 25rem +} + +.ui.menu .ui.inverted.inverted.dropdown.item .menu { + background: #1B1C1D; + box-shadow: none +} + +.ui.menu .ui.inverted.dropdown .menu>.item { + color: #fffc!important +} + +.ui.menu .ui.inverted.dropdown .menu>.active.item { + background: transparent!important; + color: #fffc!important +} + +.ui.menu .ui.inverted.dropdown .menu>.item:hover { + background: rgba(255, 255, 255, .08)!important; + color: #fffc!important +} + +.ui.menu .ui.inverted.dropdown .menu>.selected.item { + background: rgba(255, 255, 255, .15)!important; + color: #fffc!important +} + +.ui.vertical.menu .inverted.dropdown.item .menu { + box-shadow: none +} + +.ui.message { + position: relative; + min-height: 1em; + margin: 1em 0; + background: #F8F8F9; + padding: 1em 1.5em; + line-height: 1.4285em; + color: #000000de; + transition: opacity .1s ease, color .1s ease, background .1s ease, box-shadow .1s ease; + border-radius: .28571429rem; + box-shadow: 0 0 0 1px #22242638 inset, 0 0 #0000 +} + +.ui.message:first-child { + margin-top: 0 +} + +.ui.message:last-child { + margin-bottom: 0 +} + +.ui.message .header { + display: block; + font-family: var(--fonts-regular); + font-weight: 500; + margin: -.14285714em 0 0 +} + +.ui.message .header:not(.ui) { + font-size: 1.14285714em +} + +.ui.message p { + opacity: .85; + margin: .75em 0 +} + +.ui.message p:first-child { + margin-top: 0 +} + +.ui.message p:last-child { + margin-bottom: 0 +} + +.ui.message .header+p { + margin-top: .25em +} + +.ui.message .list:not(.ui) { + text-align: left; + padding: 0; + opacity: .85; + list-style-position: inside; + margin: .5em 0 0 +} + +.ui.message .list:not(.ui):first-child { + margin-top: 0 +} + +.ui.message .list:not(.ui):last-child { + margin-bottom: 0 +} + +.ui.message .list:not(.ui) li { + position: relative; + list-style-type: none; + margin: 0 0 .3em 1em; + padding: 0 +} + +.ui.message .list:not(.ui) li:before { + position: absolute; + content: "\2022"; + left: -1em; + height: 100%; + vertical-align: baseline +} + +.ui.message .list:not(.ui) li:last-child { + margin-bottom: 0 +} + +.ui.message>i.icon { + margin-right: .6em +} + +.ui.message>.close.icon { + cursor: pointer; + position: absolute; + margin: 0; + top: .78575em; + right: .5em; + opacity: .7; + transition: opacity .1s ease +} + +.ui.message>.close.icon:hover { + opacity: 1 +} + +.ui.message>:first-child { + margin-top: 0 +} + +.ui.message>:last-child { + margin-bottom: 0 +} + +.ui.dropdown .menu>.message { + margin: 0 -1px +} + +.ui.visible.visible.visible.visible.message { + display: block +} + +.ui.icon.visible.visible.visible.visible.message { + display: flex +} + +.ui.hidden.hidden.hidden.hidden.message { + display: none +} + +.ui.compact.message { + display: inline-block +} + +.ui.compact.icon.message { + display: inline-flex; + width: auto +} + +.ui.attached.message { + margin-bottom: -1px; + border-radius: .28571429rem .28571429rem 0 0; + box-shadow: 0 0 0 1px #22242626 inset; + margin-left: -1px; + margin-right: -1px +} + +.ui.attached+.ui.attached.message:not(.top):not(.bottom) { + margin-top: -1px; + border-radius: 0 +} + +.ui.bottom.attached.message { + margin-top: -1px; + border-radius: 0 0 .28571429rem .28571429rem; + box-shadow: 0 0 0 1px #22242626 inset, 0 1px 2px #22242626 +} + +.ui.bottom.attached.message:not(:last-child) { + margin-bottom: 1em +} + +.ui.attached.icon.message { + width: auto +} + +.ui.icon.message { + display: flex; + width: 100%; + align-items: center +} + +.ui.icon.message>i.icon:not(.close) { + display: block; + flex: 0 0 auto; + width: auto; + line-height: 1; + /* vertical-align: middle; */ + font-size: 3em; + opacity: .8 +} + +.ui.icon.message>.content { + display: block; + flex: 1 1 auto; + /* vertical-align: middle */ +} + +.ui.icon.message>i.icon:not(.close)+.content { + padding-left: 0 +} + +.ui.icon.message>i.circular.icon { + width: 1em +} + +.ui.floating.message { + box-shadow: 0 0 0 1px #22242638 inset, 0 2px 4px #2224261f, 0 2px 10px #22242626 +} + +.ui.positive.message { + background-color: #fcfff5; + color: #2c662d +} + +.ui.positive.message, .ui.attached.positive.message { + box-shadow: 0 0 0 1px #a3c293 inset, 0 0 #0000 +} + +.ui.floating.positive.message { + box-shadow: 0 0 0 1px #a3c293 inset, 0 2px 4px #2224261f, 0 2px 10px #22242626 +} + +.ui.positive.message .header { + color: #1a531b +} + +.ui.negative.message { + background-color: #fff6f6; + color: #9f3a38 +} + +.ui.negative.message, .ui.attached.negative.message { + box-shadow: 0 0 0 1px #e0b4b4 inset, 0 0 #0000 +} + +.ui.floating.negative.message { + box-shadow: 0 0 0 1px #e0b4b4 inset, 0 2px 4px #2224261f, 0 2px 10px #22242626 +} + +.ui.negative.message .header { + color: #912d2b +} + +.ui.info.message { + background-color: #f8ffff; + color: #276f86 +} + +.ui.info.message, .ui.attached.info.message { + box-shadow: 0 0 0 1px #a9d5de inset, 0 0 #0000 +} + +.ui.floating.info.message { + box-shadow: 0 0 0 1px #a9d5de inset, 0 2px 4px #2224261f, 0 2px 10px #22242626 +} + +.ui.info.message .header { + color: #0e566c +} + +.ui.warning.message { + background-color: #fffaf3; + color: #573a08 +} + +.ui.warning.message, .ui.attached.warning.message { + box-shadow: 0 0 0 1px #c9ba9b inset, 0 0 #0000 +} + +.ui.floating.warning.message { + box-shadow: 0 0 0 1px #c9ba9b inset, 0 2px 4px #2224261f, 0 2px 10px #22242626 +} + +.ui.warning.message .header { + color: #794b02 +} + +.ui.error.message { + background-color: #fff6f6; + color: #9f3a38 +} + +.ui.error.message, .ui.attached.error.message { + box-shadow: 0 0 0 1px #e0b4b4 inset, 0 0 #0000 +} + +.ui.floating.error.message { + box-shadow: 0 0 0 1px #e0b4b4 inset, 0 2px 4px #2224261f, 0 2px 10px #22242626 +} + +.ui.error.message .header { + color: #912d2b +} + +.ui.success.message { + background-color: #fcfff5; + color: #2c662d +} + +.ui.success.message, .ui.attached.success.message { + box-shadow: 0 0 0 1px #a3c293 inset, 0 0 #0000 +} + +.ui.floating.success.message { + box-shadow: 0 0 0 1px #a3c293 inset, 0 2px 4px #2224261f, 0 2px 10px #22242626 +} + +.ui.success.message .header { + color: #1a531b +} + +.ui.primary.message { + background-color: #dff0ff; + color: #ffffffe6 +} + +.ui.primary.message, .ui.attached.primary.message { + box-shadow: 0 0 0 1px #2185d0 inset, 0 0 #0000 +} + +.ui.floating.primary.message { + box-shadow: 0 0 0 1px #2185d0 inset, 0 2px 4px #2224261f, 0 2px 10px #22242626 +} + +.ui.primary.message .header { + color: #f2f2f2e6 +} + +.ui.secondary.message { + background-color: #f4f4f4; + color: #ffffffe6 +} + +.ui.secondary.message, .ui.attached.secondary.message { + box-shadow: 0 0 0 1px #1b1c1d inset, 0 0 #0000 +} + +.ui.floating.secondary.message { + box-shadow: 0 0 0 1px #1b1c1d inset, 0 2px 4px #2224261f, 0 2px 10px #22242626 +} + +.ui.secondary.message .header { + color: #f2f2f2e6 +} + +.ui.red.message { + background-color: #ffe8e6; + color: #db2828 +} + +.ui.red.message, .ui.attached.red.message { + box-shadow: 0 0 0 1px #db2828 inset, 0 0 #0000 +} + +.ui.floating.red.message { + box-shadow: 0 0 0 1px #db2828 inset, 0 2px 4px #2224261f, 0 2px 10px #22242626 +} + +.ui.red.message .header { + color: #c82121 +} + +.ui.orange.message { + background-color: #ffedde; + color: #f2711c +} + +.ui.orange.message, .ui.attached.orange.message { + box-shadow: 0 0 0 1px #f2711c inset, 0 0 #0000 +} + +.ui.floating.orange.message { + box-shadow: 0 0 0 1px #f2711c inset, 0 2px 4px #2224261f, 0 2px 10px #22242626 +} + +.ui.orange.message .header { + color: #e7640d +} + +.ui.yellow.message { + background-color: #fff8db; + color: #b58105 +} + +.ui.yellow.message, .ui.attached.yellow.message { + box-shadow: 0 0 0 1px #b58105 inset, 0 0 #0000 +} + +.ui.floating.yellow.message { + box-shadow: 0 0 0 1px #b58105 inset, 0 2px 4px #2224261f, 0 2px 10px #22242626 +} + +.ui.yellow.message .header { + color: #9c6f04 +} + +.ui.olive.message { + background-color: #fbfdef; + color: #8abc1e +} + +.ui.olive.message, .ui.attached.olive.message { + box-shadow: 0 0 0 1px #8abc1e inset, 0 0 #0000 +} + +.ui.floating.olive.message { + box-shadow: 0 0 0 1px #8abc1e inset, 0 2px 4px #2224261f, 0 2px 10px #22242626 +} + +.ui.olive.message .header { + color: #7aa61a +} + +.ui.green.message { + background-color: #e5f9e7; + color: #1ebc30 +} + +.ui.green.message, .ui.attached.green.message { + box-shadow: 0 0 0 1px #1ebc30 inset, 0 0 #0000 +} + +.ui.floating.green.message { + box-shadow: 0 0 0 1px #1ebc30 inset, 0 2px 4px #2224261f, 0 2px 10px #22242626 +} + +.ui.green.message .header { + color: #1aa62a +} + +.ui.teal.message { + background-color: #e1f7f7; + color: #10a3a3 +} + +.ui.teal.message, .ui.attached.teal.message { + box-shadow: 0 0 0 1px #10a3a3 inset, 0 0 #0000 +} + +.ui.floating.teal.message { + box-shadow: 0 0 0 1px #10a3a3 inset, 0 2px 4px #2224261f, 0 2px 10px #22242626 +} + +.ui.teal.message .header { + color: #0e8c8c +} + +.ui.blue.message { + background-color: #dff0ff; + color: #2185d0 +} + +.ui.blue.message, .ui.attached.blue.message { + box-shadow: 0 0 0 1px #2185d0 inset, 0 0 #0000 +} + +.ui.floating.blue.message { + box-shadow: 0 0 0 1px #2185d0 inset, 0 2px 4px #2224261f, 0 2px 10px #22242626 +} + +.ui.blue.message .header { + color: #1e77ba +} + +.ui.violet.message { + background-color: #eae7ff; + color: #6435c9 +} + +.ui.violet.message, .ui.attached.violet.message { + box-shadow: 0 0 0 1px #6435c9 inset, 0 0 #0000 +} + +.ui.floating.violet.message { + box-shadow: 0 0 0 1px #6435c9 inset, 0 2px 4px #2224261f, 0 2px 10px #22242626 +} + +.ui.violet.message .header { + color: #5a30b5 +} + +.ui.purple.message { + background-color: #f6e7ff; + color: #a333c8 +} + +.ui.purple.message, .ui.attached.purple.message { + box-shadow: 0 0 0 1px #a333c8 inset, 0 0 #0000 +} + +.ui.floating.purple.message { + box-shadow: 0 0 0 1px #a333c8 inset, 0 2px 4px #2224261f, 0 2px 10px #22242626 +} + +.ui.purple.message .header { + color: #922eb4 +} + +.ui.pink.message { + background-color: #ffe3fb; + color: #e03997 +} + +.ui.pink.message, .ui.attached.pink.message { + box-shadow: 0 0 0 1px #e03997 inset, 0 0 #0000 +} + +.ui.floating.pink.message { + box-shadow: 0 0 0 1px #e03997 inset, 0 2px 4px #2224261f, 0 2px 10px #22242626 +} + +.ui.pink.message .header { + color: #dd238b +} + +.ui.brown.message { + background-color: #f1e2d3; + color: #a5673f +} + +.ui.brown.message, .ui.attached.brown.message { + box-shadow: 0 0 0 1px #a5673f inset, 0 0 #0000 +} + +.ui.floating.brown.message { + box-shadow: 0 0 0 1px #a5673f inset, 0 2px 4px #2224261f, 0 2px 10px #22242626 +} + +.ui.brown.message .header { + color: #935b38 +} + +.ui.grey.message { + background-color: #f4f4f4; + color: #767676 +} + +.ui.grey.message, .ui.attached.grey.message { + box-shadow: 0 0 0 1px #767676 inset, 0 0 #0000 +} + +.ui.floating.grey.message { + box-shadow: 0 0 0 1px #767676 inset, 0 2px 4px #2224261f, 0 2px 10px #22242626 +} + +.ui.grey.message .header { + color: #696969 +} + +.ui.black.message { + background-color: #1b1c1d; + color: #ffffffe6 +} + +.ui.black.message .header { + color: #ffffffe6 +} + +.ui.inverted.message { + background-color: #1b1c1d; + color: #ffffffe6 +} + +.ui.message { + font-size: 1em +} + +.ui.mini.message { + font-size: .78571429em +} + +.ui.tiny.message { + font-size: .85714286em +} + +.ui.small.message { + font-size: .92857143em +} + +.ui.large.message { + font-size: 1.14285714em +} + +.ui.big.message { + font-size: 1.28571429em +} + +.ui.huge.message { + font-size: 1.42857143em +} + +.ui.massive.message { + font-size: 1.71428571em +} + +.ui.modal { + position: absolute; + display: none; + z-index: 1001; + text-align: left; + background: #FFFFFF; + border: none; + box-shadow: 1px 3px 3px #0003, 1px 3px 15px 2px #0003; + transform-origin: 50% 25%; + flex: 0 0 auto; + border-radius: .28571429rem; + -webkit-user-select: text; + -moz-user-select: text; + user-select: text; + will-change: top, left, margin, transform, opacity +} + +.ui.modal>:first-child:not(.icon):not(.dimmer), .ui.modal>i.icon:first-child+*, .ui.modal>.dimmer:first-child+*:not(.icon), .ui.modal>.dimmer:first-child+i.icon+* { + border-top-left-radius: .28571429rem; + border-top-right-radius: .28571429rem +} + +.ui.modal>:last-child { + border-bottom-left-radius: .28571429rem; + border-bottom-right-radius: .28571429rem +} + +.ui.modal>.ui.dimmer { + border-radius: inherit +} + +.ui.modal>.close { + cursor: pointer; + position: absolute; + top: -2.5rem; + right: -2.5rem; + z-index: 1; + opacity: .8; + font-size: 1.25em; + color: #fff; + width: 2.25rem; + height: 2.25rem; + padding: .625rem 0 0 +} + +.ui.modal>.close:hover { + opacity: 1 +} + +.ui.modal>.header { + display: block; + font-family: var(--fonts-regular); + background: #FFFFFF; + margin: 0; + padding: 1.25rem 1.5rem; + box-shadow: none; + color: #000000d9; + border-bottom: 1px solid rgba(34, 36, 38, .15) +} + +.ui.modal>.header:not(.ui) { + font-size: 1.42857143rem; + line-height: 1.28571429em; + font-weight: 500 +} + +.ui.modal>.content { + display: block; + width: 100%; + font-size: 1em; + line-height: 1.4; + padding: 1.5rem; + background: #FFFFFF +} + +.ui.modal>.image.content { + display: flex; + flex-direction: row +} + +.ui.modal>.content>.image { + display: block; + flex: 0 1 auto; + width: ""; + align-self: start; + max-width: 100% +} + +.ui.modal>[class*="top aligned"] { + align-self: start +} + +.ui.modal>[class*="middle aligned"] { + align-self: center +} + +.ui.modal>[class*=stretched] { + align-self: stretch +} + +.ui.modal>.content>.description { + display: block; + flex: 1 0 auto; + min-width: 0; + align-self: start +} + +.ui.modal>.content>i.icon+.description, .ui.modal>.content>.image+.description { + flex: 0 1 auto; + min-width: ""; + width: auto; + padding-left: 2em +} + +.ui.modal>.content>.image>i.icon { + margin: 0; + opacity: 1; + width: auto; + line-height: 1; + font-size: 8rem +} + +.ui.modal>.actions { + background: #F9FAFB; + padding: 1rem; + border-top: 1px solid rgba(34, 36, 38, .15); + text-align: right +} + +.ui.modal .actions>.button:not(.fluid) { + margin-left: .75em +} + +.ui.basic.modal>.actions { + border-top: none +} + +@media only screen and (max-width: 767.98px) { + .ui.modal:not(.fullscreen) { + width: 95%; + margin: 0 + } +} + +@media only screen and (min-width: 768px) { + .ui.modal:not(.fullscreen) { + width: 88%; + margin: 0 + } +} + +@media only screen and (min-width: 992px) { + .ui.modal:not(.fullscreen) { + width: 850px; + margin: 0 + } +} + +@media only screen and (min-width: 1200px) { + .ui.modal:not(.fullscreen) { + width: 900px; + margin: 0 + } +} + +@media only screen and (min-width: 1920px) { + .ui.modal:not(.fullscreen) { + width: 950px; + margin: 0 + } +} + +@media only screen and (max-width: 991.98px) { + .ui.modal>.header { + padding-right: 2.25rem + } + .ui.modal>.close { + top: 1.0535rem; + right: 1rem; + color: #000000de + } +} + +@media only screen and (max-width: 767.98px) { + .ui.modal>.header { + padding: .75rem 2.25rem .75rem 1rem!important + } + .ui.overlay.fullscreen.modal>.content.content.content { + min-height: calc(100vh - 8.1rem) + } + .ui.overlay.fullscreen.modal>.scrolling.content.content.content { + max-height: calc(100vh - 8.1rem) + } + .ui.modal>.content { + display: block; + padding: 1rem!important + } + .ui.modal>.close { + top: .5rem!important; + right: .5rem!important + } + .ui.modal .image.content { + flex-direction: column + } + .ui.modal>.content>.image { + display: block; + max-width: 100%; + margin: 0 auto!important; + text-align: center; + padding: 0 0 1rem!important + } + .ui.modal>.content>.image>i.icon { + font-size: 5rem; + text-align: center + } + .ui.modal>.content>.description { + display: block; + width: 100%!important; + margin: 0!important; + padding: 1rem 0!important; + box-shadow: none + } + .ui.modal>.actions { + padding: 1rem 1rem 0!important + } + .ui.modal .actions>.buttons, .ui.modal .actions>.button { + margin-bottom: 1rem + } +} + +.ui.inverted.dimmer>.ui.modal { + box-shadow: 1px 3px 10px 2px #0003 +} + +.ui.basic.modal { + background-color: transparent; + border: none; + border-radius: 0; + box-shadow: none!important; + color: #fff +} + +.ui.basic.modal>.header, .ui.basic.modal>.content, .ui.basic.modal>.actions { + background-color: transparent +} + +.ui.basic.modal>.header { + color: #fff; + border-bottom: none +} + +.ui.basic.modal>.close { + top: 1rem; + right: 1.5rem; + color: #fff +} + +.ui.inverted.dimmer>.basic.modal { + color: #000000de +} + +.ui.inverted.dimmer>.ui.basic.modal>.header { + color: #000000d9 +} + +.ui.legacy.legacy.modal, .ui.legacy.legacy.page.dimmer>.ui.modal { + left: 50%!important +} + +.ui.legacy.legacy.modal:not(.aligned), .ui.legacy.legacy.page.dimmer>.ui.modal:not(.aligned) { + top: 50% +} + +.ui.legacy.legacy.page.dimmer>.ui.scrolling.modal:not(.aligned), .ui.page.dimmer>.ui.scrolling.legacy.legacy.modal:not(.aligned), .ui.top.aligned.legacy.legacy.page.dimmer>.ui.modal:not(.aligned), .ui.top.aligned.dimmer>.ui.legacy.legacy.modal:not(.aligned) { + top: auto +} + +.ui.legacy.overlay.fullscreen.modal { + margin-top: -2rem!important +} + +.ui.loading.modal { + display: block; + visibility: hidden; + z-index: -1 +} + +.ui.active.modal { + display: block +} + +.modals.dimmer .ui.top.aligned.modal { + top: 5vh +} + +.modals.dimmer .ui.bottom.aligned.modal { + bottom: 5vh +} + +@media only screen and (max-width: 767.98px) { + .modals.dimmer .ui.top.aligned.modal { + top: 1rem + } + .modals.dimmer .ui.bottom.aligned.modal { + bottom: 1rem + } +} + +.scrolling.dimmable.dimmed { + overflow: hidden +} + +.scrolling.dimmable>.dimmer { + justify-content: flex-start; + position: fixed +} + +.scrolling.dimmable.dimmed>.dimmer { + overflow: auto; + -webkit-overflow-scrolling: touch +} + +.modals.dimmer .ui.scrolling.modal:not(.fullscreen) { + margin: 2rem auto +} + +.modals.dimmer .ui.scrolling.modal:not([class*="overlay fullscreen"]):after { + content: "\a0"; + position: absolute; + height: 2rem +} + +.scrolling.undetached.dimmable.dimmed { + overflow: auto; + -webkit-overflow-scrolling: touch +} + +.scrolling.undetached.dimmable.dimmed>.dimmer { + overflow: hidden +} + +.scrolling.undetached.dimmable .ui.scrolling.modal:not(.fullscreen) { + position: absolute; + left: 50% +} + +.ui.modal>.scrolling.content { + max-height: calc(80vh - 10rem); + overflow: auto +} + +.ui.overlay.fullscreen.modal>.content { + min-height: calc(100vh - 9.1rem) +} + +.ui.overlay.fullscreen.modal>.scrolling.content { + max-height: calc(100vh - 9.1rem) +} + +.ui.fullscreen.modal { + width: 95%; + left: 2.5%; + margin: 1em auto +} + +.ui.overlay.fullscreen.modal { + width: 100%; + left: 0; + margin: 0 auto; + top: 0; + border-radius: 0 +} + +.ui.modal>.close.inside+.header, .ui.fullscreen.modal>.header { + padding-right: 2.25rem +} + +.ui.modal>.close.inside, .ui.fullscreen.modal>.close { + top: 1.0535rem; + right: 1rem; + color: #000000de +} + +.ui.basic.fullscreen.modal>.close { + color: #fff +} + +.ui.modal { + font-size: 1rem +} + +.ui.mini.modal>.header:not(.ui) { + font-size: 1.3em +} + +@media only screen and (max-width: 767.98px) { + .ui.mini.modal { + width: 95%; + margin: 0 + } +} + +@media only screen and (min-width: 768px) { + .ui.mini.modal { + width: 35.2%; + margin: 0 + } +} + +@media only screen and (min-width: 992px) { + .ui.mini.modal { + width: 340px; + margin: 0 + } +} + +@media only screen and (min-width: 1200px) { + .ui.mini.modal { + width: 360px; + margin: 0 + } +} + +@media only screen and (min-width: 1920px) { + .ui.mini.modal { + width: 380px; + margin: 0 + } +} + +.ui.tiny.modal>.header:not(.ui) { + font-size: 1.3em +} + +@media only screen and (max-width: 767.98px) { + .ui.tiny.modal { + width: 95%; + margin: 0 + } +} + +@media only screen and (min-width: 768px) { + .ui.tiny.modal { + width: 52.8%; + margin: 0 + } +} + +@media only screen and (min-width: 992px) { + .ui.tiny.modal { + width: 510px; + margin: 0 + } +} + +@media only screen and (min-width: 1200px) { + .ui.tiny.modal { + width: 540px; + margin: 0 + } +} + +@media only screen and (min-width: 1920px) { + .ui.tiny.modal { + width: 570px; + margin: 0 + } +} + +.ui.small.modal>.header:not(.ui) { + font-size: 1.3em +} + +@media only screen and (max-width: 767.98px) { + .ui.small.modal { + width: 95%; + margin: 0 + } +} + +@media only screen and (min-width: 768px) { + .ui.small.modal { + width: 70.4%; + margin: 0 + } +} + +@media only screen and (min-width: 992px) { + .ui.small.modal { + width: 680px; + margin: 0 + } +} + +@media only screen and (min-width: 1200px) { + .ui.small.modal { + width: 720px; + margin: 0 + } +} + +@media only screen and (min-width: 1920px) { + .ui.small.modal { + width: 760px; + margin: 0 + } +} + +.ui.large.modal>.header:not(.ui) { + font-size: 1.6em +} + +@media only screen and (max-width: 767.98px) { + .ui.large.modal { + width: 95%; + margin: 0 + } +} + +@media only screen and (min-width: 768px) { + .ui.large.modal { + width: 88%; + margin: 0 + } +} + +@media only screen and (min-width: 992px) { + .ui.large.modal { + width: 1020px; + margin: 0 + } +} + +@media only screen and (min-width: 1200px) { + .ui.large.modal { + width: 1080px; + margin: 0 + } +} + +@media only screen and (min-width: 1920px) { + .ui.large.modal { + width: 1140px; + margin: 0 + } +} + +.ui.big.modal>.header:not(.ui) { + font-size: 1.6em +} + +@media only screen and (max-width: 767.98px) { + .ui.big.modal { + width: 95%; + margin: 0 + } +} + +@media only screen and (min-width: 768px) { + .ui.big.modal { + width: 88%; + margin: 0 + } +} + +@media only screen and (min-width: 992px) { + .ui.big.modal { + width: 1190px; + margin: 0 + } +} + +@media only screen and (min-width: 1200px) { + .ui.big.modal { + width: 1260px; + margin: 0 + } +} + +@media only screen and (min-width: 1920px) { + .ui.big.modal { + width: 1330px; + margin: 0 + } +} + +.ui.huge.modal>.header:not(.ui) { + font-size: 1.6em +} + +@media only screen and (max-width: 767.98px) { + .ui.huge.modal { + width: 95%; + margin: 0 + } +} + +@media only screen and (min-width: 768px) { + .ui.huge.modal { + width: 88%; + margin: 0 + } +} + +@media only screen and (min-width: 992px) { + .ui.huge.modal { + width: 1360px; + margin: 0 + } +} + +@media only screen and (min-width: 1200px) { + .ui.huge.modal { + width: 1440px; + margin: 0 + } +} + +@media only screen and (min-width: 1920px) { + .ui.huge.modal { + width: 1520px; + margin: 0 + } +} + +.ui.massive.modal>.header:not(.ui) { + font-size: 1.8em +} + +@media only screen and (max-width: 767.98px) { + .ui.massive.modal { + width: 95%; + margin: 0 + } +} + +@media only screen and (min-width: 768px) { + .ui.massive.modal { + width: 88%; + margin: 0 + } +} + +@media only screen and (min-width: 992px) { + .ui.massive.modal { + width: 1530px; + margin: 0 + } +} + +@media only screen and (min-width: 1200px) { + .ui.massive.modal { + width: 1620px; + margin: 0 + } +} + +@media only screen and (min-width: 1920px) { + .ui.massive.modal { + width: 1710px; + margin: 0 + } +} + +.ui.inverted.modal { + background: rgba(0, 0, 0, .9) +} + +.ui.inverted.modal>.header, .ui.inverted.modal>.content { + background: rgba(0, 0, 0, .9); + color: #fff +} + +.ui.inverted.modal>.actions { + background: #191A1B; + border-top: 1px solid rgba(34, 36, 38, .85); + color: #fff +} + +.ui.inverted.dimmer>.modal>.close { + color: #000000d9 +} + +@media only screen and (max-width: 991.98px) { + .ui.dimmer .inverted.modal>.close { + color: #fff + } +} + +.ui.inverted.modal>.close.inside, .ui.inverted.fullscreen.modal>.close { + color: #fff +} + +.ui.popup { + display: none; + position: absolute; + top: 0; + right: 0; + min-width: -webkit-min-content; + min-width: -moz-min-content; + min-width: min-content; + z-index: 1900; + border: 1px solid #D4D4D5; + line-height: 1.4285em; + max-width: 250px; + background: #FFFFFF; + padding: .833em 1em; + font-weight: normal; + font-style: normal; + color: #000000de; + border-radius: .28571429rem; + box-shadow: 0 2px 4px #2224261f, 0 2px 10px #22242626 +} + +.ui.popup>.header { + padding: 0; + font-family: var(--fonts-regular); + font-size: 1.14285714em; + line-height: 1.2; + font-weight: 500 +} + +.ui.popup>.header+.content { + padding-top: .5em +} + +.ui.popup:before { + position: absolute; + content: ""; + width: .71428571em; + height: .71428571em; + background: #FFFFFF; + transform: rotate(45deg); + z-index: 1901; + box-shadow: 1px 1px #bababc +} + +[data-tooltip] { + position: relative +} + +[data-tooltip]:before { + pointer-events: none; + position: absolute; + content: ""; + font-size: 1rem; + width: .71428571em; + height: .71428571em; + background: #FFFFFF; + transform: rotate(45deg); + z-index: 1901; + box-shadow: 1px 1px #bababc +} + +[data-tooltip]:after { + pointer-events: none; + content: attr(data-tooltip); + position: absolute; + text-transform: none; + text-align: left; + text-shadow: none; + white-space: nowrap; + font-size: 1rem; + border: 1px solid #D4D4D5; + line-height: 1.4285em; + max-width: none; + background: #FFFFFF; + padding: .833em 1em; + font-weight: normal; + font-style: normal; + color: #000000de; + border-radius: .28571429rem; + box-shadow: 0 2px 4px #2224261f, 0 2px 10px #22242626; + z-index: 1900 +} + +[data-tooltip]:not([data-position]):before { + top: auto; + right: auto; + bottom: 100%; + left: 50%; + background: #FFFFFF; + margin-left: -.07142857rem; + margin-bottom: .14285714rem +} + +[data-tooltip]:not([data-position]):after { + left: 50%; + transform: translateX(-50%); + bottom: 100%; + margin-bottom: .5em +} + +[data-tooltip]:before, [data-tooltip]:after { + pointer-events: none; + visibility: hidden; + opacity: 0; + transition: transform .1s ease, opacity .1s ease +} + +[data-tooltip]:before { + transform: rotate(45deg) scale(0)!important; + transform-origin: center top +} + +[data-tooltip]:after { + transform-origin: center bottom +} + +[data-tooltip]:hover:before, [data-tooltip]:hover:after { + visibility: visible; + pointer-events: auto; + opacity: 1 +} + +[data-tooltip]:hover:before { + transform: rotate(45deg) scale(1)!important +} + +[data-tooltip]:after, [data-tooltip][data-position="top center"]:after, [data-tooltip][data-position="bottom center"]:after { + transform: translateX(-50%) scale(0)!important +} + +[data-tooltip]:hover:after, [data-tooltip][data-position="bottom center"]:hover:after { + transform: translateX(-50%) scale(1)!important +} + +[data-tooltip][data-position="left center"]:after, [data-tooltip][data-position="right center"]:after { + transform: translateY(-50%) scale(0)!important +} + +[data-tooltip][data-position="left center"]:hover:after, [data-tooltip][data-position="right center"]:hover:after { + transform: translateY(-50%) scale(1)!important; + -moz-transform: translateY(-50%) scale(1.0001)!important +} + +[data-tooltip][data-position="top left"]:after, [data-tooltip][data-position="top right"]:after, [data-tooltip][data-position="bottom left"]:after, [data-tooltip][data-position="bottom right"]:after { + transform: scale(0)!important +} + +[data-tooltip][data-position="top left"]:hover:after, [data-tooltip][data-position="top right"]:hover:after, [data-tooltip][data-position="bottom left"]:hover:after, [data-tooltip][data-position="bottom right"]:hover:after { + transform: scale(1)!important +} + +[data-tooltip][data-variation~=fixed]:after { + white-space: normal; + width: 250px +} + +[data-tooltip][data-variation*="wide fixed"]:after { + width: 350px +} + +[data-tooltip][data-variation*="very wide fixed"]:after { + width: 550px +} + +@media only screen and (max-width: 767.98px) { + [data-tooltip][data-variation~=fixed]:after { + width: 250px + } +} + +[data-tooltip][data-inverted]:before { + box-shadow: none!important +} + +[data-tooltip][data-inverted]:before { + background: #1B1C1D +} + +[data-tooltip][data-inverted]:after { + background: #1B1C1D; + color: #fff; + border: none; + box-shadow: none +} + +[data-tooltip][data-inverted]:after .header { + background: none; + color: #fff +} + +[data-position~=top][data-tooltip]:before { + background: #FFFFFF +} + +[data-position="top center"][data-tooltip]:after { + top: auto; + right: auto; + left: 50%; + bottom: 100%; + transform: translateX(-50%); + margin-bottom: .5em +} + +[data-position="top center"][data-tooltip]:before { + top: auto; + right: auto; + bottom: 100%; + left: 50%; + background: #FFFFFF; + margin-left: -.07142857rem; + margin-bottom: .14285714rem +} + +[data-position="top left"][data-tooltip]:after { + top: auto; + right: auto; + left: 0; + bottom: 100%; + margin-bottom: .5em +} + +[data-position="top left"][data-tooltip]:before { + top: auto; + right: auto; + bottom: 100%; + left: 1em; + margin-left: -.07142857rem; + margin-bottom: .14285714rem +} + +[data-position="top right"][data-tooltip]:after { + top: auto; + left: auto; + right: 0; + bottom: 100%; + margin-bottom: .5em +} + +[data-position="top right"][data-tooltip]:before { + top: auto; + left: auto; + bottom: 100%; + right: 1em; + margin-left: -.07142857rem; + margin-bottom: .14285714rem +} + +[data-position~=bottom][data-tooltip]:before { + background: #FFFFFF; + box-shadow: -1px -1px #bababc +} + +[data-position="bottom center"][data-tooltip]:after { + bottom: auto; + right: auto; + left: 50%; + top: 100%; + transform: translateX(-50%); + margin-top: .5em +} + +[data-position="bottom center"][data-tooltip]:before { + bottom: auto; + right: auto; + top: 100%; + left: 50%; + margin-left: -.07142857rem; + margin-top: .14285714rem +} + +[data-position="bottom left"][data-tooltip]:after { + left: 0; + top: 100%; + margin-top: .5em +} + +[data-position="bottom left"][data-tooltip]:before { + bottom: auto; + right: auto; + top: 100%; + left: 1em; + margin-left: -.07142857rem; + margin-top: .14285714rem +} + +[data-position="bottom right"][data-tooltip]:after { + right: 0; + top: 100%; + margin-top: .5em +} + +[data-position="bottom right"][data-tooltip]:before { + bottom: auto; + left: auto; + top: 100%; + right: 1em; + margin-left: -.14285714rem; + margin-top: .07142857rem +} + +[data-position="left center"][data-tooltip]:after { + right: 100%; + top: 50%; + margin-right: .5em; + transform: translateY(-50%) +} + +[data-position="left center"][data-tooltip]:before { + right: 100%; + top: 50%; + margin-top: -.14285714rem; + margin-right: -.07142857rem; + background: #FFFFFF; + box-shadow: 1px -1px #bababc +} + +[data-position="right center"][data-tooltip]:after { + left: 100%; + top: 50%; + margin-left: .5em; + transform: translateY(-50%) +} + +[data-position="right center"][data-tooltip]:before { + left: 100%; + top: 50%; + margin-top: -.07142857rem; + margin-left: .14285714rem; + background: #FFFFFF; + box-shadow: -1px 1px #bababc +} + +[data-inverted][data-position~=bottom][data-tooltip]:before { + background: #1B1C1D; + box-shadow: -1px -1px #bababc +} + +[data-inverted][data-position="left center"][data-tooltip]:before { + background: #1B1C1D; + box-shadow: 1px -1px #bababc +} + +[data-inverted][data-position="right center"][data-tooltip]:before { + background: #1B1C1D; + box-shadow: -1px 1px #bababc +} + +[data-inverted][data-position~=top][data-tooltip]:before { + background: #1B1C1D +} + +[data-position~=bottom][data-tooltip]:before { + transform-origin: center bottom +} + +[data-position~=bottom][data-tooltip]:after { + transform-origin: center top +} + +[data-position="left center"][data-tooltip]:before { + transform-origin: top center +} + +[data-position="left center"][data-tooltip]:after { + transform-origin: right center +} + +[data-position="right center"][data-tooltip]:before { + transform-origin: right center +} + +[data-position="right center"][data-tooltip]:after { + transform-origin: left center +} + +[data-tooltip][data-variation~=basic]:before { + display: none +} + +.ui.popup { + margin: 0 +} + +.ui.top.popup { + margin: 0 0 .71428571em +} + +.ui.top.left.popup { + transform-origin: left bottom +} + +.ui.top.center.popup { + transform-origin: center bottom +} + +.ui.top.right.popup { + transform-origin: right bottom +} + +.ui.left.center.popup { + margin: 0 .71428571em 0 0; + transform-origin: right 50% +} + +.ui.right.center.popup { + margin: 0 0 0 .71428571em; + transform-origin: left 50% +} + +.ui.bottom.popup { + margin: .71428571em 0 0 +} + +.ui.bottom.left.popup { + transform-origin: left top +} + +.ui.bottom.center.popup { + transform-origin: center top +} + +.ui.bottom.right.popup { + transform-origin: right top +} + +.ui.bottom.center.popup:before { + margin-left: -.30714286em; + top: -.30714286em; + left: 50%; + right: auto; + bottom: auto; + box-shadow: -1px -1px #bababc +} + +.ui.bottom.left.popup { + margin-left: 0 +} + +.ui.bottom.left.popup:before { + top: -.30714286em; + left: 1em; + right: auto; + bottom: auto; + margin-left: 0; + box-shadow: -1px -1px #bababc +} + +.ui.bottom.right.popup { + margin-right: 0 +} + +.ui.bottom.right.popup:before { + top: -.30714286em; + right: 1em; + bottom: auto; + left: auto; + margin-left: 0; + box-shadow: -1px -1px #bababc +} + +.ui.top.center.popup:before { + top: auto; + right: auto; + bottom: -.30714286em; + left: 50%; + margin-left: -.30714286em +} + +.ui.top.left.popup { + margin-left: 0 +} + +.ui.top.left.popup:before { + bottom: -.30714286em; + left: 1em; + top: auto; + right: auto; + margin-left: 0 +} + +.ui.top.right.popup { + margin-right: 0 +} + +.ui.top.right.popup:before { + bottom: -.30714286em; + right: 1em; + top: auto; + left: auto; + margin-left: 0 +} + +.ui.left.center.popup:before { + top: 50%; + right: -.30714286em; + bottom: auto; + left: auto; + margin-top: -.30714286em; + box-shadow: 1px -1px #bababc +} + +.ui.right.center.popup:before { + top: 50%; + left: -.30714286em; + bottom: auto; + right: auto; + margin-top: -.30714286em; + box-shadow: -1px 1px #bababc +} + +.ui.right.center.popup:before, .ui.left.center.popup:before { + background: #FFFFFF +} + +.ui.bottom.popup:before { + background: #FFFFFF +} + +.ui.top.popup:before { + background: #FFFFFF +} + +.ui.inverted.bottom.popup:before { + background: #1B1C1D +} + +.ui.inverted.right.center.popup:before, .ui.inverted.left.center.popup:before { + background: #1B1C1D +} + +.ui.inverted.top.popup:before { + background: #1B1C1D +} + +.ui.popup>.ui.grid:not(.padded) { + width: calc(100% + 1.75rem); + margin: -.7rem -.875rem +} + +.ui.loading.popup { + display: block; + visibility: hidden; + z-index: -1 +} + +.ui.animating.popup, .ui.visible.popup { + display: block +} + +.ui.visible.popup { + transform: translateZ(0); + -webkit-backface-visibility: hidden; + backface-visibility: hidden +} + +.ui.basic.popup:before { + display: none +} + +.ui.fixed.popup { + width: 250px +} + +.ui.wide.popup { + max-width: 350px +} + +.ui.wide.popup.fixed { + width: 350px +} + +.ui[class*="very wide"].popup { + max-width: 550px +} + +.ui[class*="very wide"].popup.fixed { + width: 550px +} + +@media only screen and (max-width: 767.98px) { + .ui.wide.popup, .ui[class*="very wide"].popup { + max-width: 250px + } + .ui.wide.popup.fixed, .ui[class*="very wide"].popup.fixed { + width: 250px + } +} + +.ui.fluid.popup { + width: 100%; + max-width: none +} + +.ui.inverted.popup { + background: #1B1C1D; + color: #fff; + border: none; + box-shadow: none +} + +.ui.inverted.popup .header { + background-color: none; + color: #fff +} + +.ui.inverted.popup:before { + background-color: #1b1c1d; + box-shadow: none!important +} + +.ui.flowing.popup { + max-width: none +} + +.ui.popup { + font-size: 1rem +} + +.ui.mini.popup { + font-size: .78571429rem +} + +[data-tooltip][data-variation~=mini]:before, [data-tooltip][data-variation~=mini]:after { + font-size: .78571429rem +} + +.ui.tiny.popup { + font-size: .85714286rem +} + +[data-tooltip][data-variation~=tiny]:before, [data-tooltip][data-variation~=tiny]:after { + font-size: .85714286rem +} + +.ui.small.popup { + font-size: .92857143rem +} + +[data-tooltip][data-variation~=small]:before, [data-tooltip][data-variation~=small]:after { + font-size: .92857143rem +} + +.ui.large.popup { + font-size: 1.14285714rem +} + +[data-tooltip][data-variation~=large]:before, [data-tooltip][data-variation~=large]:after { + font-size: 1.14285714rem +} + +.ui.big.popup { + font-size: 1.28571429rem +} + +[data-tooltip][data-variation~=big]:before, [data-tooltip][data-variation~=big]:after { + font-size: 1.28571429rem +} + +.ui.huge.popup { + font-size: 1.42857143rem +} + +[data-tooltip][data-variation~=huge]:before, [data-tooltip][data-variation~=huge]:after { + font-size: 1.42857143rem +} + +.ui.massive.popup { + font-size: 1.71428571rem +} + +[data-tooltip][data-variation~=massive]:before, [data-tooltip][data-variation~=massive]:after { + font-size: 1.71428571rem +} + +.ui.progress { + position: relative; + display: block; + 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.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; + min-width: 2em; + background: #888888; + border-radius: .28571429rem; + transition: width .1s ease, background-color .1s ease; + overflow: hidden +} + +.ui.ui.ui.progress:not([data-percent]):not(.indeterminate) .bar, .ui.ui.ui.progress[data-percent="0"]:not(.indeterminate) .bar { + background: transparent +} + +.ui.progress[data-percent="0"] .bar .progress { + color: #000000de +} + +.ui.inverted.progress[data-percent="0"] .bar .progress { + color: #ffffffe6 +} + +.ui.progress .bar>.progress { + white-space: nowrap; + position: absolute; + width: auto; + font-size: .92857143em; + top: 50%; + right: .5em; + left: auto; + bottom: auto; + color: #ffffffb3; + text-shadow: none; + margin-top: -.5em; + font-weight: 500; + text-align: left +} + +.ui.progress>.label { + position: absolute; + width: 100%; + font-size: 1em; + top: 100%; + right: auto; + left: 0; + bottom: auto; + color: #000000de; + font-weight: 500; + 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^="9"] .bar, .ui.indicating.progress[data-percent^="100"] .bar { + background-color: #66da81 +} + +.ui.indicating.progress[data-percent^="1"] .label, .ui.indicating.progress[data-percent^="2"] .label { + color: #000000de +} + +.ui.indicating.progress[data-percent^="3"] .label { + color: #000000de +} + +.ui.indicating.progress[data-percent^="4"] .label, .ui.indicating.progress[data-percent^="5"] .label { + color: #000000de +} + +.ui.indicating.progress[data-percent^="6"] .label { + color: #000000de +} + +.ui.indicating.progress[data-percent^="7"] .label, .ui.indicating.progress[data-percent^="8"] .label { + color: #000000de +} + +.ui.indicating.progress[data-percent^="9"] .label, .ui.indicating.progress[data-percent^="100"] .label { + color: #000000de +} + +.ui.inverted.indicating.progress[data-percent^="1"] .label, .ui.inverted.indicating.progress[data-percent^="2"] .label { + color: #ffffffe6 +} + +.ui.inverted.indicating.progress[data-percent^="3"] .label { + color: #ffffffe6 +} + +.ui.inverted.indicating.progress[data-percent^="4"] .label, .ui.inverted.indicating.progress[data-percent^="5"] .label { + color: #ffffffe6 +} + +.ui.inverted.indicating.progress[data-percent^="6"] .label { + color: #ffffffe6 +} + +.ui.inverted.indicating.progress[data-percent^="7"] .label, .ui.inverted.indicating.progress[data-percent^="8"] .label { + color: #ffffffe6 +} + +.ui.inverted.indicating.progress[data-percent^="9"] .label, .ui.inverted.indicating.progress[data-percent^="100"] .label { + color: #ffffffe6 +} + +.ui.indicating.progress[data-percent="1"] .bar, .ui.indicating.progress[data-percent^="1."] .bar, .ui.indicating.progress[data-percent="2"] .bar, .ui.indicating.progress[data-percent^="2."] .bar, .ui.indicating.progress[data-percent="3"] .bar, .ui.indicating.progress[data-percent^="3."] .bar, .ui.indicating.progress[data-percent="4"] .bar, .ui.indicating.progress[data-percent^="4."] .bar, .ui.indicating.progress[data-percent="5"] .bar, .ui.indicating.progress[data-percent^="5."] .bar, .ui.indicating.progress[data-percent="6"] .bar, .ui.indicating.progress[data-percent^="6."] .bar, .ui.indicating.progress[data-percent="7"] .bar, .ui.indicating.progress[data-percent^="7."] .bar, .ui.indicating.progress[data-percent="8"] .bar, .ui.indicating.progress[data-percent^="8."] .bar, .ui.indicating.progress[data-percent="9"] .bar, .ui.indicating.progress[data-percent^="9."] .bar { + background-color: #d95c5c +} + +.ui.indicating.progress[data-percent="0"] .label, .ui.indicating.progress[data-percent^="0."] .label, .ui.indicating.progress[data-percent="1"] .label, .ui.indicating.progress[data-percent^="1."] .label, .ui.indicating.progress[data-percent="2"] .label, .ui.indicating.progress[data-percent^="2."] .label, .ui.indicating.progress[data-percent="3"] .label, .ui.indicating.progress[data-percent^="3."] .label, .ui.indicating.progress[data-percent="4"] .label, .ui.indicating.progress[data-percent^="4."] .label, .ui.indicating.progress[data-percent="5"] .label, .ui.indicating.progress[data-percent^="5."] .label, .ui.indicating.progress[data-percent="6"] .label, .ui.indicating.progress[data-percent^="6."] .label, .ui.indicating.progress[data-percent="7"] .label, .ui.indicating.progress[data-percent^="7."] .label, .ui.indicating.progress[data-percent="8"] .label, .ui.indicating.progress[data-percent^="8."] .label, .ui.indicating.progress[data-percent="9"] .label, .ui.indicating.progress[data-percent^="9."] .label { + color: #000000de +} + +.ui.inverted.indicating.progress[data-percent="0"] .label, .ui.inverted.indicating.progress[data-percent^="0."] .label, .ui.inverted.indicating.progress[data-percent="1"] .label, .ui.inverted.indicating.progress[data-percent^="1."] .label, .ui.inverted.indicating.progress[data-percent="2"] .label, .ui.inverted.indicating.progress[data-percent^="2."] .label, .ui.inverted.indicating.progress[data-percent="3"] .label, .ui.inverted.indicating.progress[data-percent^="3."] .label, .ui.inverted.indicating.progress[data-percent="4"] .label, .ui.inverted.indicating.progress[data-percent^="4."] .label, .ui.inverted.indicating.progress[data-percent="5"] .label, .ui.inverted.indicating.progress[data-percent^="5."] .label, .ui.inverted.indicating.progress[data-percent="6"] .label, .ui.inverted.indicating.progress[data-percent^="6."] .label, .ui.inverted.indicating.progress[data-percent="7"] .label, .ui.inverted.indicating.progress[data-percent^="7."] .label, .ui.inverted.indicating.progress[data-percent="8"] .label, .ui.inverted.indicating.progress[data-percent^="8."] .label, .ui.inverted.indicating.progress[data-percent="9"] .label, .ui.inverted.indicating.progress[data-percent^="9."] .label { + color: #ffffffe6 +} + +.ui.ui.indicating.progress.success .label { + color: #1a531b +} + +.ui.multiple.progress { + display: flex +} + +.ui.ui.progress.success .bar { + background-color: var(--color-gitea-lightblue-light) +} + +.ui.ui.progress.success .bar, .ui.ui.progress.success .bar:after { + -webkit-animation: none; + 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 { + -webkit-animation: none; + 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 { + -webkit-animation: none; + animation: none +} + +.ui.progress.error>.label { + color: #912d2b +} + +.ui.active.progress .bar { + position: relative; + min-width: 2em +} + +.ui.active.progress .bar:after { + content: ""; + opacity: 0; + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + background: #FFFFFF; + border-radius: .28571429rem; + -webkit-animation: progress-active 2s ease infinite; + animation: progress-active 2s ease infinite; + transform-origin: left +} + +@-webkit-keyframes progress-active { + 0% { + opacity: .3; + transform: scale(0, 1) + } + to { + opacity: 0; + transform: scale(1) + } +} + +@keyframes progress-active { + 0% { + opacity: .3; + transform: scale(0, 1) + } + to { + opacity: 0; + transform: scale(1) + } +} + +.ui.disabled.progress { + opacity: .35 +} + +.ui.ui.disabled.progress .bar, .ui.ui.disabled.progress .bar:after { + -webkit-animation: none; + animation: none +} + +.ui.inverted.progress { + background: rgba(255, 255, 255, .08); + border: none +} + +.ui.inverted.progress .bar { + background: #888888 +} + +.ui.inverted.progress .bar>.progress { + color: #1b1c1d +} + +.ui.inverted.progress>.label { + color: #fff +} + +.ui.inverted.progress.success>.label { + color: var(--color-gitea-lightblue-light) +} + +.ui.inverted.progress.warning>.label { + color: #f2c037 +} + +.ui.inverted.progress.error>.label { + color: #db2828 +} + +.ui.progress.attached { + background: transparent; + position: relative; + border: none; + margin: 0 +} + +.ui.progress.attached, .ui.progress.attached .bar { + display: block; + 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.segment>.ui.attached.progress, .ui.card>.ui.attached.progress { + position: absolute; + top: auto; + left: 0; + bottom: 100%; + width: 100% +} + +.ui.segment>.ui.bottom.attached.progress, .ui.card>.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.primary.inverted.progress .bar, .ui.inverted.progress .primary.bar { + background-color: #54c8ff +} + +.ui.indeterminate.secondary.progress .bar:before, .ui.secondary.progress .bar, .ui.progress .secondary.bar { + background-color: #1b1c1d +} + +.ui.inverted.indeterminate.secondary.progress .bar:before, .ui.secondary.inverted.progress .bar, .ui.inverted.progress .secondary.bar { + background-color: #545454 +} + +.ui.indeterminate.red.progress .bar:before, .ui.red.progress .bar, .ui.progress .red.bar { + background-color: #db2828 +} + +.ui.inverted.indeterminate.red.progress .bar:before, .ui.red.inverted.progress .bar, .ui.inverted.progress .red.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.orange.inverted.progress .bar, .ui.inverted.progress .orange.bar { + background-color: #ff851b +} + +.ui.indeterminate.yellow.progress .bar:before, .ui.yellow.progress .bar, .ui.progress .yellow.bar { + background-color: #fbbd08 +} + +.ui.inverted.indeterminate.yellow.progress .bar:before, .ui.yellow.inverted.progress .bar, .ui.inverted.progress .yellow.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.olive.inverted.progress .bar, .ui.inverted.progress .olive.bar { + background-color: #d9e778 +} + +.ui.indeterminate.green.progress .bar:before, .ui.green.progress .bar, .ui.progress .green.bar { + background-color: var(--color-gitea-lightblue-light) +} + +.ui.inverted.indeterminate.green.progress .bar:before, .ui.green.inverted.progress .bar, .ui.inverted.progress .green.bar { + background-color: #2ecc40 +} + +.ui.indeterminate.teal.progress .bar:before, .ui.teal.progress .bar, .ui.progress .teal.bar { + background-color: var(--color-gitea-lightblue-light) +} + +.ui.inverted.indeterminate.teal.progress .bar:before, .ui.teal.inverted.progress .bar, .ui.inverted.progress .teal.bar { + background-color: #6dffff +} + +.ui.indeterminate.blue.progress .bar:before, .ui.blue.progress .bar, .ui.progress .blue.bar { + background-color: #2185d0 +} + +.ui.inverted.indeterminate.blue.progress .bar:before, .ui.blue.inverted.progress .bar, .ui.inverted.progress .blue.bar { + background-color: #54c8ff +} + +.ui.indeterminate.violet.progress .bar:before, .ui.violet.progress .bar, .ui.progress .violet.bar { + background-color: #6435c9 +} + +.ui.inverted.indeterminate.violet.progress .bar:before, .ui.violet.inverted.progress .bar, .ui.inverted.progress .violet.bar { + background-color: #a291fb +} + +.ui.indeterminate.purple.progress .bar:before, .ui.purple.progress .bar, .ui.progress .purple.bar { + background-color: #a333c8 +} + +.ui.inverted.indeterminate.purple.progress .bar:before, .ui.purple.inverted.progress .bar, .ui.inverted.progress .purple.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.pink.inverted.progress .bar, .ui.inverted.progress .pink.bar { + background-color: #ff8edf +} + +.ui.indeterminate.brown.progress .bar:before, .ui.brown.progress .bar, .ui.progress .brown.bar { + background-color: #a5673f +} + +.ui.inverted.indeterminate.brown.progress .bar:before, .ui.brown.inverted.progress .bar, .ui.inverted.progress .brown.bar { + background-color: #d67c1c +} + +.ui.indeterminate.grey.progress .bar:before, .ui.grey.progress .bar, .ui.progress .grey.bar { + background-color: #767676 +} + +.ui.inverted.indeterminate.grey.progress .bar:before, .ui.grey.inverted.progress .bar, .ui.inverted.progress .grey.bar { + background-color: #dcddde +} + +.ui.indeterminate.black.progress .bar:before, .ui.black.progress .bar, .ui.progress .black.bar { + background-color: #1b1c1d +} + +.ui.inverted.indeterminate.black.progress .bar:before, .ui.black.inverted.progress .bar, .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 +} + +.ui.indeterminate.progress .bar:before { + content: ""; + position: absolute; + top: 0; + bottom: 0; + border-radius: .28571429rem; + -webkit-animation: progress-pulsating 2s ease infinite; + animation: progress-pulsating 2s ease infinite; + transform-origin: center; + width: 100% +} + +.ui.slow.indeterminate.progress .bar:before { + -webkit-animation-duration: 4s; + animation-duration: 4s +} + +.ui.fast.indeterminate.progress .bar:before { + -webkit-animation-duration: 1s; + animation-duration: 1s +} + +.ui.swinging.indeterminate.progress .bar:before { + transform-origin: left; + -webkit-animation-name: progress-swinging; + animation-name: progress-swinging +} + +.ui.sliding.indeterminate.progress .bar:before { + transform-origin: left; + -webkit-animation-name: progress-sliding; + animation-name: progress-sliding +} + +.ui.filling.indeterminate.progress .bar:before { + -webkit-animation-name: progress-filling; + animation-name: progress-filling +} + +.ui.indeterminate.progress:not(.sliding):not(.filling):not(.swinging) .bar:before { + background: #FFFFFF +} + +.ui.sliding.indeterminate.progress .bar, .ui.swinging.indeterminate.progress .bar, .ui.filling.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.sliding.indeterminate.progress .bar, .ui.inverted.swinging.indeterminate.progress .bar, .ui.inverted.filling.indeterminate.progress .bar { + background: rgba(255, 255, 255, .08) +} + +.ui.inverted.sliding.indeterminate.progress .bar .progress, .ui.inverted.swinging.indeterminate.progress .bar .progress { + color: #ffffffb3 +} + +@-webkit-keyframes progress-swinging { + 0%, to { + width: 10%; + left: -25% + } + 25%, 65% { + width: 70% + } + 50% { + width: 10%; + left: 100% + } +} + +@keyframes progress-swinging { + 0%, to { + width: 10%; + left: -25% + } + 25%, 65% { + width: 70% + } + 50% { + width: 10%; + left: 100% + } +} + +@-webkit-keyframes progress-sliding { + 0% { + width: 10%; + left: -25% + } + 50% { + width: 70% + } + to { + width: 10%; + left: 100% + } +} + +@keyframes progress-sliding { + 0% { + width: 10%; + left: -25% + } + 50% { + width: 70% + } + to { + width: 10%; + left: 100% + } +} + +@-webkit-keyframes progress-filling { + 0% { + transform: scale(0, 1) + } + 80% { + transform: scale(1); + opacity: 1 + } + to { + opacity: 0 + } +} + +@keyframes progress-filling { + 0% { + transform: scale(0, 1) + } + 80% { + transform: scale(1); + opacity: 1 + } + to { + opacity: 0 + } +} + +@-webkit-keyframes progress-pulsating { + 0% { + transform: scale(0, 1); + opacity: .7 + } + to { + transform: scale(1); + opacity: 0 + } +} + +@keyframes progress-pulsating { + 0% { + transform: scale(0, 1); + opacity: .7 + } + to { + transform: scale(1); + opacity: 0 + } +} + +*, *:before, *:after { + box-sizing: inherit +} + +html { + box-sizing: border-box +} + +input[type=text], input[type=email], input[type=search], input[type=password] { + -webkit-appearance: none; + -moz-appearance: none +} + +html { + line-height: 1.15; + -webkit-text-size-adjust: 100% +} + +body { + margin: 0 +} + +main { + display: block +} + +h1 { + font-size: 2em; + margin: .67em 0 +} + +hr { + box-sizing: content-box; + height: 0; + overflow: visible +} + +pre { + font-family: monospace, monospace; + font-size: 1em +} + +a { + background-color: transparent +} + +abbr[title] { + border-bottom: none; + text-decoration: underline; + -webkit-text-decoration: underline dotted; + text-decoration: underline dotted +} + +b, strong { + font-weight: bolder +} + +code, kbd, samp { + font-family: monospace, monospace; + font-size: 1em +} + +small { + font-size: 80% +} + +sub, sup { + font-size: 75%; + line-height: 0; + position: relative; + vertical-align: baseline +} + +sub { + bottom: -.25em +} + +sup { + top: -.5em +} + +img { + border-style: none +} + +button, input, optgroup, select, textarea { + font-family: inherit; + font-size: 100%; + line-height: 1.15; + margin: 0 +} + +button, input { + overflow: visible +} + +button, select { + text-transform: none +} + +button, [type=button], [type=reset], [type=submit] { + -webkit-appearance: button +} + +button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner { + border-style: none; + padding: 0 +} + +button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring { + outline: 1px dotted ButtonText +} + +fieldset { + padding: .35em .75em .625em +} + +legend { + box-sizing: border-box; + color: inherit; + display: table; + max-width: 100%; + padding: 0; + white-space: normal +} + +progress { + vertical-align: baseline +} + +textarea { + overflow: auto +} + +[type=checkbox], [type=radio] { + box-sizing: border-box; + padding: 0 +} + +[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button { + height: auto +} + +[type=search] { + -webkit-appearance: textfield; + outline-offset: -2px +} + +[type=search]::-webkit-search-decoration { + -webkit-appearance: none +} + +::-webkit-file-upload-button { + -webkit-appearance: button; + font: inherit +} + +details { + display: block +} + +summary { + display: list-item +} + +template { + display: none +} + +[hidden] { + display: none +} + +.ui.search { + position: relative +} + +.ui.search>.prompt { + margin: 0; + outline: none; + -webkit-appearance: none; + -webkit-tap-highlight-color: rgba(255, 255, 255, 0); + text-shadow: none; + font-style: normal; + font-weight: normal; + line-height: 1.21428571em; + padding: .67857143em 1em; + font-size: 1em; + background: #FFFFFF; + border: 1px solid rgba(34, 36, 38, .15); + color: #000000de; + box-shadow: 0 0 transparent inset; + transition: background-color .1s ease, color .1s ease, box-shadow .1s ease, border-color .1s ease +} + +.ui.search .prompt { + border-radius: 500rem +} + +.ui.search .prompt~.search.icon { + cursor: pointer +} + +.ui.search>.results { + display: none; + position: absolute; + top: 100%; + left: 0; + transform-origin: center top; + white-space: normal; + text-align: left; + text-transform: none; + background: #FFFFFF; + margin-top: .5em; + width: 18em; + border-radius: .28571429rem; + box-shadow: 0 2px 4px #2224261f, 0 2px 10px #22242626; + border: 1px solid #D4D4D5; + z-index: 998 +} + +.ui.search>.results>:first-child { + border-radius: .28571429rem .28571429rem 0 0 +} + +.ui.search>.results>:last-child { + border-radius: 0 0 .28571429rem .28571429rem +} + +.ui.search>.results .result { + cursor: pointer; + display: block; + overflow: hidden; + font-size: 1em; + padding: .85714286em 1.14285714em; + color: #000000de; + line-height: 1.33; + border-bottom: 1px solid rgba(34, 36, 38, .1) +} + +.ui.search>.results .result:last-child { + border-bottom: none!important +} + +.ui.search>.results .result .image { + float: right; + overflow: hidden; + background: none; + width: 5em; + height: 3em; + border-radius: .25em +} + +.ui.search>.results .result .image img { + display: block; + width: auto; + height: 100% +} + +.ui.search>.results .result .image+.content { + margin: 0 6em 0 0 +} + +.ui.search>.results .result .title { + margin: -.14285714em 0 0; + font-family: var(--fonts-regular); + font-weight: 500; + font-size: 1em; + color: #000000d9 +} + +.ui.search>.results .result .description { + margin-top: 0; + font-size: .92857143em; + color: #0006 +} + +.ui.search>.results .result .price { + float: right; + color: var(--color-gitea-lightblue-light) +} + +.ui.search>.results>.message { + padding: 1em +} + +.ui.search>.results>.message .header { + font-family: var(--fonts-regular); + font-size: 1rem; + font-weight: 500; + color: #000000de +} + +.ui.search>.results>.message .description { + margin-top: .25rem; + font-size: 1em; + color: #000000de +} + +.ui.search>.results>.action { + display: block; + border-top: none; + background: #F3F4F5; + padding: .92857143em 1em; + color: #000000de; + font-weight: 500; + text-align: center +} + +.ui.search>.prompt:focus { + border-color: #22242659; + background: #FFFFFF; + color: #000000f2 +} + +.ui.loading.search .input>i.icon:before { + position: absolute; + content: ""; + top: 50%; + left: 50%; + margin: -.64285714em 0 0 -.64285714em; + width: 1.28571429em; + height: 1.28571429em; + border-radius: 500rem; + border: .2em solid rgba(0, 0, 0, .1) +} + +.ui.loading.search .input>i.icon:after { + position: absolute; + content: ""; + top: 50%; + left: 50%; + margin: -.64285714em 0 0 -.64285714em; + width: 1.28571429em; + height: 1.28571429em; + -webkit-animation: loader .6s infinite linear; + animation: loader .6s infinite linear; + border: .2em solid #767676; + border-radius: 500rem; + box-shadow: 0 0 0 1px transparent +} + +.ui.search>.results .result:hover, .ui.category.search>.results .category .result:hover { + background: #F9FAFB +} + +.ui.search .action:hover:not(div) { + background: #E0E0E0 +} + +.ui.category.search>.results .category.active { + background: #F3F4F5 +} + +.ui.category.search>.results .category.active>.name { + color: #000000de +} + +.ui.search>.results .result.active, .ui.category.search>.results .category .result.active { + position: relative; + border-left-color: #2224261a; + background: #F3F4F5; + box-shadow: none +} + +.ui.search>.results .result.active .title { + color: #000000d9 +} + +.ui.search>.results .result.active .description { + color: #000000d9 +} + +.ui.disabled.search { + cursor: default; + pointer-events: none; + opacity: var(--opacity-disabled) +} + +.ui.search.selection .prompt { + border-radius: .28571429rem +} + +.ui.search.selection>.icon.input>.remove.icon { + pointer-events: none; + position: absolute; + left: auto; + opacity: 0; + color: ""; + top: 0; + right: 0; + transition: color .1s ease, opacity .1s ease +} + +.ui.search.selection>.icon.input>.active.remove.icon { + cursor: pointer; + opacity: .8; + pointer-events: auto +} + +.ui.search.selection>.icon.input:not([class*="left icon"])>.icon~.remove.icon { + right: 1.85714em +} + +.ui.search.selection>.icon.input>.remove.icon:hover { + opacity: 1; + color: #db2828 +} + +.ui.category.search .results { + width: 28em +} + +.ui.category.search .results.animating, .ui.category.search .results.visible { + display: table +} + +.ui.category.search>.results .category { + display: table-row; + background: #F3F4F5; + box-shadow: none; + transition: background .1s ease, border-color .1s ease +} + +.ui.category.search>.results .category:last-child { + border-bottom: none +} + +.ui.category.search>.results .category:first-child .name+.result { + border-radius: 0 .28571429rem 0 0 +} + +.ui.category.search>.results .category:last-child .result:last-child { + border-radius: 0 0 .28571429rem +} + +.ui.category.search>.results .category>.name { + display: table-cell; + text-overflow: ellipsis; + width: 100px; + white-space: nowrap; + background: transparent; + font-family: var(--fonts-regular); + font-size: 1em; + padding: .4em 1em; + font-weight: 500; + color: #0006; + border-bottom: 1px solid rgba(34, 36, 38, .1) +} + +.ui.category.search>.results .category .results { + display: table-cell; + background: #FFFFFF; + border-left: 1px solid rgba(34, 36, 38, .15); + border-bottom: 1px solid rgba(34, 36, 38, .1) +} + +.ui.category.search>.results .category .result { + border-bottom: 1px solid rgba(34, 36, 38, .1); + transition: background .1s ease, border-color .1s ease; + padding: .85714286em 1.14285714em +} + +.ui.scrolling.search>.results, .ui.search.long>.results, .ui.search.short>.results { + overflow-x: hidden; + overflow-y: auto; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; + -webkit-overflow-scrolling: touch +} + +@media only screen and (max-width: 767.98px) { + .ui.scrolling.search>.results { + max-height: 12.17714286em + } +} + +@media only screen and (min-width: 768px) { + .ui.scrolling.search>.results { + max-height: 18.26571429em + } +} + +@media only screen and (min-width: 992px) { + .ui.scrolling.search>.results { + max-height: 24.35428571em + } +} + +@media only screen and (min-width: 1920px) { + .ui.scrolling.search>.results { + max-height: 36.53142857em + } +} + +@media only screen and (max-width: 767.98px) { + .ui.search.short>.results { + max-height: 12.17714286em + } + .ui.search[class*="very short"]>.results { + max-height: 9.13285714em + } + .ui.search.long>.results { + max-height: 24.35428571em + } + .ui.search[class*="very long"]>.results { + max-height: 36.53142857em + } +} + +@media only screen and (min-width: 768px) { + .ui.search.short>.results { + max-height: 18.26571429em + } + .ui.search[class*="very short"]>.results { + max-height: 13.69928571em + } + .ui.search.long>.results { + max-height: 36.53142857em + } + .ui.search[class*="very long"]>.results { + max-height: 54.79714286em + } +} + +@media only screen and (min-width: 992px) { + .ui.search.short>.results { + max-height: 24.35428571em + } + .ui.search[class*="very short"]>.results { + max-height: 18.26571429em + } + .ui.search.long>.results { + max-height: 48.70857143em + } + .ui.search[class*="very long"]>.results { + max-height: 73.06285714em + } +} + +@media only screen and (min-width: 1920px) { + .ui.search.short>.results { + max-height: 36.53142857em + } + .ui.search[class*="very short"]>.results { + max-height: 27.39857143em + } + .ui.search.long>.results { + max-height: 73.06285714em + } + .ui.search[class*="very long"]>.results { + max-height: 109.59428571em + } +} + +.ui[class*="left aligned"].search>.results { + right: auto; + left: 0 +} + +.ui[class*="right aligned"].search>.results { + right: 0; + left: auto +} + +.ui.fluid.search .results { + width: 100% +} + +.ui.search { + font-size: 1em +} + +.ui.mini.search { + font-size: .78571429em +} + +.ui.tiny.search { + font-size: .85714286em +} + +.ui.small.search { + font-size: .92857143em +} + +.ui.large.search { + font-size: 1.14285714em +} + +.ui.big.search { + font-size: 1.28571429em +} + +.ui.huge.search { + font-size: 1.42857143em +} + +.ui.massive.search { + font-size: 1.71428571em +} + +@media only screen and (max-width: 767.98px) { + .ui.search .results { + max-width: calc(100vw - 2rem) + } +} + +.ui.segment { + position: relative; + background: #FFFFFF; + box-shadow: 0 1px 2px #22242626; + margin: 1rem 0; + padding: 1em; + border-radius: .28571429rem; + border: 1px solid rgba(34, 36, 38, .15) +} + +.ui.segment:first-child { + margin-top: 0 +} + +.ui.segment:last-child { + margin-bottom: 0 +} + +.ui.vertical.segment { + margin: 0; + padding-left: 0; + padding-right: 0; + background: none transparent; + border-radius: 0; + box-shadow: none; + border: none; + border-bottom: 1px solid rgba(34, 36, 38, .15) +} + +.ui.vertical.segment:last-child { + border-bottom: none +} + +.ui.inverted.segment>.ui.header .sub.header, .ui.inverted.segment>.ui.header { + color: #fff +} + +.ui[class*="bottom attached"].segment>[class*="top attached"].label { + border-top-left-radius: 0; + border-top-right-radius: 0 +} + +.ui[class*="top attached"].segment>[class*="bottom attached"].label { + border-bottom-left-radius: 0; + border-bottom-right-radius: 0 +} + +.ui.attached.segment:not(.top):not(.bottom)>[class*="top attached"].label { + border-top-left-radius: 0; + border-top-right-radius: 0 +} + +.ui.attached.segment:not(.top):not(.bottom)>[class*="bottom attached"].label { + border-bottom-left-radius: 0; + border-bottom-right-radius: 0 +} + +.ui.page.grid.segment, .ui.grid>.row>.ui.segment.column, .ui.grid>.ui.segment.column { + padding-top: 2em; + padding-bottom: 2em +} + +.ui.grid.segment { + margin: 1rem 0; + border-radius: .28571429rem +} + +.ui.basic.table.segment { + background: #FFFFFF; + border: 1px solid rgba(34, 36, 38, .15); + box-shadow: 0 1px 2px #22242626 +} + +.ui[class*="very basic"].table.segment { + padding: 1em +} + +.ui.segment.tab:last-child { + margin-bottom: 1rem +} + +.ui.placeholder.segment { + display: flex; + flex-direction: column; + justify-content: center; + align-items: stretch; + max-width: initial; + -webkit-animation: none; + animation: none; + overflow: visible; + padding: 1em; + min-height: 18rem; + background: #F9FAFB; + border-color: #22242626; + box-shadow: 0 2px 25px #2224260d inset +} + +.ui.placeholder.segment .button, .ui.placeholder.segment textarea { + display: block +} + +.ui.placeholder.segment .field, .ui.placeholder.segment textarea, .ui.placeholder.segment>.ui.input, .ui.placeholder.segment .button { + max-width: 15rem; + margin-left: auto; + margin-right: auto +} + +.ui.placeholder.segment .column .button, .ui.placeholder.segment .column .field, .ui.placeholder.segment .column textarea, .ui.placeholder.segment .column>.ui.input { + max-width: 15rem; + margin-left: auto; + margin-right: auto +} + +.ui.placeholder.segment>.inline { + align-self: center +} + +.ui.placeholder.segment>.inline>.button { + display: inline-block; + width: auto; + margin: 0 .35714286rem 0 0 +} + +.ui.placeholder.segment>.inline>.button:last-child { + margin-right: 0 +} + +.ui.piled.segments, .ui.piled.segment { + margin: 3em 0; + box-shadow: ""; + z-index: auto +} + +.ui.piled.segment:first-child { + margin-top: 0 +} + +.ui.piled.segment:last-child { + margin-bottom: 0 +} + +.ui.piled.segments:after, .ui.piled.segments:before, .ui.piled.segment:after, .ui.piled.segment:before { + background-color: #fff; + visibility: visible; + content: ""; + display: block; + height: 100%; + left: 0; + position: absolute; + width: 100%; + border: 1px solid rgba(34, 36, 38, .15); + box-shadow: "" +} + +.ui.piled.segments:before, .ui.piled.segment:before { + transform: rotate(-1.2deg); + top: 0; + z-index: -2 +} + +.ui.piled.segments:after, .ui.piled.segment:after { + transform: rotate(1.2deg); + top: 0; + z-index: -1 +} + +.ui[class*="top attached"].piled.segment { + margin-top: 3em; + margin-bottom: 0 +} + +.ui.piled.segment[class*="top attached"]:first-child { + margin-top: 0 +} + +.ui.piled.segment[class*="bottom attached"] { + margin-top: 0; + margin-bottom: 3em +} + +.ui.piled.segment[class*="bottom attached"]:last-child { + margin-bottom: 0 +} + +.ui.stacked.segment { + padding-bottom: 1.4em +} + +.ui.stacked.segments:before, .ui.stacked.segments:after, .ui.stacked.segment:before, .ui.stacked.segment:after { + content: ""; + position: absolute; + bottom: -3px; + left: 0; + border-top: 1px solid rgba(34, 36, 38, .15); + background: rgba(0, 0, 0, .03); + width: 100%; + height: 6px; + visibility: visible +} + +.ui.stacked.segments:before, .ui.stacked.segment:before { + display: none +} + +.ui.tall.stacked.segments:before, .ui.tall.stacked.segment:before { + display: block; + bottom: 0 +} + +.ui.stacked.inverted.segments:before, .ui.stacked.inverted.segments:after, .ui.stacked.inverted.segment:before, .ui.stacked.inverted.segment:after { + background-color: #00000008; + border-top: 1px solid rgba(34, 36, 38, .35) +} + +.ui.padded.segment { + padding: 1.5em +} + +.ui[class*="very padded"].segment { + padding: 3em +} + +.ui.padded.segment.vertical.segment, .ui[class*="very padded"].vertical.segment { + padding-left: 0; + padding-right: 0 +} + +.ui.compact.segment { + display: table +} + +.ui.compact.segments { + display: inline-flex +} + +.ui.compact.segments .segment, .ui.segments .compact.segment { + display: block; + flex: 0 1 auto +} + +.ui.circular.segment { + display: table-cell; + padding: 2em; + text-align: center; + vertical-align: middle; + border-radius: 500em +} + +.ui.raised.raised.segments, .ui.raised.raised.segment { + box-shadow: 0 2px 4px #2224261f, 0 2px 10px #22242626 +} + +.ui.segments { + flex-direction: column; + position: relative; + margin: 1rem 0; + border: 1px solid rgba(34, 36, 38, .15); + box-shadow: 0 1px 2px #22242626; + border-radius: .28571429rem +} + +.ui.segments:first-child { + margin-top: 0 +} + +.ui.segments:last-child { + margin-bottom: 0 +} + +.ui.segments>.segment { + top: 0; + bottom: 0; + border-radius: 0; + margin: 0; + width: auto; + box-shadow: none; + border: none; + border-top: 1px solid rgba(34, 36, 38, .15) +} + +.ui.segments:not(.horizontal)>.segment:first-child { + top: 0; + bottom: 0; + border-top: none; + margin-top: 0; + margin-bottom: 0; + border-radius: .28571429rem .28571429rem 0 0 +} + +.ui.segments:not(.horizontal)>.segment:last-child { + top: 0; + bottom: 0; + margin-top: 0; + margin-bottom: 0; + box-shadow: 0 1px 2px #22242626, none; + border-radius: 0 0 .28571429rem .28571429rem +} + +.ui.segments:not(.horizontal)>.segment:only-child { + border-radius: .28571429rem +} + +.ui.segments>.ui.segments { + border-top: 1px solid rgba(34, 36, 38, .15); + margin: 1rem +} + +.ui.segments>.segments:first-child { + border-top: none +} + +.ui.segments>.segment+.segments:not(.horizontal) { + margin-top: 0 +} + +.ui.horizontal.segments { + display: flex; + flex-direction: row; + background-color: transparent; + padding: 0; + box-shadow: 0 1px 2px #22242626; + margin: 1rem 0; + border-radius: .28571429rem; + border: 1px solid rgba(34, 36, 38, .15) +} + +.ui.stackable.horizontal.segments { + flex-wrap: wrap +} + +.ui.segments>.horizontal.segments { + margin: 0; + background-color: transparent; + border-radius: 0; + border: none; + box-shadow: none; + border-top: 1px solid rgba(34, 36, 38, .15) +} + +.ui.horizontal.segments:not(.compact)>.segment:not(.compact) { + flex: 1 1 auto; + -ms-flex: 1 1 0 +} + +.ui.horizontal.segments>.segment { + margin: 0; + min-width: 0; + border-radius: 0; + border: none; + box-shadow: none; + border-left: 1px solid rgba(34, 36, 38, .15) +} + +.ui.segments>.horizontal.segments:first-child { + border-top: none +} + +.ui.horizontal.segments:not(.stackable)>.segment:first-child { + border-left: none +} + +.ui.horizontal.segments>.segment:first-child { + border-radius: .28571429rem 0 0 .28571429rem +} + +.ui.horizontal.segments>.segment:last-child { + border-radius: 0 .28571429rem .28571429rem 0 +} + +.ui.disabled.segment { + opacity: var(--opacity-disabled); + color: #2828284d +} + +.ui.loading.segment { + position: relative; + cursor: default; + pointer-events: none; + text-shadow: none!important; + transition: all 0s linear +} + +.ui.loading.segment:before { + position: absolute; + content: ""; + top: 0; + left: 0; + background: rgba(255, 255, 255, .8); + width: 100%; + height: 100%; + border-radius: .28571429rem; + z-index: 100 +} + +.ui.loading.segment:after { + position: absolute; + content: ""; + top: 50%; + left: 50%; + margin: -1.5em 0 0 -1.5em; + width: 3em; + height: 3em; + -webkit-animation: loader .6s infinite linear; + animation: loader .6s infinite linear; + border: .2em solid #767676; + border-radius: 500rem; + box-shadow: 0 0 0 1px transparent; + visibility: visible; + z-index: 101 +} + +.ui.basic.segment, .ui.segments .ui.basic.segment, .ui.basic.segments { + background: none transparent; + box-shadow: none; + border: none; + border-radius: 0 +} + +.ui.clearing.segment:after { + content: ""; + display: block; + clear: both +} + +.ui.red.segment.segment.segment.segment.segment:not(.inverted) { + border-top: 2px solid #DB2828 +} + +.ui.inverted.red.segment.segment.segment.segment.segment { + background-color: #db2828; + color: #fff +} + +.ui.orange.segment.segment.segment.segment.segment:not(.inverted) { + border-top: 2px solid #F2711C +} + +.ui.inverted.orange.segment.segment.segment.segment.segment { + background-color: #f2711c; + color: #fff +} + +.ui.yellow.segment.segment.segment.segment.segment:not(.inverted) { + border-top: 2px solid #FBBD08 +} + +.ui.inverted.yellow.segment.segment.segment.segment.segment { + background-color: #fbbd08; + color: #fff +} + +.ui.olive.segment.segment.segment.segment.segment:not(.inverted) { + border-top: 2px solid #B5CC18 +} + +.ui.inverted.olive.segment.segment.segment.segment.segment { + background-color: #b5cc18; + color: #fff +} + +.ui.green.segment.segment.segment.segment.segment:not(.inverted) { + border-top: 2px solid var(--color-gitea-lightblue-light) +} + +.ui.inverted.green.segment.segment.segment.segment.segment { + background-color: var(--color-gitea-lightblue-light); + color: #fff +} + +.ui.teal.segment.segment.segment.segment.segment:not(.inverted) { + border-top: 2px solid var(--color-gitea-lightblue-light) +} + +.ui.inverted.teal.segment.segment.segment.segment.segment { + background-color: var(--color-gitea-lightblue-light); + color: #fff +} + +.ui.blue.segment.segment.segment.segment.segment:not(.inverted) { + border-top: 2px solid #2185D0 +} + +.ui.inverted.blue.segment.segment.segment.segment.segment { + background-color: #2185d0; + color: #fff +} + +.ui.violet.segment.segment.segment.segment.segment:not(.inverted) { + border-top: 2px solid #6435C9 +} + +.ui.inverted.violet.segment.segment.segment.segment.segment { + background-color: #6435c9; + color: #fff +} + +.ui.purple.segment.segment.segment.segment.segment:not(.inverted) { + border-top: 2px solid #A333C8 +} + +.ui.inverted.purple.segment.segment.segment.segment.segment { + background-color: #a333c8; + color: #fff +} + +.ui.pink.segment.segment.segment.segment.segment:not(.inverted) { + border-top: 2px solid #E03997 +} + +.ui.inverted.pink.segment.segment.segment.segment.segment { + background-color: #e03997; + color: #fff +} + +.ui.brown.segment.segment.segment.segment.segment:not(.inverted) { + border-top: 2px solid #A5673F +} + +.ui.inverted.brown.segment.segment.segment.segment.segment { + background-color: #a5673f; + color: #fff +} + +.ui.grey.segment.segment.segment.segment.segment:not(.inverted) { + border-top: 2px solid #767676 +} + +.ui.inverted.grey.segment.segment.segment.segment.segment { + background-color: #767676; + color: #fff +} + +.ui.black.segment.segment.segment.segment.segment:not(.inverted) { + border-top: 2px solid #1B1C1D +} + +.ui.inverted.black.segment.segment.segment.segment.segment { + background-color: #1b1c1d; + color: #fff +} + +.ui[class*="left aligned"].segment { + text-align: left +} + +.ui[class*="right aligned"].segment { + text-align: right +} + +.ui[class*="center aligned"].segment { + text-align: center +} + +.ui.floated.segment, .ui[class*="left floated"].segment { + float: left; + margin-right: 1em +} + +.ui[class*="right floated"].segment { + float: right; + margin-left: 1em +} + +.ui.inverted.segment { + border: none; + box-shadow: none +} + +.ui.inverted.segment, .ui.primary.inverted.segment { + background: #1B1C1D; + color: #ffffffe6 +} + +.ui.inverted.segment .segment { + color: #000000de +} + +.ui.inverted.segment .inverted.segment { + color: #ffffffe6 +} + +.ui.inverted.attached.segment { + border-color: #555 +} + +.ui.inverted.loading.segment { + color: #fff +} + +.ui.inverted.loading.segment:before { + background: rgba(0, 0, 0, .85) +} + +.ui.secondary.segment { + background: #F3F4F5; + color: #0009 +} + +.ui.secondary.inverted.segment { + background: #4c4f52 linear-gradient(rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .2) 100%); + color: #fffc +} + +.ui.tertiary.segment { + background: #DCDDDE; + color: #0009 +} + +.ui.tertiary.inverted.segment { + background: #717579 linear-gradient(rgba(255, 255, 255, .35) 0, rgba(255, 255, 255, .35) 100%); + color: #fffc +} + +.ui.attached.segment { + top: 0; + bottom: 0; + border-radius: 0; + margin: 0 -1px; + width: calc(100% + 2px); + max-width: calc(100% + 2px); + box-shadow: none; + border: 1px solid #D4D4D5 +} + +.ui.attached:not(.message)+.ui.attached.segment:not(.top) { + border-top: none +} + +.ui[class*="top attached"].segment { + bottom: 0; + margin-bottom: 0; + top: 0; + margin-top: 1rem; + border-radius: .28571429rem .28571429rem 0 0 +} + +.ui.segment[class*="top attached"]:first-child { + margin-top: 0 +} + +.ui.segment[class*="bottom attached"] { + bottom: 0; + margin-top: 0; + top: 0; + margin-bottom: 1rem; + box-shadow: 0 1px 2px #22242626, none; + border-radius: 0 0 .28571429rem .28571429rem +} + +.ui.segment[class*="bottom attached"]:last-child { + margin-bottom: 1rem +} + +.ui.fitted.segment:not(.horizontally) { + padding-top: 0; + padding-bottom: 0 +} + +.ui.fitted.segment:not(.vertically) { + padding-left: 0; + padding-right: 0 +} + +.ui.segments .segment, .ui.segment { + font-size: 1rem +} + +.ui.mini.segments .segment, .ui.mini.segment { + font-size: .78571429rem +} + +.ui.tiny.segments .segment, .ui.tiny.segment { + font-size: .85714286rem +} + +.ui.small.segments .segment, .ui.small.segment { + font-size: .92857143rem +} + +.ui.large.segments .segment, .ui.large.segment { + font-size: 1.14285714rem +} + +.ui.big.segments .segment, .ui.big.segment { + font-size: 1.28571429rem +} + +.ui.huge.segments .segment, .ui.huge.segment { + font-size: 1.42857143rem +} + +.ui.massive.segments .segment, .ui.massive.segment { + font-size: 1.71428571rem +} + +.ui.sidebar { + position: fixed; + top: 0; + left: 0; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; + transition: none; + will-change: transform; + transform: translate3d(0, 0, 0); + visibility: hidden; + -webkit-overflow-scrolling: touch; + height: 100%!important; + max-height: 100%; + border-radius: 0!important; + margin: 0!important; + overflow-y: auto!important; + z-index: 102 +} + +.ui.sidebar>* { + -webkit-backface-visibility: hidden; + backface-visibility: hidden +} + +.ui.left.sidebar { + right: auto; + left: 0; + transform: translate3d(-100%, 0, 0) +} + +.ui.right.sidebar { + right: 0!important; + left: auto!important; + transform: translate3d(100%, 0, 0) +} + +.ui.top.sidebar, .ui.bottom.sidebar { + width: 100%!important; + height: auto!important +} + +.ui.top.sidebar { + top: 0!important; + bottom: auto!important; + transform: translate3d(0, -100%, 0) +} + +.ui.bottom.sidebar { + top: auto!important; + bottom: 0!important; + transform: translate3d(0, 100%, 0) +} + +.pushable { + height: 100%; + overflow-x: hidden; + padding: 0!important +} + +body.pushable { + background: #545454 +} + +body.pushable.dimmed { + background: inherit +} + +.pushable:not(body) { + transform: translate3d(0, 0, 0); + overflow-y: hidden +} + +.pushable:not(body)>.ui.sidebar, .pushable:not(body)>.fixed, .pushable:not(body)>.pusher:after { + position: absolute +} + +.pushable>.fixed { + position: fixed; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; + transition: transform 500ms ease; + will-change: transform; + z-index: 101 +} + +.pushable>.pusher { + position: relative; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; + overflow: hidden; + min-height: 100%; + transition: transform 500ms ease; + z-index: 2; + background: inherit +} + +body.pushable>.pusher { + background: #FFFFFF +} + +.pushable>.pusher:after { + position: fixed; + top: 0; + right: 0; + content: ""; + background: rgba(0, 0, 0, .4); + overflow: hidden; + opacity: 0; + transition: opacity 500ms; + will-change: opacity; + z-index: 1000 +} + +.ui.sidebar.menu .item { + border-radius: 0!important +} + +.pushable>.pusher.dimmed:after { + width: 100%!important; + height: 100%!important; + opacity: 1!important +} + +.ui.animating.sidebar { + visibility: visible +} + +.ui.visible.sidebar { + visibility: visible; + transform: translate3d(0, 0, 0) +} + +.ui.left.visible.sidebar, .ui.right.visible.sidebar { + box-shadow: 0 0 20px #22242626 +} + +.ui.top.visible.sidebar, .ui.bottom.visible.sidebar { + box-shadow: 0 0 20px #22242626 +} + +.ui.visible.left.sidebar~.fixed, .ui.visible.left.sidebar~.pusher { + transform: translate3d(260px, 0, 0) +} + +.ui.visible.right.sidebar~.fixed, .ui.visible.right.sidebar~.pusher { + transform: translate3d(-260px, 0, 0) +} + +.ui.visible.top.sidebar~.fixed, .ui.visible.top.sidebar~.pusher { + transform: translate3d(0, 36px, 0) +} + +.ui.visible.bottom.sidebar~.fixed, .ui.visible.bottom.sidebar~.pusher { + transform: translate3d(0, -36px, 0) +} + +.ui.visible.left.sidebar~.ui.visible.right.sidebar~.fixed, .ui.visible.left.sidebar~.ui.visible.right.sidebar~.pusher, .ui.visible.right.sidebar~.ui.visible.left.sidebar~.fixed, .ui.visible.right.sidebar~.ui.visible.left.sidebar~.pusher { + transform: translate3d(0, 0, 0) +} + +.ui.thin.left.sidebar, .ui.thin.right.sidebar { + width: 150px +} + +.ui[class*="very thin"].left.sidebar, .ui[class*="very thin"].right.sidebar { + width: 60px +} + +.ui.left.sidebar, .ui.right.sidebar { + width: 260px +} + +.ui.wide.left.sidebar, .ui.wide.right.sidebar { + width: 350px +} + +.ui[class*="very wide"].left.sidebar, .ui[class*="very wide"].right.sidebar { + width: 475px +} + +.ui.visible.thin.left.sidebar~.fixed, .ui.visible.thin.left.sidebar~.pusher { + transform: translate3d(150px, 0, 0) +} + +.ui.visible[class*="very thin"].left.sidebar~.fixed, .ui.visible[class*="very thin"].left.sidebar~.pusher { + transform: translate3d(60px, 0, 0) +} + +.ui.visible.wide.left.sidebar~.fixed, .ui.visible.wide.left.sidebar~.pusher { + transform: translate3d(350px, 0, 0) +} + +.ui.visible[class*="very wide"].left.sidebar~.fixed, .ui.visible[class*="very wide"].left.sidebar~.pusher { + transform: translate3d(475px, 0, 0) +} + +.ui.visible.thin.right.sidebar~.fixed, .ui.visible.thin.right.sidebar~.pusher { + transform: translate3d(-150px, 0, 0) +} + +.ui.visible[class*="very thin"].right.sidebar~.fixed, .ui.visible[class*="very thin"].right.sidebar~.pusher { + transform: translate3d(-60px, 0, 0) +} + +.ui.visible.wide.right.sidebar~.fixed, .ui.visible.wide.right.sidebar~.pusher { + transform: translate3d(-350px, 0, 0) +} + +.ui.visible[class*="very wide"].right.sidebar~.fixed, .ui.visible[class*="very wide"].right.sidebar~.pusher { + transform: translate3d(-475px, 0, 0) +} + +.ui.overlay.sidebar { + z-index: 102 +} + +.ui.left.overlay.sidebar { + transform: translate3d(-100%, 0, 0) +} + +.ui.right.overlay.sidebar { + transform: translate3d(100%, 0, 0) +} + +.ui.top.overlay.sidebar { + transform: translate3d(0%, -100%, 0) +} + +.ui.bottom.overlay.sidebar { + transform: translate3d(0%, 100%, 0) +} + +.animating.ui.overlay.sidebar, .ui.visible.overlay.sidebar { + transition: transform 500ms ease +} + +.ui.visible.left.overlay.sidebar { + transform: translate3d(0%, 0, 0) +} + +.ui.visible.right.overlay.sidebar { + transform: translate3d(0%, 0, 0) +} + +.ui.visible.top.overlay.sidebar { + transform: translate3d(0%, 0, 0) +} + +.ui.visible.bottom.overlay.sidebar { + transform: translate3d(0%, 0, 0) +} + +.ui.visible.overlay.sidebar~.fixed, .ui.visible.overlay.sidebar~.pusher { + transform: none!important +} + +.ui.push.sidebar { + transition: transform 500ms ease; + z-index: 102 +} + +.ui.left.push.sidebar { + transform: translate3d(-100%, 0, 0) +} + +.ui.right.push.sidebar { + transform: translate3d(100%, 0, 0) +} + +.ui.top.push.sidebar { + transform: translate3d(0%, -100%, 0) +} + +.ui.bottom.push.sidebar { + transform: translate3d(0%, 100%, 0) +} + +.ui.visible.push.sidebar { + transform: translate3d(0%, 0, 0) +} + +.ui.uncover.sidebar { + transform: translate3d(0, 0, 0); + z-index: 1 +} + +.ui.visible.uncover.sidebar { + transform: translate3d(0, 0, 0); + transition: transform 500ms ease +} + +.ui.slide.along.sidebar { + z-index: 1 +} + +.ui.left.slide.along.sidebar { + transform: translate3d(-50%, 0, 0) +} + +.ui.right.slide.along.sidebar { + transform: translate3d(50%, 0, 0) +} + +.ui.top.slide.along.sidebar { + transform: translate3d(0, -50%, 0) +} + +.ui.bottom.slide.along.sidebar { + transform: translate3d(0%, 50%, 0) +} + +.ui.animating.slide.along.sidebar { + transition: transform 500ms ease +} + +.ui.visible.slide.along.sidebar { + transform: translate3d(0%, 0, 0) +} + +.ui.slide.out.sidebar { + z-index: 1 +} + +.ui.left.slide.out.sidebar { + transform: translate3d(50%, 0, 0) +} + +.ui.right.slide.out.sidebar { + transform: translate3d(-50%, 0, 0) +} + +.ui.top.slide.out.sidebar { + transform: translate3d(0%, 50%, 0) +} + +.ui.bottom.slide.out.sidebar { + transform: translate3d(0%, -50%, 0) +} + +.ui.animating.slide.out.sidebar { + transition: transform 500ms ease +} + +.ui.visible.slide.out.sidebar { + transform: translate3d(0%, 0, 0) +} + +.ui.scale.down.sidebar { + transition: transform 500ms ease; + z-index: 102 +} + +.ui.left.scale.down.sidebar { + transform: translate3d(-100%, 0, 0) +} + +.ui.right.scale.down.sidebar { + transform: translate3d(100%, 0, 0) +} + +.ui.top.scale.down.sidebar { + transform: translate3d(0%, -100%, 0) +} + +.ui.bottom.scale.down.sidebar { + transform: translate3d(0%, 100%, 0) +} + +.ui.scale.down.left.sidebar~.pusher { + transform-origin: 75% 50% +} + +.ui.scale.down.right.sidebar~.pusher { + transform-origin: 25% 50% +} + +.ui.scale.down.top.sidebar~.pusher { + transform-origin: 50% 75% +} + +.ui.scale.down.bottom.sidebar~.pusher { + transform-origin: 50% 25% +} + +.ui.animating.scale.down>.visible.ui.sidebar { + transition: transform 500ms ease +} + +.ui.visible.scale.down.sidebar~.pusher, .ui.animating.scale.down.sidebar~.pusher { + display: block!important; + width: 100%; + height: 100%; + overflow: hidden!important +} + +.ui.visible.scale.down.sidebar { + transform: translate3d(0, 0, 0) +} + +.ui.visible.scale.down.sidebar~.pusher { + transform: scale(.75) +} + +html, body { + height: 100% +} + +html { + font-size: 14px +} + +body { + margin: 0; + padding: 0; + overflow-x: hidden; + min-width: 320px; + background: #FFFFFF; + font-family: var(--fonts-regular); + font-size: 14px; + line-height: 1.4285em; + color: #000000de +} + +h1, h2, h3, h4, h5 { + font-family: var(--fonts-regular); + line-height: 1.28571429em; + margin: calc(2rem - .1428571428571429em) 0 1rem; + font-weight: 500; + padding: 0 +} + +h1 { + min-height: 1rem; + font-size: 2rem +} + +h2 { + font-size: 1.71428571rem +} + +h3 { + font-size: 1.28571429rem +} + +h4 { + font-size: 1.07142857rem +} + +h5 { + font-size: 1rem +} + +h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child { + margin-top: 0 +} + +h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child { + margin-bottom: 0 +} + +p { + margin: 0 0 1em; + line-height: 1.4285em +} + +p:first-child { + margin-top: 0 +} + +p:last-child { + margin-bottom: 0 +} + +a { + color: #4183c4; + text-decoration: none +} + +a:hover { + color: #1e70bf; + text-decoration: none +} + +::-webkit-selection { + background-color: #cce2ff; + color: #000000de +} + +::-moz-selection { + background-color: #cce2ff; + color: #000000de +} + +::selection { + background-color: #cce2ff; + color: #000000de +} + +textarea::-webkit-selection, input::-webkit-selection { + background-color: #64646466; + color: #000000de +} + +textarea::-moz-selection, input::-moz-selection { + background-color: #64646466; + color: #000000de +} + +textarea::selection, input::selection { + background-color: #64646466; + color: #000000de +} + +.ui.tab { + display: none +} + +.ui.tab.active, .ui.tab.open { + display: block +} + +.ui.tab.loading { + position: relative; + overflow: hidden; + display: block; + min-height: 250px +} + +.ui.tab.loading * { + position: relative!important; + left: -10000px!important +} + +.ui.tab.loading:before, .ui.tab.loading.segment:before { + position: absolute; + content: ""; + top: 50%; + left: 50%; + margin: -1.25em 0 0 -1.25em; + width: 2.5em; + height: 2.5em; + border-radius: 500rem; + border: .2em solid rgba(0, 0, 0, .1) +} + +.ui.tab.loading:after, .ui.tab.loading.segment:after { + position: absolute; + content: ""; + top: 50%; + left: 50%; + margin: -1.25em 0 0 -1.25em; + width: 2.5em; + height: 2.5em; + -webkit-animation: loader .6s infinite linear; + animation: loader .6s infinite linear; + border: .2em solid #767676; + border-radius: 500rem; + box-shadow: 0 0 0 1px transparent +} + +.ui.table { + width: 100%; + background: #FFFFFF; + margin: 1em 0; + border: 1px solid rgba(34, 36, 38, .15); + box-shadow: none; + border-radius: .28571429rem; + text-align: left; + vertical-align: middle; + color: #000000de; + border-collapse: separate; + border-spacing: 0 +} + +.ui.table:first-child { + margin-top: 0 +} + +.ui.table:last-child { + margin-bottom: 0 +} + +.ui.table>thead, .ui.table>tbody { + text-align: inherit; + vertical-align: inherit +} + +.ui.table th, .ui.table td { + transition: background .1s ease, color .1s ease +} + +.ui.table th.rowspanned, .ui.table td.rowspanned { + display: none +} + +.ui.table>thead { + box-shadow: none +} + +.ui.table>thead>tr>th { + cursor: auto; + background: #F9FAFB; + text-align: inherit; + color: #000000de; + padding: .92857143em .78571429em; + vertical-align: inherit; + font-style: none; + font-weight: 500; + text-transform: none; + border-bottom: 1px solid rgba(34, 36, 38, .1); + border-left: none +} + +.ui.table>thead>tr>th:first-child { + border-left: none +} + +.ui.table>thead>tr:first-child>th:first-child { + border-radius: .28571429rem 0 0 +} + +.ui.table>thead>tr:first-child>th:last-child { + border-radius: 0 .28571429rem 0 0 +} + +.ui.table>thead>tr:first-child>th:only-child { + border-radius: .28571429rem .28571429rem 0 0 +} + +.ui.table>tfoot { + box-shadow: none +} + +.ui.table>tfoot>tr>th, .ui.table>tfoot>tr>td { + cursor: auto; + border-top: 1px solid rgba(34, 36, 38, .15); + background: #F9FAFB; + text-align: inherit; + color: #000000de; + padding: .78571429em; + vertical-align: inherit; + font-style: normal; + font-weight: normal; + text-transform: none +} + +.ui.table>tfoot>tr>th:first-child, .ui.table>tfoot>tr>td:first-child { + border-left: none +} + +.ui.table>tfoot>tr:first-child>th:first-child, .ui.table>tfoot>tr:first-child>td:first-child { + border-radius: 0 0 0 .28571429rem +} + +.ui.table>tfoot>tr:first-child>th:last-child, .ui.table>tfoot>tr:first-child>td:last-child { + border-radius: 0 0 .28571429rem +} + +.ui.table>tfoot>tr:first-child>th:only-child, .ui.table>tfoot>tr:first-child>td:only-child { + border-radius: 0 0 .28571429rem .28571429rem +} + +.ui.table>tr>td, .ui.table>tbody>tr>td { + border-top: 1px solid rgba(34, 36, 38, .1) +} + +.ui.table>tr:first-child>td, .ui.table>tbody>tr:first-child>td { + border-top: none +} + +.ui.table>tbody+tbody tr:first-child>td { + border-top: 1px solid rgba(34, 36, 38, .1) +} + +.ui.table>tbody>tr>td, .ui.table>tr>td { + padding: .78571429em; + text-align: inherit +} + +.ui.table>i.icon { + vertical-align: baseline +} + +.ui.table>i.icon:only-child { + margin: 0 +} + +.ui.table.segment { + padding: 0 +} + +.ui.table.segment:after { + display: none +} + +.ui.table.segment.stacked:after { + display: block +} + +@media only screen and (max-width: 767.98px) { + .ui.table:not(.unstackable) { + width: 100%; + padding: 0 + } + .ui.table:not(.unstackable)>thead, .ui.table:not(.unstackable)>thead>tr, .ui.table:not(.unstackable)>tfoot, .ui.table:not(.unstackable)>tfoot>tr, .ui.table:not(.unstackable)>tbody, .ui.table:not(.unstackable)>tr, .ui.table:not(.unstackable)>tbody>tr, .ui.table:not(.unstackable)>tr>th:not(.rowspanned), .ui.table:not(.unstackable)>thead>tr>th:not(.rowspanned), .ui.table:not(.unstackable)>tbody>tr>th:not(.rowspanned), .ui.table:not(.unstackable)>tfoot>tr>th:not(.rowspanned), .ui.table:not(.unstackable)>tr>td:not(.rowspanned), .ui.table:not(.unstackable)>tbody>tr>td:not(.rowspanned), .ui.table:not(.unstackable)>tfoot>tr>td:not(.rowspanned) { + display: block!important; + width: auto!important + } + .ui.table:not(.unstackable)>thead { + display: block + } + .ui.table:not(.unstackable)>tfoot { + display: block + } + .ui.ui.ui.ui.table:not(.unstackable)>tr, .ui.ui.ui.ui.table:not(.unstackable)>thead>tr, .ui.ui.ui.ui.table:not(.unstackable)>tbody>tr, .ui.ui.ui.ui.table:not(.unstackable)>tfoot>tr { + padding-top: 1em; + padding-bottom: 1em; + box-shadow: 0 -1px #0000001a inset + } + .ui.ui.ui.ui.table:not(.unstackable)>tr>th, .ui.ui.ui.ui.table:not(.unstackable)>thead>tr>th, .ui.ui.ui.ui.table:not(.unstackable)>tbody>tr>th, .ui.ui.ui.ui.table:not(.unstackable)>tfoot>tr>th, .ui.ui.ui.ui.table:not(.unstackable)>tr>td, .ui.ui.ui.ui.table:not(.unstackable)>tbody>tr>td, .ui.ui.ui.ui.table:not(.unstackable)>tfoot>tr>td { + background: none; + border: none; + padding: .25em .75em; + box-shadow: none + } + .ui.table:not(.unstackable)>tr>th:first-child, .ui.table:not(.unstackable)>thead>tr>th:first-child, .ui.table:not(.unstackable)>tbody>tr>th:first-child, .ui.table:not(.unstackable)>tfoot>tr>th:first-child, .ui.table:not(.unstackable)>tr>td:first-child, .ui.table:not(.unstackable)>tbody>tr>td:first-child, .ui.table:not(.unstackable)>tfoot>tr>td:first-child { + font-weight: 500 + } + .ui.definition.table:not(.unstackable)>thead>tr>th:first-child { + box-shadow: none!important + } + .ui.ui.ui.ui.table:not(.unstackable) tr.marked.primary.left { + box-shadow: 0 -1px #0000001a inset, .2em 0 #2185d0 inset + } + .ui.ui.ui.ui.table:not(.unstackable) tr.marked.primary.right { + box-shadow: 0 -1px #0000001a inset, -.2em 0 #2185d0 inset + } + .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.primary.left { + box-shadow: 0 -1px #0000001a inset, .2em 0 #54c8ff inset + } + .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.primary.right { + box-shadow: 0 -1px #0000001a inset, -.2em 0 #54c8ff inset + } + .ui.ui.ui.ui.table:not(.unstackable) tr.marked.secondary.left { + box-shadow: 0 -1px #0000001a inset, .2em 0 #1b1c1d inset + } + .ui.ui.ui.ui.table:not(.unstackable) tr.marked.secondary.right { + box-shadow: 0 -1px #0000001a inset, -.2em 0 #1b1c1d inset + } + .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.secondary.left { + box-shadow: 0 -1px #0000001a inset, .2em 0 #545454 inset + } + .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.secondary.right { + box-shadow: 0 -1px #0000001a inset, -.2em 0 #545454 inset + } + .ui.ui.ui.ui.table:not(.unstackable) tr.marked.red.left { + box-shadow: 0 -1px #0000001a inset, .2em 0 #db2828 inset + } + .ui.ui.ui.ui.table:not(.unstackable) tr.marked.red.right { + box-shadow: 0 -1px #0000001a inset, -.2em 0 #db2828 inset + } + .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.red.left { + box-shadow: 0 -1px #0000001a inset, .2em 0 #ff695e inset + } + .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.red.right { + box-shadow: 0 -1px #0000001a inset, -.2em 0 #ff695e inset + } + .ui.ui.ui.ui.table:not(.unstackable) tr.marked.orange.left { + box-shadow: 0 -1px #0000001a inset, .2em 0 #f2711c inset + } + .ui.ui.ui.ui.table:not(.unstackable) tr.marked.orange.right { + box-shadow: 0 -1px #0000001a inset, -.2em 0 #f2711c inset + } + .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.orange.left { + box-shadow: 0 -1px #0000001a inset, .2em 0 #ff851b inset + } + .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.orange.right { + box-shadow: 0 -1px #0000001a inset, -.2em 0 #ff851b inset + } + .ui.ui.ui.ui.table:not(.unstackable) tr.marked.yellow.left { + box-shadow: 0 -1px #0000001a inset, .2em 0 #fbbd08 inset + } + .ui.ui.ui.ui.table:not(.unstackable) tr.marked.yellow.right { + box-shadow: 0 -1px #0000001a inset, -.2em 0 #fbbd08 inset + } + .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.yellow.left { + box-shadow: 0 -1px #0000001a inset, .2em 0 #ffe21f inset + } + .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.yellow.right { + box-shadow: 0 -1px #0000001a inset, -.2em 0 #ffe21f inset + } + .ui.ui.ui.ui.table:not(.unstackable) tr.marked.olive.left { + box-shadow: 0 -1px #0000001a inset, .2em 0 #b5cc18 inset + } + .ui.ui.ui.ui.table:not(.unstackable) tr.marked.olive.right { + box-shadow: 0 -1px #0000001a inset, -.2em 0 #b5cc18 inset + } + .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.olive.left { + box-shadow: 0 -1px #0000001a inset, .2em 0 #d9e778 inset + } + .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.olive.right { + box-shadow: 0 -1px #0000001a inset, -.2em 0 #d9e778 inset + } + .ui.ui.ui.ui.table:not(.unstackable) tr.marked.green.left { + box-shadow: 0 -1px #0000001a inset, .2em 0 var(--color-gitea-lightblue-light) inset + } + .ui.ui.ui.ui.table:not(.unstackable) tr.marked.green.right { + box-shadow: 0 -1px #0000001a inset, -.2em 0 var(--color-gitea-lightblue-light) inset + } + .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.green.left { + box-shadow: 0 -1px #0000001a inset, .2em 0 #2ecc40 inset + } + .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.green.right { + box-shadow: 0 -1px #0000001a inset, -.2em 0 #2ecc40 inset + } + .ui.ui.ui.ui.table:not(.unstackable) tr.marked.teal.left { + box-shadow: 0 -1px #0000001a inset, .2em 0 var(--color-gitea-lightblue-light) inset + } + .ui.ui.ui.ui.table:not(.unstackable) tr.marked.teal.right { + box-shadow: 0 -1px #0000001a inset, -.2em 0 var(--color-gitea-lightblue-light) inset + } + .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.teal.left { + box-shadow: 0 -1px #0000001a inset, .2em 0 #6dffff inset + } + .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.teal.right { + box-shadow: 0 -1px #0000001a inset, -.2em 0 #6dffff inset + } + .ui.ui.ui.ui.table:not(.unstackable) tr.marked.blue.left { + box-shadow: 0 -1px #0000001a inset, .2em 0 #2185d0 inset + } + .ui.ui.ui.ui.table:not(.unstackable) tr.marked.blue.right { + box-shadow: 0 -1px #0000001a inset, -.2em 0 #2185d0 inset + } + .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.blue.left { + box-shadow: 0 -1px #0000001a inset, .2em 0 #54c8ff inset + } + .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.blue.right { + box-shadow: 0 -1px #0000001a inset, -.2em 0 #54c8ff inset + } + .ui.ui.ui.ui.table:not(.unstackable) tr.marked.violet.left { + box-shadow: 0 -1px #0000001a inset, .2em 0 #6435c9 inset + } + .ui.ui.ui.ui.table:not(.unstackable) tr.marked.violet.right { + box-shadow: 0 -1px #0000001a inset, -.2em 0 #6435c9 inset + } + .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.violet.left { + box-shadow: 0 -1px #0000001a inset, .2em 0 #a291fb inset + } + .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.violet.right { + box-shadow: 0 -1px #0000001a inset, -.2em 0 #a291fb inset + } + .ui.ui.ui.ui.table:not(.unstackable) tr.marked.purple.left { + box-shadow: 0 -1px #0000001a inset, .2em 0 #a333c8 inset + } + .ui.ui.ui.ui.table:not(.unstackable) tr.marked.purple.right { + box-shadow: 0 -1px #0000001a inset, -.2em 0 #a333c8 inset + } + .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.purple.left { + box-shadow: 0 -1px #0000001a inset, .2em 0 #dc73ff inset + } + .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.purple.right { + box-shadow: 0 -1px #0000001a inset, -.2em 0 #dc73ff inset + } + .ui.ui.ui.ui.table:not(.unstackable) tr.marked.pink.left { + box-shadow: 0 -1px #0000001a inset, .2em 0 #e03997 inset + } + .ui.ui.ui.ui.table:not(.unstackable) tr.marked.pink.right { + box-shadow: 0 -1px #0000001a inset, -.2em 0 #e03997 inset + } + .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.pink.left { + box-shadow: 0 -1px #0000001a inset, .2em 0 #ff8edf inset + } + .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.pink.right { + box-shadow: 0 -1px #0000001a inset, -.2em 0 #ff8edf inset + } + .ui.ui.ui.ui.table:not(.unstackable) tr.marked.brown.left { + box-shadow: 0 -1px #0000001a inset, .2em 0 #a5673f inset + } + .ui.ui.ui.ui.table:not(.unstackable) tr.marked.brown.right { + box-shadow: 0 -1px #0000001a inset, -.2em 0 #a5673f inset + } + .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.brown.left { + box-shadow: 0 -1px #0000001a inset, .2em 0 #d67c1c inset + } + .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.brown.right { + box-shadow: 0 -1px #0000001a inset, -.2em 0 #d67c1c inset + } + .ui.ui.ui.ui.table:not(.unstackable) tr.marked.grey.left { + box-shadow: 0 -1px #0000001a inset, .2em 0 #767676 inset + } + .ui.ui.ui.ui.table:not(.unstackable) tr.marked.grey.right { + box-shadow: 0 -1px #0000001a inset, -.2em 0 #767676 inset + } + .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.grey.left { + box-shadow: 0 -1px #0000001a inset, .2em 0 #dcddde inset + } + .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.grey.right { + box-shadow: 0 -1px #0000001a inset, -.2em 0 #dcddde inset + } + .ui.ui.ui.ui.table:not(.unstackable) tr.marked.black.left { + box-shadow: 0 -1px #0000001a inset, .2em 0 #1b1c1d inset + } + .ui.ui.ui.ui.table:not(.unstackable) tr.marked.black.right { + box-shadow: 0 -1px #0000001a inset, -.2em 0 #1b1c1d inset + } + .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.black.left { + box-shadow: 0 -1px #0000001a inset, .2em 0 #545454 inset + } + .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.black.right { + box-shadow: 0 -1px #0000001a inset, -.2em 0 #545454 inset + } +} + +.ui.table .collapsing .image, .ui.table .collapsing .image img { + max-width: none +} + +.ui.structured.table { + border-collapse: collapse +} + +.ui.structured.table>thead>tr>th { + border-left: none; + border-right: none +} + +.ui.structured.sortable.table>thead>tr>th { + border-left: 1px solid rgba(34, 36, 38, .15); + border-right: 1px solid rgba(34, 36, 38, .15) +} + +.ui.structured.basic.table>tr>th, .ui.structured.basic.table>thead>tr>th, .ui.structured.basic.table>tbody>tr>th, .ui.structured.basic.table>tfoot>tr>th { + border-left: none; + border-right: none +} + +.ui.structured.celled.table>tr>th, .ui.structured.celled.table>thead>tr>th, .ui.structured.celled.table>tbody>tr>th, .ui.structured.celled.table>tfoot>tr>th, .ui.structured.celled.table>tr>td, .ui.structured.celled.table>tbody>tr>td, .ui.structured.celled.table>tfoot>tr>td { + border-left: 1px solid rgba(34, 36, 38, .1); + border-right: 1px solid rgba(34, 36, 38, .1) +} + +.ui.definition.table>thead:not(.full-width)>tr>th:first-child { + pointer-events: none; + background: #FFFFFF; + font-weight: normal; + color: #0006; + box-shadow: -.1em -.2em 0 .1em #fff; + -moz-transform: scale(1); + transform: scale(1); +} + +.ui.definition.table>tfoot:not(.full-width)>tr>th:first-child { + pointer-events: none; + background: #FFFFFF; + font-weight: normal; + color: #0006; + box-shadow: -.1em .2em 0 .1em #fff; + -moz-transform: scale(1); + transform: scale(1) +} + +.ui.definition.table>tr>td:first-child:not(.ignored), .ui.definition.table>tbody>tr>td:first-child:not(.ignored), .ui.definition.table>tfoot>tr>td:first-child:not(.ignored), .ui.definition.table tr td.definition { + background: rgba(0, 0, 0, .03); + font-weight: 500; + color: #000000f2; + text-transform: ""; + box-shadow: ""; + text-align: ""; + font-size: 1em; + padding-left: ""; + padding-right: "" +} + +.ui.definition.table>thead:not(.full-width)>tr>th:nth-child(2) { + border-left: 1px solid rgba(34, 36, 38, .15) +} + +.ui.definition.table>tfoot:not(.full-width)>tr>th:nth-child(2), .ui.definition.table>tfoot:not(.full-width)>tr>td:nth-child(2) { + border-left: 1px solid rgba(34, 36, 38, .15) +} + +.ui.definition.table>tr>td:nth-child(2), .ui.definition.table>tbody>tr>td:nth-child(2) { + border-left: 1px solid rgba(34, 36, 38, .15) +} + +.ui.ui.ui.ui.table tr.positive, .ui.ui.table td.positive { + box-shadow: 0 0 #a3c293 inset; + background: #FCFFF5; + color: #2c662d +} + +.ui.ui.ui.ui.table tr.negative, .ui.ui.table td.negative { + box-shadow: 0 0 #e0b4b4 inset; + background: #FFF6F6; + color: #9f3a38 +} + +.ui.ui.ui.ui.table tr.error, .ui.ui.table td.error { + box-shadow: 0 0 #e0b4b4 inset; + background: #FFF6F6; + color: #9f3a38 +} + +.ui.ui.ui.ui.table tr.warning, .ui.ui.table td.warning { + box-shadow: 0 0 #c9ba9b inset; + background: #FFFAF3; + color: #573a08 +} + +.ui.ui.ui.ui.table tr.active, .ui.ui.table td.active { + box-shadow: 0 0 #000000de inset; + background: #E0E0E0; + color: #000000de +} + +.ui.table tr.disabled td, .ui.table tr td.disabled, .ui.table tr.disabled:hover, .ui.table tr:hover td.disabled { + pointer-events: none; + color: #2828284d +} + +@media only screen and (max-width: 991.98px) { + .ui[class*="tablet stackable"].table, .ui[class*="tablet stackable"].table>thead, .ui[class*="tablet stackable"].table>thead>tr, .ui[class*="tablet stackable"].table>tfoot, .ui[class*="tablet stackable"].table>tfoot>tr, .ui[class*="tablet stackable"].table>tbody, .ui[class*="tablet stackable"].table>tbody>tr, .ui[class*="tablet stackable"].table>tr, .ui[class*="tablet stackable"].table>thead>tr>th:not(.rowspanned), .ui[class*="tablet stackable"].table>tbody>tr>th:not(.rowspanned), .ui[class*="tablet stackable"].table>tfoot>tr>th:not(.rowspanned), .ui[class*="tablet stackable"].table>tr>th:not(.rowspanned), .ui[class*="tablet stackable"].table>tbody>tr>td:not(.rowspanned), .ui[class*="tablet stackable"].table>tfoot>tr>td:not(.rowspanned), .ui[class*="tablet stackable"].table>tr>td:not(.rowspanned) { + display: block!important; + width: 100%!important + } + .ui[class*="tablet stackable"].table { + padding: 0 + } + .ui[class*="tablet stackable"].table>thead { + display: block + } + .ui[class*="tablet stackable"].table>tfoot { + display: block + } + .ui.ui.ui.ui[class*="tablet stackable"].table>thead>tr, .ui.ui.ui.ui[class*="tablet stackable"].table>tbody>tr, .ui.ui.ui.ui[class*="tablet stackable"].table>tfoot>tr, .ui.ui.ui.ui[class*="tablet stackable"].table>tr { + padding-top: 1em; + padding-bottom: 1em; + box-shadow: 0 -1px #0000001a inset + } + .ui[class*="tablet stackable"].table>thead>tr>th, .ui[class*="tablet stackable"].table>tbody>tr>th, .ui[class*="tablet stackable"].table>tfoot>tr>th, .ui[class*="tablet stackable"].table>tr>th, .ui[class*="tablet stackable"].table>tbody>tr>td, .ui[class*="tablet stackable"].table>tfoot>tr>td, .ui[class*="tablet stackable"].table>tr>td { + background: none; + border: none!important; + padding: .25em .75em; + box-shadow: none + } + .ui.definition[class*="tablet stackable"].table>thead>tr>th:first-child { + box-shadow: none!important + } +} + +.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.primary.left { + box-shadow: 0 -1px #0000001a inset, .2em 0 #2185d0 inset +} + +.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.primary.right { + box-shadow: 0 -1px #0000001a inset, -.2em 0 #2185d0 inset +} + +.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.primary.left { + box-shadow: 0 -1px #0000001a inset, .2em 0 #54c8ff inset +} + +.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.primary.right { + box-shadow: 0 -1px #0000001a inset, -.2em 0 #54c8ff inset +} + +.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.secondary.left { + box-shadow: 0 -1px #0000001a inset, .2em 0 #1b1c1d inset +} + +.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.secondary.right { + box-shadow: 0 -1px #0000001a inset, -.2em 0 #1b1c1d inset +} + +.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.secondary.left { + box-shadow: 0 -1px #0000001a inset, .2em 0 #545454 inset +} + +.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.secondary.right { + box-shadow: 0 -1px #0000001a inset, -.2em 0 #545454 inset +} + +.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.red.left { + box-shadow: 0 -1px #0000001a inset, .2em 0 #db2828 inset +} + +.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.red.right { + box-shadow: 0 -1px #0000001a inset, -.2em 0 #db2828 inset +} + +.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.red.left { + box-shadow: 0 -1px #0000001a inset, .2em 0 #ff695e inset +} + +.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.red.right { + box-shadow: 0 -1px #0000001a inset, -.2em 0 #ff695e inset +} + +.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.orange.left { + box-shadow: 0 -1px #0000001a inset, .2em 0 #f2711c inset +} + +.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.orange.right { + box-shadow: 0 -1px #0000001a inset, -.2em 0 #f2711c inset +} + +.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.orange.left { + box-shadow: 0 -1px #0000001a inset, .2em 0 #ff851b inset +} + +.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.orange.right { + box-shadow: 0 -1px #0000001a inset, -.2em 0 #ff851b inset +} + +.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.yellow.left { + box-shadow: 0 -1px #0000001a inset, .2em 0 #fbbd08 inset +} + +.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.yellow.right { + box-shadow: 0 -1px #0000001a inset, -.2em 0 #fbbd08 inset +} + +.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.yellow.left { + box-shadow: 0 -1px #0000001a inset, .2em 0 #ffe21f inset +} + +.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.yellow.right { + box-shadow: 0 -1px #0000001a inset, -.2em 0 #ffe21f inset +} + +.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.olive.left { + box-shadow: 0 -1px #0000001a inset, .2em 0 #b5cc18 inset +} + +.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.olive.right { + box-shadow: 0 -1px #0000001a inset, -.2em 0 #b5cc18 inset +} + +.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.olive.left { + box-shadow: 0 -1px #0000001a inset, .2em 0 #d9e778 inset +} + +.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.olive.right { + box-shadow: 0 -1px #0000001a inset, -.2em 0 #d9e778 inset +} + +.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.green.left { + box-shadow: 0 -1px #0000001a inset, .2em 0 var(--color-gitea-lightblue-light) inset +} + +.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.green.right { + box-shadow: 0 -1px #0000001a inset, -.2em 0 var(--color-gitea-lightblue-light) inset +} + +.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.green.left { + box-shadow: 0 -1px #0000001a inset, .2em 0 #2ecc40 inset +} + +.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.green.right { + box-shadow: 0 -1px #0000001a inset, -.2em 0 #2ecc40 inset +} + +.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.teal.left { + box-shadow: 0 -1px #0000001a inset, .2em 0 var(--color-gitea-lightblue-light) inset +} + +.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.teal.right { + box-shadow: 0 -1px #0000001a inset, -.2em 0 var(--color-gitea-lightblue-light) inset +} + +.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.teal.left { + box-shadow: 0 -1px #0000001a inset, .2em 0 #6dffff inset +} + +.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.teal.right { + box-shadow: 0 -1px #0000001a inset, -.2em 0 #6dffff inset +} + +.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.blue.left { + box-shadow: 0 -1px #0000001a inset, .2em 0 #2185d0 inset +} + +.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.blue.right { + box-shadow: 0 -1px #0000001a inset, -.2em 0 #2185d0 inset +} + +.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.blue.left { + box-shadow: 0 -1px #0000001a inset, .2em 0 #54c8ff inset +} + +.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.blue.right { + box-shadow: 0 -1px #0000001a inset, -.2em 0 #54c8ff inset +} + +.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.violet.left { + box-shadow: 0 -1px #0000001a inset, .2em 0 #6435c9 inset +} + +.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.violet.right { + box-shadow: 0 -1px #0000001a inset, -.2em 0 #6435c9 inset +} + +.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.violet.left { + box-shadow: 0 -1px #0000001a inset, .2em 0 #a291fb inset +} + +.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.violet.right { + box-shadow: 0 -1px #0000001a inset, -.2em 0 #a291fb inset +} + +.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.purple.left { + box-shadow: 0 -1px #0000001a inset, .2em 0 #a333c8 inset +} + +.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.purple.right { + box-shadow: 0 -1px #0000001a inset, -.2em 0 #a333c8 inset +} + +.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.purple.left { + box-shadow: 0 -1px #0000001a inset, .2em 0 #dc73ff inset +} + +.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.purple.right { + box-shadow: 0 -1px #0000001a inset, -.2em 0 #dc73ff inset +} + +.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.pink.left { + box-shadow: 0 -1px #0000001a inset, .2em 0 #e03997 inset +} + +.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.pink.right { + box-shadow: 0 -1px #0000001a inset, -.2em 0 #e03997 inset +} + +.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.pink.left { + box-shadow: 0 -1px #0000001a inset, .2em 0 #ff8edf inset +} + +.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.pink.right { + box-shadow: 0 -1px #0000001a inset, -.2em 0 #ff8edf inset +} + +.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.brown.left { + box-shadow: 0 -1px #0000001a inset, .2em 0 #a5673f inset +} + +.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.brown.right { + box-shadow: 0 -1px #0000001a inset, -.2em 0 #a5673f inset +} + +.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.brown.left { + box-shadow: 0 -1px #0000001a inset, .2em 0 #d67c1c inset +} + +.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.brown.right { + box-shadow: 0 -1px #0000001a inset, -.2em 0 #d67c1c inset +} + +.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.grey.left { + box-shadow: 0 -1px #0000001a inset, .2em 0 #767676 inset +} + +.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.grey.right { + box-shadow: 0 -1px #0000001a inset, -.2em 0 #767676 inset +} + +.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.grey.left { + box-shadow: 0 -1px #0000001a inset, .2em 0 #dcddde inset +} + +.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.grey.right { + box-shadow: 0 -1px #0000001a inset, -.2em 0 #dcddde inset +} + +.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.black.left { + box-shadow: 0 -1px #0000001a inset, .2em 0 #1b1c1d inset +} + +.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.black.right { + box-shadow: 0 -1px #0000001a inset, -.2em 0 #1b1c1d inset +} + +.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.black.left { + box-shadow: 0 -1px #0000001a inset, .2em 0 #545454 inset +} + +.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.black.right { + box-shadow: 0 -1px #0000001a inset, -.2em 0 #545454 inset +} + +.ui.table[class*="left aligned"], .ui.table [class*="left aligned"] { + text-align: left +} + +.ui.table[class*="center aligned"], .ui.table [class*="center aligned"] { + text-align: center +} + +.ui.table[class*="right aligned"], .ui.table [class*="right aligned"] { + text-align: right +} + +.ui.table[class*="top aligned"], .ui.table [class*="top aligned"] { + vertical-align: top +} + +.ui.table[class*="middle aligned"], .ui.table [class*="middle aligned"] { + vertical-align: middle +} + +.ui.table[class*="bottom aligned"], .ui.table [class*="bottom aligned"] { + vertical-align: bottom +} + +.ui.table th.collapsing, .ui.table td.collapsing { + width: 1px; + white-space: nowrap +} + +.ui.fixed.table { + table-layout: fixed +} + +.ui.fixed.table th, .ui.fixed.table td { + overflow: hidden; + text-overflow: ellipsis +} + +.ui.ui.selectable.table>tbody>tr:hover, .ui.table tbody tr td.selectable:hover { + background: rgba(0, 0, 0, .05); + color: #000000f2 +} + +.ui.ui.selectable.inverted.table>tbody>tr:hover, .ui.inverted.table tbody tr td.selectable:hover { + background: rgba(255, 255, 255, .08); + color: #fff +} + +.ui.table tbody tr td.selectable { + padding: 0 +} + +.ui.table tbody tr td.selectable>a:not(.ui) { + display: block; + color: inherit; + padding: .78571429em +} + +.ui.table>tr>td.selectable, .ui.table>tbody>tr>td.selectable, .ui.selectable.table>tbody>tr, .ui.selectable.table>tr { + cursor: pointer +} + +.ui.ui.selectable.table tr.error:hover, .ui.table tr td.selectable.error:hover, .ui.selectable.table tr:hover td.error { + background: #ffe7e7; + color: #943634 +} + +.ui.ui.selectable.table tr.warning:hover, .ui.table tr td.selectable.warning:hover, .ui.selectable.table tr:hover td.warning { + background: #fff4e4; + color: #493107 +} + +.ui.ui.selectable.table tr.active:hover, .ui.table tr td.selectable.active:hover, .ui.selectable.table tr:hover td.active { + background: #E0E0E0; + color: #000000de +} + +.ui.ui.selectable.table tr.positive:hover, .ui.table tr td.selectable.positive:hover, .ui.selectable.table tr:hover td.positive { + background: #f7ffe6; + color: #275b28 +} + +.ui.ui.selectable.table tr.negative:hover, .ui.table tr td.selectable.negative:hover, .ui.selectable.table tr:hover td.negative { + background: #ffe7e7; + color: #943634 +} + +.ui.attached.table { + top: 0; + bottom: 0; + border-radius: 0; + margin: 0 -1px; + width: calc(100% + 2px); + max-width: calc(100% + 2px); + box-shadow: none; + border: 1px solid #D4D4D5 +} + +.ui.attached+.ui.attached.table:not(.top) { + border-top: none +} + +.ui[class*="top attached"].table { + bottom: 0; + margin-bottom: 0; + top: 0; + margin-top: 1em; + border-radius: .28571429rem .28571429rem 0 0 +} + +.ui.table[class*="top attached"]:first-child { + margin-top: 0 +} + +.ui[class*="bottom attached"].table { + bottom: 0; + margin-top: 0; + top: 0; + margin-bottom: 1em; + box-shadow: none, none; + border-radius: 0 0 .28571429rem .28571429rem +} + +.ui[class*="bottom attached"].table:last-child { + margin-bottom: 0 +} + +.ui.striped.table>tr:nth-child(2n), .ui.striped.table>tbody>tr:nth-child(2n) { + background-color: #00003205 +} + +.ui.inverted.striped.table>tr:nth-child(2n), .ui.inverted.striped.table>tbody>tr:nth-child(2n) { + background-color: #ffffff0d +} + +.ui.striped.selectable.selectable.selectable.table tbody tr.active:hover { + background: #EFEFEF; + color: #000000f2 +} + +.ui.table[class*="single line"], .ui.table [class*="single line"] { + white-space: nowrap +} + +.ui.primary.table { + border-top: .2em solid #2185D0 +} + +.ui.inverted.primary.table { + background-color: #2185d0; + color: #fff +} + +.ui.ui.ui.ui.table tr.primary:not(.marked), .ui.ui.table td.primary:not(.marked) { + background: #ddf4ff; + color: #ffffffe6 +} + +.ui.ui.selectable.table tr.primary:not(.marked):hover, .ui.table tr td.selectable.primary:not(.marked):hover, .ui.selectable.table tr:hover td.primary:not(.marked) { + background: #d3f1ff; + color: #ffffffe6 +} + +.ui.table td.marked.primary.left, .ui.table tr.marked.primary.left { + box-shadow: .2em 0 #2185d0 inset +} + +.ui.table td.marked.primary.right, .ui.table tr.marked.primary.right { + box-shadow: -.2em 0 #2185d0 inset +} + +.ui.inverted.table td.marked.primary.left, .ui.inverted.table tr.marked.primary.left { + box-shadow: .2em 0 #54c8ff inset +} + +.ui.inverted.table td.marked.primary.right, .ui.inverted.table tr.marked.primary.right { + box-shadow: -.2em 0 #54c8ff inset +} + +.ui.secondary.table { + border-top: .2em solid #1B1C1D +} + +.ui.inverted.secondary.table { + background-color: #1b1c1d; + color: #fff +} + +.ui.ui.ui.ui.table tr.secondary:not(.marked), .ui.ui.table td.secondary:not(.marked) { + background: #dddddd; + color: #ffffffe6 +} + +.ui.ui.selectable.table tr.secondary:not(.marked):hover, .ui.table tr td.selectable.secondary:not(.marked):hover, .ui.selectable.table tr:hover td.secondary:not(.marked) { + background: #e2e2e2; + color: #ffffffe6 +} + +.ui.table td.marked.secondary.left, .ui.table tr.marked.secondary.left { + box-shadow: .2em 0 #1b1c1d inset +} + +.ui.table td.marked.secondary.right, .ui.table tr.marked.secondary.right { + box-shadow: -.2em 0 #1b1c1d inset +} + +.ui.inverted.table td.marked.secondary.left, .ui.inverted.table tr.marked.secondary.left { + box-shadow: .2em 0 #545454 inset +} + +.ui.inverted.table td.marked.secondary.right, .ui.inverted.table tr.marked.secondary.right { + box-shadow: -.2em 0 #545454 inset +} + +.ui.red.table { + border-top: .2em solid #DB2828 +} + +.ui.inverted.red.table { + background-color: #db2828; + color: #fff +} + +.ui.ui.ui.ui.table tr.red:not(.marked), .ui.ui.table td.red:not(.marked) { + background: #ffe1df; + color: #db2828 +} + +.ui.ui.selectable.table tr.red:not(.marked):hover, .ui.table tr td.selectable.red:not(.marked):hover, .ui.selectable.table tr:hover td.red:not(.marked) { + background: #ffd7d5; + color: #db2828 +} + +.ui.table td.marked.red.left, .ui.table tr.marked.red.left { + box-shadow: .2em 0 #db2828 inset +} + +.ui.table td.marked.red.right, .ui.table tr.marked.red.right { + box-shadow: -.2em 0 #db2828 inset +} + +.ui.inverted.table td.marked.red.left, .ui.inverted.table tr.marked.red.left { + box-shadow: .2em 0 #ff695e inset +} + +.ui.inverted.table td.marked.red.right, .ui.inverted.table tr.marked.red.right { + box-shadow: -.2em 0 #ff695e inset +} + +.ui.orange.table { + border-top: .2em solid #F2711C +} + +.ui.inverted.orange.table { + background-color: #f2711c; + color: #fff +} + +.ui.ui.ui.ui.table tr.orange:not(.marked), .ui.ui.table td.orange:not(.marked) { + background: #ffe7d1; + color: #f2711c +} + +.ui.ui.selectable.table tr.orange:not(.marked):hover, .ui.table tr td.selectable.orange:not(.marked):hover, .ui.selectable.table tr:hover td.orange:not(.marked) { + background: #fae1cc; + color: #f2711c +} + +.ui.table td.marked.orange.left, .ui.table tr.marked.orange.left { + box-shadow: .2em 0 #f2711c inset +} + +.ui.table td.marked.orange.right, .ui.table tr.marked.orange.right { + box-shadow: -.2em 0 #f2711c inset +} + +.ui.inverted.table td.marked.orange.left, .ui.inverted.table tr.marked.orange.left { + box-shadow: .2em 0 #ff851b inset +} + +.ui.inverted.table td.marked.orange.right, .ui.inverted.table tr.marked.orange.right { + box-shadow: -.2em 0 #ff851b inset +} + +.ui.yellow.table { + border-top: .2em solid #FBBD08 +} + +.ui.inverted.yellow.table { + background-color: #fbbd08; + color: #fff +} + +.ui.ui.ui.ui.table tr.yellow:not(.marked), .ui.ui.table td.yellow:not(.marked) { + background: #fff9d2; + color: #b58105 +} + +.ui.ui.selectable.table tr.yellow:not(.marked):hover, .ui.table tr td.selectable.yellow:not(.marked):hover, .ui.selectable.table tr:hover td.yellow:not(.marked) { + background: #fbf5cc; + color: #b58105 +} + +.ui.table td.marked.yellow.left, .ui.table tr.marked.yellow.left { + box-shadow: .2em 0 #fbbd08 inset +} + +.ui.table td.marked.yellow.right, .ui.table tr.marked.yellow.right { + box-shadow: -.2em 0 #fbbd08 inset +} + +.ui.inverted.table td.marked.yellow.left, .ui.inverted.table tr.marked.yellow.left { + box-shadow: .2em 0 #ffe21f inset +} + +.ui.inverted.table td.marked.yellow.right, .ui.inverted.table tr.marked.yellow.right { + box-shadow: -.2em 0 #ffe21f inset +} + +.ui.olive.table { + border-top: .2em solid #B5CC18 +} + +.ui.inverted.olive.table { + background-color: #b5cc18; + color: #fff +} + +.ui.ui.ui.ui.table tr.olive:not(.marked), .ui.ui.table td.olive:not(.marked) { + background: #f7fae4; + color: #8abc1e +} + +.ui.ui.selectable.table tr.olive:not(.marked):hover, .ui.table tr td.selectable.olive:not(.marked):hover, .ui.selectable.table tr:hover td.olive:not(.marked) { + background: #f6fada; + color: #8abc1e +} + +.ui.table td.marked.olive.left, .ui.table tr.marked.olive.left { + box-shadow: .2em 0 #b5cc18 inset +} + +.ui.table td.marked.olive.right, .ui.table tr.marked.olive.right { + box-shadow: -.2em 0 #b5cc18 inset +} + +.ui.inverted.table td.marked.olive.left, .ui.inverted.table tr.marked.olive.left { + box-shadow: .2em 0 #d9e778 inset +} + +.ui.inverted.table td.marked.olive.right, .ui.inverted.table tr.marked.olive.right { + box-shadow: -.2em 0 #d9e778 inset +} + +.ui.green.table { + border-top: .2em solid var(--color-gitea-lightblue-light) +} + +.ui.inverted.green.table { + background-color: var(--color-gitea-lightblue-light); + color: #fff +} + +.ui.ui.ui.ui.table tr.green:not(.marked), .ui.ui.table td.green:not(.marked) { + background: #d5f5d9; + color: #1ebc30 +} + +.ui.ui.selectable.table tr.green:not(.marked):hover, .ui.table tr td.selectable.green:not(.marked):hover, .ui.selectable.table tr:hover td.green:not(.marked) { + background: #d2eed5; + color: #1ebc30 +} + +.ui.table td.marked.green.left, .ui.table tr.marked.green.left { + box-shadow: .2em 0 var(--color-gitea-lightblue-light) inset +} + +.ui.table td.marked.green.right, .ui.table tr.marked.green.right { + box-shadow: -.2em 0 var(--color-gitea-lightblue-light) inset +} + +.ui.inverted.table td.marked.green.left, .ui.inverted.table tr.marked.green.left { + box-shadow: .2em 0 #2ecc40 inset +} + +.ui.inverted.table td.marked.green.right, .ui.inverted.table tr.marked.green.right { + box-shadow: -.2em 0 #2ecc40 inset +} + +.ui.teal.table { + border-top: .2em solid var(--color-gitea-lightblue-light) +} + +.ui.inverted.teal.table { + background-color: var(--color-gitea-lightblue-light); + color: #fff +} + +.ui.ui.ui.ui.table tr.teal:not(.marked), .ui.ui.table td.teal:not(.marked) { + background: #e2ffff; + color: #10a3a3 +} + +.ui.ui.selectable.table tr.teal:not(.marked):hover, .ui.table tr td.selectable.teal:not(.marked):hover, .ui.selectable.table tr:hover td.teal:not(.marked) { + background: #d8ffff; + color: #10a3a3 +} + +.ui.table td.marked.teal.left, .ui.table tr.marked.teal.left { + box-shadow: .2em 0 var(--color-gitea-lightblue-light) inset +} + +.ui.table td.marked.teal.right, .ui.table tr.marked.teal.right { + box-shadow: -.2em 0 var(--color-gitea-lightblue-light) inset +} + +.ui.inverted.table td.marked.teal.left, .ui.inverted.table tr.marked.teal.left { + box-shadow: .2em 0 #6dffff inset +} + +.ui.inverted.table td.marked.teal.right, .ui.inverted.table tr.marked.teal.right { + box-shadow: -.2em 0 #6dffff inset +} + +.ui.blue.table { + border-top: .2em solid #2185D0 +} + +.ui.inverted.blue.table { + background-color: #2185d0; + color: #fff +} + +.ui.ui.ui.ui.table tr.blue:not(.marked), .ui.ui.table td.blue:not(.marked) { + background: #ddf4ff; + color: #2185d0 +} + +.ui.ui.selectable.table tr.blue:not(.marked):hover, .ui.table tr td.selectable.blue:not(.marked):hover, .ui.selectable.table tr:hover td.blue:not(.marked) { + background: #d3f1ff; + color: #2185d0 +} + +.ui.table td.marked.blue.left, .ui.table tr.marked.blue.left { + box-shadow: .2em 0 #2185d0 inset +} + +.ui.table td.marked.blue.right, .ui.table tr.marked.blue.right { + box-shadow: -.2em 0 #2185d0 inset +} + +.ui.inverted.table td.marked.blue.left, .ui.inverted.table tr.marked.blue.left { + box-shadow: .2em 0 #54c8ff inset +} + +.ui.inverted.table td.marked.blue.right, .ui.inverted.table tr.marked.blue.right { + box-shadow: -.2em 0 #54c8ff inset +} + +.ui.violet.table { + border-top: .2em solid #6435C9 +} + +.ui.inverted.violet.table { + background-color: #6435c9; + color: #fff +} + +.ui.ui.ui.ui.table tr.violet:not(.marked), .ui.ui.table td.violet:not(.marked) { + background: #ece9fe; + color: #6435c9 +} + +.ui.ui.selectable.table tr.violet:not(.marked):hover, .ui.table tr td.selectable.violet:not(.marked):hover, .ui.selectable.table tr:hover td.violet:not(.marked) { + background: #e3deff; + color: #6435c9 +} + +.ui.table td.marked.violet.left, .ui.table tr.marked.violet.left { + box-shadow: .2em 0 #6435c9 inset +} + +.ui.table td.marked.violet.right, .ui.table tr.marked.violet.right { + box-shadow: -.2em 0 #6435c9 inset +} + +.ui.inverted.table td.marked.violet.left, .ui.inverted.table tr.marked.violet.left { + box-shadow: .2em 0 #a291fb inset +} + +.ui.inverted.table td.marked.violet.right, .ui.inverted.table tr.marked.violet.right { + box-shadow: -.2em 0 #a291fb inset +} + +.ui.purple.table { + border-top: .2em solid #A333C8 +} + +.ui.inverted.purple.table { + background-color: #a333c8; + color: #fff +} + +.ui.ui.ui.ui.table tr.purple:not(.marked), .ui.ui.table td.purple:not(.marked) { + background: #f8e3ff; + color: #a333c8 +} + +.ui.ui.selectable.table tr.purple:not(.marked):hover, .ui.table tr td.selectable.purple:not(.marked):hover, .ui.selectable.table tr:hover td.purple:not(.marked) { + background: #f5d9ff; + color: #a333c8 +} + +.ui.table td.marked.purple.left, .ui.table tr.marked.purple.left { + box-shadow: .2em 0 #a333c8 inset +} + +.ui.table td.marked.purple.right, .ui.table tr.marked.purple.right { + box-shadow: -.2em 0 #a333c8 inset +} + +.ui.inverted.table td.marked.purple.left, .ui.inverted.table tr.marked.purple.left { + box-shadow: .2em 0 #dc73ff inset +} + +.ui.inverted.table td.marked.purple.right, .ui.inverted.table tr.marked.purple.right { + box-shadow: -.2em 0 #dc73ff inset +} + +.ui.pink.table { + border-top: .2em solid #E03997 +} + +.ui.inverted.pink.table { + background-color: #e03997; + color: #fff +} + +.ui.ui.ui.ui.table tr.pink:not(.marked), .ui.ui.table td.pink:not(.marked) { + background: #ffe8f9; + color: #e03997 +} + +.ui.ui.selectable.table tr.pink:not(.marked):hover, .ui.table tr td.selectable.pink:not(.marked):hover, .ui.selectable.table tr:hover td.pink:not(.marked) { + background: #ffdef6; + color: #e03997 +} + +.ui.table td.marked.pink.left, .ui.table tr.marked.pink.left { + box-shadow: .2em 0 #e03997 inset +} + +.ui.table td.marked.pink.right, .ui.table tr.marked.pink.right { + box-shadow: -.2em 0 #e03997 inset +} + +.ui.inverted.table td.marked.pink.left, .ui.inverted.table tr.marked.pink.left { + box-shadow: .2em 0 #ff8edf inset +} + +.ui.inverted.table td.marked.pink.right, .ui.inverted.table tr.marked.pink.right { + box-shadow: -.2em 0 #ff8edf inset +} + +.ui.brown.table { + border-top: .2em solid #A5673F +} + +.ui.inverted.brown.table { + background-color: #a5673f; + color: #fff +} + +.ui.ui.ui.ui.table tr.brown:not(.marked), .ui.ui.table td.brown:not(.marked) { + background: #f7e5d2; + color: #a5673f +} + +.ui.ui.selectable.table tr.brown:not(.marked):hover, .ui.table tr td.selectable.brown:not(.marked):hover, .ui.selectable.table tr:hover td.brown:not(.marked) { + background: #efe0cf; + color: #a5673f +} + +.ui.table td.marked.brown.left, .ui.table tr.marked.brown.left { + box-shadow: .2em 0 #a5673f inset +} + +.ui.table td.marked.brown.right, .ui.table tr.marked.brown.right { + box-shadow: -.2em 0 #a5673f inset +} + +.ui.inverted.table td.marked.brown.left, .ui.inverted.table tr.marked.brown.left { + box-shadow: .2em 0 #d67c1c inset +} + +.ui.inverted.table td.marked.brown.right, .ui.inverted.table tr.marked.brown.right { + box-shadow: -.2em 0 #d67c1c inset +} + +.ui.grey.table { + border-top: .2em solid #767676 +} + +.ui.inverted.grey.table { + background-color: #767676; + color: #fff +} + +.ui.ui.ui.ui.table tr.grey:not(.marked), .ui.ui.table td.grey:not(.marked) { + background: #DCDDDE; + color: #767676 +} + +.ui.ui.selectable.table tr.grey:not(.marked):hover, .ui.table tr td.selectable.grey:not(.marked):hover, .ui.selectable.table tr:hover td.grey:not(.marked) { + background: #c2c4c5; + color: #767676 +} + +.ui.table td.marked.grey.left, .ui.table tr.marked.grey.left { + box-shadow: .2em 0 #767676 inset +} + +.ui.table td.marked.grey.right, .ui.table tr.marked.grey.right { + box-shadow: -.2em 0 #767676 inset +} + +.ui.inverted.table td.marked.grey.left, .ui.inverted.table tr.marked.grey.left { + box-shadow: .2em 0 #dcddde inset +} + +.ui.inverted.table td.marked.grey.right, .ui.inverted.table tr.marked.grey.right { + box-shadow: -.2em 0 #dcddde inset +} + +.ui.black.table { + border-top: .2em solid #1B1C1D +} + +.ui.inverted.black.table { + background-color: #1b1c1d; + color: #fff +} + +.ui.ui.ui.ui.table tr.black:not(.marked), .ui.ui.table td.black:not(.marked) { + background: #545454; + color: #fff +} + +.ui.ui.selectable.table tr.black:not(.marked):hover, .ui.table tr td.selectable.black:not(.marked):hover, .ui.selectable.table tr:hover td.black:not(.marked) { + background: #000000; + color: #fff +} + +.ui.table td.marked.black.left, .ui.table tr.marked.black.left { + box-shadow: .2em 0 #1b1c1d inset +} + +.ui.table td.marked.black.right, .ui.table tr.marked.black.right { + box-shadow: -.2em 0 #1b1c1d inset +} + +.ui.inverted.table td.marked.black.left, .ui.inverted.table tr.marked.black.left { + box-shadow: .2em 0 #545454 inset +} + +.ui.inverted.table td.marked.black.right, .ui.inverted.table tr.marked.black.right { + box-shadow: -.2em 0 #545454 inset +} + +.ui.one.column.table td { + width: 100% +} + +.ui.two.column.table td { + width: 50% +} + +.ui.three.column.table td { + width: 33.33333333% +} + +.ui.four.column.table td { + width: 25% +} + +.ui.five.column.table td { + width: 20% +} + +.ui.six.column.table td { + width: 16.66666667% +} + +.ui.seven.column.table td { + width: 14.28571429% +} + +.ui.eight.column.table td { + width: 12.5% +} + +.ui.nine.column.table td { + width: 11.11111111% +} + +.ui.ten.column.table td { + width: 10% +} + +.ui.eleven.column.table td { + width: 9.09090909% +} + +.ui.twelve.column.table td { + width: 8.33333333% +} + +.ui.thirteen.column.table td { + width: 7.69230769% +} + +.ui.fourteen.column.table td { + width: 7.14285714% +} + +.ui.fifteen.column.table td { + width: 6.66666667% +} + +.ui.sixteen.column.table td { + width: 6.25% +} + +.ui.table th.one.wide, .ui.table td.one.wide { + width: 6.25% +} + +.ui.table th.two.wide, .ui.table td.two.wide { + width: 12.5% +} + +.ui.table th.three.wide, .ui.table td.three.wide { + width: 18.75% +} + +.ui.table th.four.wide, .ui.table td.four.wide { + width: 25% +} + +.ui.table th.five.wide, .ui.table td.five.wide { + width: 31.25% +} + +.ui.table th.six.wide, .ui.table td.six.wide { + width: 37.5% +} + +.ui.table th.seven.wide, .ui.table td.seven.wide { + width: 43.75% +} + +.ui.table th.eight.wide, .ui.table td.eight.wide { + width: 50% +} + +.ui.table th.nine.wide, .ui.table td.nine.wide { + width: 56.25% +} + +.ui.table th.ten.wide, .ui.table td.ten.wide { + width: 62.5% +} + +.ui.table th.eleven.wide, .ui.table td.eleven.wide { + width: 68.75% +} + +.ui.table th.twelve.wide, .ui.table td.twelve.wide { + width: 75% +} + +.ui.table th.thirteen.wide, .ui.table td.thirteen.wide { + width: 81.25% +} + +.ui.table th.fourteen.wide, .ui.table td.fourteen.wide { + width: 87.5% +} + +.ui.table th.fifteen.wide, .ui.table td.fifteen.wide { + width: 93.75% +} + +.ui.table th.sixteen.wide, .ui.table td.sixteen.wide { + width: 100% +} + +.ui.sortable.table>thead>tr>th { + cursor: pointer; + white-space: nowrap; + border-left: 1px solid rgba(34, 36, 38, .15); + color: #000000de +} + +.ui.sortable.table>thead>tr>th:first-child { + border-left: none +} + +.ui.sortable.table thead th.sorted, .ui.sortable.table thead th.sorted:hover { + -webkit-user-select: none; + -moz-user-select: none; + user-select: none +} + +.ui.sortable.table>thead>tr>th:after { + display: none; + font-style: normal; + font-weight: normal; + text-decoration: inherit; + content: ""; + height: 1em; + width: auto; + opacity: .8; + margin: 0 0 0 .5em; + font-family: "Icons" +} + +.ui.sortable.table thead th.ascending:after { + content: "\f0d8" +} + +.ui.sortable.table thead th.descending:after { + content: "\f0d7" +} + +.ui.sortable.table th.disabled:hover { + cursor: auto; + color: #2828284d +} + +.ui.sortable.table>thead>tr>th:hover { + color: #000c +} + +.ui.sortable.table:not(.basic)>thead>tr>th:hover { + background: rgba(0, 0, 0, .05) +} + +.ui.sortable.table thead th.sorted { + color: #000000f2 +} + +.ui.sortable.table:not(.basic) thead th.sorted { + background: rgba(0, 0, 0, .05) +} + +.ui.sortable.table thead th.sorted:after { + display: inline-block +} + +.ui.sortable.table thead th.sorted:hover { + color: #000000f2 +} + +.ui.sortable.table:not(.basic) thead th.sorted:hover { + background: rgba(0, 0, 0, .05) +} + +.ui.inverted.sortable.table thead th.sorted { + color: #fff +} + +.ui.inverted.sortable.table:not(.basic) thead th.sorted { + background: rgba(255, 255, 255, .15) linear-gradient(transparent, rgba(0, 0, 0, .05)) +} + +.ui.inverted.sortable.table>thead>tr>th:hover { + color: #fff +} + +.ui.inverted.sortable.table:not(.basic)>thead>tr>th:hover { + background: rgba(255, 255, 255, .08) linear-gradient(transparent, rgba(0, 0, 0, .05)) +} + +.ui.inverted.sortable.table:not(.basic)>thead>tr>th { + border-left-color: transparent; + border-right-color: transparent +} + +.ui.inverted.table { + background: #333333; + color: #ffffffe6; + border: none +} + +.ui.ui.inverted.table>thead>tr>th, .ui.ui.inverted.table>tbody>tr>th, .ui.ui.inverted.table>tfoot>tr>th, .ui.ui.inverted.table>tfoot>tr>td, .ui.ui.inverted.table>tr>th { + background-color: #00000026; + border-color: #ffffff1a; + color: #ffffffe6 +} + +.ui.inverted.table>tbody>tr>td, .ui.inverted.table>tfoot>tr>td, .ui.inverted.table>tr>td { + border-color: #ffffff1a +} + +.ui.inverted.table tr.disabled td, .ui.inverted.table tr td.disabled, .ui.inverted.table tr.disabled:hover td, .ui.inverted.table tr:hover td.disabled { + pointer-events: none; + color: #e1e1e14d +} + +.ui.inverted.table tr td.disabled:not([class="disabled"]), .ui.inverted.table tr.disabled:not([class="disabled"]) td, .ui.inverted.table tr.disabled td[class]:not(.disabled), .ui.inverted.table tr:hover td.disabled:not([class="disabled"]) { + color: #2828284d +} + +.ui.inverted.definition.table>tfoot:not(.full-width)>tr>th:first-child, .ui.inverted.definition.table>thead:not(.full-width)>tr>th:first-child { + background: #FFFFFF +} + +.ui.inverted.definition.table>tbody>tr>td:first-child .ui.inverted.definition.table>tfoot>tr>td:first-child, .ui.inverted.definition.table>tr>td:first-child { + background: rgba(255, 255, 255, .02); + color: #fff +} + +.ui.collapsing.table { + width: auto +} + +.ui.basic.table { + background: transparent; + border: 1px solid rgba(34, 36, 38, .15); + box-shadow: none +} + +.ui.basic.table>thead, .ui.basic.table>tfoot { + box-shadow: none +} + +.ui.basic.table>thead>tr>th, .ui.basic.table>tbody>tr>th, .ui.basic.table>tfoot>tr>th, .ui.basic.table>tr>th { + background: transparent; + border-left: none +} + +.ui.basic.table>tbody>tr { + border-bottom: 1px solid rgba(0, 0, 0, .1) +} + +.ui.basic.table>tbody>tr>td, .ui.basic.table>tfoot>tr>td, .ui.basic.table>tr>td { + background: transparent +} + +.ui.basic.striped.table>tbody>tr:nth-child(2n) { + background-color: #0000000d +} + +.ui[class*="very basic"].table { + border: none +} + +.ui[class*="very basic"].table:not(.sortable):not(.striped)>tr>th, .ui[class*="very basic"].table:not(.sortable):not(.striped)>thead>tr>th, .ui[class*="very basic"].table:not(.sortable):not(.striped)>tbody>tr>th, .ui[class*="very basic"].table:not(.sortable):not(.striped)>tfoot>tr>th, .ui[class*="very basic"].table:not(.sortable):not(.striped)>tr>td, .ui[class*="very basic"].table:not(.sortable):not(.striped)>tbody>tr>td { + padding: "" +} + +.ui[class*="very basic"].table:not(.sortable):not(.striped)>tr>th:first-child, .ui[class*="very basic"].table:not(.sortable):not(.striped)>thead>tr>th:first-child, .ui[class*="very basic"].table:not(.sortable):not(.striped)>tbody>tr>th:first-child, .ui[class*="very basic"].table:not(.sortable):not(.striped)>tfoot>tr>th:first-child, .ui[class*="very basic"].table:not(.sortable):not(.striped)>tr>td:first-child, .ui[class*="very basic"].table:not(.sortable):not(.striped)>tbody>tr>td:first-child, .ui[class*="very basic"].table:not(.sortable):not(.striped)>tfoot>tr>td:first-child { + padding-left: 0 +} + +.ui[class*="very basic"].table:not(.sortable):not(.striped)>tr>th:last-child, .ui[class*="very basic"].table:not(.sortable):not(.striped)>thead>tr>th:last-child, .ui[class*="very basic"].table:not(.sortable):not(.striped)>tbody>tr>th:last-child, .ui[class*="very basic"].table:not(.sortable):not(.striped)>tfoot>tr>th:last-child, .ui[class*="very basic"].table:not(.sortable):not(.striped)>tr>td:last-child, .ui[class*="very basic"].table:not(.sortable):not(.striped)>tbody>tr>td:last-child, .ui[class*="very basic"].table:not(.sortable):not(.striped)>tfoot>tr>td:last-child { + padding-right: 0 +} + +.ui[class*="very basic"].table:not(.sortable):not(.striped)>thead>tr:first-child>th { + padding-top: 0 +} + +.ui.celled.table>tr>th, .ui.celled.table>thead>tr>th, .ui.celled.table>tbody>tr>th, .ui.celled.table>tfoot>tr>th, .ui.celled.table>tr>td, .ui.celled.table>tbody>tr>td, .ui.celled.table>tfoot>tr>td { + border-left: 1px solid rgba(34, 36, 38, .1) +} + +.ui.inverted.celled.table>tbody>tr>td, .ui.inverted.celled.table>tr>td { + border-left: 1px solid rgba(255, 255, 255, .1) +} + +.ui.celled.table>tr>th:first-child, .ui.celled.table>thead>tr>th:first-child, .ui.celled.table>tbody>tr>th:first-child, .ui.celled.table>tfoot>tr>th:first-child, .ui.celled.table>tr>td:first-child, .ui.celled.table>tbody>tr>td:first-child, .ui.celled.table>tfoot>tr>td:first-child { + border-left: none +} + +.ui.padded.table>tr>th, .ui.padded.table>thead>tr>th, .ui.padded.table>tbody>tr>th, .ui.padded.table>tfoot>tr>th { + padding-left: 1em; + padding-right: 1em +} + +.ui.padded.table>tr>th, .ui.padded.table>thead>tr>th, .ui.padded.table>tbody>tr>th, .ui.padded.table>tfoot>tr>th, .ui.padded.table>tr>td, .ui.padded.table>tbody>tr>td, .ui.padded.table>tfoot>tr>td { + padding: 1em +} + +.ui[class*="very padded"].table>tr>th, .ui[class*="very padded"].table>thead>tr>th, .ui[class*="very padded"].table>tbody>tr>th, .ui[class*="very padded"].table>tfoot>tr>th { + padding-left: 1.5em; + padding-right: 1.5em +} + +.ui[class*="very padded"].table>tr>td, .ui[class*="very padded"].table>tbody>tr>td, .ui[class*="very padded"].table>tfoot>tr>td { + padding: 1.5em +} + +.ui.compact.table>tr>th, .ui.compact.table>thead>tr>th, .ui.compact.table>tbody>tr>th, .ui.compact.table>tfoot>tr>th { + padding-left: .7em; + padding-right: .7em +} + +.ui.compact.table>tr>td, .ui.compact.table>tbody>tr>td, .ui.compact.table>tfoot>tr>td { + padding: .5em .7em +} + +.ui[class*="very compact"].table>tr>th, .ui[class*="very compact"].table>thead>tr>th, .ui[class*="very compact"].table>tbody>tr>th, .ui[class*="very compact"].table>tfoot>tr>th { + padding-left: .6em; + padding-right: .6em +} + +.ui[class*="very compact"].table>tr>td, .ui[class*="very compact"].table>tbody>tr>td, .ui[class*="very compact"].table>tfoot>tr>td { + padding: .4em .6em +} + +.ui.table { + font-size: 1em +} + +.ui.mini.table { + font-size: .78571429rem +} + +.ui.tiny.table { + font-size: .85714286rem +} + +.ui.small.table { + font-size: .9em +} + +.ui.large.table { + font-size: 1.1em +} + +.ui.big.table { + font-size: 1.28571429rem +} + +.ui.huge.table { + font-size: 1.42857143rem +} + +.ui.massive.table { + font-size: 1.71428571rem +} + +span.ui.text { + line-height: 1 +} + +span.ui.primary.text { + color: #2185d0 +} + +span.ui.inverted.primary.text { + color: #54c8ff +} + +span.ui.secondary.text { + color: #1b1c1d +} + +span.ui.inverted.secondary.text { + color: #545454 +} + +span.ui.red.text { + color: #db2828 +} + +span.ui.inverted.red.text { + color: #ff695e +} + +span.ui.orange.text { + color: #f2711c +} + +span.ui.inverted.orange.text { + color: #ff851b +} + +span.ui.yellow.text { + color: #fbbd08 +} + +span.ui.inverted.yellow.text { + color: #ffe21f +} + +span.ui.olive.text { + color: #b5cc18 +} + +span.ui.inverted.olive.text { + color: #d9e778 +} + +span.ui.green.text { + color: var(--color-gitea-lightblue-light) +} + +span.ui.inverted.green.text { + color: #2ecc40 +} + +span.ui.teal.text { + color: var(--color-gitea-lightblue-light) +} + +span.ui.inverted.teal.text { + color: #6dffff +} + +span.ui.blue.text { + color: #2185d0 +} + +span.ui.inverted.blue.text { + color: #54c8ff +} + +span.ui.violet.text { + color: #6435c9 +} + +span.ui.inverted.violet.text { + color: #a291fb +} + +span.ui.purple.text { + color: #a333c8 +} + +span.ui.inverted.purple.text { + color: #dc73ff +} + +span.ui.pink.text { + color: #e03997 +} + +span.ui.inverted.pink.text { + color: #ff8edf +} + +span.ui.brown.text { + color: #a5673f +} + +span.ui.inverted.brown.text { + color: #d67c1c +} + +span.ui.grey.text { + color: #767676 +} + +span.ui.inverted.grey.text { + color: #dcddde +} + +span.ui.black.text { + color: #1b1c1d +} + +span.ui.inverted.black.text { + color: #545454 +} + +span.ui.error.text { + color: #db2828 +} + +span.ui.info.text { + color: #31ccec +} + +span.ui.success.text { + color: var(--color-gitea-lightblue-light) +} + +span.ui.warning.text { + color: #f2c037 +} + +span.ui.disabled.text { + opacity: var(--opacity-disabled) +} + +span.ui.medium.text { + font-size: 1em +} + +span.ui.mini.text { + font-size: .4em +} + +span.ui.tiny.text { + font-size: .5em +} + +span.ui.small.text { + font-size: .75em +} + +span.ui.large.text { + font-size: 1.5em +} + +span.ui.big.text { + font-size: 2em +} + +span.ui.huge.text { + font-size: 4em +} + +span.ui.massive.text { + font-size: 8em +} + +.transition { + -webkit-animation-iteration-count: 1; + animation-iteration-count: 1; + -webkit-animation-duration: 300ms; + animation-duration: 300ms; + -webkit-animation-timing-function: ease; + animation-timing-function: ease; + -webkit-animation-fill-mode: both; + animation-fill-mode: both +} + +.animating.transition { + -webkit-backface-visibility: hidden; + backface-visibility: hidden; + visibility: visible!important +} + +.loading.transition { + position: absolute; + top: -99999px; + left: -99999px +} + +.hidden.transition { + display: none; + visibility: hidden +} + +.visible.transition { + display: block!important; + visibility: visible!important +} + +.disabled.transition { + -webkit-animation-play-state: paused; + animation-play-state: paused +} + +.looping.transition { + -webkit-animation-iteration-count: infinite; + animation-iteration-count: infinite +} + +.transition.browse { + -webkit-animation-duration: 500ms; + animation-duration: 500ms +} + +.transition.browse.in { + -webkit-animation-name: browseIn; + animation-name: browseIn +} + +.transition.browse.out, .transition.browse.left.out { + -webkit-animation-name: browseOutLeft; + animation-name: browseOutLeft +} + +.transition.browse.right.out { + -webkit-animation-name: browseOutRight; + animation-name: browseOutRight +} + +@-webkit-keyframes browseIn { + 0% { + transform: scale(.8) translateZ(0px); + z-index: -1 + } + 10% { + transform: scale(.8) translateZ(0px); + z-index: -1; + opacity: .7 + } + 80% { + transform: scale(1.05) translateZ(0px); + opacity: 1; + z-index: 999 + } + to { + transform: scale(1) translateZ(0px); + z-index: 999 + } +} + +@keyframes browseIn { + 0% { + transform: scale(.8) translateZ(0px); + z-index: -1 + } + 10% { + transform: scale(.8) translateZ(0px); + z-index: -1; + opacity: .7 + } + 80% { + transform: scale(1.05) translateZ(0px); + opacity: 1; + z-index: 999 + } + to { + transform: scale(1) translateZ(0px); + z-index: 999 + } +} + +@-webkit-keyframes browseOutLeft { + 0% { + z-index: 999; + transform: translateX(0%) rotateY(0deg) rotateX(0deg) + } + 50% { + z-index: -1; + transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px) + } + 80% { + opacity: 1 + } + to { + z-index: -1; + transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px); + opacity: 0 + } +} + +@keyframes browseOutLeft { + 0% { + z-index: 999; + transform: translateX(0%) rotateY(0deg) rotateX(0deg) + } + 50% { + z-index: -1; + transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px) + } + 80% { + opacity: 1 + } + to { + z-index: -1; + transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px); + opacity: 0 + } +} + +@-webkit-keyframes browseOutRight { + 0% { + z-index: 999; + transform: translateX(0%) rotateY(0deg) rotateX(0deg) + } + 50% { + z-index: 1; + transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px) + } + 80% { + opacity: 1 + } + to { + z-index: 1; + transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px); + opacity: 0 + } +} + +@keyframes browseOutRight { + 0% { + z-index: 999; + transform: translateX(0%) rotateY(0deg) rotateX(0deg) + } + 50% { + z-index: 1; + transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px) + } + 80% { + opacity: 1 + } + to { + z-index: 1; + transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px); + opacity: 0 + } +} + +.drop.transition { + transform-origin: top center; + -webkit-animation-duration: 400ms; + animation-duration: 400ms; + -webkit-animation-timing-function: cubic-bezier(.34, 1.61, .7, 1); + animation-timing-function: cubic-bezier(.34, 1.61, .7, 1) +} + +.drop.transition.in { + -webkit-animation-name: dropIn; + animation-name: dropIn +} + +.drop.transition.out { + -webkit-animation-name: dropOut; + animation-name: dropOut +} + +@-webkit-keyframes dropIn { + 0% { + opacity: 0; + transform: scale(0) + } + to { + opacity: 1; + transform: scale(1) + } +} + +@keyframes dropIn { + 0% { + opacity: 0; + transform: scale(0) + } + to { + opacity: 1; + transform: scale(1) + } +} + +@-webkit-keyframes dropOut { + 0% { + opacity: 1; + transform: scale(1) + } + to { + opacity: 0; + transform: scale(0) + } +} + +@keyframes dropOut { + 0% { + opacity: 1; + transform: scale(1) + } + to { + opacity: 0; + transform: scale(0) + } +} + +.transition.fade.in { + -webkit-animation-name: fadeIn; + animation-name: fadeIn +} + +.transition[class*="fade up"].in { + -webkit-animation-name: fadeInUp; + animation-name: fadeInUp +} + +.transition[class*="fade down"].in { + -webkit-animation-name: fadeInDown; + animation-name: fadeInDown +} + +.transition[class*="fade left"].in { + -webkit-animation-name: fadeInLeft; + animation-name: fadeInLeft +} + +.transition[class*="fade right"].in { + -webkit-animation-name: fadeInRight; + animation-name: fadeInRight +} + +.transition.fade.out { + -webkit-animation-name: fadeOut; + animation-name: fadeOut +} + +.transition[class*="fade up"].out { + -webkit-animation-name: fadeOutUp; + animation-name: fadeOutUp +} + +.transition[class*="fade down"].out { + -webkit-animation-name: fadeOutDown; + animation-name: fadeOutDown +} + +.transition[class*="fade left"].out { + -webkit-animation-name: fadeOutLeft; + animation-name: fadeOutLeft +} + +.transition[class*="fade right"].out { + -webkit-animation-name: fadeOutRight; + animation-name: fadeOutRight +} + +@-webkit-keyframes fadeIn { + 0% { + opacity: 0 + } + to { + opacity: 1 + } +} + +@keyframes fadeIn { + 0% { + opacity: 0 + } + to { + opacity: 1 + } +} + +@-webkit-keyframes fadeInUp { + 0% { + opacity: 0; + transform: translateY(10%) + } + to { + opacity: 1; + transform: translateY(0%) + } +} + +@keyframes fadeInUp { + 0% { + opacity: 0; + transform: translateY(10%) + } + to { + opacity: 1; + transform: translateY(0%) + } +} + +@-webkit-keyframes fadeInDown { + 0% { + opacity: 0; + transform: translateY(-10%) + } + to { + opacity: 1; + transform: translateY(0%) + } +} + +@keyframes fadeInDown { + 0% { + opacity: 0; + transform: translateY(-10%) + } + to { + opacity: 1; + transform: translateY(0%) + } +} + +@-webkit-keyframes fadeInLeft { + 0% { + opacity: 0; + transform: translateX(10%) + } + to { + opacity: 1; + transform: translateX(0%) + } +} + +@keyframes fadeInLeft { + 0% { + opacity: 0; + transform: translateX(10%) + } + to { + opacity: 1; + transform: translateX(0%) + } +} + +@-webkit-keyframes fadeInRight { + 0% { + opacity: 0; + transform: translateX(-10%) + } + to { + opacity: 1; + transform: translateX(0%) + } +} + +@keyframes fadeInRight { + 0% { + opacity: 0; + transform: translateX(-10%) + } + to { + opacity: 1; + transform: translateX(0%) + } +} + +@-webkit-keyframes fadeOut { + 0% { + opacity: 1 + } + to { + opacity: 0 + } +} + +@keyframes fadeOut { + 0% { + opacity: 1 + } + to { + opacity: 0 + } +} + +@-webkit-keyframes fadeOutUp { + 0% { + opacity: 1; + transform: translateY(0%) + } + to { + opacity: 0; + transform: translateY(5%) + } +} + +@keyframes fadeOutUp { + 0% { + opacity: 1; + transform: translateY(0%) + } + to { + opacity: 0; + transform: translateY(5%) + } +} + +@-webkit-keyframes fadeOutDown { + 0% { + opacity: 1; + transform: translateY(0%) + } + to { + opacity: 0; + transform: translateY(-5%) + } +} + +@keyframes fadeOutDown { + 0% { + opacity: 1; + transform: translateY(0%) + } + to { + opacity: 0; + transform: translateY(-5%) + } +} + +@-webkit-keyframes fadeOutLeft { + 0% { + opacity: 1; + transform: translateX(0%) + } + to { + opacity: 0; + transform: translateX(5%) + } +} + +@keyframes fadeOutLeft { + 0% { + opacity: 1; + transform: translateX(0%) + } + to { + opacity: 0; + transform: translateX(5%) + } +} + +@-webkit-keyframes fadeOutRight { + 0% { + opacity: 1; + transform: translateX(0%) + } + to { + opacity: 0; + transform: translateX(-5%) + } +} + +@keyframes fadeOutRight { + 0% { + opacity: 1; + transform: translateX(0%) + } + to { + opacity: 0; + transform: translateX(-5%) + } +} + +.flip.transition.in, .flip.transition.out { + -webkit-animation-duration: 600ms; + animation-duration: 600ms +} + +.horizontal.flip.transition.in { + -webkit-animation-name: horizontalFlipIn; + animation-name: horizontalFlipIn +} + +.horizontal.flip.transition.out { + -webkit-animation-name: horizontalFlipOut; + animation-name: horizontalFlipOut +} + +.vertical.flip.transition.in { + -webkit-animation-name: verticalFlipIn; + animation-name: verticalFlipIn +} + +.vertical.flip.transition.out { + -webkit-animation-name: verticalFlipOut; + animation-name: verticalFlipOut +} + +@-webkit-keyframes horizontalFlipIn { + 0% { + transform: perspective(2000px) rotateY(-90deg); + opacity: 0 + } + to { + transform: perspective(2000px) rotateY(0deg); + opacity: 1 + } +} + +@keyframes horizontalFlipIn { + 0% { + transform: perspective(2000px) rotateY(-90deg); + opacity: 0 + } + to { + transform: perspective(2000px) rotateY(0deg); + opacity: 1 + } +} + +@-webkit-keyframes verticalFlipIn { + 0% { + transform: perspective(2000px) rotateX(-90deg); + opacity: 0 + } + to { + transform: perspective(2000px) rotateX(0deg); + opacity: 1 + } +} + +@keyframes verticalFlipIn { + 0% { + transform: perspective(2000px) rotateX(-90deg); + opacity: 0 + } + to { + transform: perspective(2000px) rotateX(0deg); + opacity: 1 + } +} + +@-webkit-keyframes horizontalFlipOut { + 0% { + transform: perspective(2000px) rotateY(0deg); + opacity: 1 + } + to { + transform: perspective(2000px) rotateY(90deg); + opacity: 0 + } +} + +@keyframes horizontalFlipOut { + 0% { + transform: perspective(2000px) rotateY(0deg); + opacity: 1 + } + to { + transform: perspective(2000px) rotateY(90deg); + opacity: 0 + } +} + +@-webkit-keyframes verticalFlipOut { + 0% { + transform: perspective(2000px) rotateX(0deg); + opacity: 1 + } + to { + transform: perspective(2000px) rotateX(-90deg); + opacity: 0 + } +} + +@keyframes verticalFlipOut { + 0% { + transform: perspective(2000px) rotateX(0deg); + opacity: 1 + } + to { + transform: perspective(2000px) rotateX(-90deg); + opacity: 0 + } +} + +.scale.transition.in { + -webkit-animation-name: scaleIn; + animation-name: scaleIn +} + +.scale.transition.out { + -webkit-animation-name: scaleOut; + animation-name: scaleOut +} + +@-webkit-keyframes scaleIn { + 0% { + opacity: 0; + transform: scale(.8) + } + to { + opacity: 1; + transform: scale(1) + } +} + +@keyframes scaleIn { + 0% { + opacity: 0; + transform: scale(.8) + } + to { + opacity: 1; + transform: scale(1) + } +} + +@-webkit-keyframes scaleOut { + 0% { + opacity: 1; + transform: scale(1) + } + to { + opacity: 0; + transform: scale(.9) + } +} + +@keyframes scaleOut { + 0% { + opacity: 1; + transform: scale(1) + } + to { + opacity: 0; + transform: scale(.9) + } +} + +.transition.fly { + -webkit-animation-duration: .6s; + animation-duration: .6s; + transition-timing-function: cubic-bezier(.215, .61, .355, 1) +} + +.transition.fly.in { + -webkit-animation-name: flyIn; + animation-name: flyIn +} + +.transition[class*="fly up"].in { + -webkit-animation-name: flyInUp; + animation-name: flyInUp +} + +.transition[class*="fly down"].in { + -webkit-animation-name: flyInDown; + animation-name: flyInDown +} + +.transition[class*="fly left"].in { + -webkit-animation-name: flyInLeft; + animation-name: flyInLeft +} + +.transition[class*="fly right"].in { + -webkit-animation-name: flyInRight; + animation-name: flyInRight +} + +.transition.fly.out { + -webkit-animation-name: flyOut; + animation-name: flyOut +} + +.transition[class*="fly up"].out { + -webkit-animation-name: flyOutUp; + animation-name: flyOutUp +} + +.transition[class*="fly down"].out { + -webkit-animation-name: flyOutDown; + animation-name: flyOutDown +} + +.transition[class*="fly left"].out { + -webkit-animation-name: flyOutLeft; + animation-name: flyOutLeft +} + +.transition[class*="fly right"].out { + -webkit-animation-name: flyOutRight; + animation-name: flyOutRight +} + +@-webkit-keyframes flyIn { + 0% { + opacity: 0; + transform: scale3d(.3, .3, .3) + } + 20% { + transform: scale3d(1.1, 1.1, 1.1) + } + 40% { + transform: scale3d(.9, .9, .9) + } + 60% { + opacity: 1; + transform: scale3d(1.03, 1.03, 1.03) + } + 80% { + transform: scale3d(.97, .97, .97) + } + to { + opacity: 1; + transform: scale3d(1, 1, 1) + } +} + +@keyframes flyIn { + 0% { + opacity: 0; + transform: scale3d(.3, .3, .3) + } + 20% { + transform: scale3d(1.1, 1.1, 1.1) + } + 40% { + transform: scale3d(.9, .9, .9) + } + 60% { + opacity: 1; + transform: scale3d(1.03, 1.03, 1.03) + } + 80% { + transform: scale3d(.97, .97, .97) + } + to { + opacity: 1; + transform: scale3d(1, 1, 1) + } +} + +@-webkit-keyframes flyInUp { + 0% { + opacity: 0; + transform: translate3d(0, 1500px, 0) + } + 60% { + opacity: 1; + transform: translate3d(0, -20px, 0) + } + 75% { + transform: translate3d(0, 10px, 0) + } + 90% { + transform: translate3d(0, -5px, 0) + } + to { + transform: translate3d(0, 0, 0) + } +} + +@keyframes flyInUp { + 0% { + opacity: 0; + transform: translate3d(0, 1500px, 0) + } + 60% { + opacity: 1; + transform: translate3d(0, -20px, 0) + } + 75% { + transform: translate3d(0, 10px, 0) + } + 90% { + transform: translate3d(0, -5px, 0) + } + to { + transform: translate3d(0, 0, 0) + } +} + +@-webkit-keyframes flyInDown { + 0% { + opacity: 0; + transform: translate3d(0, -1500px, 0) + } + 60% { + opacity: 1; + transform: translate3d(0, 25px, 0) + } + 75% { + transform: translate3d(0, -10px, 0) + } + 90% { + transform: translate3d(0, 5px, 0) + } + to { + transform: none + } +} + +@keyframes flyInDown { + 0% { + opacity: 0; + transform: translate3d(0, -1500px, 0) + } + 60% { + opacity: 1; + transform: translate3d(0, 25px, 0) + } + 75% { + transform: translate3d(0, -10px, 0) + } + 90% { + transform: translate3d(0, 5px, 0) + } + to { + transform: none + } +} + +@-webkit-keyframes flyInLeft { + 0% { + opacity: 0; + transform: translate3d(1500px, 0, 0) + } + 60% { + opacity: 1; + transform: translate3d(-25px, 0, 0) + } + 75% { + transform: translate3d(10px, 0, 0) + } + 90% { + transform: translate3d(-5px, 0, 0) + } + to { + transform: none + } +} + +@keyframes flyInLeft { + 0% { + opacity: 0; + transform: translate3d(1500px, 0, 0) + } + 60% { + opacity: 1; + transform: translate3d(-25px, 0, 0) + } + 75% { + transform: translate3d(10px, 0, 0) + } + 90% { + transform: translate3d(-5px, 0, 0) + } + to { + transform: none + } +} + +@-webkit-keyframes flyInRight { + 0% { + opacity: 0; + transform: translate3d(-1500px, 0, 0) + } + 60% { + opacity: 1; + transform: translate3d(25px, 0, 0) + } + 75% { + transform: translate3d(-10px, 0, 0) + } + 90% { + transform: translate3d(5px, 0, 0) + } + to { + transform: none + } +} + +@keyframes flyInRight { + 0% { + opacity: 0; + transform: translate3d(-1500px, 0, 0) + } + 60% { + opacity: 1; + transform: translate3d(25px, 0, 0) + } + 75% { + transform: translate3d(-10px, 0, 0) + } + 90% { + transform: translate3d(5px, 0, 0) + } + to { + transform: none + } +} + +@-webkit-keyframes flyOut { + 20% { + transform: scale3d(.9, .9, .9) + } + 50%, 55% { + opacity: 1; + transform: scale3d(1.1, 1.1, 1.1) + } + to { + opacity: 0; + transform: scale3d(.3, .3, .3) + } +} + +@keyframes flyOut { + 20% { + transform: scale3d(.9, .9, .9) + } + 50%, 55% { + opacity: 1; + transform: scale3d(1.1, 1.1, 1.1) + } + to { + opacity: 0; + transform: scale3d(.3, .3, .3) + } +} + +@-webkit-keyframes flyOutUp { + 20% { + transform: translate3d(0, 10px, 0) + } + 40%, 45% { + opacity: 1; + transform: translate3d(0, -20px, 0) + } + to { + opacity: 0; + transform: translate3d(0, 2000px, 0) + } +} + +@keyframes flyOutUp { + 20% { + transform: translate3d(0, 10px, 0) + } + 40%, 45% { + opacity: 1; + transform: translate3d(0, -20px, 0) + } + to { + opacity: 0; + transform: translate3d(0, 2000px, 0) + } +} + +@-webkit-keyframes flyOutDown { + 20% { + transform: translate3d(0, -10px, 0) + } + 40%, 45% { + opacity: 1; + transform: translate3d(0, 20px, 0) + } + to { + opacity: 0; + transform: translate3d(0, -2000px, 0) + } +} + +@keyframes flyOutDown { + 20% { + transform: translate3d(0, -10px, 0) + } + 40%, 45% { + opacity: 1; + transform: translate3d(0, 20px, 0) + } + to { + opacity: 0; + transform: translate3d(0, -2000px, 0) + } +} + +@-webkit-keyframes flyOutRight { + 20% { + opacity: 1; + transform: translate3d(20px, 0, 0) + } + to { + opacity: 0; + transform: translate3d(-2000px, 0, 0) + } +} + +@keyframes flyOutRight { + 20% { + opacity: 1; + transform: translate3d(20px, 0, 0) + } + to { + opacity: 0; + transform: translate3d(-2000px, 0, 0) + } +} + +@-webkit-keyframes flyOutLeft { + 20% { + opacity: 1; + transform: translate3d(-20px, 0, 0) + } + to { + opacity: 0; + transform: translate3d(2000px, 0, 0) + } +} + +@keyframes flyOutLeft { + 20% { + opacity: 1; + transform: translate3d(-20px, 0, 0) + } + to { + opacity: 0; + transform: translate3d(2000px, 0, 0) + } +} + +.transition.slide.in, .transition[class*="slide down"].in { + -webkit-animation-name: slideInY; + animation-name: slideInY; + transform-origin: top center +} + +.transition[class*="slide up"].in { + -webkit-animation-name: slideInY; + animation-name: slideInY; + transform-origin: bottom center +} + +.transition[class*="slide left"].in { + -webkit-animation-name: slideInX; + animation-name: slideInX; + transform-origin: right center +} + +.transition[class*="slide right"].in { + -webkit-animation-name: slideInX; + animation-name: slideInX; + transform-origin: left center +} + +.transition.slide.out, .transition[class*="slide down"].out { + -webkit-animation-name: slideOutY; + animation-name: slideOutY; + transform-origin: top center +} + +.transition[class*="slide up"].out { + -webkit-animation-name: slideOutY; + animation-name: slideOutY; + transform-origin: bottom center +} + +.transition[class*="slide left"].out { + -webkit-animation-name: slideOutX; + animation-name: slideOutX; + transform-origin: right center +} + +.transition[class*="slide right"].out { + -webkit-animation-name: slideOutX; + animation-name: slideOutX; + transform-origin: left center +} + +@-webkit-keyframes slideInY { + 0% { + opacity: 0; + transform: scaleY(0) + } + to { + opacity: 1; + transform: scaleY(1) + } +} + +@keyframes slideInY { + 0% { + opacity: 0; + transform: scaleY(0) + } + to { + opacity: 1; + transform: scaleY(1) + } +} + +@-webkit-keyframes slideInX { + 0% { + opacity: 0; + transform: scaleX(0) + } + to { + opacity: 1; + transform: scaleX(1) + } +} + +@keyframes slideInX { + 0% { + opacity: 0; + transform: scaleX(0) + } + to { + opacity: 1; + transform: scaleX(1) + } +} + +@-webkit-keyframes slideOutY { + 0% { + opacity: 1; + transform: scaleY(1) + } + to { + opacity: 0; + transform: scaleY(0) + } +} + +@keyframes slideOutY { + 0% { + opacity: 1; + transform: scaleY(1) + } + to { + opacity: 0; + transform: scaleY(0) + } +} + +@-webkit-keyframes slideOutX { + 0% { + opacity: 1; + transform: scaleX(1) + } + to { + opacity: 0; + transform: scaleX(0) + } +} + +@keyframes slideOutX { + 0% { + opacity: 1; + transform: scaleX(1) + } + to { + opacity: 0; + transform: scaleX(0) + } +} + +.transition.swing { + -webkit-animation-duration: 800ms; + animation-duration: 800ms +} + +.transition[class*="swing down"].in { + -webkit-animation-name: swingInX; + animation-name: swingInX; + transform-origin: top center +} + +.transition[class*="swing up"].in { + -webkit-animation-name: swingInX; + animation-name: swingInX; + transform-origin: bottom center +} + +.transition[class*="swing left"].in { + -webkit-animation-name: swingInY; + animation-name: swingInY; + transform-origin: right center +} + +.transition[class*="swing right"].in { + -webkit-animation-name: swingInY; + animation-name: swingInY; + transform-origin: left center +} + +.transition.swing.out, .transition[class*="swing down"].out { + -webkit-animation-name: swingOutX; + animation-name: swingOutX; + transform-origin: top center +} + +.transition[class*="swing up"].out { + -webkit-animation-name: swingOutX; + animation-name: swingOutX; + transform-origin: bottom center +} + +.transition[class*="swing left"].out { + -webkit-animation-name: swingOutY; + animation-name: swingOutY; + transform-origin: right center +} + +.transition[class*="swing right"].out { + -webkit-animation-name: swingOutY; + animation-name: swingOutY; + transform-origin: left center +} + +@-webkit-keyframes swingInX { + 0% { + transform: perspective(1000px) rotateX(90deg); + opacity: 0 + } + 40% { + transform: perspective(1000px) rotateX(-30deg); + opacity: 1 + } + 60% { + transform: perspective(1000px) rotateX(15deg) + } + 80% { + transform: perspective(1000px) rotateX(-7.5deg) + } + to { + transform: perspective(1000px) rotateX(0deg) + } +} + +@keyframes swingInX { + 0% { + transform: perspective(1000px) rotateX(90deg); + opacity: 0 + } + 40% { + transform: perspective(1000px) rotateX(-30deg); + opacity: 1 + } + 60% { + transform: perspective(1000px) rotateX(15deg) + } + 80% { + transform: perspective(1000px) rotateX(-7.5deg) + } + to { + transform: perspective(1000px) rotateX(0deg) + } +} + +@-webkit-keyframes swingInY { + 0% { + transform: perspective(1000px) rotateY(-90deg); + opacity: 0 + } + 40% { + transform: perspective(1000px) rotateY(30deg); + opacity: 1 + } + 60% { + transform: perspective(1000px) rotateY(-17.5deg) + } + 80% { + transform: perspective(1000px) rotateY(7.5deg) + } + to { + transform: perspective(1000px) rotateY(0deg) + } +} + +@keyframes swingInY { + 0% { + transform: perspective(1000px) rotateY(-90deg); + opacity: 0 + } + 40% { + transform: perspective(1000px) rotateY(30deg); + opacity: 1 + } + 60% { + transform: perspective(1000px) rotateY(-17.5deg) + } + 80% { + transform: perspective(1000px) rotateY(7.5deg) + } + to { + transform: perspective(1000px) rotateY(0deg) + } +} + +@-webkit-keyframes swingOutX { + 0% { + transform: perspective(1000px) rotateX(0deg) + } + 40% { + transform: perspective(1000px) rotateX(-7.5deg) + } + 60% { + transform: perspective(1000px) rotateX(17.5deg) + } + 80% { + transform: perspective(1000px) rotateX(-30deg); + opacity: 1 + } + to { + transform: perspective(1000px) rotateX(90deg); + opacity: 0 + } +} + +@keyframes swingOutX { + 0% { + transform: perspective(1000px) rotateX(0deg) + } + 40% { + transform: perspective(1000px) rotateX(-7.5deg) + } + 60% { + transform: perspective(1000px) rotateX(17.5deg) + } + 80% { + transform: perspective(1000px) rotateX(-30deg); + opacity: 1 + } + to { + transform: perspective(1000px) rotateX(90deg); + opacity: 0 + } +} + +@-webkit-keyframes swingOutY { + 0% { + transform: perspective(1000px) rotateY(0deg) + } + 40% { + transform: perspective(1000px) rotateY(7.5deg) + } + 60% { + transform: perspective(1000px) rotateY(-10deg) + } + 80% { + transform: perspective(1000px) rotateY(30deg); + opacity: 1 + } + to { + transform: perspective(1000px) rotateY(-90deg); + opacity: 0 + } +} + +@keyframes swingOutY { + 0% { + transform: perspective(1000px) rotateY(0deg) + } + 40% { + transform: perspective(1000px) rotateY(7.5deg) + } + 60% { + transform: perspective(1000px) rotateY(-10deg) + } + 80% { + transform: perspective(1000px) rotateY(30deg); + opacity: 1 + } + to { + transform: perspective(1000px) rotateY(-90deg); + opacity: 0 + } +} + +.transition.zoom.in { + -webkit-animation-name: zoomIn; + animation-name: zoomIn +} + +.transition.zoom.out { + -webkit-animation-name: zoomOut; + animation-name: zoomOut +} + +@-webkit-keyframes zoomIn { + 0% { + opacity: 1; + transform: scale(0) + } + to { + opacity: 1; + transform: scale(1) + } +} + +@keyframes zoomIn { + 0% { + opacity: 1; + transform: scale(0) + } + to { + opacity: 1; + transform: scale(1) + } +} + +@-webkit-keyframes zoomOut { + 0% { + opacity: 1; + transform: scale(1) + } + to { + opacity: 1; + transform: scale(0) + } +} + +@keyframes zoomOut { + 0% { + opacity: 1; + transform: scale(1) + } + to { + opacity: 1; + transform: scale(0) + } +} + +.flash.transition { + -webkit-animation-duration: 750ms; + animation-duration: 750ms; + -webkit-animation-name: flash; + animation-name: flash +} + +.shake.transition { + -webkit-animation-duration: 750ms; + animation-duration: 750ms; + -webkit-animation-name: shake; + animation-name: shake +} + +.bounce.transition { + -webkit-animation-duration: 750ms; + animation-duration: 750ms; + -webkit-animation-name: bounce; + animation-name: bounce +} + +.tada.transition { + -webkit-animation-duration: 750ms; + animation-duration: 750ms; + -webkit-animation-name: tada; + animation-name: tada +} + +.pulse.transition { + -webkit-animation-duration: 500ms; + animation-duration: 500ms; + -webkit-animation-name: pulse; + animation-name: pulse +} + +.jiggle.transition { + -webkit-animation-duration: 750ms; + animation-duration: 750ms; + -webkit-animation-name: jiggle; + animation-name: jiggle +} + +.transition.glow { + -webkit-animation-duration: 2000ms; + animation-duration: 2000ms; + -webkit-animation-timing-function: cubic-bezier(.19, 1, .22, 1); + animation-timing-function: cubic-bezier(.19, 1, .22, 1) +} + +.transition.glow { + -webkit-animation-name: glow; + animation-name: glow +} + +@-webkit-keyframes flash { + 0%, 50%, to { + opacity: 1 + } + 25%, 75% { + opacity: 0 + } +} + +@keyframes flash { + 0%, 50%, to { + opacity: 1 + } + 25%, 75% { + opacity: 0 + } +} + +@-webkit-keyframes shake { + 0%, to { + transform: translateX(0) + } + 10%, 30%, 50%, 70%, 90% { + transform: translateX(-10px) + } + 20%, 40%, 60%, 80% { + transform: translateX(10px) + } +} + +@keyframes shake { + 0%, to { + transform: translateX(0) + } + 10%, 30%, 50%, 70%, 90% { + transform: translateX(-10px) + } + 20%, 40%, 60%, 80% { + transform: translateX(10px) + } +} + +@-webkit-keyframes bounce { + 0%, 20%, 50%, 80%, to { + transform: translateY(0) + } + 40% { + transform: translateY(-30px) + } + 60% { + transform: translateY(-15px) + } +} + +@keyframes bounce { + 0%, 20%, 50%, 80%, to { + transform: translateY(0) + } + 40% { + transform: translateY(-30px) + } + 60% { + transform: translateY(-15px) + } +} + +@-webkit-keyframes tada { + 0% { + transform: scale(1) + } + 10%, 20% { + transform: scale(.9) rotate(-3deg) + } + 30%, 50%, 70%, 90% { + transform: scale(1.1) rotate(3deg) + } + 40%, 60%, 80% { + transform: scale(1.1) rotate(-3deg) + } + to { + transform: scale(1) rotate(0) + } +} + +@keyframes tada { + 0% { + transform: scale(1) + } + 10%, 20% { + transform: scale(.9) rotate(-3deg) + } + 30%, 50%, 70%, 90% { + transform: scale(1.1) rotate(3deg) + } + 40%, 60%, 80% { + transform: scale(1.1) rotate(-3deg) + } + to { + transform: scale(1) rotate(0) + } +} + +@-webkit-keyframes pulse { + 0% { + transform: scale(1); + opacity: 1 + } + 50% { + transform: scale(.9); + opacity: .7 + } + to { + transform: scale(1); + opacity: 1 + } +} + +@keyframes pulse { + 0% { + transform: scale(1); + opacity: 1 + } + 50% { + transform: scale(.9); + opacity: .7 + } + to { + transform: scale(1); + opacity: 1 + } +} + +@-webkit-keyframes jiggle { + 0% { + transform: scale3d(1, 1, 1) + } + 30% { + transform: scale3d(1.25, .75, 1) + } + 40% { + transform: scale3d(.75, 1.25, 1) + } + 50% { + transform: scale3d(1.15, .85, 1) + } + 65% { + transform: scale3d(.95, 1.05, 1) + } + 75% { + transform: scale3d(1.05, .95, 1) + } + to { + transform: scale3d(1, 1, 1) + } +} + +@keyframes jiggle { + 0% { + transform: scale3d(1, 1, 1) + } + 30% { + transform: scale3d(1.25, .75, 1) + } + 40% { + transform: scale3d(.75, 1.25, 1) + } + 50% { + transform: scale3d(1.15, .85, 1) + } + 65% { + transform: scale3d(.95, 1.05, 1) + } + 75% { + transform: scale3d(1.05, .95, 1) + } + to { + transform: scale3d(1, 1, 1) + } +} + +@-webkit-keyframes glow { + 0% { + background-color: #fcfcfd + } + 30% { + background-color: #fff6cd + } + to { + background-color: #fcfcfd + } +} + +@keyframes glow { + 0% { + background-color: #fcfcfd + } + 30% { + background-color: #fff6cd + } + to { + background-color: #fcfcfd + } +} + +.view-raw img[src$=".svg" i] { + max-height: 600px!important; + max-width: 600px!important +} + +@font-face { + font-family: "FontAwesome"; + src: url(../fonts/fontawesome-webfont.eot?v=4.7.0); + src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg"); + font-weight: normal; + font-style: normal +} + +.fa { + display: inline-block; + font: normal normal normal 14px/1 FontAwesome; + font-size: inherit; + text-rendering: auto; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale +} + +.fa-lg { + font-size: 1.33333333em; + line-height: .75em; + vertical-align: -15% +} + +.fa-2x { + font-size: 2em +} + +.fa-3x { + font-size: 3em +} + +.fa-4x { + font-size: 4em +} + +.fa-5x { + font-size: 5em +} + +.fa-fw { + width: 1.28571429em; + text-align: center +} + +.fa-ul { + padding-left: 0; + margin-left: 2.14285714em; + list-style-type: none +} + +.fa-ul>li { + position: relative +} + +.fa-li { + position: absolute; + left: -2.14285714em; + width: 2.14285714em; + top: .14285714em; + text-align: center +} + +.fa-li.fa-lg { + left: -1.85714286em +} + +.fa-border { + padding: .2em .25em .15em; + border: solid .08em #eeeeee; + border-radius: .1em +} + +.fa-pull-left { + float: left +} + +.fa-pull-right { + float: right +} + +.fa.fa-pull-left { + margin-right: .3em +} + +.fa.fa-pull-right { + margin-left: .3em +} + +.pull-right { + float: right +} + +.pull-left { + float: left +} + +.fa.pull-left { + margin-right: .3em +} + +.fa.pull-right { + margin-left: .3em +} + +.fa-spin { + -webkit-animation: fa-spin 2s infinite linear; + animation: fa-spin 2s infinite linear +} + +.fa-pulse { + -webkit-animation: fa-spin 1s infinite steps(8); + animation: fa-spin 1s infinite steps(8) +} + +@-webkit-keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg) + } + to { + -webkit-transform: rotate(359deg); + transform: rotate(359deg) + } +} + +@keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg) + } + to { + -webkit-transform: rotate(359deg); + transform: rotate(359deg) + } +} + +.fa-rotate-90 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; + filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; + -webkit-transform: rotate(90deg); + -ms-transform: rotate(90deg); + transform: rotate(90deg) +} + +.fa-rotate-180 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; + filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; + -webkit-transform: rotate(180deg); + -ms-transform: rotate(180deg); + transform: rotate(180deg) +} + +.fa-rotate-270 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; + filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; + -webkit-transform: rotate(270deg); + -ms-transform: rotate(270deg); + transform: rotate(270deg) +} + +.fa-flip-horizontal { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; + filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; + -webkit-transform: scale(-1, 1); + -ms-transform: scale(-1, 1); + transform: scale(-1, 1) +} + +.fa-flip-vertical { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; + filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; + -webkit-transform: scale(1, -1); + -ms-transform: scale(1, -1); + transform: scale(1, -1) +} + +:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical { + filter: none +} + +.fa-stack { + position: relative; + display: inline-block; + width: 2em; + height: 2em; + line-height: 2em; + vertical-align: middle +} + +.fa-stack-1x, .fa-stack-2x { + position: absolute; + left: 0; + width: 100%; + text-align: center +} + +.fa-stack-1x { + line-height: inherit +} + +.fa-stack-2x { + font-size: 2em +} + +.fa-inverse { + color: #fff +} + +.fa-glass:before { + content: "\f000" +} + +.fa-music:before { + content: "\f001" +} + +.fa-search:before { + content: "\f002" +} + +.fa-envelope-o:before { + content: "\f003" +} + +.fa-heart:before { + content: "\f004" +} + +.fa-star:before { + content: "\f005" +} + +.fa-star-o:before { + content: "\f006" +} + +.fa-user:before { + content: "\f007" +} + +.fa-film:before { + content: "\f008" +} + +.fa-th-large:before { + content: "\f009" +} + +.fa-th:before { + content: "\f00a" +} + +.fa-th-list:before { + content: "\f00b" +} + +.fa-check:before { + content: "\f00c" +} + +.fa-remove:before, .fa-close:before, .fa-times:before { + content: "\f00d" +} + +.fa-search-plus:before { + content: "\f00e" +} + +.fa-search-minus:before { + content: "\f010" +} + +.fa-power-off:before { + content: "\f011" +} + +.fa-signal:before { + content: "\f012" +} + +.fa-gear:before, .fa-cog:before { + content: "\f013" +} + +.fa-trash-o:before { + content: "\f014" +} + +.fa-home:before { + content: "\f015" +} + +.fa-file-o:before { + content: "\f016" +} + +.fa-clock-o:before { + content: "\f017" +} + +.fa-road:before { + content: "\f018" +} + +.fa-download:before { + content: "\f019" +} + +.fa-arrow-circle-o-down:before { + content: "\f01a" +} + +.fa-arrow-circle-o-up:before { + content: "\f01b" +} + +.fa-inbox:before { + content: "\f01c" +} + +.fa-play-circle-o:before { + content: "\f01d" +} + +.fa-rotate-right:before, .fa-repeat:before { + content: "\f01e" +} + +.fa-refresh:before { + content: "\f021" +} + +.fa-list-alt:before { + content: "\f022" +} + +.fa-lock:before { + content: "\f023" +} + +.fa-flag:before { + content: "\f024" +} + +.fa-headphones:before { + content: "\f025" +} + +.fa-volume-off:before { + content: "\f026" +} + +.fa-volume-down:before { + content: "\f027" +} + +.fa-volume-up:before { + content: "\f028" +} + +.fa-qrcode:before { + content: "\f029" +} + +.fa-barcode:before { + content: "\f02a" +} + +.fa-tag:before { + content: "\f02b" +} + +.fa-tags:before { + content: "\f02c" +} + +.fa-book:before { + content: "\f02d" +} + +.fa-bookmark:before { + content: "\f02e" +} + +.fa-print:before { + content: "\f02f" +} + +.fa-camera:before { + content: "\f030" +} + +.fa-font:before { + content: "\f031" +} + +.fa-bold:before { + content: "\f032" +} + +.fa-italic:before { + content: "\f033" +} + +.fa-text-height:before { + content: "\f034" +} + +.fa-text-width:before { + content: "\f035" +} + +.fa-align-left:before { + content: "\f036" +} + +.fa-align-center:before { + content: "\f037" +} + +.fa-align-right:before { + content: "\f038" +} + +.fa-align-justify:before { + content: "\f039" +} + +.fa-list:before { + content: "\f03a" +} + +.fa-dedent:before, .fa-outdent:before { + content: "\f03b" +} + +.fa-indent:before { + content: "\f03c" +} + +.fa-video-camera:before { + content: "\f03d" +} + +.fa-photo:before, .fa-image:before, .fa-picture-o:before { + content: "\f03e" +} + +.fa-pencil:before { + content: "\f040" +} + +.fa-map-marker:before { + content: "\f041" +} + +.fa-adjust:before { + content: "\f042" +} + +.fa-tint:before { + content: "\f043" +} + +.fa-edit:before, .fa-pencil-square-o:before { + content: "\f044" +} + +.fa-share-square-o:before { + content: "\f045" +} + +.fa-check-square-o:before { + content: "\f046" +} + +.fa-arrows:before { + content: "\f047" +} + +.fa-step-backward:before { + content: "\f048" +} + +.fa-fast-backward:before { + content: "\f049" +} + +.fa-backward:before { + content: "\f04a" +} + +.fa-play:before { + content: "\f04b" +} + +.fa-pause:before { + content: "\f04c" +} + +.fa-stop:before { + content: "\f04d" +} + +.fa-forward:before { + content: "\f04e" +} + +.fa-fast-forward:before { + content: "\f050" +} + +.fa-step-forward:before { + content: "\f051" +} + +.fa-eject:before { + content: "\f052" +} + +.fa-chevron-left:before { + content: "\f053" +} + +.fa-chevron-right:before { + content: "\f054" +} + +.fa-plus-circle:before { + content: "\f055" +} + +.fa-minus-circle:before { + content: "\f056" +} + +.fa-times-circle:before { + content: "\f057" +} + +.fa-check-circle:before { + content: "\f058" +} + +.fa-question-circle:before { + content: "\f059" +} + +.fa-info-circle:before { + content: "\f05a" +} + +.fa-crosshairs:before { + content: "\f05b" +} + +.fa-times-circle-o:before { + content: "\f05c" +} + +.fa-check-circle-o:before { + content: "\f05d" +} + +.fa-ban:before { + content: "\f05e" +} + +.fa-arrow-left:before { + content: "\f060" +} + +.fa-arrow-right:before { + content: "\f061" +} + +.fa-arrow-up:before { + content: "\f062" +} + +.fa-arrow-down:before { + content: "\f063" +} + +.fa-mail-forward:before, .fa-share:before { + content: "\f064" +} + +.fa-expand:before { + content: "\f065" +} + +.fa-compress:before { + content: "\f066" +} + +.fa-plus:before { + content: "\f067" +} + +.fa-minus:before { + content: "\f068" +} + +.fa-asterisk:before { + content: "\f069" +} + +.fa-exclamation-circle:before { + content: "\f06a" +} + +.fa-gift:before { + content: "\f06b" +} + +.fa-leaf:before { + content: "\f06c" +} + +.fa-fire:before { + content: "\f06d" +} + +.fa-eye:before { + content: "\f06e" +} + +.fa-eye-slash:before { + content: "\f070" +} + +.fa-warning:before, .fa-exclamation-triangle:before { + content: "\f071" +} + +.fa-plane:before { + content: "\f072" +} + +.fa-calendar:before { + content: "\f073" +} + +.fa-random:before { + content: "\f074" +} + +.fa-comment:before { + content: "\f075" +} + +.fa-magnet:before { + content: "\f076" +} + +.fa-chevron-up:before { + content: "\f077" +} + +.fa-chevron-down:before { + content: "\f078" +} + +.fa-retweet:before { + content: "\f079" +} + +.fa-shopping-cart:before { + content: "\f07a" +} + +.fa-folder:before { + content: "\f07b" +} + +.fa-folder-open:before { + content: "\f07c" +} + +.fa-arrows-v:before { + content: "\f07d" +} + +.fa-arrows-h:before { + content: "\f07e" +} + +.fa-bar-chart-o:before, .fa-bar-chart:before { + content: "\f080" +} + +.fa-twitter-square:before { + content: "\f081" +} + +.fa-facebook-square:before { + content: "\f082" +} + +.fa-camera-retro:before { + content: "\f083" +} + +.fa-key:before { + content: "\f084" +} + +.fa-gears:before, .fa-cogs:before { + content: "\f085" +} + +.fa-comments:before { + content: "\f086" +} + +.fa-thumbs-o-up:before { + content: "\f087" +} + +.fa-thumbs-o-down:before { + content: "\f088" +} + +.fa-star-half:before { + content: "\f089" +} + +.fa-heart-o:before { + content: "\f08a" +} + +.fa-sign-out:before { + content: "\f08b" +} + +.fa-linkedin-square:before { + content: "\f08c" +} + +.fa-thumb-tack:before { + content: "\f08d" +} + +.fa-external-link:before { + content: "\f08e" +} + +.fa-sign-in:before { + content: "\f090" +} + +.fa-trophy:before { + content: "\f091" +} + +.fa-github-square:before { + content: "\f092" +} + +.fa-upload:before { + content: "\f093" +} + +.fa-lemon-o:before { + content: "\f094" +} + +.fa-phone:before { + content: "\f095" +} + +.fa-square-o:before { + content: "\f096" +} + +.fa-bookmark-o:before { + content: "\f097" +} + +.fa-phone-square:before { + content: "\f098" +} + +.fa-twitter:before { + content: "\f099" +} + +.fa-facebook-f:before, .fa-facebook:before { + content: "\f09a" +} + +.fa-github:before { + content: "\f09b" +} + +.fa-unlock:before { + content: "\f09c" +} + +.fa-credit-card:before { + content: "\f09d" +} + +.fa-feed:before, .fa-rss:before { + content: "\f09e" +} + +.fa-hdd-o:before { + content: "\f0a0" +} + +.fa-bullhorn:before { + content: "\f0a1" +} + +.fa-bell:before { + content: "\f0f3" +} + +.fa-certificate:before { + content: "\f0a3" +} + +.fa-hand-o-right:before { + content: "\f0a4" +} + +.fa-hand-o-left:before { + content: "\f0a5" +} + +.fa-hand-o-up:before { + content: "\f0a6" +} + +.fa-hand-o-down:before { + content: "\f0a7" +} + +.fa-arrow-circle-left:before { + content: "\f0a8" +} + +.fa-arrow-circle-right:before { + content: "\f0a9" +} + +.fa-arrow-circle-up:before { + content: "\f0aa" +} + +.fa-arrow-circle-down:before { + content: "\f0ab" +} + +.fa-globe:before { + content: "\f0ac" +} + +.fa-wrench:before { + content: "\f0ad" +} + +.fa-tasks:before { + content: "\f0ae" +} + +.fa-filter:before { + content: "\f0b0" +} + +.fa-briefcase:before { + content: "\f0b1" +} + +.fa-arrows-alt:before { + content: "\f0b2" +} + +.fa-group:before, .fa-users:before { + content: "\f0c0" +} + +.fa-chain:before, .fa-link:before { + content: "\f0c1" +} + +.fa-cloud:before { + content: "\f0c2" +} + +.fa-flask:before { + content: "\f0c3" +} + +.fa-cut:before, .fa-scissors:before { + content: "\f0c4" +} + +.fa-copy:before, .fa-files-o:before { + content: "\f0c5" +} + +.fa-paperclip:before { + content: "\f0c6" +} + +.fa-save:before, .fa-floppy-o:before { + content: "\f0c7" +} + +.fa-square:before { + content: "\f0c8" +} + +.fa-navicon:before, .fa-reorder:before, .fa-bars:before { + content: "\f0c9" +} + +.fa-list-ul:before { + content: "\f0ca" +} + +.fa-list-ol:before { + content: "\f0cb" +} + +.fa-strikethrough:before { + content: "\f0cc" +} + +.fa-underline:before { + content: "\f0cd" +} + +.fa-table:before { + content: "\f0ce" +} + +.fa-magic:before { + content: "\f0d0" +} + +.fa-truck:before { + content: "\f0d1" +} + +.fa-pinterest:before { + content: "\f0d2" +} + +.fa-pinterest-square:before { + content: "\f0d3" +} + +.fa-google-plus-square:before { + content: "\f0d4" +} + +.fa-google-plus:before { + content: "\f0d5" +} + +.fa-money:before { + content: "\f0d6" +} + +.fa-caret-down:before { + content: "\f0d7" +} + +.fa-caret-up:before { + content: "\f0d8" +} + +.fa-caret-left:before { + content: "\f0d9" +} + +.fa-caret-right:before { + content: "\f0da" +} + +.fa-columns:before { + content: "\f0db" +} + +.fa-unsorted:before, .fa-sort:before { + content: "\f0dc" +} + +.fa-sort-down:before, .fa-sort-desc:before { + content: "\f0dd" +} + +.fa-sort-up:before, .fa-sort-asc:before { + content: "\f0de" +} + +.fa-envelope:before { + content: "\f0e0" +} + +.fa-linkedin:before { + content: "\f0e1" +} + +.fa-rotate-left:before, .fa-undo:before { + content: "\f0e2" +} + +.fa-legal:before, .fa-gavel:before { + content: "\f0e3" +} + +.fa-dashboard:before, .fa-tachometer:before { + content: "\f0e4" +} + +.fa-comment-o:before { + content: "\f0e5" +} + +.fa-comments-o:before { + content: "\f0e6" +} + +.fa-flash:before, .fa-bolt:before { + content: "\f0e7" +} + +.fa-sitemap:before { + content: "\f0e8" +} + +.fa-umbrella:before { + content: "\f0e9" +} + +.fa-paste:before, .fa-clipboard:before { + content: "\f0ea" +} + +.fa-lightbulb-o:before { + content: "\f0eb" +} + +.fa-exchange:before { + content: "\f0ec" +} + +.fa-cloud-download:before { + content: "\f0ed" +} + +.fa-cloud-upload:before { + content: "\f0ee" +} + +.fa-user-md:before { + content: "\f0f0" +} + +.fa-stethoscope:before { + content: "\f0f1" +} + +.fa-suitcase:before { + content: "\f0f2" +} + +.fa-bell-o:before { + content: "\f0a2" +} + +.fa-coffee:before { + content: "\f0f4" +} + +.fa-cutlery:before { + content: "\f0f5" +} + +.fa-file-text-o:before { + content: "\f0f6" +} + +.fa-building-o:before { + content: "\f0f7" +} + +.fa-hospital-o:before { + content: "\f0f8" +} + +.fa-ambulance:before { + content: "\f0f9" +} + +.fa-medkit:before { + content: "\f0fa" +} + +.fa-fighter-jet:before { + content: "\f0fb" +} + +.fa-beer:before { + content: "\f0fc" +} + +.fa-h-square:before { + content: "\f0fd" +} + +.fa-plus-square:before { + content: "\f0fe" +} + +.fa-angle-double-left:before { + content: "\f100" +} + +.fa-angle-double-right:before { + content: "\f101" +} + +.fa-angle-double-up:before { + content: "\f102" +} + +.fa-angle-double-down:before { + content: "\f103" +} + +.fa-angle-left:before { + content: "\f104" +} + +.fa-angle-right:before { + content: "\f105" +} + +.fa-angle-up:before { + content: "\f106" +} + +.fa-angle-down:before { + content: "\f107" +} + +.fa-desktop:before { + content: "\f108" +} + +.fa-laptop:before { + content: "\f109" +} + +.fa-tablet:before { + content: "\f10a" +} + +.fa-mobile-phone:before, .fa-mobile:before { + content: "\f10b" +} + +.fa-circle-o:before { + content: "\f10c" +} + +.fa-quote-left:before { + content: "\f10d" +} + +.fa-quote-right:before { + content: "\f10e" +} + +.fa-spinner:before { + content: "\f110" +} + +.fa-circle:before { + content: "\f111" +} + +.fa-mail-reply:before, .fa-reply:before { + content: "\f112" +} + +.fa-github-alt:before { + content: "\f113" +} + +.fa-folder-o:before { + content: "\f114" +} + +.fa-folder-open-o:before { + content: "\f115" +} + +.fa-smile-o:before { + content: "\f118" +} + +.fa-frown-o:before { + content: "\f119" +} + +.fa-meh-o:before { + content: "\f11a" +} + +.fa-gamepad:before { + content: "\f11b" +} + +.fa-keyboard-o:before { + content: "\f11c" +} + +.fa-flag-o:before { + content: "\f11d" +} + +.fa-flag-checkered:before { + content: "\f11e" +} + +.fa-terminal:before { + content: "\f120" +} + +.fa-code:before { + content: "\f121" +} + +.fa-mail-reply-all:before, .fa-reply-all:before { + content: "\f122" +} + +.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before { + content: "\f123" +} + +.fa-location-arrow:before { + content: "\f124" +} + +.fa-crop:before { + content: "\f125" +} + +.fa-code-fork:before { + content: "\f126" +} + +.fa-unlink:before, .fa-chain-broken:before { + content: "\f127" +} + +.fa-question:before { + content: "\f128" +} + +.fa-info:before { + content: "\f129" +} + +.fa-exclamation:before { + content: "\f12a" +} + +.fa-superscript:before { + content: "\f12b" +} + +.fa-subscript:before { + content: "\f12c" +} + +.fa-eraser:before { + content: "\f12d" +} + +.fa-puzzle-piece:before { + content: "\f12e" +} + +.fa-microphone:before { + content: "\f130" +} + +.fa-microphone-slash:before { + content: "\f131" +} + +.fa-shield:before { + content: "\f132" +} + +.fa-calendar-o:before { + content: "\f133" +} + +.fa-fire-extinguisher:before { + content: "\f134" +} + +.fa-rocket:before { + content: "\f135" +} + +.fa-maxcdn:before { + content: "\f136" +} + +.fa-chevron-circle-left:before { + content: "\f137" +} + +.fa-chevron-circle-right:before { + content: "\f138" +} + +.fa-chevron-circle-up:before { + content: "\f139" +} + +.fa-chevron-circle-down:before { + content: "\f13a" +} + +.fa-html5:before { + content: "\f13b" +} + +.fa-css3:before { + content: "\f13c" +} + +.fa-anchor:before { + content: "\f13d" +} + +.fa-unlock-alt:before { + content: "\f13e" +} + +.fa-bullseye:before { + content: "\f140" +} + +.fa-ellipsis-h:before { + content: "\f141" +} + +.fa-ellipsis-v:before { + content: "\f142" +} + +.fa-rss-square:before { + content: "\f143" +} + +.fa-play-circle:before { + content: "\f144" +} + +.fa-ticket:before { + content: "\f145" +} + +.fa-minus-square:before { + content: "\f146" +} + +.fa-minus-square-o:before { + content: "\f147" +} + +.fa-level-up:before { + content: "\f148" +} + +.fa-level-down:before { + content: "\f149" +} + +.fa-check-square:before { + content: "\f14a" +} + +.fa-pencil-square:before { + content: "\f14b" +} + +.fa-external-link-square:before { + content: "\f14c" +} + +.fa-share-square:before { + content: "\f14d" +} + +.fa-compass:before { + content: "\f14e" +} + +.fa-toggle-down:before, .fa-caret-square-o-down:before { + content: "\f150" +} + +.fa-toggle-up:before, .fa-caret-square-o-up:before { + content: "\f151" +} + +.fa-toggle-right:before, .fa-caret-square-o-right:before { + content: "\f152" +} + +.fa-euro:before, .fa-eur:before { + content: "\f153" +} + +.fa-gbp:before { + content: "\f154" +} + +.fa-dollar:before, .fa-usd:before { + content: "\f155" +} + +.fa-rupee:before, .fa-inr:before { + content: "\f156" +} + +.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before { + content: "\f157" +} + +.fa-ruble:before, .fa-rouble:before, .fa-rub:before { + content: "\f158" +} + +.fa-won:before, .fa-krw:before { + content: "\f159" +} + +.fa-bitcoin:before, .fa-btc:before { + content: "\f15a" +} + +.fa-file:before { + content: "\f15b" +} + +.fa-file-text:before { + content: "\f15c" +} + +.fa-sort-alpha-asc:before { + content: "\f15d" +} + +.fa-sort-alpha-desc:before { + content: "\f15e" +} + +.fa-sort-amount-asc:before { + content: "\f160" +} + +.fa-sort-amount-desc:before { + content: "\f161" +} + +.fa-sort-numeric-asc:before { + content: "\f162" +} + +.fa-sort-numeric-desc:before { + content: "\f163" +} + +.fa-thumbs-up:before { + content: "\f164" +} + +.fa-thumbs-down:before { + content: "\f165" +} + +.fa-youtube-square:before { + content: "\f166" +} + +.fa-youtube:before { + content: "\f167" +} + +.fa-xing:before { + content: "\f168" +} + +.fa-xing-square:before { + content: "\f169" +} + +.fa-youtube-play:before { + content: "\f16a" +} + +.fa-dropbox:before { + content: "\f16b" +} + +.fa-stack-overflow:before { + content: "\f16c" +} + +.fa-instagram:before { + content: "\f16d" +} + +.fa-flickr:before { + content: "\f16e" +} + +.fa-adn:before { + content: "\f170" +} + +.fa-bitbucket:before { + content: "\f171" +} + +.fa-bitbucket-square:before { + content: "\f172" +} + +.fa-tumblr:before { + content: "\f173" +} + +.fa-tumblr-square:before { + content: "\f174" +} + +.fa-long-arrow-down:before { + content: "\f175" +} + +.fa-long-arrow-up:before { + content: "\f176" +} + +.fa-long-arrow-left:before { + content: "\f177" +} + +.fa-long-arrow-right:before { + content: "\f178" +} + +.fa-apple:before { + content: "\f179" +} + +.fa-windows:before { + content: "\f17a" +} + +.fa-android:before { + content: "\f17b" +} + +.fa-linux:before { + content: "\f17c" +} + +.fa-dribbble:before { + content: "\f17d" +} + +.fa-skype:before { + content: "\f17e" +} + +.fa-foursquare:before { + content: "\f180" +} + +.fa-trello:before { + content: "\f181" +} + +.fa-female:before { + content: "\f182" +} + +.fa-male:before { + content: "\f183" +} + +.fa-gittip:before, .fa-gratipay:before { + content: "\f184" +} + +.fa-sun-o:before { + content: "\f185" +} + +.fa-moon-o:before { + content: "\f186" +} + +.fa-archive:before { + content: "\f187" +} + +.fa-bug:before { + content: "\f188" +} + +.fa-vk:before { + content: "\f189" +} + +.fa-weibo:before { + content: "\f18a" +} + +.fa-renren:before { + content: "\f18b" +} + +.fa-pagelines:before { + content: "\f18c" +} + +.fa-stack-exchange:before { + content: "\f18d" +} + +.fa-arrow-circle-o-right:before { + content: "\f18e" +} + +.fa-arrow-circle-o-left:before { + content: "\f190" +} + +.fa-toggle-left:before, .fa-caret-square-o-left:before { + content: "\f191" +} + +.fa-dot-circle-o:before { + content: "\f192" +} + +.fa-wheelchair:before { + content: "\f193" +} + +.fa-vimeo-square:before { + content: "\f194" +} + +.fa-turkish-lira:before, .fa-try:before { + content: "\f195" +} + +.fa-plus-square-o:before { + content: "\f196" +} + +.fa-space-shuttle:before { + content: "\f197" +} + +.fa-slack:before { + content: "\f198" +} + +.fa-envelope-square:before { + content: "\f199" +} + +.fa-wordpress:before { + content: "\f19a" +} + +.fa-openid:before { + content: "\f19b" +} + +.fa-institution:before, .fa-bank:before, .fa-university:before { + content: "\f19c" +} + +.fa-mortar-board:before, .fa-graduation-cap:before { + content: "\f19d" +} + +.fa-yahoo:before { + content: "\f19e" +} + +.fa-google:before { + content: "\f1a0" +} + +.fa-reddit:before { + content: "\f1a1" +} + +.fa-reddit-square:before { + content: "\f1a2" +} + +.fa-stumbleupon-circle:before { + content: "\f1a3" +} + +.fa-stumbleupon:before { + content: "\f1a4" +} + +.fa-delicious:before { + content: "\f1a5" +} + +.fa-digg:before { + content: "\f1a6" +} + +.fa-pied-piper-pp:before { + content: "\f1a7" +} + +.fa-pied-piper-alt:before { + content: "\f1a8" +} + +.fa-drupal:before { + content: "\f1a9" +} + +.fa-joomla:before { + content: "\f1aa" +} + +.fa-language:before { + content: "\f1ab" +} + +.fa-fax:before { + content: "\f1ac" +} + +.fa-building:before { + content: "\f1ad" +} + +.fa-child:before { + content: "\f1ae" +} + +.fa-paw:before { + content: "\f1b0" +} + +.fa-spoon:before { + content: "\f1b1" +} + +.fa-cube:before { + content: "\f1b2" +} + +.fa-cubes:before { + content: "\f1b3" +} + +.fa-behance:before { + content: "\f1b4" +} + +.fa-behance-square:before { + content: "\f1b5" +} + +.fa-steam:before { + content: "\f1b6" +} + +.fa-steam-square:before { + content: "\f1b7" +} + +.fa-recycle:before { + content: "\f1b8" +} + +.fa-automobile:before, .fa-car:before { + content: "\f1b9" +} + +.fa-cab:before, .fa-taxi:before { + content: "\f1ba" +} + +.fa-tree:before { + content: "\f1bb" +} + +.fa-spotify:before { + content: "\f1bc" +} + +.fa-deviantart:before { + content: "\f1bd" +} + +.fa-soundcloud:before { + content: "\f1be" +} + +.fa-database:before { + content: "\f1c0" +} + +.fa-file-pdf-o:before { + content: "\f1c1" +} + +.fa-file-word-o:before { + content: "\f1c2" +} + +.fa-file-excel-o:before { + content: "\f1c3" +} + +.fa-file-powerpoint-o:before { + content: "\f1c4" +} + +.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before { + content: "\f1c5" +} + +.fa-file-zip-o:before, .fa-file-archive-o:before { + content: "\f1c6" +} + +.fa-file-sound-o:before, .fa-file-audio-o:before { + content: "\f1c7" +} + +.fa-file-movie-o:before, .fa-file-video-o:before { + content: "\f1c8" +} + +.fa-file-code-o:before { + content: "\f1c9" +} + +.fa-vine:before { + content: "\f1ca" +} + +.fa-codepen:before { + content: "\f1cb" +} + +.fa-jsfiddle:before { + content: "\f1cc" +} + +.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before { + content: "\f1cd" +} + +.fa-circle-o-notch:before { + content: "\f1ce" +} + +.fa-ra:before, .fa-resistance:before, .fa-rebel:before { + content: "\f1d0" +} + +.fa-ge:before, .fa-empire:before { + content: "\f1d1" +} + +.fa-git-square:before { + content: "\f1d2" +} + +.fa-git:before { + content: "\f1d3" +} + +.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before { + content: "\f1d4" +} + +.fa-tencent-weibo:before { + content: "\f1d5" +} + +.fa-qq:before { + content: "\f1d6" +} + +.fa-wechat:before, .fa-weixin:before { + content: "\f1d7" +} + +.fa-send:before, .fa-paper-plane:before { + content: "\f1d8" +} + +.fa-send-o:before, .fa-paper-plane-o:before { + content: "\f1d9" +} + +.fa-history:before { + content: "\f1da" +} + +.fa-circle-thin:before { + content: "\f1db" +} + +.fa-header:before { + content: "\f1dc" +} + +.fa-paragraph:before { + content: "\f1dd" +} + +.fa-sliders:before { + content: "\f1de" +} + +.fa-share-alt:before { + content: "\f1e0" +} + +.fa-share-alt-square:before { + content: "\f1e1" +} + +.fa-bomb:before { + content: "\f1e2" +} + +.fa-soccer-ball-o:before, .fa-futbol-o:before { + content: "\f1e3" +} + +.fa-tty:before { + content: "\f1e4" +} + +.fa-binoculars:before { + content: "\f1e5" +} + +.fa-plug:before { + content: "\f1e6" +} + +.fa-slideshare:before { + content: "\f1e7" +} + +.fa-twitch:before { + content: "\f1e8" +} + +.fa-yelp:before { + content: "\f1e9" +} + +.fa-newspaper-o:before { + content: "\f1ea" +} + +.fa-wifi:before { + content: "\f1eb" +} + +.fa-calculator:before { + content: "\f1ec" +} + +.fa-paypal:before { + content: "\f1ed" +} + +.fa-google-wallet:before { + content: "\f1ee" +} + +.fa-cc-visa:before { + content: "\f1f0" +} + +.fa-cc-mastercard:before { + content: "\f1f1" +} + +.fa-cc-discover:before { + content: "\f1f2" +} + +.fa-cc-amex:before { + content: "\f1f3" +} + +.fa-cc-paypal:before { + content: "\f1f4" +} + +.fa-cc-stripe:before { + content: "\f1f5" +} + +.fa-bell-slash:before { + content: "\f1f6" +} + +.fa-bell-slash-o:before { + content: "\f1f7" +} + +.fa-trash:before { + content: "\f1f8" +} + +.fa-copyright:before { + content: "\f1f9" +} + +.fa-at:before { + content: "\f1fa" +} + +.fa-eyedropper:before { + content: "\f1fb" +} + +.fa-paint-brush:before { + content: "\f1fc" +} + +.fa-birthday-cake:before { + content: "\f1fd" +} + +.fa-area-chart:before { + content: "\f1fe" +} + +.fa-pie-chart:before { + content: "\f200" +} + +.fa-line-chart:before { + content: "\f201" +} + +.fa-lastfm:before { + content: "\f202" +} + +.fa-lastfm-square:before { + content: "\f203" +} + +.fa-toggle-off:before { + content: "\f204" +} + +.fa-toggle-on:before { + content: "\f205" +} + +.fa-bicycle:before { + content: "\f206" +} + +.fa-bus:before { + content: "\f207" +} + +.fa-ioxhost:before { + content: "\f208" +} + +.fa-angellist:before { + content: "\f209" +} + +.fa-cc:before { + content: "\f20a" +} + +.fa-shekel:before, .fa-sheqel:before, .fa-ils:before { + content: "\f20b" +} + +.fa-meanpath:before { + content: "\f20c" +} + +.fa-buysellads:before { + content: "\f20d" +} + +.fa-connectdevelop:before { + content: "\f20e" +} + +.fa-dashcube:before { + content: "\f210" +} + +.fa-forumbee:before { + content: "\f211" +} + +.fa-leanpub:before { + content: "\f212" +} + +.fa-sellsy:before { + content: "\f213" +} + +.fa-shirtsinbulk:before { + content: "\f214" +} + +.fa-simplybuilt:before { + content: "\f215" +} + +.fa-skyatlas:before { + content: "\f216" +} + +.fa-cart-plus:before { + content: "\f217" +} + +.fa-cart-arrow-down:before { + content: "\f218" +} + +.fa-diamond:before { + content: "\f219" +} + +.fa-ship:before { + content: "\f21a" +} + +.fa-user-secret:before { + content: "\f21b" +} + +.fa-motorcycle:before { + content: "\f21c" +} + +.fa-street-view:before { + content: "\f21d" +} + +.fa-heartbeat:before { + content: "\f21e" +} + +.fa-venus:before { + content: "\f221" +} + +.fa-mars:before { + content: "\f222" +} + +.fa-mercury:before { + content: "\f223" +} + +.fa-intersex:before, .fa-transgender:before { + content: "\f224" +} + +.fa-transgender-alt:before { + content: "\f225" +} + +.fa-venus-double:before { + content: "\f226" +} + +.fa-mars-double:before { + content: "\f227" +} + +.fa-venus-mars:before { + content: "\f228" +} + +.fa-mars-stroke:before { + content: "\f229" +} + +.fa-mars-stroke-v:before { + content: "\f22a" +} + +.fa-mars-stroke-h:before { + content: "\f22b" +} + +.fa-neuter:before { + content: "\f22c" +} + +.fa-genderless:before { + content: "\f22d" +} + +.fa-facebook-official:before { + content: "\f230" +} + +.fa-pinterest-p:before { + content: "\f231" +} + +.fa-whatsapp:before { + content: "\f232" +} + +.fa-server:before { + content: "\f233" +} + +.fa-user-plus:before { + content: "\f234" +} + +.fa-user-times:before { + content: "\f235" +} + +.fa-hotel:before, .fa-bed:before { + content: "\f236" +} + +.fa-viacoin:before { + content: "\f237" +} + +.fa-train:before { + content: "\f238" +} + +.fa-subway:before { + content: "\f239" +} + +.fa-medium:before { + content: "\f23a" +} + +.fa-yc:before, .fa-y-combinator:before { + content: "\f23b" +} + +.fa-optin-monster:before { + content: "\f23c" +} + +.fa-opencart:before { + content: "\f23d" +} + +.fa-expeditedssl:before { + content: "\f23e" +} + +.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before { + content: "\f240" +} + +.fa-battery-3:before, .fa-battery-three-quarters:before { + content: "\f241" +} + +.fa-battery-2:before, .fa-battery-half:before { + content: "\f242" +} + +.fa-battery-1:before, .fa-battery-quarter:before { + content: "\f243" +} + +.fa-battery-0:before, .fa-battery-empty:before { + content: "\f244" +} + +.fa-mouse-pointer:before { + content: "\f245" +} + +.fa-i-cursor:before { + content: "\f246" +} + +.fa-object-group:before { + content: "\f247" +} + +.fa-object-ungroup:before { + content: "\f248" +} + +.fa-sticky-note:before { + content: "\f249" +} + +.fa-sticky-note-o:before { + content: "\f24a" +} + +.fa-cc-jcb:before { + content: "\f24b" +} + +.fa-cc-diners-club:before { + content: "\f24c" +} + +.fa-clone:before { + content: "\f24d" +} + +.fa-balance-scale:before { + content: "\f24e" +} + +.fa-hourglass-o:before { + content: "\f250" +} + +.fa-hourglass-1:before, .fa-hourglass-start:before { + content: "\f251" +} + +.fa-hourglass-2:before, .fa-hourglass-half:before { + content: "\f252" +} + +.fa-hourglass-3:before, .fa-hourglass-end:before { + content: "\f253" +} + +.fa-hourglass:before { + content: "\f254" +} + +.fa-hand-grab-o:before, .fa-hand-rock-o:before { + content: "\f255" +} + +.fa-hand-stop-o:before, .fa-hand-paper-o:before { + content: "\f256" +} + +.fa-hand-scissors-o:before { + content: "\f257" +} + +.fa-hand-lizard-o:before { + content: "\f258" +} + +.fa-hand-spock-o:before { + content: "\f259" +} + +.fa-hand-pointer-o:before { + content: "\f25a" +} + +.fa-hand-peace-o:before { + content: "\f25b" +} + +.fa-trademark:before { + content: "\f25c" +} + +.fa-registered:before { + content: "\f25d" +} + +.fa-creative-commons:before { + content: "\f25e" +} + +.fa-gg:before { + content: "\f260" +} + +.fa-gg-circle:before { + content: "\f261" +} + +.fa-tripadvisor:before { + content: "\f262" +} + +.fa-odnoklassniki:before { + content: "\f263" +} + +.fa-odnoklassniki-square:before { + content: "\f264" +} + +.fa-get-pocket:before { + content: "\f265" +} + +.fa-wikipedia-w:before { + content: "\f266" +} + +.fa-safari:before { + content: "\f267" +} + +.fa-chrome:before { + content: "\f268" +} + +.fa-firefox:before { + content: "\f269" +} + +.fa-opera:before { + content: "\f26a" +} + +.fa-internet-explorer:before { + content: "\f26b" +} + +.fa-tv:before, .fa-television:before { + content: "\f26c" +} + +.fa-contao:before { + content: "\f26d" +} + +.fa-500px:before { + content: "\f26e" +} + +.fa-amazon:before { + content: "\f270" +} + +.fa-calendar-plus-o:before { + content: "\f271" +} + +.fa-calendar-minus-o:before { + content: "\f272" +} + +.fa-calendar-times-o:before { + content: "\f273" +} + +.fa-calendar-check-o:before { + content: "\f274" +} + +.fa-industry:before { + content: "\f275" +} + +.fa-map-pin:before { + content: "\f276" +} + +.fa-map-signs:before { + content: "\f277" +} + +.fa-map-o:before { + content: "\f278" +} + +.fa-map:before { + content: "\f279" +} + +.fa-commenting:before { + content: "\f27a" +} + +.fa-commenting-o:before { + content: "\f27b" +} + +.fa-houzz:before { + content: "\f27c" +} + +.fa-vimeo:before { + content: "\f27d" +} + +.fa-black-tie:before { + content: "\f27e" +} + +.fa-fonticons:before { + content: "\f280" +} + +.fa-reddit-alien:before { + content: "\f281" +} + +.fa-edge:before { + content: "\f282" +} + +.fa-credit-card-alt:before { + content: "\f283" +} + +.fa-codiepie:before { + content: "\f284" +} + +.fa-modx:before { + content: "\f285" +} + +.fa-fort-awesome:before { + content: "\f286" +} + +.fa-usb:before { + content: "\f287" +} + +.fa-product-hunt:before { + content: "\f288" +} + +.fa-mixcloud:before { + content: "\f289" +} + +.fa-scribd:before { + content: "\f28a" +} + +.fa-pause-circle:before { + content: "\f28b" +} + +.fa-pause-circle-o:before { + content: "\f28c" +} + +.fa-stop-circle:before { + content: "\f28d" +} + +.fa-stop-circle-o:before { + content: "\f28e" +} + +.fa-shopping-bag:before { + content: "\f290" +} + +.fa-shopping-basket:before { + content: "\f291" +} + +.fa-hashtag:before { + content: "\f292" +} + +.fa-bluetooth:before { + content: "\f293" +} + +.fa-bluetooth-b:before { + content: "\f294" +} + +.fa-percent:before { + content: "\f295" +} + +.fa-gitlab:before { + content: "\f296" +} + +.fa-wpbeginner:before { + content: "\f297" +} + +.fa-wpforms:before { + content: "\f298" +} + +.fa-envira:before { + content: "\f299" +} + +.fa-universal-access:before { + content: "\f29a" +} + +.fa-wheelchair-alt:before { + content: "\f29b" +} + +.fa-question-circle-o:before { + content: "\f29c" +} + +.fa-blind:before { + content: "\f29d" +} + +.fa-audio-description:before { + content: "\f29e" +} + +.fa-volume-control-phone:before { + content: "\f2a0" +} + +.fa-braille:before { + content: "\f2a1" +} + +.fa-assistive-listening-systems:before { + content: "\f2a2" +} + +.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before { + content: "\f2a3" +} + +.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before { + content: "\f2a4" +} + +.fa-glide:before { + content: "\f2a5" +} + +.fa-glide-g:before { + content: "\f2a6" +} + +.fa-signing:before, .fa-sign-language:before { + content: "\f2a7" +} + +.fa-low-vision:before { + content: "\f2a8" +} + +.fa-viadeo:before { + content: "\f2a9" +} + +.fa-viadeo-square:before { + content: "\f2aa" +} + +.fa-snapchat:before { + content: "\f2ab" +} + +.fa-snapchat-ghost:before { + content: "\f2ac" +} + +.fa-snapchat-square:before { + content: "\f2ad" +} + +.fa-pied-piper:before { + content: "\f2ae" +} + +.fa-first-order:before { + content: "\f2b0" +} + +.fa-yoast:before { + content: "\f2b1" +} + +.fa-themeisle:before { + content: "\f2b2" +} + +.fa-google-plus-circle:before, .fa-google-plus-official:before { + content: "\f2b3" +} + +.fa-fa:before, .fa-font-awesome:before { + content: "\f2b4" +} + +.fa-handshake-o:before { + content: "\f2b5" +} + +.fa-envelope-open:before { + content: "\f2b6" +} + +.fa-envelope-open-o:before { + content: "\f2b7" +} + +.fa-linode:before { + content: "\f2b8" +} + +.fa-address-book:before { + content: "\f2b9" +} + +.fa-address-book-o:before { + content: "\f2ba" +} + +.fa-vcard:before, .fa-address-card:before { + content: "\f2bb" +} + +.fa-vcard-o:before, .fa-address-card-o:before { + content: "\f2bc" +} + +.fa-user-circle:before { + content: "\f2bd" +} + +.fa-user-circle-o:before { + content: "\f2be" +} + +.fa-user-o:before { + content: "\f2c0" +} + +.fa-id-badge:before { + content: "\f2c1" +} + +.fa-drivers-license:before, .fa-id-card:before { + content: "\f2c2" +} + +.fa-drivers-license-o:before, .fa-id-card-o:before { + content: "\f2c3" +} + +.fa-quora:before { + content: "\f2c4" +} + +.fa-free-code-camp:before { + content: "\f2c5" +} + +.fa-telegram:before { + content: "\f2c6" +} + +.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before { + content: "\f2c7" +} + +.fa-thermometer-3:before, .fa-thermometer-three-quarters:before { + content: "\f2c8" +} + +.fa-thermometer-2:before, .fa-thermometer-half:before { + content: "\f2c9" +} + +.fa-thermometer-1:before, .fa-thermometer-quarter:before { + content: "\f2ca" +} + +.fa-thermometer-0:before, .fa-thermometer-empty:before { + content: "\f2cb" +} + +.fa-shower:before { + content: "\f2cc" +} + +.fa-bathtub:before, .fa-s15:before, .fa-bath:before { + content: "\f2cd" +} + +.fa-podcast:before { + content: "\f2ce" +} + +.fa-window-maximize:before { + content: "\f2d0" +} + +.fa-window-minimize:before { + content: "\f2d1" +} + +.fa-window-restore:before { + content: "\f2d2" +} + +.fa-times-rectangle:before, .fa-window-close:before { + content: "\f2d3" +} + +.fa-times-rectangle-o:before, .fa-window-close-o:before { + content: "\f2d4" +} + +.fa-bandcamp:before { + content: "\f2d5" +} + +.fa-grav:before { + content: "\f2d6" +} + +.fa-etsy:before { + content: "\f2d7" +} + +.fa-imdb:before { + content: "\f2d8" +} + +.fa-ravelry:before { + content: "\f2d9" +} + +.fa-eercast:before { + content: "\f2da" +} + +.fa-microchip:before { + content: "\f2db" +} + +.fa-snowflake-o:before { + content: "\f2dc" +} + +.fa-superpowers:before { + content: "\f2dd" +} + +.fa-wpexplorer:before { + content: "\f2de" +} + +.fa-meetup:before { + content: "\f2e0" +} + +.tribute-container { + position: absolute; + top: 0; + left: 0; + height: auto; + max-height: 300px; + max-width: 500px; + overflow: auto; + display: block; + z-index: 999999 +} + +.tribute-container ul { + margin: 2px 0 0; + padding: 0; + list-style: none; + background: #efefef +} + +.tribute-container li { + padding: 5px; + cursor: pointer +} + +.tribute-container li.highlight { + background: #ddd +} + +.tribute-container li span { + font-weight: bold +} + +.tribute-container li.no-match { + cursor: default +} + +.tribute-container .menu-highlighted { + font-weight: bold +} + +.issue.list { + list-style: none; + margin-top: 1rem +} + +.issue.list a:not(.label):hover { + color: var(--color-primary)!important +} + +.issue.list>.item .issue-checkbox { + margin-top: 1px +} + +.issue.list>.item .issue-item-icon svg { + color: var(--color-gitea-lightblue-dark) !important; + margin-right: .75rem; + margin-top: 1px +} + +.issue.list>.item .issue-item-icons-right>*+* { + margin-left: .5rem +} + +.issue.list>.item .issue-item-main { + width: 100% +} + +.issue.list>.item .issue-item-top-row { + max-width: 100%; + color: var(--color-text); + font-size: 16px; + min-width: 0; + font-weight: 600 +} + +.issue.list>.item .labels-list { + position: relative; + top: -1.5px +} + +.issue.list>.item .issue-item-bottom-row { + font-size: 13px +} + +.issue.list>.item .title { + color: var(--color-text); + word-break: break-word +} + +.issue.list>.item .issue-item-icon-right { + min-width: 2rem +} + +.issue.list>.item .assignee { + position: relative; + top: -2px +} + +.issue.list>.item .assignee img { + width: 20px; + height: 20px; + margin-right: 2px +} + +.issue.list>.item .desc { + color: var(--color-text-light-2) +} + +.issue.list>.item .desc a { + color: inherit +} + +.issue.list>.item .desc .time-since, .issue.list>.item .desc a { + margin-left: .25rem; + margin-right: .25rem +} + +.issue.list>.item .desc .waiting, .issue.list>.item .desc .approvals, .issue.list>.item .desc .rejects { + padding-left: 5px +} + +.issue.list>.item .desc .checklist { + padding-left: 5px +} + +.issue.list>.item .desc .checklist .progress-bar { + margin-left: 2px; + width: 80px; + height: 6px; + display: inline-block; + background-color: var(--color-secondary); + overflow: hidden; + border-radius: 3px; + vertical-align: 2px!important +} + +.issue.list>.item .desc .checklist .progress-bar .progress { + background-color: var(--color-secondary-dark-3); + display: block; + height: 100% +} + +.issue.list>.item .desc .conflicting { + padding-left: 5px +} + +.issue.list>.item .desc .due-date { + padding-left: 5px +} + +.issue.list>.item .desc a.milestone { + margin-left: 5px +} + +.issue.list>.item .desc a.ref { + margin-left: 8px +} + +.issue.list>.item .desc a.ref span { + margin-right: -4px +} + +.issue.list>.item .desc .overdue { + color: var(--color-red) +} + +.issue.list>.item+.item { + border-top: 1px solid var(--color-secondary) +} + +@keyframes isloadingspin { + 0% { + transform: translate(-50%, -50%) rotate(0deg) + } + to { + transform: translate(-50%, -50%) rotate(360deg) + } +} + +.is-loading { + background: transparent!important; + color: transparent!important; + border: transparent!important; + pointer-events: none!important; + position: relative!important; + overflow: hidden!important +} + +.is-loading:after { + content: ""; + position: absolute; + display: block; + width: 4rem; + height: 4rem; + left: 50%; + top: 50%; + transform: translate(-50%, -50%); + animation: isloadingspin 500ms infinite linear; + border-width: 4px; + border-style: solid; + border-color: #ececec #ececec #666 #666; + border-radius: 100% +} + +.markup pre.is-loading, .editor-loading.is-loading { + height: 12rem +} + +.dropzone { + border: 2px dashed var(--color-secondary)!important; + background: none!important; + box-shadow: none!important; + padding: 0!important; + min-height: 5rem!important; + border-radius: 4px!important +} + +.dropzone .dz-button { + color: var(--color-text-light)!important +} + +.dropzone:hover .dz-button { + color: var(--color-text)!important +} + +.dropzone .dz-error-message { + top: 145px!important +} + +.dropzone .dz-image { + display: flex!important; + align-items: center!important; + justify-content: center!important; + border-radius: 0!important +} + +.dropzone .dz-image img { + max-width: 100%!important; + max-height: 100%!important; + object-fit: contain!important +} + +.dropzone .dz-preview.dz-image-preview, .dropzone-attachments .thumbnails img { + background: transparent!important +} + +.dropzone-attachments .thumbnails img { + height: 120px!important; + width: 120px!important; + object-fit: contain!important; + margin-bottom: 0!important +} + +.dropzone .dz-preview:hover .dz-image img { + filter: opacity(.5)!important +} + +#git-graph-container { + overflow-x: scroll; + width: 100%; + min-height: 350px +} + +#git-graph-container>.ui.segment.loading { + border: 0; + z-index: 1; + min-height: 246px +} + +#git-graph-container h2 { + display: flex; + justify-content: space-between; + align-items: center +} + +#git-graph-container .color-buttons { + margin-right: 0 +} + +#git-graph-container .ui.header.dividing { + padding-bottom: 10px +} + +#git-graph-container #flow-select-refs-dropdown { + border-top-right-radius: 0; + border-bottom-right-radius: 0; + min-width: 250px; + border-right: none +} + +#git-graph-container #flow-select-refs-dropdown .ui.label { + max-width: 180px; + display: inline-flex!important; + align-items: center +} + +#git-graph-container #flow-select-refs-dropdown .ui.label .truncate { + display: inline-block; + max-width: 140px; + overflow: hidden; + text-overflow: ellipsis; + vertical-align: top; + white-space: nowrap +} + +#git-graph-container #flow-select-refs-dropdown .dropdown.icon { + display: none +} + +#git-graph-container #flow-select-refs-dropdown .default.text { + padding-top: 4px; + padding-bottom: 4px +} + +#git-graph-container #flow-select-refs-dropdown input.search { + position: relative; + top: 1px +} + +#git-graph-container li { + list-style-type: none; + height: 24px; + line-height: 24px; + white-space: nowrap; + display: flex; + align-items: center +} + +#git-graph-container li .node-relation { + font-family: "Bitstream Vera Sans Mono", "Courier", monospace +} + +#git-graph-container li .author { + color: #666 +} + +#git-graph-container li .time { + color: #999; + font-size: 80% +} + +#git-graph-container li a:not(.ui):hover { + text-decoration: underline +} + +#git-graph-container li a em { + color: #b00; + border-bottom: 1px dotted #bbbbbb; + text-decoration: none; + font-style: normal +} + +#git-graph-container #rel-container { + max-width: 30%; + overflow-x: auto; + float: left +} + +#git-graph-container #rev-container { + width: 100% +} + +#git-graph-container #rev-list { + margin: 0; + padding: 0; + width: 100% +} + +#git-graph-container #rev-list li.highlight.hover { + background-color: #0000000d +} + +#git-graph-container #rev-list .tags a.button { + padding: 2px 4px +} + +#git-graph-container #rev-list .sha.label { + padding-top: 5px; + padding-bottom: 3px +} + +#git-graph-container #rev-list .sha.label .shortsha { + padding-top: 0 +} + +#git-graph-container #rev-list .sha.label .shortsha-pad { + padding-right: 10px +} + +#git-graph-container #rev-list .sha.label .ui.detail.icon.button { + padding-top: 3px; + margin-top: -5px; + padding-bottom: 1px +} + +#git-graph-container #rev-list .author .ui.avatar.image { + width: auto; + height: 18px +} + +#git-graph-container #graph-raw-list { + margin: 0 +} + +#git-graph-container.monochrome #rel-container .flow-group { + stroke: gray; + fill: gray +} + +#git-graph-container.monochrome #rel-container .flow-group.highlight { + stroke: #000; + fill: #000 +} + +#git-graph-container:not(.monochrome) #rel-container .flow-group.flow-color-16-1 { + stroke: #499a37; + fill: #499a37 +} + +#git-graph-container:not(.monochrome) #rel-container .flow-group.flow-color-16-2 { + stroke: #ce464f; + fill: #ce4751 +} + +#git-graph-container:not(.monochrome) #rel-container .flow-group.flow-color-16-3 { + stroke: #8f9121; + fill: #8f9121 +} + +#git-graph-container:not(.monochrome) #rel-container .flow-group.flow-color-16-4 { + stroke: #ac32a6; + fill: #ac32a6 +} + +#git-graph-container:not(.monochrome) #rel-container .flow-group.flow-color-16-5 { + stroke: #3d27aa; + fill: #3d27aa +} + +#git-graph-container:not(.monochrome) #rel-container .flow-group.flow-color-16-6 { + stroke: #c67d28; + fill: #c67d28 +} + +#git-graph-container:not(.monochrome) #rel-container .flow-group.flow-color-16-7 { + stroke: #4db392; + fill: #4db392 +} + +#git-graph-container:not(.monochrome) #rel-container .flow-group.flow-color-16-8 { + stroke: #aa4d30; + fill: #aa4d30 +} + +#git-graph-container:not(.monochrome) #rel-container .flow-group.flow-color-16-9 { + stroke: #2a6f84; + fill: #2a6f84 +} + +#git-graph-container:not(.monochrome) #rel-container .flow-group.flow-color-16-10 { + stroke: #c45327; + fill: #c45327 +} + +#git-graph-container:not(.monochrome) #rel-container .flow-group.flow-color-16-11 { + stroke: #3d965c; + fill: #3d965c +} + +#git-graph-container:not(.monochrome) #rel-container .flow-group.flow-color-16-12 { + stroke: #792a93; + fill: #792a93 +} + +#git-graph-container:not(.monochrome) #rel-container .flow-group.flow-color-16-13 { + stroke: #439d73; + fill: #439d73 +} + +#git-graph-container:not(.monochrome) #rel-container .flow-group.flow-color-16-14 { + stroke: #103aad; + fill: #103aad +} + +#git-graph-container:not(.monochrome) #rel-container .flow-group.flow-color-16-15 { + stroke: #982e85; + fill: #982e85 +} + +#git-graph-container:not(.monochrome) #rel-container .flow-group.flow-color-16-0 { + stroke: #7db233; + fill: #7db233 +} + +#git-graph-container:not(.monochrome) #rel-container .flow-group.highlight.flow-color-16-1 { + stroke: #5ac144; + fill: #5ac144 +} + +#git-graph-container:not(.monochrome) #rel-container .flow-group.highlight.flow-color-16-2 { + stroke: #ed5a8b; + fill: #ed5a8b +} + +#git-graph-container:not(.monochrome) #rel-container .flow-group.highlight.flow-color-16-3 { + stroke: #ced049; + fill: #ced048 +} + +#git-graph-container:not(.monochrome) #rel-container .flow-group.highlight.flow-color-16-4 { + stroke: #db61d7; + fill: #db62d6 +} + +#git-graph-container:not(.monochrome) #rel-container .flow-group.highlight.flow-color-16-5 { + stroke: #4e33d1; + fill: #4f35d1 +} + +#git-graph-container:not(.monochrome) #rel-container .flow-group.highlight.flow-color-16-6 { + stroke: #e6a151; + fill: #e6a151 +} + +#git-graph-container:not(.monochrome) #rel-container .flow-group.highlight.flow-color-16-7 { + stroke: #44daaa; + fill: #44daaa +} + +#git-graph-container:not(.monochrome) #rel-container .flow-group.highlight.flow-color-16-8 { + stroke: #dd7a5c; + fill: #dd7a5c +} + +#git-graph-container:not(.monochrome) #rel-container .flow-group.highlight.flow-color-16-9 { + stroke: #38859c; + fill: #38859c +} + +#git-graph-container:not(.monochrome) #rel-container .flow-group.highlight.flow-color-16-10 { + stroke: #d95520; + fill: #d95520 +} + +#git-graph-container:not(.monochrome) #rel-container .flow-group.highlight.flow-color-16-11 { + stroke: #42ae68; + fill: #42ae68 +} + +#git-graph-container:not(.monochrome) #rel-container .flow-group.highlight.flow-color-16-12 { + stroke: #9126b5; + fill: #9126b5 +} + +#git-graph-container:not(.monochrome) #rel-container .flow-group.highlight.flow-color-16-13 { + stroke: #4ab080; + fill: #4ab080 +} + +#git-graph-container:not(.monochrome) #rel-container .flow-group.highlight.flow-color-16-14 { + stroke: #284fb8; + fill: #284fb8 +} + +#git-graph-container:not(.monochrome) #rel-container .flow-group.highlight.flow-color-16-15 { + stroke: #971c80; + fill: #971c80 +} + +#git-graph-container:not(.monochrome) #rel-container .flow-group.highlight.flow-color-16-0 { + stroke: #87ca28; + fill: #87ca28 +} + +#user-heatmap { + width: 100%; + text-align: center; + position: relative; + min-height: 125px; + display: block; + align-items: center; + justify-content: center +} + +#user-heatmap>svg { + width: 100% +} + +#user-heatmap svg:not(:root) { + overflow: inherit; + padding: 0!important +} + +#user-heatmap text { + fill: currentColor!important +} + +#user-heatmap .total-contributions { + font-size: 11px; + position: absolute; + bottom: 0; + left: 25px +} + +@media (max-width: 1200px) { + #user-heatmap { + min-height: 105px + } + #user-heatmap .total-contributions { + left: 21px + } +} + +@media (max-width: 1000px) { + #user-heatmap { + min-height: 80px + } + #user-heatmap .total-contributions { + font-size: 10px; + left: 17px; + bottom: -4px + } +} + +.user.profile #user-heatmap { + min-height: 135px +} + +@media (max-width: 1200px) { + .user.profile #user-heatmap { + min-height: 115px + } +} + +@media (max-width: 1000px) { + .user.profile #user-heatmap { + min-height: 90px + } +} + +.image-diff-container { + text-align: center; + padding: 30px 0 +} + +.image-diff-container img { + border: 1px solid var(--color-primary-light-7); + background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAG0lEQVQYlWN4+vTpf3SMDTAMBYXYBLFpHgoKAeiOf0SGE9kbAAAAAElFTkSuQmCC) right bottom var(--color-primary-light-7) +} + +.image-diff-container .before-container { + border: 1px solid var(--color-red); + display: block +} + +.image-diff-container .after-container { + border: 1px solid var(--color-green); + display: block +} + +.image-diff-container .diff-side-by-side .side { + display: inline-block; + line-height: 0; + vertical-align: top +} + +.image-diff-container .diff-side-by-side .side .side-header { + font-weight: bold +} + +.image-diff-container .diff-swipe { + margin: auto +} + +.image-diff-container .diff-swipe .swipe-frame { + position: absolute +} + +.image-diff-container .diff-swipe .swipe-frame .before-container { + position: absolute +} + +.image-diff-container .diff-swipe .swipe-frame .swipe-container { + position: absolute; + right: 0; + display: block; + border-left: 2px solid var(--color-secondary-dark-8); + height: 100%; + overflow: hidden +} + +.image-diff-container .diff-swipe .swipe-frame .swipe-container .after-container { + position: absolute; + right: 0 +} + +.image-diff-container .diff-swipe .swipe-frame .swipe-bar { + z-index: 100; + position: absolute; + height: 100%; + top: 0; + left: 0 +} + +.image-diff-container .diff-swipe .swipe-frame .swipe-bar .handle { + background: var(--color-secondary-dark-8); + left: -5px; + height: 12px; + width: 12px; + position: absolute; + transform: rotate(45deg); + box-sizing: border-box; + display: flex; + justify-content: center; + align-items: center; + cursor: pointer +} + +.image-diff-container .diff-swipe .swipe-frame .swipe-bar .top-handle { + top: -12px +} + +.image-diff-container .diff-swipe .swipe-frame .swipe-bar .bottom-handle { + bottom: -14px +} + +.image-diff-container .diff-overlay { + margin: 0 auto +} + +.image-diff-container .diff-overlay .overlay-frame { + margin: 0 auto; + position: relative +} + +.image-diff-container .diff-overlay .before-container, .image-diff-container .diff-overlay .after-container { + position: absolute +} + +.image-diff-container .diff-overlay input { + width: 300px +} + +.monaco-editor-container { + width: 100%; + min-height: 200px; + height: 90vh +} + +.edit.githook .monaco-editor-container { + border: 1px solid var(--color-secondary); + height: 70vh +} + +.monaco-editor-container .inputarea { + min-height: 0!important; + margin: 0!important; + padding: 0!important; + resize: none!important; + border: none!important; + color: transparent!important; + background-color: transparent!important +} + +.monaco-scrollable-element>.scrollbar>.slider { + background: var(--color-primary)!important +} + +.monaco-scrollable-element>.scrollbar>.slider:hover { + background: var(--color-primary-dark-1)!important +} + +.monaco-scrollable-element>.scrollbar>.slider:active { + background: var(--color-primary-dark-2)!important +} + +.board { + display: flex; + flex-direction: row; + flex-wrap: nowrap; + overflow-x: auto; + margin: 0 .5em +} + +.board-column { + background-color: var(--color-project-board-bg)!important; + border: 1px solid var(--color-secondary)!important; + margin: 0 .5rem!important; + padding: .5rem!important; + width: 320px; + height: 60vh; + overflow-y: scroll; + flex: 0 0 auto; + overflow: visible; + display: flex; + flex-direction: column +} + +.board-column-header { + display: flex; + justify-content: space-between +} + +.board-label { + background: none!important; + line-height: 1.25!important +} + +.board-column>.cards { + flex: 1; + display: flex; + margin: 0!important; + padding: 0!important; + flex-wrap: nowrap!important; + flex-direction: column +} + +.project-board-title { + word-break: break-word +} + +.board-column>.divider { + margin: 5px 0 +} + +.board-column:first-child { + margin-left: auto!important +} + +.board-column:last-child { + margin-right: auto!important +} + +.board-card { + margin: 4px 2px!important; + border-radius: 5px!important; + cursor: move; + width: calc(100% - 4px)!important; + padding: .5rem!important; + min-height: auto!important +} + +.board-card .meta * { + margin-right: 0!important +} + +.board-card .header { + margin-top: 0!important; + font-size: 16px!important +} + +.card-ghost { + border-style: dashed!important; + background: none!important +} + +.card-ghost * { + opacity: 0 +} + +.markup { + overflow: hidden; + font-size: 16px; + line-height: 1.5!important; + word-wrap: break-word +} + +.markup.ui.segment { + padding: 3em +} + +.markup.file-view { + padding: 2em!important +} + +.markup>*:first-child { + margin-top: 0!important +} + +.markup>*:last-child { + margin-bottom: 0!important +} + +.markup a:not([href]) { + color: inherit; + text-decoration: none +} + +.markup .absent { + color: var(--color-red) +} + +.markup .anchor { + padding-right: 4px; + margin-left: -20px; + line-height: 1; + color: inherit +} + +.markup .anchor .svg { + vertical-align: middle +} + +.markup .anchor:focus { + outline: none +} + +.markup h1 .anchor .svg, .markup h2 .anchor .svg, .markup h3 .anchor .svg, .markup h4 .anchor .svg, .markup h5 .anchor .svg, .markup h6 .anchor .svg { + visibility: hidden +} + +.markup h1:hover .anchor .svg, .markup h2:hover .anchor .svg, .markup h3:hover .anchor .svg, .markup h4:hover .anchor .svg, .markup h5:hover .anchor .svg, .markup h6:hover .anchor .svg { + visibility: visible +} + +.markup h2 .anchor .svg, .markup h3 .anchor .svg, .markup h4 .anchor .svg { + position: relative; + top: -2px +} + +.markup h1, .markup h2, .markup h3, .markup h4, .markup h5, .markup h6 { + margin-top: 24px; + margin-bottom: 16px; + font-weight: 600; + line-height: 1.25 +} + +.markup h1 tt, .markup h1 code, .markup h2 tt, .markup h2 code, .markup h3 tt, .markup h3 code, .markup h4 tt, .markup h4 code, .markup h5 tt, .markup h5 code, .markup h6 tt, .markup h6 code { + font-size: inherit +} + +.markup h1 { + padding-bottom: .3em; + font-size: 2em; + border-bottom: 1px solid var(--color-secondary) +} + +.markup h2 { + padding-bottom: .3em; + font-size: 1.5em; + border-bottom: 1px solid var(--color-secondary) +} + +.markup h3 { + font-size: 1.25em +} + +.markup h4 { + font-size: 1em +} + +.markup h5 { + font-size: .875em +} + +.markup h6 { + font-size: .85em; + color: var(--color-text-light-2) +} + +.markup p, .markup blockquote, .markup details, .markup ul, .markup ol, .markup dl, .markup table, .markup pre { + margin-top: 0; + margin-bottom: 16px +} + +.markup hr { + height: 4px; + padding: 0; + margin: 16px 0; + background-color: var(--color-secondary); + border: 0 +} + +.markup ul, .markup ol { + padding-left: 2em +} + +.markup ul.no-list, .markup ol.no-list { + padding: 0; + list-style-type: none +} + +.markup .task-list-item { + list-style-type: none +} + +.markup .task-list-item input[type=checkbox] { + margin: 0 6px .25em -1.6em +} + +.markup .task-list-item+.task-list-item { + margin-top: 3px +} + +.markup input[type=checkbox] { + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + position: relative; + border: 1px solid var(--color-secondary); + border-radius: 2px; + background: var(--color-input-background); + height: 14px; + width: 14px; + opacity: 1!important; + pointer-events: auto!important; + vertical-align: middle!important +} + +.markup input[type=checkbox]:not([disabled]):hover, .markup input[type=checkbox]:not([disabled]):active { + border-color: var(--color-primary) +} + +.markup input[type=checkbox]:after { + position: absolute; + left: 0; + top: 0; + bottom: 0; + right: 0; + pointer-events: none; + background: var(--color-text); + mask-size: cover; + -webkit-mask-size: cover +} + +.markup input[type=checkbox]:checked:after { + content: ""; + mask-image: var(--checkbox-mask-checked); + -webkit-mask-image: var(--checkbox-mask-checked) +} + +.markup input[type=checkbox]:indeterminate:after { + content: ""; + mask-image: var(--checkbox-mask-indeterminate); + -webkit-mask-image: var(--checkbox-mask-indeterminate) +} + +.markup ul ul, .markup ul ol, .markup ol ol, .markup ol ul { + margin-top: 0; + margin-bottom: 0 +} + +.markup ol ol, .markup ul ol { + list-style-type: lower-roman +} + +.markup li>p { + margin-top: 16px +} + +.markup li+li { + margin-top: .25em +} + +.markup dl { + padding: 0 +} + +.markup dl dt { + padding: 0; + margin-top: 16px; + font-size: 1em; + font-style: italic; + font-weight: 600 +} + +.markup dl dd { + padding: 0 16px; + margin-bottom: 16px +} + +.markup blockquote { + margin-left: 0; + padding: 0 15px; + color: var(--color-text-light-2); + border-left: 4px solid var(--color-secondary) +} + +.markup blockquote>:first-child { + margin-top: 0 +} + +.markup blockquote>:last-child { + margin-bottom: 0 +} + +.markup table { + display: block; + width: 100%; + width: -webkit-max-content; + width: -moz-max-content; + width: max-content; + max-width: 100%; + overflow: auto +} + +.markup table th { + font-weight: 600 +} + +.markup table th, .markup table td { + padding: 6px 13px!important; + border: 1px solid var(--color-secondary)!important +} + +.markup table tr { + border-top: 1px solid var(--color-secondary) +} + +.markup table tr:nth-child(2n) { + background-color: var(--color-markup-table-row) +} + +.markup img { + max-width: 100%; + box-sizing: initial +} + +.markup img[align=right] { + padding-left: 20px +} + +.markup img[align=left] { + padding-right: 20px +} + +.markup .emoji { + max-width: none; + vertical-align: text-top +} + +.markup span.frame { + display: block; + overflow: hidden +} + +.markup span.frame>span { + display: block; + float: left; + width: auto; + padding: 7px; + margin: 13px 0 0; + overflow: hidden; + border: 1px solid var(--color-secondary) +} + +.markup span.frame span img { + display: block; + float: left +} + +.markup span.frame span span { + display: block; + padding: 5px 0 0; + clear: both; + color: var(--color-text) +} + +.markup span.align-center { + display: block; + overflow: hidden; + clear: both +} + +.markup span.align-center>span { + display: block; + margin: 13px auto 0; + overflow: hidden; + text-align: center +} + +.markup span.align-center span img { + margin: 0 auto; + text-align: center +} + +.markup span.align-right { + display: block; + overflow: hidden; + clear: both +} + +.markup span.align-right>span { + display: block; + margin: 13px 0 0; + overflow: hidden; + text-align: right +} + +.markup span.align-right span img { + margin: 0; + text-align: right +} + +.markup span.float-left { + display: block; + float: left; + margin-right: 13px; + overflow: hidden +} + +.markup span.float-left span { + margin: 13px 0 0 +} + +.markup span.float-right { + display: block; + float: right; + margin-left: 13px; + overflow: hidden +} + +.markup span.float-right>span { + display: block; + margin: 13px auto 0; + overflow: hidden; + text-align: right +} + +.markup code, .markup tt { + padding: .2em .4em; + margin: 0; + font-size: 85%; + background-color: var(--color-markup-code-block); + border-radius: 4px +} + +.markup code br, .markup tt br { + display: none +} + +.markup del code { + text-decoration: inherit +} + +.markup pre>code { + padding: 0; + margin: 0; + font-size: 100%; + white-space: pre-wrap; + word-break: break-all; + overflow-wrap: break-word; + background: transparent; + border: 0 +} + +.markup .highlight { + margin-bottom: 16px +} + +.markup .highlight pre, .markup pre { + padding: 16px; + font-size: 85%; + line-height: 1.45; + background-color: var(--color-markup-code-block); + border-radius: 4px +} + +.markup .highlight pre { + margin-bottom: 0; + word-break: normal +} + +.markup pre { + word-wrap: normal +} + +.markup pre code, .markup pre tt { + display: inline; + max-width: initial; + padding: 0; + margin: 0; + overflow: initial; + line-height: inherit; + word-wrap: normal; + background-color: transparent; + border: 0 +} + +.markup pre code:before, .markup pre code:after, .markup pre tt:before, .markup pre tt:after { + content: normal +} + +.markup kbd { + display: inline-block; + padding: 3px 5px; + font-size: 11px; + line-height: 10px; + color: var(--color-text-light); + vertical-align: middle; + background-color: var(--color-markup-code-block); + border: 1px solid var(--color-secondary); + border-radius: 3px; + box-shadow: inset 0 -1px var(--color-secondary) +} + +.markup .ui.list .list, .markup ol.ui.list ol, .markup ul.ui.list ul { + padding-left: 2em +} + +.repository.wiki.revisions .ui.container>.ui.stackable.grid { + -ms-flex-direction: row-reverse; + flex-direction: row-reverse +} + +.repository.wiki.revisions .ui.container>.ui.stackable.grid>.header { + margin-top: 0 +} + +.repository.wiki.revisions .ui.container>.ui.stackable.grid>.header .sub.header { + padding-left: 52px; + word-break: break-word +} + +.file-revisions-btn { + display: block; + float: left; + margin-bottom: 2px!important; + padding: 11px!important; + margin-right: 10px!important +} + +.file-revisions-btn i { + -webkit-touch-callout: none; + -webkit-user-select: none; + -khtml-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none +} + +.markup-block-error { + margin-bottom: 0!important; + border-bottom-left-radius: 0!important; + border-bottom-right-radius: 0!important; + box-shadow: none!important; + font-size: 85%!important; + white-space: pre!important; + padding: .5rem 1rem!important; + text-align: left!important +} + +.markup-block-error+pre { + border-top: none!important; + margin-top: 0!important; + border-top-left-radius: 0!important; + border-top-right-radius: 0!important +} + +.mermaid-chart { + display: flex; + justify-content: center; + align-items: center; + padding: 1rem; + margin: 1rem auto; + height: auto +} + +body>div[id*=mermaid-] { + display: none!important +} + +.code-view .lines-num:hover { + color: var(--color-text-dark)!important +} + +.code-line-menu { + width: auto!important +} + +.code-line-button { + background-color: var(--color-menu); + color: var(--color-text-light); + border: 1px solid var(--color-secondary); + border-radius: var(--border-radius); + padding: 1px 10px; + position: absolute; + font-family: var(--fonts-regular); + left: 0; + transform: translateX(-70%); + cursor: pointer +} + +.code-line-button:hover { + color: var(--color-primary) +} + +.chroma { + background-color: var(--color-code-bg) +} + +.chroma .lntd { + vertical-align: top; + padding: 0; + margin: 0; + border: 0 +} + +.chroma .lntable { + border-spacing: 0; + padding: 0; + margin: 0; + border: 0; + width: auto; + overflow: auto; + display: block +} + +.chroma .hl { + display: block; + width: 100% +} + +.chroma .lnt { + margin-right: .4em; + padding: 0 .4em +} + +.chroma .ln { + margin-right: .4em; + padding: 0 .4em +} + +.chroma .gs { + font-weight: 600 +} + +.chroma .gl { + text-decoration: underline +} + +.chroma .hl { + background-color: #e5e5e5 +} + +.chroma .lnt { + color: #7f7f7f +} + +.chroma .ln { + color: #7f7f7f +} + +.chroma .k { + color: #d73a49 +} + +.chroma .kc { + color: #d73a49 +} + +.chroma .kd { + color: #d73a49 +} + +.chroma .kn { + color: #d73a49 +} + +.chroma .kp { + color: #d73a49 +} + +.chroma .kr { + color: #d73a49 +} + +.chroma .kt { + color: #458 +} + +.chroma .na { + color: #d73a49 +} + +.chroma .nb { + color: #005cc5 +} + +.chroma .bp { + color: #999 +} + +.chroma .nc { + color: #458 +} + +.chroma .no { + color: teal +} + +.chroma .nd { + color: #3c5d5d +} + +.chroma .ni { + color: #6f42c1 +} + +.chroma .ne { + color: #900 +} + +.chroma .nf { + color: #005cc5 +} + +.chroma .nl { + color: #900 +} + +.chroma .nn { + color: #555 +} + +.chroma .nx { + color: #24292e +} + +.chroma .nt { + color: #22863a +} + +.chroma .nv { + color: teal +} + +.chroma .vc { + color: teal +} + +.chroma .vg { + color: teal +} + +.chroma .vi { + color: teal +} + +.chroma .s { + color: #106303 +} + +.chroma .sa { + color: #106303 +} + +.chroma .sb { + color: #106303 +} + +.chroma .sc { + color: #106303 +} + +.chroma .dl { + color: #106303 +} + +.chroma .sd { + color: #106303 +} + +.chroma .s2 { + color: #106303 +} + +.chroma .se { + color: #106303 +} + +.chroma .sh { + color: #106303 +} + +.chroma .si { + color: #106303 +} + +.chroma .sx { + color: #106303 +} + +.chroma .sr { + color: #22863a +} + +.chroma .s1 { + color: #cc7a00 +} + +.chroma .ss { + color: #106303 +} + +.chroma .m { + color: #099 +} + +.chroma .mb { + color: #099 +} + +.chroma .mf { + color: #099 +} + +.chroma .mh { + color: #099 +} + +.chroma .mi { + color: #099 +} + +.chroma .il { + color: #099 +} + +.chroma .mo { + color: #099 +} + +.chroma .o { + color: #d73a49 +} + +.chroma .ow { + color: #d73a49 +} + +.chroma .c { + color: #6a737d +} + +.chroma .ch { + color: #6a737d +} + +.chroma .cm { + color: #998 +} + +.chroma .c1 { + color: #6a737d +} + +.chroma .cs { + color: #999 +} + +.chroma .cp { + color: #999 +} + +.chroma .cpf { + color: #999 +} + +.chroma .gd { + color: #000; + background-color: #fdd +} + +.chroma .ge { + color: #000 +} + +.chroma .gr { + color: #a00 +} + +.chroma .gh { + color: #999 +} + +.chroma .gi { + color: #000; + background-color: #dfd +} + +.chroma .go { + color: #888 +} + +.chroma .gp { + color: #555 +} + +.chroma .gu { + color: #aaa +} + +.chroma .gt { + color: #a00 +} + +.chroma .w { + color: #bbb +} + +.svg { + display: inline-block; + vertical-align: text-top; + fill: currentColor +} + +.middle .svg { + vertical-align: middle +} + +.tribute-container { + box-shadow: 0 .25rem .5rem #00000040; + border-radius: .25rem +} + +.tribute-container ul { + margin-top: 0!important; + background: var(--color-body)!important +} + +.tribute-container li { + padding: 3px .5rem!important +} + +.tribute-container li span.fullname { + font-weight: normal; + font-size: .8rem; + margin-left: 3px +} + +.tribute-container li.highlight, .tribute-container li:hover { + background: var(--color-primary)!important; + color: #fff!important +} + +.tribute-item { + display: flex; + align-items: center +} + +.tribute-item .emoji, .tribute-item img[src*="/avatar/"] { + margin-right: .5rem +} + +.tribute-container img { + width: 1.5rem!important; + height: 1.5rem!important +} + +:root :lang(ja) { + --fonts-override: var(--fonts-default-override-ja) +} + +:root :lang(zh-CN) { + --fonts-override: var(--fonts-default-override-zh-cn) +} + +:root :lang(zh-TW) { + --fonts-override: var(--fonts-default-override-zh-tw) +} + +:root :lang(zh-HK) { + --fonts-override: var(--fonts-default-override-zh-hk) +} + +:root :lang(ko) { + --fonts-override: var(--fonts-default-override-ko) +} + +[lang] { + font-family: var(--fonts-regular) +} + +@font-face { + font-family: system-ui-ja; + src: local("HiraginoSans-W2"), local("HiraKakuProN-W3"), local("Hiragino Kaku Gothic ProN W3"), local("Source Han Sans JP Light"), local("SourceHanSansJP-Light"), local("Source Han Sans J Light"), local("SourceHanSansJ-Light"), local("Noto Sans CJK JP Light"), local("NotoSansCJKJP-Light"), local("Source Han Sans Light"), local("SourceHanSans-Light"), local("Yu Gothic Regular"), local("YuGothic Regular"), local("Droid Sans Japanese"), local("Meiryo"), local("MS PGothic"); + font-weight: 300; + unicode-range: U+11??, U+2E80-4DBF, U+4E00-9FFF, U+A960-A97F, U+AC00-D7FF, U+F900-FAFF, U+FE00-FE6F, U+FF00-FFEF, U+1F2??, U+2???? +} + +@font-face { + font-family: system-ui-ja; + src: local("HiraginoSans-W4"), local("HiraKakuProN-W3"), local("Hiragino Kaku Gothic ProN W3"), local("Source Han Sans JP Regular"), local("SourceHanSansJP-Regular"), local("Source Han Sans J Regular"), local("SourceHanSansJ-Regular"), local("Noto Sans CJK JP Regular"), local("NotoSansCJKJP-Regular"), local("Source Han Sans Regular"), local("SourceHanSans-Regular"), local("Yu Gothic Medium"), local("YuGothic Medium"), local("Droid Sans Japanese"), local("Meiryo"), local("MS PGothic"); + font-weight: 400; + unicode-range: U+11??, U+2E80-4DBF, U+4E00-9FFF, U+A960-A97F, U+AC00-D7FF, U+F900-FAFF, U+FE00-FE6F, U+FF00-FFEF, U+1F2??, U+2???? +} + +@font-face { + font-family: system-ui-ja; + src: local("HiraginoSans-W5"), local("HiraKakuProN-W3"), local("Hiragino Kaku Gothic ProN W3"), local("Source Han Sans JP Medium"), local("SourceHanSansJP-Medium"), local("Source Han Sans J Medium"), local("SourceHanSansJ-Medium"), local("Noto Sans CJK JP Medium"), local("NotoSansCJKJP-Medium"), local("Source Han Sans Medium"), local("SourceHanSans-Medium"), local("Yu Gothic Medium"), local("YuGothic Medium"), local("Droid Sans Japanese"), local("Meiryo"), local("MS PGothic"); + font-weight: 500; + unicode-range: U+11??, U+2E80-4DBF, U+4E00-9FFF, U+A960-A97F, U+AC00-D7FF, U+F900-FAFF, U+FE00-FE6F, U+FF00-FFEF, U+1F2??, U+2???? +} + +@font-face { + font-family: system-ui-ja; + src: local("HiraginoSans-W6"), local("HiraKakuProN-W6"), local("Hiragino Kaku Gothic ProN W6"), local("Source Han Sans JP Bold"), local("SourceHanSansJP-Bold"), local("Source Han Sans J Bold"), local("SourceHanSansJ-Bold"), local("Noto Sans CJK JP Bold"), local("NotoSansCJKJP-Bold"), local("Source Han Sans Bold"), local("SourceHanSans-Bold"), local("Yu Gothic Bold"), local("YuGothic Bold"), local("Droid Sans Japanese"), local("Meiryo Bold"), local("MS PGothic"); + font-weight: 700; + unicode-range: U+11??, U+2E80-4DBF, U+4E00-9FFF, U+A960-A97F, U+AC00-D7FF, U+F900-FAFF, U+FE00-FE6F, U+FF00-FFEF, U+1F2??, U+2???? +} + +@font-face { + font-family: system-ui-ja; + src: local("HelveticaNeue"); + unicode-range: U+A0 +} + +@supports not (-webkit-hyphens:none) { + @font-face { + font-family: system-ui-ja; + src: local("HelveticaNeue"); + unicode-range: U+20 + } +} + +:root { + --fonts-default-override-ja: system-ui-ja, var(--fonts-proportional) +} + +@supports (-moz-appearance:none) { + :root { + --fonts-default-override-ja: var(--fonts-proportional), system-ui-ja + } +} + +@font-face { + font-family: system-ui-zh-cn; + src: local("PingFangSC-Light"), local("Source Han Sans CN Light"), local("SourceHanSansCN-Light"), local("Source Han Sans SC Light"), local("SourceHanSansSC-Light"), local("Noto Sans CJK SC Light"), local("NotoSansCJKSC-Light"), local("HiraginoSansGB-W3"), local("Hiragino Sans GB W3"), local("Microsoft YaHei Light"), local("Heiti SC Light"), local("SimHei"); + font-weight: 300; + unicode-range: U+11??, U+2E80-4DBF, U+4E00-9FFF, U+A960-A97F, U+AC00-D7FF, U+F900-FAFF, U+FE00-FE6F, U+FF00-FFEF, U+1F2??, U+2???? +} + +@font-face { + font-family: system-ui-zh-cn; + src: local("PingFangSC-Regular"), local("Source Han Sans CN Regular"), local("SourceHanSansCN-Regular"), local("Source Han Sans SC Regular"), local("SourceHanSansSC-Regular"), local("Noto Sans CJK SC Regular"), local("NotoSansCJKSC-Regular"), local("HiraginoSansGB-W3"), local("Hiragino Sans GB W3"), local("Microsoft YaHei"), local("Heiti SC Light"), local("SimHei"); + font-weight: 400; + unicode-range: U+11??, U+2E80-4DBF, U+4E00-9FFF, U+A960-A97F, U+AC00-D7FF, U+F900-FAFF, U+FE00-FE6F, U+FF00-FFEF, U+1F2??, U+2???? +} + +@font-face { + font-family: system-ui-zh-cn; + src: local("PingFangSC-Medium"), local("Source Han Sans CN Medium"), local("SourceHanSansCN-Medium"), local("Source Han Sans SC Medium"), local("SourceHanSansSC-Medium"), local("Noto Sans CJK SC Medium"), local("NotoSansCJKSC-Medium"), local("HiraginoSansGB-W3"), local("Hiragino Sans GB W3"), local("Microsoft YaHei"), local("Heiti SC Light"), local("SimHei"); + font-weight: 500; + unicode-range: U+11??, U+2E80-4DBF, U+4E00-9FFF, U+A960-A97F, U+AC00-D7FF, U+F900-FAFF, U+FE00-FE6F, U+FF00-FFEF, U+1F2??, U+2???? +} + +@font-face { + font-family: system-ui-zh-cn; + src: local("PingFangSC-Semibold"), local("Source Han Sans CN Bold"), local("SourceHanSansCN-Bold"), local("Source Han Sans SC Bold"), local("SourceHanSansSC-Bold"), local("Noto Sans CJK SC Bold"), local("NotoSansCJKSC-Bold"), local("HiraginoSansGB-W6"), local("Hiragino Sans GB W6"), local("Microsoft YaHei Bold"), local("Heiti SC Medium"), local("SimHei"); + font-weight: 700; + unicode-range: U+11??, U+2E80-4DBF, U+4E00-9FFF, U+A960-A97F, U+AC00-D7FF, U+F900-FAFF, U+FE00-FE6F, U+FF00-FFEF, U+1F2??, U+2???? +} + +@font-face { + font-family: system-ui-zh-cn; + src: local("HelveticaNeue"); + unicode-range: U+A0 +} + +@supports not (-webkit-hyphens:none) { + @font-face { + font-family: system-ui-zh-cn; + src: local("HelveticaNeue"); + unicode-range: U+20 + } +} + +:root { + --fonts-default-override-zh-cn: system-ui-zh-cn, var(--fonts-proportional) +} + +@supports (-moz-appearance:none) { + :root { + --fonts-default-override-zh-cn: var(--fonts-proportional), system-ui-zh-cn + } +} + +@font-face { + font-family: system-ui-zh-tw; + src: local("PingFangTC-Light"), local("Source Han Sans TW Light"), local("SourceHanSansTW-Light"), local("Source Han Sans TC Light"), local("SourceHanSansTC-Light"), local("Noto Sans CJK TC Light"), local("NotoSansCJKTC-Light"), local("HiraginoSansTC-W3"), local("Hiragino Sans TC W3"), local("Microsoft JhengHei Light"), local("Heiti TC Light"), local("PMingLiU"); + font-weight: 300; + unicode-range: U+11??, U+2E80-4DBF, U+4E00-9FFF, U+A960-A97F, U+AC00-D7FF, U+F900-FAFF, U+FE00-FE6F, U+FF00-FFEF, U+1F2??, U+2???? +} + +@font-face { + font-family: system-ui-zh-tw; + src: local("PingFangTC-Regular"), local("Source Han Sans TW Regular"), local("SourceHanSansTW-Regular"), local("Source Han Sans TC Regular"), local("SourceHanSansTC-Regular"), local("Noto Sans CJK TC Regular"), local("NotoSansCJKTC-Regular"), local("HiraginoSansTC-W3"), local("Hiragino Sans TC W3"), local("Microsoft JhengHei"), local("Heiti TC Light"), local("PMingLiU"); + font-weight: 400; + unicode-range: U+11??, U+2E80-4DBF, U+4E00-9FFF, U+A960-A97F, U+AC00-D7FF, U+F900-FAFF, U+FE00-FE6F, U+FF00-FFEF, U+1F2??, U+2???? +} + +@font-face { + font-family: system-ui-zh-tw; + src: local("PingFangTC-Medium"), local("Source Han Sans TW Medium"), local("SourceHanSansTW-Medium"), local("Source Han Sans TC Medium"), local("SourceHanSansTC-Medium"), local("Noto Sans CJK TC Medium"), local("NotoSansCJKTC-Medium"), local("HiraginoSansTC-W3"), local("Hiragino Sans TC W3"), local("Microsoft JhengHei"), local("Heiti TC Light"), local("PMingLiU"); + font-weight: 500; + unicode-range: U+11??, U+2E80-4DBF, U+4E00-9FFF, U+A960-A97F, U+AC00-D7FF, U+F900-FAFF, U+FE00-FE6F, U+FF00-FFEF, U+1F2??, U+2???? +} + +@font-face { + font-family: system-ui-zh-tw; + src: local("PingFangTC-Semibold"), local("Source Han Sans TW Bold"), local("SourceHanSansTW-Bold"), local("Source Han Sans TC Bold"), local("SourceHanSansTC-Bold"), local("Noto Sans CJK TC Bold"), local("NotoSansCJKTC-Bold"), local("HiraginoSansTC-W6"), local("Hiragino Sans TC W6"), local("Microsoft JhengHei Bold"), local("Heiti TC Medium"), local("PMingLiU"); + font-weight: 700; + unicode-range: U+11??, U+2E80-4DBF, U+4E00-9FFF, U+A960-A97F, U+AC00-D7FF, U+F900-FAFF, U+FE00-FE6F, U+FF00-FFEF, U+1F2??, U+2???? +} + +@font-face { + font-family: system-ui-zh-tw; + src: local("HelveticaNeue"); + unicode-range: U+A0 +} + +@supports not (-webkit-hyphens:none) { + @font-face { + font-family: system-ui-zh-tw; + src: local("HelveticaNeue"); + unicode-range: U+20 + } +} + +:root { + --fonts-default-override-zh-tw: system-ui-zh-tw, var(--fonts-proportional) +} + +@supports (-moz-appearance:none) { + :root { + --fonts-default-override-zh-tw: var(--fonts-proportional), system-ui-zh-tw + } +} + +@font-face { + font-family: system-ui-zh-hk; + src: local("PingFangHK-Light"), local("Source Han Sans HK Light"), local("SourceHanSansHK-Light"), local("Source Han Sans HC Light"), local("SourceHanSansHC-Light"), local("Noto Sans CJK HK Light"), local("NotoSansCJKHK-Light"), local("Source Han Sans TC Light"), local("SourceHanSansTC-Light"), local("Noto Sans CJK TC Light"), local("NotoSansCJKTC-Light"), local("HiraginoSansTC-W3"), local("Hiragino Sans TC W3"), local("Microsoft JhengHei Light"), local("Heiti TC Light"), local("PMingLiU_HKSCS"), local("PMingLiU"); + font-weight: 300; + unicode-range: U+11??, U+2E80-4DBF, U+4E00-9FFF, U+A960-A97F, U+AC00-D7FF, U+F900-FAFF, U+FE00-FE6F, U+FF00-FFEF, U+1F2??, U+2???? +} + +@font-face { + font-family: system-ui-zh-hk; + src: local("PingFangHK-Regular"), local("Source Han Sans HK Regular"), local("SourceHanSansHK-Regular"), local("Source Han Sans HC Regular"), local("SourceHanSansHC-Regular"), local("Noto Sans CJK HK Regular"), local("NotoSansCJKHK-Regular"), local("Source Han Sans TC Regular"), local("SourceHanSansTC-Regular"), local("Noto Sans CJK TC Regular"), local("NotoSansCJKTC-Regular"), local("HiraginoSansTC-W3"), local("Hiragino Sans TC W3"), local("Microsoft JhengHei"), local("Heiti TC Light"), local("PMingLiU_HKSCS"), local("PMingLiU"); + font-weight: 400; + unicode-range: U+11??, U+2E80-4DBF, U+4E00-9FFF, U+A960-A97F, U+AC00-D7FF, U+F900-FAFF, U+FE00-FE6F, U+FF00-FFEF, U+1F2??, U+2???? +} + +@font-face { + font-family: system-ui-zh-hk; + src: local("PingFangHK-Medium"), local("Source Han Sans HK Medium"), local("SourceHanSansHK-Medium"), local("Source Han Sans HC Medium"), local("SourceHanSansHC-Medium"), local("Noto Sans CJK HK Medium"), local("NotoSansCJKHK-Medium"), local("Source Han Sans TC Medium"), local("SourceHanSansTC-Medium"), local("Noto Sans CJK TC Medium"), local("NotoSansCJKTC-Medium"), local("HiraginoSansTC-W3"), local("Hiragino Sans TC W3"), local("Microsoft JhengHei"), local("Heiti TC Light"), local("PMingLiU_HKSCS"), local("PMingLiU"); + font-weight: 500; + unicode-range: U+11??, U+2E80-4DBF, U+4E00-9FFF, U+A960-A97F, U+AC00-D7FF, U+F900-FAFF, U+FE00-FE6F, U+FF00-FFEF, U+1F2??, U+2???? +} + +@font-face { + font-family: system-ui-zh-hk; + src: local("PingFangHK-Semibold"), local("Source Han Sans HK Bold"), local("SourceHanSansHK-Bold"), local("Source Han Sans HC Bold"), local("SourceHanSansHC-Bold"), local("Noto Sans CJK HK Bold"), local("NotoSansCJKHK-Bold"), local("Source Han Sans TC Bold"), local("SourceHanSansTC-Bold"), local("Noto Sans CJK TC Bold"), local("NotoSansCJKTC-Bold"), local("HiraginoSansTC-W6"), local("Hiragino Sans TC W6"), local("Microsoft JhengHei Bold"), local("Heiti TC Medium"), local("PMingLiU_HKSCS"), local("PMingLiU"); + font-weight: 700; + unicode-range: U+11??, U+2E80-4DBF, U+4E00-9FFF, U+A960-A97F, U+AC00-D7FF, U+F900-FAFF, U+FE00-FE6F, U+FF00-FFEF, U+1F2??, U+2???? +} + +@font-face { + font-family: system-ui-zh-hk; + src: local("HelveticaNeue"); + unicode-range: U+A0 +} + +@supports not (-webkit-hyphens:none) { + @font-face { + font-family: system-ui-zh-hk; + src: local("HelveticaNeue"); + unicode-range: U+20 + } +} + +:root { + --fonts-default-override-zh-hk: system-ui-zh-hk, var(--fonts-proportional) +} + +@supports (-moz-appearance:none) { + :root { + --fonts-default-override-zh-hk: var(--fonts-proportional), system-ui-zh-hk + } +} + +@font-face { + font-family: system-ui-ko; + src: local("AppleSDGothicNeo-Light"), local("Source Han Sans KR Light"), local("SourceHanSansKR-Light"), local("Source Han Sans K Light"), local("SourceHanSansK-Light"), local("Noto Sans CJK KR Light"), local("NotoSansCJKKR-Light"), local("NanumBarunGothic Light"), local("Malgun Gothic Semilight"), local("Nanum Gothic"), local("Dotum"); + font-weight: 300; + unicode-range: U+11??, U+2E80-4DBF, U+4E00-9FFF, U+A960-A97F, U+AC00-D7FF, U+F900-FAFF, U+FE00-FE6F, U+FF00-FFEF, U+1F2??, U+2???? +} + +@font-face { + font-family: system-ui-ko; + src: local("AppleSDGothicNeo-Regular"), local("Source Han Sans KR Regular"), local("SourceHanSansKR-Regular"), local("Source Han Sans K Regular"), local("SourceHanSansK-Regular"), local("Noto Sans CJK KR Regular"), local("NotoSansCJKKR-Regular"), local("NanumBarunGothic"), local("Malgun Gothic"), local("Nanum Gothic"), local("Dotum"); + font-weight: 400; + unicode-range: U+11??, U+2E80-4DBF, U+4E00-9FFF, U+A960-A97F, U+AC00-D7FF, U+F900-FAFF, U+FE00-FE6F, U+FF00-FFEF, U+1F2??, U+2???? +} + +@font-face { + font-family: system-ui-ko; + src: local("AppleSDGothicNeo-Medium"), local("Source Han Sans KR Medium"), local("SourceHanSansKR-Medium"), local("Source Han Sans K Medium"), local("SourceHanSansK-Medium"), local("Noto Sans CJK KR Medium"), local("NotoSansCJKKR-Medium"), local("NanumBarunGothic"), local("Malgun Gothic"), local("Nanum Gothic"), local("Dotum"); + font-weight: 500; + unicode-range: U+11??, U+2E80-4DBF, U+4E00-9FFF, U+A960-A97F, U+AC00-D7FF, U+F900-FAFF, U+FE00-FE6F, U+FF00-FFEF, U+1F2??, U+2???? +} + +@font-face { + font-family: system-ui-ko; + src: local("AppleSDGothicNeo-SemiBold"), local("Source Han Sans KR Bold"), local("SourceHanSansKR-Bold"), local("Source Han Sans K Bold"), local("SourceHanSansK-Bold"), local("Noto Sans CJK KR Bold"), local("NotoSansCJKKR-Bold"), local("NanumBarunGothic Bold"), local("Malgun Gothic Bold"), local("Nanum Gothic Bold"), local("Dotum"); + font-weight: 700; + unicode-range: U+11??, U+2E80-4DBF, U+4E00-9FFF, U+A960-A97F, U+AC00-D7FF, U+F900-FAFF, U+FE00-FE6F, U+FF00-FFEF, U+1F2??, U+2???? +} + +@font-face { + font-family: system-ui-ko; + src: local("HelveticaNeue"); + unicode-range: U+A0 +} + +@supports not (-webkit-hyphens:none) { + @font-face { + font-family: system-ui-ko; + src: local("HelveticaNeue"); + unicode-range: U+20 + } +} + +:root { + --fonts-default-override-ko: system-ui-ko, var(--fonts-proportional) +} + +@supports (-moz-appearance:none) { + :root { + --fonts-default-override-ko: var(--fonts-proportional), system-ui-ko + } +} + +:root { + --fonts-proportional: -apple-system, "Segoe UI", system-ui, "Roboto", "Helvetica Neue", "Arial"; + --fonts-monospace: "SFMono-Regular", "Menlo", "Monaco", "Consolas", "Liberation Mono", "Courier New", monospace, var(--fonts-emoji); + --fonts-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "Twemoji Mozilla"; + --border-radius: .28571429rem; + --opacity-disabled: .55; + --color-primary: #4183c4; + --color-primary-dark-1: #3876b3; + --color-primary-dark-2: #31699f; + --color-primary-dark-3: #2b5c8b; + --color-primary-dark-4: #254f77; + --color-primary-dark-5: #193450; + --color-primary-dark-6: #0c1a28; + --color-primary-dark-7: #04080c; + --color-primary-light-1: #548fca; + --color-primary-light-2: #679cd0; + --color-primary-light-3: #7aa8d6; + --color-primary-light-4: #8db5dc; + --color-primary-light-5: #b3cde7; + --color-primary-light-6: #d9e6f3; + --color-primary-light-7: #f4f8fb; + --color-primary-alpha-10: #4183c419; + --color-primary-alpha-20: #4183c433; + --color-primary-alpha-30: #4183c44b; + --color-primary-alpha-40: #4183c466; + --color-primary-alpha-50: #4183c480; + --color-primary-alpha-60: #4183c499; + --color-primary-alpha-70: #4183c4b3; + --color-primary-alpha-80: #4183c4cc; + --color-primary-alpha-90: #4183c4e1; + --color-secondary: #dedede; + --color-secondary-dark-1: #cecece; + --color-secondary-dark-2: #bfbfbf; + --color-secondary-dark-3: #a0a0a0; + --color-secondary-dark-4: #909090; + --color-secondary-dark-5: #818181; + --color-secondary-dark-6: #717171; + --color-secondary-dark-7: #626262; + --color-secondary-dark-8: #525252; + --color-secondary-dark-9: #434343; + --color-secondary-dark-10: #333333; + --color-secondary-dark-11: #242424; + --color-secondary-dark-12: #141414; + --color-secondary-dark-13: #040404; + --color-secondary-light-1: #e5e5e5; + --color-secondary-light-2: #ebebeb; + --color-secondary-light-3: #f2f2f2; + --color-secondary-light-4: #f8f8f8; + --color-secondary-alpha-10: #dedede19; + --color-secondary-alpha-20: #dedede33; + --color-secondary-alpha-30: #dedede4b; + --color-secondary-alpha-40: #dedede66; + --color-secondary-alpha-50: #dedede80; + --color-secondary-alpha-60: #dedede99; + --color-secondary-alpha-70: #dededeb3; + --color-secondary-alpha-80: #dededecc; + --color-secondary-alpha-90: #dededee1; + --color-red: #db2828; + --color-orange: #f2711c; + --color-yellow: #fbbd08; + --color-olive: #b5cc18; + --color-green: #209e27; + --color-teal: #3ca8a8; + --color-blue: #2185d0; + --color-violet: #6435c9; + --color-purple: #a333c8; + --color-pink: #e03997; + --color-brown: #a5673f; + --color-grey: #888888; + --color-black: #1b1c1d; + --color-gold: #a1882b; + --color-white: #ffffff; + --color-diff-removed-word-bg: #fdb8c0; + --color-diff-added-word-bg: #acf2bd; + --color-diff-removed-row-bg: #ffeef0; + --color-diff-added-row-bg: #e6ffed; + --color-diff-removed-row-border: #f1c0c0; + --color-diff-added-row-border: #e6ffed; + --color-diff-inactive: #f2f2f2; + --color-body: #ffffff; + --color-text-dark: #080808; + --color-text: #212121; + --color-text-light: #555555; + --color-text-light-2: #808080; + --color-text-light-3: #a0a0a0; + --color-box-header: #f7f7f7; + --color-box-body: #ffffff; + --color-footer: #ffffff; + --color-timeline: #ececec; + --color-input-text: #212121; + --color-input-background: #ffffff; + --color-input-border: #dedede; + --color-input-border-hover: #cecece; + --color-navbar: #f8f8f8; + --color-light: #00000006; + --color-light-mimic-enabled: rgba(0, 0, 0, calc(6 / 255 * 222 / 255 / var(--opacity-disabled))); + --color-light-border: #0000001d; + --color-hover: #0000000f; + --color-active: #00000014; + --color-menu: #ffffff; + --color-card: #ffffff; + --color-markup-table-row: #00000008; + --color-markup-code-block: #00000010; + --color-button: #ffffff; + --color-code-bg: #ffffff; + --color-code-sidebar-bg: #f5f5f5; + --color-shadow: #00000030; + --color-secondary-bg: #f4f4f4; + --color-expand-button: #d8efff; + --color-placeholder-text: #aaa; + --color-editor-line-highlight: var(--color-primary-light-6); + --color-project-board-bg: var(--color-secondary-light-4); + --color-caret: var(--color-text-dark); + --color-reaction-bg: #0000000a; + --color-reaction-active-bg: var(--color-primary-alpha-20); + --checkbox-mask-checked: url('data:image/svg+xml;utf8,'); + --checkbox-mask-indeterminate: url('data:image/svg+xml;utf8,'); + /* custom gitea-lightblue theme variables */ + --color-gitea-lightblue-light: #296ca3; + --color-gitea-lightblue-dark: #205081; + --color-text-white: #ffffff; + --color-nav-bg: var(--color-gitea-lightblue-dark); + --color-nav-hover-bg: var(--color-gitea-lightblue-light); + --color-nav-text: var(--color-white); + /* end of custom gitea-lightblue theme variables */ +} + +:root * { + --fonts-regular: var(--fonts-override, var(--fonts-proportional)), "Noto Sans", "Liberation Sans", sans-serif, var(--fonts-emoji) +} + +textarea { + font-family: var(--fonts-regular) +} + +pre, code, kbd, samp { + font-size: .9em; + font-family: var(--fonts-monospace) +} + +b, strong, h1, h2, h3, h4, h5, h6 { + font-weight: 600 +} + +body { + color: var(--color-text); + background-color: var(--color-body); + overflow-y: auto; + display: flex; + flex-direction: column; + overflow-wrap: break-word +} + +img { + border-radius: 3px +} + +table { + border-collapse: collapse +} + +details summary { + cursor: pointer +} + +details summary>* { + display: inline +} + +* { + scrollbar-color: var(--color-primary) transparent; + caret-color: var(--color-caret) +} + +::-webkit-scrollbar { + width: 10px; + height: 10px +} + +::-webkit-scrollbar-thumb { + box-shadow: inset 0 0 0 6px var(--color-primary); + border: 2px solid transparent; + border-radius: 5px!important +} + +::-webkit-scrollbar-thumb:window-inactive { + box-shadow: inset 0 0 0 6px var(--color-primary) +} + +::-webkit-scrollbar-thumb:hover { + box-shadow: inset 0 0 0 6px var(--color-primary-dark-2) +} + +::-webkit-scrollbar-corner { + background: transparent +} + +.CodeMirror-cursor { + border-color: var(--color-caret)!important +} + +::selection, .CodeMirror-selected { + background: var(--color-primary-light-1)!important; + color: var(--color-white)!important +} + +::placeholder, .CodeMirror-placeholder, .ui.dropdown:not(.button)>.default.text, .ui.default.dropdown:not(.button)>.text { + color: var(--color-placeholder-text)!important; + opacity: 1!important +} + +a, .ui.breadcrumb a { + color: var(--color-primary); + cursor: pointer +} + +a.muted { + color: inherit +} + +a:hover, a.muted:hover, .ui.breadcrumb a:hover { + color: var(--color-primary-dark-2) +} + +.ui.breadcrumb .divider { + color: var(--color-text-light-2) +} + +.page-content { + margin-top: 15px +} + +.page-content .header-wrapper, .page-content .new-menu { + margin-top: -15px!important; + padding-top: 15px!important +} + +.ui.input.focus>input, .ui.input>input:focus { + border-color: var(--color-primary) +} + +.CodeMirror-focused { + border-color: var(--color-primary)!important +} + +.ui.action.input:not([class*="left action"])>.ui.dropdown.selection { + min-width: 10em +} + +.ui.action.input:not([class*="left action"])>.ui.dropdown.selection:not(:focus):not(:hover) { + border-right-color: transparent +} + +.ui.action.input:not([class*="left action"])>input:focus { + border-right-color: var(--color-primary) +} + +.ui.menu, .ui.vertical.menu { + background: var(--color-menu); + border-color: var(--color-secondary) +} + +.ui.menu .item { + color: var(--color-text) +} + +.ui.menu .item>.svg { + margin-right: .35em +} + +.ui.menu .item>.label { + background: var(--color-grey) +} + +.ui.link.menu .item:hover, .ui.menu .dropdown.item:hover, .ui.menu .link.item:hover, .ui.menu a.item:hover { + color: var(--color-text); + background: var(--color-hover) +} + +.ui.menu .active.item, .ui.menu .active.item:hover, .ui.vertical.menu .active.item, .ui.vertical.menu .active.item:hover { + color: var(--color-text); + background: var(--color-white); +} + +.ui.link.menu .item:active, .ui.menu .link.item:active, .ui.menu a.item:active { + color: var(--color-text); + background: none +} + +.ui.ui.menu .item.disabled { + color: var(--color-text-light-3) +} + +.ui.ui.menu .dropdown.item.disabled { + color: var(--color-text-light-2) +} + +.ui.dropdown .menu { + background: var(--color-menu); + border-color: var(--color-secondary) +} + +.ui.dropdown .menu>.header:not(.ui) { + color: var(--color-text) +} + +.ui.dropdown .menu>.item { + color: var(--color-text) +} + +.ui.dropdown .menu>.item:hover { + color: var(--color-text); + background: var(--color-hover) +} + +.ui.dropdown .menu .active.item { + color: var(--color-text); + background: var(--color-active); + font-weight: normal +} + +.ui.dropdown .menu>.item>img { + margin-top: -.25rem; + margin-bottom: -.25rem +} + +.ui.selection.dropdown .menu>.item { + border-color: var(--color-secondary) +} + +.ui.selection.visible.dropdown>.text:not(.default) { + color: var(--color-text) +} + +.ui.dropdown.selected, .ui.dropdown .menu .selected.item { + color: var(--color-text); + background: var(--color-hover) +} + +.ui.menu .ui.dropdown .menu>.selected.item { + color: var(--color-text)!important; + background: var(--color-hover)!important +} + +.ui.dropdown .menu>.message:not(.ui) { + color: var(--color-text-light-2) +} + +.ui.secondary.menu .dropdown.item:hover, .ui.secondary.menu .link.item:hover, .ui.secondary.menu a.item:hover { + color: var(--color-text); + background: var(--color-hover) +} + +.ui.secondary.menu .active.item, .ui.secondary.menu .active.item:hover { + color: var(--color-text-white); + background: var(--color-gitea-lightblue-light); +} + +.ui.secondary.menu.tight .item { + padding-left: .85714286em; + padding-right: .85714286em +} + +.ui.menu .dropdown.item .menu { + background: var(--color-menu) +} + +.ui.menu .ui.dropdown .menu>.item { + color: var(--color-text)!important +} + +/* .ui.menu .ui.dropdown .menu>.item:hover { + color: var(--color-text)!important; + background: var(--color-hover)!important +} */ + +.ui.menu .ui.dropdown .menu>.active.item { + color: var(--color-text)!important; + background: var(--color-active)!important +} + +.ui.selection.active.dropdown, .ui.selection.active.dropdown:hover, .ui.selection.active.dropdown .menu, .ui.selection.active.dropdown:hover .menu { + border-color: var(--color-primary-light-2) +} + +.ui.selection.dropdown .menu { + margin: 0 -1.25px +} + +.ui.pointing.dropdown>.menu:not(.hidden):after { + background: var(--color-box-body); + box-shadow: -1px -1px var(--color-secondary) +} + +.ui.cards>.card, .ui.card { + background: var(--color-card); + border: 1px solid var(--color-secondary); + box-shadow: none +} + +.ui.cards>.card>.content, .ui.card>.content { + border-color: var(--color-secondary) +} + +.ui.cards>.card>.extra, .ui.card>.extra, .ui.cards>.card>.extra a:not(.ui), .ui.card>.extra a:not(.ui) { + color: var(--color-text) +} + +.ui.cards>.card>.extra a:not(.ui):hover, .ui.card>.extra a:not(.ui):hover { + color: var(--color-primary) +} + +.ui.cards>.card>.content>.header, .ui.card>.content>.header { + color: var(--color-text) +} + +.ui.cards>.card>.content>.description, .ui.card>.content>.description { + color: var(--color-text) +} + +.ui.cards>.card .meta>a:not(.ui), .ui.card .meta>a:not(.ui) { + color: var(--color-text-light-2) +} + +.ui.cards>.card .meta>a:not(.ui):hover, .ui.card .meta>a:not(.ui):hover { + color: var(--color-text) +} + +.ui.cards a.card:hover, .ui.link.cards .card:not(.icon):hover, a.ui.card:hover, .ui.link.card:hover { + border: 1px solid var(--color-secondary); + background: var(--color-card) +} + +.ui.cards>.card>.extra, .ui.card>.extra { + color: var(--color-text); + border-top-color: var(--color-secondary-light-1)!important +} + +.ui.comments .comment .text { + margin: 0 +} + +.ui.comments .comment .text, .ui.comments .comment .author { + color: var(--color-text) +} + +.ui.comments .comment a.author:hover { + color: var(--color-primary) +} + +.ui.comments .comment .metadata { + color: var(--color-text-light-2) +} + +.ui.comments .comment .actions a { + color: var(--color-text-light) +} + +.ui.comments .comment .actions a.active, .ui.comments .comment .actions a:hover { + color: var(--color-primary) +} + +.ui.progress[data-percent="0"] .bar .progress { + color: var(--color-text) +} + +.ui.attached.table { + border-color: var(--color-secondary) +} + +.ui.table { + color: var(--color-text); + background: var(--color-body); + border-color: var(--color-secondary) +} + +.ui.ui.selectable.table>tbody>tr:hover, .ui.table tbody tr td.selectable:hover { + color: var(--color-text); + background-color: var(--color-secondary-alpha-40) +} + +.ui.ui.ui.ui.table tr.grey:not(.marked), .ui.ui.table td.grey:not(.marked) { + background: var(--color-body); + color: var(--color-text) +} + +.ui.modal { + background: var(--color-body) +} + +.ui.modal>.header { + border-color: var(--color-secondary); + border-top-left-radius: var(--border-radius); + border-top-right-radius: var(--border-radius) +} + +.ui.modal>.close.inside, .ui.fullscreen.modal>.close { + top: 11px; + color: var(--body-color) +} + +.ui.basic.table>tbody>tr { + border-color: var(--color-secondary) +} + +.ui.avatar.images .image, .ui.avatar.images img, .ui.avatar.images svg, .ui.avatar.image img, .ui.avatar.image svg, .ui.avatar.image, .ui.cards>.card img.avatar, .ui.cards>.card .avatar img, .ui.card img.avatar, .ui.card .avatar img { + border-radius: var(--border-radius) +} + +.ui.divided.list>.item { + border-color: var(--color-secondary) +} + +.ui.link.list .item, .ui.link.list a.item, .ui.link.list .item a:not(.ui) { + color: var(--color-text) +} + +.ui.link.list.list a.item:hover, .ui.link.list.list .item a:not(.ui):hover, .ui.link.list.list a.item:active, .ui.link.list.list .item a:not(.ui):active { + color: var(--color-text-dark) +} + +.dont-break-out { + overflow-wrap: break-word; + word-wrap: break-word; + word-break: break-all; + hyphens: auto +} + +.full.height { + flex-grow: 1; + padding-bottom: 80px +} + +.following.bar { + z-index: 900; + left: 0; + margin: 0!important +} + +.following.bar.light { + background: var(--color-gitea-lightblue-dark); + border-bottom: 1px solid var(--color-secondary) +} + +.following.bar .column .menu { + margin-top: 0 +} + +.following.bar .top.menu a.item.brand { + padding-left: 0 +} + +.following.bar .brand .ui.mini.image { + width: 30px +} + +.following.bar .top.menu a.item:hover, .following.bar .top.menu .dropdown.item:hover, .following.bar .top.menu .dropdown.item.active { + background-color: transparent +} + +.following.bar .top.menu a.item:hover { + color: #00000073 +} + +.following.bar .top.menu .menu { + z-index: 900 +} + +.following.bar .fitted .svg { + margin-right: 0 +} + +.following.bar .searchbox { + background-color: #f4f4f4!important +} + +.following.bar .searchbox:focus { + background-color: #e9e9e9!important +} + +.following.bar .text .svg { + width: 16px; + text-align: center +} + +.following.bar #navbar { + width: 100vw; + min-height: 52px; + padding: 0 .5rem +} + +.following.bar #navbar .brand { + margin: 0 +} + +.following.bar #navbar .dropdown .avatar { + margin-right: 0!important +} + +@media (max-width: 767px) { + .following.bar #navbar:not(.shown)>*:not(:first-child) { + display: none + } +} + +.right.stackable.menu { + margin-left: auto; + display: flex; + align-items: inherit; + flex-direction: inherit +} + +.ui.dropdown .menu { + border-color: var(--color-secondary) +} + +.ui.pagination.menu .active.item { + color: var(--color-text); + background: var(--color-active) +} + +.ui.form .field>.selection.dropdown>.dropdown.icon { + height: auto +} + +.ui.loading.segment:before, .ui.loading.form:before { + background: none +} + +.ui.loading.form>*, .ui.loading.segment>* { + opacity: .35 +} + +.ui.loading.loading.input>i.icon svg { + visibility: hidden +} + +.ui.left:not(.action) { + float: left +} + +.ui.right:not(.action) { + float: right +} + +.ui.button, .ui.menu .item { + user-select: auto +} + +.ui.container.fluid.padded { + padding: 0 10px +} + +.ui.form .ui.button { + font-weight: normal +} + +.ui.floating.label { + z-index: 10 +} + +.ui.transparent.label { + background-color: transparent +} + +.ui.menu, .ui.vertical.menu, .ui.segment { + box-shadow: none +} + +.ui .menu:not(.vertical) .item>.button.compact { + padding: .58928571em 1.125em +} + +.ui .menu:not(.vertical) .item>.button.small { + font-size: .92857143rem +} + +.ui.menu .ui.dropdown.item .menu .item { + width: 100% +} + +.ui.dropdown .menu>.item>.floating.label { + z-index: 11 +} + +.ui.dropdown .menu .menu>.item>.floating.label { + z-index: 21 +} + +.ui.dropdown .menu>.header { + font-size: .8em +} + +.ui .text.red { + color: var(--color-red)!important +} + +.ui .text.red a { + color: inherit!important +} + +.ui .text.red a:hover { + color: #e67777!important +} + +.ui .text.blue { + color: var(--color-primary)!important +} + +.ui .text.blue a { + color: inherit!important +} + +.ui .text.blue a:hover { + color: var(--color-primary-dark-1)!important +} + +.ui .text.black { + color: var(--color-text) +} + +.ui .text.black:hover { + color: var(--color-text-dark) +} + +.ui .text.grey { + color: var(--color-text-light)!important +} + +.ui .text.grey a { + color: var(--color-text)!important +} + +.ui .text.grey a:hover { + color: var(--color-primary)!important +} + +.ui .text.light.grey { + color: var(--color-text-light-2)!important +} + +.ui .text.green { + color: var(--color-green)!important +} + +.ui .text.purple { + color: var(--color-purple)!important +} + +.ui .text.yellow { + color: var(--color-yellow)!important +} + +.ui .text.orange { + color: var(--color-orange)!important +} + +.ui .text.gold { + color: var(--color-gold)!important +} + +.ui .text.left { + text-align: left!important +} + +.ui .text.right { + text-align: right!important +} + +.ui .text.small { + font-size: .75em +} + +.ui .text.normal { + font-weight: normal +} + +.ui .text.italic { + font-style: italic +} + +.ui .text.truncate { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + display: inline-block +} + +.ui .text.thin { + font-weight: normal +} + +.ui .text.middle { + vertical-align: middle +} + +.ui .message { + text-align: center +} + +.ui .message>ul { + margin-left: auto; + margin-right: auto; + display: table; + text-align: left +} + +.ui.bottom.attached.message { + text-align: left; + color: #000 +} + +.ui.bottom.attached.message .pull-right { + color: #000 +} + +.ui.bottom.attached.message>span, .ui.bottom.attached.message .pull-right>span { + color: var(--color-green) +} + +.ui .header>i+.content { + padding-left: .75rem; + vertical-align: middle +} + +.ui .error.header { + background-color: #ffe8e6!important; + border-color: var(--color-red) +} + +.ui .error.segment { + border-color: var(--color-red) +} + +.ui .warning.header { + background-color: #f9edbe!important; + border-color: var(--color-yellow) +} + +.ui .warning.segment { + border-color: var(--color-yellow) +} + +.ui .info.segment { + border: 1px solid #c5d5dd +} + +.ui .info.segment.top { + background-color: #e6f1f6!important +} + +.ui .info.segment.top h3, .ui .info.segment.top h4 { + margin-top: 0 +} + +.ui .info.segment.top h3:last-child { + margin-top: 4px +} + +.ui .info.segment.top>:last-child { + margin-bottom: 0 +} + +.ui .normal.header { + font-weight: normal +} + +.ui .form .fake { + display: none!important +} + +.ui .form .sub.field { + margin-left: 25px +} + +.ui .sha.label { + font-family: var(--fonts-monospace); + font-size: 13px; + padding: 6px 10px 4px; + font-weight: normal; + margin: 0 6px +} + +.ui .button.truncate { + display: inline-block; + max-width: 100%; + overflow: hidden; + text-overflow: ellipsis; + vertical-align: top; + white-space: nowrap; + margin-right: 6px +} + +.ui.status.buttons .svg { + margin-right: 4px +} + +.ui.inline.delete-button { + padding: 8px 15px; + font-weight: normal +} + +.ui .background.red { + background-color: var(--color-red)!important +} + +.ui .background.blue { + background-color: var(--color-primary)!important +} + +.ui .background.black { + background-color: #444 +} + +.ui .background.grey { + background-color: var(--color-grey)!important +} + +.ui .background.light.grey { + background-color: var(--color-grey)!important +} + +.ui .background.green { + background-color: var(--color-green)!important +} + +.ui .background.purple { + background-color: var(--color-purple)!important +} + +.ui .background.yellow { + background-color: var(--color-yellow)!important +} + +.ui .background.orange { + background-color: var(--color-orange)!important +} + +.ui .background.gold { + background-color: var(--color-gold)!important +} + +.ui .migrate { + color: var(--color-text-light-2)!important; + opacity: .5 +} + +.ui .migrate a { + color: var(--color-text-light)!important +} + +.ui .migrate a:hover { + color: var(--color-text)!important +} + +.ui .border { + border: 1px solid +} + +.ui .border.red { + border-color: var(--color-red)!important +} + +.ui .border.blue { + border-color: var(--color-primary)!important +} + +.ui .border.black { + border-color: #444 +} + +.ui .border.grey { + border-color: var(--color-grey)!important +} + +.ui .border.light.grey { + border-color: var(--color-grey)!important +} + +.ui .border.green { + border-color: var(--color-green)!important +} + +.ui .border.purple { + border-color: var(--color-purple)!important +} + +.ui .border.yellow { + border-color: var(--color-yellow)!important +} + +.ui .border.orange { + border-color: var(--color-orange)!important +} + +.ui .border.gold { + border-color: var(--color-gold)!important +} + +.ui .branch-tag-choice { + line-height: 20px +} + +@media (max-width: 767px) { + .ui.pagination.menu .item:not(.active):not(.navigation), .ui.pagination.menu .item.navigation span.navigation_label { + display: none + } +} + +.ui.pagination.menu.narrow .item { + padding-left: 8px; + padding-right: 8px; + min-width: 1em; + text-align: center +} + +.ui.pagination.menu.narrow .item .icon { + margin-right: 0 +} + +.ui.icon.header svg { + width: 3em; + height: 3em; + float: none; + display: block; + line-height: 1; + padding: 0; + margin: 0 auto .5rem; + opacity: 1 +} + +.ui.modal>.content { + text-align: center +} + +.ui.floating.dropdown .overflow.menu .scrolling.menu.items { + border-radius: 0!important; + box-shadow: none!important; + border-bottom: 1px solid var(--color-secondary) +} + +.user-menu>.item { + width: 100%; + border-radius: 0!important +} + +.scrolling.menu .item.selected { + font-weight: 600!important +} + +.ui.dropdown .scrolling.menu { + border-color: var(--color-secondary) +} + +footer { + background-color: var(--color-footer); + border-top: 1px solid var(--color-secondary); + width: 100%; + flex-basis: 40px; + color: var(--color-text-light) +} + +footer .container { + width: 100vw!important; + padding: 0 .5rem; + max-width: calc(100vw - 1rem)!important +} + +footer .container .links>* { + border-left: 1px solid var(--color-secondary); + padding-left: 8px; + margin-left: 5px +} + +footer .container .links>*:first-child { + border-left: 0 +} + +footer .ui.language .menu { + max-height: 500px; + overflow-y: auto; + margin-bottom: 7px +} + +footer .ui.language .svg { + margin-right: .15em; + vertical-align: top; + margin-top: calc(2em - 16px) +} + +footer .ui.left, footer .ui.right { + line-height: 40px +} + +.hide { + display: none +} + +.hide.show-outdated { + display: none!important +} + +.hide.hide-outdated { + display: none!important +} + +.center:not(.popup) { + text-align: center +} + +@media (min-width: 768px) { + .mobile-only, .ui.button.mobile-only { + display: none + } + .sr-mobile-only { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0, 0, 0, 0); + border: 0 + } +} + +@media (max-width: 767px) { + .not-mobile { + display: none + } +} + +.sr-only { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0, 0, 0, 0); + border: 0 +} + +.sr-only-focusable:active, .sr-only-focusable:focus { + position: static; + width: auto; + height: auto; + margin: 0; + overflow: visible; + clip: auto +} + +@media (min-width: 768px) and (max-width: 991px) { + .ui.container { + width: 95% + } +} + +.ui.menu.new-menu { + margin-bottom: 15px; + background: var(--color-navbar); + border-bottom: 1px solid var(--color-secondary)!important; + overflow: auto +} + +@media (max-width: 767px) { + .ui.menu.new-menu { + overflow: visible!important + } +} + +.ui.menu.new-menu .new-menu-inner { + display: flex; + margin-left: auto; + margin-right: auto; + overflow-x: auto +} + +@media (max-width: 767px) { + .ui.menu.new-menu .new-menu-inner { + flex-wrap: wrap; + margin-left: 0; + margin-right: 0 + } +} + +.ui.menu.new-menu:after { + position: absolute; + display: block; + background: linear-gradient(to right, transparent, var(--color-navbar) 100%); + content: ""; + right: 0; + height: 39px; + width: 60px; + visibility: visible; + pointer-events: none +} + +.ui.menu.new-menu.shadow-body:after { + background: linear-gradient(to right, transparent, var(--color-body) 100%) +} + +.ui.menu.new-menu .item { + margin: 0!important +} + +@media (max-width: 767px) { + .ui.menu.new-menu .item { + width: auto!important + } +} + +.ui.menu.new-menu .item:last-child { + padding-right: 30px!important +} + +.ui.menu.new-menu::-webkit-scrollbar { + height: 6px; + display: none +} + +.ui.menu.new-menu::-webkit-scrollbar-track { + background: none!important +} + +.ui.menu.new-menu::-webkit-scrollbar-thumb { + box-shadow: none!important +} + +.ui.menu.new-menu:hover::-webkit-scrollbar { + display: block +} + +[v-cloak] { + display: none!important +} + +.repos-search { + padding-bottom: 0!important +} + +.repos-filter { + margin-top: 0!important; + border-bottom-width: 0!important; + margin-bottom: 2px!important +} + +.repo-title { + font-size: 1.5rem; + display: flex; + align-items: center; + flex: 1; + word-break: break-all; + color: var(--color-text-light) +} + +.repo-title .avatar { + width: 32px!important; + height: 32px!important +} + +.repo-title .labels { + margin-left: .5rem +} + +.repo-title .labels>*+* { + margin-left: .5rem +} + +.repo-icon { + display: inline-block +} + +.activity-bar-graph { + background-color: var(--color-primary); + color: #fff +} + +.activity-bar-graph-alt { + color: #fff +} + +.archived-icon { + color: #b3b3b3!important +} + +.oauth2-authorize-application-box { + margin-top: 3em!important +} + +.inline-grouped-list { + display: inline-block; + vertical-align: top +} + +.inline-grouped-list>.ui { + display: block; + margin-top: 5px; + margin-bottom: 10px +} + +.inline-grouped-list>.ui:first-child { + margin-top: 1px +} + +i.icons .icon:first-child { + margin-right: 0 +} + +i.icon.centerlock { + top: 1em +} + +.ui.label { + padding: .3em .5em; + background: var(--color-light); + color: var(--color-text-light) +} + +.ui.labels a.label:hover, a.ui.label:hover { + background: var(--color-hover); + color: var(--color-text) +} + +.ui.label>.detail .icons { + margin-right: .25em +} + +.ui.label>.detail .icons .icon { + margin-right: 0 +} + +.lines-blame-btn { + padding-left: 10px; + padding-right: 10px; + text-align: right!important; + background-color: var(--color-code-sidebar-bg); + width: 2% +} + +.lines-num { + padding-left: 10px; + padding-right: 10px; + text-align: right!important; + color: #1b1f234d; + width: 1%; + user-select: none; + font-family: var(--fonts-monospace) +} + +.lines-num span.bottom-line:after { + border-bottom: 1px solid var(--color-secondary) +} + +.lines-num span:after { + content: attr(data-line-number); + line-height: 20px!important; + padding: 0 10px; + cursor: pointer; + display: block +} + +.lines-type-marker { + vertical-align: top +} + +.lines-num, .lines-code { + font-size: 12px; + font-family: var(--fonts-monospace); + line-height: 20px; + padding-top: 0; + padding-bottom: 0; + vertical-align: top +} + +.lines-num pre, .lines-code pre, .lines-num ol, .lines-code ol { + background-color: inherit; + margin: 0; + padding: 0!important +} + +.lines-num pre li, .lines-code pre li, .lines-num ol li, .lines-code ol li { + display: block; + width: calc(100% - 1ch); + padding-left: 1ch +} + +.lines-code { + background-color: var(--color-code-bg); + padding-left: 5px +} + +.lines-code.active, .lines-code .active { + background: #fffbdd!important +} + +.blame .lines-num { + padding: 0!important; + background-color: var(--color-code-sidebar-bg) +} + +.blame .lines-code { + padding: 0!important +} + +.code-inner { + font: 12px var(--fonts-monospace); + white-space: pre-wrap; + word-break: break-all; + overflow-wrap: break-word; + word-wrap: break-word +} + +.blame .code-inner { + white-space: pre; + word-break: normal; + word-wrap: normal +} + +.lines-commit { + vertical-align: top; + color: #999; + padding: 0!important; + background: var(--color-code-sidebar-bg); + width: 1%; + -moz-user-select: none; + -ms-user-select: none; + -webkit-user-select: none; + user-select: none +} + +.lines-commit .blame-info { + width: 350px; + max-width: 350px; + display: block; + user-select: none; + padding: 0 0 0 10px; + line-height: 20px; + box-sizing: content-box +} + +.lines-commit .blame-info .blame-data { + display: flex; + font-family: var(--fonts-regular) +} + +.lines-commit .blame-info .blame-data .blame-message { + flex-grow: 2; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis +} + +.lines-commit .blame-info .blame-data .blame-time, .lines-commit .blame-info .blame-data .blame-avatar { + flex-shrink: 0 +} + +.lines-commit .ui.avatar.image { + height: 18px; + width: 18px; + display: block; + margin-top: 1px +} + +.top-line-blame { + border-top: 1px solid var(--color-secondary) +} + +.lines-code .bottom-line, .lines-commit .bottom-line { + border-bottom: 1px solid var(--color-secondary) +} + +.code-view table { + width: 100% +} + +.octicon-tiny { + font-size: .85714286rem +} + +.ui.button { + background: var(--color-button); + border: 1px solid var(--color-light-border); + color: var(--color-text) +} + +.page-content .ui.button { + box-shadow: none!important +} + +.ui.button:focus, .ui.button:hover { + background: var(--color-hover); + color: var(--color-text) +} + +.ui.button:active, .ui.active.button:active, .ui.active.button:hover { + background: var(--color-active); + color: var(--color-text) +} + +.ui.button.no-text .icon { + margin: 0!important +} + +.ui.buttons .button:first-child { + border-left: 1px solid var(--color-light-border) +} + +.ui.buttons .button+.button { + border-left: none +} + +.two-toggle-buttons .button:not(.active):first-of-type { + border-right: none +} + +.two-toggle-buttons .button.active:last-of-type { + border-left: 1px solid var(--color-light-border) +} + +.ui.labeled.button.disabled>.button, .ui.basic.buttons .button, .ui.basic.button { + color: var(--color-text-light); + background: var(--color-light) +} + +.ui.basic.buttons .button:hover, .ui.basic.button:hover { + color: var(--color-text); + background: var(--color-hover) +} + +.ui.basic.buttons .button:focus, .ui.basic.button:focus, .ui.basic.buttons .button:active, .ui.basic.button:active, .ui.basic.buttons .active.button, .ui.basic.active.button, .ui.basic.buttons .active.button:hover, .ui.basic.active.button:hover { + color: var(--color-text); + background: var(--color-active) +} + +.ui.labeled.button>.label { + border-color: var(--color-light-border) +} + +.ui.labeled.icon.buttons>.button>.icon, .ui.labeled.icon.button>.icon { + background: var(--color-hover) +} + +.ui.blue.button, .ui.blue.buttons .button, .ui.primary.button, .ui.primary.buttons .button { + background-color: var(--color-gitea-lightblue-light)!important +} + +.ui.blue.button:hover, .ui.blue.buttons .button:hover, .ui.primary.button:hover, .ui.primary.buttons .button:hover { + background-color: var(--color-primary-dark-2)!important +} + +.ui.blue.button:focus, .ui.blue.buttons .button:focus, .ui.primary.button:focus, .ui.primary.buttons .button:focus { + background-color: var(--color-primary-dark-3)!important +} + +.ui.basic.blue.button, .ui.basic.blue.buttons .button, .ui.basic.primary.button, .ui.basic.primary.buttons .button { + box-shadow: inset 0 0 0 1px var(--color-primary)!important; + color: #fff!important +} + +.ui.basic.blue.button:hover, .ui.basic.blue.buttons .button:hover, .ui.basic.primary.button:hover, .ui.basic.primary.buttons .button:hover { + box-shadow: inset 0 0 0 1px var(--color-primary-dark-2)!important +} + +.ui.basic.blue.button:focus, .ui.basic.blue.buttons .button:focus, .ui.basic.primary.button:focus, .ui.basic.primary.buttons .button:focus { + box-shadow: inset 0 0 0 1px var(--color-primary-dark-3)!important +} + +.ui.blue.label, .ui.blue.labels .label, .ui.primary.label, .ui.primary.labels .label { + background-color: var(--color-gitea-lightblue-light)!important; + border-color: var(--color-primary-dark-2)!important +} + +.ui.basic.labels .blue.label, .ui.ui.ui.basic.blue.label, .ui.basic.labels .primary.label, .ui.ui.ui.basic.primary.label { + background: transparent!important; + border-color: var(--color-primary)!important; + color: var(--color-primary)!important +} + +.ui.basic.labels .label, .ui.basic.label { + background: var(--color-light); + border-color: var(--color-light-border); + color: var(--color-text-light) +} + +.ui.basic.labels a.label:hover, a.ui.basic.label:hover { + color: var(--color-text); + border-color: var(--color-light-border); + background: var(--color-hover) +} + +.ui.label>img { + width: auto!important; + vertical-align: middle; + height: 2.1666em!important +} + +span.green .svg { + color: var(--color-green) +} + +span.red .svg { + color: var(--color-red) +} + +span.purple .svg { + color: var(--color-purple) +} + +.ui.popup { + background-color: var(--color-body); + color: var(--color-secondary-dark-6); + border-color: var(--color-secondary) +} + +.ui.popup:before { + box-shadow: 1px 1px var(--color-secondary) +} + +.ui.bottom.popup:before, .ui.top.popup:before, .ui.right.center.popup:before, .ui.left.center.popup:before { + background-color: var(--color-body) +} + +.ui.bottom.left.popup:before, .ui.bottom.right.popup:before, .ui.bottom.center.popup:before { + box-shadow: -1px -1px var(--color-secondary) +} + +.ui.left.center.popup:before { + box-shadow: 1px -1px var(--color-secondary) +} + +.ui.right.center.popup:before { + box-shadow: -1px 1px var(--color-secondary) +} + +.ui.popup .ui.label { + margin-bottom: .4em +} + +.color-icon { + display: inline-block; + border-radius: 100%; + height: 14px; + width: 14px +} + +.ui.label>.color-icon { + margin-left: 0 +} + +.invisible { + visibility: hidden +} + +.ui.segment, .ui.segments, .ui.attached.segment { + background: var(--color-box-body); + color: var(--color-text); + border-color: var(--color-secondary) +} + +.ui.segments>.segment { + border-color: var(--color-secondary) +} + +.ui.secondary.segment { + background: var(--color-secondary-bg); + color: var(--color-text-light) +} + +.ui.attached.header { + position: relative; + background: var(--color-box-header); + border-color: var(--color-secondary) +} + +.ui.attached.header .right .button { + padding: 8px 10px; + font-weight: normal +} + +.ui.attached.header .right:not(.dropdown) { + position: absolute; + right: .78571429rem; + top: 0; + bottom: 0; + height: 30px; + margin-top: auto; + margin-bottom: auto +} + +.ui.attached.segment~.ui.top.attached.header { + margin-top: 1rem +} + +table th[data-sortt-asc]:hover, table th[data-sortt-desc]:hover { + background: rgba(0, 0, 0, .1)!important; + cursor: pointer!important +} + +table th[data-sortt-asc] .svg, table th[data-sortt-desc] .svg { + margin-left: .25rem +} + +.ui.dropdown>.dropdown.icon, .btn-review>.dropdown.icon { + height: auto!important; + margin: -1px -.5rem -1px .5rem!important +} + +.ui.button.dropdown>.dropdown.icon, .btn-review>.dropdown.icon { + float: right!important +} + +@media (max-width: 480px) { + .ui.button.dropdown>.dropdown.icon, .btn-review>.dropdown.icon { + display: none + } +} + +.ui.selection.dropdown>.search.icon, .ui.selection.dropdown>.delete.icon, .ui.selection.dropdown>.dropdown.icon { + top: 0!important +} + +.ui.dropdown.no-text>.dropdown.icon { + margin-left: 0!important; + margin-right: 0!important +} + +.dropdown:not(.selection)>.menu:not(.review-box)>*:not(.header) { + max-width: 300px; + overflow-x: hidden; + text-overflow: ellipsis +} + +@media (max-height: 700px) { + .dropdown:not(.selection)>.menu.review-box>* .CodeMirror, .dropdown:not(.selection)>.menu.review-box>* .CodeMirror-scroll { + min-height: 100px + } +} + +.ui.dropdown .menu .item { + border-radius: 0 +} + +.ui.dropdown .menu .item:first-of-type { + border-radius: var(--border-radius) var(--border-radius) 0 0 +} + +.ui.dropdown .menu .item:last-of-type { + border-radius: 0 0 var(--border-radius) var(--border-radius) +} + +.text-label { + display: inline-flex!important; + align-items: center!important +} + +.emoji, .reaction { + font-size: 1.25em; + line-height: 1; + font-style: normal!important; + font-weight: normal!important; + vertical-align: -.075em +} + +@supports (-webkit-hyphens:none) { + body:not(.safari-above125) .emoji, body:not(.safari-above125) .reaction { + font-size: inherit; + vertical-align: inherit + } + body:not(.safari-above125) .emoji img, body:not(.safari-above125) .reaction img { + font-size: 1.25em; + vertical-align: -.225em!important + } +} + +.emoji img, .reaction img { + border-width: 0!important; + margin: 0!important; + width: 1em!important; + height: 1em!important; + vertical-align: -.15em +} + +.labelspage { + list-style: none; + padding-top: 0 +} + +.labelspage .item { + margin-top: 0; + margin-right: -14px; + margin-left: -14px; + padding: 10px; + border-bottom: 1px solid var(--color-secondary); + border-top: none +} + +.labelspage .item a { + font-size: 15px; + padding-top: 5px; + padding-right: 10px; + color: var(--color-text-light) +} + +.labelspage .item a:hover { + color: var(--color-primary-light-2) +} + +.labelspage .item a.open-issues { + margin-right: 30px +} + +.labelspage .item .ui.label { + font-size: 1em +} + +.labelspage .item:last-child { + border-bottom: none; + padding-bottom: 0 +} + +.labelspage .orglabel { + opacity: .7 +} + +.ui.sub.header { + text-transform: none +} + +.ui.tabular.menu { + border-color: var(--color-secondary) +} + +.ui.tabular.menu .item { + padding: 11px 12px; + color: var(--color-text-light-2) +} + +.ui.tabular.menu .item:hover { + color: var(--color-text) +} + +.ui.tabular.menu .active.item, .ui.tabular.menu .active.item:hover { + background: var(--color-body); + border-color: var(--color-secondary); + color: var(--color-text); + margin-top: 1px +} + +.ui.segment .ui.tabular.menu .active.item, .ui.segment .ui.tabular.menu .active.item:hover { + background: var(--color-box-body) +} + +.ui.secondary.pointing.menu { + border-color: var(--color-secondary) +} + +.ui.secondary.pointing.menu .item { + color: var(--color-text-light-2) +} + +.ui.secondary.pointing.menu .active.item, .ui.secondary.pointing.menu .active.item:hover, .ui.secondary.pointing.menu .dropdown.item:hover, .ui.secondary.pointing.menu .link.item:hover, .ui.secondary.pointing.menu a.item:hover { + color: var(--color-text-dark) +} + +.ui.header { + color: var(--color-text) +} + +.ui.header .ui.label { + margin-left: .25rem +} + +.ui.header>.ui.label.compact { + margin-top: inherit +} + +.flash-error details code { + display: block; + text-align: left +} + +.truncated-item-container { + display: flex!important +} + +.truncated-item-name { + line-height: 2em; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + margin-top: -.5em; + margin-bottom: -.5em +} + +.home .logo { + max-width: 220px +} + +@media (max-width: 767px) { + .home .hero h1 { + font-size: 3.5em + } + .home .hero h2 { + font-size: 2em + } +} + +@media (min-width: 768px) { + .home .hero h1 { + font-size: 5.5em + } + .home .hero h2 { + font-size: 3em + } +} + +.home .hero .svg { + color: var(--color-green); + height: 40px; + width: 50px; + vertical-align: bottom +} + +.home .hero.header { + font-size: 20px +} + +.home p.large { + font-size: 16px +} + +.home .stackable { + padding-top: 30px +} + +.home a { + color: var(--color-green) +} + +@media (max-width: 880px) { + footer .ui.container .left, footer .ui.container .right { + display: block; + text-align: center; + float: none + } +} + +.install { + padding-top: 45px +} + +.install form label { + text-align: right; + width: 320px!important +} + +.install form input { + width: 35%!important +} + +.install form .field { + text-align: left +} + +.install form .field .help { + margin-left: 335px!important +} + +.install form .field.optional .title { + margin-left: 38% +} + +.install .ui .checkbox { + margin-left: 40%!important +} + +.install .ui .checkbox label { + width: auto!important +} + +input, textarea, .ui.input>input, .ui.form input:not([type]), .ui.form select, .ui.form textarea, .ui.form input[type=date], .ui.form input[type=datetime-local], .ui.form input[type=email], .ui.form input[type=file], .ui.form input[type=number], .ui.form input[type=password], .ui.form input[type=search], .ui.form input[type=tel], .ui.form input[type=text], .ui.form input[type=time], .ui.form input[type=url], .ui.selection.dropdown, .ui.checkbox label:before, .ui.checkbox input:checked~label:before, .ui.checkbox input:not([type=radio]):indeterminate~label:before { + background: var(--color-input-background); + border-color: var(--color-input-border); + color: var(--color-input-text) +} + +input:hover, textarea:hover, .ui.input input:hover, .ui.form input:not([type]):hover, .ui.form select:hover, .ui.form textarea:hover, .ui.form input[type=date]:hover, .ui.form input[type=datetime-local]:hover, .ui.form input[type=email]:hover, .ui.form input[type=file]:hover, .ui.form input[type=number]:hover, .ui.form input[type=password]:hover, .ui.form input[type=search]:hover, .ui.form input[type=tel]:hover, .ui.form input[type=text]:hover, .ui.form input[type=time]:hover, .ui.form input[type=url]:hover, .ui.selection.dropdown:hover, .ui.checkbox label:hover:before, .ui.checkbox label:active:before, .ui.radio.checkbox label:after, .ui.radio.checkbox input:focus~label:before, .ui.radio.checkbox input:checked~label:before { + background: var(--color-input-background); + border-color: var(--color-input-border-hover); + color: var(--color-input-text) +} + +input:focus, textarea:focus, .ui.input input:focus, .ui.form input:not([type]):focus, .ui.form select:focus, .ui.form textarea:focus, .ui.form input[type=date]:focus, .ui.form input[type=datetime-local]:focus, .ui.form input[type=email]:focus, .ui.form input[type=file]:focus, .ui.form input[type=number]:focus, .ui.form input[type=password]:focus, .ui.form input[type=search]:focus, .ui.form input[type=tel]:focus, .ui.form input[type=text]:focus, .ui.form input[type=time]:focus, .ui.form input[type=url]:focus, .ui.selection.dropdown:focus, .ui.checkbox input:focus~label:before, .ui.checkbox input:not([type="radio"]):indeterminate:focus~label:before, .ui.checkbox input:checked:focus~label:before, .ui.radio.checkbox input:focus:checked~label:before { + background: var(--color-input-background); + border-color: var(--color-primary); + color: var(--color-input-text) +} + +.ui.form .field>label, .ui.form .inline.fields>label, .ui.form .inline.fields .field>label, .ui.form .inline.fields .field>p, .ui.form .inline.field>label, .ui.form .inline.field>p, .ui.checkbox label, .ui.checkbox+label, .ui.checkbox label:hover, .ui.checkbox+label:hover, .ui.checkbox input:focus~label, .ui.checkbox input:active~label { + color: var(--color-text) +} + +.ui.input, .ui.checkbox input:focus~label:after, .ui.checkbox input:checked~label:after, .ui.checkbox label:active:after, .ui.checkbox input:not([type=radio]):indeterminate~label:after, .ui.checkbox input:not([type=radio]):indeterminate:focus~label:after, .ui.checkbox input:checked:focus~label:after, .ui.disabled.checkbox label, .ui.checkbox input[disabled]~label { + color: var(--color-input-text) +} + +.ui.radio.checkbox input:focus~label:after, .ui.radio.checkbox input:checked~label:after, .ui.radio.checkbox input:focus:checked~label:after { + background: var(--color-input-text) +} + +.ui.toggle.checkbox label:before { + background: var(--color-input-background) +} + +.ui.toggle.checkbox label, .ui.toggle.checkbox input:checked~label, .ui.toggle.checkbox input:focus:checked~label { + color: var(--color-text)!important +} + +.ui.toggle.checkbox input:checked~label:before, .ui.toggle.checkbox input:focus:checked~label:before { + background: var(--color-primary)!important +} + +.ui.form select { + padding: .67857143em 1em +} + +.form .help { + color: #999; + padding-top: .6em; + padding-bottom: .6em; + display: inline-block +} + +#create-page-form form { + margin: auto +} + +#create-page-form form .ui.message { + text-align: center +} + +@media (min-width: 768px) { + #create-page-form form { + width: 800px!important + } + #create-page-form form .header { + padding-left: 280px!important + } + #create-page-form form .inline.field>label { + text-align: right; + width: 250px!important; + word-wrap: break-word + } + #create-page-form form .help { + margin-left: 265px!important + } + #create-page-form form .optional .title { + margin-left: 250px!important + } + #create-page-form form input, #create-page-form form textarea { + width: 50%!important + } +} + +@media (max-width: 767px) { + #create-page-form form .optional .title { + margin-left: 15px + } + #create-page-form form .inline.field>label { + display: block + } +} + +.signin .oauth2 div { + display: inline-block +} + +.signin .oauth2 div p { + margin: 10px 5px 0 0; + float: left +} + +.signin .oauth2 a { + margin-right: 3px +} + +.signin .oauth2 a:last-child { + margin-right: 0 +} + +.signin .oauth2 img { + width: 32px; + height: 32px +} + +.signin .oauth2 img.openidConnect { + width: auto +} + +@media (min-width: 768px) { + .g-recaptcha, .h-captcha { + margin: 0 auto!important; + width: 304px; + padding-left: 30px + } +} + +@media (max-height: 575px) { + #rc-imageselect, .g-recaptcha, .h-captcha { + transform: scale(.77); + transform-origin: 0 0 + } +} + +.user.activate form, .user.forgot.password form, .user.reset.password form, .user.link-account form, .user.signin form, .user.signup form { + margin: auto +} + +.user.activate form .ui.message, .user.forgot.password form .ui.message, .user.reset.password form .ui.message, .user.link-account form .ui.message, .user.signin form .ui.message, .user.signup form .ui.message { + text-align: center +} + +@media (min-width: 768px) { + .user.activate form, .user.forgot.password form, .user.reset.password form, .user.link-account form, .user.signin form, .user.signup form { + width: 800px!important + } + .user.activate form .header, .user.forgot.password form .header, .user.reset.password form .header, .user.link-account form .header, .user.signin form .header, .user.signup form .header { + padding-left: 280px!important + } + .user.activate form .inline.field>label, .user.forgot.password form .inline.field>label, .user.reset.password form .inline.field>label, .user.link-account form .inline.field>label, .user.signin form .inline.field>label, .user.signup form .inline.field>label { + text-align: right; + width: 250px!important; + word-wrap: break-word + } + .user.activate form .help, .user.forgot.password form .help, .user.reset.password form .help, .user.link-account form .help, .user.signin form .help, .user.signup form .help { + margin-left: 265px!important + } + .user.activate form .optional .title, .user.forgot.password form .optional .title, .user.reset.password form .optional .title, .user.link-account form .optional .title, .user.signin form .optional .title, .user.signup form .optional .title { + margin-left: 250px!important + } + .user.activate form input, .user.forgot.password form input, .user.reset.password form input, .user.link-account form input, .user.signin form input, .user.signup form input, .user.activate form textarea, .user.forgot.password form textarea, .user.reset.password form textarea, .user.link-account form textarea, .user.signin form textarea, .user.signup form textarea { + width: 50%!important + } +} + +@media (max-width: 767px) { + .user.activate form .optional .title, .user.forgot.password form .optional .title, .user.reset.password form .optional .title, .user.link-account form .optional .title, .user.signin form .optional .title, .user.signup form .optional .title { + margin-left: 15px + } + .user.activate form .inline.field>label, .user.forgot.password form .inline.field>label, .user.reset.password form .inline.field>label, .user.link-account form .inline.field>label, .user.signin form .inline.field>label, .user.signup form .inline.field>label { + display: block + } +} + +.user.activate form, .user.forgot.password form, .user.reset.password form, .user.link-account form, .user.signin form, .user.signup form { + width: 700px!important +} + +.user.activate form .header, .user.forgot.password form .header, .user.reset.password form .header, .user.link-account form .header, .user.signin form .header, .user.signup form .header { + padding-left: 0!important; + text-align: center +} + +.user.activate form .inline.field>label, .user.forgot.password form .inline.field>label, .user.reset.password form .inline.field>label, .user.link-account form .inline.field>label, .user.signin form .inline.field>label, .user.signup form .inline.field>label { + width: 200px +} + +@media (max-width: 767px) { + .user.activate form .inline.field>label, .user.forgot.password form .inline.field>label, .user.reset.password form .inline.field>label, .user.link-account form .inline.field>label, .user.signin form .inline.field>label, .user.signup form .inline.field>label, .user.activate form input, .user.forgot.password form input, .user.reset.password form input, .user.link-account form input, .user.signin form input, .user.signup form input { + width: 100%!important + } +} + +.user.activate form input[type=number], .user.forgot.password form input[type=number], .user.reset.password form input[type=number], .user.link-account form input[type=number], .user.signin form input[type=number], .user.signup form input[type=number] { + -moz-appearance: textfield +} + +.user.activate form input::-webkit-outer-spin-button, .user.forgot.password form input::-webkit-outer-spin-button, .user.reset.password form input::-webkit-outer-spin-button, .user.link-account form input::-webkit-outer-spin-button, .user.signin form input::-webkit-outer-spin-button, .user.signup form input::-webkit-outer-spin-button, .user.activate form input::-webkit-inner-spin-button, .user.forgot.password form input::-webkit-inner-spin-button, .user.reset.password form input::-webkit-inner-spin-button, .user.link-account form input::-webkit-inner-spin-button, .user.signin form input::-webkit-inner-spin-button, .user.signup form input::-webkit-inner-spin-button { + -webkit-appearance: none; + margin: 0 +} + +.repository.new.repo form, .repository.new.migrate form, .repository.new.fork form { + margin: auto +} + +.repository.new.repo form .ui.message, .repository.new.migrate form .ui.message, .repository.new.fork form .ui.message { + text-align: center +} + +@media (min-width: 768px) { + .repository.new.repo form, .repository.new.migrate form, .repository.new.fork form { + width: 800px!important + } + .repository.new.repo form .header, .repository.new.migrate form .header, .repository.new.fork form .header { + padding-left: 280px!important + } + .repository.new.repo form .inline.field>label, .repository.new.migrate form .inline.field>label, .repository.new.fork form .inline.field>label { + text-align: right; + width: 250px!important; + word-wrap: break-word + } + .repository.new.repo form .help, .repository.new.migrate form .help, .repository.new.fork form .help { + margin-left: 265px!important + } + .repository.new.repo form .optional .title, .repository.new.migrate form .optional .title, .repository.new.fork form .optional .title { + margin-left: 250px!important + } + .repository.new.repo form input, .repository.new.migrate form input, .repository.new.fork form input, .repository.new.repo form textarea, .repository.new.migrate form textarea, .repository.new.fork form textarea { + width: 50%!important + } +} + +@media (max-width: 767px) { + .repository.new.repo form .optional .title, .repository.new.migrate form .optional .title, .repository.new.fork form .optional .title { + margin-left: 15px + } + .repository.new.repo form .inline.field>label, .repository.new.migrate form .inline.field>label, .repository.new.fork form .inline.field>label { + display: block + } +} + +.repository.new.repo form .dropdown .text, .repository.new.migrate form .dropdown .text, .repository.new.fork form .dropdown .text { + margin-right: 0!important +} + +.repository.new.repo form .header, .repository.new.migrate form .header, .repository.new.fork form .header { + padding-left: 0!important; + text-align: center +} + +.repository.new.repo form .selection.dropdown, .repository.new.migrate form .selection.dropdown, .repository.new.fork form .selection.dropdown { + vertical-align: middle; + width: 50%!important +} + +@media (max-width: 767px) { + .repository.new.repo form label, .repository.new.migrate form label, .repository.new.fork form label, .repository.new.repo form input, .repository.new.migrate form input, .repository.new.fork form input, .repository.new.repo form .selection.dropdown, .repository.new.migrate form .selection.dropdown, .repository.new.fork form .selection.dropdown { + width: 100%!important + } + .repository.new.repo form .field button, .repository.new.migrate form .field button, .repository.new.fork form .field button, .repository.new.repo form .field a, .repository.new.migrate form .field a, .repository.new.fork form .field a { + margin-bottom: 1em; + width: 100% + } +} + +@media (min-width: 768px) { + .repository.new.repo .ui.form #auto-init { + margin-left: 265px!important + } +} + +.repository.new.repo .ui.form .selection.dropdown:not(.owner) { + width: 50%!important +} + +@media (max-width: 767px) { + .repository.new.repo .ui.form .selection.dropdown:not(.owner) { + width: 100%!important + } +} + +.new.webhook form .help { + margin-left: 25px +} + +.new.webhook .events.fields .column { + padding-left: 40px +} + +.githook textarea { + font-family: var(--fonts-monospace) +} + +@media (max-width: 767px) { + .new.org .ui.form .field button, .new.org .ui.form .field a { + margin-bottom: 1em; + width: 100% + } + .new.org .ui.form .field input { + width: 100%!important + } +} + +.repository .commit-statuses .list>.item { + line-height: 2 +} + +.repository .repo-header .ui.compact.menu { + margin-left: 1rem +} + +.repository .repo-header .ui.header { + margin-top: 0 +} + +.repository .repo-header .fork-flag { + font-size: 12px; + margin-top: 2px +} + +.repository .repo-header .repo-buttons .svg { + margin: 0 .42857143em 0 -.21428571em +} + +.repository .repo-header .button { + margin-top: 2px; + margin-bottom: 2px +} + +.repository .tabs .navbar { + justify-content: initial +} + +.repository .navbar { + display: flex; + justify-content: space-between +} + +.repository .navbar .ui.label { + margin-left: 7px; + padding: 3px 5px +} + +.repository .owner.dropdown { + min-width: 40%!important +} + +.repository #file-buttons { + margin-left: auto!important; + font-weight: normal +} + +.repository #file-buttons .ui.button { + padding: 8px 10px; + font-weight: normal +} + +.repository .metas .menu { + overflow-x: auto; + max-height: 300px +} + +.repository .metas .ui.list.assignees .icon { + line-height: 2em +} + +.repository .metas .ui.list.assignees .teamavatar { + margin-top: .125rem; + margin-left: 6.75px; + margin-right: 8.75px +} + +.repository .metas .ui.list .hide { + display: none!important +} + +.repository .metas .ui.list .dependency { + padding: 0; + white-space: nowrap +} + +.repository .metas .ui.list .title { + max-width: 200px; + overflow: hidden; + text-overflow: ellipsis +} + +@media (max-width: 1200px) { + .repository .metas .ui.list .title { + max-width: 150px + } +} + +@media (max-width: 1000px) { + .repository .metas .ui.list .title { + max-width: 100px + } +} + +.repository .metas #deadlineForm input { + width: 12.8rem; + border-radius: 4px 0 0 4px; + border-right: 0; + white-space: nowrap +} + +.repository .header-wrapper { + background-color: var(--color-navbar) +} + +.repository .header-wrapper .ui.tabs.divider { + border-bottom: 0 +} + +.repository .header-wrapper .ui.tabular .svg { + margin-right: 5px +} + +.repository .filter.menu .label.color { + border-radius: 3px; + margin-left: 15px; + padding: 0 8px +} + +.repository .filter.menu.labels .label-filter .menu .info { + display: inline-block; + padding: .5rem .25rem; + border-bottom: 1px solid var(--color-secondary); + font-size: 12px; + width: 100%; + white-space: nowrap; + text-align: center +} + +.repository .filter.menu.labels .label-filter .menu .info code { + border: 1px solid var(--color-secondary); + border-radius: 3px; + padding: 1px 2px; + font-size: 11px +} + +.repository .filter.menu .menu { + max-height: 300px; + overflow-x: auto; + right: 0!important; + left: auto!important +} + +.repository .select-label .desc { + padding-left: 16px +} + +.repository .ui.tabs.container { + margin-top: 14px; + margin-bottom: 0 +} + +.repository .ui.tabs.container .ui.menu { + border-bottom: 0 +} + +.repository .ui.tabs.divider { + margin-top: 0; + margin-bottom: 20px +} + +.repository #clone-panel { + width: 350px +} + +@media (max-width: 767px) { + .repository #clone-panel { + width: 100% + } +} + +.repository #clone-panel input { + border-radius: 0; + padding: 5px 10px; + width: 50%; + line-height: 1.4 +} + +.repository #clone-panel .clone.button { + font-size: 13px; + padding: 7.5px 5px +} + +.repository #clone-panel #repo-clone-https, .repository #clone-panel #repo-clone-ssh { + border-right: none +} + +.repository #clone-panel #download-btn { + border-left: none +} + +.repository #clone-panel button:first-of-type { + border-radius: var(--border-radius) 0 0 var(--border-radius)!important +} + +.repository #clone-panel button:last-of-type { + border-radius: 0 var(--border-radius) var(--border-radius) 0!important +} + +.repository #clone-panel .icon.button { + padding: 0 10px +} + +.repository #clone-panel .dropdown .menu { + right: 0!important; + left: auto!important +} + +.repository.file.list .repo-description { + display: flex; + justify-content: space-between; + align-items: center +} + +.repository.file.list #repo-desc { + font-size: 1.2em +} + +.repository.file.list .choose.reference .header .icon { + font-size: 1.4em +} + +.repository.file.list .repo-path .section, .repository.file.list .repo-path .divider { + display: inline +} + +.repository.file.list #file-buttons { + font-weight: normal +} + +.repository.file.list #file-buttons .ui.button { + padding: 8px 10px; + font-weight: normal +} + +@media (max-width: 767px) { + .repository.file.list #file-buttons .ui.tiny.blue.buttons { + width: 100% + } +} + +.repository.file.list #file-buttons .button+.button { + border-left: none +} + +.repository.file.list #repo-files-table thead th { + padding-top: 8px; + padding-bottom: 5px; + font-weight: normal +} + +.repository.file.list #repo-files-table thead .ui.avatar { + margin-bottom: 5px +} + +.repository.file.list #repo-files-table tbody .svg { + margin-left: 3px; + margin-right: 5px; + color: #777 +} + +.repository.file.list #repo-files-table tbody .svg.octicon-reply { + margin-right: 10px +} + +.repository.file.list #repo-files-table tbody .svg.octicon-file-directory, .repository.file.list #repo-files-table tbody .svg.octicon-file-submodule { + color: var(--color-primary) +} + +.repository.file.list #repo-files-table td { + padding-top: 0; + padding-bottom: 0; + overflow: initial +} + +.repository.file.list #repo-files-table td.name { + max-width: 150px +} + +.repository.file.list #repo-files-table td.message { + max-width: 400px +} + +.repository.file.list #repo-files-table td.age { + width: 120px +} + +.repository.file.list #repo-files-table td .truncate { + display: inline-block; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + width: 100%; + padding-top: 8px; + padding-bottom: 8px +} + +.repository.file.list #repo-files-table td a { + padding-top: 8px; + padding-bottom: 8px +} + +.repository.file.list #repo-files-table td .at { + margin-left: 3px; + margin-right: 3px +} + +.repository.file.list #repo-files-table td>* { + vertical-align: middle +} + +.repository.file.list #repo-files-table td.message .isSigned { + cursor: default +} + +.repository.file.list #repo-files-table tr:last-of-type td:first-child { + border-bottom-left-radius: var(--border-radius) +} + +.repository.file.list #repo-files-table tr:last-of-type td:last-child { + border-bottom-right-radius: var(--border-radius) +} + +.repository.file.list #repo-files-table tr:hover { + background-color: #ffe +} + +.repository.file.list #repo-files-table tr.has-parent a { + display: inline-block; + padding-top: 8px; + padding-bottom: 8px; + width: calc(100% - 1.25rem) +} + +.repository.file.list #repo-files-table .jumpable-path { + color: var(--color-text-light-2) +} + +.repository.file.list .non-diff-file-content .header .icon { + font-size: 1em +} + +.repository.file.list .non-diff-file-content .header .small.icon { + font-size: .75em +} + +.repository.file.list .non-diff-file-content .header .tiny.icon { + font-size: .5em +} + +.repository.file.list .non-diff-file-content .header .file-info { + font-size: 13px +} + +.repository.file.list .non-diff-file-content .header .file-actions .btn-octicon { + line-height: 1; + padding: 10px 8px; + vertical-align: middle; + color: var(--color-text) +} + +.repository.file.list .non-diff-file-content .header .file-actions .btn-octicon:hover { + color: var(--color-primary) +} + +.repository.file.list .non-diff-file-content .header .file-actions .btn-octicon-danger:hover { + color: var(--color-red) +} + +.repository.file.list .non-diff-file-content .header .file-actions .btn-octicon.disabled { + color: inherit; + opacity: var(--opacity-disabled); + cursor: default +} + +.repository.file.list .non-diff-file-content .header .file-actions #delete-file-form { + display: inline-block +} + +.repository.file.list .non-diff-file-content .view-raw { + padding: 5px +} + +.repository.file.list .non-diff-file-content .view-raw>* { + max-width: 100%; + border: 1px solid var(--color-secondary) +} + +.repository.file.list .non-diff-file-content .view-raw img { + margin: 1rem 0; + border-radius: 0; + object-fit: contain +} + +.repository.file.list .non-diff-file-content .plain-text { + padding: 1em 2em +} + +.repository.file.list .non-diff-file-content .plain-text pre { + word-break: break-word; + white-space: pre-wrap +} + +.repository.file.list .non-diff-file-content .csv { + overflow-x: auto; + padding: 0!important +} + +.repository.file.list .non-diff-file-content pre { + overflow: auto +} + +.repository.file.list .sidebar { + padding-left: 0 +} + +.repository.file.list .sidebar .svg { + width: 16px +} + +.repository.file.editor .treepath { + width: 100% +} + +.repository.file.editor .treepath input { + vertical-align: middle; + box-shadow: #00000013 0 1px 2px inset; + width: inherit; + padding: 7px 8px; + margin-right: 5px +} + +.repository.file.editor .tabular.menu .svg { + margin-right: 5px +} + +.repository.file.editor .commit-form-wrapper { + padding-left: 64px +} + +.repository.file.editor .commit-form-wrapper .commit-avatar { + float: left; + margin-left: -64px; + width: 3em; + height: auto +} + +.repository.file.editor .commit-form-wrapper .commit-form { + position: relative; + padding: 15px; + margin-bottom: 10px; + border: 1px solid var(--color-secondary); + background: var(--color-box-body); + border-radius: 3px +} + +.repository.file.editor .commit-form-wrapper .commit-form:before, .repository.file.editor .commit-form-wrapper .commit-form:after { + right: 100%; + top: 20px; + border: solid transparent; + content: " "; + height: 0; + width: 0; + position: absolute; + pointer-events: none +} + +.repository.file.editor .commit-form-wrapper .commit-form:before { + border-right-color: var(--color-secondary); + border-width: 9px; + margin-top: -9px +} + +.repository.file.editor .commit-form-wrapper .commit-form:after { + border-right-color: var(--color-box-header); + border-width: 8px; + margin-top: -8px +} + +.repository.file.editor .commit-form-wrapper .commit-form:after { + border-right-color: var(--color-box-body) +} + +.repository.file.editor .commit-form-wrapper .commit-form .quick-pull-choice .branch-name { + display: inline-block; + padding: 2px 4px; + font: 12px var(--fonts-monospace); + color: var(--color-text); + background: var(--color-secondary); + border-radius: 3px; + margin: 0 2px +} + +.repository.file.editor .commit-form-wrapper .commit-form .quick-pull-choice .new-branch-name-input { + position: relative; + margin-left: 25px +} + +.repository.file.editor .commit-form-wrapper .commit-form .quick-pull-choice .new-branch-name-input input { + width: 240px!important; + padding-left: 26px!important +} + +.repository.file.editor .commit-form-wrapper .commit-form .quick-pull-choice .octicon-git-branch { + position: absolute; + top: 9px; + left: 10px; + color: #b0c4ce +} + +.repository.options #interval { + width: 100px!important; + min-width: 100px +} + +.repository.options .danger .item { + padding: 20px 15px +} + +.repository.options .danger .ui.divider { + margin: 0 +} + +.repository .comment textarea { + max-height: none!important +} + +.repository.new.issue .comment.form .comment .avatar { + width: 3em +} + +.repository.new.issue .comment.form .content { + margin-left: 4em +} + +.repository.new.issue .comment.form .content:before, .repository.new.issue .comment.form .content:after { + right: 100%; + top: 20px; + border: solid transparent; + content: " "; + height: 0; + width: 0; + position: absolute; + pointer-events: none +} + +.repository.new.issue .comment.form .content:before { + border-right-color: var(--color-secondary); + border-width: 9px; + margin-top: -9px +} + +.repository.new.issue .comment.form .content:after { + border-right-color: var(--color-box-header); + border-width: 8px; + margin-top: -8px +} + +.repository.new.issue .comment.form .content:after { + border-right-color: var(--color-box-body) +} + +.repository.new.issue .comment.form .content .markup { + font-size: 14px +} + +.repository.new.issue .comment.form .metas { + min-width: 220px +} + +.repository.new.issue .comment.form .metas .filter.menu { + max-height: 300px; + overflow-x: auto +} + +.repository.view.issue .instruct-toggle { + display: inline-block +} + +.repository.view.issue .title { + padding-bottom: 0!important +} + +.repository.view.issue .title .issue-title { + margin-bottom: .5rem +} + +.repository.view.issue .title .issue-title.edit-active { + display: flex; + align-items: center +} + +.repository.view.issue .title .issue-title.edit-active h1 { + display: flex; + width: 100% +} + +@media (max-width: 767px) { + .repository.view.issue .title .issue-title.edit-active { + flex-direction: column + } + .repository.view.issue .title .issue-title.edit-active h1 { + margin-right: 0; + margin-bottom: 1rem; + padding-right: 0 + } + .repository.view.issue .title .issue-title.edit-active h1 .ui.input input { + width: calc(100% - 2rem) + } + .repository.view.issue .title .issue-title.edit-active .edit-buttons { + padding-bottom: 1rem; + width: 100% + } + .repository.view.issue .title .issue-title.edit-active .edit-buttons .button { + width: 100%; + margin-right: .5rem + } + .repository.view.issue .title .issue-title.edit-active .edit-buttons .button:last-child { + margin-right: 0 + } +} + +.repository.view.issue .title .issue-title h1 { + font-weight: 300; + font-size: 2.3rem; + margin: 0; + padding-right: .5rem +} + +.repository.view.issue .title .issue-title h1 .ui.input { + font-size: .5em; + width: 100% +} + +.repository.view.issue .title .issue-title h1 .ui.input input { + font-size: 1.5em; + padding: 6px 1rem +} + +.repository.view.issue .title .issue-title .edit-button { + float: right; + padding-left: 1rem +} + +.repository.view.issue .title .issue-title .edit-buttons { + display: flex +} + +.repository.view.issue .title .issue-title .index { + color: var(--color-text-light-2) +} + +.repository.view.issue .title .issue-title .label { + margin-right: 10px +} + +.repository.view.issue .title .issue-title .edit-zone { + margin-top: 10px +} + +.repository.view.issue .pull-desc code { + color: var(--color-primary) +} + +.repository.view.issue .pull.tabular.menu { + margin-bottom: 1rem +} + +.repository.view.issue .pull.tabular.menu .svg { + margin-right: 5px +} + +.repository.view.issue .pull .merge.box .avatar { + margin-left: 10px; + margin-top: 10px +} + +.repository.view.issue .pull .merge.box .branch-update.grid .row { + padding-bottom: 1rem +} + +.repository.view.issue .pull .merge.box .branch-update.grid .row .icon { + margin-top: 1.1rem +} + +.repository.view.issue .pull .review-item { + display: flex; + justify-content: space-between; + align-items: center +} + +.repository.view.issue .pull .review-item .review-item-left, .repository.view.issue .pull .review-item .review-item-right { + display: flex; + align-items: center +} + +.repository.view.issue .pull .review-item .text { + margin: .3em 0 .5em .5em +} + +.repository.view.issue .pull .review-item .type-icon { + align-self: flex-start; + margin-right: 1em +} + +.repository.view.issue .pull .review-item .type-icon i { + line-height: 1.8em +} + +.repository.view.issue .pull .review-item .divider { + margin: .5rem 0 +} + +.repository.view.issue .pull .review-item .review-content { + padding: 1em 0 1em 3.8em +} + +.repository.view.issue .comment-list:not(.prevent-before-timeline):before { + display: block; + content: ""; + position: absolute; + margin-top: 12px; + margin-bottom: 14px; + top: 0; + bottom: 0; + left: 96px; + width: 2px; + background-color: var(--color-timeline); + z-index: -1 +} + +.repository.view.issue .comment-list .timeline { + position: relative; + display: block; + margin-left: 40px; + padding-left: 16px +} + +.repository.view.issue .comment-list .timeline:before { + display: block; + content: ""; + position: absolute; + margin-top: 12px; + margin-bottom: 14px; + top: 0; + bottom: 0; + left: 30px; + width: 2px; + background-color: var(--color-timeline); + z-index: -1 +} + +.repository.view.issue .comment-list .timeline-item, .repository.view.issue .comment-list .timeline-item-group { + padding: 12px 0 +} + +.repository.view.issue .comment-list .timeline-item-group .timeline-item { + padding-top: 8px; + padding-bottom: 8px +} + +.repository.view.issue .comment-list .timeline-item { + margin-left: 16px; + position: relative +} + +.repository.view.issue .comment-list .timeline-item .timeline-avatar { + position: absolute; + left: -72px +} + +.repository.view.issue .comment-list .timeline-item .timeline-avatar img { + width: 40px!important; + height: 40px!important +} + +.repository.view.issue .comment-list .timeline-item .avatar.image, .repository.view.issue .comment-list .timeline-item .avatar.image img { + width: 20px; + height: 20px; + margin: 0 .25rem +} + +.repository.view.issue .comment-list .timeline-item:first-child:not(.commit) { + padding-top: 0!important +} + +.repository.view.issue .comment-list .timeline-item:last-child:not(.commit) { + padding-bottom: 0!important +} + +.repository.view.issue .comment-list .timeline-item .badge.badge-commit { + border-color: transparent; + background: radial-gradient(var(--color-body) 40%, transparent 40%) no-repeat +} + +.repository.view.issue .comment-list .timeline-item .badge { + width: 34px; + height: 34px; + background-color: var(--color-timeline); + border-radius: 50%; + display: flex; + float: left; + margin-left: -33px; + margin-right: 8px; + color: var(--color-text); + align-items: center; + justify-content: center +} + +.repository.view.issue .comment-list .timeline-item .badge .svg { + width: 22px; + height: 22px; + padding: 3px +} + +.repository.view.issue .comment-list .timeline-item .badge .svg.octicon-comment { + margin-top: 2px +} + +.repository.view.issue .comment-list .timeline-item.comment>.content { + margin-left: -16px +} + +.repository.view.issue .comment-list .timeline-item.event>.text { + line-height: 32px; + vertical-align: middle +} + +.repository.view.issue .comment-list .timeline-item.commits-list { + padding-left: 15px; + padding-top: 0 +} + +.repository.view.issue .comment-list .timeline-item.commits-list .singular-commit { + line-height: 34px +} + +.repository.view.issue .comment-list .timeline-item.commits-list .singular-commit>.avatar.image, .repository.view.issue .comment-list .timeline-item.commits-list .singular-commit>.avatar.image img { + position: relative; + top: -2px +} + +.repository.view.issue .comment-list .timeline-item.commits-list .singular-commit .shabox .sha.label { + margin: 0; + border: 1px solid var(--color-light-border) +} + +.repository.view.issue .comment-list .timeline-item.commits-list .singular-commit .shabox .sha.label.isSigned.isWarning { + border: 1px solid #db2828; + background: rgba(219, 40, 40, .1) +} + +.repository.view.issue .comment-list .timeline-item.commits-list .singular-commit .shabox .sha.label.isSigned.isWarning .shortsha { + display: inline-block; + padding-top: 1px +} + +.repository.view.issue .comment-list .timeline-item.commits-list .singular-commit .shabox .sha.label.isSigned.isWarning:hover { + background: rgba(219, 40, 40, .3)!important +} + +.repository.view.issue .comment-list .timeline-item.commits-list .singular-commit .shabox .sha.label.isSigned.isVerified { + border: 1px solid var(--color-gitea-lightblue-light); + background: rgba(33, 186, 69, .1) +} + +.repository.view.issue .comment-list .timeline-item.commits-list .singular-commit .shabox .sha.label.isSigned.isVerified .shortsha { + display: inline-block; + padding-top: 1px +} + +.repository.view.issue .comment-list .timeline-item.commits-list .singular-commit .shabox .sha.label.isSigned.isVerified:hover { + background: rgba(33, 186, 69, .3)!important +} + +.repository.view.issue .comment-list .timeline-item.commits-list .singular-commit .shabox .sha.label.isSigned.isVerifiedUntrusted { + border: 1px solid #fbbd08; + background: rgba(251, 189, 8, .1) +} + +.repository.view.issue .comment-list .timeline-item.commits-list .singular-commit .shabox .sha.label.isSigned.isVerifiedUntrusted .shortsha { + display: inline-block; + padding-top: 1px +} + +.repository.view.issue .comment-list .timeline-item.commits-list .singular-commit .shabox .sha.label.isSigned.isVerifiedUntrusted:hover { + background: rgba(251, 189, 8, .3)!important +} + +.repository.view.issue .comment-list .timeline-item.commits-list .singular-commit .shabox .sha.label.isSigned.isVerifiedUnmatched { + border: 1px solid #f2711c; + background: rgba(242, 113, 28, .1) +} + +.repository.view.issue .comment-list .timeline-item.commits-list .singular-commit .shabox .sha.label.isSigned.isVerifiedUnmatched .shortsha { + display: inline-block; + padding-top: 1px +} + +.repository.view.issue .comment-list .timeline-item.commits-list .singular-commit .shabox .sha.label.isSigned.isVerifiedUnmatched:hover { + background: rgba(242, 113, 28, .3)!important +} + +.repository.view.issue .comment-list .timeline-item.event>.commit-status-link { + float: right; + margin-right: 8px; + margin-top: 4px +} + +.repository.view.issue .comment-list .timeline-item .author { + font-weight: 600 +} + +.repository.view.issue .comment-list .timeline-item .comment-form-reply .footer { + padding-bottom: 1em +} + +.repository.view.issue .comment-list .ui.comments { + max-width: 100% +} + +.repository.view.issue .comment-list .comment>.content>div:first-child { + border-top-left-radius: 4px; + border-top-right-radius: 4px +} + +.repository.view.issue .comment-list .comment>.content>div:last-child { + border-bottom-left-radius: 4px; + border-bottom-right-radius: 4px +} + +.repository.view.issue .comment-list .comment .comment-container { + border: 1px solid var(--color-secondary); + border-radius: var(--border-radius) +} + +.repository.view.issue .comment-list .comment .content>.merge-section { + background-color: var(--color-box-body) +} + +.repository.view.issue .comment-list .comment .content>.merge-section .item { + padding: .25rem 0 +} + +.repository.view.issue .comment-list .comment .content>.merge-section .item-section { + display: flex; + align-items: center; + justify-content: space-between; + padding: 0; + margin-top: -.25rem; + margin-bottom: -.25rem +} + +.repository.view.issue .comment-list .comment .content>.merge-section .divider { + margin-left: -1rem; + margin-right: -1rem +} + +.repository.view.issue .comment-list .comment .content>.merge-section.no-header:before, .repository.view.issue .comment-list .comment .content>.merge-section.no-header:after { + right: 100%; + top: 20px; + border: solid transparent; + content: " "; + height: 0; + width: 0; + position: absolute; + pointer-events: none +} + +.repository.view.issue .comment-list .comment .content>.merge-section.no-header:before { + border-right-color: var(--color-secondary); + border-width: 9px; + margin-top: -9px +} + +.repository.view.issue .comment-list .comment .content>.merge-section.no-header:after { + border-right-color: var(--color-box-header); + border-width: 8px; + margin-top: -8px +} + +.repository.view.issue .comment-list .comment .content>.merge-section.no-header:after { + border-right-color: var(--color-box-body) +} + +@media (max-width: 767px) { + .repository.view.issue .comment-list .comment .content>.merge-section .form .button { + width: 100% + } + .repository.view.issue .comment-list .comment .content>.merge-section .form .button:not(:last-child) { + margin-bottom: 1rem + } +} + +.repository.view.issue .comment-list .comment .content .markup { + font-size: 14px +} + +.repository.view.issue .comment-list .comment .content .no-content { + color: var(--color-text-light-2); + font-style: italic +} + +.repository.view.issue .comment-list .comment .ui.form .field:first-child { + clear: none +} + +.repository.view.issue .comment-list .comment .ui.form .field.footer { + overflow: hidden +} + +.repository.view.issue .comment-list .comment .ui.form .field .tab.markup { + min-height: 5rem +} + +.repository.view.issue .comment-list .comment .ui.form textarea { + height: 200px; + font-family: var(--fonts-monospace) +} + +.repository.view.issue .comment-list .comment .edit.buttons { + margin-top: 10px +} + +.repository.view.issue .comment-list .code-comment { + border: 1px solid transparent; + padding: .25rem .5rem; + margin: 0 +} + +.repository.view.issue .comment-list .code-comment .content { + border: none!important +} + +.repository.view.issue .comment-list .code-comment .comment-header { + background: transparent; + border-bottom: 0!important; + padding: 0!important +} + +.repository.view.issue .comment-list .code-comment .comment-header:after, .repository.view.issue .comment-list .code-comment .comment-header:before { + display: none +} + +.repository.view.issue .comment-list .code-comment .comment-content { + margin-left: 36px +} + +.repository.view.issue .comment-list .code-comment .avatar.image { + width: 28px; + height: 28px +} + +.repository.view.issue .comment-list .comment-code-cloud .segment.reactions { + margin-top: 16px!important; + margin-bottom: -8px!important; + border-top: none!important +} + +.repository.view.issue .comment-list .comment-code-cloud .segment.reactions .ui.label { + border: 1px solid; + padding: 6px 10px!important; + margin: 0 2px; + border-radius: var(--border-radius); + border-color: var(--color-secondary-dark-1)!important +} + +.repository.view.issue .comment-list .comment-code-cloud .segment.reactions .ui.label.basic.blue { + background-color: var(--color-reaction-active-bg)!important; + border-color: var(--color-primary-alpha-80)!important +} + +.repository.view.issue .comment-list .comment-code-cloud button.comment-form-reply { + margin: 0 +} + +.repository.view.issue .comment-list .event { + padding-left: 15px +} + +.repository.view.issue .comment-list .event .detail { + font-size: .9rem; + margin-top: 5px; + margin-left: 8px +} + +.repository.view.issue .comment-list .event .segments { + box-shadow: none +} + +.repository.view.issue .ui.depending .item.is-closed .title { + text-decoration: line-through +} + +.repository .comment.form .ui.comments { + margin-top: -12px; + max-width: 100% +} + +.repository .comment.form .content .field:first-child { + clear: none +} + +.repository .comment.form .content .form:before, .repository .comment.form .content .form:after { + right: 100%; + top: 20px; + border: solid transparent; + content: " "; + height: 0; + width: 0; + position: absolute; + pointer-events: none +} + +.repository .comment.form .content .form:before { + border-right-color: var(--color-secondary); + border-width: 9px; + margin-top: -9px +} + +.repository .comment.form .content .form:after { + border-right-color: var(--color-box-header); + border-width: 8px; + margin-top: -8px +} + +.repository .comment.form .content .form:after { + border-right-color: var(--color-box-body) +} + +.repository .comment.form .content textarea { + height: 200px; + font-family: var(--fonts-monospace) +} + +.repository .milestone.list { + list-style: none; + padding-top: 15px +} + +.repository .milestone.list>.item { + padding-top: 10px; + padding-bottom: 10px; + border-bottom: 1px dashed var(--color-secondary) +} + +.repository .milestone.list>.item>a { + padding-top: 5px; + padding-right: 10px; + font-size: 1.5rem; + color: var(--color-text) +} + +.repository .milestone.list>.item>a:hover { + color: var(--color-primary) +} + +.repository .milestone.list>.item .ui.progress { + width: 40%; + padding: 0; + border: 0; + margin: 0 +} + +.repository .milestone.list>.item .ui.progress .bar { + height: 20px +} + +.repository .milestone.list>.item .meta { + color: var(--color-text-light-2); + padding-top: 5px +} + +.repository .milestone.list>.item .meta .issue-stats .svg { + padding-left: 5px +} + +.repository .milestone.list>.item .meta .overdue { + color: var(--color-red) +} + +.repository .milestone.list>.item .operate { + margin-top: -15px +} + +.repository .milestone.list>.item .operate>a { + font-size: 15px; + padding-top: 5px; + padding-right: 10px; + color: var(--color-text-light-2) +} + +.repository .milestone.list>.item .operate>a:hover { + color: var(--color-text) +} + +.repository .milestone.list>.item .content { + padding-top: 10px +} + +.repository.new.milestone textarea { + height: 200px +} + +.repository.compare.pull .show-form-container { + text-align: left +} + +.repository.compare.pull .choose.branch .svg { + margin-right: 10px +} + +.repository.compare.pull .comment.form .content:before, .repository.compare.pull .comment.form .content:after { + right: 100%; + top: 20px; + border: solid transparent; + content: " "; + height: 0; + width: 0; + position: absolute; + pointer-events: none +} + +.repository.compare.pull .comment.form .content:before { + border-right-color: var(--color-secondary); + border-width: 9px; + margin-top: -9px +} + +.repository.compare.pull .comment.form .content:after { + border-right-color: var(--color-box-header); + border-width: 8px; + margin-top: -8px +} + +.repository.compare.pull .comment.form .content:after { + border-right-color: var(--color-box-body) +} + +.repository.compare.pull .pullrequest-form { + margin-bottom: 1.5rem +} + +.repository.compare.pull .markup { + font-size: 14px +} + +.repository .filter.dropdown .menu { + margin-top: 1px!important +} + +.repository.branches .commit-divergence .bar-group { + position: relative; + float: left; + padding-bottom: 6px; + width: 50%; + max-width: 90px +} + +.repository.branches .commit-divergence .bar-group:last-child { + border-left: 1px solid var(--color-secondary-dark-2) +} + +.repository.branches .commit-divergence .count { + margin: 0 3px +} + +.repository.branches .commit-divergence .count.count-ahead { + text-align: left +} + +.repository.branches .commit-divergence .count.count-behind { + text-align: right +} + +.repository.branches .commit-divergence .bar { + height: 4px; + position: absolute; + background-color: var(--color-secondary-dark-2) +} + +.repository.branches .commit-divergence .bar.bar-behind { + right: 0 +} + +.repository.branches .commit-divergence .bar.bar-ahead { + left: 0 +} + +.repository.commits .header .search input { + font-weight: normal; + padding: 5px 10px +} + +.repository #commits-table thead th:first-of-type { + padding-left: 15px +} + +.repository #commits-table thead .sha { + width: 175px +} + +.repository #commits-table thead .shatd { + text-align: center +} + +.repository #commits-table td.sha .sha.label { + margin: 0 +} + +.repository #commits-table td.message { + text-overflow: unset +} + +.repository #commits-table.ui.basic.striped.table tbody tr:nth-child(2n) { + background-color: #00000005!important +} + +.repository #commits-table td.sha .sha.label, .repository #repo-files-table .sha.label, .repository #rev-list .sha.label, .repository .timeline-item.commits-list .singular-commit .sha.label { + border: 1px solid var(--color-light-border) +} + +.repository #commits-table td.sha .sha.label .ui.signature.avatar, .repository #repo-files-table .sha.label .ui.signature.avatar, .repository #rev-list .sha.label .ui.signature.avatar, .repository .timeline-item.commits-list .singular-commit .sha.label .ui.signature.avatar { + height: 16px; + margin-bottom: 0; + width: 16px +} + +.repository #commits-table td.sha .sha.label .detail.icon, .repository #repo-files-table .sha.label .detail.icon, .repository #rev-list .sha.label .detail.icon, .repository .timeline-item.commits-list .singular-commit .sha.label .detail.icon { + background: var(--color-light); + margin: -6px -10px -4px 0; + padding: 5px 4px 5px 6px; + border-left: 1px solid var(--color-light-border); + border-top: 0; + border-right: 0; + border-bottom: 0; + border-top-left-radius: 0; + border-bottom-left-radius: 0 +} + +.repository #commits-table td.sha .sha.label .detail.icon img, .repository #repo-files-table .sha.label .detail.icon img, .repository #rev-list .sha.label .detail.icon img, .repository .timeline-item.commits-list .singular-commit .sha.label .detail.icon img { + margin-right: 0 +} + +.repository #commits-table td.sha .sha.label .detail.icon .svg, .repository #repo-files-table .sha.label .detail.icon .svg, .repository #rev-list .sha.label .detail.icon .svg, .repository .timeline-item.commits-list .singular-commit .sha.label .detail.icon .svg { + margin: 0 .25em 0 0 +} + +.repository #commits-table td.sha .sha.label .detail.icon>div, .repository #repo-files-table .sha.label .detail.icon>div, .repository #rev-list .sha.label .detail.icon>div, .repository .timeline-item.commits-list .singular-commit .sha.label .detail.icon>div { + display: flex; + align-items: center +} + +.repository #commits-table td.sha .sha.label.isSigned.isWarning, .repository #repo-files-table .sha.label.isSigned.isWarning, .repository #rev-list .sha.label.isSigned.isWarning, .repository .timeline-item.commits-list .singular-commit .sha.label.isSigned.isWarning { + border: 1px solid #db2828; + background: rgba(219, 40, 40, .1) +} + +.repository #commits-table td.sha .sha.label.isSigned.isWarning .shortsha, .repository #repo-files-table .sha.label.isSigned.isWarning .shortsha, .repository #rev-list .sha.label.isSigned.isWarning .shortsha, .repository .timeline-item.commits-list .singular-commit .sha.label.isSigned.isWarning .shortsha { + display: inline-block; + padding-top: 1px +} + +.repository #commits-table td.sha .sha.label.isSigned.isWarning .detail.icon, .repository #repo-files-table .sha.label.isSigned.isWarning .detail.icon, .repository #rev-list .sha.label.isSigned.isWarning .detail.icon, .repository .timeline-item.commits-list .singular-commit .sha.label.isSigned.isWarning .detail.icon { + border-left: 1px solid #db2828; + color: #db2828 +} + +.repository #commits-table td.sha .sha.label.isSigned.isWarning:hover, .repository #repo-files-table .sha.label.isSigned.isWarning:hover, .repository #rev-list .sha.label.isSigned.isWarning:hover, .repository .timeline-item.commits-list .singular-commit .sha.label.isSigned.isWarning:hover { + background: rgba(219, 40, 40, .3)!important +} + +.repository #commits-table td.sha .sha.label.isSigned.isVerified, .repository #repo-files-table .sha.label.isSigned.isVerified, .repository #rev-list .sha.label.isSigned.isVerified, .repository .timeline-item.commits-list .singular-commit .sha.label.isSigned.isVerified { + border: 1px solid var(--color-gitea-lightblue-light); + background: rgba(33, 186, 69, .1) +} + +.repository #commits-table td.sha .sha.label.isSigned.isVerified .shortsha, .repository #repo-files-table .sha.label.isSigned.isVerified .shortsha, .repository #rev-list .sha.label.isSigned.isVerified .shortsha, .repository .timeline-item.commits-list .singular-commit .sha.label.isSigned.isVerified .shortsha { + display: inline-block; + padding-top: 1px +} + +.repository #commits-table td.sha .sha.label.isSigned.isVerified .detail.icon, .repository #repo-files-table .sha.label.isSigned.isVerified .detail.icon, .repository #rev-list .sha.label.isSigned.isVerified .detail.icon, .repository .timeline-item.commits-list .singular-commit .sha.label.isSigned.isVerified .detail.icon { + border-left: 1px solid var(--color-gitea-lightblue-light); + color: var(--color-gitea-lightblue-light) +} + +.repository #commits-table td.sha .sha.label.isSigned.isVerified:hover, .repository #repo-files-table .sha.label.isSigned.isVerified:hover, .repository #rev-list .sha.label.isSigned.isVerified:hover, .repository .timeline-item.commits-list .singular-commit .sha.label.isSigned.isVerified:hover { + background: rgba(33, 186, 69, .3)!important +} + +.repository #commits-table td.sha .sha.label.isSigned.isVerifiedUntrusted, .repository #repo-files-table .sha.label.isSigned.isVerifiedUntrusted, .repository #rev-list .sha.label.isSigned.isVerifiedUntrusted, .repository .timeline-item.commits-list .singular-commit .sha.label.isSigned.isVerifiedUntrusted { + border: 1px solid #fbbd08; + background: rgba(251, 189, 8, .1) +} + +.repository #commits-table td.sha .sha.label.isSigned.isVerifiedUntrusted .shortsha, .repository #repo-files-table .sha.label.isSigned.isVerifiedUntrusted .shortsha, .repository #rev-list .sha.label.isSigned.isVerifiedUntrusted .shortsha, .repository .timeline-item.commits-list .singular-commit .sha.label.isSigned.isVerifiedUntrusted .shortsha { + display: inline-block; + padding-top: 1px +} + +.repository #commits-table td.sha .sha.label.isSigned.isVerifiedUntrusted .detail.icon, .repository #repo-files-table .sha.label.isSigned.isVerifiedUntrusted .detail.icon, .repository #rev-list .sha.label.isSigned.isVerifiedUntrusted .detail.icon, .repository .timeline-item.commits-list .singular-commit .sha.label.isSigned.isVerifiedUntrusted .detail.icon { + border-left: 1px solid #fbbd08; + color: #fbbd08 +} + +.repository #commits-table td.sha .sha.label.isSigned.isVerifiedUntrusted:hover, .repository #repo-files-table .sha.label.isSigned.isVerifiedUntrusted:hover, .repository #rev-list .sha.label.isSigned.isVerifiedUntrusted:hover, .repository .timeline-item.commits-list .singular-commit .sha.label.isSigned.isVerifiedUntrusted:hover { + background: rgba(251, 189, 8, .3)!important +} + +.repository #commits-table td.sha .sha.label.isSigned.isVerifiedUnmatched, .repository #repo-files-table .sha.label.isSigned.isVerifiedUnmatched, .repository #rev-list .sha.label.isSigned.isVerifiedUnmatched, .repository .timeline-item.commits-list .singular-commit .sha.label.isSigned.isVerifiedUnmatched { + border: 1px solid #f2711c; + background: rgba(242, 113, 28, .1) +} + +.repository #commits-table td.sha .sha.label.isSigned.isVerifiedUnmatched .shortsha, .repository #repo-files-table .sha.label.isSigned.isVerifiedUnmatched .shortsha, .repository #rev-list .sha.label.isSigned.isVerifiedUnmatched .shortsha, .repository .timeline-item.commits-list .singular-commit .sha.label.isSigned.isVerifiedUnmatched .shortsha { + display: inline-block; + padding-top: 1px +} + +.repository #commits-table td.sha .sha.label.isSigned.isVerifiedUnmatched .detail.icon, .repository #repo-files-table .sha.label.isSigned.isVerifiedUnmatched .detail.icon, .repository #rev-list .sha.label.isSigned.isVerifiedUnmatched .detail.icon, .repository .timeline-item.commits-list .singular-commit .sha.label.isSigned.isVerifiedUnmatched .detail.icon { + border-left: 1px solid #f2711c; + color: #f2711c +} + +.repository #commits-table td.sha .sha.label.isSigned.isVerifiedUnmatched:hover, .repository #repo-files-table .sha.label.isSigned.isVerifiedUnmatched:hover, .repository #rev-list .sha.label.isSigned.isVerifiedUnmatched:hover, .repository .timeline-item.commits-list .singular-commit .sha.label.isSigned.isVerifiedUnmatched:hover { + background: rgba(242, 113, 28, .3)!important +} + +.repository .data-table { + width: 100% +} + +.repository .data-table tr { + border-top: 0 +} + +.repository .data-table td, .repository .data-table th { + padding: 5px!important; + overflow: hidden; + font-size: 12px; + text-align: left; + white-space: nowrap; + border: 1px solid var(--color-secondary) +} + +.repository .data-table td { + white-space: pre-line +} + +.repository .data-table th { + font-weight: 600; + background: var(--color-box-header); + border-top: 0 +} + +.repository .data-table td.added, .repository .data-table th.added, .repository .data-table tr.added { + background-color: var(--color-diff-added-row-bg)!important +} + +.repository .data-table td.removed, .repository .data-table th.removed, .repository .data-table tr.removed { + background-color: var(--color-diff-removed-row-bg)!important +} + +.repository .data-table tbody.section { + border-top: 2px solid var(--color-secondary) +} + +.repository .data-table .line-num { + width: 1%; + min-width: 50px; + font-family: monospace; + line-height: 20px; + color: var(--color-secondary-dark-2); + white-space: nowrap; + vertical-align: top; + cursor: pointer; + user-select: none; + text-align: right; + background: var(--color-body); + border: 0 +} + +.repository .diff-detail-box { + padding: 7px 0; + background: var(--color-body); + line-height: 30px +} + +@media (max-width: 991px) { + .repository .diff-detail-box { + flex-direction: column; + align-items: flex-start + } +} + +@media (max-width: 480px) { + .repository .diff-detail-box { + flex-wrap: wrap + } +} + +.repository .diff-detail-box.sticky { + position: sticky; + top: 0; + z-index: 8; + border-bottom: 1px solid var(--color-secondary); + padding-left: 2px; + padding-right: 2px +} + +.repository .diff-detail-box>div:after { + clear: both; + content: ""; + display: block +} + +.repository .diff-detail-box .diff-detail-stats strong { + margin-left: .25rem; + margin-right: .25rem +} + +@media (max-width: 480px) { + .repository .diff-detail-box .diff-detail-stats { + font-size: 0; + line-height: 1.6rem + } + .repository .diff-detail-box .diff-detail-stats strong { + font-size: 1rem + } +} + +.repository .diff-detail-box .diff-detail-actions>* { + margin-right: 0 +} + +.repository .diff-detail-box .diff-detail-actions>*+* { + margin-left: .25rem +} + +@media (max-width: 480px) { + .repository .diff-detail-box .diff-detail-actions { + padding-top: .25rem + } + .repository .diff-detail-box .diff-detail-actions .ui.button { + padding-left: .5rem; + padding-right: .5rem; + display: flex; + flex-wrap: wrap; + justify-content: center; + text-align: center + } +} + +.repository .diff-detail-box span.status { + display: inline-block; + width: 12px; + height: 12px; + margin-right: 8px; + vertical-align: middle +} + +.repository .diff-detail-box span.status.modify { + background-color: var(--color-yellow) +} + +.repository .diff-detail-box span.status.add { + background-color: var(--color-green) +} + +.repository .diff-detail-box span.status.del { + background-color: var(--color-red) +} + +.repository .diff-detail-box span.status.rename { + background-color: var(--color-teal) +} + +.repository .diff-box .header:not(.resolved-placeholder) { + display: flex; + align-items: center +} + +.repository .diff-box .header:not(.resolved-placeholder) .file { + flex: 1; + word-break: break-all +} + +.repository .diff-box .header:not(.resolved-placeholder) .button { + padding: 8px 12px; + flex: 0 0 auto; + margin-top: -8px; + margin-bottom: -8px; + margin-right: 0 +} + +.repository .diff-box .resolved-placeholder { + display: flex; + align-items: center +} + +.repository .diff-box .resolved-placeholder .button { + padding: 8px 12px +} + +.repository .diff-file-box .header { + background-color: var(--color-box-header) +} + +.repository .diff-file-box .file-body.file-code { + background: var(--color-code-bg) +} + +.repository .diff-file-box .file-body.file-code .lines-num { + text-align: right; + color: var(--color-text-light); + width: 1%; + min-width: 50px; + user-select: none +} + +.repository .diff-file-box .file-body.file-code .lines-num span.fold { + display: block; + text-align: center +} + +.repository .diff-file-box .code-diff { + font-size: 12px +} + +.repository .diff-file-box .code-diff td { + padding: 0 0 0 10px!important; + border-top: 0 +} + +.repository .diff-file-box .code-diff .lines-num { + padding: 0 5px!important +} + +.repository .diff-file-box .code-diff .tag-code .lines-num, .repository .diff-file-box .code-diff .tag-code td { + padding: 0!important +} + +.repository .diff-file-box .code-diff tbody tr td.halfwidth { + width: 49% +} + +.repository .diff-file-box .code-diff tbody tr td.center { + text-align: center +} + +.repository .diff-file-box .code-diff tbody tr [data-line-num]:before { + content: attr(data-line-num); + text-align: right +} + +.repository .diff-file-box .code-diff tbody tr .lines-type-marker { + width: 10px; + min-width: 10px; + user-select: none +} + +.repository .diff-file-box .code-diff tbody tr [data-type-marker]:before { + content: attr(data-type-marker); + text-align: right; + display: inline-block +} + +.repository .diff-file-box .code-diff-split table, .repository .diff-file-box .code-diff-split tbody { + width: 100% +} + +.repository .diff-file-box.file-content { + clear: right +} + +.repository .diff-file-box.file-content img { + max-width: 100%; + padding: 0; + border-radius: 0 +} + +.repository .diff-file-box.file-content img.emoji { + padding: 0 +} + +.repository .diff-file-box .ui.bottom.attached.table.segment { + padding-top: 5px; + padding-bottom: 5px +} + +.repository .diff-stats { + clear: both; + margin-bottom: 5px; + max-height: 400px; + overflow: auto; + padding-left: 0 +} + +.repository .diff-stats li { + list-style: none; + padding-bottom: 4px; + margin-bottom: 4px; + padding-left: 6px +} + +.repository .diff-stats li+li { + border-top: 1px solid var(--color-secondary) +} + +.repository .repo-search-result { + padding-top: 10px; + padding-bottom: 10px +} + +.repository .repo-search-result .lines-num a { + color: inherit +} + +.repository.quickstart .guide .item { + padding: 1em +} + +.repository.quickstart .guide .item small { + font-weight: normal +} + +.repository.quickstart .guide .clone.button:first-child { + border-radius: var(--border-radius) 0 0 var(--border-radius) +} + +.repository.quickstart .guide .ui.action.small.input { + width: 100% +} + +.repository.quickstart .guide #repo-clone-url { + border-radius: 0; + padding: 5px 10px; + font-size: 1.2em; + line-height: 1.4 +} + +.repository.release #release-list { + border-top: 1px solid var(--color-secondary); + margin-top: 20px; + padding-top: 15px +} + +.repository.release #release-list .release-list-title { + font-size: 2rem; + font-weight: normal; + margin-top: -6px +} + +.repository.release #release-list>li { + list-style: none +} + +.repository.release #release-list>li .meta, .repository.release #release-list>li .detail { + padding-top: 30px; + padding-bottom: 40px +} + +.repository.release #release-list>li .meta { + text-align: right; + position: relative +} + +.repository.release #release-list>li .meta .label { + margin-right: 0 +} + +.repository.release #release-list>li .meta .tag:not(.icon) { + display: block; + margin-top: 15px +} + +.repository.release #release-list>li .meta .commit { + display: block; + margin-top: 10px +} + +.repository.release #release-list>li .meta .choose { + margin-top: 15px +} + +.repository.release #release-list>li .meta .choose .button { + margin-right: 0 +} + +.repository.release #release-list>li .detail { + border-left: 2px solid var(--color-secondary) +} + +.repository.release #release-list>li .detail .author img { + margin-bottom: -3px +} + +.repository.release #release-list>li .detail .download>a .svg { + margin-left: 5px; + margin-right: 5px +} + +.repository.release #release-list>li .detail .download .list { + padding-left: 0 +} + +.repository.release #release-list>li .detail .download .list li { + list-style: none; + display: block; + padding: 8px; + border: 1px solid var(--color-secondary); + background: var(--color-light) +} + +.repository.release #release-list>li .detail .download .list li a>.text.right { + margin-right: 5px +} + +.repository.release #release-list>li .detail .download .list li+li { + border-top: 0 +} + +.repository.release #release-list>li .detail .download .list li:first-of-type { + border-radius: var(--border-radius) 0 0 var(--border-radius) +} + +.repository.release #release-list>li .detail .download .list li:last-of-type { + border-radius: 0 var(--border-radius) var(--border-radius) 0 +} + +.repository.release #release-list>li .detail .dot { + width: 9px; + height: 9px; + background-color: #ddd; + z-index: 9; + position: absolute; + display: block; + left: -5px; + top: 40px; + border-radius: 6px; + border: 1px solid #ffffff +} + +.repository.release #tags-table .release-tag-name { + font-size: 1.5rem; + font-weight: normal +} + +.repository.new.release .target { + min-width: 500px +} + +.repository.new.release .target #tag-name { + margin-top: -4px +} + +.repository.new.release .target .at { + margin-left: -5px; + margin-right: 5px +} + +.repository.new.release .target .selection.dropdown { + padding-top: 10px; + padding-bottom: 10px +} + +.repository.new.release .prerelease.field { + margin-bottom: 0 +} + +@media (max-width: 438px) { + .repository.new.release .field button, .repository.new.release .field input { + width: 100% + } +} + +@media (max-width: 767px) { + .repository.new.release .field button { + margin-bottom: 1em + } +} + +.repository.new.release .field .wrap_remove { + height: 38px +} + +.repository.new.release .field .attachment_edit { + width: 450px!important +} + +.repository.forks .list { + margin-top: 0 +} + +.repository.forks .list .item { + padding-top: 10px; + padding-bottom: 10px; + border-bottom: 1px solid var(--color-secondary) +} + +.repository.forks .list .item .ui.avatar { + float: left; + margin-right: 5px +} + +.repository.forks .list .item .link { + padding-top: 5px +} + +.repository.wiki.start .ui.segment { + padding-top: 70px; + padding-bottom: 100px +} + +.repository.wiki.start .ui.segment .svg { + height: 48px +} + +.repository.wiki.new .CodeMirror .CodeMirror-code { + font-family: var(--fonts-monospace) +} + +.repository.wiki.new .CodeMirror .CodeMirror-code .cm-comment { + background: inherit +} + +.repository.wiki.new .editor-preview { + background-color: #fff +} + +.repository.wiki.new .ui.attached.tabular.menu.previewtabs { + margin-bottom: 15px +} + +.repository.wiki.new .ui.attached.tabular.menu.previewtabs+.field .editor-toolbar:not(.fullscreen) a.fa-eye { + display: none +} + +.repository.wiki.view .choose.page { + margin-top: -5px +} + +.repository.wiki.view>.markup { + padding: 15px 30px +} + +.repository.wiki.view>.markup h1:first-of-type, .repository.wiki.view>.markup h2:first-of-type, .repository.wiki.view>.markup h3:first-of-type, .repository.wiki.view>.markup h4:first-of-type, .repository.wiki.view>.markup h5:first-of-type, .repository.wiki.view>.markup h6:first-of-type { + margin-top: 0 +} + +@media (max-width: 767px) { + .repository.wiki .dividing.header .stackable.grid .button { + margin-top: 2px; + margin-bottom: 2px + } +} + +.repository.settings.collaboration .collaborator.list { + padding: 0 +} + +.repository.settings.collaboration .collaborator.list>.item { + margin: 0; + line-height: 2em +} + +.repository.settings.collaboration .collaborator.list>.item:not(:last-child) { + border-bottom: 1px solid var(--color-secondary) +} + +.repository.settings.collaboration #repo-collab-form #search-user-box .results { + left: 7px +} + +.repository.settings.collaboration #repo-collab-form .ui.button { + margin-left: 5px; + margin-top: -3px +} + +.repository.settings.collaboration #repo-collab-team-form #search-team-box .results { + left: 7px +} + +.repository.settings.collaboration #repo-collab-team-form .ui.button { + margin-left: 5px; + margin-top: -3px +} + +.repository.settings.branches .protected-branches .selection.dropdown { + width: 300px +} + +.repository.settings.branches .protected-branches .item { + border: 1px solid var(--color-secondary); + padding: 10px 15px +} + +.repository.settings.branches .protected-branches .item:not(:last-child) { + border-bottom: 0 +} + +.repository.settings.branches .branch-protection .help { + margin-left: 26px; + padding-top: 0 +} + +.repository.settings.branches .branch-protection .fields { + margin-left: 20px; + display: block +} + +.repository.settings.branches .branch-protection .whitelist { + margin-left: 26px +} + +.repository.settings.branches .branch-protection .whitelist .dropdown img { + display: inline-block +} + +.repository.settings.webhook .events .column { + padding-bottom: 0 +} + +.repository.settings.webhook .events .help { + font-size: 13px; + margin-left: 26px; + padding-top: 0 +} + +.repository .ui.attached.isSigned.isWarning { + border-left: 1px solid #c29393; + border-right: 1px solid #c29393 +} + +.repository .ui.attached.isSigned.isWarning.top, .repository .ui.attached.isSigned.isWarning.message { + border-top: 1px solid #c29393 +} + +.repository .ui.attached.isSigned.isWarning.message { + box-shadow: none; + background-color: #fff5f5; + color: #d95c5c +} + +.repository .ui.attached.isSigned.isWarning.message .ui.text { + color: #d64444 +} + +.repository .ui.attached.isSigned.isWarning:last-child, .repository .ui.attached.isSigned.isWarning.bottom { + border-bottom: 1px solid #c29393 +} + +.repository .ui.attached.isSigned:not(.isWarning) .pull-right { + padding-top: 5px +} + +.repository .ui.attached.isSigned.isVerified { + border-left: 1px solid #a3c293; + border-right: 1px solid #a3c293 +} + +.repository .ui.attached.isSigned.isVerified.top, .repository .ui.attached.isSigned.isVerified.message { + border-top: 1px solid #a3c293 +} + +.repository .ui.attached.isSigned.isVerified.message { + box-shadow: none; + background-color: #fcfff5; + color: #6cc644 +} + +.repository .ui.attached.isSigned.isVerified.message .pull-right { + color: var(--color-text) +} + +.repository .ui.attached.isSigned.isVerified.message .ui.text { + color: var(--color-gitea-lightblue-light) +} + +.repository .ui.attached.isSigned.isVerified:last-child, .repository .ui.attached.isSigned.isVerified.bottom { + border-bottom: 1px solid #a3c293 +} + +.repository .ui.attached.isSigned.isVerifiedUntrusted { + border-left: 1px solid #c2c193; + border-right: 1px solid #c2c193 +} + +.repository .ui.attached.isSigned.isVerifiedUntrusted.top, .repository .ui.attached.isSigned.isVerifiedUntrusted.message { + border-top: 1px solid #c2c193 +} + +.repository .ui.attached.isSigned.isVerifiedUntrusted.message { + box-shadow: none; + background-color: #fffff5; + color: #fbbd08 +} + +.repository .ui.attached.isSigned.isVerifiedUntrusted.message .ui.text { + color: #d2ab00 +} + +.repository .ui.attached.isSigned.isVerifiedUntrusted:last-child, .repository .ui.attached.isSigned.isVerifiedUntrusted.bottom { + border-bottom: 1px solid #c2c193 +} + +.repository .ui.attached.isSigned.isVerifiedUnmatched { + border-left: 1px solid #c2a893; + border-right: 1px solid #c2a893 +} + +.repository .ui.attached.isSigned.isVerifiedUnmatched.top, .repository .ui.attached.isSigned.isVerifiedUnmatched.message { + border-top: 1px solid #c2a893 +} + +.repository .ui.attached.isSigned.isVerifiedUnmatched.message { + box-shadow: none; + background-color: #fffaf5; + color: #f2711c +} + +.repository .ui.attached.isSigned.isVerifiedUnmatched.message .ui.text { + color: #ee5f00 +} + +.repository .ui.attached.isSigned.isVerifiedUnmatched:last-child, .repository .ui.attached.isSigned.isVerifiedUnmatched.bottom { + border-bottom: 1px solid #c2a893 +} + +.repository .ui.segment.sub-menu { + padding: 7px; + line-height: 0 +} + +.repository .ui.segment.sub-menu .list { + width: 100%; + display: flex +} + +.repository .ui.segment.sub-menu .list .item { + width: 100%; + color: var(--color-text) +} + +.repository .ui.segment.sub-menu .list .item:first-of-type { + border-radius: var(--border-radius) 0 0 var(--border-radius) +} + +.repository .ui.segment.sub-menu .list .item:last-of-type { + border-radius: 0 var(--border-radius) var(--border-radius) 0 +} + +.repository .ui.segment.sub-menu .list .item a { + color: var(--color-text) +} + +.repository .ui.segment.sub-menu .list .item a:hover { + color: var(--color-primary-light-2) +} + +.repository .ui.segment.sub-menu .list .item.active { + background: var(--color-secondary) +} + +.repository .segment.reactions.dropdown .menu, .repository .select-reaction.dropdown .menu { + right: 0!important; + left: auto!important; + min-width: 15em +} + +.repository .segment.reactions.dropdown .menu>.header, .repository .select-reaction.dropdown .menu>.header { + margin: .75rem 0 .5rem +} + +.repository .segment.reactions.dropdown .menu>.item, .repository .select-reaction.dropdown .menu>.item { + float: left; + padding: .25rem!important; + margin: .25rem; + font-size: 1.5em; + width: 39px; + left: 13px; + border-radius: 6px; + display: flex; + justify-content: center; + align-items: center +} + +.repository .segment.reactions.dropdown .menu>.item img.emoji, .repository .select-reaction.dropdown .menu>.item img.emoji { + margin-right: 0 +} + +.repository .segment.reactions.dropdown .menu>.item:hover, .repository .select-reaction.dropdown .menu>.item:hover { + background: var(--color-primary) +} + +.repository .segment.reactions { + padding: 0; + display: flex; + border: none!important; + border-top: 1px solid var(--color-secondary)!important; + width: 100%!important; + max-width: 100%!important; + margin: 0!important +} + +.repository .segment.reactions .ui.label { + max-height: 40px; + padding: 10px 18px!important; + display: flex!important; + align-items: center; + border: 0; + border-right: 1px solid; + border-radius: 0; + margin: 0; + font-size: 14px; + font-weight: normal; + border-color: var(--color-secondary)!important; + background: var(--color-reaction-bg) +} + +.repository .segment.reactions .ui.label.disabled { + cursor: default; + opacity: 1 +} + +.repository .segment.reactions .ui.label.basic { + color: var(--color-primary)!important +} + +.repository .segment.reactions .ui.label.basic.blue { + background-color: var(--color-reaction-active-bg)!important; + border-color: var(--color-secondary)!important +} + +.repository .segment.reactions .reaction-count { + margin-left: .5rem +} + +.repository .segment.reactions .select-reaction { + display: flex; + align-items: center; + padding: 0 14px +} + +.repository .segment.reactions .select-reaction:not(.active) a { + display: none +} + +.repository .segment.reactions:hover .select-reaction a { + display: block +} + +.repository .ui.fluid.action.input .ui.search.action.input { + flex: auto +} + +.repository .repository-summary { + box-shadow: none!important +} + +.repository .repository-summary .segment.language-stats-details, .repository .repository-summary .segment.repository-summary { + border-top: none; + background: none +} + +.repository .repository-summary .segment.language-stats-details .item { + white-space: nowrap +} + +.repository .repository-summary .segment.language-stats { + padding: 0; + height: 11px; + display: flex; + white-space: nowrap; + width: 100%; + border-radius: 0; + user-select: none +} + +.repository .repository-summary .segment.language-stats .bar { + white-space: nowrap; + border: 0; + padding: 0; + margin: 0; + height: 100% +} + +.repository .repository-menu { + padding: 0!important +} + +.repository .repository-menu .item { + padding-top: 9px!important; + padding-bottom: 9px!important +} + +.repository.diff .committed-by { + padding-top: .5rem +} + +.repository.diff .committed-by .ui.avatar { + width: 20px; + height: 20px +} + +.repository.diff .committed-by span { + margin-right: .25rem +} + +.repository.diff .committed-by span svg { + vertical-align: text-bottom; + margin-right: 2px +} + +.user-cards .list { + padding: 0; + display: flex; + flex-wrap: wrap +} + +.user-cards .list .item { + list-style: none; + width: 32%; + margin: 10px 10px 10px 0; + padding-bottom: 14px; + float: left +} + +.user-cards .list .item .avatar { + width: 48px; + height: 48px; + float: left; + display: block; + margin-right: 10px +} + +.user-cards .list .item .name { + margin-top: 0; + margin-bottom: 0; + font-weight: normal +} + +.user-cards .list .item .meta { + margin-top: 5px +} + +#search-repo-box .results .result .image, #search-user-box .results .result .image { + float: left; + margin-right: 8px; + width: 2em; + height: 2em +} + +#search-repo-box .results .result .content, #search-user-box .results .result .content { + margin: 6px 0 +} + +#search-team-box .results .result .content { + margin: 6px 0 +} + +#issue-filters.hide { + display: none +} + +#issue-actions { + margin-top: -1rem!important +} + +#issue-actions.hide { + display: none +} + +.ui.menu .item>img:not(.ui) { + width: auto +} + +.page.buttons { + padding-top: 15px +} + +.settings .content { + margin-top: 2px +} + +.settings .content>.header, .settings .content .segment { + box-shadow: 0 1px 2px var(--color-box-header) +} + +.settings .list>.item:not(:first-child) { + border-top: 1px solid var(--color-secondary); + padding: 1rem; + margin: 15px -1rem -1rem +} + +.settings .list>.item>.svg { + display: table-cell +} + +.settings .list>.item>.svg+.content { + display: table-cell; + padding: 0 0 0 .5em; + vertical-align: top +} + +.settings .list>.item .info { + margin-top: 10px +} + +.settings .list>.item .info .tab.segment { + border: 0; + padding: 10px 0 0 +} + +.settings .list.key .meta { + padding-top: 5px; + color: var(--color-text-light-2) +} + +.settings .list.email>.item:not(:first-child) { + min-height: 60px +} + +.settings .list.collaborator>.item { + padding: 0 +} + +.ui.vertical.menu .header.item { + font-size: 1.1em; + background: var(--color-box-header) +} + +.comment:target .comment-container { + border-color: var(--color-primary)!important; + box-shadow: 0 0 0 3px var(--color-primary-alpha-30)!important +} + +.comment:target .header:before { + border-right-color: var(--color-primary)!important; + filter: drop-shadow(-3px 0 0 var(--color-primary-alpha-30))!important +} + +.code-comment:target { + border-color: var(--color-primary)!important; + border-radius: var(--border-radius)!important; + box-shadow: 0 0 0 3px var(--color-primary-alpha-30)!important +} + +.code-comment:target .content { + box-shadow: none!important +} + +.comment-header { + border: none!important; + background: var(--color-box-header); + border-bottom: 1px solid var(--color-secondary)!important; + font-weight: normal!important; + padding: .5rem 1rem!important; + margin: 0!important; + position: relative; + color: var(--color-text-light-2); + min-height: 41px; + background-color: var(--color-box-header); + display: flex; + justify-content: space-between; + align-items: center +} + +.comment-header:before, .comment-header:after { + right: 100%; + top: 20px; + border: solid transparent; + content: " "; + height: 0; + width: 0; + position: absolute; + pointer-events: none +} + +.comment-header:before { + border-right-color: var(--color-secondary); + border-width: 9px; + margin-top: -9px +} + +.comment-header:after { + border-right-color: var(--color-box-header); + border-width: 8px; + margin-top: -8px +} + +.comment-header.arrow-top:before, .comment-header.arrow-top:after { + transform: rotate(90deg) +} + +.comment-header.arrow-top:before { + top: -9px; + left: 6px +} + +.comment-header.arrow-top:after { + top: -8px; + left: 7px +} + +.comment-header a { + color: var(--color-text) +} + +.comment-header a:hover { + color: var(--color-primary) +} + +.comment-header .actions a { + margin-right: 0!important; + padding: .5rem!important +} + +.comment-header-left>*+*, .comment-header-right>*+* { + margin-left: .25rem +} + +.comment-body { + background: var(--color-box-body); + border: none!important; + width: 100%!important; + max-width: 100%!important; + margin: 0!important +} + +.edit-label.modal .form .column, .new-label.segment .form .column { + padding-right: 0 +} + +.edit-label.modal .form .buttons, .new-label.segment .form .buttons { + margin-left: auto; + padding-top: 15px +} + +.edit-label.modal .form .color.picker.column, .new-label.segment .form .color.picker.column { + width: auto +} + +.edit-label.modal .form .color.picker.column .color-picker, .new-label.segment .form .color.picker.column .color-picker { + height: 35px; + width: auto; + padding-left: 30px +} + +.edit-label.modal .form .minicolors-swatch.minicolors-sprite, .new-label.segment .form .minicolors-swatch.minicolors-sprite { + top: 10px; + left: 10px; + width: 15px; + height: 15px +} + +.edit-label.modal .form .precolors, .new-label.segment .form .precolors { + padding-left: 0; + padding-right: 0; + margin: 3px 10px auto; + width: 120px +} + +.edit-label.modal .form .precolors .color, .new-label.segment .form .precolors .color { + float: left; + width: 15px; + height: 15px +} + +#avatar-arrow:before, #avatar-arrow:after { + right: 100%; + top: 20px; + border: solid transparent; + content: " "; + height: 0; + width: 0; + position: absolute; + pointer-events: none +} + +#avatar-arrow:before { + border-right-color: var(--color-secondary); + border-width: 9px; + margin-top: -9px +} + +#avatar-arrow:after { + border-right-color: var(--color-box-header); + border-width: 8px; + margin-top: -8px +} + +#transfer-repo-modal .ui.message, #delete-repo-modal .ui.message, #delete-wiki-modal .ui.message, #convert-fork-repo-modal .ui.message, #convert-mirror-repo-modal .ui.message { + width: 100%!important +} + +.tab-size-1 { + tab-size: 1!important; + -moz-tab-size: 1!important +} + +.tab-size-2 { + tab-size: 2!important; + -moz-tab-size: 2!important +} + +.tab-size-3 { + tab-size: 3!important; + -moz-tab-size: 3!important +} + +.tab-size-4 { + tab-size: 4!important; + -moz-tab-size: 4!important +} + +.tab-size-5 { + tab-size: 5!important; + -moz-tab-size: 5!important +} + +.tab-size-6 { + tab-size: 6!important; + -moz-tab-size: 6!important +} + +.tab-size-7 { + tab-size: 7!important; + -moz-tab-size: 7!important +} + +.tab-size-8 { + tab-size: 8!important; + -moz-tab-size: 8!important +} + +.tab-size-9 { + tab-size: 9!important; + -moz-tab-size: 9!important +} + +.tab-size-10 { + tab-size: 10!important; + -moz-tab-size: 10!important +} + +.tab-size-11 { + tab-size: 11!important; + -moz-tab-size: 11!important +} + +.tab-size-12 { + tab-size: 12!important; + -moz-tab-size: 12!important +} + +.tab-size-13 { + tab-size: 13!important; + -moz-tab-size: 13!important +} + +.tab-size-14 { + tab-size: 14!important; + -moz-tab-size: 14!important +} + +.tab-size-15 { + tab-size: 15!important; + -moz-tab-size: 15!important +} + +.tab-size-16 { + tab-size: 16!important; + -moz-tab-size: 16!important +} + +.stats-table { + display: table; + width: 100% +} + +.stats-table .table-cell { + display: table-cell +} + +.stats-table .table-cell.tiny { + height: .5em +} + +.labels-list .label { + margin: 2px 0; + display: inline-block!important +} + +tbody.commit-list { + vertical-align: baseline +} + +.message-wrapper { + overflow: hidden; + text-overflow: ellipsis; + max-width: calc(100% - 50px); + display: inline-block; + vertical-align: middle +} + +@media (max-width: 767px) { + tr.commit-list { + width: 100% + } + th .message-wrapper { + display: block; + max-width: calc(100vw - 70px) + } +} + +@media (min-width: 768px) and (max-width: 991px) { + tr.commit-list { + width: 723px + } + th .message-wrapper { + max-width: 280px + } +} + +@media (min-width: 992px) and (max-width: 1200px) { + tr.commit-list { + width: 933px + } + th .message-wrapper { + max-width: 490px + } +} + +@media (min-width: 1201px) { + tr.commit-list { + width: 1127px + } + th .message-wrapper { + max-width: 680px + } +} + +.commit-summary a:hover { + text-decoration: underline solid +} + +.commit-summary a.default-link { + text-decoration: none +} + +.commit-summary a.default-link:hover { + text-decoration: underline solid +} + +.commit-list .commit-status-link { + display: inline-block; + vertical-align: middle +} + +.commit-body { + white-space: pre-wrap; + line-height: initial +} + +.repository:not(.diff) .commit-body { + margin: 0 +} + +.repository:not(.diff) .timeline-item .commit-body { + margin-left: 40px +} + +.git-notes.top { + text-align: left +} + +@media (max-width: 767px) { + .ui.stackable.menu.mobile--margin-between-items>.item { + margin-top: 5px; + margin-bottom: 5px + } + .ui.stackable.menu.mobile--no-negative-margins { + margin-left: 0; + margin-right: 0 + } +} + +#topic_edit { + margin-top: 5px +} + +#repo-topics { + margin-top: 5px; + display: flex; + align-items: center; + flex-wrap: wrap +} + +.repo-topic { + font-weight: normal!important; + cursor: pointer; + margin: 2px!important +} + +#new-dependency-drop-list.ui.selection.dropdown { + min-width: 0; + width: 100%; + border-radius: 4px 0 0 4px; + border-right: 0; + white-space: nowrap +} + +#new-dependency-drop-list .text { + width: 100%; + overflow: hidden +} + +#manage_topic { + font-size: 12px +} + +.label+#manage_topic { + margin-left: 5px +} + +.ui.small.label.topic { + margin-bottom: 4px +} + +.repo-header { + display: flex; + align-items: center; + justify-content: space-between; + flex-wrap: wrap; + word-break: break-word +} + +.repo-buttons { + display: flex; + align-items: center +} + +.repo-buttons .ui.labeled.button>.label:hover { + color: var(--color-primary-light-2); + background: var(--color-light) +} + +.repo-buttons button[disabled]~.label { + opacity: var(--opacity-disabled); + color: var(--color-text-dark); + background: var(--color-light-mimic-enabled)!important +} + +.repo-buttons button[disabled]~.label:hover { + color: var(--color-primary-dark-1) +} + +.repo-buttons .ui.labeled.button { + cursor: initial +} + +.repo-buttons .ui.labeled.button>.label { + border-left: 0!important; + margin: 0!important +} + +.repo-buttons .ui.labeled.button.disabled { + pointer-events: inherit!important +} + +.repo-buttons .ui.labeled.button.disabled>.label { + color: var(--color-text-dark); + background: var(--color-light-mimic-enabled)!important +} + +.repo-buttons .ui.labeled.button.disabled>.label:hover { + color: var(--color-primary-dark-1) +} + +.repo-buttons .ui.labeled.button.disabled>.button { + pointer-events: none!important +} + +.tag-code { + height: 28px +} + +.tag-code, .tag-code td { + background-color: #f0f9ff; + border-color: #f1f8ff!important; + vertical-align: middle +} + +.resolved-placeholder { + font-weight: normal!important; + border: 1px solid var(--color-secondary)!important; + border-radius: var(--border-radius)!important; + margin: 4px!important +} + +.resolved-placeholder+.comment-code-cloud { + padding-top: 0!important +} + +td.blob-excerpt { + background-color: #fafafa +} + +.issue-keyword, .commit-body .issue-keyword:hover { + border-bottom: 1px dotted var(--color-text-light-2) +} + +.issue-keyword:hover { + border-bottom: none +} + +.file-header { + display: flex; + justify-content: space-between; + align-items: center; + padding: 8px 12px!important +} + +.file-info { + display: flex; + align-items: center +} + +.file-info-entry { + display: flex; + align-items: center +} + +.file-info-entry+.file-info-entry { + border-left: 1px solid currentColor; + margin-left: 8px; + padding-left: 8px +} + +.webhook-info { + padding: 7px 12px; + margin: 10px 0; + background-color: var(--color-markup-code-block); + border: 1px solid var(--color-secondary); + border-radius: 3px; + font-size: 13px; + line-height: 1.5; + overflow: auto +} + +.title_wip_desc { + margin-top: 1em +} + +.sidebar-item-link { + display: inline-flex; + align-items: center +} + +.diff-file-box[data-folded=true] .diff-file-body { + display: none +} + +.diff-file-box[data-folded=true] .diff-file-header { + border-radius: var(--border-radius)!important +} + +.diff-file-header-actions>*+* { + margin-left: .5rem!important +} + +.ui.attached.header.diff-file-header.sticky-2nd-row { + position: sticky; + top: 46px; + z-index: 7 +} + +@media (min-width: 768px) and (max-width: 991px) { + .ui.attached.header.diff-file-header.sticky-2nd-row { + top: 77px + } +} + +@media (max-width: 767px) { + .ui.attached.header.diff-file-header.sticky-2nd-row { + top: 77px + } +} + +@media (max-width: 480px) { + .ui.attached.header.diff-file-header.sticky-2nd-row { + position: static + } +} + +.diff-stats-bar { + display: inline-block; + background-color: var(--color-red); + height: 12px; + width: 40px +} + +.diff-stats-bar .diff-stats-add-bar { + background-color: var(--color-green); + height: 100% +} + +.repository-summary-language-stats { + height: 48px; + overflow: hidden +} + +.ui.form .right .ui.button { + margin-left: .25em; + margin-right: 0 +} + +.removed-code { + background: var(--color-diff-removed-word-bg) +} + +.added-code { + background: var(--color-diff-added-word-bg) +} + +.code-diff-unified .del-code, .code-diff-unified .del-code td, .code-diff-split .del-code .lines-num-old, .code-diff-split .del-code .lines-type-marker-old, .code-diff-split .del-code .lines-code-old { + background: var(--color-diff-removed-row-bg); + border-color: var(--color-diff-removed-row-border) +} + +.code-diff-unified .add-code, .code-diff-unified .add-code td, .code-diff-split .add-code .lines-num-new, .code-diff-split .add-code .lines-type-marker-new, .code-diff-split .add-code .lines-code-new, .code-diff-split .del-code .add-code.lines-num-new, .code-diff-split .del-code .add-code.lines-type-marker-new, .code-diff-split .del-code .add-code.lines-code-new { + background: var(--color-diff-added-row-bg); + border-color: var(--color-diff-added-row-border) +} + +.code-diff-split .del-code .lines-num-new, .code-diff-split .del-code .lines-type-marker-new, .code-diff-split .del-code .lines-code-new, .code-diff-split .add-code .lines-num-old, .code-diff-split .add-code .lines-type-marker-old, .code-diff-split .add-code .lines-code-old { + background: var(--color-diff-inactive) +} + +.code-diff-split tbody tr td:nth-child(4) { + border-left: 1px solid var(--color-secondary) +} + +.repository .ui.menu.new-menu { + background: none!important +} + +@media (max-width: 1200px) { + .repository .ui.menu.new-menu:after { + background: none!important + } +} + +.repository.migrate .card { + transition: all .1s ease-in-out; + box-shadow: none!important; + border: 1px solid var(--color-secondary) +} + +.repository.migrate .card:hover { + transform: scale(105%); + box-shadow: 0 .5rem 1rem var(--color-shadow)!important +} + +.EasyMDEContainer .CodeMirror { + color: var(--color-input-text); + background-color: var(--color-input-background); + border-color: var(--color-secondary); + font: 14px var(--fonts-monospace) +} + +.EasyMDEContainer .CodeMirror.cm-s-default { + border-radius: 3px; + padding: 0!important +} + +.EasyMDEContainer .CodeMirror .cm-comment { + background: inherit!important +} + +.repository.file.editor .tab[data-tab=write] { + padding: 0!important +} + +.repository.file.editor .tab[data-tab=write] .editor-toolbar { + border: 0!important +} + +.repository.file.editor .tab[data-tab=write] .CodeMirror { + border-left: 0; + border-right: 0; + border-bottom: 0 +} + +.editor-toolbar { + opacity: 1!important; + border-color: var(--color-secondary) +} + +.editor-toolbar button { + border: none!important; + color: var(--color-text-light) +} + +.editor-toolbar button:not(:hover) { + background-color: transparent!important +} + +.editor-toolbar i.separator { + border-left: none; + border-right-color: var(--color-secondary) +} + +.editor-toolbar button:hover { + background: var(--color-hover) +} + +.editor-toolbar button.active { + background: var(--color-active) +} + +.editor-statusbar { + color: var(--color-text-light) +} + +.editor-loading { + padding: 1rem; + text-align: center +} + +.edit-diff { + padding: 0!important +} + +.edit-diff>div>.ui.table { + border-top: none!important; + border-bottom: none!important; + border-left: 1px solid var(--color-secondary)!important; + border-right: 1px solid var(--color-secondary)!important +} + +.organization .head .ui.header .text { + vertical-align: middle; + font-size: 1.6rem; + margin-left: 15px +} + +.organization .head .ui.header .org-visibility .label { + margin-left: 5px; + margin-top: 5px +} + +.organization .head .ui.header .ui.right { + margin-top: 5px +} + +.organization.new.org form { + margin: auto +} + +.organization.new.org form .ui.message { + text-align: center +} + +@media (min-width: 768px) { + .organization.new.org form { + width: 800px!important + } + .organization.new.org form .header { + padding-left: 280px!important + } + .organization.new.org form .inline.field>label { + text-align: right; + width: 250px!important; + word-wrap: break-word + } + .organization.new.org form .help { + margin-left: 265px!important + } + .organization.new.org form .optional .title { + margin-left: 250px!important + } + .organization.new.org form input, .organization.new.org form textarea { + width: 50%!important + } +} + +@media (max-width: 767px) { + .organization.new.org form .optional .title { + margin-left: 15px + } + .organization.new.org form .inline.field>label { + display: block + } +} + +.organization.new.org form .header { + padding-left: 0!important; + text-align: center +} + +.organization.options input { + min-width: 300px +} + +.organization.profile .org-avatar { + width: 100px; + height: 100px; + margin-right: 15px +} + +.organization.profile #org-info { + overflow-wrap: anywhere +} + +.organization.profile #org-info .ui.header { + font-size: 36px; + margin-bottom: 0 +} + +.organization.profile #org-info .ui.header .org-visibility .label { + margin-left: 5px; + margin-top: 2px +} + +.organization.profile #org-info .desc { + font-size: 16px; + margin-bottom: 10px +} + +.organization.profile #org-info .meta .item { + display: inline-block; + margin-right: 10px +} + +.organization.profile #org-info .meta .item .icon { + margin-right: 5px +} + +.organization.profile .ui.top.header .ui.right { + margin-top: 0 +} + +.organization.profile .teams .item { + padding: 10px 15px +} + +.organization.teams .members .ui.avatar, .organization.profile .members .ui.avatar { + width: 48px; + height: 48px; + margin-right: 5px; + margin-bottom: 5px +} + +.organization.invite #invite-box { + margin: 50px auto auto; + width: 500px!important +} + +.organization.invite #invite-box #search-user-box input { + margin-left: 0; + width: 300px +} + +.organization.invite #invite-box .ui.button { + margin-left: 5px; + margin-top: -3px +} + +.organization.members .list .item { + margin-left: 0; + margin-right: 0; + border-bottom: 1px solid var(--color-secondary) +} + +.organization.members .list .item .ui.avatar { + width: 48px; + height: auto; + margin-right: 1rem; + align-self: flex-start +} + +.organization.members .list .item .meta { + line-height: 24px; + word-break: break-word; + min-width: 2em +} + +.organization.teams .detail .item { + padding: 10px 15px +} + +.organization.teams .detail .item:not(:last-child) { + border-bottom: 1px solid var(--color-secondary) +} + +.organization.teams .repositories .item, .organization.teams .members .item { + padding: 10px 20px; + line-height: 32px +} + +.organization.teams .repositories .item:not(:last-child), .organization.teams .members .item:not(:last-child) { + border-bottom: 1px solid var(--color-secondary) +} + +.organization.teams .repositories .item .button, .organization.teams .members .item .button { + padding: 9px 10px +} + +.organization.teams #add-repo-form input, .organization.teams #repo-multiple-form input, .organization.teams #add-member-form input { + margin-left: 0 +} + +.organization.teams #add-repo-form .ui.button, .organization.teams #repo-multiple-form .ui.button, .organization.teams #add-member-form .ui.button { + margin-left: 5px; + margin-top: -3px +} + +.organization.teams #repo-top-segment { + height: 60px +} + +.user.profile .ui.card .header, .user.profile .ui.card .username { + display: block +} + +.user.profile .ui.card .header { + font-weight: 600; + font-size: 1.3rem; + margin-top: -.2rem; + line-height: 1.3rem +} + +.user.profile .ui.card .profile-avatar-name { + border-top: none +} + +.user.profile .ui.card .extra.content { + padding: 0 +} + +.user.profile .ui.card .extra.content ul { + margin: 0; + padding: 0 +} + +.user.profile .ui.card .extra.content ul li { + padding: 10px; + list-style: none +} + +.user.profile .ui.card .extra.content ul li:not(:last-child) { + border-bottom: 1px solid var(--color-secondary) +} + +.user.profile .ui.card .extra.content ul li .svg { + margin-left: 1px; + margin-right: 5px +} + +.user.profile .ui.card .extra.content ul li.follow .ui.button { + width: 100% +} + +.user.profile .ui.card #profile-avatar { + background: none; + padding: 1rem 1rem .25rem +} + +.user.profile .ui.card #profile-avatar img { + width: 100%; + height: auto; + object-fit: contain; + margin: 0 +} + +@media (max-width: 767px) { + .user.profile .ui.card #profile-avatar { + height: 250px; + overflow: hidden + } + .user.profile .ui.card #profile-avatar img { + max-height: 767px; + max-width: 767px + } +} + +@media (max-width: 767px) { + .user.profile .ui.card { + width: 100% + } +} + +.user.profile .ui.repository.list { + margin-top: 25px +} + +.user.profile #loading-heatmap { + margin-bottom: 1em +} + +.user.profile .ui.secondary.stackable.pointing.menu { + flex-wrap: wrap +} + +.user.followers .header.name { + font-size: 20px; + line-height: 24px; + vertical-align: middle +} + +.user.followers .follow .ui.button { + padding: 8px 15px +} + +.user.notification .svg { + float: left; + font-size: 2em +} + +.user.notification .svg.green { + color: var(--color-green) +} + +.user.notification .svg.red { + color: var(--color-red) +} + +.user.notification .svg.purple { + color: var(--color-purple) +} + +.user.notification .svg.blue { + color: var(--color-blue) +} + +.user.notification .content { + float: left; + margin-left: 7px +} + +.user.notification table form { + display: inline-block +} + +.user.notification table button { + padding: 3px 3px 3px 5px +} + +.user.notification table tr { + cursor: pointer +} + +.user .button.adopt, .user .button.delete { + margin-top: -15px; + margin-bottom: -15px +} + +.user .button.adopt .label, .user .button.delete .label { + vertical-align: middle +} + +.user.link-account:not(.icon) { + padding-top: 15px; + padding-bottom: 5px +} + +.user.settings .iconFloat { + float: left +} + +.user-orgs { + display: flex; + flex-flow: row wrap; + padding: 0; + margin: -3px!important +} + +.user-orgs li { + display: flex; + border-bottom: 0!important; + padding: 3px!important; + width: 20%; + max-width: 60px +} + +.dashboard.feeds .context.user.menu, .dashboard.issues .context.user.menu { + z-index: 101; + min-width: 200px +} + +.dashboard.feeds .context.user.menu .ui.header, .dashboard.issues .context.user.menu .ui.header { + font-size: 1rem; + text-transform: none +} + +.dashboard.feeds .filter.menu, .dashboard.issues .filter.menu { + width: initial +} + +.dashboard.feeds .filter.menu .item, .dashboard.issues .filter.menu .item { + text-align: left +} + +.dashboard.feeds .filter.menu .item .text, .dashboard.issues .filter.menu .item .text { + height: 16px; + vertical-align: middle +} + +.dashboard.feeds .filter.menu .item .text.truncate, .dashboard.issues .filter.menu .item .text.truncate { + width: 75% +} + +.dashboard.feeds .filter.menu .item .floating.label, .dashboard.issues .filter.menu .item .floating.label { + top: 7px; + left: 90%; + width: 15% +} + +@media (max-width: 767px) { + .dashboard.feeds .filter.menu .item .floating.label, .dashboard.issues .filter.menu .item .floating.label { + top: 10px; + left: auto; + width: auto; + right: 13px + } +} + +.dashboard.feeds .filter.menu .jump.item, .dashboard.issues .filter.menu .jump.item { + margin: 1px; + padding-right: 0 +} + +.dashboard.feeds .filter.menu .menu, .dashboard.issues .filter.menu .menu { + max-height: 300px; + overflow-x: auto; + right: 0!important; + left: auto!important +} + +@media (max-width: 767px) { + .dashboard.feeds .filter.menu, .dashboard.issues .filter.menu { + width: 100% + } +} + +.dashboard.feeds .right.stackable.menu>.item.active, .dashboard.issues .right.stackable.menu>.item.active { + color: var(--color-red) +} + +.dashboard .dashboard-repos, .dashboard .dashboard-orgs { + margin: 0 1px +} + +.dashboard .dashboard-navbar { + width: 100vw; + padding-left: .5rem; + padding-right: .5rem +} + +.dashboard .dashboard-navbar .org-visibility .label { + margin-left: 5px +} + +.dashboard .dashboard-navbar .ui.dropdown { + max-width: 100% +} + +.feeds .news li { + display: flex; + align-items: baseline; + margin-top: .5rem; + margin-bottom: .5rem +} + +.feeds .news li img { + align-self: flex-start +} + +.feeds .news li>*+* { + margin-left: .35rem +} + +.feeds .news>.ui.grid { + margin-left: auto; + margin-right: auto +} + +.feeds .news .left .ui.avatar { + margin-top: 13px +} + +.feeds .news .time-since { + font-size: 13px +} + +.feeds .news .issue.title { + width: 80%; + margin: 0 0 1em +} + +.feeds .news .push.news .content ul { + line-height: 18px; + font-size: 13px; + list-style: none; + padding-left: 10px +} + +.feeds .news .push.news .content ul .text.truncate { + width: 80% +} + +.feeds .news .commit-id { + font-family: var(--fonts-monospace) +} + +.feeds .news code { + padding: 1px; + font-size: 85%; + background-color: #0000000a; + border-radius: 3px; + word-break: break-all +} + +.feeds .news:last-of-type .divider { + display: none!important +} + +.feeds .list ul { + list-style: none; + margin: 0; + padding-left: 0 +} + +.feeds .list ul li:not(:last-child) { + border-bottom: 1px solid var(--color-secondary) +} + +.feeds .list ul li.private { + background-color: var(--color-white) +} + +.feeds .list ul li .repo-list-link { + padding: 6px 1em; + display: block +} + +.feeds .list ul li .repo-list-link .svg { + color: var(--color-text-light-2) +} + +.feeds .list ul li .repo-list-link .star-num { + font-size: 12px +} + +.feeds .list #privateFilterCheckbox .svg { + color: #888; + margin-right: .25rem +} + +.feeds .list .repo-owner-name-list .item-name { + max-width: 70% +} + +.admin.hooks .list>.item:not(:first-child) { + border-top: 1px solid var(--color-secondary); + padding: 1rem; + margin: 15px -1rem -1rem +} + +.admin .table.segment { + padding: 0; + font-size: 13px +} + +.admin .table.segment:not(.striped) thead th:last-child { + padding-right: 5px!important +} + +.admin .table.segment th { + padding-top: 5px; + padding-bottom: 5px +} + +.admin .table.segment:not(.select) th:first-of-type, .admin .table.segment:not(.select) td:first-of-type { + padding-left: 15px!important +} + +.admin .table.segment form tbody button[type=submit] { + padding: 5px 8px +} + +.admin .settings .button.adopt, .admin .settings .button.delete { + margin-top: -15px; + margin-bottom: -15px +} + +.admin .settings .button.adopt .label, .admin .settings .button.delete .label { + vertical-align: middle +} + +.admin.user .email { + max-width: 200px +} + +.admin dl.admin-dl-horizontal { + padding: 20px; + margin: 0 +} + +.admin dl.admin-dl-horizontal dd { + margin-left: 275px +} + +.admin dl.admin-dl-horizontal dt { + font-weight: 600; + float: left; + width: 285px; + clear: left; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap +} + +.admin.config #test-mail-btn { + margin-left: 5px +} + +.admin code, .admin pre { + white-space: pre-wrap; + word-wrap: break-word +} + +@media (max-width: 767px) { + .admin #notice-table .notice-description { + max-width: 80vw + } +} + +@media (min-width: 768px) and (max-width: 991px) { + .admin #notice-table .notice-description { + max-width: 360px + } +} + +@media (min-width: 992px) and (max-width: 1200px) { + .admin #notice-table .notice-description { + max-width: 510px + } +} + +@media (min-width: 1201px) { + .admin #notice-table .notice-description { + max-width: 640px + } +} + +.explore .navbar { + justify-content: center; + margin-bottom: 15px!important; + background-color: var(--color-navbar)!important; + border-width: 1px!important +} + +.explore .navbar .svg { + width: 16px; + text-align: center; + margin-right: 5px +} + +.ui.repository.list .item { + padding-bottom: 1.5rem +} + +.ui.repository.list .item:not(:first-child) { + border-top: 1px solid var(--color-secondary); + padding-top: 1.5rem +} + +.ui.repository.list .item .ui.header { + font-size: 1.5rem; + margin-bottom: .5rem +} + +.ui.repository.list .item .ui.header .name { + word-break: break-all +} + +.ui.repository.list .item .ui.header .metas { + font-size: 14px +} + +.ui.repository.list .item .time { + font-size: 12px +} + +.ui.repository.list .item .ui.tags { + margin-bottom: .5rem +} + +.ui.repository.branches .info { + font-size: 12px; + color: var(--color-text-light); + display: flex; + white-space: pre +} + +.ui.repository.branches .info .commit-message { + max-width: 72em; + overflow: hidden; + text-overflow: ellipsis +} + +.ui.repository.branches .overflow-visible { + overflow: visible +} + +.ui.user.list .item { + padding-bottom: 25px +} + +.ui.user.list .item:not(:first-child) { + border-top: 1px solid var(--color-secondary); + padding-top: 25px +} + +.ui.user.list .item .ui.avatar.image { + width: 40px; + height: 40px +} + +.ui.user.list .item .description { + margin-top: 5px +} + +.ui.user.list .item .description .svg:not(:first-child) { + margin-left: 5px +} + +.ui.button.add-code-comment { + padding: 2px; + position: absolute; + margin-left: -22px; + z-index: 5; + opacity: 0; + transition: transform .1s ease-in-out; + transform: scale(1); + box-shadow: none!important; + border: none!important +} + +.ui.button.add-code-comment:hover { + transform: scale(1.1) +} + +.diff-file-box .lines-code:hover .ui.button.add-code-comment { + opacity: 1 +} + +.repository .diff-file-box .code-diff .add-comment-left, .repository .diff-file-box .code-diff .add-comment-right, .repository .diff-file-box .code-diff .add-code-comment .add-comment-left, .repository .diff-file-box .code-diff .add-code-comment .add-comment-right, .repository .diff-file-box .code-diff .add-code-comment .lines-type-marker { + padding-left: 0!important; + padding-right: 0!important +} + +.add-comment-left.add-comment-right .ui.attached.header { + border: 1px solid var(--color-secondary) +} + +.add-comment-left.add-comment-right .ui.attached.header:not(.top) { + margin-bottom: .5em +} + +.show-outdated, .hide-outdated { + display: block!important; + user-select: none!important +} + +.show-outdated:hover, .hide-outdated:hover { + text-decoration: underline +} + +.comment-code-cloud { + padding: .5rem .5rem .5rem 0; + position: relative; + margin: 0 auto +} + +.comment-code-cloud .comments .comment { + margin: 0 +} + +.comment-code-cloud .attached.tab { + border: 0; + padding: 0; + margin: 0 +} + +.comment-code-cloud .attached.header { + padding: .1rem 1rem +} + +.comment-code-cloud .attached.header .text { + margin: 0 +} + +.comment-code-cloud .right.menu.options .item { + padding: .85714286em .442857em; + cursor: pointer +} + +.comment-code-cloud .ui.active.tab { + padding: .5em +} + +.comment-code-cloud .ui.active.tab.markup { + padding: 1em; + min-height: 168px +} + +.comment-code-cloud .ui.tabular.menu { + margin: .5em +} + +.comment-code-cloud .footer { + border-top: 1px solid var(--color-secondary); + padding: 10px 0 +} + +.comment-code-cloud .footer .markup-info { + display: inline-block; + margin: 5px 0; + font-size: 12px; + color: var(--color-text-light) +} + +.comment-code-cloud .footer .ui.right.floated { + padding-top: 6px +} + +.comment-code-cloud .footer:after { + clear: both; + content: ""; + display: block +} + +.diff-file-body .comment-form { + margin: 0 0 0 3em +} + +.file-comment { + color: var(--color-text) +} + +a.blob-excerpt { + color: var(--color-text-light); + height: 28px; + display: flex; + justify-content: center; + align-items: center; + width: 100%; + background: var(--color-expand-button) +} + +a.blob-excerpt:hover { + background: var(--color-primary); + color: #fff +} + +@media (max-width: 767px) { + #review-box>.menu>.ui.segment { + width: 94vw + } + #review-box>.menu .editor-toolbar { + overflow-x: auto + } + #review-box .CodeMirror-scroll { + max-width: calc(100vw - 70px) + } +} + +@media (min-width: 768px) and (max-width: 991px) { + #review-box .CodeMirror-scroll { + max-width: 700px + } +} + +@media (min-width: 992px) and (max-width: 1200px) { + #review-box .CodeMirror-scroll { + max-width: 800px + } +} + +@media (min-width: 1201px) { + #review-box .CodeMirror-scroll { + max-width: 900px + } +} + +.review-box>.segment { + border: none!important +} + +.pull.files.diff [id] { + scroll-margin-top: 99px +} + +@media (max-width: 991px) { + .pull.files.diff [id] { + scroll-margin-top: 130px + } +} + +.df { + display: flex!important +} + +.di { + display: inline!important +} + +.dif { + display: inline-flex!important +} + +.dib { + display: inline-block!important +} + +.ac { + align-items: center!important +} + +.tc { + text-align: center!important +} + +.jc { + justify-content: center!important +} + +.js { + justify-content: flex-start!important +} + +.je { + justify-content: flex-end!important +} + +.sb { + justify-content: space-between!important +} + +.fc { + flex-direction: column!important +} + +.f1 { + flex: 1!important +} + +.fw { + flex-wrap: wrap!important +} + +.vm { + vertical-align: middle!important +} + +.w-100 { + width: 100%!important +} + +.h-100 { + height: 100%!important +} + +.mono { + font-family: var(--fonts-monospace)!important; + font-size: .9em!important +} + +.bold { + font-weight: 600!important +} + +.word-break { + word-wrap: break-word!important +} + +.full-screen-width { + width: 100vw!important +} + +.full-screen-height { + height: 100vh!important +} + +.rounded { + border-radius: var(--border-radius)!important +} + +.rounded-top { + border-radius: var(--border-radius) var(--border-radius) 0 0!important +} + +.rounded-bottom { + border-radius: 0 0 var(--border-radius) var(--border-radius)!important +} + +.rounded-left { + border-radius: var(--border-radius) 0 0 var(--border-radius)!important +} + +.rounded-right { + border-radius: 0 var(--border-radius) var(--border-radius) 0!important +} + +.border-secondary { + border: 1px solid var(--color-secondary)!important +} + +.border-secondary-top { + border-top: 1px solid var(--color-secondary)!important +} + +.border-secondary-bottom { + border-bottom: 1px solid var(--color-secondary)!important +} + +.border-secondary-left { + border-left: 1px solid var(--color-secondary)!important +} + +.border-secondary-right { + border-right: 1px solid var(--color-secondary)!important +} + +.no-transition { + transition: none!important +} + +.bg-red { + background: var(--color-red)!important +} + +.bg-orange { + background: var(--color-orange)!important +} + +.bg-yellow { + background: var(--color-yellow)!important +} + +.bg-olive { + background: var(--color-olive)!important +} + +.bg-green { + background: var(--color-green)!important +} + +.bg-teal { + background: var(--color-teal)!important +} + +.bg-blue { + background: var(--color-blue)!important +} + +.bg-violet { + background: var(--color-violet)!important +} + +.bg-purple { + background: var(--color-purple)!important +} + +.bg-pink { + background: var(--color-pink)!important +} + +.bg-brown { + background: var(--color-brown)!important +} + +.bg-grey { + background: var(--color-grey)!important +} + +.bg-gold { + background: var(--color-gold)!important +} + +.text-white { + color: var(--color-white)!important +} + +.m-0 { + margin: 0!important +} + +.m-1 { + margin: .125rem!important +} + +.m-2 { + margin: .25rem!important +} + +.m-3 { + margin: .5rem!important +} + +.m-4 { + margin: 1rem!important +} + +.m-5 { + margin: 2rem!important +} + +.ml-0 { + margin-left: 0!important +} + +.ml-1 { + margin-left: .125rem!important +} + +.ml-2 { + margin-left: .25rem!important +} + +.ml-3 { + margin-left: .5rem!important +} + +.ml-4 { + margin-left: 1rem!important +} + +.ml-5 { + margin-left: 2rem!important +} + +.mr-0 { + margin-right: 0!important +} + +.mr-1 { + margin-right: .125rem!important +} + +.mr-2 { + margin-right: .25rem!important +} + +.mr-3 { + margin-right: .5rem!important +} + +.mr-4 { + margin-right: 1rem!important +} + +.mr-5 { + margin-right: 2rem!important +} + +.mt-0 { + margin-top: 0!important +} + +.mt-1 { + margin-top: .125rem!important +} + +.mt-2 { + margin-top: .25rem!important +} + +.mt-3 { + margin-top: .5rem!important +} + +.mt-4 { + margin-top: 1rem!important +} + +.mt-5 { + margin-top: 2rem!important +} + +.mb-0 { + margin-bottom: 0!important +} + +.mb-1 { + margin-bottom: .125rem!important +} + +.mb-2 { + margin-bottom: .25rem!important +} + +.mb-3 { + margin-bottom: .5rem!important +} + +.mb-4 { + margin-bottom: 1rem!important +} + +.mb-5 { + margin-bottom: 2rem!important +} + +.mx-0 { + margin-left: 0!important; + margin-right: 0!important +} + +.mx-1 { + margin-left: .125rem!important; + margin-right: .125rem!important +} + +.mx-2 { + margin-left: .25rem!important; + margin-right: .25rem!important +} + +.mx-3 { + margin-left: .5rem!important; + margin-right: .5rem!important +} + +.mx-4 { + margin-left: 1rem!important; + margin-right: 1rem!important +} + +.mx-5 { + margin-left: 2rem!important; + margin-right: 2rem!important +} + +.my-0 { + margin-top: 0!important; + margin-bottom: 0!important +} + +.my-1 { + margin-top: .125rem!important; + margin-bottom: .125rem!important +} + +.my-2 { + margin-top: .25rem!important; + margin-bottom: .25rem!important +} + +.my-3 { + margin-top: .5rem!important; + margin-bottom: .5rem!important +} + +.my-4 { + margin-top: 1rem!important; + margin-bottom: 1rem!important +} + +.my-5 { + margin-top: 2rem!important; + margin-bottom: 2rem!important +} + +.p-0 { + padding: 0!important +} + +.p-1 { + padding: .125rem!important +} + +.p-2 { + padding: .25rem!important +} + +.p-3 { + padding: .5rem!important +} + +.p-4 { + padding: 1rem!important +} + +.p-5 { + padding: 2rem!important +} + +.pl-0 { + padding-left: 0!important +} + +.pl-1 { + padding-left: .125rem!important +} + +.pl-2 { + padding-left: .25rem!important +} + +.pl-3 { + padding-left: .5rem!important +} + +.pl-4 { + padding-left: 1rem!important +} + +.pl-5 { + padding-left: 2rem!important +} + +.pr-0 { + padding-right: 0!important +} + +.pr-1 { + padding-right: .125rem!important +} + +.pr-2 { + padding-right: .25rem!important +} + +.pr-3 { + padding-right: .5rem!important +} + +.pr-4 { + padding-right: 1rem!important +} + +.pr-5 { + padding-right: 2rem!important +} + +.pt-0 { + padding-top: 0!important +} + +.pt-1 { + padding-top: .125rem!important +} + +.pt-2 { + padding-top: .25rem!important +} + +.pt-3 { + padding-top: .5rem!important +} + +.pt-4 { + padding-top: 1rem!important +} + +.pt-5 { + padding-top: 2rem!important +} + +.pb-0 { + padding-bottom: 0!important +} + +.pb-1 { + padding-bottom: .125rem!important +} + +.pb-2 { + padding-bottom: .25rem!important +} + +.pb-3 { + padding-bottom: .5rem!important +} + +.pb-4 { + padding-bottom: 1rem!important +} + +.pb-5 { + padding-bottom: 2rem!important +} + +.px-0 { + padding-left: 0!important; + padding-right: 0!important +} + +.px-1 { + padding-left: .125rem!important; + padding-right: .125rem!important +} + +.px-2 { + padding-left: .25rem!important; + padding-right: .25rem!important +} + +.px-3 { + padding-left: .5rem!important; + padding-right: .5rem!important +} + +.px-4 { + padding-left: 1rem!important; + padding-right: 1rem!important +} + +.px-5 { + padding-left: 2rem!important; + padding-right: 2rem!important +} + +.py-0 { + padding-top: 0!important; + padding-bottom: 0!important +} + +.py-1 { + padding-top: .125rem!important; + padding-bottom: .125rem!important +} + +.py-2 { + padding-top: .25rem!important; + padding-bottom: .25rem!important +} + +.py-3 { + padding-top: .5rem!important; + padding-bottom: .5rem!important +} + +.py-4 { + padding-top: 1rem!important; + padding-bottom: 1rem!important +} + +.py-5 { + padding-top: 2rem!important; + padding-bottom: 2rem!important +} diff --git a/public/assets/css/theme-github.css b/public/assets/css/theme-github.css new file mode 100644 index 0000000..ba7861b --- /dev/null +++ b/public/assets/css/theme-github.css @@ -0,0 +1,552 @@ +/* Made by Rainnny <3 */ + +.chroma { + background-color: var(--color-code-bg); +} +.chroma .lntd { + vertical-align: top; + border: 0; + margin: 0; + padding: 0; +} +.chroma .lntable { + border-spacing: 0; + border: 0; + width: auto; + margin: 0; + padding: 0; + display: block; + overflow: auto; +} +.chroma .hl { + width: 100%; + display: block; +} +.chroma .lnt, +.chroma .ln { + margin-right: 0.4em; + padding: 0 0.4em; +} +.chroma .gs { + font-weight: var(--font-weight-semibold); +} +.chroma .gl { + text-decoration: underline; +} +.chroma .bp { + color: #fabd2f; +} +.chroma .c, +.chroma .c1, +.chroma .ch, +.chroma .cm { + color: #777e94; +} +.chroma .cp { + color: #8ec07c; +} +.chroma .cpf { + color: #79c0ff; +} +.chroma .cs { + color: #9075cd; +} +.chroma .dl { + color: #79c0ff; +} +.chroma .gd { + color: #fff; + background-color: #5f3737; +} +.chroma .ge { + color: #ddee30; +} +.chroma .gh { + color: #ffaa10; +} +.chroma .gi { + color: #fff; + background-color: #3a523a; +} +.chroma .go { + color: #777e94; +} +.chroma .gp { + color: #ebdbb2; +} +.chroma .gr { + color: #f43; +} +.chroma .gs { + color: #ebdbb2; +} +.chroma .gt { + color: #7ee787; +} +.chroma .gu { + color: #a5d6ff; +} +.chroma .il { + color: #79c0ff; +} +.chroma .k { + color: #ff7b72; +} +.chroma .kc { + color: #79c0ff; +} +.chroma .kd { + color: #ff7b72; +} +.chroma .kn { + color: #ff7b72; +} +.chroma .kp { + color: #5f8700; +} +.chroma .kr { + color: #7ee787; +} +.chroma .kt { + color: #ff7b72; +} +.chroma .m, +.chroma .mb, +.chroma .mf, +.chroma .mh, +.chroma .mi, +.chroma .mo { + color: #79c0ff; +} +.chroma .n { + color: #c9d1d9; +} +.chroma .na { + color: #d2a8ff; +} +.chroma .nb { + color: #a5d6ff; +} +.chroma .nc { + color: #e6edf3; +} +.chroma .nd { + color: #79c0ff; +} +.chroma .ne { + color: #7ee787; +} +.chroma .nf, +.chroma .ni { + color: #d2a8ff; +} +.chroma .nl { + color: #7ee787; +} +.chroma .nn { + color: #e6edf3; +} +.chroma .no { + color: #79c0ff; +} +.chroma .nt { + color: #7ee787; +} +.chroma .nv { + color: #ebdbb2; +} +.chroma .nx { + color: #b6bac5; +} +.chroma .o { + color: #7ee787; +} +.chroma .ow { + color: #5f8700; +} +.chroma .p { + color: #d2d4db; +} +.chroma .s, +.chroma .s1, +.chroma .s2 { + color: #a5d6ff; +} +.chroma .sa { + color: #79c0ff; +} +.chroma .sb { + color: #a5d6ff; +} +.chroma .sc { + color: #79c0ff; +} +.chroma .sd { + color: #777e94; +} +.chroma .se { + color: #7ee787; +} +.chroma .sh { + color: #79c0ff; +} +.chroma .si { + color: #ffaa10; +} +.chroma .sr { + color: #9075cd; +} +.chroma .ss { + color: #7ee787; +} +.chroma .sx { + color: #ffaa10; +} +.chroma .vc { + color: #7ee787; +} +.chroma .vg, +.chroma .vi { + color: #ffaa10; +} +.chroma .w { + color: #7f8699; +} +.CodeMirror.cm-s-default .cm-property, +.CodeMirror.cm-s-paper .cm-property { + color: #a0cc75; +} +.CodeMirror.cm-s-default .cm-header, +.CodeMirror.cm-s-paper .cm-header { + color: #9daccc; +} +.CodeMirror.cm-s-default .cm-quote, +.CodeMirror.cm-s-paper .cm-quote { + color: #090; +} +.CodeMirror.cm-s-default .cm-keyword, +.CodeMirror.cm-s-paper .cm-keyword { + color: #cc8a61; +} +.CodeMirror.cm-s-default .cm-atom, +.CodeMirror.cm-s-paper .cm-atom { + color: #ef5e77; +} +.CodeMirror.cm-s-default .cm-number, +.CodeMirror.cm-s-paper .cm-number { + color: #ff5656; +} +.CodeMirror.cm-s-default .cm-def, +.CodeMirror.cm-s-paper .cm-def { + color: #e4e4e4; +} +.CodeMirror.cm-s-default .cm-variable-2, +.CodeMirror.cm-s-paper .cm-variable-2 { + color: #00bdbf; +} +.CodeMirror.cm-s-default .cm-variable-3, +.CodeMirror.cm-s-paper .cm-variable-3 { + color: #085; +} +.CodeMirror.cm-s-default .cm-comment, +.CodeMirror.cm-s-paper .cm-comment { + color: #8e9ab3; +} +.CodeMirror.cm-s-default .cm-string, +.CodeMirror.cm-s-paper .cm-string { + color: #a77272; +} +.CodeMirror.cm-s-default .cm-string-2, +.CodeMirror.cm-s-paper .cm-string-2 { + color: #f50; +} +.CodeMirror.cm-s-default .cm-meta, +.CodeMirror.cm-s-paper .cm-meta, +.CodeMirror.cm-s-default .cm-qualifier, +.CodeMirror.cm-s-paper .cm-qualifier { + color: #ffb176; +} +.CodeMirror.cm-s-default .cm-builtin, +.CodeMirror.cm-s-paper .cm-builtin { + color: #b7c951; +} +.CodeMirror.cm-s-default .cm-bracket, +.CodeMirror.cm-s-paper .cm-bracket { + color: #997; +} +.CodeMirror.cm-s-default .cm-tag, +.CodeMirror.cm-s-paper .cm-tag { + color: #f1d273; +} +.CodeMirror.cm-s-default .cm-attribute, +.CodeMirror.cm-s-paper .cm-attribute { + color: #bfcc70; +} +.CodeMirror.cm-s-default .cm-hr, +.CodeMirror.cm-s-paper .cm-hr { + color: #999; +} +.CodeMirror.cm-s-default .cm-url, +.CodeMirror.cm-s-paper .cm-url { + color: #c5cfd0; +} +.CodeMirror.cm-s-default .cm-link, +.CodeMirror.cm-s-paper .cm-link { + color: #d8c792; +} +.CodeMirror.cm-s-default .cm-error, +.CodeMirror.cm-s-paper .cm-error { + color: #dbdbeb; +} +:root { + --is-dark-theme: true; + --color-primary: #4b80ca; + --color-primary-contrast: #fff; + --color-primary-dark-1: #739cb3; + --color-primary-dark-2: #40aaff; + --color-primary-dark-3: #92b4c4; + --color-primary-dark-4: #a1bbcd; + --color-primary-dark-5: #cfddc1; + --color-primary-dark-6: #e7eee0; + --color-primary-dark-7: #f8faf6; + --color-primary-light-1: #4b80ca; + --color-primary-light-2: #437aad; + --color-primary-light-3: #415b8b; + --color-primary-light-4: #25425a; + --color-primary-light-5: #223546; + --color-primary-light-6: #131923; + --color-primary-light-7: #06090b; + --color-primary-alpha-10: #3683c019; + --color-primary-alpha-20: #3683c033; + --color-primary-alpha-30: #3683c04b; + --color-primary-alpha-40: #3683c066; + --color-primary-alpha-50: #3683c080; + --color-primary-alpha-60: #3683c099; + --color-primary-alpha-70: #3683c0b3; + --color-primary-alpha-80: #3683c0cc; + --color-primary-alpha-90: #3683c0e1; + --color-primary-hover: var(--color-primary-light-1); + --color-primary-active: var(--color-primary-light-2); + --color-secondary: #2c2f35; + --color-secondary-dark-1: #505665; + --color-secondary-dark-2: #5b6273; + --color-secondary-dark-3: #71798e; + --color-secondary-dark-4: #7f8699; + --color-secondary-dark-5: #8c93a4; + --color-secondary-dark-6: #9aa0af; + --color-secondary-dark-7: #a8adba; + --color-secondary-dark-8: #c4c7d0; + --color-secondary-dark-9: #dfe1e6; + --color-secondary-dark-10: #edeef1; + --color-secondary-dark-11: #fbfbfc; + --color-secondary-dark-12: #eeeff2; + --color-secondary-dark-13: #fbfbfc; + --color-secondary-light-1: #373b46; + --color-secondary-light-2: #292c34; + --color-secondary-light-3: #1c1e23; + --color-secondary-light-4: #0e0f11; + --color-secondary-alpha-10: #2c2f35; + --color-secondary-alpha-20: #2c2f3533; + --color-secondary-alpha-30: #2c2f354b; + --color-secondary-alpha-40: #2c2f3566; + --color-secondary-alpha-50: #2c2f3580; + --color-secondary-alpha-60: #2c2f3599; + --color-secondary-alpha-70: #2c2f35b3; + --color-secondary-alpha-80: #2c2f35cc; + --color-secondary-alpha-90: #2c2f35e1; + --color-red: #da3737; + --color-orange: #f17a2b; + --color-yellow: #f3c640; + --color-olive: #c8df36; + --color-green: #3bc75b; + --color-teal: #69d4cf; + --color-blue: #4b80ca; + --color-violet: #754ad3; + --color-purple: #b65dd4; + --color-pink: #e04b9f; + --color-brown: #a86d45; + --color-black: #141516; + --color-grey: #797c85; + --color-gold: #d4b74c; + --color-white: #ffffff; + --color-red-light: #d15a5a; + --color-orange-light: #f6a066; + --color-yellow-light: #eaaf03; + --color-olive-light: #abc016; + --color-green-light: #93b373; + --color-teal-light: #00b6ad; + --color-blue-light: #4e96cc; + --color-violet-light: #9b79e4; + --color-purple-light: #ba6ad5; + --color-pink-light: #d74397; + --color-brown-light: #b08061; + --color-black-light: #3f4555; + --color-red-dark-1: #c23636; + --color-orange-dark-1: #f38236; + --color-yellow-dark-1: #b88a03; + --color-olive-dark-1: #839311; + --color-green-dark-1: #7a9e55; + --color-teal-dark-1: #00837c; + --color-blue-dark-1: #347cb3; + --color-violet-dark-1: #7b4edb; + --color-purple-dark-1: #a742c9; + --color-pink-dark-1: #be297d; + --color-brown-dark-1: #94674a; + --color-black-dark-1: #292d38; + --color-red-dark-2: #ad3030; + --color-orange-dark-2: #f16e17; + --color-yellow-dark-2: #a37a02; + --color-olive-dark-2: #74820f; + --color-green-dark-2: #6c8c4c; + --color-teal-dark-2: #00746e; + --color-blue-dark-2: #2e6e9f; + --color-violet-dark-2: #6733d6; + --color-purple-dark-2: #9834b9; + --color-pink-dark-2: #a9246f; + --color-brown-dark-2: #835b42; + --color-black-dark-2: #252832; + --color-console-bg: #11171f; + --color-ansi-black: var(--color-black); + --color-ansi-red: var(--color-red); + --color-ansi-green: var(--color-green); + --color-ansi-yellow: var(--color-yellow); + --color-ansi-blue: var(--color-blue); + --color-ansi-magenta: var(--color-pink); + --color-ansi-cyan: var(--color-teal); + --color-ansi-white: var(--color-console-fg-subtle); + --color-ansi-bright-black: var(--color-black-light); + --color-ansi-bright-red: var(--color-red-light); + --color-ansi-bright-green: var(--color-green-light); + --color-ansi-bright-yellow: var(--color-yellow-light); + --color-ansi-bright-blue: var(--color-blue-light); + --color-ansi-bright-magenta: var(--color-pink-light); + --color-ansi-bright-cyan: var(--color-teal-light); + --color-ansi-bright-white: var(--color-console-fg); + --color-grey: #505665; + --color-grey-light: #a1a6b7; + --color-gold: #b1983b; + --color-white: #fff; + --color-diff-removed-word-bg: #6f3333; + --color-diff-added-word-bg: #3c653c; + --color-diff-removed-row-bg: #3c2626; + --color-diff-moved-row-bg: #818044; + --color-diff-added-row-bg: #283e2d; + --color-diff-removed-row-border: #634343; + --color-diff-moved-row-border: #bcca6f; + --color-diff-added-row-border: #314a37; + --color-diff-inactive: #353846; + --color-error-border: #a04141; + --color-error-bg: #522; + --color-error-bg-active: #744; + --color-error-bg-hover: #633; + --color-error-text: #f9cbcb; + --color-success-border: #458a57; + --color-success-bg: #284034; + --color-success-text: #6cc664; + --color-warning-border: #bb9d00; + --color-warning-bg: #3a3a30; + --color-warning-text: #fbbd08; + --color-info-border: #306090; + --color-info-bg: #26354c; + --color-info-text: #38a8e8; + --color-red-badge: #db2828; + --color-red-badge-bg: #db28281a; + --color-red-badge-hover-bg: #db28284d; + --color-green-badge: #21ba45; + --color-green-badge-bg: #21ba451a; + --color-green-badge-hover-bg: #21ba454d; + --color-yellow-badge: #fbbd08; + --color-yellow-badge-bg: #fbbd081a; + --color-yellow-badge-hover-bg: #fbbd084d; + --color-orange-badge: #f2711c; + --color-orange-badge-bg: #f2711c1a; + --color-orange-badge-hover-bg: #f2711c4d; + --color-git: #f05133; + --color-body: #0d1117; + --color-box-header: #161b22; + --color-box-body: #11171f; + --color-box-body-highlight: #262b36; + --color-text-dark: #dbe0ea; + --color-text: #bbc0ca; + --color-text-light: #a6aab5; + --color-text-light-1: rgb(125, 133, 144); + --color-text-light-2: #8a8e99; + --color-text-light-3: #707687; + --color-footer: #010409; + --color-timeline: #4c525e; + --color-input-text: #d5dbe6; + --color-input-background: #2c2f35; + --color-input-toggle-background: #454a57; + --color-input-border: #2c2f35; + --color-input-border-hover: #505667; + --color-header-wrapper: #0d1117; + --color-header-wrapper-transparent: #20243000; + --color-light: #00000028; + --color-light-mimic-enabled: rgba( + 0, + 0, + 0, + calc(40 / 255 * 222 / 255 / var(--opacity-disabled)) + ); + --color-light-border: #ffffff28; + --color-hover: #ffffff19; + --color-active: #ffffff24; + --color-menu: #0d1117; + --color-card: #0d1117; + --color-markup-table-row: #ffffff06; + --color-markup-code-block: #ffffff16; + --color-button: #1e252e; + --color-code-bg: #0d1117; + --color-code-sidebar-bg: #232834; + --color-shadow: #00000060; + --color-secondary-bg: #2c2f35; + --color-text-focus: #fff; + --color-expand-button: #3c404d; + --color-placeholder-text: #8a8e99; + --color-editor-line-highlight: var(--color-primary-light-5); + --color-project-board-bg: var(--color-secondary-light-2); + --color-caret: var(--color-text); + --color-reaction-bg: #ffffff12; + --color-reaction-hover-bg: var(--color-primary-light-4); + --color-reaction-active-bg: var(--color-primary-light-5); + --color-tooltip-text: #fff; + --color-tooltip-bg: #000000f0; + --color-nav-bg: #010409; + --color-nav-hover-bg: #383c47; + --color-label-text: #dfe3ec; + --color-label-bg: #7c84974b; + --color-label-hover-bg: #7c8497a0; + --color-label-active-bg: #7c8497; + --color-accent: var(--color-primary-light-1); + --color-small-accent: var(--color-primary-light-5); + --color-active-line: #534d1b; + accent-color: var(--color-accent); + color-scheme: dark; +} +.emoji[aria-label="check\ mark"], +.emoji[aria-label="currency\ exchange"], +.emoji[aria-label="TOP\ arrow"], +.emoji[aria-label="END\ arrow"], +.emoji[aria-label="ON! arrow"], +.emoji[aria-label="SOON\ arrow"], +.emoji[aria-label="heavy dollar sign"], +.emoji[aria-label="copyright"], +.emoji[aria-label="registered"], +.emoji[aria-label="trade\ mark"], +.emoji[aria-label="multiply"], +.emoji[aria-label="plus"], +.emoji[aria-label="minus"], +.emoji[aria-label="divide"], +.emoji[aria-label="curly\ loop"], +.emoji[aria-label="double curly loop"], +.emoji[aria-label="wavy\ dash"], +.emoji[aria-label="paw\ prints"], +.emoji[aria-label="musical\ note"], +.emoji[aria-label="musical\ notes"] { + filter: invert() hue-rotate(180deg); +} + +.repository.file.list #repo-files-table tbody .svg.octicon-file-directory-fill, +.repository.file.list #repo-files-table tbody .svg.octicon-file-submodule { + color: #7d8590; +} diff --git a/public/assets/css/theme-light.css b/public/assets/css/theme-light.css new file mode 100644 index 0000000..6be7395 --- /dev/null +++ b/public/assets/css/theme-light.css @@ -0,0 +1 @@ +:root{--v-font-size_xs: 0.714rem;--v-font-size_sm: 0.857rem;--v-font-size_md: 1rem;--v-font-size_lg: 1.143rem;--v-font-size_3xl: 1.714rem;--v-font-family: -apple-system, "Segoe UI", system-ui, "SF Pro Text", Inter, Roboto, "Helvetica Neue", Arial, sans-serif;--v-code-font-family: ui-monospace, SFMono-Regular, "Source Code Pro", "SF Mono", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace, var(--fonts-emoji);--v-emoji-font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "Twemoji Mozilla";--v-measure_\.25x: 4px;--v-measure_\.375x: 6px;--v-measure_\.5x: 8px;--v-measure_\.75x: 12px;--v-measure_1x: 16px;--v-measure_1\.25x: 20px;--v-measure_1\.5x: 24px;--v-measure_2x: 32px;--v-measure_2\.5x: 40px;--v-measure_3x: 48px;--v-navbar-logo_width: 56px;--v-navbar-logo_height: 20px;--c-primary_light_3\%: #6f9fe4;--c-primary_light_6\%: #7ca7e7;--c-primary_light_10\%: #8db3ea;--c-primary_light_15\%: #a3c1ee;--c-primary_light_20\%: #b8d0f2;--c-primary_light_30\%: #e3ecfa;--c-primary_light_40\%: white;--c-primary_dark_3\%: #558de0;--c-primary_dark_6\%: #4885dd;--c-primary_dark_9\%: #3b7cdb;--c-primary_dark_10\%: #3779da;--c-primary_dark_20\%: #2361bb;--c-primary_dark_25\%: #1f56a6;--c-primary_dark_30\%: #1b4a90;--c-primary_dark_30\%-rgb: 27, 74, 144;--c-primary_dark_60\%: #03080f;--c-primary_dark_60\%-c: #fcfcfd;--c-primary_base: #6296e2;--c-primary_base-rgb: 98, 150, 226;--c-primary_base-c: #fcfcfd;--c-secondary_light_3\%: #c5c8d3;--c-secondary_light_6\%: #cdd0d9;--c-secondary_light_9\%: #d6d9e0;--c-secondary_light_12\%: #dfe1e6;--c-secondary_dark_3\%: #b3b8c5;--c-secondary_dark_6\%: #abb0bf;--c-secondary_dark_9\%: #a2a7b8;--c-secondary_dark_12\%: #999fb2;--c-secondary_dark_15\%: #9197ab;--c-secondary_dark_20\%: #828aa0;--c-secondary_dark_25\%: #747c95;--c-secondary_dark_30\%: #676f88;--c-secondary_dark_35\%: #5c6479;--c-secondary_dark_40\%: #51586b;--c-secondary_dark_45\%: #464c5c;--c-secondary_dark_50\%: #3b404e;--c-secondary_dark_55\%: #30343f;--c-secondary_base: #bcc0cc;--c-secondary_base-rgb: 188, 192, 204;--c-text: #484b60;--c-text-rgb: 72, 75, 96;--c-subtle: #656c90;--c-palette_red_light_6\%: #ee1241;--c-palette_red_light_10\%: #ef2550;--c-palette_red_light_12\%: #f02e58;--c-palette_red_light_25\%-rgb: 245, 108, 137;--c-palette_red_light_30\%-rgb: 246, 132, 156;--c-palette_red_light_35\%-rgb: 248, 156, 175;--c-palette_red_dark_10\%: #a20c2c;--c-palette_red_dark_15\%-rgb: 139, 10, 38;--c-palette_red_dark_20\%: #73081f;--c-palette_red_dark_20\%-rgb: 115, 8, 31;--c-palette_red_base: #d20f39;--c-palette_red_base-rgb: 210, 15, 57;--c-palette_orange_light_10\%: #fe843e;--c-palette_orange_dark_10\%: #d54f01;--c-palette_orange_dark_10\%-rgb: 213, 79, 1;--c-palette_orange_dark_15\%: #bc4501;--c-palette_orange_dark_20\%: #a23c01;--c-palette_orange_base: #fe640b;--c-palette_yellow_light_10\%: #e7a548;--c-palette_yellow_light_12\%: #e8a951;--c-palette_yellow_light_20\%-rgb: 237, 187, 117;--c-palette_yellow_light_25\%-rgb: 240, 198, 140;--c-palette_yellow_dark_10\%: #b27117;--c-palette_yellow_dark_10\%-rgb: 178, 113, 23;--c-palette_yellow_dark_20\%: #855511;--c-palette_yellow_dark_25\%: #6e460e;--c-palette_yellow_dark_75\%: black;--c-palette_yellow_base: #df8e1d;--c-palette_olive_light_10\%: #eef6c2;--c-palette_olive_dark_10\%: #d6ea68;--c-palette_olive_dark_20\%: #cae33c;--c-palette_olive_base: #e2f095;--c-palette_green_light_6\%-rgb: 59, 195, 98;--c-palette_green_light_10\%: #4bc86e;--c-palette_green_light_12\%: #52cb75;--c-palette_green_light_20\%-rgb: 114, 212, 142;--c-palette_green_light_25\%-rgb: 133, 218, 157;--c-palette_green_dark_10\%: #288542;--c-palette_green_dark_10\%-rgb: 40, 133, 66;--c-palette_green_dark_20\%: #1c5e2f;--c-palette_green_base: #34ac56;--c-palette_green_base-rgb: 52, 172, 86;--c-palette_teal_light_10\%: #1ebcc5;--c-palette_teal_dark_10\%: #10686d;--c-palette_teal_dark_15\%: #0d5356;--c-palette_teal_dark_20\%: #0a3d40;--c-palette_teal_base: #179299;--c-palette_blue_light_10\%: #4f87f7;--c-palette_blue_light_12\%: #598ef8;--c-palette_blue_dark_10\%: #0a4ed6;--c-palette_blue_dark_15\%: #0845be;--c-palette_blue_dark_20\%: #073ca6;--c-palette_blue_dark_25\%: #06338d;--c-palette_blue_base: #1e66f5;--c-palette_blue_base-rgb: 30, 102, 245;--c-palette_violet_light_10\%: #a4b2fe;--c-palette_violet_dark_10\%: #405cfc;--c-palette_violet_dark_20\%: #0d31fc;--c-palette_violet_dark_50\%: #02126e;--c-palette_violet_base: #7287fd;--c-palette_purple_light_10\%: #a57fed;--c-palette_purple_dark_10\%: #6725e1;--c-palette_purple_dark_20\%: #511ab9;--c-palette_purple_base: #8652e7;--c-palette_pink_light_10\%: #f1a2dc;--c-palette_pink_dark_10\%: #e34aba;--c-palette_pink_dark_20\%: #d921a8;--c-palette_pink_dark_25\%: #c31e97;--c-palette_pink_base: #ea76cb;--c-palette_brown_light_10\%: #e7a1a1;--c-palette_brown_dark_10\%: #d34f4f;--c-palette_brown_dark_15\%: #ce3b3b;--c-palette_brown_dark_20\%: #bf3030;--c-palette_brown_base: #dd7878;--c-palette_black_base: #181825;--c-palette_white_light_10\%: white;--c-palette_white_dark_10\%: #c4d4e2;--c-palette_white_dark_20\%: #a1bbd2;--c-palette_white_base: #e6edf3;--c-palette_white_base-rgb: 230, 237, 243;--c-elevation_1: #fcfcfd;--c-elevation_1-rgb: 252, 252, 253;--c-elevation_2: #f6f7f9;--c-elevation_2-rgb: 246, 247, 249;--c-elevation_3: #eff1f5;--c-elevation_4: #e6e9ef;--c-elevation_4-rgb: 230, 233, 239;--c-elevation_5: #d7dce6;--c-elevation_6: #bcc0cc;--c-elevation_6-rgb: 188, 192, 204;--c-elevation_7: #9ba7bf;--c-elevation_8: #838fae;--c-elevation_9: #717a9f;--c-elevation_10: #656c90;--c-elevation_11: #565b77}:root{--fonts-proportional: var(--v-font-family);--fonts-monospace: var(--v-code-font-family);--fonts-emoji: var(--v-emoji-font-family);--font-weight-light: 300;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--line-height-default: normal;--checkbox-mask-checked: url('data:image/svg+xml;utf8,');--checkbox-mask-indeterminate: url('data:image/svg+xml;utf8,');--octicon-chevron-right: url('data:image/svg+xml;utf8,');--border-radius: var(--v-measure_\.5x);--border-radius-medium: var(--v-measure_1x);--border-radius-full: calc(infinity * 1px);--opacity-disabled: 0.55;--height-loading: 16rem;--min-height-textarea: 132px;--checkbox-size: 16px;--page-spacing: 24px;--page-margin-x: 32px;--tab-size: 4}@media (min-width:768px) and (max-width:1200px){:root{--page-margin-x: 24px}}@media (max-width:767.98px){:root{--page-margin-x: 16px}}:root{accent-color:var(--color-accent);color-scheme:light;--is-dark-theme: false;--color-primary: var(--c-primary_base);--color-primary-contrast: var(--c-primary_base-c);--color-primary-dark-1: var(--c-primary_dark_3\%);--color-primary-dark-2: var(--c-primary_dark_6\%);--color-primary-dark-3: var(--c-primary_dark_9\%);--color-primary-dark-4: var(--c-primary_dark_10\%);--color-primary-dark-5: var(--c-primary_dark_20\%);--color-primary-dark-6: var(--c-primary_dark_25\%);--color-primary-dark-7: var(--c-primary_dark_30\%);--color-primary-light-1: var(--c-primary_light_3\%);--color-primary-light-2: var(--c-primary_light_6\%);--color-primary-light-3: var(--c-primary_light_10\%);--color-primary-light-4: var(--c-primary_light_15\%);--color-primary-light-5: var(--c-primary_light_20\%);--color-primary-light-6: var(--c-primary_light_30\%);--color-primary-light-7: var(--c-primary_light_40\%);--color-primary-alpha-10: rgba(var(--c-primary_base-rgb), 0.1);--color-primary-alpha-20: rgba(var(--c-primary_base-rgb), 0.2);--color-primary-alpha-30: rgba(var(--c-primary_base-rgb), 0.3);--color-primary-alpha-40: rgba(var(--c-primary_base-rgb), 0.4);--color-primary-alpha-50: rgba(var(--c-primary_base-rgb), 0.5);--color-primary-alpha-60: rgba(var(--c-primary_base-rgb), 0.6);--color-primary-alpha-70: rgba(var(--c-primary_base-rgb), 0.7);--color-primary-alpha-80: rgba(var(--c-primary_base-rgb), 0.8);--color-primary-alpha-90: rgba(var(--c-primary_base-rgb), 0.9);--color-primary-hover: var(--color-primary-light-1);--color-primary-active: var(--color-primary-light-3);--color-secondary: var(--c-secondary_base);--color-secondary-dark-1: var(--c-secondary_dark_3\%);--color-secondary-dark-2: var(--c-secondary_dark_6\%);--color-secondary-dark-3: var(--c-secondary_dark_9\%);--color-secondary-dark-4: var(--c-secondary_dark_12\%);--color-secondary-dark-5: var(--c-secondary_dark_15\%);--color-secondary-dark-6: var(--c-secondary_dark_20\%);--color-secondary-dark-7: var(--c-secondary_dark_25\%);--color-secondary-dark-8: var(--c-secondary_dark_30\%);--color-secondary-dark-9: var(--c-secondary_dark_35\%);--color-secondary-dark-10: var(--c-secondary_dark_40\%);--color-secondary-dark-11: var(--c-secondary_dark_45\%);--color-secondary-dark-12: var(--c-secondary_dark_50\%);--color-secondary-dark-13: var(--c-secondary_dark_55\%);--color-secondary-light-1: var(--c-secondary_light_3\%);--color-secondary-light-2: var(--c-secondary_light_6\%);--color-secondary-light-3: var(--c-secondary_light_9\%);--color-secondary-light-4: var(--c-secondary_light_12\%);--color-secondary-alpha-10: rgba(var(--c-secondary_base-rgb), 0.1);--color-secondary-alpha-20: rgba(var(--c-secondary_base-rgb), 0.2);--color-secondary-alpha-30: rgba(var(--c-secondary_base-rgb), 0.3);--color-secondary-alpha-40: rgba(var(--c-secondary_base-rgb), 0.4);--color-secondary-alpha-50: rgba(var(--c-secondary_base-rgb), 0.5);--color-secondary-alpha-60: rgba(var(--c-secondary_base-rgb), 0.6);--color-secondary-alpha-70: rgba(var(--c-secondary_base-rgb), 0.7);--color-secondary-alpha-80: rgba(var(--c-secondary_base-rgb), 0.8);--color-secondary-alpha-90: rgba(var(--c-secondary_base-rgb), 0.9);--color-secondary-button: var(--color-secondary-dark-4);--color-secondary-hover: var(--color-secondary-dark-3);--color-secondary-active: var(--color-secondary-dark-2);--color-console-fg: #f7f8f9;--color-console-fg-subtle: #bdc4cc;--color-console-bg: #171b1e;--color-console-border: #2e353b;--color-console-hover-bg: #272d33;--color-console-active-bg: #2e353b;--color-console-menu-bg: #262b31;--color-console-menu-border: #414b55;--color-red: var(--c-palette_red_base);--color-orange: var(--c-palette_orange_base);--color-yellow: var(--c-palette_yellow_base);--color-olive: var(--c-palette_olive_base);--color-green: var(--c-palette_green_base);--color-teal: var(--c-palette_teal_base);--color-blue: var(--c-palette_blue_base);--color-violet: var(--c-palette_violet_base);--color-purple: var(--c-palette_purple_base);--color-pink: var(--c-palette_pink_base);--color-brown: var(--c-palette_brown_base);--color-black: var(--c-palette_black_base);--color-green-contrast: var(--color-white);--color-red-contrast: var(--color-white);--color-red-light: var(--c-palette_red_light_10\%);--color-orange-light: var(--c-palette_orange_light_10\%);--color-yellow-light: var(--c-palette_yellow_light_10\%);--color-olive-light: var(--c-palette_olive_light_10\%);--color-green-light: var(--c-palette_green_light_10\%);--color-teal-light: var(--c-palette_teal_light_10\%);--color-blue-light: var(--c-palette_blue_light_10\%);--color-violet-light: var(--c-palette_violet_light_10\%);--color-purple-light: var(--c-palette_purple_light_10\%);--color-pink-light: var(--c-palette_pink_light_10\%);--color-brown-light: var(--c-palette_brown_light_10\%);--color-black-light: var(--c-palette_white_light_10\%);--color-red-dark-1: var(--c-palette_red_dark_10\%);--color-orange-dark-1: var(--c-palette_orange_dark_10\%);--color-yellow-dark-1: var(--c-palette_yellow_dark_10\%);--color-olive-dark-1: var(--c-palette_olive_dark_10\%);--color-green-dark-1: var(--c-palette_green_dark_10\%);--color-teal-dark-1: var(--c-palette_teal_dark_10\%);--color-blue-dark-1: var(--c-palette_blue_dark_10\%);--color-violet-dark-1: var(--c-palette_violet_dark_10\%);--color-purple-dark-1: var(--c-palette_purple_dark_10\%);--color-pink-dark-1: var(--c-palette_pink_dark_10\%);--color-brown-dark-1: var(--c-palette_brown_dark_10\%);--color-black-dark-1: var(--c-palette_white_dark_10\%);--color-red-dark-2: var(--c-palette_red_dark_20\%);--color-orange-dark-2: var(--c-palette_orange_dark_20\%);--color-yellow-dark-2: var(--c-palette_yellow_dark_20\%);--color-olive-dark-2: var(--c-palette_olive_dark_20\%);--color-green-dark-2: var(--c-palette_green_dark_20\%);--color-teal-dark-2: var(--c-palette_teal_dark_20\%);--color-blue-dark-2: var(--c-palette_blue_dark_20\%);--color-violet-dark-2: var(--c-palette_violet_dark_20\%);--color-purple-dark-2: var(--c-palette_purple_dark_20\%);--color-pink-dark-2: var(--c-palette_pink_dark_20\%);--color-brown-dark-2: var(--c-palette_brown_dark_20\%);--color-black-dark-2: var(--c-palette_white_dark_20\%);--color-ansi-black: #1e2327;--color-ansi-red: #cc4848;--color-ansi-green: #87ab63;--color-ansi-yellow: #cc9903;--color-ansi-blue: #3a8ac6;--color-ansi-magenta: #d22e8b;--color-ansi-cyan: #00918a;--color-ansi-white: var(--color-console-fg-subtle);--color-ansi-bright-black: #424851;--color-ansi-bright-red: #d15a5a;--color-ansi-bright-green: #93b373;--color-ansi-bright-yellow: #eaaf03;--color-ansi-bright-blue: #4e96cc;--color-ansi-bright-magenta: #d74397;--color-ansi-bright-cyan: #00b6ad;--color-ansi-bright-white: var(--color-console-fg);--color-grey: var(--c-elevation_9);--color-grey-light: var(--c-elevation_11);--color-gold: var(--c-palette_yellow_dark_20\%);--color-white: var(--c-palette_white_base);--color-git: #f05133;--color-diff-added-linenum-bg: rgba(var(--c-palette_white_base-rgb), 0.2);--color-diff-added-row-bg: rgba(var(--c-palette_green_light_20\%-rgb), 0.25);--color-diff-added-row-border: rgba(var(--c-palette_green_light_25\%-rgb), 0.25);--color-diff-added-word-bg: rgba(var(--c-palette_green_light_6\%-rgb), 0.3);--color-diff-moved-row-bg: rgba(var(--c-palette_yellow_light_20\%-rgb), 0.25);--color-diff-moved-row-border: rgba(var(--c-palette_yellow_light_25\%-rgb), 0.25);--color-diff-removed-linenum-bg: rgba(var(--c-palette_white_base-rgb), 0.2);--color-diff-removed-row-bg: rgba(var(--c-palette_red_light_30\%-rgb), 0.15);--color-diff-removed-row-border: rgba(var(--c-palette_red_light_35\%-rgb), 0.2);--color-diff-removed-word-bg: rgba(var(--c-palette_red_light_25\%-rgb), 0.2);--color-diff-inactive: red;--color-error-border: var(--c-palette_red_base);--color-error-bg: rgba(var(--c-palette_red_base-rgb), 0.15);--color-error-bg-active: var(--c-palette_red_light_6\%);--color-error-bg-hover: var(--c-palette_red_light_12\%);--color-error-text: var(--c-palette_red_base);--color-success-border: var(--c-palette_green_light_12\%);--color-success-bg: rgba(var(--c-palette_green_base-rgb), 0.15);--color-success-text: var(--c-text);--color-warning-border: var(--c-palette_yellow_light_12\%);--color-warning-bg: var(--c-palette_yellow_base);--color-warning-text: var(--c-elevation_3);--color-info-border: var(--c-palette_blue_light_12\%);--color-info-bg: var(--c-elevation_3);--color-info-text: var(--c-text);--color-red-badge: var(--c-palette_red_dark_20\%);--color-red-badge-bg: rgba(var(--c-palette_red_dark_20\%-rgb), .1);--color-red-badge-hover-bg: rgba(var(--c-palette_red_dark_20\%-rgb), .2);--color-green-badge: var(--c-palette_green_base);--color-green-badge-bg: rgba(var(--c-palette_green_base-rgb), .1);--color-green-badge-hover-bg: rgba(var(--c-palette_green_base-rgb), .2);--color-yellow-badge: var(--c-palette_yellow_dark_10\%);--color-yellow-badge-bg: rgba(var(--c-palette_yellow_dark_10\%-rgb), .1);--color-yellow-badge-hover-bg: rgba(var(--c-palette_yellow_dark_10\%-rgb), .2);--color-orange-badge: var(--c-palette_orange_dark_10\%);--color-orange-badge-bg: rgba(var(--c-palette_orange_dark_10\%-rgb), .1);--color-orange-badge-hover-bg: rgba(var(--c-palette_orange_dark_10\%-rgb), .2);--color-body: var(--c-elevation_3);--color-text-dark: var(--c-text);--color-text: var(--c-text);--color-text-light: var(--c-subtle);--color-text-light-1: var(--c-subtle);--color-text-light-2: var(--c-subtle);--color-text-light-3: var(--c-subtle);--color-footer: rgba(var(--c-elevation_2-rgb), 0.2);--color-timeline: var(--c-elevation_5);--color-timeline-badge-fg: var(--v-color-text);--color-box-header: rgba(var(--c-elevation_4-rgb), 1);--color-box-body: var(--c-elevation_3);--color-box-body-highlight: var(--c-elevation_4);--color-input-text: var(--color-text-dark);--color-input-background: var(--c-elevation_4);--color-input-toggle-background: var(--c-elevation_4);--color-input-border: var(--c-elevation_5);--color-input-border-hover: var(--c-elevation_6);--color-light: #00001728;--color-light-mimic-enabled: rgba(0, 0, 0, calc(40 / 255 * 222 / 255 / var(--opacity-disabled)));--color-light-border: var(--c-elevation_6);--color-hover: rgba(var(--c-elevation_6-rgb), 0.5);--color-hover-opaque: var(--c-elevation_6-rgb);--color-active: var(--c-elevation_5);--color-menu: var(--c-elevation_4);--color-card: var(--c-elevation_3);--color-markup-table-row: rgba(var(--c-text-rgb), 0.02);--color-markup-code-block: var(--c-elevation_4);--color-markup-code-inline: var(--c-elevation_4);--color-button: var(--c-elevation_4);--color-code-bg: var(--c-elevation_3);--color-shadow: rgba(var(--c-elevation_6-rgb), 0.5);--color-shadow-opaque: var(--c-elevation_6);--color-shadow-rgb: var(--c-elevation_6-rgb);--color-secondary-bg: var(--c-elevation_4);--color-expand-button: var(--c-elevation_6);--color-placeholder-text: var(--c-elevation_9);--color-editor-line-highlight: var(--color-primary-light-5);--color-project-column-bg: var(--c-elevation_1);--color-caret: var(--color-text);--color-reaction-bg: rgba(var(--c-primary_dark_30\%-rgb), .1);--color-reaction-hover-bg: rgba(var(--c-primary_dark_30\%-rgb), .2);--color-reaction-active-bg: rgba(var(--c-primary_dark_30\%-rgb), .05);--color-tooltip-text: var(--c-elevation_1);--color-tooltip-bg: var(--c-elevation_10);--color-overlay-backdrop: rgba(var(--c-elevation_1-rgb), 0.8);--color-nav-bg: var(--c-navbar_bg, var(--c-elevation_4));--color-nav-hover-bg: var(--c-navbar_hover, var(--c-elevation_5));--color-nav-text: var(--c-navbar_fg, var(--color-text));--color-secondary-nav-bg: var(--c-elevation_4);--color-secondary-nav-hover-bg: var(--c-elevation_5);--color-label-text: var(--color-text);--color-label-bg: #7282924b;--color-label-hover-bg: #728292a0;--color-label-active-bg: #728292ff;--color-accent: var(--c-accent, var(--c-palette_blue_dark_25\%));--color-small-accent: var(--c-accent, var(--color-primary-light-5));--color-highlight-fg: var(--c-palette_yellow_dark_20\%);--color-highlight-bg: var(--c-palette_yellow_dark_75\%)}#commits-table{--color-light: transparent !important}#navbar #navbar-logo img{height:var(--v-navbar-logo_height)!important;width:var(--v-navbar-logo_width)!important}.markup code{border-radius:var(--v-measure_\.375x)!important}.markup p{line-height:1.5!important}::selection{background-color:var(--c-primary_dark_60\%);color:var(--c-primary_dark_60\%-c)}.ui.label{border-radius:var(--v-measure_1\.25x)}.ui.label.scope-left{border-top-right-radius:0;border-bottom-right-radius:0}.ui.label.scope-right{border-top-left-radius:0;border-bottom-left-radius:0}.ui.label.green{color:var(--color-green-contrast)!important}.ui.label.red{color:var(--color-red-contrast)!important}.label.isSigned{font-size:var(--v-font-size_sm)!important;margin:0px 0.25em!important;padding:0!important;display:inline-flex!important;gap:0px!important;border-radius:16px!important;--color-light-border: rgba(var(--c-palette_green_base-rgb), 1) !important;--color-label-bg: none !important;--color-text: rgba(var(--c-palette_green_base-rgb), 1) !important;--color-green-badge-bg: none !important;--color-green-badge-hover-bg: rgba(var(--c-palette_green_base-rgb), 0.05) !important;--color-label-hover-bg: rgba(var(--c-palette_green_base-rgb), 0.05) !important;--color-label-text: rgba(var(--c-palette_green_base-rgb), 1) !important;--color-green-badge: rgba(var(--c-palette_green_base-rgb), 1) !important}.label.isSigned .shortsha{padding:2px 6px 2px 8px!important}.label.isSigned .ui.detail.icon.button{opacity:1!important;padding:2px 8px 2px 6px!important;margin:0!important;background:none!important;border-color:rgba(var(--c-palette_green_base-rgb),1)!important}.label.isSigned.isVerified .ui.detail.icon.button{padding:2px 8px 2px 6px!important}.combo-markdown-editor .top.tabular.menu{background-color:var(--color-box-header);border-radius:var(--border-radius) var(--border-radius)0 0;min-height:0px;margin-bottom:var(--v-measure_1x)!important}.combo-markdown-editor .top.tabular.menu .item{margin:-1px 0 0-1px;border-top-left-radius:var(--border-radius)!important;border-top-right-radius:var(--border-radius)!important;padding:var(--v-measure_\.5x) var(--v-measure_\.75x)!important;font-weight:400}.combo-markdown-editor .top.tabular.menu .item:hover{color:var(--color-text-light-2)}.combo-markdown-editor .top.tabular.menu .item.active{color:var(--color-text)}.combo-markdown-editor .top.tabular.menu .item.active:after{display:block;content:"";position:absolute;top:100%;right:0;width:100%;height:1px;background-color:var(--color-body)}.combo-markdown-editor .tab .EasyMDEContainer{border:none!important}.combo-markdown-editor .tab .EasyMDEContainer .editor-toolbar{border:none!important}.combo-markdown-editor .tab markdown-toolbar,.combo-markdown-editor .tab .EasyMDEContainer .editor-toolbar{padding:0 10px!important}.combo-markdown-editor .tab markdown-toolbar .markdown-toolbar-group,.combo-markdown-editor .tab .EasyMDEContainer .editor-toolbar .markdown-toolbar-group{border:none!important;padding:0!important}.combo-markdown-editor .tab markdown-toolbar .markdown-toolbar-group:not(:last-child):after,.combo-markdown-editor .tab .EasyMDEContainer .editor-toolbar .markdown-toolbar-group:not(:last-child):after{content:"";display:block;position:relative;width:1px;flex:1;margin:var(--v-measure_\.375x) var(--v-measure_\.375x)!important;background-color:var(--c-elevation_6)}.combo-markdown-editor .tab markdown-toolbar .markdown-toolbar-button,.combo-markdown-editor .tab markdown-toolbar button,.combo-markdown-editor .tab .EasyMDEContainer .editor-toolbar .markdown-toolbar-button,.combo-markdown-editor .tab .EasyMDEContainer .editor-toolbar button{line-height:0;display:inline-block;color:var(--color-text-light-2)!important;padding:var(--v-measure_\.375x)!important;transition:background-color 0.1s ease;border-radius:var(--v-measure_\.375x)!important;height:auto;min-width:fit-content}.combo-markdown-editor .tab markdown-toolbar .markdown-toolbar-button:hover,.combo-markdown-editor .tab markdown-toolbar button:hover,.combo-markdown-editor .tab .EasyMDEContainer .editor-toolbar .markdown-toolbar-button:hover,.combo-markdown-editor .tab .EasyMDEContainer .editor-toolbar button:hover{background-color:var(--c-elevation_5)!important}.combo-markdown-editor .tab markdown-toolbar .markdown-toolbar-button[level],.combo-markdown-editor .tab markdown-toolbar button[level],.combo-markdown-editor .tab .EasyMDEContainer .editor-toolbar .markdown-toolbar-button[level],.combo-markdown-editor .tab .EasyMDEContainer .editor-toolbar button[level]{width:34px}.combo-markdown-editor .tab markdown-toolbar .markdown-toolbar-button[aria-checked=true],.combo-markdown-editor .tab markdown-toolbar button[aria-checked=true],.combo-markdown-editor .tab .EasyMDEContainer .editor-toolbar .markdown-toolbar-button[aria-checked=true],.combo-markdown-editor .tab .EasyMDEContainer .editor-toolbar button[aria-checked=true]{background-color:var(--c-elevation_4)}.combo-markdown-editor .tab markdown-toolbar button:after,.combo-markdown-editor .tab .EasyMDEContainer .editor-toolbar button:after{vertical-align:unset!important}.combo-markdown-editor .tab textarea,.combo-markdown-editor .tab .CodeMirror.cm-s-easymde.CodeMirror-wrap{background-color:transparent!important;border:none!important;padding:var(--v-measure_1x) var(--v-measure_1x)!important}.combo-markdown-editor .tab .editor-statusbar{margin-bottom:0!important}.combo-markdown-editor .tab.markup{padding:0 var(--v-measure_1x) var(--v-measure_1x)}.combo-markdown-editor{border:1px solid var(--color-secondary);border-radius:var(--border-radius)}.combo-markdown-editor:focus-within{outline:2px solid var(--color-accent);border-radius:var(--border-radius)}.combo-markdown-editor textarea:focus{outline:none!important}.combo-markdown-editor .ui.tab.markup[data-tab-panel=markdown-previewer]{border-bottom:0px}#comment-form,.edit-content-zone,.comment-form,.comment-code-cloud form{padding:0!important;border:none!important}#comment-form .field,.edit-content-zone .field,.comment-form .field,.comment-code-cloud form .field{margin-bottom:var(--v-measure_1x)!important}.ui.dropdown>.menu{--border-radius: var(--v-measure_\.75x);opacity:0;overflow-x:hidden;border-radius:var(--border-radius)!important;transition:opacity 0.2s ease!important;box-shadow:0px 6px 12px -3px rgba(var(--color-shadow-rgb),0.5),0px 6px 18px 0px rgba(var(--color-shadow-rgb),0.1)!important}.ui.dropdown>.menu.hidden{opacity:0!important}.ui.dropdown>.menu.visible,.ui.dropdown>.menu.show{opacity:1!important}.ui.dropdown>.menu .divider{margin-top:var(--v-measure_\.5x)!important;margin-bottom:var(--v-measure_\.5x)!important}.ui.dropdown>.menu .item:not(.comment-reaction-button){--border-radius: var(--v-measure_\.375x);margin:0 var(--v-measure_\.5x)!important;border-radius:var(--border-radius)!important;padding:var(--v-measure_\.375x) var(--v-measure_\.5x)!important;line-height:1!important;display:flex;flex-wrap:wrap;align-content:center;width:auto}.ui.dropdown>.menu .item:not(.comment-reaction-button):first-of-type{margin-top:var(--v-measure_\.5x)!important}.ui.dropdown>.menu .item:not(.comment-reaction-button):last-of-type{margin-bottom:var(--v-measure_\.5x)!important}.ui.dropdown>.menu .item:not(.comment-reaction-button).clear-selection{margin-bottom:var(--v-measure_\.5x)!important}.ui.dropdown>.menu input[type=text],.ui.dropdown>.menu input[name=search]{--color-input-background: var(--c-elevation_1);--color-input-border: var(--c-elevation_5);min-height:var(--v-measure_2x)!important;padding:0 var(--v-measure_\.5x)!important;font-size:var(--v-font-size_md)!important;border-radius:var(--v-measure_\.375x)!important}.ui.dropdown>.menu input[type=text]:focus,.ui.dropdown>.menu input[name=search]:focus{--color-primary: var(--color-accent)}.ui.dropdown>.menu .scrolling.menu .item{gap:var(--v-measure_\.5x)!important}.ui.dropdown>.menu .scrolling.menu .item:hover:before{position:absolute;top:calc(50% - 12px);left:-8px;width:4px;height:24px;content:"";background-color:var(--color-accent);border-radius:6px}.ui.dropdown>.menu .scrolling.menu .item .item-check-mark{background-color:var(--c-elevation_6);visibility:visible!important;display:inline-flex;padding:2px;border-radius:var(--v-measure_\.375x);border:1px solid var(--c-elevation_8)}.ui.dropdown>.menu .scrolling.menu .item .item-check-mark svg{visibility:hidden}.ui.dropdown>.menu .scrolling.menu .item .item-secondary-info{flex-basis:100%;padding:0 0 0 var(--v-measure_\.5x);color:var(--c-subtle);line-height:100%;white-space:nowrap;overflow-x:hidden}.ui.dropdown>.menu .scrolling.menu .item .item-secondary-info small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ui.dropdown>.menu .scrolling.menu .item.checked .item-check-mark{background-color:var(--color-accent)}.ui.dropdown>.menu .scrolling.menu .item.checked .item-check-mark svg{visibility:visible}.ui.dropdown:not(.upward)>.menu{top:calc(100% + var(--v-measure_\.5x))!important}.ui.dropdown.upward>.menu{bottom:calc(100% + var(--v-measure_\.5x))!important}.ui.dropdown.upward.selection.visible,.ui.dropdown.active.upward.selection{border-top-left-radius:var(--border-radius)!important;border-top-right-radius:var(--border-radius)!important;border-bottom-left-radius:var(--border-radius)!important;border-bottom-right-radius:var(--border-radius)!important}.ui.dropdown.selection.active,.ui.dropdown.selection.active:hover,.ui.dropdown.selection.active .menu,.ui.dropdown.selection.active:hover .menu{border-color:var(--color-secondary)!important}.ui.dropdown.selection{--border-radius: var(--v-measure_\.5x);border-radius:var(--border-radius)!important}.ui.dropdown.selection:focus,.ui.dropdown.selection.active{border-color:var(--color-secondary)!important;outline:2px solid var(--color-accent)}.ui.dropdown.selection.active{border-radius:var(--border-radius)!important}.ui.dropdown.selection>.menu{border-radius:var(--border-radius)!important;border-top-width:1px!important;border-color:var(--color-secondary)!important;flex-direction:column;gap:var(--v-measure_\.25x)}.ui.dropdown.selection>.menu.visible{display:flex}.ui.dropdown.selection>.menu .item{border:none!important}.ui.menu{border-radius:var(--border-radius)}.ui.menu>.item:first-child{border-radius:var(--border-radius)0 0 var(--border-radius)}.ui.menu.compact:not(.secondary) .item:last-child{border-radius:0 var(--border-radius) var(--border-radius)0}.ui.secondary.menu{gap:var(--v-measure_\.25x)}.ui.secondary.menu.vertical>.item{border:none;margin:0 0 var(--v-measure_\.25x)0;border-radius:var(--border-radius)!important}.ui.secondary.menu .dropdown.item.active:hover,.ui.secondary.menu a.item.active:hover{color:var(--color-text);background:var(--color-hover)}.ui.tabular.menu .active.item,.ui.tabular.menu .active.item:hover{border-radius:var(--border-radius) var(--border-radius)0 0!important}input,textarea,.ui.input>input,.ui.form input:not([type]),.ui.form select,.ui.form textarea,.ui.form input[type=date],.ui.form input[type=datetime-local],.ui.form input[type=email],.ui.form input[type=file],.ui.form input[type=number],.ui.form input[type=password],.ui.form input[type=search],.ui.form input[type=tel],.ui.form input[type=text],.ui.form input[type=time],.ui.form input[type=url],.ui.selection.dropdown{border-color:var(--color-input-border);color:var(--color-input-text);border-radius:var(--border-radius);line-height:20px;padding:calc(var(--v-measure_\.375x) - 1px) var(--v-measure_\.75x)}input+.ui.button:last-child,textarea+.ui.button:last-child,.ui.input>input+.ui.button:last-child,.ui.form input:not([type])+.ui.button:last-child,.ui.form select+.ui.button:last-child,.ui.form textarea+.ui.button:last-child,.ui.form input[type=date]+.ui.button:last-child,.ui.form input[type=datetime-local]+.ui.button:last-child,.ui.form input[type=email]+.ui.button:last-child,.ui.form input[type=file]+.ui.button:last-child,.ui.form input[type=number]+.ui.button:last-child,.ui.form input[type=password]+.ui.button:last-child,.ui.form input[type=search]+.ui.button:last-child,.ui.form input[type=tel]+.ui.button:last-child,.ui.form input[type=text]+.ui.button:last-child,.ui.form input[type=time]+.ui.button:last-child,.ui.form input[type=url]+.ui.button:last-child,.ui.selection.dropdown+.ui.button:last-child{border-top-right-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius)}input:hover,textarea:hover,.ui.input>input:hover,.ui.form input:not([type]):hover,.ui.form select:hover,.ui.form textarea:hover,.ui.form input[type=date]:hover,.ui.form input[type=datetime-local]:hover,.ui.form input[type=email]:hover,.ui.form input[type=file]:hover,.ui.form input[type=number]:hover,.ui.form input[type=password]:hover,.ui.form input[type=search]:hover,.ui.form input[type=tel]:hover,.ui.form input[type=text]:hover,.ui.form input[type=time]:hover,.ui.form input[type=url]:hover,.ui.selection.dropdown:hover{border-color:var(--color-input-border);color:var(--color-input-text)}input:focus,textarea:focus,.ui.input>input:focus,.ui.form input:not([type]):focus,.ui.form select:focus,.ui.form textarea:focus,.ui.form input[type=date]:focus,.ui.form input[type=datetime-local]:focus,.ui.form input[type=email]:focus,.ui.form input[type=file]:focus,.ui.form input[type=number]:focus,.ui.form input[type=password]:focus,.ui.form input[type=search]:focus,.ui.form input[type=tel]:focus,.ui.form input[type=text]:focus,.ui.form input[type=time]:focus,.ui.form input[type=url]:focus,.ui.selection.dropdown:focus{border-radius:var(--border-radius);border-color:var(--color-input-border);color:var(--color-input-text);outline:2px solid var(--color-accent);background-color:var(--c-elevation_2)}input.active,textarea.active,.ui.input>input.active,.ui.form input:not([type]).active,.ui.form select.active,.ui.form textarea.active,.ui.form input[type=date].active,.ui.form input[type=datetime-local].active,.ui.form input[type=email].active,.ui.form input[type=file].active,.ui.form input[type=number].active,.ui.form input[type=password].active,.ui.form input[type=search].active,.ui.form input[type=tel].active,.ui.form input[type=text].active,.ui.form input[type=time].active,.ui.form input[type=url].active,.ui.selection.dropdown.active{border-radius:var(--border-radius);outline:2px solid var(--color-accent)}input.active>input.search,textarea.active>input.search,.ui.input>input.active>input.search,.ui.form input:not([type]).active>input.search,.ui.form select.active>input.search,.ui.form textarea.active>input.search,.ui.form input[type=date].active>input.search,.ui.form input[type=datetime-local].active>input.search,.ui.form input[type=email].active>input.search,.ui.form input[type=file].active>input.search,.ui.form input[type=number].active>input.search,.ui.form input[type=password].active>input.search,.ui.form input[type=search].active>input.search,.ui.form input[type=tel].active>input.search,.ui.form input[type=text].active>input.search,.ui.form input[type=time].active>input.search,.ui.form input[type=url].active>input.search,.ui.selection.dropdown.active>input.search{outline:none}.ui.action.input:not([class*="left action"])>input:focus{border-right-color:var(--color-input-border);z-index:1}.ui.action.input>.dropdown:not(:first-child):not(:last-child),.ui.action.input>.button:not(:first-child):not(:last-child),.ui.action.input>.buttons:not(:first-child):not(:last-child)>.button{border-radius:0!important}.ui.action.input:not([class*="left action"])>input:focus+.ui.dropdown.selection,.ui.action.input:not([class*="left action"])>input:focus+.ui.dropdown.selection:hover,.ui.action.input:not([class*="left action"])>input:focus+.button,.ui.action.input:not([class*="left action"])>input:focus+.button:hover,.ui.action.input:not([class*="left action"])>input:focus+i.icon+.button,.ui.action.input:not([class*="left action"])>input:focus+i.icon+.button:hover{border-left-color:var(--color-input-border)}.ui.form .field>label{margin:0 0 var(--v-measure_\.375x);font-size:var(--v-font-size_md);font-weight:600}.ui.form textarea,.ui.form input:not([type]),.ui.form input[type=date],.ui.form input[type=datetime-local],.ui.form input[type=email],.ui.form input[type=number],.ui.form input[type=password],.ui.form input[type=search],.ui.form input[type=tel],.ui.form input[type=time],.ui.form input[type=text],.ui.form input[type=file],.ui.form input[type=url]{min-height:2.71428571em}.ui.selection.dropdown{min-height:2.71428571em}.ui.selection.dropdown>input{min-height:0}.ui.selection.dropdown>input:focus{outline:none}.ui.multiple.dropdown>.label,.ui.multiple.search.dropdown>input.search{padding:var(--v-measure_\.375x) var(--v-measure_\.75x);margin:0.14285714rem 0.28571429rem 0.14285714rem 0}.ui.multiple.search.dropdown>input.search{padding-left:0}.ui.checkbox label,.ui.radio.checkbox label{margin-left:20px!important}.non-diff-file-content .ui.segment.list-header{border-radius:var(--border-radius);margin-bottom:var(--v-measure_1x)!important;gap:var(--v-measure_\.5x);padding:var(--v-measure_\.5x) var(--v-measure_\.75x)}.non-diff-file-content .ui.segment.list-header .latest-commit{gap:var(--v-measure_\.5x)}.non-diff-file-content .ui.segment.list-header .commit-summary{color:var(--c-subtle)}.non-diff-file-content .ui.segment.list-header .age{font-size:12px}.non-diff-file-content .ui.top.attached.header{border-top-left-radius:var(--border-radius);border-top-right-radius:var(--border-radius)}.non-diff-file-content .ui.top.attached.header .file-info{color:var(--c-subtle)!important}.non-diff-file-content .ui.top.attached.header .btn-octicon{--color-text: var(--c-subtle)}.non-diff-file-content .ui.attached.segment:has(+.ui[class*="top attached"].header),.non-diff-file-content .ui.attached.segment:has(+.page.buttons),.non-diff-file-content .ui.attached.segment:last-child,.non-diff-file-content .ui.segment:has(+.ui.segment:not(.attached)),.non-diff-file-content .ui.attached.segment:has(+.ui.modal){border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius)}img.ui.avatar:not(.org-avatar),.ui.avatar img:not(.org-avatar),.ui.avatar svg:not(.org-avatar){border-radius:50%!important;object-fit:fill}.code-comment-buttons-buttons button:not(.labeled):not(.icon){padding:0.78571429em!important}.ui.buttons.icon .button,.ui.buttons.icon:not(.compact){padding:50px 50px}.ui.buttons .button{border-right:none;flex:1 0 auto;border-radius:0;margin:0}.ui.buttons .button:first-child{border-top-left-radius:var(--border-radius);border-bottom-left-radius:var(--border-radius);border-top-right-radius:0;border-bottom-right-radius:0}.ui.buttons .button.button:last-child{border-top-right-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius);border-top-left-radius:0;border-bottom-left-radius:0}.ui.button{border-radius:var(--border-radius);transition:color 0.1s ease,background-color 0.1s ease,border-color 0.1s ease;padding:calc(var(--v-measure_\.375x) - 1px) var(--v-measure_1x);font-size:var(--v-font-size_md);line-height:20px}.ui.button.tiny{font-size:var(--v-font-size_sm);line-height:var(--v-font-size_sm)}.ui.button.basic{border-radius:var(--border-radius)}.ui.button.red,.ui.button.red.basic{border-color:var(--color-secondary);background:var(--color-button);color:var(--color-red)}.ui.button.red:hover,.ui.button.red.basic:hover{background:var(--color-red-dark-2);color:var(--color-white)}.ui.button.red.basic,.ui.button.red.basic.basic{border-color:rgba(var(--c-palette_red_base-rgb),0.4)}.ui.button.primary,.ui.button.red,.ui.button.basic{font-weight:500}.ui.button.green{color:var(--color-white);background:var(--color-green-dark-2)}.ui.segment{margin:var(--v-measure_1x)0;padding:var(--v-measure_1x);border-radius:var(--border-radius)}.ui.segment form>*:first-child{margin-top:0}.ui.segment form>*:last-child{margin-bottom:0}.ui.top.attached.header{border-radius:var(--border-radius) var(--border-radius)0 0}.ui.attached.segment:has(+.ui[class*="top attached"].header),.ui.attached.segment:has(+.page.buttons),.ui.attached.segment:last-child,.ui.segment:has(+.ui.segment:not(.attached)),.ui.attached.segment:has(+.ui.modal){border-bottom-left-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius)}.ui.segments:not(.horizontal)>.segment:first-child,.ui.segments.horizontal>.segment:first-child{border-radius:var(--border-radius)}.ui.segments:not(.horizontal)>.segment:last-child,.ui.horizontal.segments>.segment:last-child{border-radius:var(--border-radius)}.comment .content{background-color:var(--color-box-body)}.comment .content>.comment-header:before,.comment .content>.comment-header:after,.comment .content>.ui.segment:before,.comment .content>.ui.segment:after{display:none}.comment .content .comment-header{padding:var(--v-measure_\.25x) var(--v-measure_\.25x) var(--v-measure_\.25x) var(--v-measure_1x)!important}.comment .content .comment-header .comment-header-left .text{color:var(--c-subtle)!important}.comment .content .comment-header .comment-header-left .text .author{color:var(--c-text)!important}.comment .content .comment-header .comment-header-right *{color:var(--c-subtle)!important}.comment .content .comment-header .comment-header-right .label{height:var(--v-measure_1\.25x, 1.25rem)!important;padding:0px var(--v-measure_\.375x)!important;border-radius:var(--v-measure_1x)!important}.comment-list .comment>.content>div:last-child{border-bottom-left-radius:var(--border-radius)!important;border-bottom-right-radius:var(--border-radius)!important}.comment-list .comment>.content>div:first-child{border-top-left-radius:var(--border-radius)!important;border-top-right-radius:var(--border-radius)!important}.ui.comments .comment{margin:var(--v-measure_\.25x)0 0}.markup .task-list-item input[type=checkbox]{margin:0 0.5em 0.25em -1.4em}.markup input[type=checkbox]{--border-radius: var(--v-measure_\.25x);width:var(--v-measure_1x);height:var(--v-measure_1x);margin-right:4px;--color-input-background: var(--c-elevation_5)}.markup input[type=checkbox]:checked{background-color:var(--color-primary)}.markup input[type=checkbox]:after{--color-text: var(--color-primary-contrast)}.markup input[type=checkbox]:not([disabled]):hover,.markup input[type=checkbox]:not([disabled]):active{border-color:var(--color-secondary);background-color:var(--c-elevation_6)}.markup input[type=checkbox]:not([disabled]):hover:checked,.markup input[type=checkbox]:not([disabled]):active:checked{background-color:var(--color-primary-hover)}.chroma .code-inner{font:14px var(--v-code-font-family)}.chroma .bp{color:var(--c-palette_orange_dark_15\%);font-weight:600}.chroma .c{color:var(--c-subtle);font-style:italic}.chroma .c1{color:var(--c-subtle);font-style:italic}.chroma .ch{color:var(--c-subtle);font-style:italic}.chroma .cm{color:var(--c-subtle);font-style:italic}.chroma .cp{color:var(--c-palette_blue_dark_15\%)}.chroma .cpf{color:var(--c-palette_blue_dark_15\%)}.chroma .cs{color:var(--c-subtle)}.chroma .dl{color:var(--c-palette_blue_dark_15\%)}.chroma .gd{color:var(--c-palette_black_base);background-color:rgba(var(--c-palette_red_dark_15\%-rgb),0.25)}.chroma .ge{font-style:italic}.chroma .gh{color:var(--c-palette_teal_dark_15\%)}.chroma .gi{color:var(--c-palette_black_base);background-color:rgba(var(--c-palette_green_dark_10\%-rgb),0.3)}.chroma .go{color:var(--c-palette_orange_dark_15\%)}.chroma .gp{color:var(--c-subtle);font-weight:bold}.chroma .gr{color:var(--c-palette_brown_dark_15\%)}.chroma .gs{font-weight:bold}.chroma .gt{color:var(--c-palette_brown_dark_15\%)}.chroma .gu{color:var(--c-palette_teal_dark_15\%)}.chroma .il{color:var(--c-palette_orange_dark_15\%)}.chroma .k{color:var(--c-palette_purple_dark_10\%);font-weight:600}.chroma .kc{color:var(--c-palette_yellow_dark_25\%)}.chroma .kd{color:var(--c-palette_purple_dark_10\%);font-weight:600}.chroma .kn{color:var(--c-palette_yellow_dark_25\%)}.chroma .kp{color:var(--c-palette_purple_dark_10\%);font-weight:600}.chroma .kr{color:var(--c-palette_purple_dark_10\%);font-weight:600}.chroma .kt{color:var(--c-palette_yellow_dark_25\%)}.chroma .m{color:var(--c-palette_orange_dark_15\%)}.chroma .mb{color:var(--c-palette_orange_dark_15\%)}.chroma .mf{color:var(--c-palette_orange_dark_15\%)}.chroma .mh{color:var(--c-palette_orange_dark_15\%)}.chroma .mi{color:var(--c-palette_orange_dark_15\%)}.chroma .mo{color:var(--c-palette_orange_dark_15\%)}.chroma .n{color:var(--c-palette_violet_dark_50\%)}.chroma .na{color:var(--c-palette_yellow_dark_25\%)}.chroma .nb{color:var(--c-palette_orange_dark_15\%);font-weight:600}.chroma .nc{color:var(--c-palette_pink_dark_25\%)}.chroma .nd{color:var(--c-palette_pink_dark_25\%)}.chroma .ne{color:var(--c-palette_brown_dark_15\%)}.chroma .nf{color:var(--c-palette_blue_dark_15\%)}.chroma .ni{color:var(--c-palette_pink_dark_25\%)}.chroma .nl{color:var(--c-palette_yellow_dark_25\%)}.chroma .nn{color:var(--c-palette_yellow_dark_25\%)}.chroma .no{color:var(--c-palette_yellow_dark_25\%)}.chroma .nt{color:var(--c-palette_purple_dark_10\%)}.chroma .nv{color:var(--c-palette_orange_dark_15\%)}.chroma .nx{color:var(--c-palette_orange_dark_15\%)}.chroma .o{color:var(--c-palette_teal_dark_15\%)}.chroma .ow{color:var(--c-palette_teal_dark_15\%);font-weight:bold}.chroma .p{color:var(--c-subtle)}.chroma .s{color:var(--c-palette_green_dark_10\%)}.chroma .s1{color:var(--c-palette_green_dark_10\%)}.chroma .s2{color:var(--c-palette_green_dark_10\%)}.chroma .sa{color:var(--c-palette_green_dark_10\%)}.chroma .sb{color:var(--c-palette_green_dark_10\%)}.chroma .sc{color:var(--c-palette_green_dark_10\%)}.chroma .sd{color:var(--c-palette_green_dark_10\%)}.chroma .se{color:var(--c-palette_blue_dark_15\%)}.chroma .sh{color:var(--c-palette_green_dark_10\%)}.chroma .si{color:var(--c-palette_green_dark_10\%)}.chroma .sr{color:var(--c-palette_blue_dark_15\%)}.chroma .ss{color:var(--c-palette_green_dark_10\%)}.chroma .sx{color:var(--c-palette_green_dark_10\%)}.chroma .vc{color:var(--c-palette_yellow_dark_25\%)}.chroma .vg{color:var(--c-palette_orange_dark_15\%)}.chroma .vi{color:var(--c-palette_yellow_dark_25\%)}.chroma .w{color:var(--c-elevation_8)}.CodeMirror .cm-property,.CodeMirror.cm-s-default .cm-property,.CodeMirror.cm-s-paper .cm-property{color:var(--c-text)}.CodeMirror .cm-header,.CodeMirror.cm-s-default .cm-header,.CodeMirror.cm-s-paper .cm-header{color:var(--c-text)}.CodeMirror .cm-quote,.CodeMirror.cm-s-default .cm-quote,.CodeMirror.cm-s-paper .cm-quote{color:var(--c-palette_green_base)}.CodeMirror .cm-keyword,.CodeMirror.cm-s-default .cm-keyword,.CodeMirror.cm-s-paper .cm-keyword{color:var(--c-palette_purple_base)}.CodeMirror .cm-atom,.CodeMirror.cm-s-default .cm-atom,.CodeMirror.cm-s-paper .cm-atom{color:var(--c-palette_red_base)}.CodeMirror .cm-number,.CodeMirror.cm-s-default .cm-number,.CodeMirror.cm-s-paper .cm-number{color:var(--c-palette_orange_base)}.CodeMirror .cm-def,.CodeMirror.cm-s-default .cm-def,.CodeMirror.cm-s-paper .cm-def{color:var(--c-text)}.CodeMirror .cm-variable-2,.CodeMirror.cm-s-default .cm-variable-2,.CodeMirror.cm-s-paper .cm-variable-2{color:var(--c-palette_blue_base)}.CodeMirror .cm-variable-3,.CodeMirror.cm-s-default .cm-variable-3,.CodeMirror.cm-s-paper .cm-variable-3{color:var(--c-palette_teal_base)}.CodeMirror .cm-comment,.CodeMirror.cm-s-default .cm-comment,.CodeMirror.cm-s-paper .cm-comment{color:var(--c-elevation_6)}.CodeMirror .cm-string,.CodeMirror.cm-s-default .cm-string,.CodeMirror.cm-s-paper .cm-string{color:var(--c-palette_green_base)}.CodeMirror .cm-string-2,.CodeMirror.cm-s-default .cm-string-2,.CodeMirror.cm-s-paper .cm-string-2{color:var(--c-palette_green_base)}.CodeMirror .cm-meta,.CodeMirror.cm-s-default .cm-meta,.CodeMirror.cm-s-paper .cm-meta{color:var(--c-palette_orange_base)}.CodeMirror .cm-qualifier,.CodeMirror.cm-s-default .cm-qualifier,.CodeMirror.cm-s-paper .cm-qualifier{color:var(--c-palette_orange_base)}.CodeMirror .cm-builtin,.CodeMirror.cm-s-default .cm-builtin,.CodeMirror.cm-s-paper .cm-builtin{color:var(--c-palette_orange_base)}.CodeMirror .cm-bracket,.CodeMirror.cm-s-default .cm-bracket,.CodeMirror.cm-s-paper .cm-bracket{color:var(--c-text)}.CodeMirror .cm-tag,.CodeMirror.cm-s-default .cm-tag,.CodeMirror.cm-s-paper .cm-tag{color:var(--c-palette_yellow_base)}.CodeMirror .cm-attribute,.CodeMirror.cm-s-default .cm-attribute,.CodeMirror.cm-s-paper .cm-attribute{color:var(--c-palette_yellow_base)}.CodeMirror .cm-hr,.CodeMirror.cm-s-default .cm-hr,.CodeMirror.cm-s-paper .cm-hr{color:var(--c-elevation_9)}.CodeMirror .cm-url,.CodeMirror.cm-s-default .cm-url,.CodeMirror.cm-s-paper .cm-url{color:var(--c-palette_blue_base)}.CodeMirror .cm-link,.CodeMirror.cm-s-default .cm-link,.CodeMirror.cm-s-paper .cm-link{color:var(--c-palette_blue_base)}.CodeMirror .cm-error,.CodeMirror.cm-s-default .cm-error,.CodeMirror.cm-s-paper .cm-error{color:var(--c-palette_red_base)}.monaco-editor{--vscode-editor-background: var(--c-elevation_0) !important;--vscode-editorGutter-background: var(--c-elevation_0) !important}.monaco-editor .selected-text{background-color:var(--c-elevation_4)!important}.monaco-editor .margin-view-overlays .line-numbers{color:var(--c-elevation_10)!important}.monaco-editor .line-numbers.active-line-number{color:var(--c-primary_base)!important}.monaco-editor .view-overlays .current-line,.monaco-editor .margin-view-overlays .current-line-margin{background-color:var(--c-elevation_2)!important}.monaco-editor .mtk1{color:var(--c-text)!important}.monaco-editor .mtk2{color:#ff69b4!important}.monaco-editor .mtk3{color:var(--c-palette_orange_base)!important}.monaco-editor .mtk4{color:var(--c-palette_teal_base)!important}.monaco-editor .mtk5{color:var(--c-text)!important}.monaco-editor .mtk6{color:var(--c-palette_purple_base)!important}.monaco-editor .mtk7{color:var(--c-palette_orange_base)!important}.monaco-editor .mtk8{color:var(--c-elevation_9)!important}.monaco-editor .mtk9{color:var(--c-palette_purple_base)!important}.monaco-editor .mtk10{color:var(--c-elevation_10)!important}.monaco-editor .mtk11{color:var(--c-palette_teal_base)!important}.monaco-editor .mtk12{color:var(--c-palette_teal_base)!important}.monaco-editor .mtk13{color:#ff69b4!important}.monaco-editor .mtk14{color:#ff69b4!important}.monaco-editor .mtk15{color:var(--c-palette_purple_base)!important}.monaco-editor .mtk16{color:var(--c-elevation_9)!important}.monaco-editor .mtk17{color:#ff69b4!important}.monaco-editor .mtk18{color:#ff69b4!important}.monaco-editor .mtk19{color:var(--c-palette_teal_base)!important}.monaco-editor .mtk20{color:#ff69b4!important}.monaco-editor .mtk21{color:var(--c-palette_green_base)!important}.monaco-editor .mtk22{color:#ff69b4!important}.monaco-editor .mtk23{color:var(--c-palette_blue_base)!important}.monaco-editor .mtk24{color:var(--c-palette_orange_base)!important}.monaco-editor .mtk25{color:var(--c-palette_pink_base)!important}.page-content.user.settings .ui.flex-container,.page-content.admin .ui.flex-container,.page-content.repository.settings .ui.flex-container{column-gap:40px}.page-content.user.settings .ui.flex-container .flex-container-nav,.page-content.admin .ui.flex-container .flex-container-nav,.page-content.repository.settings .ui.flex-container .flex-container-nav{width:232px}.page-content.user.settings .ui.flex-container .flex-container-nav .vertical.menu,.page-content.admin .ui.flex-container .flex-container-nav .vertical.menu,.page-content.repository.settings .ui.flex-container .flex-container-nav .vertical.menu{--spacing: var(--v-measure_\.375x) var(--v-measure_\.75x);--min-height: var(--v-measure_2x);background-color:transparent;border:none}.page-content.user.settings .ui.flex-container .flex-container-nav .vertical.menu .header.item,.page-content.admin .ui.flex-container .flex-container-nav .vertical.menu .header.item,.page-content.repository.settings .ui.flex-container .flex-container-nav .vertical.menu .header.item{display:flex;align-items:center;padding:var(--spacing);font-size:var(--v-font-size_sm);font-weight:600;color:var(--c-subtle);background-color:transparent;min-height:var(--min-height)}.page-content.user.settings .ui.flex-container .flex-container-nav .vertical.menu a.item,.page-content.user.settings .ui.flex-container .flex-container-nav .vertical.menu details.item,.page-content.admin .ui.flex-container .flex-container-nav .vertical.menu a.item,.page-content.admin .ui.flex-container .flex-container-nav .vertical.menu details.item,.page-content.repository.settings .ui.flex-container .flex-container-nav .vertical.menu a.item,.page-content.repository.settings .ui.flex-container .flex-container-nav .vertical.menu details.item{min-height:var(--min-height)}.page-content.user.settings .ui.flex-container .flex-container-nav .vertical.menu a.item:before,.page-content.user.settings .ui.flex-container .flex-container-nav .vertical.menu details.item:before,.page-content.admin .ui.flex-container .flex-container-nav .vertical.menu a.item:before,.page-content.admin .ui.flex-container .flex-container-nav .vertical.menu details.item:before,.page-content.repository.settings .ui.flex-container .flex-container-nav .vertical.menu a.item:before,.page-content.repository.settings .ui.flex-container .flex-container-nav .vertical.menu details.item:before{content:none}.page-content.user.settings .ui.flex-container .flex-container-nav .vertical.menu a.item:not(:last-child),.page-content.user.settings .ui.flex-container .flex-container-nav .vertical.menu details.item:not(:last-child),.page-content.admin .ui.flex-container .flex-container-nav .vertical.menu a.item:not(:last-child),.page-content.admin .ui.flex-container .flex-container-nav .vertical.menu details.item:not(:last-child),.page-content.repository.settings .ui.flex-container .flex-container-nav .vertical.menu a.item:not(:last-child),.page-content.repository.settings .ui.flex-container .flex-container-nav .vertical.menu details.item:not(:last-child){margin-bottom:var(--v-measure_\.25x)}.page-content.user.settings .ui.flex-container .flex-container-nav .vertical.menu a.item.active,.page-content.user.settings .ui.flex-container .flex-container-nav .vertical.menu details.item.active,.page-content.admin .ui.flex-container .flex-container-nav .vertical.menu a.item.active,.page-content.admin .ui.flex-container .flex-container-nav .vertical.menu details.item.active,.page-content.repository.settings .ui.flex-container .flex-container-nav .vertical.menu a.item.active,.page-content.repository.settings .ui.flex-container .flex-container-nav .vertical.menu details.item.active{font-weight:600;background-color:var(--color-menu);position:relative}.page-content.user.settings .ui.flex-container .flex-container-nav .vertical.menu a.item.active:hover,.page-content.user.settings .ui.flex-container .flex-container-nav .vertical.menu details.item.active:hover,.page-content.admin .ui.flex-container .flex-container-nav .vertical.menu a.item.active:hover,.page-content.admin .ui.flex-container .flex-container-nav .vertical.menu details.item.active:hover,.page-content.repository.settings .ui.flex-container .flex-container-nav .vertical.menu a.item.active:hover,.page-content.repository.settings .ui.flex-container .flex-container-nav .vertical.menu details.item.active:hover{background-color:var(--color-hover)}.page-content.user.settings .ui.flex-container .flex-container-nav .vertical.menu a.item.active:after,.page-content.user.settings .ui.flex-container .flex-container-nav .vertical.menu details.item.active:after,.page-content.admin .ui.flex-container .flex-container-nav .vertical.menu a.item.active:after,.page-content.admin .ui.flex-container .flex-container-nav .vertical.menu details.item.active:after,.page-content.repository.settings .ui.flex-container .flex-container-nav .vertical.menu a.item.active:after,.page-content.repository.settings .ui.flex-container .flex-container-nav .vertical.menu details.item.active:after{background:var(--color-primary);border-radius:0.375rem;content:"";height:24px;width:4px;position:absolute;top:50%;transform:translateY(-50%);left:calc(0px - 4px - var(--v-measure_\.375x))}.page-content.user.settings .ui.flex-container .flex-container-nav .vertical.menu a.item,.page-content.user.settings .ui.flex-container .flex-container-nav .vertical.menu details.item summary,.page-content.admin .ui.flex-container .flex-container-nav .vertical.menu a.item,.page-content.admin .ui.flex-container .flex-container-nav .vertical.menu details.item summary,.page-content.repository.settings .ui.flex-container .flex-container-nav .vertical.menu a.item,.page-content.repository.settings .ui.flex-container .flex-container-nav .vertical.menu details.item summary{padding:var(--spacing);border-radius:var(--border-radius)}.page-content.user.settings .ui.flex-container .flex-container-nav .vertical.menu details.item,.page-content.admin .ui.flex-container .flex-container-nav .vertical.menu details.item,.page-content.repository.settings .ui.flex-container .flex-container-nav .vertical.menu details.item{--octicon-chevron-down: url('data:image/svg+xml;utf8,')}.page-content.user.settings .ui.flex-container .flex-container-nav .vertical.menu details.item summary:after,.page-content.admin .ui.flex-container .flex-container-nav .vertical.menu details.item summary:after,.page-content.repository.settings .ui.flex-container .flex-container-nav .vertical.menu details.item summary:after{color:var(--c-subtle);transform:scaleY(1);transition:transform 0.12s linear;mask-image:var(--octicon-chevron-down);-webkit-mask-image:var(--octicon-chevron-down)}.page-content.user.settings .ui.flex-container .flex-container-nav .vertical.menu details.item[open] summary:after,.page-content.admin .ui.flex-container .flex-container-nav .vertical.menu details.item[open] summary:after,.page-content.repository.settings .ui.flex-container .flex-container-nav .vertical.menu details.item[open] summary:after{transform:scaleY(-1)}.page-content.user.settings .ui.flex-container .flex-container-nav .vertical.menu details.item .menu,.page-content.admin .ui.flex-container .flex-container-nav .vertical.menu details.item .menu,.page-content.repository.settings .ui.flex-container .flex-container-nav .vertical.menu details.item .menu{margin:0!important}.page-content.user.settings .ui.flex-container .flex-container-nav .vertical.menu details.item .menu .item,.page-content.admin .ui.flex-container .flex-container-nav .vertical.menu details.item .menu .item,.page-content.repository.settings .ui.flex-container .flex-container-nav .vertical.menu details.item .menu .item{display:flex;align-items:center;color:var(--c-text)!important}.page-content.user.settings .ui.flex-container .flex-container-nav .vertical.menu details.item .menu .item:hover,.page-content.admin .ui.flex-container .flex-container-nav .vertical.menu details.item .menu .item:hover,.page-content.repository.settings .ui.flex-container .flex-container-nav .vertical.menu details.item .menu .item:hover{background-color:var(--color-hover)}.page-content.user.settings .ui.flex-container .flex-container-main .ui.top.attached.header,.page-content.admin .ui.flex-container .flex-container-main .ui.top.attached.header,.page-content.repository.settings .ui.flex-container .flex-container-main .ui.top.attached.header{background:unset;border:none;font-size:var(--v-font-size_3xl);font-weight:400;padding:0 0 var(--v-measure_\.5x)0;border-bottom:1px solid var(--color-secondary);margin-bottom:var(--v-measure_1x)}.page-content.user.settings .ui.flex-container .flex-container-main .ui.top.attached.header:not(:first-child),.page-content.admin .ui.flex-container .flex-container-main .ui.top.attached.header:not(:first-child),.page-content.repository.settings .ui.flex-container .flex-container-main .ui.top.attached.header:not(:first-child){margin-top:var(--v-measure_2\.5x)}.page-content.user.settings .ui.flex-container .flex-container-main .ui.top.attached.header.error,.page-content.admin .ui.flex-container .flex-container-main .ui.top.attached.header.error,.page-content.repository.settings .ui.flex-container .flex-container-main .ui.top.attached.header.error{border-color:var(--color-secondary)!important;background:unset!important}.page-content.user.settings .ui.flex-container .flex-container-main .ui.segment,.page-content.admin .ui.flex-container .flex-container-main .ui.segment,.page-content.repository.settings .ui.flex-container .flex-container-main .ui.segment{border-radius:var(--border-radius)}.page-content.user.settings .ui.flex-container .flex-container-main .ui.segment>*:last-child,.page-content.admin .ui.flex-container .flex-container-main .ui.segment>*:last-child,.page-content.repository.settings .ui.flex-container .flex-container-main .ui.segment>*:last-child{margin-bottom:0;padding-bottom:0}.page-content.user.settings .ui.flex-container .flex-container-main .ui.attached.segment,.page-content.admin .ui.flex-container .flex-container-main .ui.attached.segment,.page-content.repository.settings .ui.flex-container .flex-container-main .ui.attached.segment{background:unset;padding:0;border:none;margin:0}.page-content.user.settings .ui.flex-container .flex-container-main .ui.attached.segment.bottom,.page-content.admin .ui.flex-container .flex-container-main .ui.attached.segment.bottom,.page-content.repository.settings .ui.flex-container .flex-container-main .ui.attached.segment.bottom{margin-top:var(--v-measure_2x)}.page-content.user.settings .ui.flex-container .flex-container-main .ui.attached.segment a:not(.button),.page-content.admin .ui.flex-container .flex-container-main .ui.attached.segment a:not(.button),.page-content.repository.settings .ui.flex-container .flex-container-main .ui.attached.segment a:not(.button){color:var(--color-primary);text-decoration:underline;display:inline-flex;align-items:center;column-gap:var(--v-measure_\.375x)}.page-content.user.settings .ui.flex-container .flex-container-main .ui.attached.segment a:not(.button) svg,.page-content.admin .ui.flex-container .flex-container-main .ui.attached.segment a:not(.button) svg,.page-content.repository.settings .ui.flex-container .flex-container-main .ui.attached.segment a:not(.button) svg{margin-left:var(--v-measure_\.25x)}.page-content.user.settings .ui.flex-container .flex-container-main .ui.attached.segment .ui.form .field,.page-content.admin .ui.flex-container .flex-container-main .ui.attached.segment .ui.form .field,.page-content.repository.settings .ui.flex-container .flex-container-main .ui.attached.segment .ui.form .field{margin:0 0 1em}.page-content.user.settings .ui.flex-container .flex-container-main .ui.attached.segment .ui.form .fields .fields,.page-content.user.settings .ui.flex-container .flex-container-main .ui.attached.segment .ui.form .field:last-child,.page-content.user.settings .ui.flex-container .flex-container-main .ui.attached.segment .ui.form .fields:last-child .field,.page-content.admin .ui.flex-container .flex-container-main .ui.attached.segment .ui.form .fields .fields,.page-content.admin .ui.flex-container .flex-container-main .ui.attached.segment .ui.form .field:last-child,.page-content.admin .ui.flex-container .flex-container-main .ui.attached.segment .ui.form .fields:last-child .field,.page-content.repository.settings .ui.flex-container .flex-container-main .ui.attached.segment .ui.form .fields .fields,.page-content.repository.settings .ui.flex-container .flex-container-main .ui.attached.segment .ui.form .field:last-child,.page-content.repository.settings .ui.flex-container .flex-container-main .ui.attached.segment .ui.form .fields:last-child .field{margin-bottom:0}.page-content.user.settings .ui.flex-container .flex-container-main .ui.attached.segment .field,.page-content.admin .ui.flex-container .flex-container-main .ui.attached.segment .field,.page-content.repository.settings .ui.flex-container .flex-container-main .ui.attached.segment .field{margin:var(--v-measure_1x)0}.page-content.user.settings .ui.flex-container .flex-container-main .ui.attached.segment .divider,.page-content.admin .ui.flex-container .flex-container-main .ui.attached.segment .divider,.page-content.repository.settings .ui.flex-container .flex-container-main .ui.attached.segment .divider{margin:var(--v-measure_1x)0}.page-content.user.settings .ui.flex-container .flex-container-main .ui.attached.segment .list,.page-content.admin .ui.flex-container .flex-container-main .ui.attached.segment .list,.page-content.repository.settings .ui.flex-container .flex-container-main .ui.attached.segment .list{border:1px solid var(--color-secondary);border-radius:var(--border-radius)}.page-content.user.settings .ui.flex-container .flex-container-main .ui.attached.segment .list .item,.page-content.admin .ui.flex-container .flex-container-main .ui.attached.segment .list .item,.page-content.repository.settings .ui.flex-container .flex-container-main .ui.attached.segment .list .item{margin-left:0;margin-right:0}.page-content.user.settings .ui.flex-container .flex-container-main .ui.attached.segment .list .item:not(:first-child),.page-content.user.settings .ui.flex-container .flex-container-main .ui.attached.segment .list .item:first-child,.page-content.admin .ui.flex-container .flex-container-main .ui.attached.segment .list .item:not(:first-child),.page-content.admin .ui.flex-container .flex-container-main .ui.attached.segment .list .item:first-child,.page-content.repository.settings .ui.flex-container .flex-container-main .ui.attached.segment .list .item:not(:first-child),.page-content.repository.settings .ui.flex-container .flex-container-main .ui.attached.segment .list .item:first-child{padding:1rem;margin:0rem 0rem 0rem 0rem}@media (max-width:768px){.repo-home-sidebar-top{border-bottom:1px solid var(--c-elevation_6);margin-bottom:var(--v-measure_1x)}}.repo-home-sidebar-top form{margin-top:0!important}.repo-home-sidebar-top #repo-topics,.repo-home-sidebar-top #topic_edit,.repo-home-sidebar-top .label-list{row-gap:var(--v-measure_\.5x);margin-top:0!important}.repo-home-sidebar-top #repo-topics .label:not(.basic),.repo-home-sidebar-top #topic_edit .label:not(.basic),.repo-home-sidebar-top .label-list .label:not(.basic){font-size:var(--v-font-size_sm)!important;background-color:rgba(var(--c-palette_blue_base-rgb),0.1);color:var(--c-primary_base);border-radius:var(--v-measure_2x);line-height:22px!important;padding-top:0!important;padding-bottom:0!important}.repo-home-sidebar-top #repo-topics .label:not(.basic):hover,.repo-home-sidebar-top #topic_edit .label:not(.basic):hover,.repo-home-sidebar-top .label-list .label:not(.basic):hover{background-color:rgba(var(--c-palette_blue_base-rgb),0.3)!important;color:var(--c-primary_base)!important}.repo-home-sidebar-top #repo-topics .ui.selection.active.dropdown,.repo-home-sidebar-top #repo-topics .ui.selection.active.dropdown .menu,.repo-home-sidebar-top #topic_edit .ui.selection.active.dropdown,.repo-home-sidebar-top #topic_edit .ui.selection.active.dropdown .menu,.repo-home-sidebar-top .label-list .ui.selection.active.dropdown,.repo-home-sidebar-top .label-list .ui.selection.active.dropdown .menu{border-color:var(--c-elevation_6)}.repo-home-sidebar-top .repo-description{margin-bottom:var(--v-measure_1x)}.repo-home-sidebar-top .repo-description+a.flex-text-block{margin-bottom:var(--v-measure_1x)}.repo-home-sidebar-top .repo-description+a.flex-text-block svg{color:var(--c-subtle)!important}.repo-home-sidebar-top .flex-text-block{gap:var(--v-measure_\.25x)!important;font-size:var(--v-font-size_md)!important}.repo-home-sidebar-top .flex-text-block svg{margin-right:var(--v-measure_\.25x)!important}@media (max-width:768px){.repo-home-sidebar-top .repo-description{margin-top:0!important}.repo-home-sidebar-top .repo-description+a.flex-text-block{margin-bottom:0}.repo-home-sidebar-top #repo-topics,.repo-home-sidebar-top #manage_topic,.repo-home-sidebar-top .flex-item-title{display:none}.repo-home-sidebar-top .flex-item-body>div{flex:1}}.repo-home-sidebar-bottom .flex-list .flex-item .flex-item-main .flex-item{padding:0!important}.repo-home-sidebar-bottom .flex-list .flex-item .flex-item-main .flex-item .flex-item-main{gap:0!important}.repo-home-sidebar-bottom .flex-list .flex-item .flex-item-main .flex-item .flex-item-main .flex-item-header *{font-size:var(--v-font-size_md)!important}.repo-home-sidebar-bottom .flex-list .flex-item .flex-item-main .flex-item .flex-item-main .flex-item-header .flex-item-title{gap:var(--v-measure_\.5x)!important}.repo-home-sidebar-bottom .flex-list .flex-item .flex-item-main .flex-item .flex-item-main .flex-item-header .flex-item-title .green.label{border-radius:var(--v-measure_2x);font-size:var(--v-font-size_sm)!important;background-color:transparent!important;border:1px solid var(--c-palette_green_base)!important;color:var(--c-palette_green_base)!important}.repo-home-sidebar-bottom .flex-list .flex-item .flex-item-main .flex-item .flex-item-main .flex-item-body .time{font-size:var(--v-font-size_sm)!important}.repo-home-sidebar-bottom .flex-item-body{gap:0!important}.repo-home-sidebar-bottom .flex-item-body .language-stats{margin:0!important;height:var(--v-measure_\.5x)!important;margin-bottom:var(--v-measure_\.5x)!important}.repo-home-sidebar-bottom .flex-item-body .language-stats-details{gap:var(--v-measure_1x)!important}.repo-home-sidebar-bottom .flex-item-body .language-stats-details .item{font-size:var(--v-font-size_sm)!important;padding:0;gap:var(--v-measure_\.25x)!important}.repo-home-sidebar-bottom .flex-item-body .language-stats-details .item .color-icon{height:var(--v-measure_\.5x)!important;width:var(--v-measure_\.5x)!important;margin-right:var(--v-measure_\.25x)!important}.repo-home-sidebar-bottom,.repo-home-sidebar-top{padding-left:var(--v-measure_1\.5x)}@media (max-width:768px){.repo-home-sidebar-bottom,.repo-home-sidebar-top{padding-left:0!important}}.repo-home-sidebar-bottom .flex-item-title .item,.repo-home-sidebar-top .flex-item-title .item{display:flex;flex-wrap:nowrap;gap:var(--v-measure_\.5x);text-decoration:none}.repo-home-sidebar-bottom .flex-item-title .item .small.label,.repo-home-sidebar-top .flex-item-title .item .small.label{background-color:var(--c-elevation_7);border:1px solid var(--c-elevation_7);border-radius:var(--v-measure_2x);color:var(--c-text);font-weight:var(--base-text-weight-medium, 500);min-width:20px;padding:2px;text-align:center;align-items:center;justify-content:center}.repo-home-sidebar-bottom>.flex-list>.flex-item,.repo-home-sidebar-top>.flex-list>.flex-item{padding-top:var(--v-measure_1x);padding-bottom:var(--v-measure_1x)}.repo-home-sidebar-bottom>.flex-list>.flex-item>.flex-item-main,.repo-home-sidebar-top>.flex-list>.flex-item>.flex-item-main{gap:var(--v-measure_1x)}button.ui.primary.button.js-btn-clone-panel{display:flex;flex-wrap:nowrap;gap:var(--v-measure_\.5x);align-items:center}button.ui.primary.button.js-btn-clone-panel span{display:flex;flex-wrap:nowrap;gap:var(--v-measure_\.375x);align-items:center}.clone-panel-popup .clone-panel-field{margin:var(--v-measure_1x)}.clone-panel-popup .clone-panel-list{margin:var(--v-measure_1x)}.clone-panel-popup .clone-panel-list .item{margin:var(--v-measure_\.5x)0}.clone-panel-popup .clone-panel-tab{padding:0 var(--v-measure_1x) var(--v-measure_\.5x);display:flex;gap:var(--v-measure_\.5x)}.clone-panel-popup .clone-panel-tab button{padding:var(--v-measure_\.375x) var(--v-measure_\.5x);font-weight:600}.clone-panel-popup .clone-panel-tab button.active{border-bottom:0;position:relative}.clone-panel-popup .clone-panel-tab button.active:after{content:"";display:block;position:absolute;bottom:-7px;left:0;width:100%;height:2px;background-color:var(--c-primary_base)}.clone-panel-popup .clone-panel-tab button:hover{background-color:var(--color-hover);border-radius:var(--border-radius);transition:background 0.12s ease-out;text-decoration:none}.tippy-svg-arrow{display:none}.repository.file.editor .commit-form-wrapper .commit-form:before,.repository.file.editor .commit-form-wrapper .commit-form:after{display:none}.secondary-nav{margin-bottom:var(--v-measure_1\.5x)!important}.secondary-nav .ui.container{margin:0 0 0 0!important;max-width:unset!important;width:100%!important;padding:0 var(--v-measure_1x)}.secondary-nav .repo-header{margin:0 0 var(--v-measure_1x)0}.secondary-nav .repo-header img.avatar{width:var(--v-measure_2x)!important;height:var(--v-measure_2x)!important}.secondary-nav .repo-header .flex-item-title{gap:var(--v-measure_\.25x)!important;font-size:var(--v-font-size_md)!important;font-weight:normal!important;color:var(--c-elevation_10)!important}.secondary-nav .repo-header .flex-item-title a{padding:var(--v-measure_\.375x) var(--v-measure_\.5x)!important;border-radius:var(--v-measure_\.25x)}.secondary-nav .repo-header .flex-item-title a:hover{background-color:var(--c-elevation_4)!important;color:var(--c-text)!important;text-decoration:none!important}.secondary-nav .repo-header .flex-item-title a:last-child{font-weight:600}.secondary-nav .repo-header .flex-item-trailing .label{padding:var(--v-measure_\.25x) var(--v-measure_\.5x);font-size:var(--v-font-size_sm);border-radius:var(--v-measure_1x);background-color:transparent;color:var(--c-elevation_10)}.secondary-nav .repo-header .flex-item-trailing svg{color:var(--c-elevation_10)}@media (max-width:768px){.secondary-nav .repo-header .flex-item-title{display:inline-block;white-space:nowrap;padding:0 var(--v-measure_\.5x)!important;font-size:var(--v-font-size_sm)!important;font-weight:500!important}.secondary-nav .repo-header .flex-item-title a{padding:0!important}.secondary-nav .repo-header .flex-item-title a:hover{background-color:transparent!important;color:var(--c-primary_base)!important;text-decoration:none!important}.secondary-nav .repo-header .flex-item-title a:first-child{float:left;margin-right:var(--v-measure_\.5x);color:var(--c-elevation_10)!important;font-weight:500!important}.secondary-nav .repo-header .flex-item-title a:first-child:hover{color:var(--c-primary_base)!important}.secondary-nav .repo-header .flex-item-title a:last-child{font-size:var(--v-font-size_md)!important;clear:left;display:block}}.secondary-nav .fork-flag{margin-top:calc(var(--v-measure_1x)*-1)!important;margin-bottom:var(--v-measure_1x)!important}.secondary-nav overflow-menu.ui.secondary.pointing.menu .overflow-menu-items{gap:var(--v-measure_\.5x)!important}.secondary-nav overflow-menu.ui.secondary.pointing.menu .item{padding:var(--v-measure_\.375x) var(--v-measure_\.5x)!important;margin-bottom:var(--v-measure_\.5x)!important;border-radius:var(--v-measure_\.25x);border:none!important}.secondary-nav overflow-menu.ui.secondary.pointing.menu .item svg{color:var(--color-text-light-3)!important;margin-right:var(--v-measure_\.5x)!important}.secondary-nav overflow-menu.ui.secondary.pointing.menu .item:hover{background-color:var(--color-secondary-nav-hover-bg)!important;color:var(--color-text-light-2)!important}.secondary-nav overflow-menu.ui.secondary.pointing.menu .item.active{border:none!important}.secondary-nav overflow-menu.ui.secondary.pointing.menu .item.active:after{content:"";display:block;position:absolute;width:100%;height:2px;left:0;top:calc(100% + var(--v-measure_\.375x) - 1px);background-color:var(--c-primary_base);transform:unset;border:none}.secondary-nav overflow-menu.ui.secondary.pointing.menu .item .small.label{background-color:var(--c-elevation_7);border:1px solid var(--c-elevation_7);border-radius:var(--v-measure_2x);color:var(--c-text);font-weight:var(--base-text-weight-medium, 500);min-width:calc(var(--v-measure_1x) + 1px);padding:2px;text-align:center;align-items:center;justify-content:center}.secondary-nav .repo-buttons .button{font-size:var(--v-font-size_sm)!important;--border-radius: var(--v-measure_\.25x);padding:var(--v-measure_\.375x) var(--v-measure_\.5x)!important;background-color:transparent!important;font-weight:normal}.secondary-nav .repo-buttons .button button,.secondary-nav .repo-buttons .button .button{border-color:var(--c-elevation_6)!important;gap:var(--v-measure_\.5x)!important;border-radius:var(--border-radius)}.secondary-nav .repo-buttons .button button:hover,.secondary-nav .repo-buttons .button .button:hover{border-color:var(--c-elevation_7)!important}.secondary-nav .repo-buttons .button button:hover+.label,.secondary-nav .repo-buttons .button .button:hover+.label{border-left-color:var(--c-elevation_7)!important}.secondary-nav .repo-buttons .button.labeled button,.secondary-nav .repo-buttons .button.labeled .button{border-top-right-radius:0;border-bottom-right-radius:0}.secondary-nav .repo-buttons .button.labeled .label{border-color:var(--c-elevation_6)!important;background-color:transparent!important;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius)}.secondary-nav .repo-buttons .button.labeled .label:hover{border-color:var(--c-elevation_7)!important}.secondary-nav .repo-buttons .button:hover{border-color:var(--c-elevation_7)!important}.repo-button-row-left{gap:var(--v-measure_\.5x)}.repo-button-row-left .button{--border-radius: var(--v-measure_\.25x);padding:var(--v-measure_\.375x) var(--v-measure_\.5x)!important;background-color:transparent!important;font-weight:normal}.repo-button-row-left .button button,.repo-button-row-left .button .button{border-color:var(--c-elevation_6)!important;gap:var(--v-measure_\.5x)!important;border-radius:var(--border-radius)}.repo-button-row-left .button button:hover,.repo-button-row-left .button .button:hover{border-color:var(--c-elevation_7)!important}.repo-button-row-left .button button:hover+.label,.repo-button-row-left .button .button:hover+.label{border-left-color:var(--c-elevation_7)!important}.repo-button-row-left .button.labeled button,.repo-button-row-left .button.labeled .button{border-top-right-radius:0;border-bottom-right-radius:0}.repo-button-row-left .button.labeled .label{border-color:var(--c-elevation_6)!important;background-color:transparent!important;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius)}.repo-button-row-left .button.labeled .label:hover{border-color:var(--c-elevation_7)!important}.repo-button-row-left .button:hover{border-color:var(--c-elevation_7)!important}.repo-button-row-left .breadcrumb.repo-path{font-size:var(--v-font-size_lg);padding:0 0 0 var(--v-measure_\.5x)}.repo-button-row-left .breadcrumb.repo-path .section:first-of-type,.repo-button-row-left .breadcrumb.repo-path .section.active{font-weight:600}.repo-button-row-left .breadcrumb.repo-path .breadcrumb-divider,.repo-button-row-left .breadcrumb.repo-path button{color:var(--c-subtle)!important}.repo-button-row-left .breadcrumb.repo-path button{border-radius:var(--border-radius);padding:var(--v-measure_\.375x);margin:0 0 0 var(--v-measure_\.5x)!important}.repo-button-row-left .breadcrumb.repo-path button svg{width:var(--v-measure_1x);height:var(--v-measure_1x)}.repo-button-row-left .breadcrumb.repo-path button:hover{background-color:var(--color-nav-hover-bg)}.repo-home-filelist{display:flex;flex-direction:column;row-gap:var(--v-measure_1x)}.repo-home-filelist>div{margin:0!important}.repo-home-filelist #repo-files-table .repo-file-last-commit{padding:var(--v-measure_\.75x) var(--v-measure_1x)!important}.repo-home-filelist #repo-files-table .repo-file-last-commit .commit-summary{margin:0}.repo-home-filelist #repo-files-table .repo-file-last-commit .latest-commit{gap:var(--v-measure_\.5x)}.repo-home-filelist #repo-files-table .repo-file-last-commit .latest-commit img{border-radius:50%;width:var(--v-measure_1\.25x);height:var(--v-measure_1\.25x)}.repo-home-filelist #repo-files-table .repo-file-last-commit .label .detail.icon.button img{display:none}.repo-home-filelist #repo-files-table .repo-file-cell{padding:var(--v-measure_\.5x) var(--v-measure_1x)!important}.repo-home-filelist #repo-files-table .repo-file-cell.name{display:flex;flex-wrap:nowrap;column-gap:var(--v-measure_\.5x);align-items:center}.repo-home-filelist .repository-summary .sub-menu .item{height:30px}.page-content.repository.issue-list .secondary-nav,.page-content.dashboard.issues .secondary-nav{margin-bottom:var(--v-measure_1\.5x)}.page-content.repository.issue-list #issue-filters,.page-content.dashboard.issues #issue-filters{margin:var(--v-measure_2x)0 var(--v-measure_1x)0;gap:var(--v-measure_3x);align-items:center}.page-content.repository.issue-list #issue-list .flex-item,.page-content.dashboard.issues #issue-list .flex-item{padding:var(--v-measure_\.75x)0 var(--v-measure_\.75x)0}.page-content.repository.issue-list #issue-list .flex-item:first-child,.page-content.dashboard.issues #issue-list .flex-item:first-child{padding-top:0}.page-content.repository.issue-list #issue-list .flex-item:last-child,.page-content.dashboard.issues #issue-list .flex-item:last-child{padding-bottom:0}.page-content.repository.issue-list #issue-list .flex-item .branch,.page-content.dashboard.issues #issue-list .flex-item .branch{background-color:var(--c-elevation_1)}.page-content.repository.issue-list #issue-list .flex-item .flex-item-icon svg.green,.page-content.dashboard.issues #issue-list .flex-item .flex-item-icon svg.green{color:var(--c-palette_green_base)!important}.page-content.repository.issue-list .list-header,.page-content.dashboard.issues .list-header{margin-bottom:var(--v-measure_1\.5x)}.issue-content-right{--spc: var(--v-measure_1x);--spc-7_8: calc(var(--spc) * .875);--spc-6_8: calc(var(--spc) * .750);--spc-4_8: calc(var(--spc) * .500);--spc-3_8: calc(var(--spc) * .375);--spc-2_8: calc(var(--spc) * .250);display:flex;flex-direction:column;border:none!important;color:var(--color-text-light-2)!important;padding:0!important}.issue-content-right>*,.issue-content-right .issue-sidebar-combo>*,.issue-content-right>text+*,.issue-content-right>.ui>*{margin:unset!important;padding:unset!important;font-size:var(--v-font-size_sm)!important}.issue-content-right>.ui,.issue-content-right>.text,.issue-content-right>.ui{padding-left:var(--spc-4_8)!important;padding-right:0!important}.issue-content-right .ui.ui.ui.compact.grid>.column:not(.row),.issue-content-right .ui.ui.ui.compact.grid>.row>.column{padding-left:unset;padding-right:unset}.issue-content-right button,.issue-content-right input,.issue-content-right .dropdown,.issue-content-right .ui.grid>.row>[class*="two wide"].column,.issue-content-right .ui.grid>.column.row>[class*="two wide"].column,.issue-content-right .ui.grid>[class*="two wide"].column,.issue-content-right .ui.column.grid>[class*="two wide"].column{padding:0!important;margin:0!important;min-height:0!important;min-width:0!important}.issue-content-right a:hover{text-decoration:none!important}.issue-content-right>.divider{width:calc(100% - var(--spc-4_8))!important;align-self:flex-end;margin:var(--spc-7_8)0!important}.issue-content-right .select-branch{align-self:flex-end}.issue-content-right .select-branch .branch-dropdown-button{--border-radius: var(--v-measure_\.25x);padding:var(--v-measure_\.375x) var(--v-measure_\.5x)!important;background-color:transparent!important;font-weight:normal}.issue-content-right .select-branch .branch-dropdown-button button,.issue-content-right .select-branch .branch-dropdown-button .button{border-color:var(--c-elevation_6)!important;gap:var(--v-measure_\.5x)!important;border-radius:var(--border-radius)}.issue-content-right .select-branch .branch-dropdown-button button:hover,.issue-content-right .select-branch .branch-dropdown-button .button:hover{border-color:var(--c-elevation_7)!important}.issue-content-right .select-branch .branch-dropdown-button button:hover+.label,.issue-content-right .select-branch .branch-dropdown-button .button:hover+.label{border-left-color:var(--c-elevation_7)!important}.issue-content-right .select-branch .branch-dropdown-button.labeled button,.issue-content-right .select-branch .branch-dropdown-button.labeled .button{border-top-right-radius:0;border-bottom-right-radius:0}.issue-content-right .select-branch .branch-dropdown-button.labeled .label{border-color:var(--c-elevation_6)!important;background-color:transparent!important;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius)}.issue-content-right .select-branch .branch-dropdown-button.labeled .label:hover{border-color:var(--c-elevation_7)!important}.issue-content-right .select-branch .branch-dropdown-button:hover{border-color:var(--c-elevation_7)!important}.issue-content-right .select-branch+.divider{border:none!important;margin:var(--spc-4_8)0!important}.issue-content-right .select-branch .menu{--color-menu: var(--c-elevation_3)}.issue-content-right .select-branch .menu .branch-tag-item.active,.issue-content-right .select-branch .menu .reference-list-menu,.issue-content-right .select-branch .menu .reference-list-menu .item{--color-menu: var(--c-elevation_4) !important}.issue-content-right .select-branch .menu .branch-tag-item{--border-radius: var(--spc-4_8)}.issue-content-right .select-branch .menu .branch-tag-item:hover{color:currentColor!important}.issue-content-right .issue-sidebar-combo{display:flex;flex-direction:column;gap:var(--spc-4_8)!important}.issue-content-right .issue-sidebar-combo>*{padding-left:var(--spc-4_8)!important;padding-right:var(--spc-4_8)!important}.issue-content-right .issue-sidebar-combo .ui.dropdown{padding-top:var(--spc-3_8)!important;padding-bottom:var(--spc-3_8)!important;font-size:var(--v-font-size_sm);transition:background-color 0.1s ease;border-radius:var(--border-radius)!important}.issue-content-right .issue-sidebar-combo .ui.dropdown>a{flex:1;display:flex;justify-content:space-between}.issue-content-right .issue-sidebar-combo .ui.dropdown>a:hover{color:currentColor!important;text-decoration:none!important}.issue-content-right .issue-sidebar-combo .ui.dropdown:hover{background-color:rgba(var(--c-elevation_6-rgb),0.5)}.issue-content-right>.text{flex:1;display:flex!important;justify-content:space-between;font-weight:500!important;margin-bottom:var(--spc-6_8)!important}.issue-content-right>.text strong{font-weight:500!important}.issue-content-right .watching{display:flex;flex-direction:column;gap:var(--spc-6_8)!important}.issue-content-right .watching button{font-weight:500;padding:var(--spc-4_8) var(--spc-6_8)!important;border-radius:var(--border-radius)!important}.issue-content-right .watching button svg{color:var(--c-subtle)!important}.issue-content-right .depending>.text{display:inline-block;margin-bottom:var(--spc-6_8)!important}.issue-content-right .depending>p{margin-bottom:var(--spc-4_8)!important}.issue-content-right .depending .divided.list{display:flex;flex-direction:column;gap:var(--spc)!important}.issue-content-right .depending .divided.list .dependency{border:none!important}.issue-content-right .depending .divided.list .dependency .item-left div.text{font-size:var(--v-font-size_xs)!important}.issue-content-right .depending .divided.list .dependency:not(:first-child){position:relative}.issue-content-right .depending .divided.list .dependency:not(:first-child):before{content:"";display:block;position:absolute;top:-8px;left:0;height:1px;width:100%;background-color:var(--c-elevation_4)}.issue-content-right .depending #new-dependency-drop-list{padding:var(--spc-3_8) var(--spc-6_8)!important;border-top-right-radius:0!important;border-bottom-right-radius:0!important}.issue-content-right .depending #new-dependency-drop-list.active{border-top-left-radius:var(--border-radius)!important;border-bottom-left-radius:var(--border-radius)!important;border-color:var(--c-elevation_5)!important;outline:2px solid var(--color-accent)}.issue-content-right .depending #new-dependency-drop-list input{padding:var(--spc-3_8) var(--spc-6_8)!important;line-height:20px!important}.issue-content-right .depending button{padding:var(--spc-4_8)!important}.issue-content-right div.ui.equal.width.compact.grid button{--border-radius: var(--v-measure_\.25x);padding:var(--v-measure_\.375x) var(--v-measure_\.5x)!important;background-color:transparent!important;font-weight:normal;display:flex;color:var(--c-subtle)!important;width:unset!important}.issue-content-right div.ui.equal.width.compact.grid button button,.issue-content-right div.ui.equal.width.compact.grid button .button{border-color:var(--c-elevation_6)!important;gap:var(--v-measure_\.5x)!important;border-radius:var(--border-radius)}.issue-content-right div.ui.equal.width.compact.grid button button:hover,.issue-content-right div.ui.equal.width.compact.grid button .button:hover{border-color:var(--c-elevation_7)!important}.issue-content-right div.ui.equal.width.compact.grid button button:hover+.label,.issue-content-right div.ui.equal.width.compact.grid button .button:hover+.label{border-left-color:var(--c-elevation_7)!important}.issue-content-right div.ui.equal.width.compact.grid button.labeled button,.issue-content-right div.ui.equal.width.compact.grid button.labeled .button{border-top-right-radius:0;border-bottom-right-radius:0}.issue-content-right div.ui.equal.width.compact.grid button.labeled .label{border-color:var(--c-elevation_6)!important;background-color:transparent!important;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius)}.issue-content-right div.ui.equal.width.compact.grid button.labeled .label:hover{border-color:var(--c-elevation_7)!important}.issue-content-right div.ui.equal.width.compact.grid button:hover{border-color:var(--c-elevation_7)!important}.issue-content-right .issue-due-form *{color:var(--c-subtle)!important}.issue-content-right .issue-due-form input[type=date]{padding:var(--spc-4_8) var(--spc-6_8)!important;border-top-left-radius:var(--border-radius);border-bottom-left-radius:var(--border-radius)}.issue-content-right .issue-due-form button{padding:var(--spc-4_8)!important;border-top-right-radius:var(--border-radius)!important;border-bottom-right-radius:var(--border-radius)!important}.issue-content-right>form,.issue-content-right .form{display:flex;flex-direction:column;gap:var(--spc-4_8)!important}.issue-content-right>form button,.issue-content-right>button{font-size:var(--v-font-size_sm)!important;border:none!important;background:transparent!important;padding:var(--spc-3_8) var(--spc-4_8)!important;justify-content:start!important;gap:var(--spc-4_8)!important;margin-bottom:var(--spc-2_8)!important;border-radius:var(--border-radius)!important}.issue-content-right>form button svg,.issue-content-right>button svg{color:var(--c-subtle)!important}.issue-content-right>form button:hover,.issue-content-right>button:hover{background:var(--c-elevation_4)!important}.issue-content-right>form button[data-modal="#sidebar-delete-issue"],.issue-content-right>button[data-modal="#sidebar-delete-issue"]{color:var(--c-palette_red_base)!important}.issue-content-right>form button[data-modal="#sidebar-delete-issue"] svg,.issue-content-right>button[data-modal="#sidebar-delete-issue"] svg{color:var(--c-palette_red_base)!important}.issue-content-right>form button[data-modal="#sidebar-delete-issue"]:hover,.issue-content-right>button[data-modal="#sidebar-delete-issue"]:hover{background:rgba(var(--c-palette_red_dark_15\%-rgb),0.1)!important}.issue-title-header{margin-bottom:var(--v-measure_1\.5x);padding-bottom:var(--v-measure_\.75x);border-bottom:1px solid var(--c-elevation_5)}.issue-title-header .issue-title .index{font-weight:300}.issue-title-header .issue-title-meta{color:var(--c-subtle)}.issue-title-header:has(+.ui.pull.tabs){margin-bottom:var(--v-measure_1x);padding-bottom:var(--v-measure_\.5x);border-bottom:none}.issue-content{column-gap:var(--v-measure_1\.5x)}.issue-content-left .timeline-avatar img{border-radius:50%!important}.timeline-item.event .badge:not([class*=tw-bg-]){color:var(--color-timeline-badge-fg)!important}.timeline-item.event .badge.tw-bg-green.tw-text-white{color:var(--color-green-contrast)!important}.timeline-item.event .badge.tw-bg-red.tw-text-white{color:var(--color-red-contrast)!important}.timeline-item.event .ui.segments.conversation-holder{margin-left:var(--v-measure_\.5x);border-radius:var(--border-radius)}.timeline-item.comment.form:not(.issue-content){display:flex;align-items:flex-start;background-color:var(--color-body);gap:var(--v-measure_1x);left:-68px!important;width:calc(100% + 68px - 16px)!important}@media (max-width:768px){.timeline-item.comment.form:not(.issue-content){left:0!important;margin-left:-16px!important;width:auto!important}}.timeline-item.comment.form:not(.issue-content) .timeline-avatar{display:block;position:relative!important;left:unset!important;flex:0 0 auto!important}.timeline-item.comment.form:not(.issue-content) .content{display:block;position:relative!important;margin-left:0!important;flex:1}.timeline-item.comment.form:not(.issue-content) .content:before{display:block;content:"Add a comment";font-weight:600;margin-bottom:var(--v-measure_1x);margin-top:var(--v-measure_\.5x);font-size:var(--v-font-size_lg)}.timeline-item.comment.form:not(.issue-content) .content .ui.segment{padding:0!important;border:none!important}.repository.view.issue{--avatar-size: 24px}.repository.view.issue .comment-list .ui.comments{background-color:transparent;gap:var(--v-measure_1x);position:relative}.repository.view.issue .comment-list .ui.comment-code-cloud.segment{padding:0 var(--v-measure_\.5x) var(--v-measure_\.5x)!important}.repository.view.issue .comment-list .ui.comment-code-cloud.segment .ui.comments{gap:var(--v-measure_\.5x)}.repository.view.issue .comment-list .ui.comment-code-cloud.segment .ui.comments:before{display:block;content:"";position:absolute;top:0;bottom:0;left:calc(var(--avatar-size)/2 - 1px);top:16px;width:3px;background-color:var(--color-timeline);opacity:50%}.repository.view.issue .comment-list .ui.comment-code-cloud.segment .ui.comments .comment.code-comment .content.comment-container{background-color:transparent!important}.repository.view.issue .comment-list .ui.comment-code-cloud.segment .ui.comments .comment.code-comment .content.comment-container .header.comment-header .comment-header-left{gap:var(--v-measure_\.5x)}.repository.view.issue .comment-list .ui.comment-code-cloud.segment .ui.comments .comment.code-comment .content.comment-container .header.comment-header .comment-header-left .avatar img{z-index:1!important;width:var(--avatar-size)!important;height:var(--avatar-size)!important}.repository.view.issue .comment-list .ui.comment-code-cloud.segment .code-comment-buttons{margin:0!important}.repository.view.issue .comment-list .ui.comment-code-cloud.segment .comment-form{margin-top:var(--v-measure_1x)}.repository.view.issue .comment-list .ui.comment-code-cloud.segment .comment-form .field.footer{margin:0!important;padding:0!important}.repository.view.issue .comment-list .ui.comment-code-cloud.segment .comment-form .field.footer button{padding:var(--v-measure_\.5x) var(--v-measure_1x)!important}.repository .ui.tabs.divider{margin-bottom:var(--v-measure_1x)}.repository .diff-detail-box{padding:var(--v-measure_\.5x)0;height:60px}.repository.view.issue .pull.tabs.container+div>.diff-detail-box:first-child{margin:calc(var(--v-measure_1x)*-1)0 0 0}.repository #diff-container{column-gap:var(--v-measure_1x)}.repository #diff-container #diff-file-tree{top:60px}.repository #diff-container #diff-file-tree .diff-file-tree-items{margin:0}.repository #diff-container .diff-file-body tr.tag-code:last-child td:first-child,.repository #diff-container .diff-file-body tr.tag-code:last-child td:first-child *{border-bottom-left-radius:calc(var(--border-radius) - 2px)}.repository #diff-container .diff-file-body tr.tag-code:last-child td:last-child,.repository #diff-container .diff-file-body tr.tag-code:last-child td:last-child *{border-bottom-right-radius:var(--border-radius)}.repository #diff-container .ui.attached.header.diff-file-header.sticky-2nd-row{position:sticky;top:60px;z-index:7}.repository #diff-container .add-comment{border-top:1px solid var(--color-secondary);border-bottom:1px solid var(--color-secondary)}.repository #diff-container .add-comment .conversation-holder .comment-code-cloud{padding:var(--v-measure_\.75x)!important}.repository #diff-container .add-comment .conversation-holder .comment-code-cloud form:not(:first-child){margin-top:var(--v-measure_\.5x)}.repository #diff-container .add-comment .conversation-holder .comment-code-cloud form .field.footer{margin:0!important;padding:0!important}.repository #diff-container .add-comment .conversation-holder .comment-code-cloud form .field.footer button{padding:var(--v-measure_\.5x) var(--v-measure_1x)!important}.page-content.repository.new.issue .issue-content-left .ui.comments .comment .ui.segment.content{padding:6px 0 0;border:none}.page-content.repository.new.issue .issue-content-left .ui.comments .comment .ui.segment.content .field{margin-bottom:var(--v-measure_1x)}.page-content.repository.new.issue .issue-content-left .ui.comments .comment .ui.segment.content:before,.page-content.repository.new.issue .issue-content-left .ui.comments .comment .ui.segment.content:after{display:none} \ No newline at end of file diff --git a/public/assets/css/theme-one-dark.css b/public/assets/css/theme-one-dark.css new file mode 100644 index 0000000..ded5303 --- /dev/null +++ b/public/assets/css/theme-one-dark.css @@ -0,0 +1,489 @@ +/* Theme Metadata */ +gitea-theme-meta-info { + --theme-display-name: "One Dark"; + --theme-color-scheme: "dark"; +} + + + +:root { + /* Some more Theme Metadata */ + --is-dark-theme: true; + color-scheme: dark; + accent-color: var(--color-accent); + + + + /* Color Palette */ + --onedark-bg: #21252b; + --onedark-bg-light: #2c313a; + + --onedark-white: #c5cad3; + --onedark-white-light: #c5cad3; + --onedark-white-true: #fff; + + --onedark-gray-light: #a7aebd; + --onedark-gray-light-variant: #8c94a2; + --onedark-gray: #828997; + --onedark-gray-dark: #5c6370; + --onedark-gray-dark-2: #454b54; + --onedark-gray-dark-3: #373c44; + + --onedark-black: #1e2125; + --onedark-black-variant: #131920; + --onedark-black-dark: #0c1015; + + --onedark-red: #e06c75; + --onedark-red-light: #feb3b5; + --onedark-red-variant: #c2515d; + --onedark-red-dark: #6f3333; + --onedark-red-dark-1p5: #522626; + --onedark-red-dark-2: #341818; + + --onedark-orange: #d19a66; + --onedark-orange-variant: #b4804d; + --onedark-orange-dark: #7e5935; + --onedark-orange-dark-1p5: #63462a; + --onedark-orange-dark-2: #48331e; + + --onedark-yellow: #e5c07b; + --onedark-yellow-variant: #c8a561; + --onedark-yellow-dark: #5f4a1e; + --onedark-yellow-dark-1p5: #433415; + --onedark-yellow-dark-2: #271e0c; + + --onedark-olive: #bdba6b; + --onedark-olive-variant: #a19f52; + --onedark-olive-dark: #77753c; + + --onedark-green: #8bb66d; + --onedark-green-variant-light: #7ea860; + --onedark-green-variant: #6c954f; + --onedark-green-dark: #3c653c; + --onedark-green-dark-1p5: #2d4b2d; + --onedark-green-dark-2: #1d301d; + + --onedark-cyan: #56b6c2; + --onedark-cyan-variant: #379ba7; + --onedark-cyan-dark: #266b73; + + --onedark-blue: #61afef; + --onedark-blue-variant: #4194d3; + --onedark-blue-dark: #276ea5; + --onedark-blue-dark-2: #184567; + + --onedark-violet: #9789f5; + --onedark-violet-variant: #7b70d8; + --onedark-violet-dark: #584bce; + + --onedark-purple: #c678dd; + --onedark-purple-variant: #aa5ec1; + --onedark-purple-dark: #8e40a5; + --onedark-purple-dark-2: #372ca0; + + --onedark-pink: #ec65a9; + --onedark-pink-variant: #ce498f; + --onedark-pink-dark: #a12b6a; + + --onedark-brown: #9f754e; + --onedark-brown-variant: #89613b; + --onedark-brown-dark: #593f26; + + + + /* Primary/Secondary UI Colors */ + --color-primary: var(--onedark-green-variant-light); + --color-primary-hover: var(--onedark-green-variant); + --color-primary-active: var(--color-primary-light-2); + --color-secondary: var(--onedark-gray-dark-2); + + --color-primary-contrast: var(--onedark-white-true); + --color-primary-dark-1: #9bc081; + --color-primary-dark-2: #aac994; + --color-primary-dark-3: #bad3a8; + --color-primary-dark-4: #c9ddbb; + --color-primary-dark-5: #d9e7cf; + --color-primary-dark-6: #e8f0e2; + --color-primary-dark-7: #f8faf6; + + --color-primary-light-1: #789e5e; + --color-primary-light-2: #668550; + --color-primary-light-3: #536d41; + --color-primary-light-4: #405432; + --color-primary-light-5: #2d3c23; + --color-primary-light-6: #1b2315; + --color-primary-light-7: #080b06; + + --color-primary-alpha-10: #8bb66d19; + --color-primary-alpha-20: #8bb66d33; + --color-primary-alpha-30: #8bb66d4b; + --color-primary-alpha-40: #8bb66d66; + --color-primary-alpha-50: #8bb66d80; + --color-primary-alpha-60: #8bb66d99; + --color-primary-alpha-70: #8bb66db3; + --color-primary-alpha-80: #8bb66dcc; + --color-primary-alpha-90: #8bb66de1; + + --color-secondary-dark-1: #535961; + --color-secondary-dark-2: #61666f; + --color-secondary-dark-3: #6f747c; + --color-secondary-dark-4: #7d8289; + --color-secondary-dark-5: #8b8f96; + --color-secondary-dark-6: #999da4; + --color-secondary-dark-7: #a7aab1; + --color-secondary-dark-8: #b5b8be; + --color-secondary-dark-9: #c3c6cb; + --color-secondary-dark-10: #d1d3d9; + --color-secondary-dark-11: #dfe1e6; + --color-secondary-dark-12: #edeef1; + --color-secondary-dark-13: #fbfbfc; + + --color-secondary-light-1: #373c43; + --color-secondary-light-2: #2a2d33; + --color-secondary-light-3: #1c1e22; + --color-secondary-light-4: #0e0f11; + + --color-secondary-alpha-10: #454b5419; + --color-secondary-alpha-20: #454b5433; + --color-secondary-alpha-30: #454b544b; + --color-secondary-alpha-40: #454b5466; + --color-secondary-alpha-50: #454b5480; + --color-secondary-alpha-60: #454b5499; + --color-secondary-alpha-70: #454b54b3; + --color-secondary-alpha-80: #454b54cc; + --color-secondary-alpha-90: #454b54e1; + + --color-secondary-button: var(--color-secondary-dark-4); + --color-secondary-hover: var(--color-secondary-dark-3); + --color-secondary-active: var(--color-secondary-dark-2); + + + + /* Colors */ + --color-red: var(--onedark-red); + --color-orange: var(--onedark-orange); + --color-yellow: var(--onedark-yellow); + --color-olive: var(--onedark-olive); + --color-green: var(--onedark-green); + --color-teal: var(--onedark-cyan); + --color-blue: var(--onedark-blue); + --color-violet: var(--onedark-violet); + --color-purple: var(--onedark-purple); + --color-pink: var(--onedark-pink); + --color-brown: var(--onedark-brown); + --color-black: var(--onedark-black); + + --color-red-light: var(--onedark-red-variant); + --color-orange-light: var(--onedark-orange-variant); + --color-yellow-light: var(--onedark-yellow-variant); + --color-olive-light: var(--onedark-olive-variant); + --color-green-light: var(--onedark-green-variant); + --color-teal-light: var(--onedark-cyan-variant); + --color-blue-light: var(--onedark-blue-variant); + --color-violet-light: var(--onedark-violet-variant); + --color-purple-light: var(--onedark-purple-variant); + --color-pink-light: var(--onedark-pink-variant); + --color-brown-light: var(--onedark-brown-variant); + --color-black-light: var(--onedark-black-variant); + + --color-red-dark-1: var(--onedark-red-variant); + --color-orange-dark-1: var(--onedark-orange-variant); + --color-yellow-dark-1: var(--onedark-yellow-variant); + --color-olive-dark-1: var(--onedark-olive-variant); + --color-green-dark-1: var(--onedark-green-variant); + --color-teal-dark-1: var(--onedark-cyan-variant); + --color-blue-dark-1: var(--onedark-blue-variant); + --color-violet-dark-1: var(--onedark-violet-variant); + --color-purple-dark-1: var(--onedark-purple-variant); + --color-pink-dark-1: var(--onedark-pink-variant); + --color-brown-dark-1: var(--onedark-brown-variant); + --color-black-dark-1: var(--onedark-black-variant); + + --color-red-dark-2: var(--onedark-red-dark); + --color-orange-dark-2: var(--onedark-orange-dark); + --color-yellow-dark-2: var(--onedark-yellow-dark); + --color-olive-dark-2: var(--onedark-olive-dark); + --color-green-dark-2: var(--onedark-green-dark); + --color-teal-dark-2: var(--onedark-cyan-dark); + --color-blue-dark-2: var(--onedark-blue-dark); + --color-violet-dark-2: var(--onedark-violet-dark); + --color-purple-dark-2: var(--onedark-purple-dark); + --color-pink-dark-2: var(--onedark-pink-dark); + --color-brown-dark-2: var(--onedark-brown-dark); + --color-black-dark-2: var(--onedark-black-dark); + + --color-grey: var(--onedark-gray-dark-3); + --color-grey-light: var(--onedark-gray); + --color-gold: var(--onedark-yellow-variant); + --color-white: var(--onedark-white-true); + + + + /* UI Element Colors */ + --color-body: var(--onedark-bg); + --color-box-header: var(--onedark-gray-dark-2); + --color-box-body: var(--onedark-bg-light); + --color-box-body-highlight: var(--onedark-gray-dark-2); + --color-text-dark: var(--onedark-white); + --color-text: var(--onedark-white); + --color-text-light: var(--onedark-white); + --color-text-light-1: var(--onedark-gray); + --color-text-light-2: var(--onedark-gray); + --color-text-light-3: var(--onedark-gray); + --color-footer: var(--onedark-bg-light); + --color-timeline: var(--onedark-gray-dark); + --color-input-text: var(--onedark-white); + --color-input-background: var(--onedark-bg-light); + --color-input-toggle-background: var(--onedark-gray-dark-2); + --color-input-border: var(--onedark-gray-dark); + --color-light: #00000028; + --color-light-border: #ffffff28; + --color-hover: #ffffff16; + --color-hover-opaque: var(--onedark-gray-dark-3); + --color-active: #ffffff32; + --color-menu: var(--onedark-bg-light); + --color-card: var(--onedark-bg-light); + --color-markup-table-row: #ffffff06; + --color-markup-code-block: #ffffff0d; + --color-markup-code-inline: #ffffff0d; + --color-button: var(--onedark-gray-dark-2); + --color-code-bg: var(--onedark-bg); + --color-shadow: #00000060; + --color-shadow-opaque: #0d0f11; + --color-secondary-bg: var(--onedark-bg-light); + --color-expand-button: var(--onedark-gray-dark-2); + --color-placeholder-text: var(--onedark-gray); + --color-editor-line-highlight: var(--color-secondary-alpha-40); + --color-editor-selection: var(--color-primary-alpha-50); + --color-project-column-bg: var(--color-secondary-light-2); + --color-caret: var(--color-text); /* should ideally be --color-text-dark, see #15651 */ + --color-reaction-bg: #ffffff12; + --color-reaction-hover-bg: var(--color-primary-light-4); + --color-reaction-active-bg: var(--color-primary-light-5); + --color-tooltip-text: var(--onedark-white); + --color-tooltip-bg: var(--onedark-bg); + --color-nav-bg: var(--onedark-bg-light); + --color-nav-hover-bg: var(--onedark-gray-dark-2); + --color-nav-text: var(--color-text); + --color-secondary-nav-bg: var(--onedark-bg-light); + --color-label-text: var(--onedark-white); + --color-label-bg: #ffffff24; + --color-label-hover-bg: #66666632; + --color-label-active-bg: var(--onedark-gray-dark-2); + --color-accent: var(--color-primary-light-1); + --color-small-accent: var(--color-primary-light-5); + --color-highlight-fg: #87651e; + --color-highlight-bg: #443a27; + --color-overlay-backdrop: #080808c0; + --color-danger: var(--color-red); + --color-transparency-grid-light: #2a2a2a; + --color-transparency-grid-dark: #1a1a1a; + --color-workflow-edge-hover: #666a73; + + + + /* Alert Boxes */ + --color-error-border: var(--onedark-red-dark); + --color-error-bg: var(--onedark-red-dark-2); + --color-error-bg-active: #49262a; + --color-error-bg-hover: #3c2427; + --color-error-text: var(--onedark-red); + + --color-success-border: var(--onedark-green-dark); + --color-success-bg: var(--onedark-green-dark-2); + --color-success-text: var(--onedark-green); + + --color-warning-border: var(--onedark-orange-dark); + --color-warning-bg: var(--onedark-orange-dark-2); + --color-warning-text: var(--onedark-orange); + + --color-info-border: var(--onedark-blue-dark); + --color-info-bg: var(--onedark-blue-dark-2); + --color-info-text: var(--onedark-blue); + + --color-priority-border: var(--onedark-purple-dark); + --color-priority-bg: var(--onedark-purple-dark-2); + --color-priority-text: var(--onedark-purple); + + + + /* Diff Colors */ + --color-diff-added-fg: var(--onedark-green); + --color-diff-added-linenum-bg: var(--onedark-green-dark-1p5); + --color-diff-added-row-bg: var(--onedark-green-dark-2); + --color-diff-added-row-border: var(--onedark-green-dark); + --color-diff-added-word-bg: var(--onedark-green-dark); + --color-diff-moved-row-bg: var(--onedark-yellow-dark-2); + --color-diff-moved-row-border: var(--onedark-yellow-dark); + --color-diff-removed-fg: var(--onedark-red); + --color-diff-removed-linenum-bg: var(--onedark-red-dark-1p5); + --color-diff-removed-row-bg: var(--onedark-red-dark-2); + --color-diff-removed-row-border: var(--onedark-red-dark); + --color-diff-removed-word-bg: var(--onedark-red-dark); + --color-diff-inactive: var(--onedark-bg-light); + + + + /* Code Syntax Highlighting */ + --color-syntax-keyword: var(--onedark-purple); + --color-syntax-bool: var(--onedark-orange); + --color-syntax-control: var(--onedark-purple); + --color-syntax-name: var(--onedark-blue); + --color-syntax-type: var(--onedark-yellow); + --color-syntax-number: var(--onedark-orange); + --color-syntax-operator: var(--onedark-purple); + --color-syntax-regexp: var(--onedark-cyan); + --color-syntax-string: var(--onedark-green); + --color-syntax-comment: var(--onedark-gray-dark); + --color-syntax-invalid: var(--onedark-red); + --color-syntax-link: var(--color-primary); + --color-syntax-tag: var(--onedark-red); + --color-syntax-attribute: var(--onedark-blue); + --color-syntax-property: var(--onedark-red); + --color-syntax-variable: var(--onedark-red); + --color-syntax-string-special: var(--onedark-cyan); + --color-syntax-escape: var(--onedark-cyan); + --color-syntax-entity: var(--onedark-cyan); + --color-syntax-preproc: var(--onedark-purple); + --color-syntax-preproc-file: var(--onedark-green); + --color-syntax-decorator: var(--onedark-orange); + --color-syntax-namespace: var(--onedark-yellow); + --color-syntax-name-pseudo: var(--onedark-orange); + --color-syntax-comment-special: var(--onedark-gray-dark); + --color-syntax-text: var(--onedark-red); + --color-syntax-text-alt: var(--onedark-cyan); + --color-syntax-punctuation: var(--onedark-white); + --color-syntax-whitespace: var(--onedark-gray); + --color-syntax-diff-fg: var(--onedark-white); + --color-syntax-deleted-bg: var(--onedark-red-dark); + --color-syntax-inserted-bg: var(--onedark-green-dark); + --color-syntax-emph: var(--onedark-purple); + --color-syntax-strong: var(--onedark-purple); + --color-syntax-heading: var(--onedark-yellow); + --color-syntax-subheading: var(--onedark-yellow); + --color-syntax-output: var(--onedark-white); + --color-syntax-prompt: var(--onedark-gray); + --color-syntax-traceback: var(--onedark-white); + --color-syntax-matching-bracket-bg: var(--onedark-blue-dark-2); + --color-syntax-nonmatching-bracket-bg: var(--onedark-red-dark-2); + + + + /* Console Colors */ + --color-console-fg: var(--color-text); + --color-console-fg-subtle: var(--color-text); + --color-console-bg: var(--color-box-body); + --color-console-border: var(--color-secondary); + --color-console-hover-bg: var(--color-hover-opaque); + --color-console-active-bg: var(--color-box-body-highlight); + --color-console-menu-bg: var(--color-menu); + --color-console-menu-border: var(--color-secondary); + --color-console-link: var(--color-primary); + + --color-ansi-black: #202225; + --color-ansi-red: #cc4848; + --color-ansi-green: #87ab63; + --color-ansi-yellow: #cc9903; + --color-ansi-blue: #3a8ac6; + --color-ansi-magenta: #d22e8b; + --color-ansi-cyan: #00918a; + --color-ansi-white: var(--color-console-fg-subtle); + --color-ansi-bright-black: #45484e; + --color-ansi-bright-red: #d15a5a; + --color-ansi-bright-green: #93b373; + --color-ansi-bright-yellow: #eaaf03; + --color-ansi-bright-blue: #4e96cc; + --color-ansi-bright-magenta: #d74397; + --color-ansi-bright-cyan: #00b6ad; + --color-ansi-bright-white: var(--color-console-fg); + + + + /* Rotatable Colors */ + --color-series-16-0: var(--onedark-blue); + --color-series-16-1: var(--onedark-orange); + --color-series-16-2: var(--onedark-purple); + --color-series-16-3: var(--onedark-yellow); + --color-series-16-4: var(--onedark-red); + --color-series-16-5: var(--onedark-green); + --color-series-16-6: var(--onedark-cyan); + --color-series-16-7: var(--onedark-olive); + --color-series-16-8: var(--onedark-blue); + --color-series-16-9: var(--onedark-orange); + --color-series-16-10: var(--onedark-purple); + --color-series-16-11: var(--onedark-yellow); + --color-series-16-12: var(--onedark-red); + --color-series-16-13: var(--onedark-green); + --color-series-16-14: var(--onedark-cyan); + --color-series-16-15: var(--onedark-olive); + + + + /* Badges */ + --color-red-badge: var(--onedark-red); + --color-red-badge-bg: var(--onedark-red-dark-2); + --color-red-badge-hover-bg: var(--onedark-red-dark-1p5); + --color-green-badge: var(--onedark-green); + --color-green-badge-bg: var(--onedark-green-dark-2); + --color-green-badge-hover-bg: var(--onedark-green-dark-1p5); + --color-yellow-badge: var(--onedark-yellow); + --color-yellow-badge-bg: var(--onedark-yellow-dark-2); + --color-yellow-badge-hover-bg: var(--onedark-yellow-dark-1p5); + --color-orange-badge: var(--onedark-orange); + --color-orange-badge-bg: var(--onedark-orange-dark-2); + --color-orange-badge-hover-bg: var(--onedark-orange-dark-1p5); + + + + /* Miscellaneous */ + --color-git: #f05133; + --color-logo: #609926; +} + + + +/* Custom Syntax Highlighting Tweaks */ +.chroma .sd { color: var(--color-syntax-prompt); } + + + +/* Invert Certain Emojis */ +.emoji[aria-label="check mark"], +.emoji[aria-label="currency exchange"], +.emoji[aria-label="TOP arrow"], +.emoji[aria-label="END arrow"], +.emoji[aria-label="ON! arrow"], +.emoji[aria-label="SOON arrow"], +.emoji[aria-label="heavy dollar sign"], +.emoji[aria-label="copyright"], +.emoji[aria-label="registered"], +.emoji[aria-label="trade mark"], +.emoji[aria-label="multiply"], +.emoji[aria-label="plus"], +.emoji[aria-label="minus"], +.emoji[aria-label="divide"], +.emoji[aria-label="curly loop"], +.emoji[aria-label="double curly loop"], +.emoji[aria-label="wavy dash"], +.emoji[aria-label="paw prints"], +.emoji[aria-label="musical note"], +.emoji[aria-label="musical notes"] { + filter: invert(100%) hue-rotate(180deg); +} + + + +/* Tooltip Borders */ +.tippy-box[data-theme="tooltip"] { + border: 1px solid var(--color-secondary) !important; +} +.tippy-box[data-theme="tooltip"] .tippy-svg-arrow-outer { + fill: var(--color-secondary) !important; +} + + + +/* Dropdown Menu Background Color */ +.ui.menu .dropdown.item .menu { + background: var(--color-menu); +} diff --git a/public/assets/css/theme-tangerine-dream.css b/public/assets/css/theme-tangerine-dream.css new file mode 100644 index 0000000..8c410f6 --- /dev/null +++ b/public/assets/css/theme-tangerine-dream.css @@ -0,0 +1,743 @@ +/* https://github.com/alecthomas/chroma/blob/6428fb4e65f3c1493491571c8a6a8f1add1da822/types.go#L208 */ +.chroma .bp { + color: #fabd2f; +} + +/* NameBuiltinPseudo */ +.chroma .c { + color: #777e94; +} + +/* Comment */ +.chroma .c1 { + color: #777e94; +} + +/* CommentSingle */ +.chroma .ch { + color: #777e94; +} + +/* CommentHashbang */ +.chroma .cm { + color: #777e94; +} + +/* CommentMultiline */ +.chroma .cp { + color: #8ec07c; +} + +/* CommentPreproc */ +.chroma .cpf { + color: #649bc4; +} + +/* CommentPreprocFile */ +.chroma .cs { + color: #9075cd; +} + +/* CommentSpecial */ +.chroma .dl { + color: #649bc4; +} + +/* LiteralStringDelimiter */ +.chroma .fm {} + +/* NameFunctionMagic */ +.chroma .g {} + +/* Generic */ +.chroma .gd { + color: #ffffff; + background-color: #5f3737; +} + +/* GenericDeleted */ +.chroma .ge { + color: #ddee30; +} + +/* GenericEmph */ +.chroma .gh { + color: #ffaa10; +} + +/* GenericHeading */ +.chroma .gi { + color: #ffffff; + background-color: #3a523a; +} + +/* GenericInserted */ +.chroma .gl {} + +/* GenericUnderline */ +.chroma .go { + color: #777e94; +} + +/* GenericOutput */ +.chroma .gp { + color: #ebdbb2; +} + +/* GenericPrompt */ +.chroma .gr { + color: #ff4433; +} + +/* GenericError */ +.chroma .gs { + color: #ebdbb2; +} + +/* GenericStrong */ +.chroma .gt { + color: #ff7540; +} + +/* GenericTraceback */ +.chroma .gu { + color: #b8bb26; +} + +/* GenericSubheading */ +.chroma .il { + color: #649bc4; +} + +/* LiteralNumberIntegerLong */ +.chroma .k { + color: #ff7540; +} + +/* Keyword */ +.chroma .kc { + color: #649bc4; +} + +/* KeywordConstant */ +.chroma .kd { + color: #ff7540; +} + +/* KeywordDeclaration */ +.chroma .kn { + color: #ffaa10; +} + +/* KeywordNamespace */ +.chroma .kp { + color: #5f8700; +} + +/* KeywordPseudo */ +.chroma .kr { + color: #ff7540; +} + +/* KeywordReserved */ +.chroma .kt { + color: #ff7b72; +} + +/* KeywordType */ +.chroma .l {} + +/* Literal */ +.chroma .ld {} + +/* LiteralDate */ +.chroma .m { + color: #649bc4; +} + +/* LiteralNumber */ +.chroma .mb { + color: #649bc4; +} + +/* LiteralNumberBin */ +.chroma .mf { + color: #649bc4; +} + +/* LiteralNumberFloat */ +.chroma .mh { + color: #649bc4; +} + +/* LiteralNumberHex */ +.chroma .mi { + color: #649bc4; +} + +/* LiteralNumberInteger */ +.chroma .mo { + color: #649bc4; +} + +/* LiteralNumberOct */ +.chroma .n { + color: #c9d1d9; +} + +/* Name */ +.chroma .na { + color: #fabd2f; +} + +/* NameAttribute */ +.chroma .nb { + color: #fabd2f; +} + +/* NameBuiltin */ +.chroma .nc { + color: #ffaa10; +} + +/* NameClass */ +.chroma .nd { + color: #8ec07c; +} + +/* NameDecorator */ +.chroma .ne { + color: #ff7540; +} + +/* NameException */ +.chroma .nf { + color: #fabd2f; +} + +/* NameFunction */ +.chroma .ni { + color: #fabd2f; +} + +/* NameEntity */ +.chroma .nl { + color: #ff7540; +} + +/* NameLabel */ +.chroma .nn { + color: #c9d1d9; +} + +/* NameNamespace */ +.chroma .no { + color: #649bc4; +} + +/* NameConstant */ +.chroma .nt { + color: #ff7540; +} + +/* NameTag */ +.chroma .nv { + color: #ebdbb2; +} + +/* NameVariable */ +.chroma .nx { + color: #b6bac5; +} + +/* NameOther */ +.chroma .o { + color: #ff7540; +} + +/* Operator */ +.chroma .ow { + color: #5f8700; +} + +/* OperatorWord */ +.chroma .p { + color: #d2d4db; +} + +/* Punctuation */ +.chroma .py {} + +/* NameProperty */ +.chroma .s { + color: #b8bb26; +} + +/* LiteralString */ +.chroma .s1 { + color: #b8bb26; +} + +/* LiteralStringSingle */ +.chroma .s2 { + color: #b8bb26; +} + +/* LiteralStringDouble */ +.chroma .sa { + color: #ffaa10; +} + +/* LiteralStringAffix */ +.chroma .sb { + color: #b8bb26; +} + +/* LiteralStringBacktick */ +.chroma .sc { + color: #ffaa10; +} + +/* LiteralStringChar */ +.chroma .sd { + color: #b8bb26; +} + +/* LiteralStringDoc */ +.chroma .se { + color: #ff8540; +} + +/* LiteralStringEscape */ +.chroma .sh { + color: #b8bb26; +} + +/* LiteralStringHeredoc */ +.chroma .si { + color: #ffaa10; +} + +/* LiteralStringInterpol */ +.chroma .sr { + color: #9075cd; +} + +/* LiteralStringRegex */ +.chroma .ss { + color: #ff8540; +} + +/* LiteralStringSymbol */ +.chroma .sx { + color: #ffaa10; +} + +/* LiteralStringOther */ +.chroma .vc { + color: #649bee; +} + +/* NameVariableClass */ +.chroma .vg { + color: #649bee; +} + +/* NameVariableGlobal */ +.chroma .vi { + color: #649bee; +} + +/* NameVariableInstance */ +.chroma .vm {} + +/* NameVariableMagic */ +.chroma .w { + color: #7f8699; +} + +/* TextWhitespace */ +.chroma .err { + /* not styled because Chroma uses it on too many things like JSX */ +} + +/* Error */ + +.CodeMirror.cm-s-default .cm-property, +.CodeMirror.cm-s-paper .cm-property { + color: #a0cc75; +} + +.CodeMirror.cm-s-default .cm-header, +.CodeMirror.cm-s-paper .cm-header { + color: #9daccc; +} + +.CodeMirror.cm-s-default .cm-quote, +.CodeMirror.cm-s-paper .cm-quote { + color: #009900; +} + +.CodeMirror.cm-s-default .cm-keyword, +.CodeMirror.cm-s-paper .cm-keyword { + color: #cc8a61; +} + +.CodeMirror.cm-s-default .cm-atom, +.CodeMirror.cm-s-paper .cm-atom { + color: #ef5e77; +} + +.CodeMirror.cm-s-default .cm-number, +.CodeMirror.cm-s-paper .cm-number { + color: #ff5656; +} + +.CodeMirror.cm-s-default .cm-def, +.CodeMirror.cm-s-paper .cm-def { + color: #e4e4e4; +} + +.CodeMirror.cm-s-default .cm-variable-2, +.CodeMirror.cm-s-paper .cm-variable-2 { + color: #00bdbf; +} + +.CodeMirror.cm-s-default .cm-variable-3, +.CodeMirror.cm-s-paper .cm-variable-3 { + color: #008855; +} + +.CodeMirror.cm-s-default .cm-comment, +.CodeMirror.cm-s-paper .cm-comment { + color: #8e9ab3; +} + +.CodeMirror.cm-s-default .cm-string, +.CodeMirror.cm-s-paper .cm-string { + color: #a77272; +} + +.CodeMirror.cm-s-default .cm-string-2, +.CodeMirror.cm-s-paper .cm-string-2 { + color: #ff5500; +} + +.CodeMirror.cm-s-default .cm-meta, +.CodeMirror.cm-s-paper .cm-meta, +.CodeMirror.cm-s-default .cm-qualifier, +.CodeMirror.cm-s-paper .cm-qualifier { + color: #ffb176; +} + +.CodeMirror.cm-s-default .cm-builtin, +.CodeMirror.cm-s-paper .cm-builtin { + color: #b7c951; +} + +.CodeMirror.cm-s-default .cm-bracket, +.CodeMirror.cm-s-paper .cm-bracket { + color: #999977; +} + +.CodeMirror.cm-s-default .cm-tag, +.CodeMirror.cm-s-paper .cm-tag { + color: #f1d273; +} + +.CodeMirror.cm-s-default .cm-attribute, +.CodeMirror.cm-s-paper .cm-attribute { + color: #bfcc70; +} + +.CodeMirror.cm-s-default .cm-hr, +.CodeMirror.cm-s-paper .cm-hr { + color: #999999; +} + +.CodeMirror.cm-s-default .cm-url, +.CodeMirror.cm-s-paper .cm-url { + color: #c5cfd0; +} + +.CodeMirror.cm-s-default .cm-link, +.CodeMirror.cm-s-paper .cm-link { + color: #d8c792; +} + +.CodeMirror.cm-s-default .cm-error, +.CodeMirror.cm-s-paper .cm-error { + color: #dbdbeb; +} + +:root { + --is-dark-theme: true; + --color-primary: hsl(23, 88%, 58%); + --color-primary-contrast: #000000; + --color-primary-dark-1: hsl(23, 88%, 63%); + --color-primary-dark-2: hsl(23, 88%, 68%); + --color-primary-dark-3: hsl(23, 88%, 73%); + --color-primary-dark-4: hsl(23, 88%, 75%); + --color-primary-dark-5: hsl(23, 88%, 83%); + --color-primary-dark-6: hsl(23, 88%, 90%); + --color-primary-dark-7: hsl(23, 88%, 98%); + --color-primary-light-1: hsl(23, 88%, 53%); + --color-primary-light-2: hsl(23, 88%, 48%); + --color-primary-light-3: hsl(23, 88%, 42%); + --color-primary-light-4: hsl(23, 88%, 33%); + --color-primary-light-5: hsl(23, 88%, 23%); + --color-primary-light-6: hsl(23, 88%, 13%); + --color-primary-light-7: hsl(23, 88%, 3%); + --color-primary-alpha-10: hsla(23, 88%, 63%, 0.9); + --color-primary-alpha-20: hsla(23, 88%, 63%, 0.8); + --color-primary-alpha-30: hsla(23, 88%, 63%, 0.7); + --color-primary-alpha-40: hsla(23, 88%, 63%, 0.6); + --color-primary-alpha-50: hsla(23, 88%, 63%, 0.5); + --color-primary-alpha-60: hsla(23, 88%, 63%, 0.4); + --color-primary-alpha-70: hsla(23, 88%, 63%, 0.3); + --color-primary-alpha-80: hsla(23, 88%, 63%, 0.2); + --color-primary-alpha-90: hsla(23, 88%, 63%, 0.1); + --color-primary-hover: var(--color-primary-dark-1); + --color-primary-active: var(--color-primary-light-1); + --color-secondary: hsl(208, 10%, 21%); + --color-secondary-dark-1: hsl(208, 10%, 24%); + --color-secondary-dark-2: hsl(208, 10%, 30%); + --color-secondary-dark-3: hsl(208, 10%, 37%); + --color-secondary-dark-4: hsl(208, 10%, 44%); + --color-secondary-dark-5: hsl(208, 10%, 49%); + --color-secondary-dark-6: hsl(208, 10%, 55%); + --color-secondary-dark-7: hsl(208, 10%, 60%); + --color-secondary-dark-8: hsl(208, 10%, 65%); + --color-secondary-dark-9: hsl(208, 10%, 68%); + --color-secondary-dark-10: hsl(208, 10%, 73%); + --color-secondary-dark-11: hsl(208, 10%, 78%); + --color-secondary-dark-12: hsl(208, 10%, 82%); + --color-secondary-dark-13: hsl(208, 10%, 85%); + --color-secondary-light-1: hsl(208, 10%, 18%); + --color-secondary-light-2: hsl(208, 10%, 15%); + --color-secondary-light-3: hsl(208, 10%, 11%); + --color-secondary-light-4: hsl(208, 10%, 8%); + --color-secondary-alpha-10: hsla(208, 10%, 21%, 0.1); + --color-secondary-alpha-20: hsla(208, 10%, 21%, 0.2); + --color-secondary-alpha-30: hsla(208, 10%, 21%, 0.3); + --color-secondary-alpha-40: hsla(208, 10%, 21%, 0.4); + --color-secondary-alpha-50: hsla(208, 10%, 21%, 0.5); + --color-secondary-alpha-60: hsla(208, 10%, 21%, 0.6); + --color-secondary-alpha-70: hsla(208, 10%, 21%, 0.7); + --color-secondary-alpha-80: hsla(208, 10%, 21%, 0.8); + --color-secondary-alpha-90: hsla(208, 10%, 21%, 0.9); + --color-secondary-button: var(--color-secondary-dark-4); + --color-secondary-hover: var(--color-secondary-dark-3); + --color-secondary-active: var(--color-secondary-dark-2); + /* console colors - used for actions console and console files */ + --color-console-fg: #f7f8f9; + --color-console-fg-subtle: #bdc4cc; + --color-console-bg: #171b1e; + --color-console-border: #2e353b; + --color-console-hover-bg: #272d33; + --color-console-active-bg: #2e353b; + --color-console-menu-bg: #262b31; + --color-console-menu-border: #414b55; + + /* named colors */ + --color-red: hsl(0, 62%, 45%); + --color-orange: hsl(24, 89%, 42%); + --color-yellow: hsl(49, 96%, 41%); + --color-olive: hsl(68, 50%, 43%); + --color-green: hsl(144, 57%, 28%); + --color-teal: hsl(177, 90%, 27%); + --color-blue: hsl(206, 55%, 50%); + --color-violet: hsl(259, 66%, 65%); + --color-purple: hsl(285, 56%, 58%); + --color-pink: hsl(326, 54%, 49%); + --color-brown: hsl(24, 39%, 49%); + --color-black: hsl(350, 10%, 11%); + + --color-red-light: hsl(0, 62%, 55%); + --color-orange-light: hsl(24, 89%, 52%); + --color-yellow-light: hsl(49, 96%, 51%); + --color-olive-light: hsl(68, 50%, 53%); + --color-green-light: hsl(144, 57%, 38%); + --color-teal-light: sl(177, 90%, 37%); + --color-blue-light: sl(206, 55%, 60%); + --color-violet-light: hsl(259, 66%, 75%); + --color-purple-light: hsl(285, 56%, 68%); + --color-pink-light: sl(326, 54%, 59%); + --color-brown-light: hsl(24, 39%, 59%); + --color-black-light: hsl(350, 10%, 21%); + + --color-red-dark-1: hsl(0, 62%, 35%); + --color-orange-dark-1: hsl(24, 89%, 32%); + --color-yellow-dark-1: hsl(49, 96%, 31%); + --color-olive-dark-1: hsl(68, 50%, 33%); + --color-green-dark-1: hsl(144, 57%, 18%); + --color-teal-dark-1: hsl(177, 90%, 17%); + --color-blue-dark-1: hsl(206, 55%, 40%); + --color-violet-dark-1: hsl(259, 66%, 55%); + --color-purple-dark-1: hsl(285, 56%, 48%); + --color-pink-dark-1: hsl(326, 54%, 39%); + --color-brown-dark-1: hsl(24, 39%, 39%); + --color-black-dark-1: hsl(0, 20%, 6%); + + --color-red-dark-2: hsl(0, 62%, 25%); + --color-orange-dark-2: hsl(24, 89%, 22%); + --color-yellow-dark-2: hsl(49, 96%, 21%); + --color-olive-dark-2: hsl(68, 50%, 23%); + --color-green-dark-2: hsl(144, 57%, 11%); + --color-teal-dark-2: hsl(177, 90%, 7%); + --color-blue-dark-2: hsl(206, 55%, 20%); + --color-violet-dark-2: hsl(259, 66%, 45%); + --color-purple-dark-2: hsl(285, 56%, 38%); + --color-pink-dark-2: hsl(326, 54%, 29%); + --color-brown-dark-2: hsl(24, 39%, 29%); + --color-black-dark-2: hsl(0, 20%, 1%); + + /* ansi colors used for actions console and console files */ + --color-ansi-black: #1e2327; + --color-ansi-red: #cc4848; + --color-ansi-green: #87ab63; + --color-ansi-yellow: #cc9903; + --color-ansi-blue: #3a8ac6; + --color-ansi-magenta: #d22e8b; + --color-ansi-cyan: #00918a; + --color-ansi-white: var(--color-console-fg-subtle); + --color-ansi-bright-black: #424851; + --color-ansi-bright-red: #d15a5a; + --color-ansi-bright-green: #93b373; + --color-ansi-bright-yellow: #eaaf03; + --color-ansi-bright-blue: #4e96cc; + --color-ansi-bright-magenta: #d74397; + --color-ansi-bright-cyan: #00b6ad; + --color-ansi-bright-white: var(--color-console-fg); + + /* other colors */ + --color-grey: #384149; + --color-grey-light: #818f9e; + --color-gold: #b1983b; + --color-white: #ffffff; + --color-diff-added-linenum-bg: #274227; + --color-diff-added-row-bg: #203224; + --color-diff-added-row-border: #314a37; + --color-diff-added-word-bg: #3c653c; + --color-diff-moved-row-bg: #818044; + --color-diff-moved-row-border: #bcca6f; + --color-diff-removed-linenum-bg: #482121; + --color-diff-removed-row-bg: #301e1e; + --color-diff-removed-row-border: #634343; + --color-diff-removed-word-bg: #6f3333; + --color-diff-inactive: #22282d; + --color-error-border: #923636; + --color-error-bg: #8b2a2a; + --color-error-bg-active: #974646; + --color-error-bg-hover: #8d3535; + --color-error-text: #ffefef; + --color-success-border: #375840; + --color-success-bg: #0d402b; + --color-success-text: #a6d7a1; + --color-warning-border: #bb9d00; + --color-warning-bg: #3a3a30; + --color-warning-text: #fbbd08; + --color-info-border: #306090; + --color-info-bg: #26354c; + --color-info-text: #38a8e8; + --color-red-badge: #db2828; + --color-red-badge-bg: #db28281a; + --color-red-badge-hover-bg: #db28284d; + --color-green-badge: #21ba45; + --color-green-badge-bg: #21ba451a; + --color-green-badge-hover-bg: #21ba454d; + --color-yellow-badge: #fbbd08; + --color-yellow-badge-bg: #fbbd081a; + --color-yellow-badge-hover-bg: #fbbd084d; + --color-orange-badge: #f2711c; + --color-orange-badge-bg: #f2711c1a; + --color-orange-badge-hover-bg: #f2711c4d; + --color-git: #f05133; + + /* target-based colors */ + --color-body: rgb(21, 25, 28); + --color-box-header: rgb(20, 23, 25); + --color-box-body: rgb(18, 20, 22); + --color-box-body-highlight: #1e2226; + --color-text-dark: #fcfcfd; + --color-text: #e1e2e3; + --color-text-light: #d0d1d2; + --color-text-light-1: #bbbdbe; + --color-text-light-2: #a9abad; + --color-text-light-3: #919497; + --color-footer: var(--color-nav-bg); + --color-timeline: #343c44; + --color-input-text: var(--color-text-dark); + --color-input-background: #171a1e; + --color-input-toggle-background: #2e353c; + --color-input-border: var(--color-secondary); + --color-input-border-hover: var(--color-secondary-dark-1); + --color-light: #00001728; + --color-light-mimic-enabled: rgba(0, 0, 0, calc(40 / 255 * 222 / 255 / var(--opacity-disabled))); + --color-light-border: #e8f3ff28; + --color-hover: #e8f3ff16; + --color-active: #e8f3ff20; + --color-menu: #171a1e; + --color-card: #171a1e; + --color-markup-table-row: #e8f3ff0f; + --color-markup-code-block: #e8f3ff12; + --color-markup-code-inline: #e8f3ff28; + --color-button: #171a1e; + --color-code-bg: #101214; + --color-shadow: #00001758; + --color-secondary-bg: #2a3137; + --color-expand-button: #2f363d; + --color-placeholder-text: var(--color-text-light-3); + --color-editor-line-highlight: var(--color-primary-light-5); + --color-project-column-bg: var(--color-secondary-light-2); + --color-caret: var(--color-text); + + /* should ideally be --color-text-dark, see #15651 */ + --color-reaction-bg: #e8f3ff12; + --color-reaction-hover-bg: var(--color-primary-light-4); + --color-reaction-active-bg: var(--color-primary-light-5); + --color-tooltip-text: #f9fafb; + --color-tooltip-bg: #131518f2; + --color-nav-bg: rgb(19, 21, 23); + --color-nav-hover-bg: var(--color-secondary-light-1); + --color-nav-text: var(--color-text); + --color-secondary-nav-bg: rgb(20, 23, 25); + --color-label-text: var(--color-text); + --color-label-bg: #7c30e691; + /*--color-label-bg: #7282924b;*/ + --color-label-hover-bg: #7940c9e3; + /*--color-label-hover-bg: #728292a0;*/ + --color-label-active-bg: #701de491; + /*--color-accent: var(--color-primary-light-1);*/ + --color-accent: var(--color-label-bg); + --color-small-accent: var(--color-label-active-bg); + --color-highlight-fg: #87651e; + --color-highlight-bg: #352c1c; + --color-overlay-backdrop: #080808c0; + accent-color: var(--color-accent); + color-scheme: dark; +} + +/* invert emojis that are hard to read otherwise */ +.emoji[aria-label="check mark"], +.emoji[aria-label="currency exchange"], +.emoji[aria-label="TOP arrow"], +.emoji[aria-label="END arrow"], +.emoji[aria-label="ON! arrow"], +.emoji[aria-label="SOON arrow"], +.emoji[aria-label="heavy dollar sign"], +.emoji[aria-label="copyright"], +.emoji[aria-label="registered"], +.emoji[aria-label="trade mark"], +.emoji[aria-label="multiply"], +.emoji[aria-label="plus"], +.emoji[aria-label="minus"], +.emoji[aria-label="divide"], +.emoji[aria-label="curly loop"], +.emoji[aria-label="double curly loop"], +.emoji[aria-label="wavy dash"], +.emoji[aria-label="paw prints"], +.emoji[aria-label="musical note"], +.emoji[aria-label="musical notes"] { + filter: invert(100%) hue-rotate(180deg); +}