1
1
mirror of https://github.com/foxsen/archbase.git synced 2026-07-04 10:57:55 +08:00

foxsen published a site update

This commit is contained in:
foxsen
2021-10-27 13:56:59 +00:00
parent 543a9ff965
commit 4c5f7e0a7c
229 changed files with 22406 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;
}