hexo-theme-shokax 0.3.13 → 0.3.15
Sign up to get free protection for your applications and to get access to all the features.
- package/CODE_OF_CONDUCT.md +128 -128
- package/CONTRIBUTING.md +58 -58
- package/LICENSE +660 -660
- package/LICENSE-shoka +21 -21
- package/README.md +99 -99
- package/README_en.MD +90 -90
- package/UsageRestrictions.md +25 -25
- package/_config.yml +370 -370
- package/_images.yml +9 -9
- package/languages/README.md +19 -19
- package/languages/default.yml +1 -1
- package/languages/en.yml +153 -153
- package/languages/ja.yml +153 -153
- package/languages/zh-CN.yml +153 -153
- package/languages/zh-HK.yml +153 -153
- package/languages/zh-TW.yml +153 -153
- package/layout/_alternate/atom.ejs +30 -30
- package/layout/_alternate/json.ejs +16 -16
- package/layout/_alternate/rss.ejs +34 -34
- package/layout/_mixin/breadcrumb.pug +33 -33
- package/layout/_mixin/card.pug +38 -38
- package/layout/_mixin/comment.pug +41 -41
- package/layout/_mixin/postmeta.pug +29 -29
- package/layout/_mixin/segment.pug +32 -32
- package/layout/_mixin/sidebar.pug +40 -40
- package/layout/_mixin/widgets.pug +33 -33
- package/layout/_partials/footer.pug +42 -42
- package/layout/_partials/head/head.pug +57 -57
- package/layout/_partials/head/head_com.pug +17 -17
- package/layout/_partials/head/pwa.pug +18 -18
- package/layout/_partials/header.pug +18 -18
- package/layout/_partials/layout.pug +139 -139
- package/layout/_partials/loading.pug +13 -13
- package/layout/_partials/pagination.pug +4 -4
- package/layout/_partials/post/copyright.pug +20 -20
- package/layout/_partials/post/footer.pug +25 -25
- package/layout/_partials/post/nav.pug +13 -13
- package/layout/_partials/post/post.pug +41 -41
- package/layout/_partials/post/reward.pug +18 -18
- package/layout/_partials/sidebar/menu.pug +37 -37
- package/layout/_partials/sidebar/overview.pug +42 -42
- package/layout/_partials/third-party/baidu-analytics.pug +11 -11
- package/layout/_partials/third-party/clarity.pug +8 -8
- package/layout/_partials/third-party/google-analytics.pug +9 -9
- package/layout/archive.pug +118 -118
- package/layout/category.pug +59 -59
- package/layout/index.pug +33 -33
- package/layout/page.pug +55 -55
- package/layout/post.pug +36 -36
- package/layout/tag.pug +43 -43
- package/package.json +47 -47
- package/scripts/helpers/asset.js +61 -61
- package/scripts/plugin/check.js +2 -2
- package/scripts/tags/links.js +4 -4
- package/source/assets/algolia_logo.svg +9 -9
- package/source/assets/logo.svg +16 -16
- package/source/css/_colors.styl +207 -207
- package/source/css/_common/components/components.styl +6 -6
- package/source/css/_common/components/highlight/highlight.styl +357 -357
- package/source/css/_common/components/highlight/operation.styl +21 -21
- package/source/css/_common/components/pages/collapse.styl +119 -119
- package/source/css/_common/components/pages/home.styl +391 -391
- package/source/css/_common/components/pages/pages.styl +56 -56
- package/source/css/_common/components/pages/tag-cloud.styl +12 -12
- package/source/css/_common/components/post/breadcrumb.styl +39 -39
- package/source/css/_common/components/post/copyright.styl +41 -41
- package/source/css/_common/components/post/expand.styl +263 -263
- package/source/css/_common/components/post/footer.styl +11 -11
- package/source/css/_common/components/post/header.styl +79 -79
- package/source/css/_common/components/post/nav.styl +63 -63
- package/source/css/_common/components/post/post.styl +29 -29
- package/source/css/_common/components/post/reward.styl +50 -50
- package/source/css/_common/components/post/rtl.styl +12 -12
- package/source/css/_common/components/post/tags.styl +39 -39
- package/source/css/_common/components/tags/collapse.styl +72 -72
- package/source/css/_common/components/tags/container.styl +49 -49
- package/source/css/_common/components/tags/label.styl +12 -12
- package/source/css/_common/components/tags/links.styl +77 -77
- package/source/css/_common/components/tags/list.styl +131 -131
- package/source/css/_common/components/tags/note.styl +70 -70
- package/source/css/_common/components/tags/player.styl +361 -361
- package/source/css/_common/components/tags/quiz.styl +200 -200
- package/source/css/_common/components/tags/tabs.styl +89 -89
- package/source/css/_common/components/tags/tags.styl +9 -9
- package/source/css/_common/components/third-party/loading.styl +222 -222
- package/source/css/_common/components/third-party/mermaid/class.styl +90 -90
- package/source/css/_common/components/third-party/mermaid/flowchart.styl +72 -72
- package/source/css/_common/components/third-party/mermaid/gantt.styl +251 -251
- package/source/css/_common/components/third-party/mermaid/git.styl +7 -7
- package/source/css/_common/components/third-party/mermaid/mermaid.styl +37 -37
- package/source/css/_common/components/third-party/mermaid/pie.styl +9 -9
- package/source/css/_common/components/third-party/mermaid/sequence.styl +95 -95
- package/source/css/_common/components/third-party/mermaid/state.styl +130 -130
- package/source/css/_common/components/third-party/pace.styl +18 -18
- package/source/css/_common/components/third-party/search.styl +167 -167
- package/source/css/_common/components/third-party/theme.styl +151 -151
- package/source/css/_common/components/third-party/third-party.styl +22 -22
- package/source/css/_common/components/third-party/widgets.styl +57 -57
- package/source/css/_common/outline/footer/footer.styl +69 -69
- package/source/css/_common/outline/header/brand.styl +77 -77
- package/source/css/_common/outline/header/header.styl +20 -20
- package/source/css/_common/outline/header/image.styl +85 -85
- package/source/css/_common/outline/header/menu.styl +117 -117
- package/source/css/_common/outline/header/nav.styl +81 -81
- package/source/css/_common/outline/header/right.styl +15 -15
- package/source/css/_common/outline/header/tool.styl +207 -207
- package/source/css/_common/outline/header/waves.styl +57 -57
- package/source/css/_common/outline/mobile.styl +46 -46
- package/source/css/_common/outline/outline.styl +78 -78
- package/source/css/_common/outline/sidebar/author.styl +59 -59
- package/source/css/_common/outline/sidebar/dimmer.styl +23 -23
- package/source/css/_common/outline/sidebar/menu.styl +63 -63
- package/source/css/_common/outline/sidebar/quick.styl +43 -43
- package/source/css/_common/outline/sidebar/related.styl +56 -56
- package/source/css/_common/outline/sidebar/sidebar.styl +75 -75
- package/source/css/_common/outline/sidebar/social.styl +69 -69
- package/source/css/_common/outline/sidebar/state.styl +37 -37
- package/source/css/_common/outline/sidebar/tab.styl +71 -71
- package/source/css/_common/outline/sidebar/toc.styl +47 -47
- package/source/css/_common/scaffolding/animate.styl +322 -322
- package/source/css/_common/scaffolding/base.styl +190 -190
- package/source/css/_common/scaffolding/buttons.styl +48 -48
- package/source/css/_common/scaffolding/divider.styl +36 -36
- package/source/css/_common/scaffolding/iconfont.styl +443 -443
- package/source/css/_common/scaffolding/normalize.styl +273 -273
- package/source/css/_common/scaffolding/pagination.styl +81 -81
- package/source/css/_common/scaffolding/ribbon.styl +38 -38
- package/source/css/_common/scaffolding/scaffolding.styl +14 -14
- package/source/css/_common/scaffolding/scrollbar.styl +37 -37
- package/source/css/_common/scaffolding/tables.styl +50 -50
- package/source/css/_common/scaffolding/tip.styl +19 -19
- package/source/css/_common/scaffolding/toggles.styl +59 -59
- package/source/css/_iconfont.styl +455 -455
- package/source/css/_mixins.styl +148 -148
- package/source/css/_variables.styl +89 -89
- package/source/css/app.styl +41 -41
- package/source/css/comment.styl +3 -3
- package/source/css/mermaid.styl +5 -5
- package/source/css/optimize.styl +5 -5
- package/source/js/_app/pjax/refresh.js +1 -1
package/source/assets/logo.svg
CHANGED
@@ -1,16 +1,16 @@
|
|
1
|
-
<svg viewBox="-217 0 435 100" fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
|
2
|
-
<g transform="translate(-217 69) scale(1.3)">
|
3
|
-
<g>
|
4
|
-
<path d="M56.376-52.272C56.016-52.848 55.512-53.064 54.864-53.064C51.192-53.064 48.384-47.952 40.608-47.952C40.608-47.952 38.736-48.024 37.440-47.664C37.152-47.592 37.008-47.376 36.936-47.088C36.864-46.728 37.008-46.440 37.224-46.296C38.160-45.576 40.176-43.344 39.456-40.680C38.736-37.944 35.136-30.744 30.240-22.680C25.272-30.744 20.736-37.944 19.944-40.680C19.296-43.344 21.312-45.576 22.248-46.296C22.464-46.440 22.608-46.728 22.536-47.088C22.464-47.376 22.248-47.592 21.960-47.664C20.664-48.024 18.864-47.952 18.864-47.952C11.016-47.952 5.256-53.064 1.584-53.064C0.936-53.064 0.432-52.848 0.072-52.272C0-52.056 0-51.912 0-51.768C0.072-51.624 0.216-51.480 0.432-51.480C3.600-50.616 8.424-44.424 11.448-39.096C12.888-36.648 19.296-27.216 25.344-17.496L25.344 6.840C25.344 9.432 24.336 10.224 23.688 10.512C23.040 10.872 23.400 11.448 23.688 11.448C24.768 11.448 26.856 11.952 30.096 15.048C33.264 18.216 36.792 18.936 39.168 18.936C39.744 18.936 39.888 18.648 39.888 18.360C39.888 17.712 38.592 17.352 37.512 16.704C34.128 14.616 33.696 8.352 33.696 5.544L33.696-18.216C39.096-27.504 43.632-36.864 45.000-39.096C48.024-44.424 52.848-50.616 56.088-51.480C56.232-51.480 56.376-51.624 56.448-51.768C56.520-51.912 56.520-52.056 56.376-52.272Z"></path>
|
5
|
-
<path d="M74.952-31.104L73.296-31.104L68.472-31.104L66.816-31.104C66.528-31.104 66.312-30.672 66.816-30.240C67.392-29.736 68.472-29.304 68.472-27.792L68.472-5.040C68.472-2.592 67.680 1.872 61.632 1.872C60.408 1.872 55.152 1.872 55.152-5.040L55.152-27.792C55.152-29.304 56.232-29.736 56.808-30.240C57.384-30.672 57.168-31.104 56.808-31.104L55.152-31.104L46.800-31.104L45.144-31.104C44.928-31.104 44.640-30.672 45.144-30.240C45.720-29.736 46.800-29.304 46.800-27.792L46.800-5.040C46.800-1.800 48.024 5.544 60.768 5.544C72.432 5.544 73.296-2.376 73.296-5.040L73.296-27.792C73.296-29.304 74.448-29.736 74.952-30.240C75.528-30.672 75.240-31.104 74.952-31.104Z"></path>
|
6
|
-
<path d="M113.328 4.680C112.680 4.320 111.672 3.600 111.672 0.936L111.672-27.720C111.672-29.232 112.752-29.664 113.328-30.168C113.904-30.672 113.616-31.104 113.328-31.104L111.672-31.104L109.728-31.104L108.432-31.104L105.336-31.104L95.472-17.352C94.104-19.944 92.376-22.464 90.576-24.840C87.768-28.368 88.704-31.104 88.704-31.104L84.888-31.104L83.304-31.104L79.272-31.104L77.616-31.104C77.328-31.104 77.040-30.672 77.616-30.168C78.192-29.664 79.272-29.232 79.272-27.720L79.272 0.936C79.272 3.600 78.264 4.320 77.616 4.680C76.968 4.968 77.328 5.616 77.616 5.616L79.272 5.616L84.888 5.616L86.544 5.616C86.832 5.616 87.192 4.968 86.544 4.680C85.896 4.320 84.888 3.600 84.888 0.936L84.888-18.072C90.360-11.520 93.960-6.768 92.520-2.880C92.448-2.736 92.520-2.592 92.592-2.376C92.736-2.232 92.880-2.160 93.096-2.232C94.896-2.376 98.712-3.384 98.712-8.064C98.712-8.856 98.568-9.720 98.352-10.728L103.392-18.000L103.392 0.936C103.392 3.600 102.384 4.320 101.736 4.680C101.088 4.968 101.376 5.616 101.736 5.616L103.392 5.616L111.672 5.616L113.328 5.616C113.616 5.616 113.976 4.968 113.328 4.680Z"></path>
|
7
|
-
<path d="M144.144-2.016C143.424-2.016 142.200-2.016 141.696-2.016C140.328-2.016 140.184-1.440 138.312 0.504C137.160 1.728 135.576 2.376 133.992 2.376L130.680 2.376C126.864 2.376 126.792-1.584 126.792-4.464L126.792-4.608C126.792-14.184 136.944-14.472 135.360-8.352C135.360-8.136 135.360-7.992 135.576-7.848C135.720-7.704 135.936-7.704 136.152-7.776C140.544-10.080 140.400-18.072 133.272-18.072C128.448-18.072 126.792-14.544 126.792-14.544L126.792-27.072L133.272-27.072C134.856-27.072 136.440-26.712 137.520-25.560C139.464-23.616 139.680-23.040 140.976-23.040C141.480-23.040 142.632-23.040 143.424-23.040C144.360-23.040 145.008-23.832 144.504-24.912L141.984-29.808C141.480-30.672 140.616-31.104 139.680-31.104C132.624-31.104 125.496-31.104 118.440-31.104L116.784-31.104C116.496-31.104 116.208-30.672 116.784-30.168C117.360-29.664 118.440-29.232 118.440-27.720L118.440 0.936C118.440 3.600 117.432 4.320 116.784 4.680C116.136 4.968 116.496 5.616 116.784 5.616C124.704 5.616 132.624 5.616 140.544 5.616C141.480 5.616 142.344 5.112 142.776 4.248L145.224-0.144C145.800-1.224 145.080-2.016 144.144-2.016Z"></path>
|
8
|
-
<path d=""></path>
|
9
|
-
<path d="M185.976-25.200C191.736-35.208 197.568-43.344 197.784-48.744C197.856-51.264 195.552-53.064 193.608-53.064C191.736-53.064 190.872-52.488 190.152-51.408C190.008-51.192 190.008-50.976 190.080-50.760C190.152-50.472 190.296-50.328 190.584-50.184C191.232-50.040 191.808-49.464 191.808-48.600C191.880-47.304 191.664-45.936 191.304-44.424C190.152-48.096 186.480-51.480 179.856-51.480C171.720-51.480 165.744-47.592 165.744-37.944C165.744-29.592 172.656-25.416 178.920-20.304C177.768-18.144 176.544-15.840 175.464-13.464C175.104-13.536 174.744-13.536 174.384-13.536C159.624-13.536 157.968 5.256 168.768 12.672C168.768 22.608 173.736 23.832 176.760 23.832C179.856 23.832 182.088 21.456 182.448 20.088C182.520 19.872 182.448 19.584 182.304 19.440C182.160 19.224 181.944 19.080 181.728 19.080C178.416 18.864 176.688 17.568 175.752 15.408C176.760 15.552 177.840 15.624 178.992 15.624C185.112 15.624 199.440 12.312 199.440-3.168C199.440-13.608 192.600-19.872 185.976-25.200ZM169.056 7.344C165.384 1.800 166.968-6.768 172.872-7.488C171.072-2.736 169.632 2.232 169.056 7.344ZM173.664-40.320C173.664-43.992 175.968-48.312 180.072-48.312C186.984-48.312 187.344-39.528 183.960-39.528C183.528-39.528 182.952-39.456 182.304-39.672C182.016-39.816 181.728-39.744 181.512-39.528C181.296-39.312 181.224-39.024 181.296-38.736C181.872-36.576 183.600-36.072 185.544-36.072C186.480-36.072 187.272-36.216 187.992-36.504C186.552-33.696 184.824-30.672 183.024-27.576C177.984-31.608 173.664-35.280 173.664-40.320ZM178.272 11.952C177.048 11.952 175.968 11.808 174.960 11.520C174.888 10.584 174.816 9.504 174.816 8.424C174.816 3.240 175.752-1.728 177.336-6.552C179.640-4.968 179.784-2.088 178.344-1.512C178.200-1.440 178.128-1.368 178.056-1.152C177.984-1.008 177.984-0.936 178.056-0.720C178.416 0 179.352 0 179.352 0C185.328 0 185.472-8.928 179.496-12.312C180.216-14.112 181.080-15.984 181.944-17.784C185.976-13.968 189.216-9.360 189.216-2.304C189.216 5.328 185.832 11.952 178.272 11.952Z"></path>
|
10
|
-
<path d="M202.968 4.680C202.320 5.040 202.680 5.616 202.968 5.616L204.624 5.616L212.904 5.616L214.560 5.616C214.920 5.616 215.208 5.040 214.560 4.680C213.912 4.392 212.904 3.672 212.904 1.008L212.904-9.504L222.840-6.264L222.840 1.008C222.840 3.672 221.832 4.392 221.184 4.680C220.536 5.040 220.824 5.616 221.184 5.616L222.840 5.616L231.120 5.616L232.776 5.616C233.064 5.616 233.424 5.040 232.776 4.680C232.128 4.392 231.120 3.672 231.120 1.008L231.120-27.648C231.120-29.232 232.200-29.664 232.776-30.168C233.352-30.600 233.064-31.104 232.776-31.104L231.120-31.104L222.840-31.104L221.184-31.104C220.824-31.104 220.608-30.600 221.184-30.168C221.688-29.664 222.840-29.232 222.840-27.648L222.840-11.232L212.904-14.400L212.904-27.648C212.904-29.232 214.056-29.664 214.560-30.168C215.136-30.600 214.920-31.104 214.560-31.104L212.904-31.104L204.624-31.104L202.968-31.104C202.680-31.104 202.392-30.600 202.968-30.168C203.544-29.664 204.624-29.232 204.624-27.648L204.624 1.008C204.624 3.672 203.616 4.392 202.968 4.680Z"></path>
|
11
|
-
<path d="M250.560-31.104C242.712-31.104 236.304-22.896 236.304-12.816C236.304-2.592 242.712 5.544 250.560 5.544C258.408 5.544 264.816-2.592 264.816-12.816C264.816-22.896 258.408-31.104 250.560-31.104ZM250.560 1.656C247.248 1.656 244.584-4.824 244.584-12.816C244.584-20.736 247.248-27.216 250.560-27.216C253.872-27.216 256.536-20.736 256.536-12.816C256.536-4.824 253.872 1.656 250.560 1.656Z"></path>
|
12
|
-
<path d="M296.136-4.248C295.920-4.464 295.704-4.464 295.488-4.392C295.200-4.320 295.056-4.176 294.984-3.960C294.264-2.160 289.944-0.936 287.712-7.128C285.552-13.176 281.304-14.256 281.232-14.256C283.896-18.504 287.568-23.256 290.952-23.256C291.888-23.256 292.824-22.968 293.256-22.176C293.328-21.960 293.472-21.816 293.688-21.744C293.976-21.744 294.192-21.744 294.336-21.888C297.432-23.904 297.720-31.104 291.024-31.104C286.128-31.104 282.600-24.912 277.704-15.480L277.704-27.720C277.704-29.232 278.784-29.664 279.360-30.168C279.936-30.672 279.648-31.104 279.360-31.104L277.704-31.104L269.352-31.104L267.696-31.104C267.408-31.104 267.120-30.672 267.696-30.168C268.272-29.664 269.352-29.232 269.352-27.720L269.352 0.936C269.352 3.600 268.344 4.320 267.696 4.680C267.048 4.968 267.408 5.616 267.696 5.616L269.352 5.616L277.704 5.616L279.360 5.616C279.648 5.616 280.008 4.968 279.360 4.680C278.712 4.320 277.704 3.600 277.704 0.936L277.704-7.488C277.704-7.488 278.064-8.280 278.640-9.432C284.904-6.912 281.376 5.616 290.952 5.616C299.232 5.616 298.944-2.232 296.136-4.248Z"></path>
|
13
|
-
<path d="M334.296 4.680C333.720 4.248 332.424 3.888 331.056-0.072L323.784-27.720C323.352-29.232 323.784-29.520 324.504-30.168C325.080-30.672 324.864-31.104 324.504-31.104L314.568-31.104L313.128-31.104C312.840-31.104 312.552-30.672 313.128-30.168C313.632-29.736 314.424-29.376 314.136-28.080L304.344-0.072C302.976 3.888 301.032 4.248 300.456 4.680C299.880 5.040 300.096 5.544 300.456 5.544L309.888 5.544C310.176 5.544 310.320 4.968 309.888 4.680C309.456 4.392 307.944 3.384 308.664 0.504L310.896-5.688L322.200-2.016C322.776 0.216 323.856 3.600 321.696 4.680C321.120 4.896 321.408 5.544 321.696 5.544L334.296 5.544C334.584 5.544 334.872 5.040 334.296 4.680ZM312.408-10.152L316.800-22.680L320.832-7.416L312.408-10.152Z"></path>
|
14
|
-
</g>
|
15
|
-
</g>
|
16
|
-
</svg>
|
1
|
+
<svg viewBox="-217 0 435 100" fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
|
2
|
+
<g transform="translate(-217 69) scale(1.3)">
|
3
|
+
<g>
|
4
|
+
<path d="M56.376-52.272C56.016-52.848 55.512-53.064 54.864-53.064C51.192-53.064 48.384-47.952 40.608-47.952C40.608-47.952 38.736-48.024 37.440-47.664C37.152-47.592 37.008-47.376 36.936-47.088C36.864-46.728 37.008-46.440 37.224-46.296C38.160-45.576 40.176-43.344 39.456-40.680C38.736-37.944 35.136-30.744 30.240-22.680C25.272-30.744 20.736-37.944 19.944-40.680C19.296-43.344 21.312-45.576 22.248-46.296C22.464-46.440 22.608-46.728 22.536-47.088C22.464-47.376 22.248-47.592 21.960-47.664C20.664-48.024 18.864-47.952 18.864-47.952C11.016-47.952 5.256-53.064 1.584-53.064C0.936-53.064 0.432-52.848 0.072-52.272C0-52.056 0-51.912 0-51.768C0.072-51.624 0.216-51.480 0.432-51.480C3.600-50.616 8.424-44.424 11.448-39.096C12.888-36.648 19.296-27.216 25.344-17.496L25.344 6.840C25.344 9.432 24.336 10.224 23.688 10.512C23.040 10.872 23.400 11.448 23.688 11.448C24.768 11.448 26.856 11.952 30.096 15.048C33.264 18.216 36.792 18.936 39.168 18.936C39.744 18.936 39.888 18.648 39.888 18.360C39.888 17.712 38.592 17.352 37.512 16.704C34.128 14.616 33.696 8.352 33.696 5.544L33.696-18.216C39.096-27.504 43.632-36.864 45.000-39.096C48.024-44.424 52.848-50.616 56.088-51.480C56.232-51.480 56.376-51.624 56.448-51.768C56.520-51.912 56.520-52.056 56.376-52.272Z"></path>
|
5
|
+
<path d="M74.952-31.104L73.296-31.104L68.472-31.104L66.816-31.104C66.528-31.104 66.312-30.672 66.816-30.240C67.392-29.736 68.472-29.304 68.472-27.792L68.472-5.040C68.472-2.592 67.680 1.872 61.632 1.872C60.408 1.872 55.152 1.872 55.152-5.040L55.152-27.792C55.152-29.304 56.232-29.736 56.808-30.240C57.384-30.672 57.168-31.104 56.808-31.104L55.152-31.104L46.800-31.104L45.144-31.104C44.928-31.104 44.640-30.672 45.144-30.240C45.720-29.736 46.800-29.304 46.800-27.792L46.800-5.040C46.800-1.800 48.024 5.544 60.768 5.544C72.432 5.544 73.296-2.376 73.296-5.040L73.296-27.792C73.296-29.304 74.448-29.736 74.952-30.240C75.528-30.672 75.240-31.104 74.952-31.104Z"></path>
|
6
|
+
<path d="M113.328 4.680C112.680 4.320 111.672 3.600 111.672 0.936L111.672-27.720C111.672-29.232 112.752-29.664 113.328-30.168C113.904-30.672 113.616-31.104 113.328-31.104L111.672-31.104L109.728-31.104L108.432-31.104L105.336-31.104L95.472-17.352C94.104-19.944 92.376-22.464 90.576-24.840C87.768-28.368 88.704-31.104 88.704-31.104L84.888-31.104L83.304-31.104L79.272-31.104L77.616-31.104C77.328-31.104 77.040-30.672 77.616-30.168C78.192-29.664 79.272-29.232 79.272-27.720L79.272 0.936C79.272 3.600 78.264 4.320 77.616 4.680C76.968 4.968 77.328 5.616 77.616 5.616L79.272 5.616L84.888 5.616L86.544 5.616C86.832 5.616 87.192 4.968 86.544 4.680C85.896 4.320 84.888 3.600 84.888 0.936L84.888-18.072C90.360-11.520 93.960-6.768 92.520-2.880C92.448-2.736 92.520-2.592 92.592-2.376C92.736-2.232 92.880-2.160 93.096-2.232C94.896-2.376 98.712-3.384 98.712-8.064C98.712-8.856 98.568-9.720 98.352-10.728L103.392-18.000L103.392 0.936C103.392 3.600 102.384 4.320 101.736 4.680C101.088 4.968 101.376 5.616 101.736 5.616L103.392 5.616L111.672 5.616L113.328 5.616C113.616 5.616 113.976 4.968 113.328 4.680Z"></path>
|
7
|
+
<path d="M144.144-2.016C143.424-2.016 142.200-2.016 141.696-2.016C140.328-2.016 140.184-1.440 138.312 0.504C137.160 1.728 135.576 2.376 133.992 2.376L130.680 2.376C126.864 2.376 126.792-1.584 126.792-4.464L126.792-4.608C126.792-14.184 136.944-14.472 135.360-8.352C135.360-8.136 135.360-7.992 135.576-7.848C135.720-7.704 135.936-7.704 136.152-7.776C140.544-10.080 140.400-18.072 133.272-18.072C128.448-18.072 126.792-14.544 126.792-14.544L126.792-27.072L133.272-27.072C134.856-27.072 136.440-26.712 137.520-25.560C139.464-23.616 139.680-23.040 140.976-23.040C141.480-23.040 142.632-23.040 143.424-23.040C144.360-23.040 145.008-23.832 144.504-24.912L141.984-29.808C141.480-30.672 140.616-31.104 139.680-31.104C132.624-31.104 125.496-31.104 118.440-31.104L116.784-31.104C116.496-31.104 116.208-30.672 116.784-30.168C117.360-29.664 118.440-29.232 118.440-27.720L118.440 0.936C118.440 3.600 117.432 4.320 116.784 4.680C116.136 4.968 116.496 5.616 116.784 5.616C124.704 5.616 132.624 5.616 140.544 5.616C141.480 5.616 142.344 5.112 142.776 4.248L145.224-0.144C145.800-1.224 145.080-2.016 144.144-2.016Z"></path>
|
8
|
+
<path d=""></path>
|
9
|
+
<path d="M185.976-25.200C191.736-35.208 197.568-43.344 197.784-48.744C197.856-51.264 195.552-53.064 193.608-53.064C191.736-53.064 190.872-52.488 190.152-51.408C190.008-51.192 190.008-50.976 190.080-50.760C190.152-50.472 190.296-50.328 190.584-50.184C191.232-50.040 191.808-49.464 191.808-48.600C191.880-47.304 191.664-45.936 191.304-44.424C190.152-48.096 186.480-51.480 179.856-51.480C171.720-51.480 165.744-47.592 165.744-37.944C165.744-29.592 172.656-25.416 178.920-20.304C177.768-18.144 176.544-15.840 175.464-13.464C175.104-13.536 174.744-13.536 174.384-13.536C159.624-13.536 157.968 5.256 168.768 12.672C168.768 22.608 173.736 23.832 176.760 23.832C179.856 23.832 182.088 21.456 182.448 20.088C182.520 19.872 182.448 19.584 182.304 19.440C182.160 19.224 181.944 19.080 181.728 19.080C178.416 18.864 176.688 17.568 175.752 15.408C176.760 15.552 177.840 15.624 178.992 15.624C185.112 15.624 199.440 12.312 199.440-3.168C199.440-13.608 192.600-19.872 185.976-25.200ZM169.056 7.344C165.384 1.800 166.968-6.768 172.872-7.488C171.072-2.736 169.632 2.232 169.056 7.344ZM173.664-40.320C173.664-43.992 175.968-48.312 180.072-48.312C186.984-48.312 187.344-39.528 183.960-39.528C183.528-39.528 182.952-39.456 182.304-39.672C182.016-39.816 181.728-39.744 181.512-39.528C181.296-39.312 181.224-39.024 181.296-38.736C181.872-36.576 183.600-36.072 185.544-36.072C186.480-36.072 187.272-36.216 187.992-36.504C186.552-33.696 184.824-30.672 183.024-27.576C177.984-31.608 173.664-35.280 173.664-40.320ZM178.272 11.952C177.048 11.952 175.968 11.808 174.960 11.520C174.888 10.584 174.816 9.504 174.816 8.424C174.816 3.240 175.752-1.728 177.336-6.552C179.640-4.968 179.784-2.088 178.344-1.512C178.200-1.440 178.128-1.368 178.056-1.152C177.984-1.008 177.984-0.936 178.056-0.720C178.416 0 179.352 0 179.352 0C185.328 0 185.472-8.928 179.496-12.312C180.216-14.112 181.080-15.984 181.944-17.784C185.976-13.968 189.216-9.360 189.216-2.304C189.216 5.328 185.832 11.952 178.272 11.952Z"></path>
|
10
|
+
<path d="M202.968 4.680C202.320 5.040 202.680 5.616 202.968 5.616L204.624 5.616L212.904 5.616L214.560 5.616C214.920 5.616 215.208 5.040 214.560 4.680C213.912 4.392 212.904 3.672 212.904 1.008L212.904-9.504L222.840-6.264L222.840 1.008C222.840 3.672 221.832 4.392 221.184 4.680C220.536 5.040 220.824 5.616 221.184 5.616L222.840 5.616L231.120 5.616L232.776 5.616C233.064 5.616 233.424 5.040 232.776 4.680C232.128 4.392 231.120 3.672 231.120 1.008L231.120-27.648C231.120-29.232 232.200-29.664 232.776-30.168C233.352-30.600 233.064-31.104 232.776-31.104L231.120-31.104L222.840-31.104L221.184-31.104C220.824-31.104 220.608-30.600 221.184-30.168C221.688-29.664 222.840-29.232 222.840-27.648L222.840-11.232L212.904-14.400L212.904-27.648C212.904-29.232 214.056-29.664 214.560-30.168C215.136-30.600 214.920-31.104 214.560-31.104L212.904-31.104L204.624-31.104L202.968-31.104C202.680-31.104 202.392-30.600 202.968-30.168C203.544-29.664 204.624-29.232 204.624-27.648L204.624 1.008C204.624 3.672 203.616 4.392 202.968 4.680Z"></path>
|
11
|
+
<path d="M250.560-31.104C242.712-31.104 236.304-22.896 236.304-12.816C236.304-2.592 242.712 5.544 250.560 5.544C258.408 5.544 264.816-2.592 264.816-12.816C264.816-22.896 258.408-31.104 250.560-31.104ZM250.560 1.656C247.248 1.656 244.584-4.824 244.584-12.816C244.584-20.736 247.248-27.216 250.560-27.216C253.872-27.216 256.536-20.736 256.536-12.816C256.536-4.824 253.872 1.656 250.560 1.656Z"></path>
|
12
|
+
<path d="M296.136-4.248C295.920-4.464 295.704-4.464 295.488-4.392C295.200-4.320 295.056-4.176 294.984-3.960C294.264-2.160 289.944-0.936 287.712-7.128C285.552-13.176 281.304-14.256 281.232-14.256C283.896-18.504 287.568-23.256 290.952-23.256C291.888-23.256 292.824-22.968 293.256-22.176C293.328-21.960 293.472-21.816 293.688-21.744C293.976-21.744 294.192-21.744 294.336-21.888C297.432-23.904 297.720-31.104 291.024-31.104C286.128-31.104 282.600-24.912 277.704-15.480L277.704-27.720C277.704-29.232 278.784-29.664 279.360-30.168C279.936-30.672 279.648-31.104 279.360-31.104L277.704-31.104L269.352-31.104L267.696-31.104C267.408-31.104 267.120-30.672 267.696-30.168C268.272-29.664 269.352-29.232 269.352-27.720L269.352 0.936C269.352 3.600 268.344 4.320 267.696 4.680C267.048 4.968 267.408 5.616 267.696 5.616L269.352 5.616L277.704 5.616L279.360 5.616C279.648 5.616 280.008 4.968 279.360 4.680C278.712 4.320 277.704 3.600 277.704 0.936L277.704-7.488C277.704-7.488 278.064-8.280 278.640-9.432C284.904-6.912 281.376 5.616 290.952 5.616C299.232 5.616 298.944-2.232 296.136-4.248Z"></path>
|
13
|
+
<path d="M334.296 4.680C333.720 4.248 332.424 3.888 331.056-0.072L323.784-27.720C323.352-29.232 323.784-29.520 324.504-30.168C325.080-30.672 324.864-31.104 324.504-31.104L314.568-31.104L313.128-31.104C312.840-31.104 312.552-30.672 313.128-30.168C313.632-29.736 314.424-29.376 314.136-28.080L304.344-0.072C302.976 3.888 301.032 4.248 300.456 4.680C299.880 5.040 300.096 5.544 300.456 5.544L309.888 5.544C310.176 5.544 310.320 4.968 309.888 4.680C309.456 4.392 307.944 3.384 308.664 0.504L310.896-5.688L322.200-2.016C322.776 0.216 323.856 3.600 321.696 4.680C321.120 4.896 321.408 5.544 321.696 5.544L334.296 5.544C334.584 5.544 334.872 5.040 334.296 4.680ZM312.408-10.152L316.800-22.680L320.832-7.416L312.408-10.152Z"></path>
|
14
|
+
</g>
|
15
|
+
</g>
|
16
|
+
</svg>
|
package/source/css/_colors.styl
CHANGED
@@ -1,207 +1,207 @@
|
|
1
|
-
:root {
|
2
|
-
--grey-0: #fff;
|
3
|
-
--grey-1: #fdfdfd;
|
4
|
-
--grey-2: #f7f7f7;
|
5
|
-
--grey-3: #eff2f3;
|
6
|
-
--grey-4: #ccc;
|
7
|
-
--grey-5: #999;
|
8
|
-
--grey-6: #666;
|
9
|
-
--grey-7: #333;
|
10
|
-
--grey-8: #222;
|
11
|
-
--grey-9: #000;
|
12
|
-
|
13
|
-
--grey-1-a0: alpha(#fdfdfd, 0);
|
14
|
-
--grey-1-a7: alpha(#fdfdfd, .7);
|
15
|
-
--grey-1-a5: alpha(#fdfdfd, .5);
|
16
|
-
--grey-1-a3: alpha(#fdfdfd, .3);
|
17
|
-
--grey-9-a1: alpha(#000, .1);
|
18
|
-
--grey-9-a5: alpha(#000, .5);
|
19
|
-
--grey-2-a0: alpha(#f7f7f7, 0);
|
20
|
-
|
21
|
-
--color-pink-light-old: #ffe6fa;
|
22
|
-
--color-pink-light: alpha(#ffe6fa, .72);
|
23
|
-
--color-cyan-light-old: #e3fdf5;
|
24
|
-
--color-cyan-light: alpha(#e3fdf5, .72);
|
25
|
-
|
26
|
-
--color-red: #e9546b;
|
27
|
-
--color-pink: #ed6ea0;
|
28
|
-
--color-orange: #ec8c69;
|
29
|
-
--color-yellow: #eab700;
|
30
|
-
--color-green: #0a7426;
|
31
|
-
--color-aqua: #3e999f;
|
32
|
-
--color-blue: #38a1db;
|
33
|
-
--color-purple: #9d5b8b;
|
34
|
-
--color-grey: #869194;
|
35
|
-
|
36
|
-
--color-red-a1: alpha(#e9546b, .1);
|
37
|
-
--color-red-a3: alpha(#e9546b, .3);
|
38
|
-
--color-pink-a3: alpha(#ed6ea0, .3);
|
39
|
-
--color-pink-light-a3: alpha(#ffe6fa, .3);
|
40
|
-
--color-pink-light-a5: alpha(#ffe6fa, .5);
|
41
|
-
--color-pink-light-a7: alpha(#ffe6fa, .7);
|
42
|
-
|
43
|
-
--body-bg-shadow: var(--grey-2);
|
44
|
-
--box-bg-shadow: var(--grey-9-a1);
|
45
|
-
--text-color: var(--grey-7);
|
46
|
-
--header-text-color: var(--grey-0);
|
47
|
-
--primary-color: var(--color-red);
|
48
|
-
|
49
|
-
// --nav-bg: linear-gradient(-225deg, var(--color-cyan-light) 0, var(--color-pink-light) 100%);
|
50
|
-
--nav-bg: linear-gradient(-225deg, var(--color-cyan-light) 0, var(--color-pink-light) 100%);
|
51
|
-
|
52
|
-
}
|
53
|
-
|
54
|
-
.primary {
|
55
|
-
--note-border: #cda0c7;
|
56
|
-
--note-bg: #fdf8ff;
|
57
|
-
--note-text: #8a51c0;
|
58
|
-
--note-hover: #935aca;
|
59
|
-
}
|
60
|
-
|
61
|
-
.info {
|
62
|
-
--note-border: #8fa4dc;
|
63
|
-
--note-bg: #f1f9ff;
|
64
|
-
--note-text: #1d4974;
|
65
|
-
--note-hover: #1d5fa0;
|
66
|
-
}
|
67
|
-
|
68
|
-
.success {
|
69
|
-
--note-border: #a3c293;
|
70
|
-
--note-bg: #fcfff5;
|
71
|
-
--note-text: #2c662d;
|
72
|
-
--note-hover: #3b883c;
|
73
|
-
}
|
74
|
-
|
75
|
-
.warning {
|
76
|
-
--note-border: #c9ba9b;
|
77
|
-
--note-bg: #fffbeb;
|
78
|
-
--note-text: #947600;
|
79
|
-
--note-hover: #ccb045;
|
80
|
-
}
|
81
|
-
|
82
|
-
.danger {
|
83
|
-
--note-border: #f4b3c1;
|
84
|
-
--note-bg: #fff2f5;
|
85
|
-
--note-text: #cc0f35;
|
86
|
-
--note-hover: #f14668;
|
87
|
-
}
|
88
|
-
|
89
|
-
[data-theme="dark"] {
|
90
|
-
&:root {
|
91
|
-
--grey-0: #222;
|
92
|
-
--grey-1: #21252b;
|
93
|
-
--grey-2: #363636;
|
94
|
-
--grey-3: #444;
|
95
|
-
--grey-4: #666;
|
96
|
-
--grey-5: #aaa;
|
97
|
-
--grey-6: #ccc;
|
98
|
-
--grey-7: #ddd;
|
99
|
-
--grey-8: #eee;
|
100
|
-
--grey-9: #f7f7f7;
|
101
|
-
|
102
|
-
--grey-1-a7: alpha(#222, .7);
|
103
|
-
--grey-1-a5: alpha(#222, .5);
|
104
|
-
--grey-1-a3: alpha(#222, .3);
|
105
|
-
--grey-1-a0: alpha(#222, 0);
|
106
|
-
--grey-9-a1: alpha(#333, .1);
|
107
|
-
--grey-2-a0: alpha(#363636, 0);
|
108
|
-
|
109
|
-
--color-pink-light: shade(#ffe6fa, 80%);
|
110
|
-
--color-cyan-light: shade(#e3fdf5, 80%);
|
111
|
-
|
112
|
-
--color-red: alpha(lighten(#e9546b, 20%), .9);
|
113
|
-
--color-pink: alpha(lighten(#ed6ea0, 20%), .8);
|
114
|
-
--color-orange: alpha(lighten(#ec8c69, 20%), .8);
|
115
|
-
--color-yellow: lighten(#eab700, 50%);
|
116
|
-
--color-green: lighten(#316745, 50%);
|
117
|
-
--color-aqua: lighten(#3e999f, 50%);
|
118
|
-
--color-blue: lighten(#38a1db, 50%);
|
119
|
-
--color-purple: lighten(#9d5b8b, 50%);
|
120
|
-
--color-grey: lighten(#869194, 50%);
|
121
|
-
|
122
|
-
--body-bg-shadow: #000;
|
123
|
-
--box-bg-shadow: #000;
|
124
|
-
--text-color: var(--grey-5);
|
125
|
-
--header-text-color: var(--grey-9);
|
126
|
-
}
|
127
|
-
|
128
|
-
.primary {
|
129
|
-
--note-border: alpha(shade(#cda0c7, 40%), .8);
|
130
|
-
--note-bg: alpha(shade(#fdf8ff, 80%), .8);
|
131
|
-
--note-text: alpha(lighten(#8a51c0, 20%), .8);
|
132
|
-
--note-hover: alpha(shade(#935aca, 20%), .8);
|
133
|
-
}
|
134
|
-
|
135
|
-
.info {
|
136
|
-
--note-border: alpha(shade(#8fa4dc, 40%), .8);
|
137
|
-
--note-bg: alpha(shade(#f1f9ff, 80%), .8);
|
138
|
-
--note-text: alpha(lighten(#1d4974, 50%), .8);
|
139
|
-
--note-hover: alpha(lighten(#1d5fa0, 20%), .8);
|
140
|
-
}
|
141
|
-
|
142
|
-
.success {
|
143
|
-
--note-border: alpha(shade(#a3c293, 40%), .8);
|
144
|
-
--note-bg: alpha(shade(#fcfff5, 80%), .8);
|
145
|
-
--note-text: alpha(lighten(#2c662d, 50%), .8);
|
146
|
-
--note-hover: alpha(shade(#3b883c, 30%), .8);
|
147
|
-
}
|
148
|
-
|
149
|
-
.warning {
|
150
|
-
--note-border: alpha(shade(#c9ba9b, 40%), .8);
|
151
|
-
--note-bg: alpha(shade(#fffbeb, 80%), .8);
|
152
|
-
--note-text: alpha(lighten(#947600, 20%), .8);
|
153
|
-
--note-hover: alpha(shade(#ccb045, 20%), .8);
|
154
|
-
}
|
155
|
-
|
156
|
-
.danger {
|
157
|
-
--note-border: alpha(shade(#f4b3c1, 40%), .8);
|
158
|
-
--note-bg: alpha(shade(#fff2f5, 80%), .8);
|
159
|
-
--note-text: alpha(lighten(#cc0f35, 20%), .8);
|
160
|
-
--note-hover: alpha(shade(#f14668, 30%), .8);
|
161
|
-
}
|
162
|
-
|
163
|
-
.sidebar .tab li,
|
164
|
-
.overview .menu .item,
|
165
|
-
.index.wrap .card .message .btn,
|
166
|
-
img, [data-background-image] {
|
167
|
-
the-transition();
|
168
|
-
opacity: .75;
|
169
|
-
|
170
|
-
&:hover {
|
171
|
-
opacity: .9;
|
172
|
-
}
|
173
|
-
}
|
174
|
-
|
175
|
-
#imgs::before {
|
176
|
-
background-color: rgba(0, 0, 0, 0.5);
|
177
|
-
}
|
178
|
-
}
|
179
|
-
|
180
|
-
.red {
|
181
|
-
color: var(--color-red);
|
182
|
-
}
|
183
|
-
.pink {
|
184
|
-
color: var(--color-pink);
|
185
|
-
}
|
186
|
-
.orange {
|
187
|
-
color: var(--color-orange);
|
188
|
-
}
|
189
|
-
.yellow {
|
190
|
-
color: var(--color-yellow);
|
191
|
-
}
|
192
|
-
.green {
|
193
|
-
color: var(--color-green);
|
194
|
-
}
|
195
|
-
.aqua {
|
196
|
-
color: var(--color-aqua);
|
197
|
-
}
|
198
|
-
.blue {
|
199
|
-
color: var(--color-blue);
|
200
|
-
}
|
201
|
-
.purple {
|
202
|
-
color: var(--color-purple);
|
203
|
-
}
|
204
|
-
.grey {
|
205
|
-
color: var(--color-grey);
|
206
|
-
}
|
207
|
-
|
1
|
+
:root {
|
2
|
+
--grey-0: #fff;
|
3
|
+
--grey-1: #fdfdfd;
|
4
|
+
--grey-2: #f7f7f7;
|
5
|
+
--grey-3: #eff2f3;
|
6
|
+
--grey-4: #ccc;
|
7
|
+
--grey-5: #999;
|
8
|
+
--grey-6: #666;
|
9
|
+
--grey-7: #333;
|
10
|
+
--grey-8: #222;
|
11
|
+
--grey-9: #000;
|
12
|
+
|
13
|
+
--grey-1-a0: alpha(#fdfdfd, 0);
|
14
|
+
--grey-1-a7: alpha(#fdfdfd, .7);
|
15
|
+
--grey-1-a5: alpha(#fdfdfd, .5);
|
16
|
+
--grey-1-a3: alpha(#fdfdfd, .3);
|
17
|
+
--grey-9-a1: alpha(#000, .1);
|
18
|
+
--grey-9-a5: alpha(#000, .5);
|
19
|
+
--grey-2-a0: alpha(#f7f7f7, 0);
|
20
|
+
|
21
|
+
--color-pink-light-old: #ffe6fa;
|
22
|
+
--color-pink-light: alpha(#ffe6fa, .72);
|
23
|
+
--color-cyan-light-old: #e3fdf5;
|
24
|
+
--color-cyan-light: alpha(#e3fdf5, .72);
|
25
|
+
|
26
|
+
--color-red: #e9546b;
|
27
|
+
--color-pink: #ed6ea0;
|
28
|
+
--color-orange: #ec8c69;
|
29
|
+
--color-yellow: #eab700;
|
30
|
+
--color-green: #0a7426;
|
31
|
+
--color-aqua: #3e999f;
|
32
|
+
--color-blue: #38a1db;
|
33
|
+
--color-purple: #9d5b8b;
|
34
|
+
--color-grey: #869194;
|
35
|
+
|
36
|
+
--color-red-a1: alpha(#e9546b, .1);
|
37
|
+
--color-red-a3: alpha(#e9546b, .3);
|
38
|
+
--color-pink-a3: alpha(#ed6ea0, .3);
|
39
|
+
--color-pink-light-a3: alpha(#ffe6fa, .3);
|
40
|
+
--color-pink-light-a5: alpha(#ffe6fa, .5);
|
41
|
+
--color-pink-light-a7: alpha(#ffe6fa, .7);
|
42
|
+
|
43
|
+
--body-bg-shadow: var(--grey-2);
|
44
|
+
--box-bg-shadow: var(--grey-9-a1);
|
45
|
+
--text-color: var(--grey-7);
|
46
|
+
--header-text-color: var(--grey-0);
|
47
|
+
--primary-color: var(--color-red);
|
48
|
+
|
49
|
+
// --nav-bg: linear-gradient(-225deg, var(--color-cyan-light) 0, var(--color-pink-light) 100%);
|
50
|
+
--nav-bg: linear-gradient(-225deg, var(--color-cyan-light) 0, var(--color-pink-light) 100%);
|
51
|
+
|
52
|
+
}
|
53
|
+
|
54
|
+
.primary {
|
55
|
+
--note-border: #cda0c7;
|
56
|
+
--note-bg: #fdf8ff;
|
57
|
+
--note-text: #8a51c0;
|
58
|
+
--note-hover: #935aca;
|
59
|
+
}
|
60
|
+
|
61
|
+
.info {
|
62
|
+
--note-border: #8fa4dc;
|
63
|
+
--note-bg: #f1f9ff;
|
64
|
+
--note-text: #1d4974;
|
65
|
+
--note-hover: #1d5fa0;
|
66
|
+
}
|
67
|
+
|
68
|
+
.success {
|
69
|
+
--note-border: #a3c293;
|
70
|
+
--note-bg: #fcfff5;
|
71
|
+
--note-text: #2c662d;
|
72
|
+
--note-hover: #3b883c;
|
73
|
+
}
|
74
|
+
|
75
|
+
.warning {
|
76
|
+
--note-border: #c9ba9b;
|
77
|
+
--note-bg: #fffbeb;
|
78
|
+
--note-text: #947600;
|
79
|
+
--note-hover: #ccb045;
|
80
|
+
}
|
81
|
+
|
82
|
+
.danger {
|
83
|
+
--note-border: #f4b3c1;
|
84
|
+
--note-bg: #fff2f5;
|
85
|
+
--note-text: #cc0f35;
|
86
|
+
--note-hover: #f14668;
|
87
|
+
}
|
88
|
+
|
89
|
+
[data-theme="dark"] {
|
90
|
+
&:root {
|
91
|
+
--grey-0: #222;
|
92
|
+
--grey-1: #21252b;
|
93
|
+
--grey-2: #363636;
|
94
|
+
--grey-3: #444;
|
95
|
+
--grey-4: #666;
|
96
|
+
--grey-5: #aaa;
|
97
|
+
--grey-6: #ccc;
|
98
|
+
--grey-7: #ddd;
|
99
|
+
--grey-8: #eee;
|
100
|
+
--grey-9: #f7f7f7;
|
101
|
+
|
102
|
+
--grey-1-a7: alpha(#222, .7);
|
103
|
+
--grey-1-a5: alpha(#222, .5);
|
104
|
+
--grey-1-a3: alpha(#222, .3);
|
105
|
+
--grey-1-a0: alpha(#222, 0);
|
106
|
+
--grey-9-a1: alpha(#333, .1);
|
107
|
+
--grey-2-a0: alpha(#363636, 0);
|
108
|
+
|
109
|
+
--color-pink-light: shade(#ffe6fa, 80%);
|
110
|
+
--color-cyan-light: shade(#e3fdf5, 80%);
|
111
|
+
|
112
|
+
--color-red: alpha(lighten(#e9546b, 20%), .9);
|
113
|
+
--color-pink: alpha(lighten(#ed6ea0, 20%), .8);
|
114
|
+
--color-orange: alpha(lighten(#ec8c69, 20%), .8);
|
115
|
+
--color-yellow: lighten(#eab700, 50%);
|
116
|
+
--color-green: lighten(#316745, 50%);
|
117
|
+
--color-aqua: lighten(#3e999f, 50%);
|
118
|
+
--color-blue: lighten(#38a1db, 50%);
|
119
|
+
--color-purple: lighten(#9d5b8b, 50%);
|
120
|
+
--color-grey: lighten(#869194, 50%);
|
121
|
+
|
122
|
+
--body-bg-shadow: #000;
|
123
|
+
--box-bg-shadow: #000;
|
124
|
+
--text-color: var(--grey-5);
|
125
|
+
--header-text-color: var(--grey-9);
|
126
|
+
}
|
127
|
+
|
128
|
+
.primary {
|
129
|
+
--note-border: alpha(shade(#cda0c7, 40%), .8);
|
130
|
+
--note-bg: alpha(shade(#fdf8ff, 80%), .8);
|
131
|
+
--note-text: alpha(lighten(#8a51c0, 20%), .8);
|
132
|
+
--note-hover: alpha(shade(#935aca, 20%), .8);
|
133
|
+
}
|
134
|
+
|
135
|
+
.info {
|
136
|
+
--note-border: alpha(shade(#8fa4dc, 40%), .8);
|
137
|
+
--note-bg: alpha(shade(#f1f9ff, 80%), .8);
|
138
|
+
--note-text: alpha(lighten(#1d4974, 50%), .8);
|
139
|
+
--note-hover: alpha(lighten(#1d5fa0, 20%), .8);
|
140
|
+
}
|
141
|
+
|
142
|
+
.success {
|
143
|
+
--note-border: alpha(shade(#a3c293, 40%), .8);
|
144
|
+
--note-bg: alpha(shade(#fcfff5, 80%), .8);
|
145
|
+
--note-text: alpha(lighten(#2c662d, 50%), .8);
|
146
|
+
--note-hover: alpha(shade(#3b883c, 30%), .8);
|
147
|
+
}
|
148
|
+
|
149
|
+
.warning {
|
150
|
+
--note-border: alpha(shade(#c9ba9b, 40%), .8);
|
151
|
+
--note-bg: alpha(shade(#fffbeb, 80%), .8);
|
152
|
+
--note-text: alpha(lighten(#947600, 20%), .8);
|
153
|
+
--note-hover: alpha(shade(#ccb045, 20%), .8);
|
154
|
+
}
|
155
|
+
|
156
|
+
.danger {
|
157
|
+
--note-border: alpha(shade(#f4b3c1, 40%), .8);
|
158
|
+
--note-bg: alpha(shade(#fff2f5, 80%), .8);
|
159
|
+
--note-text: alpha(lighten(#cc0f35, 20%), .8);
|
160
|
+
--note-hover: alpha(shade(#f14668, 30%), .8);
|
161
|
+
}
|
162
|
+
|
163
|
+
.sidebar .tab li,
|
164
|
+
.overview .menu .item,
|
165
|
+
.index.wrap .card .message .btn,
|
166
|
+
img, [data-background-image] {
|
167
|
+
the-transition();
|
168
|
+
opacity: .75;
|
169
|
+
|
170
|
+
&:hover {
|
171
|
+
opacity: .9;
|
172
|
+
}
|
173
|
+
}
|
174
|
+
|
175
|
+
#imgs::before {
|
176
|
+
background-color: rgba(0, 0, 0, 0.5);
|
177
|
+
}
|
178
|
+
}
|
179
|
+
|
180
|
+
.red {
|
181
|
+
color: var(--color-red);
|
182
|
+
}
|
183
|
+
.pink {
|
184
|
+
color: var(--color-pink);
|
185
|
+
}
|
186
|
+
.orange {
|
187
|
+
color: var(--color-orange);
|
188
|
+
}
|
189
|
+
.yellow {
|
190
|
+
color: var(--color-yellow);
|
191
|
+
}
|
192
|
+
.green {
|
193
|
+
color: var(--color-green);
|
194
|
+
}
|
195
|
+
.aqua {
|
196
|
+
color: var(--color-aqua);
|
197
|
+
}
|
198
|
+
.blue {
|
199
|
+
color: var(--color-blue);
|
200
|
+
}
|
201
|
+
.purple {
|
202
|
+
color: var(--color-purple);
|
203
|
+
}
|
204
|
+
.grey {
|
205
|
+
color: var(--color-grey);
|
206
|
+
}
|
207
|
+
|
@@ -1,6 +1,6 @@
|
|
1
|
-
@import 'post';
|
2
|
-
@import 'pages';
|
3
|
-
@import 'third-party';
|
4
|
-
|
5
|
-
@import 'highlight';
|
6
|
-
@import 'tags';
|
1
|
+
@import 'post';
|
2
|
+
@import 'pages';
|
3
|
+
@import 'third-party';
|
4
|
+
|
5
|
+
@import 'highlight';
|
6
|
+
@import 'tags';
|