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

@@ -1,5 +1,5 @@
/* MWeb增大字体便于阅读 */
.note-to-mp {
.note2any {
font-size: 16px;
min-width: 200px;
max-width: 760px;
@@ -41,70 +41,70 @@
/* Responsive images */
/* 代码片断 */
}
.note-to-mp dl,
.note-to-mp dt,
.note-to-mp dd,
.note-to-mp ul,
.note-to-mp ol,
.note-to-mp li,
.note-to-mp h1,
.note-to-mp h2,
.note-to-mp h3,
.note-to-mp h4,
.note-to-mp h5,
.note-to-mp h6,
.note-to-mp pre,
.note-to-mp code,
.note-to-mp form,
.note-to-mp fieldset,
.note-to-mp legend,
.note-to-mp input,
.note-to-mp textarea,
.note-to-mp p,
.note-to-mp blockquote,
.note-to-mp th,
.note-to-mp td,
.note-to-mp hr,
.note-to-mp button,
.note-to-mp article,
.note-to-mp aside,
.note-to-mp details,
.note-to-mp figcaption,
.note-to-mp figure,
.note-to-mp footer,
.note-to-mp header,
.note-to-mp menu,
.note-to-mp nav,
.note-to-mp section {
.note2any dl,
.note2any dt,
.note2any dd,
.note2any ul,
.note2any ol,
.note2any li,
.note2any h1,
.note2any h2,
.note2any h3,
.note2any h4,
.note2any h5,
.note2any h6,
.note2any pre,
.note2any code,
.note2any form,
.note2any fieldset,
.note2any legend,
.note2any input,
.note2any textarea,
.note2any p,
.note2any blockquote,
.note2any th,
.note2any td,
.note2any hr,
.note2any button,
.note2any article,
.note2any aside,
.note2any details,
.note2any figcaption,
.note2any figure,
.note2any footer,
.note2any header,
.note2any menu,
.note2any nav,
.note2any section {
margin: 0;
padding: 0;
}
.note-to-mp article,
.note-to-mp aside,
.note-to-mp details,
.note-to-mp figcaption,
.note-to-mp figure,
.note-to-mp footer,
.note-to-mp header,
.note-to-mp menu,
.note-to-mp nav,
.note-to-mp section {
.note2any article,
.note2any aside,
.note2any details,
.note2any figcaption,
.note2any figure,
.note2any footer,
.note2any header,
.note2any menu,
.note2any nav,
.note2any section {
display: block;
}
.note-to-mp audio,
.note-to-mp canvas,
.note-to-mp video {
.note2any audio,
.note2any canvas,
.note2any video {
display: inline-block;
}
.note-to-mp table {
.note2any table {
border-collapse: collapse;
border-spacing: 0;
}
.note-to-mp fieldset,
.note-to-mp img {
.note2any fieldset,
.note2any img {
border: 0;
}
.note-to-mp blockquote {
.note2any blockquote {
position: relative;
color: #999;
font-weight: 400;
@@ -112,251 +112,251 @@
padding-left: 1em;
margin: 1em 3em 1em 2em;
}
.note-to-mp acronym,
.note-to-mp abbr {
.note2any acronym,
.note2any abbr {
border-bottom: 1px dotted;
font-variant: normal;
text-decoration: none;
}
.note-to-mp abbr {
.note2any abbr {
cursor: help;
}
.note-to-mp del {
.note2any del {
text-decoration: line-through;
}
.note-to-mp address,
.note-to-mp caption,
.note-to-mp cite,
.note-to-mp code,
.note-to-mp dfn,
.note-to-mp em,
.note-to-mp th,
.note-to-mp var {
.note2any address,
.note2any caption,
.note2any cite,
.note2any code,
.note2any dfn,
.note2any em,
.note2any th,
.note2any var {
font-style: normal;
font-weight: 400;
}
.note-to-mp ul,
.note-to-mp ol {
.note2any ul,
.note2any ol {
list-style: none;
}
.note-to-mp caption,
.note-to-mp th {
.note2any caption,
.note2any th {
text-align: left;
}
.note-to-mp sub,
.note-to-mp sup {
.note2any sub,
.note2any sup {
font-size: 75%;
line-height: 0;
position: relative;
}
.note-to-mp :root sub,
.note-to-mp :root sup {
.note2any :root sub,
.note2any :root sup {
vertical-align: baseline;
/* for ie9 and other modern browsers */
}
.note-to-mp sup {
.note2any sup {
top: -0.5em;
}
.note-to-mp sub {
.note2any sub {
bottom: -0.25em;
}
.note-to-mp a {
.note2any a {
color: #1abc9c;
}
.note-to-mp a:hover {
.note2any a:hover {
text-decoration: underline;
}
.note-to-mp a {
.note2any a {
border-bottom: 1px solid #1abc9c;
}
.note-to-mp a:hover {
.note2any a:hover {
border-bottom-color: #555;
color: #555;
text-decoration: none;
}
.note-to-mp ins,
.note-to-mp a {
.note2any ins,
.note2any a {
text-decoration: none;
}
.note-to-mp u,
.note-to-mp .typo-u {
.note2any u,
.note2any .typo-u {
text-decoration: underline;
}
.note-to-mp mark {
.note2any mark {
background: #fffdd1;
border-bottom: 1px solid #ffedce;
padding: 2px;
/* margin: 0 5px; */
}
.note-to-mp hr {
.note2any hr {
border: none;
border-bottom: 1px solid #cfcfcf;
margin-bottom: 0.8em;
height: 10px;
}
.note-to-mp small,
.note-to-mp .typo-small,
.note-to-mp figcaption {
.note2any small,
.note2any .typo-small,
.note2any figcaption {
font-size: 0.9em;
color: #888;
}
.note-to-mp strong,
.note-to-mp b {
.note2any strong,
.note2any b {
font-weight: bold;
color: #000;
}
.note-to-mp [draggable] {
.note2any [draggable] {
cursor: move;
}
.note-to-mp .clearfix {
.note2any .clearfix {
zoom: 1;
}
.note-to-mp .textwrap,
.note-to-mp .textwrap td,
.note-to-mp .textwrap th {
.note2any .textwrap,
.note2any .textwrap td,
.note2any .textwrap th {
word-wrap: break-word;
word-break: break-all;
}
.note-to-mp .textwrap-table {
.note2any .textwrap-table {
table-layout: fixed;
}
.note-to-mp .serif {
.note2any .serif {
font-family: Palatino, Optima, Georgia, serif;
}
.note-to-mp p,
.note-to-mp pre,
.note-to-mp ul,
.note-to-mp ol,
.note-to-mp dl,
.note-to-mp form,
.note-to-mp hr,
.note-to-mp table,
.note-to-mp .typo-p,
.note-to-mp .typo-pre,
.note-to-mp .typo-ul,
.note-to-mp .typo-ol,
.note-to-mp .typo-dl,
.note-to-mp .typo-form,
.note-to-mp .typo-hr,
.note-to-mp .typo-table,
.note-to-mp blockquote {
.note2any p,
.note2any pre,
.note2any ul,
.note2any ol,
.note2any dl,
.note2any form,
.note2any hr,
.note2any table,
.note2any .typo-p,
.note2any .typo-pre,
.note2any .typo-ul,
.note2any .typo-ol,
.note2any .typo-dl,
.note2any .typo-form,
.note2any .typo-hr,
.note2any .typo-table,
.note2any blockquote {
margin-bottom: 1.2em;
}
.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 {
font-family: PingFang SC, Verdana, Helvetica Neue, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
font-weight: lighter;
color: #000;
line-height: 1.35;
}
.note-to-mp h1,
.note-to-mp h2,
.note-to-mp h3,
.note-to-mp h4,
.note-to-mp h5,
.note-to-mp h6,
.note-to-mp .typo-h1,
.note-to-mp .typo-h2,
.note-to-mp .typo-h3,
.note-to-mp .typo-h4,
.note-to-mp .typo-h5,
.note-to-mp .typo-h6 {
.note2any h1,
.note2any h2,
.note2any h3,
.note2any h4,
.note2any h5,
.note2any h6,
.note2any .typo-h1,
.note2any .typo-h2,
.note2any .typo-h3,
.note2any .typo-h4,
.note2any .typo-h5,
.note2any .typo-h6 {
margin-top: 1.2em;
margin-bottom: 0.6em;
line-height: 1.35;
}
.note-to-mp h1,
.note-to-mp .typo-h1 {
.note2any h1,
.note2any .typo-h1 {
font-size: 2em;
}
.note-to-mp h2,
.note-to-mp .typo-h2 {
.note2any h2,
.note2any .typo-h2 {
font-size: 1.8em;
}
.note-to-mp h3,
.note-to-mp .typo-h3 {
.note2any h3,
.note2any .typo-h3 {
font-size: 1.6em;
}
.note-to-mp h4,
.note-to-mp .typo-h4 {
.note2any h4,
.note2any .typo-h4 {
font-size: 1.4em;
}
.note-to-mp h5,
.note-to-mp h6,
.note-to-mp .typo-h5,
.note-to-mp .typo-h6 {
.note2any h5,
.note2any h6,
.note2any .typo-h5,
.note2any .typo-h6 {
font-size: 1.2em;
}
.note-to-mp ul,
.note-to-mp .typo-ul {
.note2any ul,
.note2any .typo-ul {
margin-left: 1.3em;
list-style: disc;
}
.note-to-mp ol,
.note-to-mp .typo-ol {
.note2any ol,
.note2any .typo-ol {
list-style: decimal;
margin-left: 1.9em;
}
.note-to-mp li ul,
.note-to-mp li ol,
.note-to-mp .typo-ul ul,
.note-to-mp .typo-ul ol,
.note-to-mp .typo-ol ul,
.note-to-mp .typo-ol ol {
.note2any li ul,
.note2any li ol,
.note2any .typo-ul ul,
.note2any .typo-ul ol,
.note2any .typo-ol ul,
.note2any .typo-ol ol {
margin-bottom: 0.8em;
margin-left: 2em;
}
.note-to-mp li ul,
.note-to-mp .typo-ul ul,
.note-to-mp .typo-ol ul {
.note2any li ul,
.note2any .typo-ul ul,
.note2any .typo-ol ul {
list-style: circle;
}
.note-to-mp table th,
.note-to-mp table td,
.note-to-mp .typo-table th,
.note-to-mp .typo-table td,
.note-to-mp table caption {
.note2any table th,
.note2any table td,
.note2any .typo-table th,
.note2any .typo-table td,
.note2any table caption {
border: 1px solid #ddd;
padding: 0.5em 1em;
color: #666;
}
.note-to-mp table th,
.note-to-mp .typo-table th {
.note2any table th,
.note2any .typo-table th {
background: #fbfbfb;
}
.note-to-mp table thead th,
.note-to-mp .typo-table thead th {
.note2any table thead th,
.note2any .typo-table thead th {
background: #f1f1f1;
}
.note-to-mp table caption {
.note2any table caption {
border-bottom: none;
}
.note-to-mp .typo-em,
.note-to-mp em,
.note-to-mp legend,
.note-to-mp caption {
.note2any .typo-em,
.note2any em,
.note2any legend,
.note2any caption {
color: #000;
font-weight: inherit;
}
.note-to-mp img {
.note2any img {
max-width: 100%;
}
.note-to-mp .footnotes hr {
.note2any .footnotes hr {
margin-top: 4em;
margin-bottom: 0.5em;
}
.note-to-mp pre,
.note-to-mp code,
.note-to-mp pre tt {
.note2any pre,
.note2any code,
.note2any pre tt {
font-family: Courier, "Courier New", monospace;
}
/* 代码块 */
.note-to-mp .code-section {
.note2any .code-section {
display: flex;
border: solid 1px #ddd;
margin: 1.5em 0;
@@ -364,7 +364,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;
@@ -372,12 +372,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;
@@ -388,6 +388,6 @@
line-height: 26px;
list-style-type: none;
}
.note-to-mp .code-section ul > li {
.note2any .code-section ul > li {
text-align: right;
}