Skip to content

Commit

Permalink
Site updated: 2023-12-02 15:49:26
Browse files Browse the repository at this point in the history
  • Loading branch information
YttriumWillow committed Dec 2, 2023
1 parent 9b86916 commit ae2df12
Show file tree
Hide file tree
Showing 24 changed files with 224 additions and 221 deletions.
6 changes: 3 additions & 3 deletions 2023/10/26/Test-Article/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions 2023/10/27/P5377-THUPC2019-鸽鸽的分割-题解/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions 2023/10/27/公式渲染压力测试/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions 2023/10/29/P9816-少项式复合幂-题解/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions 2023/11/02/Manacher-算法学习笔记/index.html

Large diffs are not rendered by default.

This file was deleted.

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions 2023/11/04/通用快读快写模板/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions 2023/11/29/hello-world/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions archives/2023/10/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions archives/2023/11/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions archives/2023/index.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions categories/OI/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.

2 changes: 1 addition & 1 deletion content.json

Large diffs are not rendered by default.

17 changes: 9 additions & 8 deletions css/cyberpunk.css
Original file line number Diff line number Diff line change
Expand Up @@ -10761,16 +10761,16 @@ body > .section {
}
.card {
overflow: visible;
border-radius: 0;
border-radius: 10px;
}
.card + .card,
.card + .column-right-shadow {
margin-top: 1.5rem;
}
.card .card-image {
overflow: hidden;
border-top-left-radius: 0;
border-top-right-radius: 0;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.card .media + .media {
border: none;
Expand Down Expand Up @@ -11319,6 +11319,7 @@ figure.highlight figcaption.level .level-right a {
}
figure.highlight .highlight-body {
overflow: auto;
font-size: 1.25em;
}
figure.highlight .gutter {
text-align: right;
Expand Down Expand Up @@ -11424,7 +11425,7 @@ figure.highlight.foldable div.level-left {
line-height: 0;
overflow: hidden;
box-shadow: none, 0 0 1px rgba(0,0,0,0.1);
border-radius: 0;
border-radius: 10px;
}
.donate .qrcode img {
max-width: 280px;
Expand Down Expand Up @@ -11528,7 +11529,7 @@ figure.highlight.foldable div.level-left {
outline: none;
padding: 8px 0;
line-height: 24px;
border-radius: 0;
border-radius: 10px;
transform: translateY(120px);
transition: 0.4s ease opacity, 0.4s ease width, 0.4s ease transform, 0.4s ease border-radius;
}
Expand Down Expand Up @@ -11608,7 +11609,7 @@ figure.highlight.foldable div.level-left {
background-color: #000 !important;
}
.cc-window.cc-floating {
border-radius: 0;
border-radius: 10px;
box-shadow: none, 0 0 1px rgba(0,0,0,0.1);
}
.cc-window.cc-banner {
Expand Down Expand Up @@ -11650,8 +11651,8 @@ figure.highlight.foldable div.level-left {
}
@media screen and (min-width: 1472px) {
.is-2-column .container {
max-width: 1152px;
width: 1152px;
max-width: 1280px;
width: 1280px;
}
.is-1-column .container {
max-width: 960px;
Expand Down
33 changes: 17 additions & 16 deletions css/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -412,13 +412,13 @@ button,
input,
select,
textarea {
font-family: Ubuntu, Roboto, 'Open Sans', 'Microsoft YaHei', sans-serif;
font-family: 'Noto Sans SC', Ubuntu, Roboto, 'Open Sans', 'Microsoft YaHei', sans-serif;
}
code,
pre {
-moz-osx-font-smoothing: auto;
-webkit-font-smoothing: auto;
font-family: 'Source Code Pro', monospace, 'Microsoft YaHei';
font-family: 'Ubuntu Mono', Consolas, monospace, 'Microsoft YaHei';
}
body {
color: #4a4a4a;
Expand Down Expand Up @@ -1064,19 +1064,19 @@ a.has-text-grey-lightest:focus {
font-weight: 700 !important;
}
.is-family-primary {
font-family: Ubuntu, Roboto, 'Open Sans', 'Microsoft YaHei', sans-serif !important;
font-family: 'Noto Sans SC', Ubuntu, Roboto, 'Open Sans', 'Microsoft YaHei', sans-serif !important;
}
.is-family-secondary {
font-family: Ubuntu, Roboto, 'Open Sans', 'Microsoft YaHei', sans-serif !important;
font-family: 'Noto Sans SC', Ubuntu, Roboto, 'Open Sans', 'Microsoft YaHei', sans-serif !important;
}
.is-family-sans-serif {
font-family: Ubuntu, Roboto, 'Open Sans', 'Microsoft YaHei', sans-serif !important;
font-family: 'Noto Sans SC', Ubuntu, Roboto, 'Open Sans', 'Microsoft YaHei', sans-serif !important;
}
.is-family-monospace {
font-family: monospace !important;
}
.is-family-code {
font-family: 'Source Code Pro', monospace, 'Microsoft YaHei' !important;
font-family: 'Ubuntu Mono', Consolas, monospace, 'Microsoft YaHei' !important;
}
.is-block {
display: block !important;
Expand Down Expand Up @@ -10760,16 +10760,16 @@ body > .section {
}
.card {
overflow: visible;
border-radius: 4px;
border-radius: 10px;
}
.card + .card,
.card + .column-right-shadow {
margin-top: 1.5rem;
}
.card .card-image {
overflow: hidden;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.card .media + .media {
border: none;
Expand Down Expand Up @@ -11299,7 +11299,7 @@ figure.highlight figcaption * {
}
figure.highlight figcaption span {
font-weight: 500;
font-family: 'Source Code Pro', monospace, 'Microsoft YaHei';
font-family: 'Ubuntu Mono', Consolas, monospace, 'Microsoft YaHei';
}
figure.highlight figcaption .level-left *:not(:last-child) {
margin-right: 0.5em;
Expand All @@ -11318,6 +11318,7 @@ figure.highlight figcaption.level .level-right a {
}
figure.highlight .highlight-body {
overflow: auto;
font-size: 1.25em;
}
figure.highlight .gutter {
text-align: right;
Expand Down Expand Up @@ -11423,7 +11424,7 @@ figure.highlight.foldable div.level-left {
line-height: 0;
overflow: hidden;
box-shadow: 0 4px 10px rgba(0,0,0,0.05), 0 0 1px rgba(0,0,0,0.1);
border-radius: 4px;
border-radius: 10px;
}
.donate .qrcode img {
max-width: 280px;
Expand Down Expand Up @@ -11527,7 +11528,7 @@ figure.highlight.foldable div.level-left {
outline: none;
padding: 8px 0;
line-height: 24px;
border-radius: 4px;
border-radius: 10px;
transform: translateY(120px);
transition: 0.4s ease opacity, 0.4s ease width, 0.4s ease transform, 0.4s ease border-radius;
}
Expand Down Expand Up @@ -11600,14 +11601,14 @@ figure.highlight.foldable div.level-left {
.cc-window,
.cc-revoke {
font-size: 1.1rem !important;
font-family: Ubuntu, Roboto, 'Open Sans', 'Microsoft YaHei', sans-serif !important;
font-family: 'Noto Sans SC', Ubuntu, Roboto, 'Open Sans', 'Microsoft YaHei', sans-serif !important;
}
.cc-window {
color: #4a4a4a !important;
background-color: #fff !important;
}
.cc-window.cc-floating {
border-radius: 4px;
border-radius: 10px;
box-shadow: 0 4px 10px rgba(0,0,0,0.05), 0 0 1px rgba(0,0,0,0.1);
}
.cc-window.cc-banner {
Expand Down Expand Up @@ -11649,8 +11650,8 @@ figure.highlight.foldable div.level-left {
}
@media screen and (min-width: 1472px) {
.is-2-column .container {
max-width: 1152px;
width: 1152px;
max-width: 1280px;
width: 1280px;
}
.is-1-column .container {
max-width: 960px;
Expand Down
33 changes: 17 additions & 16 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -412,13 +412,13 @@ button,
input,
select,
textarea {
font-family: Ubuntu, Roboto, 'Open Sans', 'Microsoft YaHei', sans-serif;
font-family: 'Noto Sans SC', Ubuntu, Roboto, 'Open Sans', 'Microsoft YaHei', sans-serif;
}
code,
pre {
-moz-osx-font-smoothing: auto;
-webkit-font-smoothing: auto;
font-family: 'Source Code Pro', monospace, 'Microsoft YaHei';
font-family: 'Ubuntu Mono', Consolas, monospace, 'Microsoft YaHei';
}
body {
color: #4a4a4a;
Expand Down Expand Up @@ -1064,19 +1064,19 @@ a.has-text-grey-lightest:focus {
font-weight: 700 !important;
}
.is-family-primary {
font-family: Ubuntu, Roboto, 'Open Sans', 'Microsoft YaHei', sans-serif !important;
font-family: 'Noto Sans SC', Ubuntu, Roboto, 'Open Sans', 'Microsoft YaHei', sans-serif !important;
}
.is-family-secondary {
font-family: Ubuntu, Roboto, 'Open Sans', 'Microsoft YaHei', sans-serif !important;
font-family: 'Noto Sans SC', Ubuntu, Roboto, 'Open Sans', 'Microsoft YaHei', sans-serif !important;
}
.is-family-sans-serif {
font-family: Ubuntu, Roboto, 'Open Sans', 'Microsoft YaHei', sans-serif !important;
font-family: 'Noto Sans SC', Ubuntu, Roboto, 'Open Sans', 'Microsoft YaHei', sans-serif !important;
}
.is-family-monospace {
font-family: monospace !important;
}
.is-family-code {
font-family: 'Source Code Pro', monospace, 'Microsoft YaHei' !important;
font-family: 'Ubuntu Mono', Consolas, monospace, 'Microsoft YaHei' !important;
}
.is-block {
display: block !important;
Expand Down Expand Up @@ -10760,16 +10760,16 @@ body > .section {
}
.card {
overflow: visible;
border-radius: 4px;
border-radius: 10px;
}
.card + .card,
.card + .column-right-shadow {
margin-top: 1.5rem;
}
.card .card-image {
overflow: hidden;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.card .media + .media {
border: none;
Expand Down Expand Up @@ -11299,7 +11299,7 @@ figure.highlight figcaption * {
}
figure.highlight figcaption span {
font-weight: 500;
font-family: 'Source Code Pro', monospace, 'Microsoft YaHei';
font-family: 'Ubuntu Mono', Consolas, monospace, 'Microsoft YaHei';
}
figure.highlight figcaption .level-left *:not(:last-child) {
margin-right: 0.5em;
Expand All @@ -11318,6 +11318,7 @@ figure.highlight figcaption.level .level-right a {
}
figure.highlight .highlight-body {
overflow: auto;
font-size: 1.25em;
}
figure.highlight .gutter {
text-align: right;
Expand Down Expand Up @@ -11423,7 +11424,7 @@ figure.highlight.foldable div.level-left {
line-height: 0;
overflow: hidden;
box-shadow: 0 4px 10px rgba(0,0,0,0.05), 0 0 1px rgba(0,0,0,0.1);
border-radius: 4px;
border-radius: 10px;
}
.donate .qrcode img {
max-width: 280px;
Expand Down Expand Up @@ -11527,7 +11528,7 @@ figure.highlight.foldable div.level-left {
outline: none;
padding: 8px 0;
line-height: 24px;
border-radius: 4px;
border-radius: 10px;
transform: translateY(120px);
transition: 0.4s ease opacity, 0.4s ease width, 0.4s ease transform, 0.4s ease border-radius;
}
Expand Down Expand Up @@ -11600,14 +11601,14 @@ figure.highlight.foldable div.level-left {
.cc-window,
.cc-revoke {
font-size: 1.1rem !important;
font-family: Ubuntu, Roboto, 'Open Sans', 'Microsoft YaHei', sans-serif !important;
font-family: 'Noto Sans SC', Ubuntu, Roboto, 'Open Sans', 'Microsoft YaHei', sans-serif !important;
}
.cc-window {
color: #4a4a4a !important;
background-color: #fff !important;
}
.cc-window.cc-floating {
border-radius: 4px;
border-radius: 10px;
box-shadow: 0 4px 10px rgba(0,0,0,0.05), 0 0 1px rgba(0,0,0,0.1);
}
.cc-window.cc-banner {
Expand Down Expand Up @@ -11649,8 +11650,8 @@ figure.highlight.foldable div.level-left {
}
@media screen and (min-width: 1472px) {
.is-2-column .container {
max-width: 1152px;
width: 1152px;
max-width: 1280px;
width: 1280px;
}
.is-1-column .container {
max-width: 960px;
Expand Down
Loading

0 comments on commit ae2df12

Please sign in to comment.