-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
193 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"filename" : "medium.svg", | ||
"idiom" : "universal", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"appearances" : [ | ||
{ | ||
"appearance" : "luminosity", | ||
"value" : "dark" | ||
} | ||
], | ||
"filename" : "medium 1.svg", | ||
"idiom" : "universal", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"idiom" : "universal", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"appearances" : [ | ||
{ | ||
"appearance" : "luminosity", | ||
"value" : "dark" | ||
} | ||
], | ||
"idiom" : "universal", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"idiom" : "universal", | ||
"scale" : "3x" | ||
}, | ||
{ | ||
"appearances" : [ | ||
{ | ||
"appearance" : "luminosity", | ||
"value" : "dark" | ||
} | ||
], | ||
"idiom" : "universal", | ||
"scale" : "3x" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
}, | ||
"properties" : { | ||
"preserves-vector-representation" : true | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,130 @@ | ||
#wenyan { | ||
font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; | ||
line-height: 1.75; | ||
font-size: 16px; | ||
} | ||
#wenyan * { | ||
box-sizing: border-box; | ||
} | ||
#wenyan h1, h2, h3, h4, h5, h6, p, pre { | ||
margin: 1em 0; | ||
} | ||
#wenyan h1, h2 { | ||
clear: left; | ||
font-size: 1.2em; | ||
font-weight: 600; | ||
line-height: 1.5; | ||
margin-bottom: 1.16667em; | ||
margin-top: 2.33333em; | ||
} | ||
#wenyan h3, h4, h5, h6 { | ||
clear: left; | ||
font-size: 1.1em; | ||
font-weight: 600; | ||
line-height: 1.5; | ||
margin-bottom: 1.27273em; | ||
margin-top: 1.90909em; | ||
} | ||
#wenyan ul, ol { | ||
padding-left: 1.2em; | ||
} | ||
#wenyan li { | ||
margin-left: 1.2em; | ||
} | ||
#wenyan img { | ||
max-width: 100%; | ||
height: auto; | ||
margin: 0 auto; | ||
display: block; | ||
} | ||
#wenyan table { | ||
border-collapse: collapse; | ||
font-size: 15px; | ||
margin: 1.4em auto; | ||
max-width: 100%; | ||
table-layout: fixed; | ||
text-align: left; | ||
width: 100%; | ||
word-wrap: break-word; | ||
word-break: break-all; | ||
} | ||
#wenyan table th { | ||
background: #ebeced; | ||
color: #191b1f; | ||
font-weight: 500; | ||
} | ||
#wenyan table td, table th { | ||
border: 1px solid #c4c7ce; | ||
height: 24px; | ||
line-height: 24px; | ||
padding: 3px 12px; | ||
} | ||
#wenyan blockquote { | ||
border-left: 3px solid #c4c7ce; | ||
margin: 1.5em 0; | ||
padding: 0 0 1em 1em; | ||
color: #535861; | ||
} | ||
#wenyan code { | ||
margin: 0px 2px; | ||
padding: 3px 4px; | ||
border-radius: 3px; | ||
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "liberation mono", "courier new", monospace; | ||
background-color: rgb(246, 246, 246); | ||
} | ||
#wenyan pre { | ||
word-wrap: normal; | ||
background: #f8f8fa; | ||
border-radius: 4px; | ||
font-size: .8em; | ||
margin: 1.4em 0; | ||
overflow: auto; | ||
padding: .88889em; | ||
white-space: pre; | ||
word-break: normal; | ||
} | ||
#wenyan pre code { | ||
display: block; | ||
overflow-x: auto; | ||
margin: 0; | ||
padding: 0; | ||
} | ||
#wenyan pre code::-webkit-scrollbar { | ||
width: 6px; | ||
height: 6px; | ||
background-color: #fff | ||
} | ||
#wenyan pre code::-webkit-scrollbar-track { | ||
border-radius: 6px; | ||
background-color: #c8c8c84d | ||
} | ||
#wenyan pre code::-webkit-scrollbar-thumb { | ||
border-radius: 6px; | ||
background-color: #90929880 | ||
} | ||
#wenyan hr { | ||
border: none; | ||
border-top: 1px solid #c4c7ce; | ||
margin: 2em auto; | ||
max-width: 100%; | ||
width: 240px; | ||
} | ||
/* 链接 */ | ||
#wenyan a { | ||
word-wrap: break-word; | ||
color: #0069c2; | ||
} | ||
/* 脚注 */ | ||
#wenyan #footnotes ul { | ||
font-size: 0.9em; | ||
margin: 0; | ||
padding-left: 1.2em; | ||
} | ||
#wenyan #footnotes li { | ||
margin: 0 0 0 1.2em; | ||
word-wrap: break-word; | ||
word-break: break-all; | ||
} | ||
#wenyan .footnote { | ||
color: #0069c2; | ||
} |