-
Notifications
You must be signed in to change notification settings - Fork 62
/
Copy pathgoogle-cse.html
38 lines (38 loc) · 877 Bytes
/
google-cse.html
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
<title>Gwern.net Search</title>
<style>
.search-results-placeholder {
font-family: Arial, sans-serif;
opacity: 0.25;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
height: calc(100% - 4em);
font-size: 1.25em;
user-select: none;
}
div.gsc-results-wrapper-visible {
margin-top: 1.5em;
}
div.gcsc-more-maybe-branding-root {
text-align: center;
margin: 1em;
}
div.gcsc-find-more-on-google-branding {
display: none;
}
@media all and (max-width: 649px) {
.search-results-placeholder {
font-size: 1em;
}
button.gsc-search-button-v2 {
padding: 6px 8px;
}
div.gsc-control-cse {
padding: 1em 0.5em;
}
}
</style>
<script async src="https://cse.google.com/cse.js?cx=009114923999563836576:dv0a4ndtmly"></script>
<div class="gcse-search"></div>
<div class="search-results-placeholder"><p>[Search results will appear here]</p></div>