Beginning of the documentation

This commit is contained in:
2022-11-17 11:16:12 +01:00
parent 29563aa94e
commit 95b28a6612
35 changed files with 4935 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
.book .book-summary .book-search {
padding: 6px;
background: transparent;
position: absolute;
top: -50px;
left: 0px;
right: 0px;
transition: top 0.5s ease;
}
.book .book-summary .book-search input,
.book .book-summary .book-search input:focus,
.book .book-summary .book-search input:hover {
width: 100%;
background: transparent;
border: 1px solid #ccc;
box-shadow: none;
outline: none;
line-height: 22px;
padding: 7px 4px;
color: inherit;
box-sizing: border-box;
}
.book.with-search .book-summary .book-search {
top: 0px;
}
.book.with-search .book-summary ul.summary {
top: 50px;
}
.with-search .summary li[data-level] a[href*=".html#"] {
display: none;
}