Skip to content

Commit 4433979

Browse files
authored
Merge pull request #1260 from MelodyDuplaix/patch-1
Update search.lilo.org.css Thanks for your contributions <3
2 parents 891de22 + 4c8ca3c commit 4433979

File tree

1 file changed

+38
-1
lines changed

1 file changed

+38
-1
lines changed

websites/search.lilo.org.css

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ text-div > textarea{
4141
border-left: none !important;
4242
border-right: none !important;
4343
}
44-
light .lilo-search .lilo-text-result p.description {
44+
.theme-light .lilo-search .lilo-text-result p.description {
4545
color: inherit !important;
4646
}
4747

@@ -54,3 +54,40 @@ light .lilo-search .lilo-text-result p.description {
5454
footer, mfe-footer-pharos-footer, .footer, #footer{
5555
display: none !important;
5656
}
57+
a[href="https://privacy.microsoft.com/privacystatement"] {
58+
display: none !important;
59+
}
60+
61+
/* hide add to firefox button */
62+
.lilo-install-cta.column.is-2 {
63+
display: none !important;
64+
}
65+
66+
/* transparent search bar */
67+
.input {
68+
background-color: transparent;
69+
color: inherit;
70+
}
71+
72+
/* center content */
73+
#content .column {
74+
margin: auto !important;
75+
width: 70% !important;
76+
}
77+
.lilo-search .container {
78+
margin-left: 0% !important;
79+
margin-inline-start: none !important;
80+
}
81+
.column.is-11, .column.is-11-tablet {
82+
width: 80%;
83+
margin: auto !important;
84+
}
85+
#content .column {
86+
margin: auto !important;
87+
width: 70% !important;
88+
}
89+
.column.is-11, .column.is-11-tablet {
90+
margin-inline-start: none !important;
91+
margin: auto !important;
92+
width: 60% !important;
93+
}

0 commit comments

Comments
 (0)