search shmearch

This commit is contained in:
Flummi
2022-05-06 14:20:11 +02:00
parent b54250f2fb
commit c0669602dd
7 changed files with 130 additions and 72 deletions

View File

@ -40,6 +40,10 @@ html[theme='f0ck'] {
--scroller-bg: #424242;
}
html[theme="f0ck"] .admin-search button {
color: var(--black)!important;
}
html[theme='p1nk'] {
--accent: #ff00d0;
--bg: #171717;
@ -146,6 +150,23 @@ html[theme='amoled'] {
--scroller-bg: #424242;
}
html[theme="amoled"] .admin-search button {
color: var(--black)!important;
}
html[theme="amoled"] table.table tbody tr:nth-of-type(2n+1) a {
color: var(--white) !important;
text-decoration: underline;
}
html[theme="amoled"] table.table tbody tr:nth-of-type(2n+1) {
color: var(--white) !important;
}
html[theme="amoled"] table.table a {
text-decoration: underline;
}
html[theme="paper"] {
--accent: #000;
--bg: #fff;
@ -265,6 +286,28 @@ html[theme="paper"] span#favs {
border: 1px solid var(--white);
}
html[theme="paper"] .admin-search button {
color: var(--white)!important;
opacity: 0.9;
}
html[theme="paper"] table.table tbody tr:nth-of-type(2n+1) a {
color: var(--white) !important;
text-decoration: underline;
}
html[theme="paper"] table.table tbody tr:nth-of-type(2n+1) {
color: var(--white) !important;
}
html[theme="paper"] table.table a {
text-decoration: underline;
}
html[theme="paper"] a {
color: var(--black);
}
html[theme="atmos"] {
--accent: #1fb2b0;
--bg: #161618;
@ -438,7 +481,7 @@ html, body {
}
a {
color: var(--accent) !important;
color: var(--accent) /* !important */;
cursor: pointer;
text-decoration: none;
}
@ -616,7 +659,7 @@ span.f0ck {
border-radius: 3px;
background-image: linear-gradient(to bottom,var(--nav-link-background-linear-gradient));
box-shadow: var(--nav-link-box-shadow);
color: transparent;
/* color: transparent; */
}
.navbar-expand-lg .navbar-nav .nav-link, .pagination > a, .pagination > span {
@ -1729,4 +1772,13 @@ a[data-mime^="audio"] {
.admin-search input {
padding: 15px;
border: 1px solid var(--accent);
}
table img {
border: 1px solid;
}
.results {
padding: 5px;
}