2026-03-26 15:50:30 +00:00
|
|
|
@import url("https://unpkg.com/@fontsource/maple-mono@5.2.6/400.css");
|
|
|
|
|
@import url("https://unpkg.com/@fontsource/maple-mono@5.2.6/400-italic.css");
|
|
|
|
|
@import url("https://unpkg.com/@fontsource/maple-mono@5.2.6/700.css");
|
|
|
|
|
|
2026-03-26 13:54:03 +00:00
|
|
|
pre {
|
|
|
|
|
padding: 1rem;
|
|
|
|
|
border-radius: 0.5rem;
|
|
|
|
|
overflow-x: auto;
|
|
|
|
|
line-height: 1.6;
|
|
|
|
|
margin: 1rem 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
code {
|
|
|
|
|
font-family: "Maple Mono", monospace;
|
2026-04-10 22:22:44 +00:00
|
|
|
font-size: 0.96rem;
|
2026-03-26 13:54:03 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 行内代码 */
|
|
|
|
|
p code,
|
|
|
|
|
li code,
|
|
|
|
|
blockquote code,
|
|
|
|
|
td code {
|
|
|
|
|
padding: 0.15em 0.4em;
|
|
|
|
|
border-radius: 0.25rem;
|
|
|
|
|
background: rgba(127, 127, 127, 0.12);
|
|
|
|
|
}
|
|
|
|
|
|
2026-04-14 10:30:40 +00:00
|
|
|
article svg.flowchart,
|
|
|
|
|
article svg[class*="flowchart"],
|
|
|
|
|
article svg[id^="mermaid-"] {
|
|
|
|
|
display: block;
|
|
|
|
|
margin: 1.5rem auto;
|
|
|
|
|
}
|
|
|
|
|
|
2026-03-24 17:33:01 +00:00
|
|
|
html {
|
2026-04-15 22:42:44 +00:00
|
|
|
/* font-family: "Maple Mono", "Maple Mono CN", monospace; */
|
2026-04-17 10:42:26 +00:00
|
|
|
font-family:
|
|
|
|
|
"Noto Serif SC",
|
|
|
|
|
"Source Han Serif SC",
|
|
|
|
|
"Songti SC",
|
|
|
|
|
"STSong",
|
|
|
|
|
"SimSun",
|
|
|
|
|
serif;
|
2026-04-16 17:50:59 +00:00
|
|
|
font-weight: 500;
|
|
|
|
|
/* background-color: #ffffff; */
|
2026-04-16 17:57:00 +00:00
|
|
|
background-color: #F9F2ED;
|
2026-04-16 17:50:59 +00:00
|
|
|
color: #0E2F56;
|
2026-03-24 17:33:01 +00:00
|
|
|
}
|
|
|
|
|
|
2026-04-14 12:32:18 +00:00
|
|
|
html {
|
|
|
|
|
scrollbar-gutter: stable;
|
|
|
|
|
scrollbar-width: thin;
|
|
|
|
|
scrollbar-color: #828282 transparent;
|
|
|
|
|
}
|
|
|
|
|
|
2026-03-24 17:33:01 +00:00
|
|
|
body {
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
width: 100%;
|
2026-04-16 17:53:26 +00:00
|
|
|
max-width: 90ch;
|
2026-03-24 17:33:01 +00:00
|
|
|
padding: 1rem;
|
2026-03-24 22:28:23 +00:00
|
|
|
line-height: 1.7;
|
2026-04-10 22:22:44 +00:00
|
|
|
font-size: 1.15rem;
|
2026-03-24 17:33:01 +00:00
|
|
|
}
|
|
|
|
|
|
2026-03-28 19:17:09 +00:00
|
|
|
body::after {
|
|
|
|
|
content: "";
|
|
|
|
|
position: fixed;
|
|
|
|
|
right: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
width: 400px;
|
|
|
|
|
/* 按需调整大小 */
|
|
|
|
|
height: 400px;
|
|
|
|
|
/* 按需调整大小 */
|
2026-04-16 17:50:59 +00:00
|
|
|
background-image: url("https://files.seeusercontent.com/2026/04/16/1sXb/touhou___kirisame_marisa__2__by_.webp");
|
2026-03-28 19:17:09 +00:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-position: right bottom;
|
|
|
|
|
background-size: contain;
|
|
|
|
|
opacity: 0.35;
|
|
|
|
|
pointer-events: none;
|
|
|
|
|
z-index: -1;
|
2026-04-16 17:50:59 +00:00
|
|
|
|
2026-03-28 19:17:09 +00:00
|
|
|
}
|
|
|
|
|
|
2026-03-28 20:42:16 +00:00
|
|
|
html.dark body::after {
|
2026-03-30 17:12:36 +00:00
|
|
|
background-image: url("https://files.seeusercontent.com/2026/03/30/vd8W/touhou___alice_margatroid_x_kiri.webp");
|
2026-03-28 20:42:16 +00:00
|
|
|
}
|
|
|
|
|
|
2026-04-04 09:48:25 +00:00
|
|
|
@media (max-width: 900px) {
|
2026-04-07 09:45:09 +00:00
|
|
|
body::after {
|
2026-04-15 23:10:00 +00:00
|
|
|
opacity: 0;
|
2026-04-07 09:45:09 +00:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media (max-width: 700px) {
|
2026-04-10 22:33:35 +00:00
|
|
|
code {
|
|
|
|
|
font-size: 0.92rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body {
|
|
|
|
|
font-size: 1rem;
|
|
|
|
|
}
|
2026-03-29 09:36:07 +00:00
|
|
|
}
|
|
|
|
|
|
2026-04-07 09:45:09 +00:00
|
|
|
|
2026-03-24 17:33:01 +00:00
|
|
|
* {
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
|
margin: 1rem 0;
|
2026-03-24 22:50:33 +00:00
|
|
|
font-size: 1.5rem;
|
2026-03-24 22:28:23 +00:00
|
|
|
line-height: 1.2;
|
|
|
|
|
}
|
|
|
|
|
|
2026-03-24 22:50:33 +00:00
|
|
|
|
2026-03-24 22:28:23 +00:00
|
|
|
a {
|
2026-04-16 17:50:59 +00:00
|
|
|
color: #3D74B6;
|
2026-03-24 22:28:23 +00:00
|
|
|
font-weight: 700;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a:hover,
|
|
|
|
|
a:focus {
|
|
|
|
|
text-decoration: underline;
|
2026-03-24 18:01:45 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
html.dark {
|
2026-03-24 22:28:23 +00:00
|
|
|
background-color: #1e1e1e;
|
|
|
|
|
color: #e6e6e6;
|
2026-03-24 18:01:45 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.dark .menu {
|
2026-03-24 22:28:23 +00:00
|
|
|
background-color: #2a2a2a;
|
|
|
|
|
color: #e6e6e6;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.dark .nav-links a {
|
|
|
|
|
color: #9ecbff;
|
|
|
|
|
font-weight: 700;
|
2026-03-24 18:01:45 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.dark .nav-links a:hover,
|
|
|
|
|
.dark .nav-links a:focus {
|
2026-03-24 22:28:23 +00:00
|
|
|
color: #c2deff;
|
2026-03-24 18:01:45 +00:00
|
|
|
}
|
|
|
|
|
|
2026-03-24 22:28:23 +00:00
|
|
|
.dark a {
|
|
|
|
|
color: #9ecbff;
|
|
|
|
|
font-weight: 700;
|
2026-03-24 18:01:45 +00:00
|
|
|
}
|
|
|
|
|
|
2026-03-24 22:28:23 +00:00
|
|
|
.dark a:hover,
|
|
|
|
|
.dark a:focus {
|
|
|
|
|
color: #c2deff;
|
2026-03-25 17:41:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
img {
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
height: auto;
|
|
|
|
|
display: block;
|
2026-04-13 19:35:33 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.latest-comments {
|
|
|
|
|
margin-top: 1.5rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.latest-comments h2 {
|
|
|
|
|
margin-bottom: 0.8rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.loading-card {
|
|
|
|
|
height: 92px;
|
|
|
|
|
margin: 0 0 14px 0;
|
|
|
|
|
padding: 0.9rem 1rem;
|
|
|
|
|
border: 1px dashed #aeb8c2;
|
|
|
|
|
background: linear-gradient(90deg,
|
|
|
|
|
rgba(160, 175, 190, 0.06) 25%,
|
|
|
|
|
rgba(160, 175, 190, 0.16) 50%,
|
|
|
|
|
rgba(160, 175, 190, 0.06) 75%);
|
|
|
|
|
background-size: 200% 100%;
|
|
|
|
|
animation: shimmer 1.2s infinite linear;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes shimmer {
|
|
|
|
|
from {
|
|
|
|
|
background-position: 200% 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
background-position: -200% 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.latest-comments-list {
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.comment-card {
|
|
|
|
|
display: block;
|
|
|
|
|
margin: 0 0 14px 0;
|
|
|
|
|
padding: 0.6rem 1rem;
|
2026-04-16 17:50:59 +00:00
|
|
|
border: 2px dashed #aeb8c2;
|
2026-04-16 17:57:00 +00:00
|
|
|
background-color: #fbf5f2;
|
2026-04-16 17:50:59 +00:00
|
|
|
|
2026-04-13 19:35:33 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.comment-card:last-child {
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.comment-card-body {
|
|
|
|
|
display: grid;
|
|
|
|
|
grid-template-columns: minmax(0, 1fr) 320px;
|
|
|
|
|
grid-template-areas:
|
|
|
|
|
"info title"
|
|
|
|
|
"text title";
|
|
|
|
|
gap: 0.2rem 1rem;
|
|
|
|
|
align-items: start;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.comment-card-info {
|
|
|
|
|
grid-area: info;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
gap: 0.7rem;
|
|
|
|
|
min-width: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.comment-avatar {
|
|
|
|
|
width: 35px;
|
|
|
|
|
height: 35px;
|
|
|
|
|
flex-shrink: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.comment-avatar-img,
|
|
|
|
|
.comment-avatar-fallback {
|
|
|
|
|
width: 35px;
|
|
|
|
|
height: 35px;
|
|
|
|
|
display: block;
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
object-fit: cover;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.comment-avatar-img {
|
|
|
|
|
border: 1px dashed #aeb8c2;
|
|
|
|
|
background: #f3f5f7;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.comment-avatar-fallback {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
border: 1px dashed #aeb8c2;
|
|
|
|
|
background: rgba(160, 175, 190, 0.12);
|
|
|
|
|
color: #5e6b77;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
font-size: 1rem;
|
|
|
|
|
user-select: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.comment-meta {
|
|
|
|
|
min-width: 0;
|
|
|
|
|
flex: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.comment-author-row {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
align-items: baseline;
|
|
|
|
|
gap: 0.6rem;
|
|
|
|
|
min-width: 0;
|
|
|
|
|
line-height: 1.3;
|
|
|
|
|
font-style: italic;
|
|
|
|
|
font-family:
|
|
|
|
|
system-ui,
|
|
|
|
|
-apple-system,
|
|
|
|
|
BlinkMacSystemFont,
|
|
|
|
|
"Segoe UI",
|
|
|
|
|
"PingFang SC",
|
|
|
|
|
"Hiragino Sans GB",
|
|
|
|
|
"Microsoft YaHei",
|
|
|
|
|
"Noto Sans CJK SC",
|
|
|
|
|
"Source Han Sans SC",
|
|
|
|
|
sans-serif;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.comment-author {
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
font-size: 0.8rem;
|
|
|
|
|
color: gray;
|
|
|
|
|
overflow-wrap: anywhere;
|
|
|
|
|
word-break: break-word;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.comment-time {
|
|
|
|
|
color: #7a7a7a;
|
2026-04-13 21:10:41 +00:00
|
|
|
font-size: 0.7rem;
|
2026-04-13 19:35:33 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.comment-card-title {
|
|
|
|
|
grid-area: title;
|
2026-04-13 21:10:41 +00:00
|
|
|
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
2026-04-13 19:35:33 +00:00
|
|
|
text-align: right;
|
|
|
|
|
min-width: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.comment-title-link {
|
|
|
|
|
color: #6f8090;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
font-size: 1.1rem;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
line-height: 1.45;
|
|
|
|
|
white-space: normal;
|
|
|
|
|
overflow-wrap: anywhere;
|
|
|
|
|
word-break: break-word;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.comment-title-link:hover {
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.comment-card-text {
|
|
|
|
|
grid-area: text;
|
|
|
|
|
margin: 0;
|
|
|
|
|
color: #555;
|
|
|
|
|
line-height: 1.5;
|
|
|
|
|
font-size: 0.93rem;
|
|
|
|
|
min-width: 0;
|
|
|
|
|
overflow-wrap: anywhere;
|
|
|
|
|
word-break: break-word;
|
|
|
|
|
white-space: normal;
|
|
|
|
|
font-family:
|
|
|
|
|
system-ui,
|
|
|
|
|
-apple-system,
|
|
|
|
|
BlinkMacSystemFont,
|
|
|
|
|
"Segoe UI",
|
|
|
|
|
"PingFang SC",
|
|
|
|
|
"Hiragino Sans GB",
|
|
|
|
|
"Microsoft YaHei",
|
|
|
|
|
"Noto Sans CJK SC",
|
|
|
|
|
"Source Han Sans SC",
|
|
|
|
|
sans-serif;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.comment-card-text :global(p),
|
|
|
|
|
.comment-card-text p {
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.comment-card-text :global(img),
|
|
|
|
|
.comment-card-text img {
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
height: auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.latest-comments-empty {
|
|
|
|
|
color: #777;
|
|
|
|
|
font-style: italic;
|
|
|
|
|
}
|
|
|
|
|
|
2026-04-13 19:57:37 +00:00
|
|
|
.comment-reply-sep {
|
|
|
|
|
font-size: 0.8rem;
|
|
|
|
|
opacity: 0.7;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.latest-comments .comment-reply-to {
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
font-size: 0.8rem;
|
|
|
|
|
color: gray;
|
|
|
|
|
opacity: 0.9;
|
|
|
|
|
overflow-wrap: anywhere;
|
|
|
|
|
word-break: break-word;
|
|
|
|
|
}
|
|
|
|
|
|
2026-04-13 19:35:33 +00:00
|
|
|
html.dark .latest-comments .comment-card,
|
|
|
|
|
.dark .latest-comments .comment-card {
|
|
|
|
|
border-color: #7f8c97;
|
|
|
|
|
background-color: #252525;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
html.dark .comment-title-link {
|
|
|
|
|
color: #c8d2dc;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
html.dark .comment-card-text {
|
|
|
|
|
color: #d3d7db;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
html.dark .comment-time {
|
|
|
|
|
color: #a8b0b7;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
html.dark .latest-comments .comment-avatar-fallback,
|
|
|
|
|
.dark .latest-comments .comment-avatar-fallback {
|
|
|
|
|
border-color: #7f8c97;
|
|
|
|
|
background-color: #3a444d;
|
|
|
|
|
color: #dbe3ea;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
:global(.dark) .comment-avatar-fallback {
|
|
|
|
|
background: rgba(180, 190, 200, 0.12);
|
|
|
|
|
color: #dbe3ea;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media (max-width: 640px) {
|
|
|
|
|
.comment-card-body {
|
|
|
|
|
grid-template-columns: 1fr;
|
|
|
|
|
grid-template-areas:
|
|
|
|
|
"title"
|
2026-04-13 21:10:41 +00:00
|
|
|
"info"
|
2026-04-13 19:35:33 +00:00
|
|
|
"text";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.comment-card-title {
|
|
|
|
|
text-align: left;
|
2026-04-13 21:10:41 +00:00
|
|
|
margin-bottom: 0.2rem;
|
2026-04-13 19:35:33 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.comment-title-link {
|
|
|
|
|
display: block;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
}
|
2026-03-24 17:33:01 +00:00
|
|
|
}
|