Skip to content

Commit 337f4df

Browse files
authored
Merge pull request #1249 from MelodyDuplaix/main
Add lilo search support Thanks for your contributions <3
2 parents ac20a75 + 982f335 commit 337f4df

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed

websites/search.lilo.org.css

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
/* transparency */
2+
html,
3+
body,
4+
nav,
5+
#nav,
6+
.nav,
7+
navbar,
8+
.navbar,
9+
#navbar,
10+
header,
11+
#header,
12+
.header, header::before,
13+
app,
14+
#app, footer,
15+
.sidebar-wrap,
16+
section, .main,
17+
#__next, .sidebar-wrapper, .sidebar-footer-wrapper, .sidebar-footer-container::before,
18+
#root, .min-h-screen.bg-white,
19+
.app, .AppContainer,
20+
.app-root, #wrapper,
21+
body[data-theme="dark"], body[data-theme="light"],
22+
#pass-sidebar, .side-bar,
23+
#main, .sidebar, .global-content__content,
24+
main, .header-top,
25+
#content, #cu-identity,
26+
section, .l-root,
27+
#__next, .landing-hero,
28+
#navigation-wrapper,
29+
#global-navbar, .layout__content-wrapper,
30+
.head.notfixed, .main-container,
31+
#app > div, .btm-nav > a, .oc-content--main,
32+
body.dark_mode, body.light_mode,
33+
text-div > textarea{
34+
background-color: transparent !important;
35+
background: none !important;
36+
border: none !important;
37+
box-shadow: none !important;
38+
transition: background-color 0.5s ease-in-out, background 0.5s ease-in-out, border 0.5s ease-in-out, box-shadow 0.5s ease-in-out !important;
39+
}
40+
.theme-light .navbar #tabs a {
41+
border-left: none !important;
42+
border-right: none !important;
43+
}
44+
light .lilo-search .lilo-text-result p.description {
45+
color: inherit !important;
46+
}
47+
48+
/* darkreader */
49+
:root{
50+
--darkreader-background-ffffff: transparent !important;
51+
}
52+
53+
/* no footer */
54+
footer, mfe-footer-pharos-footer, .footer, #footer{
55+
display: none !important;
56+
}

0 commit comments

Comments
 (0)