mirror of
https://github.com/mouse0w0/lwjglbook-CN-Translation.git
synced 2025-08-23 04:35:29 +08:00
Deployed c2c736e
with MkDocs version: 1.6.0
This commit is contained in:
BIN
css/fonts/Roboto-Slab-Bold.woff
Executable file
BIN
css/fonts/Roboto-Slab-Bold.woff
Executable file
Binary file not shown.
BIN
css/fonts/Roboto-Slab-Bold.woff2
Executable file
BIN
css/fonts/Roboto-Slab-Bold.woff2
Executable file
Binary file not shown.
BIN
css/fonts/Roboto-Slab-Regular.woff
Executable file
BIN
css/fonts/Roboto-Slab-Regular.woff
Executable file
Binary file not shown.
BIN
css/fonts/Roboto-Slab-Regular.woff2
Executable file
BIN
css/fonts/Roboto-Slab-Regular.woff2
Executable file
Binary file not shown.
BIN
css/fonts/fontawesome-webfont.eot
Executable file
BIN
css/fonts/fontawesome-webfont.eot
Executable file
Binary file not shown.
2671
css/fonts/fontawesome-webfont.svg
Executable file
2671
css/fonts/fontawesome-webfont.svg
Executable file
File diff suppressed because it is too large
Load Diff
After Width: | Height: | Size: 434 KiB |
BIN
css/fonts/fontawesome-webfont.ttf
Executable file
BIN
css/fonts/fontawesome-webfont.ttf
Executable file
Binary file not shown.
BIN
css/fonts/fontawesome-webfont.woff
Executable file
BIN
css/fonts/fontawesome-webfont.woff
Executable file
Binary file not shown.
BIN
css/fonts/fontawesome-webfont.woff2
Executable file
BIN
css/fonts/fontawesome-webfont.woff2
Executable file
Binary file not shown.
BIN
css/fonts/lato-bold-italic.woff
Executable file
BIN
css/fonts/lato-bold-italic.woff
Executable file
Binary file not shown.
BIN
css/fonts/lato-bold-italic.woff2
Executable file
BIN
css/fonts/lato-bold-italic.woff2
Executable file
Binary file not shown.
BIN
css/fonts/lato-bold.woff
Executable file
BIN
css/fonts/lato-bold.woff
Executable file
Binary file not shown.
BIN
css/fonts/lato-bold.woff2
Executable file
BIN
css/fonts/lato-bold.woff2
Executable file
Binary file not shown.
BIN
css/fonts/lato-normal-italic.woff
Executable file
BIN
css/fonts/lato-normal-italic.woff
Executable file
Binary file not shown.
BIN
css/fonts/lato-normal-italic.woff2
Executable file
BIN
css/fonts/lato-normal-italic.woff2
Executable file
Binary file not shown.
BIN
css/fonts/lato-normal.woff
Executable file
BIN
css/fonts/lato-normal.woff
Executable file
Binary file not shown.
BIN
css/fonts/lato-normal.woff2
Executable file
BIN
css/fonts/lato-normal.woff2
Executable file
Binary file not shown.
File diff suppressed because one or more lines are too long
@@ -21,11 +21,11 @@
|
||||
* https://github.com/mkdocs/mkdocs/issues/233
|
||||
*/
|
||||
.rst-content pre code {
|
||||
white-space: pre;
|
||||
word-wrap: normal;
|
||||
display: block;
|
||||
padding: 12px;
|
||||
font-size: 12px;
|
||||
white-space: pre;
|
||||
word-wrap: normal;
|
||||
display: block;
|
||||
padding: 12px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -77,9 +77,9 @@ pre .cs, pre .c {
|
||||
* https://github.com/mkdocs/mkdocs/issues/319
|
||||
*/
|
||||
.rst-content .no-highlight {
|
||||
display: block;
|
||||
padding: 0.5em;
|
||||
color: #333;
|
||||
display: block;
|
||||
padding: 0.5em;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
|
||||
@@ -103,7 +103,7 @@ pre .cs, pre .c {
|
||||
form .search-query {
|
||||
width: 100%;
|
||||
border-radius: 50px;
|
||||
padding: 6px 12px; /* csslint allow: box-model */
|
||||
padding: 6px 12px;
|
||||
border-color: #D1D4D5;
|
||||
}
|
||||
|
||||
@@ -113,16 +113,16 @@ form .search-query {
|
||||
* https://github.com/mkdocs/mkdocs/issues/656
|
||||
*/
|
||||
.rst-content .admonition code {
|
||||
color: #404040;
|
||||
border: 1px solid #c7c9cb;
|
||||
border: 1px solid rgba(0, 0, 0, 0.2);
|
||||
background: #f8fbfd;
|
||||
background: rgba(255, 255, 255, 0.7);
|
||||
color: #404040;
|
||||
border: 1px solid #c7c9cb;
|
||||
border: 1px solid rgba(0, 0, 0, 0.2);
|
||||
background: #f8fbfd;
|
||||
background: rgba(255, 255, 255, 0.7);
|
||||
}
|
||||
|
||||
/*
|
||||
* Account for wide tables which go off the side.
|
||||
* Override borders to avoid wierdness on narrow tables.
|
||||
* Override borders to avoid weirdness on narrow tables.
|
||||
*
|
||||
* https://github.com/mkdocs/mkdocs/issues/834
|
||||
* https://github.com/mkdocs/mkdocs/pull/1034
|
||||
@@ -135,8 +135,8 @@ form .search-query {
|
||||
}
|
||||
|
||||
td, th {
|
||||
border: 1px solid #e1e4e5 !important; /* csslint allow: important */
|
||||
border-collapse: collapse;
|
||||
border: 1px solid #e1e4e5 !important;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
/*
|
||||
@@ -155,6 +155,12 @@ td, th {
|
||||
padding-bottom: 40px;
|
||||
}
|
||||
|
||||
/* For section-index only */
|
||||
.wy-menu-vertical .current-section p {
|
||||
background-color: #e3e3e3;
|
||||
color: #404040;
|
||||
}
|
||||
|
||||
/*
|
||||
* The second step of above amendment: Here we make sure the items are aligned
|
||||
* correctly within the .rst-current-version container. Using flexbox, we
|
||||
|
Reference in New Issue
Block a user