Skip to content

Commit

Permalink
Deployed 9b254f0 with MkDocs version: 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Nov 18, 2024
0 parents commit f7f19dd
Show file tree
Hide file tree
Showing 21 changed files with 5,811 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
286 changes: 286 additions & 0 deletions css/theme.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,286 @@
body {
font-family: pingfang SC,helvetica neue,arial,hiragino sans gb,microsoft yahei ui,microsoft yahei,simsun,sans-serif;
}
.container {
color: #333;
}
.nav {
width: 300px;
background-color: #F6F6F6;
height: 100vh;
overflow: auto;
position: fixed;
}
.nav-inner {
height: auto;
}
.nav .logo {
width: 100%;
height: 160px;
background-color: #ff6a00;
background-image: url(../img/logo-bg.jpeg);
background-repeat: no-repeat;
background-size: 100% 100%;
}
.nav .logo img {
width: 80%;
margin-top: 60px;
margin-left: 30px;
}
.nav ul {
list-style: none;
margin: 40px 0 0;
padding: 0;
width: 100%;
}
.nav ul li {
width: 100%;
height: 40px;
}
.nav ul li a {
width: 100%;
height: 100%;
padding-left: 32px;
text-decoration: none;
color: #333;
}
.nav ul li a:hover {
color: #ff6a00;
}
.nav ul li.li-h3 a {
width: 100%;
padding-left: 64px;
}

.content {
margin-left: 300px;
padding-top: 48px;
}

.content-inner {
max-width: 1200px;
padding: 0 48px 0;
margin: 0 auto 48px;
}

.copyrights {
height: 56px;
line-height: 56px;
padding-left: 48px;
background-color: #EEEEEE;
}

/* @media screen and (max-width: 768px) */
@media screen and (max-width: 768px) {
.nav {
width: 100%;
background-color: #F6F6F6;
height: 48px;
overflow: auto;
position: relative;
}
.nav .logo {
height: 48px;
}
.nav .logo img {
margin-top: 0px;
padding-top: 8px;
margin-left: auto;
margin-right: auto;
height: 32px;
width: auto;
display: block;
}
.nav ul {
display: none;
}
.content {
margin-left: 0;
padding-top: 48px;
}
.content-inner {
max-width: 1200px;
padding: 0 24px 0;
margin: 0 auto 24px;
}
}

/* content */
h1 {
margin-top: 0;
border-bottom: 1px solid rgba(61,61,61,.1);
padding-bottom: 24px;
}

h2 {
font-weight: 500;
margin: 32px 0 16px;
}

p {
line-height: 24px;
}

pre code {
display: block;
overflow-x: auto;
background: #f7f7f7;
color: #695d69;
padding: 1em;
}

p img {
max-width: 100%;
height: auto;
}

ul, ol {
padding-left: 24px;
}

li {
line-height: 24px;
}

table {
width: 100%;
overflow: auto;
display: block;
border: none;
}

table thead {
color: #000;
text-align: left;
vertical-align: bottom;
white-space: nowrap;
}

/* table tbody tr:nth-child(2n-1) td {
background-color: #f3f6f6;
} */

th {
background-color: #f3f6f6;
}


td, th {
border: 1px solid #e1e4e5;
border-collapse: collapse;
font-size: 90%;
margin: 0;
overflow: visible;
padding: 8px 16px;
}

a {
color: #0070cc;
text-decoration: none;
}

blockquote {
background-color: #DBEDFE;
margin: 0;
padding: 16px;
}
blockquote p {
margin: 0;
}
blockquote p + p {
margin-top: 16px;
}

/* from https://highlightjs.org/demo */
.theme-github {
/*!
Theme: GitHub
Description: Light theme as seen on github.com
Author: github.com
Maintainer: @Hirse
Updated: 2021-05-15
Outdated base version: https://github.com/primer/github-syntax-light
Current colors taken from GitHub's CSS
*/
}

.theme-github pre code.hljs {
display: block;
overflow-x: auto;
padding: 1em
}

.theme-github code.hljs {
display: block;
overflow-x: auto;
padding: .5em;
color: #333;
background: #f8f8f8
}

.theme-github .hljs {
color: #24292e;
background: #fff
}

.theme-github .hljs-doctag,.theme-github .hljs-keyword,.theme-github .hljs-meta .hljs-keyword,.theme-github .hljs-template-tag,.theme-github .hljs-template-variable,.theme-github .hljs-type,.theme-github .hljs-variable.language_ {
color: #d73a49
}

.theme-github .hljs-title,.theme-github .hljs-title.class_,.theme-github .hljs-title.class_.inherited__,.theme-github .hljs-title.function_ {
color: #6f42c1
}

.theme-github .hljs-attr,.theme-github .hljs-attribute,.theme-github .hljs-literal,.theme-github .hljs-meta,.theme-github .hljs-number,.theme-github .hljs-operator,.theme-github .hljs-selector-attr,.theme-github .hljs-selector-class,.theme-github .hljs-selector-id,.theme-github .hljs-variable {
color: #005cc5
}

.theme-github .hljs-meta .hljs-string,.theme-github .hljs-regexp,.theme-github .hljs-string {
color: #032f62
}

.theme-github .hljs-built_in,.theme-github .hljs-symbol {
color: #e36209
}

.theme-github .hljs-code,.theme-github .hljs-comment,.theme-github .hljs-formula {
color: #6a737d
}

.theme-github .hljs-name,.theme-github .hljs-quote,.theme-github .hljs-selector-pseudo,.theme-github .hljs-selector-tag {
color: #22863a
}

.theme-github .hljs-subst {
color: #24292e
}

.theme-github .hljs-section {
color: #005cc5;
font-weight: 700
}

.theme-github .hljs-bullet {
color: #735c0f
}

.theme-github .hljs-emphasis {
color: #24292e;
font-style: italic
}

.theme-github .hljs-strong {
color: #24292e;
font-weight: 700
}

.theme-github .hljs-addition {
color: #22863a;
background-color: #f0fff4
}

.theme-github .hljs-deletion {
color: #b31d28;
background-color: #ffeef0
}
Binary file added en_1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added en_2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/favicon.ico
Binary file not shown.
Binary file added img/logo-2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/logo-bg.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit f7f19dd

Please sign in to comment.