-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
125 lines (102 loc) · 2.44 KB
/
style.css
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
html {
color: white;
background-color: black;
--searchColor: #000;
--buttonBorder: #fe5a70;
--buttonColor: #c00;
--resultsColor: black;
}
#gsc-i-id1 {
background-color: var(--searchColor) !important;
color: white;
}
#gsc-i-id1:target,
#gsc-i-id1:active,
#gsc-i-id1:focus {
background-image: none !important;
}
.gsc-webResult.gsc-result {
border-color: black !important;
background-color: black !important;
}
.gsc-above-wrapper-area {
border-bottom-color: grey !important;
}
.gsc-search-button.gsc-search-button-v2 {
border-color: var(--buttonBorder) !important;
background-color: var(--buttonColor) !important;
}
#_notcular-logo {
background-image: url("./Notcular.svg");
color: red;
font-family: 'Courier New', Courier, monospace;
background-size: 1em;
background-position: left top;
background-repeat: no-repeat;
padding-left: 1em;
}
#_notcular-desc {
font-family: 'Courier New', Courier, monospace;
font-weight: bold;
}
:any-link {
color: red;
}
.gsc-results-wrapper-overlay.gsc-results-wrapper-visible {
background-color: var(--resultsColor) !important;
}
.gs-title:any-link {
color: red !important;
}
.gs-title:any-link b {
color: #c00 !important;
}
.gs-bidi-start-align.gs-visibleUrl.gs-visibleUrl-breadcrumb span {
color: #99f;
}
.gsc-control-cse {
background-color: black !important;
border: none !important;
}
.gsc-input-box {
border-color: #fff !important;
background-color: #000 !important;
}
.gsc-completion-container {
background-color: black !important;
border-color: #fff !important;
}
.gsc-completion-selected {
background-color: #333 !important;
}
.gsc-option-menu-item-highlighted {
background-color: #112 !important;
color: white !important;
}
.gsc-control-cse .gsc-option-menu {
background-color: #000 !important;
color: #fff !important;
border-color: white !important;
box-shadow: 0 2px 4px white !important;
}
.gs-bidi-start-align.gs-snippet {
color: lightgrey !important;
}
.gsc-selected-option-container {
background-color: black !important;
border-color: white !important;
}
.gsc-selected-option-container {
color: whitesmoke !important;
}
.ocular {
color: green;
}
.ocular:active {
color: limegreen;
background-image: url("./ocular_logo.svg");
background-size: 15px;
background-position: left;
background-repeat: no-repeat;
padding-left: 15px;
}