This repository was archived by the owner on May 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
67 lines (58 loc) · 1.69 KB
/
style.css
File metadata and controls
67 lines (58 loc) · 1.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
.ad-slot-placeholder,
.top-ads-container {
display: none !important;
}
#mixed-content-footer,
.wds-global-footer,
#WikiaBarWrapper,
.global-navigation,
.fandom-sticky-header,
.gpt-ad,
.ad-slot-placeholder.top-leaderboard.is-loading,
.search-modal::before,
form[class^="SearchInput-module_form__"] .wds-icon,
.notifications-placeholder,
.top-ads-container,
.instant-suggestion,
.unified-search__result.marketplace {
display: none;
}
.main-container {
width: 100%;
margin-left: 0px;
}
.community-header-wrapper {
height: auto;
}
.search-modal {
position: absolute;
bottom: auto;
left: auto;
}
.search-modal__content {
width: 420px;
top: 20px;
right: -3px;
min-height: auto;
background-color: var(--theme-page-background-color--secondary);
border: 1px solid var(--theme-border-color);
animation: none;
}
form[class^="SearchInput-module_form__"] {
border-bottom: 2px solid var(--theme-border-color);
color: var(--theme-border-color);
}
form[class^="SearchInput-module_form__"] .wds-button {
--wds-primary-button-background-color: var(--theme-accent-color);
--wds-primary-button-background-color--hover: var(--theme-accent-color--hover);
--wds-primary-button-label-color: var(--theme-accent-label-color);
}
input[class^="SearchInput-module_input__"] {
color: var(--theme-page-text-color);
border-left: none;
padding: 0;
}
a[class^="SearchResults-module_seeAllResults"] {
color: var(--theme-link-color) !important;
}
`;