Split documentation to multilingual structure

This commit is contained in:
ErickSkrauch
2019-02-21 03:52:03 +03:00
parent e35de5b5ee
commit b2451ffc9c
15 changed files with 468 additions and 35 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

View File

@@ -4,7 +4,16 @@ body {
background: #ebe8e1!important;
}
h1, h2, h3, h4, h5, h6, legend, .wy-side-nav-search > a, .wy-nav-top a {
h1,
h2,
h3,
h4,
h5,
h6,
legend,
.wy-side-nav-search > a,
.wy-nav-top a,
.caption-text {
font-family: "Roboto Condensed", "Roboto Slab", sans-serif;
font-weight: normal;
}
@@ -35,3 +44,9 @@ h1, h2, h3, h4, h5, h6, legend, .wy-side-nav-search > a, .wy-nav-top a {
.wy-nav-top {
line-height: 30px;
}
.wy-menu .caption-text {
color: #379070;
font-size: 18px;
text-transform: none;
}