Skip to content

Commit

Permalink
Deployed 5a1c560 with MkDocs version: 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 30, 2024
0 parents commit e4652aa
Show file tree
Hide file tree
Showing 136 changed files with 171,867 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
2,757 changes: 2,757 additions & 0 deletions 404.html

Large diffs are not rendered by default.

62 changes: 62 additions & 0 deletions assets/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{% extends "main.html" %}
<link rel="stylesheet" href="css/common.css">
<link rel="stylesheet" href="css/error.css">

<!-- Content -->
{% block content %}

<style>
.md-sidebar {
display: none;
}
.md-container .md-main .md-main__inner.md-grid article {
display: table;
width: 100%;
height: 100%;
margin: 0 !important;
padding: 0 !important;
margin-left: 0 !important;
}
.md-container .md-main .md-main__inner.md-grid {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.md-main {
min-height: 400px;
}

article .Body-Table {
display: table;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}

article .Body-Row {
display: table-row;
}

article .Body-Cell {
display: table-cell;
vertical-align: middle;
}
</style>

<div class="Body-Row">
<div class="Body-Cell">
<div class="Error">
<span class="Icon material-symbols-outlined">Error</span>
<div class="Code">
404
</div>
<div class="Text">
Это не та страница, которую вы ищете.
</div>
</div>
</div>
</div>
{% endblock %}
204 changes: 204 additions & 0 deletions assets/css/common.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,204 @@
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {
font-family: "Open Sans", sans-serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
}

[data-md-color-scheme="default"] {
--md-primary-fg-color: #2c856c;
--md-typeset-a-color: #008d66;
--md-accent-fg-color: #007f5c;
--md-primary-fg-color--dark: #2c856c;
}

[data-md-color-scheme="slate"] {
--md-primary-fg-color: #256149;
--md-typeset-a-color: #007f5c !important;
--md-accent-fg-color: #0f9f77 !important;
--md-primary-fg-color--dark: #256149;

.md-tabs .md-grid {
border-bottom: 34px solid #1f4037;
}

.md-nav__item .md-nav__link--active:hover {
opacity: 0.8;
}
}

.md-footer,
.md-header,
.md-tabs,
.md-grid {
max-width: 1280px;
margin: 0 auto;
width: 100%;
}

.md-nav {
font-size: 16px;
}

.md-nav__link {
padding: 4px 0px;
}

.md-nav > :nth-child(3).md-nav__list,
.md-nav nav[data-md-level="1"] > :nth-child(2) {
padding: 0 !important;
}

[dir=ltr] .md-nav__item--section>.md-nav,
[dir=ltr] .md-nav--lifted>.md-nav__list>.md-nav__item>.md-nav:not(.md-nav--secondary) {
margin: 0;
}

.md-typeset .md-content__button {
display: none;
}

.md-typeset h1 {
margin-bottom: 40px;
}

.md-nav__item .md-nav__link--active:hover {
opacity: 0.9;
color: white;
}

.md-nav__item .md-nav__link--active {
background-color: var(--md-accent-fg-color);
color: white;
padding: 5px 8px;
padding-top: 6px;
}

.md-nav--secondary .md-nav__link--active:hover {
color: var(--md-accent-fg-color);
}

.md-nav--secondary .md-nav__link--passed,
.md-nav--secondary .md-nav__link--active {
background: transparent;
color: var(--md-default-fg-color);
padding: 4px 0px;
}

.md-nav--lifted>.md-nav__list>.md-nav__item--active>.md-nav__link {
box-shadow: 0 0 .4rem .2rem var(--md-default-bg-color);
}

.md-content__inner:before {
height: 0;
}

.md-content {
padding: 40px 30px;
}

@media screen and (min-width: 76.25em) {
[dir=ltr] .md-sidebar--primary:not([hidden])~.md-content>.md-content__inner {
padding: 0;
margin: 0;
}
}

.md-logo svg {
background: white;
border-radius: 50%;
padding: 4px;
}

.md-header--shadow {
box-shadow: none;
}

.md-tabs .md-grid {
border-bottom: 34px solid #1f4037;
}

.md-container .md-main {
position: relative
}

.md-footer .md-copyright {
width: 100%;
position: relative;
}

.md-footer .md-copyright::after {
content: '.';
position: relative;
right: -3px;
}

.md-footer .md-copyright::after {
content: '© 2024 KeyGenQt';
position: absolute;
right: 0px;
}

article.md-content__inner {
margin: 0;
padding: 0;
}

.md-content picture {
position: relative;
font-size: 0;
}

.md-content picture img {
border: 10px solid #1f4037;
}

.md-content picture::after {
content: " ";
background-color: #0f9f77;
position: absolute;
bottom: 0;
right: 0;
height: 70px;
width: 10px;
z-index: 99;
}

.md-content picture::before {
content: " ";
background-color: #0f9f77;
position: absolute;
bottom: 0;
right: 0;
height: 10px;
width: 70px;
z-index: 99;
}

.md-content video {
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}

.highlight span.filename {
font-weight: 500;
}

@media (min-width: 1220px) {
label.md-nav__link[id="__nav_2_label"],
label.md-nav__link[id="__nav_3_label"],
label.md-nav__link[id="__nav_4_label"] {
font-size: 0;
}
}

@media (max-width: 1220px) {
.md-nav__item .md-nav__link--active {
color: white !important;
}
.md-nav__item .md-nav__link--active:hover {
color: white !important;
}
}
16 changes: 16 additions & 0 deletions assets/css/error.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
.Error {
text-align: center;
}

.Error .Icon {
font-size: 100px;
color: #df6363;
}

.Error .Code {
font-size: 40px;
}

.Error .Text {
opacity: 0.7;
}
Loading

0 comments on commit e4652aa

Please sign in to comment.