1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153
| :root { --icat-white: #fff; --icat-white-op: rgba(255, 255, 255, 0.2); --icat-black: #000; --icat-black-op: rgba(0, 0, 0, 0.2); --icat-none: #00000000; --icat-gray: #999999; --icat-gray-op: #9999992b; --icat-vip: #e5a80d; --icat-main: var(--icat-theme); --icat-main-op: var(--icat-theme-op); --icat-main-op-deep: var(--icat-theme-op-deep); --icat-main-none: var(--icat-theme-none); --icat-shadow-theme: 0 8px 12px -3px var(--icat-theme-op); --icat-shadow-blackdeep: 0 2px 16px -3px rgba(0, 0, 0, .15); --icat-shadow-main: 0 8px 12px -3px var(--icat-main-op); --icat-shadow-blue: 0 8px 12px -3px rgba(40, 109, 234, .20); --icat-shadow-white: 0 8px 12px -3px rgba(255, 255, 255, .20); --icat-shadow-black: 0 0 12px 4px rgba(0, 0, 0, .05); --icat-shadow-yellow: 0px 38px 77px -26px rgba(255, 201, 62, .12); --icat-shadow-red: 0 8px 12px -3px #ee7d7936; --icat-shadow-green: 0 8px 12px -3px #87ee7936; --icat-logo-color: linear-gradient(215deg, #4584ff 0%, #cf0db9 100%); --icat-snackbar-time: 5s; --icat-theme: #425AEF; --icat-theme-op: #4259ef23; --icat-theme-op-deep: #4259efdd; --icat-theme-none: #4259ef01; --icat-blue: #425AEF; --icat-red: #f04a63; --icat-pink: #FF7C7C; --icat-green: #57bd6a; --icat-yellow: #c28b00; --icat-yellow-op: #d99c001a; --icat-orange: #e38100; --icat-fontcolor: #363636; --icat-background: #f7f9fe; --icat-reverse: #000; --icat-maskbg: rgba(255, 255, 255, 0.6); --icat-maskbgdeep: rgba(255, 255, 255, 0.85); --icat-hovertext: var(--icat-main); --icat-ahoverbg: #F7F7FA; --icat-lighttext: var(--icat-main); --icat-secondtext: rgba(60, 60, 67, 0.8); --icat-scrollbar: rgba(60, 60, 67, 0.4); --icat-card-btn-bg: #edf0f7; --icat-post-blockquote-bg: #fafcff; --icat-post-tabs-bg: #f2f5f8; --icat-secondbg: #f1f3f8; --icat-shadow-nav: 0 5px 12px -5px rgba(102, 68, 68, 0.05); --icat-card-bg: #fff; --icat-card-bg-op: var(--icat-black-op); --icat-card-bg-none: rgba(255, 255, 255, 0); --icat-shadow-lightblack: 0 5px 12px -5px rgba(102, 68, 68, 0.00); --icat-shadow-light2black: 0 5px 12px -5px rgba(102, 68, 68, 0.00); --icat-card-border: #e3e8f7; --icat-shadow-border: 0 8px 16px -4px #2c2d300c; --icat-tabs-background: #49B1F5; --style-border: 1px solid var(--icat-card-border); --style-border-always: 1px solid var(--icat-card-border); --style-border-hover: 1px solid var(--icat-main); --style-border-hover-always: 1px solid var(--icat-main); --style-border-dashed: 1px dashed var(--icat-theme-op); --style-border-forever: 2px solid var(--icat-main); } [data-theme=light] { --icat-theme: #425AEF; --icat-theme-op: #4259ef23; --icat-theme-op-deep: #4259efdd; --icat-theme-none: #4259ef01; --icat-blue: #425AEF; --icat-red: #f04a63; --icat-pink: #FF7C7C; --icat-green: #57bd6a; --icat-yellow: #c28b00; --icat-yellow-op: #d99c001a; --icat-orange: #e38100; --icat-fontcolor: #363636; --icat-background: #f7f9fe; --icat-reverse: #000; --icat-maskbg: rgba(255, 255, 255, 0.6); --icat-maskbgdeep: rgba(255, 255, 255, 0.85); --icat-hovertext: var(--icat-main); --icat-ahoverbg: #F7F7FA; --icat-lighttext: var(--icat-main); --icat-secondtext: rgba(60, 60, 67, 0.8); --icat-scrollbar: rgba(60, 60, 67, 0.4); --icat-card-btn-bg: #edf0f7; --icat-post-blockquote-bg: #fafcff; --icat-post-tabs-bg: #f2f5f8; --icat-secondbg: #f1f3f8; --icat-shadow-nav: 0 5px 12px -5px rgba(102, 68, 68, 0.05); --icat-card-bg: #fff; --icat-card-bg-op: var(--icat-black-op); --icat-card-bg-none: rgba(255, 255, 255, 0); --icat-shadow-lightblack: 0 5px 12px -5px rgba(102, 68, 68, 0.00); --icat-shadow-light2black: 0 5px 12px -5px rgba(102, 68, 68, 0.00); --icat-card-border: #e3e8f7; --icat-shadow-border: 0 8px 16px -4px #2c2d300c; --icat-tabs-background: #49B1F5; --icat-footer-background: rgb(255 255 255 / 0%); --style-border: 1px solid var(--icat-card-border); --style-border-always: 1px solid var(--icat-card-border); --style-border-hover: 1px solid var(--icat-main); --style-border-hover-always: 1px solid var(--icat-main); --style-border-dashed: 1px dashed var(--icat-theme-op); --style-border-forever: 2px solid var(--icat-main); } [data-theme=dark] { --icat-theme: #f2b94b; --icat-theme-op: #f2b94b23; --icat-theme-op-deep: #f2b94bdd; --icat-theme-none: #f2b94b00; --icat-blue: #0084FF; --icat-red: #FF3842; --icat-pink: #d44040; --icat-green: #3e9f50; --icat-yellow: #ffc93e; --icat-yellow-op: #ffc93e30; --icat-orange: #ff953e; --icat-fontcolor: #F7F7FA; --icat-background: #18171d; --icat-reverse: #fff; --icat-maskbg: rgba(0, 0, 0, 0.6); --icat-maskbgdeep: rgba(0, 0, 0, 0.85); --icat-hovertext: #0A84FF; --icat-ahoverbg: #fff; --icat-lighttext: var(--icat-theme); --icat-secondtext: #a1a2b8; --icat-scrollbar: rgba(200, 200, 223, 0.4); --icat-card-btn-bg: #30343f; --icat-post-blockquote-bg: #000; --icat-post-tabs-bg: #121212; --icat-secondbg: #30343f; --icat-shadow-nav: 0 5px 20px 0px rgba(28, 28, 28, 0.4); --icat-card-bg: #1d1e22; --icat-card-bg-op: var(--icat-white-op); --icat-card-bg-none: #1d1b2600; --icat-shadow-lightblack: 0 5px 12px -5px rgba(102, 68, 68, 0.0); --icat-shadow-light2black: 0 5px 12px -5px rgba(102, 68, 68, 0.0); --icat-card-border: #3d3d3f; --icat-shadow-border: 0 8px 16px -4px #00000050; --icat-tabs-background: #81d8cf; --icat-footer-background: linear-gradient(90deg, rgba(247, 149, 51, 0.1) 0, rgba(243, 112, 85, 0.1) 15%, rgba(239, 78, 123, 0.1) 30%, rgba(161, 102, 171, 0.1) 44%, rgba(80, 115, 184, 0.1) 58%, rgba(16, 152, 173, 0.1) 72%, rgba(7, 179, 155, 0.1) 86%, rgba(109, 186, 130, 0.1) 100%); --style-border: 1px solid var(--icat-card-border); --style-border-always: 1px solid var(--icat-card-border); --style-border-hover: 1px solid var(--icat-theme); --style-border-hover-always: 1px solid var(--icat-theme); --style-border-dashed: 1px dashed var(--icat-theme-op); --style-border-forever: 2px solid var(--icat-lighttext); }
|