Skip to content

Commit

Permalink
Site updated: 2023-12-07 09:51:07
Browse files Browse the repository at this point in the history
  • Loading branch information
FangZiMu committed Dec 7, 2023
1 parent 46e0ac3 commit 4cac231
Show file tree
Hide file tree
Showing 32 changed files with 649 additions and 629 deletions.
157 changes: 0 additions & 157 deletions 2023/11/29/test_dir/hello_everyone/index.html

This file was deleted.

162 changes: 0 additions & 162 deletions 2023/12/06/Notes/开发命令备忘/index.html

This file was deleted.

167 changes: 0 additions & 167 deletions 2023/12/06/Notes/逆向备忘/index.html

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

162 changes: 162 additions & 0 deletions Notes/开发命令备忘/index.html

Large diffs are not rendered by default.

167 changes: 167 additions & 0 deletions Notes/逆向备忘/index.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions archives/2023/09/index.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions archives/2023/10/index.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions archives/2023/11/index.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions archives/2023/12/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions archives/2023/index.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions archives/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions categories/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions categories/其他/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions categories/博客搭建/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions categories/开发/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions categories/片段/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions categories/逆向/index.html

Large diffs are not rendered by default.

102 changes: 60 additions & 42 deletions css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ template {
left: 0;
width: 0.43em;
height: 0.43em;
border: 0.215em solid #49b1f5;
border: 0.215em solid #458588;
border-radius: 0.43em;
background: transparent;
content: '';
Expand Down Expand Up @@ -1453,8 +1453,8 @@ canvas:not(#ribbon-canvas),
--sidebar-bg: #f6f8fa;
--btn-hover-color: #ff7242;
--btn-color: #fff;
--btn-bg: #49b1f5;
--text-bg-hover: rgba(73,177,245,0.7);
--btn-bg: #458588;
--text-bg-hover: rgba(69,133,136,0.7);
--light-grey: #eee;
--dark-grey: #cacaca;
--white: #fff;
Expand All @@ -1467,8 +1467,8 @@ canvas:not(#ribbon-canvas),
--card-hover-box-shadow: 0 3px 8px 6px rgba(7,17,27,0.09);
--pseudo-hover: #ff7242;
--headline-presudo: #a0a0a0;
--scrollbar-color: #49b1f5;
--default-bg-color: #49b1f5;
--scrollbar-color: #458588;
--default-bg-color: #458588;
--zoom-bg: #fff;
--mark-bg: rgba(0,0,0,0.3);
}
Expand Down Expand Up @@ -1499,6 +1499,17 @@ body {
input::placeholder {
color: var(--font-color);
}
#web_bg {
position: fixed;
z-index: -999;
width: 100%;
height: 100%;
background: #458588;
background-attachment: local;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
h1,
h2,
h3,
Expand Down Expand Up @@ -1567,7 +1578,7 @@ a {
overflow-wrap: break-word;
}
a:hover {
color: #49b1f5;
color: #458588;
}
.is-center {
text-align: center;
Expand Down Expand Up @@ -1877,7 +1888,7 @@ figure.highlight pre .javascript .function {
transition: color 0.2s;
}
#article-container .highlight-tools .copy-button:hover {
color: #49b1f5;
color: #458588;
}
#article-container .gutter {
-webkit-user-select: none;
Expand Down Expand Up @@ -1963,7 +1974,7 @@ figure.highlight pre .javascript .function {
.article-sort {
margin-left: 10px;
padding-left: 20px;
border-left: 2px solid #aadafa;
border-left: 2px solid #78b8bb;
}
.article-sort-title {
position: relative;
Expand All @@ -1982,7 +1993,7 @@ figure.highlight pre .javascript .function {
z-index: 1;
width: 10px;
height: 10px;
border: 5px solid #49b1f5;
border: 5px solid #458588;
border-radius: 10px;
background: var(--card-bg);
content: '';
Expand All @@ -2000,7 +2011,7 @@ figure.highlight pre .javascript .function {
z-index: 0;
width: 2px;
height: 1.5em;
background: #aadafa;
background: #78b8bb;
content: '';
}
.article-sort-item {
Expand Down Expand Up @@ -2032,7 +2043,7 @@ figure.highlight pre .javascript .function {
left: calc(-20px - 17px);
width: 6px;
height: 6px;
border: 3px solid #49b1f5;
border: 3px solid #458588;
border-radius: 6px;
background: var(--card-bg);
content: '';
Expand All @@ -2052,7 +2063,7 @@ figure.highlight pre .javascript .function {
font-size: 1.43em;
}
.article-sort-item.year:hover:before {
border-color: #49b1f5;
border-color: #458588;
}
.article-sort-item.year:before {
border-color: var(--pseudo-hover);
Expand All @@ -2076,7 +2087,7 @@ figure.highlight pre .javascript .function {
-webkit-line-clamp: 2;
}
.article-sort-item-title:hover {
color: #49b1f5;
color: #458588;
-webkit-transform: translateX(10px);
-moz-transform: translateX(10px);
-o-transform: translateX(10px);
Expand Down Expand Up @@ -2113,7 +2124,7 @@ figure.highlight pre .javascript .function {
color: var(--font-color);
}
.category-lists .category-list a:hover {
color: #49b1f5;
color: #458588;
}
.category-lists .category-list .category-list-count {
margin-left: 8px;
Expand Down Expand Up @@ -2465,7 +2476,7 @@ figure.highlight pre .javascript .function {
}
}
#recent-posts > .recent-post-item >.recent-post-info > .article-title:hover {
color: #49b1f5;
color: #458588;
}
#recent-posts > .recent-post-item >.recent-post-info > .article-meta-wrap {
margin: 6px 0;
Expand Down Expand Up @@ -2494,7 +2505,7 @@ figure.highlight pre .javascript .function {
color: #858585;
}
#recent-posts > .recent-post-item >.recent-post-info > .article-meta-wrap a:hover {
color: #49b1f5;
color: #458588;
text-decoration: underline;
}
#recent-posts > .recent-post-item >.recent-post-info > .content {
Expand All @@ -2510,7 +2521,7 @@ figure.highlight pre .javascript .function {
transition: all 0.3s;
}
.tag-cloud-list a:hover {
color: #49b1f5 !important;
color: #458588 !important;
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
Expand Down Expand Up @@ -2630,7 +2641,7 @@ h1.page-title + .tag-cloud-list {
padding: 0 4px;
}
#aside-content .card-tag-cloud a:hover {
color: #49b1f5 !important;
color: #458588 !important;
}
#aside-content .aside-list > span {
display: block;
Expand Down Expand Up @@ -2695,7 +2706,7 @@ h1.page-title + .tag-cloud-list {
}
#aside-content .aside-list > .aside-list-item .content > .title:hover,
#aside-content .aside-list > .aside-list-item .content > .comment:hover {
color: #49b1f5;
color: #458588;
}
#aside-content .aside-list > .aside-list-item.no-cover {
min-height: 4.4em;
Expand Down Expand Up @@ -2902,7 +2913,7 @@ h1.page-title + .tag-cloud-list {
transition: all 0.2s ease-in-out;
}
#aside-content #card-toc .toc-content .toc-link:hover {
color: #49b1f5;
color: #458588;
}
#aside-content #card-toc .toc-content .toc-link.active {
background: #00c4b6;
Expand Down Expand Up @@ -2965,7 +2976,7 @@ h1.page-title + .tag-cloud-list {
transition: all 0.3s;
}
.site-data > a:hover div {
color: #49b1f5 !important;
color: #458588 !important;
}
.site-data > a .headline {
color: var(--font-color);
Expand Down Expand Up @@ -3285,11 +3296,18 @@ h1.page-title + .tag-cloud-list {
}
#footer {
position: relative;
background-color: #49b1f5;
background-color: #458588;
background-attachment: scroll;
background-position: bottom;
background-size: cover;
}
#footer:before {
position: absolute;
width: 100%;
height: 100%;
background-color: var(--mark-bg);
content: '';
}
#footer-wrap {
position: relative;
padding: 40px 20px;
Expand All @@ -3314,7 +3332,7 @@ h1.page-title + .tag-cloud-list {
#page-header {
position: relative;
width: 100%;
background-color: #49b1f5;
background-color: #458588;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
Expand Down Expand Up @@ -3473,7 +3491,7 @@ h1.page-title + .tag-cloud-list {
color: var(--font-color);
}
#page-header.nav-fixed #nav #blog-info:hover {
color: #49b1f5;
color: #458588;
}
#page-header.nav-fixed #nav #blog-info .site-name {
text-shadow: none;
Expand All @@ -3485,7 +3503,7 @@ h1.page-title + .tag-cloud-list {
}
#page-header.nav-fixed #nav a:hover,
#page-header.nav-fixed #nav #toggle-menu:hover {
color: #49b1f5;
color: #458588;
}
#page-header.nav-fixed.fixed #nav {
top: 0;
Expand Down Expand Up @@ -3599,7 +3617,7 @@ h1.page-title + .tag-cloud-list {
transition: all 0.3s ease-out;
}
#post-info #post-meta a:hover {
color: #49b1f5;
color: #458588;
text-decoration: underline;
}
#nav {
Expand Down Expand Up @@ -3776,7 +3794,7 @@ h1.page-title + .tag-cloud-list {
z-index: -1;
width: 0;
height: 3px;
background-color: #80c8f8;
background-color: #71b4b7;
content: '';
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
Expand Down Expand Up @@ -3940,9 +3958,9 @@ h1.page-title + .tag-cloud-list {
margin: 8px 8px 8px 0;
padding: 0 12px;
width: fit-content;
border: 1px solid #49b1f5;
border: 1px solid #458588;
border-radius: 12px;
color: #49b1f5;
color: #458588;
font-size: 0.85em;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
Expand All @@ -3951,7 +3969,7 @@ h1.page-title + .tag-cloud-list {
transition: all 0.2s ease-in-out;
}
#post .tag_share .post-meta__tags:hover {
background: #49b1f5;
background: #458588;
color: var(--white);
}
#post .tag_share .post_share {
Expand Down Expand Up @@ -3985,7 +4003,7 @@ h1.page-title + .tag-cloud-list {
position: absolute;
top: 2px;
right: 12px;
color: #49b1f5;
color: #458588;
content: '\f1f9';
font-size: 1.3em;
}
Expand All @@ -3994,7 +4012,7 @@ h1.page-title + .tag-cloud-list {
box-shadow: 0 0 8px 0 rgba(232,237,250,0.6), 0 2px 4px 0 rgba(232,237,250,0.5);
}
#post .post-copyright .post-copyright-meta {
color: #49b1f5;
color: #458588;
font-weight: bold;
}
#post .post-copyright .post-copyright-meta i {
Expand Down Expand Up @@ -4363,7 +4381,7 @@ h1.page-title + .tag-cloud-list {
}
#waline-wrap {
--waline-font-size: 1.1em;
--waline-theme-color: #49b1f5;
--waline-theme-color: #458588;
--waline-active-color: #ff7242;
}
#waline-wrap .wl-comment-actions > button:not(last-child) {
Expand Down Expand Up @@ -5096,7 +5114,7 @@ blockquote.pullquote.right {
.hide-block > .hide-button {
display: inline-block;
padding: 5px 18px;
background: #49b1f5;
background: #458588;
color: var(--white);
}
.hide-inline > .hide-button:hover,
Expand Down Expand Up @@ -5548,7 +5566,7 @@ blockquote.pullquote.right {
width: 1.5em;
}
#article-container .tabs > .nav-tabs > .tab.active {
border-top: 2px solid #49b1f5;
border-top: 2px solid #458588;
background: var(--tab-button-active-bg);
cursor: default;
}
Expand Down Expand Up @@ -5589,7 +5607,7 @@ blockquote.pullquote.right {
color: #99a9bf;
}
#article-container .tabs > .tab-to-top button:hover {
color: #49b1f5;
color: #458588;
}
@-moz-keyframes tabshow {
0% {
Expand Down Expand Up @@ -5658,7 +5676,7 @@ blockquote.pullquote.right {
#article-container .timeline {
margin: 0 0 20px 10px;
padding: 14px 20px 5px;
border-left: 2px solid var(--timeline-color, #49b1f5);
border-left: 2px solid var(--timeline-color, #458588);
}
#article-container .timeline.blue {
--timeline-color: #428bca;
Expand Down Expand Up @@ -5688,15 +5706,15 @@ blockquote.pullquote.right {
margin: 0 0 15px;
}
#article-container .timeline .timeline-item:hover .item-circle:before {
border-color: var(--timeline-color, #49b1f5);
border-color: var(--timeline-color, #458588);
}
#article-container .timeline .timeline-item.headline .timeline-item-title .item-circle > p {
font-weight: 600;
font-size: 1.2em;
}
#article-container .timeline .timeline-item.headline .timeline-item-title .item-circle:before {
left: -28px;
border: 4px solid var(--timeline-color, #49b1f5);
border: 4px solid var(--timeline-color, #458588);
}
#article-container .timeline .timeline-item.headline:hover .item-circle:before {
border-color: var(--pseudo-hover);
Expand Down Expand Up @@ -5733,7 +5751,7 @@ blockquote.pullquote.right {
position: relative;
padding: 12px 15px;
border-radius: 8px;
background: var(--timeline-bg, #e4f3fd);
background: var(--timeline-bg, #e1eff0);
font-size: 0.93em;
}
#article-container .timeline .timeline-item .timeline-item-content > :last-child {
Expand Down Expand Up @@ -6109,7 +6127,7 @@ blockquote.pullquote.right {
}
.search-dialog .search-nav {
margin: 0 0 14px;
color: #49b1f5;
color: #458588;
font-size: 1.4em;
line-height: 1;
}
Expand All @@ -6126,7 +6144,7 @@ blockquote.pullquote.right {
transition: color 0.2s ease-in-out;
}
.search-dialog .search-nav .search-close-button:hover {
color: #49b1f5;
color: #458588;
}
.search-dialog hr {
margin: 20px auto;
Expand Down
Loading

0 comments on commit 4cac231

Please sign in to comment.