mirror of
https://github.com/metabarcoding/obitools4.git
synced 2026-02-04 07:00:33 +00:00
Beginning of the documentation
This commit is contained in:
31
doc/_book/book_assets/gitbook-2.6.7/css/plugin-search.css
Normal file
31
doc/_book/book_assets/gitbook-2.6.7/css/plugin-search.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user