diff --git a/static/css/theme_default/light.css b/static/css/theme_default/light.css index 92198ddfeae86c0cfc27a7f5a99f9d310bffdc9a..b2b6d2608288ce04e710395df5a964a7d8cbd617 100644 --- a/static/css/theme_default/light.css +++ b/static/css/theme_default/light.css @@ -479,7 +479,7 @@ pre[class*="language-"].line-numbers > code { } #sidebar .sub_indicator { transition: transform 0.4s linear; - background: url("/doc/static/image/theme_default/indicator.svg"); + background: url("/doc/quecpython/static/image/theme_default/indicator.svg"); background-size: contain; background-repeat: no-repeat; background-position: center; @@ -581,7 +581,7 @@ html[lang^=zh] #article_content #blog_list h2:before { width: 2%; } #menu { - background: url("/doc/static/image/theme_default/menu.svg"); + background: url("/doc/quecpython/static/image/theme_default/menu.svg"); background-size: contain; background-repeat: no-repeat; background-position: center; @@ -799,7 +799,7 @@ html[lang^=zh].heading_no_counter #article_content h4:before { cursor: pointer; background-repeat: no-repeat; background-size: contain; - background-image: url("/doc/static/image/theme_default/print.svg"); + background-image: url("/doc/quecpython/static/image/theme_default/print.svg"); } #article_info>div>span { padding: 0.2em; @@ -836,7 +836,7 @@ div.code-toolbar > .toolbar a:hover, div.code-toolbar > .toolbar a:focus, div.co /* #to_top_wrapper { } */ #to_top { - background: url("/doc/static/image/theme_default/to-top.svg"); + background: url("/doc/quecpython/static/image/theme_default/to-top.svg"); background-size: 2em; background-repeat: no-repeat; background-position: center; @@ -896,7 +896,7 @@ div.code-toolbar > .toolbar a:hover, div.code-toolbar > .toolbar a:focus, div.co } #previous_next #previous a > .icon{ transition: transform 0.4s linear; - background: url("/doc/static/image/theme_default/to-top.svg"); + background: url("/doc/quecpython/static/image/theme_default/to-top.svg"); background-size: 2em; background-repeat: no-repeat; background-position: center; @@ -919,7 +919,7 @@ div.code-toolbar > .toolbar a:hover, div.code-toolbar > .toolbar a:focus, div.co } #previous_next #next a > .icon{ transition: transform 0.4s linear; - background: url("/doc/static/image/theme_default/to-top.svg"); + background: url("/doc/quecpython/static/image/theme_default/to-top.svg"); background-size: 2em; background-repeat: no-repeat; background-position: center; @@ -1190,7 +1190,7 @@ details > summary { } details > summary:before { display:inline-block; - content: url("/doc/static/image/theme_default/array.svg"); + content: url("/doc/quecpython/static/image/theme_default/array.svg"); transform:rotate(90deg); transition: 0.4s; left: 0.5em; @@ -1244,7 +1244,7 @@ details > .details-content, details > div { padding-left: 0; } #navbar_menu_btn { - background: url("/doc/static/image/theme_default/menu.svg"); + background: url("/doc/quecpython/static/image/theme_default/menu.svg"); background-size: contain; background-repeat: no-repeat; background-position: center; @@ -1301,7 +1301,7 @@ details > .details-content, details > div { top: 1em; } #menu.close { - background: url("/doc/static/image/theme_default/back.svg"); + background: url("/doc/quecpython/static/image/theme_default/back.svg"); background-size: contain; background-repeat: no-repeat; background-position: center; @@ -1358,7 +1358,7 @@ details > .details-content, details > div { z-index: 97; } #toc_btn { - background: url("/doc/static/image/theme_default/anchor.svg"); + background: url("/doc/quecpython/static/image/theme_default/anchor.svg"); background-size: contain; background-repeat: no-repeat; background-position: center; @@ -1380,7 +1380,7 @@ details > .details-content, details > div { cursor: pointer; } #navbar .light, #navbar .dark:hover { - background: url("/doc/static/image/theme_default/light_mode.svg"); + background: url("/doc/quecpython/static/image/theme_default/light_mode.svg"); background-size: contain; background-repeat: no-repeat; background-position: center; @@ -1388,7 +1388,7 @@ details > .details-content, details > div { min-width: 1rem; } #navbar .dark, #navbar .light:hover { - background: url("/doc/static/image/theme_default/dark_mode.svg"); + background: url("/doc/quecpython/static/image/theme_default/dark_mode.svg"); background-size: contain; background-repeat: no-repeat; background-position: center;