Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

Draft Forbes Group Website (Build by Nikola). The official site is hosted at:

https://labs.wsu.edu/forbes

6078 views
License: GPL3
ubuntu2004
1
/*
2
Tipue Search 7.1
3
Copyright (c) 2019 Tipue
4
Tipue Search is released under the MIT License
5
http://www.tipue.com/search
6
*/
7
8
9
/* search box */
10
11
/*
12
#tipue_search_input
13
{
14
float: left;
15
font: 15px 'Open Sans', sans-serif;
16
color: #333;
17
-webkit-font-smoothing: antialiased;
18
-moz-osx-font-smoothing: grayscale;
19
width: 230px;
20
background-color: #f3f3f3;
21
border: none;
22
padding: 9px 0 10px 18px;
23
height: 56px;
24
border-radius: 3px;
25
-moz-appearance: none;
26
-webkit-appearance: none;
27
box-sizing: border-box;
28
box-shadow: none;
29
outline: 0;
30
margin: 0;
31
}
32
#tipue_search_input:-webkit-autofill,
33
#tipue_search_input:-webkit-autofill:hover,
34
#tipue_search_input:-webkit-autofill:focus
35
{
36
-webkit-box-shadow: 0 0 0px 1000px #f3f3f3 inset;
37
}
38
*/
39
.tipue_search_button {
40
position: relative;
41
float: left;
42
width: 49px;
43
height: 56px;
44
margin-left: -3px;
45
background-color: #f3f3f3;
46
border: none;
47
border-top-right-radius: 3px;
48
border-bottom-right-radius: 3px;
49
box-sizing: border-box;
50
cursor: pointer;
51
outline: 0;
52
}
53
54
.tipue_search_icon {
55
float: left;
56
font: 24px/1 'Open Sans', sans-serif;
57
-webkit-font-smoothing: antialiased;
58
-moz-osx-font-smoothing: grayscale;
59
color: #333;
60
transform: rotate(-45deg);
61
-moz-appearance: none;
62
-webkit-appearance: none;
63
box-sizing: border-box;
64
box-shadow: none;
65
outline: 0;
66
margin: -1px 0 0 16px;
67
}
68
69
.tipue_search_group:after {
70
content: "";
71
display: table;
72
clear: both;
73
}
74
75
76
/* search results */
77
78
79
#tipue_search_content {
80
max-width: 100%;
81
margin: 0;
82
}
83
84
.tipue_search_content_title {
85
font-weight: 300;
86
font-size: 2rem;
87
color: #111;
88
}
89
90
.tipue_search_content_title a {
91
color: #111;
92
text-decoration: none;
93
}
94
95
.tipue_search_result {
96
padding-top: 27px;
97
}
98
99
#tipue_search_results_count, .tipue_search_content_debug {
100
font: 13px/1.5 'Source Code Pro', monospace;
101
text-transform: uppercase;
102
color: #999;
103
-webkit-font-smoothing: antialiased;
104
-moz-osx-font-smoothing: grayscale;
105
}
106
107
#tipue_search_results_count {
108
padding-top: 9px;
109
}
110
111
.tipue_search_content_url, .tipue_search_note, .tipue_search_related, #tipue_search_error, #tipue_search_replace {
112
font-weight: 300;
113
padding-top: 7px;
114
word-wrap: break-word;
115
hyphens: auto;
116
}
117
118
#tipue_search_replace, .tipue_search_related {
119
margin-top: 7px;
120
}
121
122
#tipue_search_error {
123
color: #333;
124
margin-top: 17px;
125
}
126
127
.tipue_search_content_text {
128
font-weight: 300;
129
word-wrap: break-word;
130
hyphens: auto;
131
margin-top: 9px;
132
}
133
134
.tipue_search_content_bold {
135
font-weight: 400;
136
}
137
138
.tipue_search_content_debug {
139
margin: 7px 0 2px 0;
140
}
141
142
143
/* images */
144
145
146
.tipue_search_image {
147
padding: 17px 0 6px 0;
148
}
149
150
.tipue_search_img {
151
width: 100%;
152
max-width: 330px;
153
height: auto;
154
transition: 0.5s;
155
border-radius: 2px;
156
}
157
158
.tipue_search_img:hover {
159
opacity: 0.9;
160
}
161
162
#tipue_search_zoom_text {
163
font: 12px/1.7 'Source Code Pro', monospace;
164
color: #ccc;
165
text-transform: uppercase;
166
letter-spacing: 1px;
167
padding-top: 9px;
168
}
169
170
#tipue_search_zoom_text a {
171
color: #ccc;
172
text-decoration: none;
173
border-bottom: 2px solid #f7f7f7;
174
}
175
176
#tipue_search_zoom_text a:hover {
177
border: 0;
178
}
179
180
.tipue_search_image_zoom {
181
cursor: pointer;
182
}
183
184
#tipue_search_image_modal {
185
display: none;
186
position: fixed;
187
z-index: 1000;
188
left: 0;
189
top: 0;
190
width: 100%;
191
height: 100%;
192
overflow: auto;
193
background-color: rgba(0, 0, 0, 0.9);
194
}
195
196
.tipue_search_image_close {
197
position: absolute;
198
top: 0;
199
right: 0;
200
font: 22px/1 'Source Code Pro', monospace;
201
color: #ccc;
202
padding: 25px 30px;
203
cursor: pointer;
204
}
205
206
.tipue_search_image_block {
207
margin: 0 auto;
208
max-width: 900px;
209
padding: 73px 30px 30px 30px;
210
box-sizing: border-box;
211
color: #fff;
212
}
213
214
#tipue_search_zoom_img {
215
max-width: 100%;
216
height: auto;
217
}
218
219
#tipue_search_zoom_text, .tipue_search_zoom_options {
220
padding-top: 9px;
221
}
222
223
224
/* footer */
225
226
227
#tipue_search_foot {
228
margin: 51px 0 21px 0;
229
}
230
231
#tipue_search_foot_boxes {
232
font: 14px 'Source Code Pro', sans-serif;
233
text-transform: uppercase;
234
color: #333;
235
padding: 0;
236
margin: 0;
237
cursor: pointer;
238
}
239
240
#tipue_search_foot_boxes li {
241
display: inline;
242
list-style: none;
243
margin: 0;
244
padding: 0;
245
}
246
247
#tipue_search_foot_boxes li a {
248
background-color: #f7f7f7;
249
color: #666;
250
padding: 10px 17px 11px 17px;
251
border-radius: 3px;
252
margin-right: 7px;
253
text-decoration: none;
254
text-align: center;
255
transition: 0.3s;
256
}
257
258
#tipue_search_foot_boxes li.current {
259
background: #252525;
260
color: #ccc;
261
padding: 10px 17px 11px 17px;
262
border-radius: 3px;
263
margin-right: 7px;
264
text-align: center;
265
}
266
267
#tipue_search_foot_boxes li a:hover {
268
background: #252525;
269
color: #ccc;
270
}
271
272
273