diff --git a/404/404.html b/404/404.html new file mode 100644 index 0000000..c36b41c --- /dev/null +++ b/404/404.html @@ -0,0 +1,126 @@ + + + + + + + 404 | Wilson's blog + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+

+ +

+ +
+ +
+
+
+

链接已失效听个音乐放松一下吧

+
+
+
+ +
+
+ +
+ +
+
+ +
+ + + + + + + + + + + + + + + + +
+ + \ No newline at end of file diff --git a/css/fonts/biaodian-minus59.ttf b/css/fonts/biaodian-minus59.ttf new file mode 100644 index 0000000..f821051 Binary files /dev/null and b/css/fonts/biaodian-minus59.ttf differ diff --git a/css/style.css b/css/style.css index 4d0291d..7c9c33c 100644 --- a/css/style.css +++ b/css/style.css @@ -448,7 +448,27 @@ button::-moz-focus-inner { } @font-face { font-family: biaodian; - src: url("fonts/biaodian.ttf"); + font-style: normal; + font-weight: normal; + src: url("fonts/biaodian-minus59.ttf"); +} +@font-face { + font-family: biaodian; + font-style: italic; + font-weight: normal; + src: url("fonts/biaodian-minus59.ttf"); +} +@font-face { + font-family: biaodian; + font-style: normal; + font-weight: bold; + src: url("fonts/biaodian-minus59.ttf"); +} +@font-face { + font-family: biaodian; + font-style: italic; + font-weight: bold; + src: url("fonts/biaodian-minus59.ttf"); } html { scroll-padding-top: 80px; @@ -591,9 +611,7 @@ a { width: 100%; max-width: 100%; margin: 0 auto; - background: rgba(255,255,255,0.732); - -webkit-backdrop-filter: saturate(180%) blur(20px); - backdrop-filter: saturate(180%) blur(20px); + background: #fff; z-index: 2; border-bottom: 1px solid #ddd; } @@ -606,6 +624,18 @@ a { #nav-outer :last-child { padding-right: 0; } +@supports (backdrop-filter: saturate(180%) blur(20px)) { + #nav-outer { + background: rgba(255,255,255,0.732); + backdrop-filter: saturate(180%) blur(20px); + } +} +@supports (-webkit-backdrop-filter: saturate(180%) blur(20px)) { + #nav-outer { + background: rgba(255,255,255,0.732); + -webkit-backdrop-filter: saturate(180%) blur(20px); + } +} #main-nav { display: -webkit-box; display: -moz-box; @@ -793,18 +823,9 @@ a.article-title:hover { color: #999; } .article-entry { + text-align: justify; color: #222; } -@media screen { - .article-entry { - text-align: justify; - } -} -@media screen and (max-width: 600px) { - .article-entry { - text-align: start; - } -} .article-entry:before, .article-entry:after { content: ""; @@ -813,8 +834,9 @@ a.article-title:hover { .article-entry:after { clear: both; } -.article-entry .markdown-them-math-inline { - margin: 0.25em; +.article-entry .markdown-them-math-inline:before, +.article-entry .markdown-them-math-inline:after { + content: " "; } .article-entry p, .article-entry table { @@ -882,6 +904,9 @@ a.article-title:hover { margin: 1.6em 0; padding: 0px 2em; } +.article-entry blockquote strong { + font-style: normal; +} .article-entry blockquote footer { font-size: 16px; font-family: font-sans; @@ -931,7 +956,8 @@ a.article-title:hover { .article-entry ul li input { margin-right: 10px; } -.article-entry mjx-container { +.article-entry .markdown-them-math-block, +.article-entry .markdown-them-math-inline { overflow: auto; overflow-y: hidden; outline: 0;