update at 2025-10-16 14:24:10

This commit is contained in:
douboer
2025-10-16 14:24:10 +08:00
parent 5e1351408e
commit 9f3a4e8812
41 changed files with 2377 additions and 2363 deletions

View File

@@ -14,26 +14,26 @@
/* header */
/* spacing */
/* table */
.note-to-mp h1,
.note-to-mp h2,
.note-to-mp h3,
.note-to-mp h4,
.note-to-mp h5,
.note-to-mp h6 {
.note2any h1,
.note2any h2,
.note2any h3,
.note2any h4,
.note2any h5,
.note2any h6 {
color: #1f2329;
line-height: 1.4;
font-weight: 600;
margin-top: 1em;
margin-bottom: 0.37em;
}
.note-to-mp blockquote {
.note2any blockquote {
display: block;
margin-left: 0;
padding-left: 14px;
border-left: 2px solid #3370ff;
color: rgba(31, 35, 41, 0.7);
}
.note-to-mp a {
.note2any a {
overflow-wrap: break-word;
word-wrap: break-word;
white-space: pre-wrap;
@@ -42,7 +42,7 @@
color: #3370ff;
text-decoration: none;
}
.note-to-mp hr {
.note2any hr {
margin: 13px 0 12px;
border: 0px;
height: 1px;
@@ -50,41 +50,41 @@
background-image: linear-gradient(90deg, rgb(187, 191, 196), rgb(187, 191, 196));
background-repeat: no-repeat;
}
.note-to-mp ul > li:not([class*=task-list-item]) {
.note2any ul > li:not([class*=task-list-item]) {
word-wrap: break-all;
padding-left: 12px;
color: #3370ff;
}
.note-to-mp ul > li:not([class*=task-list-item]) > section {
.note2any ul > li:not([class*=task-list-item]) > section {
color: #1f2329;
}
.note-to-mp ul > li:not([class*=task-list-item])::marker {
.note2any ul > li:not([class*=task-list-item])::marker {
color: #3370ff;
}
.note-to-mp ol > li:not([class*=task-list-item]) {
.note2any ol > li:not([class*=task-list-item]) {
word-wrap: break-all;
padding-left: 12px;
}
.note-to-mp ol > li:not([class*=task-list-item]) > section {
.note2any ol > li:not([class*=task-list-item]) > section {
color: #1f2329;
}
.note-to-mp ol > li:not([class*=task-list-item])::marker {
.note2any ol > li:not([class*=task-list-item])::marker {
color: #3370ff;
}
.note-to-mp li + li,
.note-to-mp ul ul,
.note-to-mp ol ul,
.note-to-mp ul ol,
.note-to-mp ol ol,
.note-to-mp li ul,
.note-to-mp li ol {
.note2any li + li,
.note2any ul ul,
.note2any ol ul,
.note2any ul ol,
.note2any ol ol,
.note2any li ul,
.note2any li ol {
margin-top: 4px;
}
.note-to-mp .footnotes hr {
.note2any .footnotes hr {
margin-top: 4em;
margin-bottom: 0.5em;
}
.note-to-mp code {
.note2any code {
border-radius: 4px;
margin-left: 2px;
margin-right: 2px;
@@ -94,7 +94,7 @@
line-height: 1.6em;
padding: 0 2px;
}
.note-to-mp .code-section pre code {
.note2any .code-section pre code {
border: none;
background-color: transparent;
line-height: inherit;
@@ -102,13 +102,13 @@
margin: 0;
text-wrap: nowrap;
}
.note-to-mp .code-section ul li {
.note2any .code-section ul li {
color: inherit;
margin: 0;
}
/* 代码块 */
.note-to-mp .code-section {
.note2any .code-section {
display: flex;
border: solid 1px #dee0e3;
margin: 1.5em 0;
@@ -116,7 +116,7 @@
padding: 0.5em;
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.note-to-mp .code-section pre {
.note2any .code-section pre {
margin: 0;
margin-block-start: 0;
margin-block-end: 0;
@@ -124,12 +124,12 @@
overflow-x: auto;
padding: 0 0 0 1em;
}
.note-to-mp .code-section code {
.note2any .code-section code {
display: flex;
text-wrap: nowrap;
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.note-to-mp .code-section ul {
.note2any .code-section ul {
margin: 0;
padding: 0;
margin-block-start: 0;
@@ -140,10 +140,10 @@
line-height: 26px;
list-style-type: none;
}
.note-to-mp .code-section ul > li {
.note2any .code-section ul > li {
text-align: right;
}
.note-to-mp strong {
.note2any strong {
color: rgb(36, 91, 219);
}