Site updated: 2024-06-03 22:15:49

This commit is contained in:
SharwOrange橙夜 2024-06-03 22:15:49 +08:00
parent a177f1907d
commit 5aca35f458
Signed by: SharwOrange
GPG Key ID: 5507630E4F33F4B1
11 changed files with 147 additions and 89 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -210,6 +210,13 @@ template {
}
.fontawesomeIcon,
.custom-hr:before,
#article-container h1:before,
#article-container h2:before,
#article-container h3:before,
#article-container h4:before,
#article-container h5:before,
#article-container h6:before,
#article-container hr:before,
#post .post-copyright:before,
#post .post-outdate-notice:before,
.note:not(.no-icon)::before,
@ -328,6 +335,7 @@ template {
transition: all 0.3s ease-out;
}
.custom-hr,
#article-container hr,
.search-dialog hr {
position: relative;
margin: 40px auto;
@ -335,10 +343,12 @@ template {
width: calc(100% - 4px);
}
.custom-hr:hover:before,
#article-container hr:hover:before,
.search-dialog hr:hover:before {
left: calc(95% - 20px);
}
.custom-hr:before,
#article-container hr:before,
.search-dialog hr:before {
position: absolute;
top: -10px;
@ -1478,7 +1488,7 @@ body {
background: var(--global-bg);
color: var(--font-color);
font-size: var(--global-font-size);
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Lato, Roboto, 'PingFang SC', 'Microsoft YaHei', sans-serif;
font-family: LXGW WenKai Screen, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Lato, Roboto, "PingFang SC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
line-height: 2;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
@ -1739,7 +1749,7 @@ figure.highlight pre .javascript .function {
#article-container pre,
#article-container code {
font-size: var(--global-font-size);
font-family: consolas, Menlo, 'PingFang SC', 'Microsoft YaHei', sans-serif !important;
font-family: consolas, Menlo, "PingFang SC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif !important;
}
#article-container code {
padding: 2px 4px;
@ -3920,6 +3930,113 @@ h1.page-title + .tag-cloud-list {
#article-container hr {
margin: 20px 0;
}
#article-container h1,
#article-container h2,
#article-container h3,
#article-container h4,
#article-container h5,
#article-container h6 {
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
#article-container h1:before,
#article-container h2:before,
#article-container h3:before,
#article-container h4:before,
#article-container h5:before,
#article-container h6:before {
position: absolute;
top: calc(50% - 7px);
color: #f47466;
content: '\f0c1';
left: 0;
line-height: 1;
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
#article-container h1:hover:before,
#article-container h2:hover:before,
#article-container h3:hover:before,
#article-container h4:hover:before,
#article-container h5:hover:before,
#article-container h6:hover:before {
color: #49b1f5;
}
#article-container h1 {
padding-left: 28px;
}
#article-container h1:before {
font-size: 18px;
}
#article-container h1:hover {
padding-left: 32px;
}
#article-container h2 {
padding-left: 26px;
}
#article-container h2:before {
font-size: 16px;
}
#article-container h2:hover {
padding-left: 30px;
}
#article-container h3 {
padding-left: 24px;
}
#article-container h3:before {
font-size: 14px;
}
#article-container h3:hover {
padding-left: 28px;
}
#article-container h4 {
padding-left: 22px;
}
#article-container h4:before {
font-size: 12px;
}
#article-container h4:hover {
padding-left: 26px;
}
#article-container h5 {
padding-left: 20px;
}
#article-container h5:before {
font-size: 10px;
}
#article-container h5:hover {
padding-left: 24px;
}
#article-container h6 {
padding-left: 20px;
}
#article-container h6:before {
font-size: 10px;
}
#article-container h6:hover {
padding-left: 24px;
}
#article-container ol p,
#article-container ul p {
margin: 0 0 8px;
}
#article-container li::marker {
color: #49b1f5;
font-weight: 600;
font-size: 1.05em;
}
#article-container li:hover::marker {
color: var(--pseudo-hover);
}
#article-container ul > li {
list-style-type: circle;
}
#post .tag_share:after {
display: block;
clear: both;
@ -4435,6 +4552,20 @@ mjx-assistive-mml {
#article-container .aplayer {
margin: 0 0 20px;
}
#article-container .aplayer ol,
#article-container .aplayer ul {
margin: 0;
padding: 0;
}
#article-container .aplayer ol li,
#article-container .aplayer ul li {
margin: 0;
padding: 0 15px;
}
#article-container .aplayer ol li:before,
#article-container .aplayer ul li:before {
content: none;
}
.snackbar-css {
border-radius: 5px !important;
}
@ -6149,75 +6280,3 @@ blockquote.pullquote.right {
display: none;
background: rgba(0,0,0,0.6);
}
#local-search .search-dialog .local-search-box {
margin: 0 auto;
max-width: 100%;
width: 100%;
}
#local-search .search-dialog .local-search-box input {
padding: 5px 14px;
width: 100%;
outline: none;
border: 2px solid #49b1f5;
border-radius: 40px;
background: var(--search-bg);
color: var(--search-input-color);
-webkit-appearance: none;
}
#local-search .search-dialog .search-wrap {
display: none;
}
#local-search .search-dialog .local-search-hit-item {
position: relative;
padding-left: 24px;
line-height: 1.7;
}
#local-search .search-dialog .local-search-hit-item:hover:before {
border-color: var(--pseudo-hover);
}
#local-search .search-dialog .local-search-hit-item:before {
position: absolute;
top: 0.45em;
left: 0;
width: 0.5em;
height: 0.5em;
border: 3px solid #49b1f5;
border-radius: 0.5em;
background: transparent;
content: '';
line-height: 0.5em;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
#local-search .search-dialog .local-search-hit-item a {
display: block;
color: var(--search-a-color);
}
#local-search .search-dialog .local-search-hit-item a:hover {
color: #49b1f5;
}
#local-search .search-dialog .local-search-hit-item .search-result-title {
font-weight: 600;
}
#local-search .search-dialog .local-search-hit-item .search-result {
margin: 0 0 8px;
}
#local-search .search-dialog .search-result-list {
overflow-y: overlay;
margin: 0 -20px;
padding: 0 22px;
max-height: calc(80vh - 200px);
}
@media screen and (max-width: 768px) {
#local-search .search-dialog .search-result-list {
max-height: calc(var(--search-height) - 220px) !important;
}
}
.search-keyword {
background: transparent;
color: #f47466;
font-weight: bold;
}

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
var bszCaller,bszTag;!function(){var c,d,e,a=!1,b=[];ready=function(c){return a||"interactive"===document.readyState||"complete"===document.readyState?c.call(document):b.push(function(){return c.call(this)}),this},d=function(){for(var a=0,c=b.length;c>a;a++)b[a].apply(document);b=[]},e=function(){a||(a=!0,d.call(window),document.removeEventListener?document.removeEventListener("DOMContentLoaded",e,!1):document.attachEvent&&(document.detachEvent("onreadystatechange",e),window==window.top&&(clearInterval(c),c=null)))},document.addEventListener?document.addEventListener("DOMContentLoaded",e,!1):document.attachEvent&&(document.attachEvent("onreadystatechange",function(){/loaded|complete/.test(document.readyState)&&e()}),window==window.top&&(c=setInterval(function(){try{a||document.documentElement.doScroll("left")}catch(b){return}e()},5)))}(),bszCaller={fetch:function(a,b){var c="BusuanziCallback_"+Math.floor(1099511627776*Math.random());window[c]=this.evalCall(b),a=a.replace("=BusuanziCallback","="+c),scriptTag=document.createElement("SCRIPT"),scriptTag.type="text/javascript",scriptTag.defer=!0,scriptTag.src=a,scriptTag.referrerPolicy="no-referrer-when-downgrade",document.getElementsByTagName("HEAD")[0].appendChild(scriptTag)},evalCall:function(a){return function(b){ready(function(){try{a(b),scriptTag.parentElement.removeChild(scriptTag)}catch(c){bszTag.hides()}})}}},bszCaller.fetch("//busuanzi.ibruce.info/busuanzi?jsonpCallback=BusuanziCallback",function(a){bszTag.texts(a),bszTag.shows()}),bszTag={bszs:["site_pv","page_pv","site_uv"],texts:function(a){this.bszs.map(function(b){var c=document.getElementById("busuanzi_value_"+b);c&&(c.innerHTML=a[b])})},hides:function(){this.bszs.map(function(a){var b=document.getElementById("busuanzi_container_"+a);b&&(b.style.display="none")})},shows:function(){this.bszs.map(function(a){var b=document.getElementById("busuanzi_container_"+a);b&&(b.style.display="inline")})}};

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long