Skip to content

Instantly share code, notes, and snippets.

@BoyanXu
Created February 19, 2022 12:51
Show Gist options
  • Save BoyanXu/d97a1a9bcb877398aeff2aa002a46956 to your computer and use it in GitHub Desktop.
Save BoyanXu/d97a1a9bcb877398aeff2aa002a46956 to your computer and use it in GitHub Desktop.
Programmable_Search_Engine_Stylebot
@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Helvetica:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Muli:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Calibri:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
/* Google Custom Search */
.ct-content {
margin-bottom: 80px;
margin-top: 15px;
}
.gs-result a.gs-visibleUrl,
.gs-result .gs-visibleUrl {
color: #00bff3 !important;
}
.ct-sidenav .ct-search input {
color: #fff;
}
#searchForm input {
height: 58px;
height: 5.8rem;
line-height: 56px;
line-height: 5.6rem;
padding: 0 15px;
padding: 0 1.5rem;
}
#searchForm input {
border: 1px solid #acacac;
width: 100%;
background: #fff;
font-size: 19px;
font-size: 1.9rem;
color: #000;
}
#searchForm input[type=submit] {
background-color: #00A7E8;
color:#fff;
border:none;
}
#output a{
font-weight:bold;
color: #00A7E8;
}
#output a.searchLink{
font-weight:bold;
color: #0079c2;
}
#lnkPrev, #lnkNext{
font-weight:bold;
color: #0079c2;
}
div.gsc-control-cse.gsc-control-cse-en {
padding-left: 200px;
font-family: Roboto;
font-weight: 500;
font-style: normal;
border-style: none;
border-color: #000000;
background-color: #f3f3f3;
}
#cse-footer {
display: none;
}
div.gcsc-more-maybe-branding-root {
display: none;
font-family: Calibri;
}
div.gs-bidi-start-align.gs-visibleUrl.gs-visibleUrl-breadcrumb {
text-transform: capitalize;
color: #38761d;
font-family: Calibri;
text-decoration: underline;
padding-bottom: 3px;
}
div.gs-fileFormat {
font-family: Muli;
font-weight: 100;
font-style: normal;
text-align: left;
font-size: 9px;
padding-bottom: 3px;
padding-left: 5px;
}
div.gs-bidi-start-align.gs-snippet {
font-family: Roboto;
font-weight: 400;
font-style: normal;
text-align: left;
border-left-width: 10px;
}
div.gsc-webResult.gsc-result {
border-style: none;
border-color: #999999;
background-color: #f3f3f3;
padding-bottom: 5px;
}
div.gsc-cursor-box.gs-bidi-start-align {
text-align: left;
background-color: #ffffff;
}
html {
margin-right: 40px;
margin-bottom: 40px;
border-color: #434343;
border-style: none;
}
#cse-search-form {
size: 400px * 19px;
padding-left: 90px;
}
div.gs-title {
font-family: Crimson Text;
font-size: 24px;
line-height: 24px;
font-weight: 700;
font-style: normal;
}
a.gs-title {
font-family: Helvetica;
font-size: 18px;
font-weight: 500;
font-style: normal;
}
div.gsc-url-top {
padding-left: 5px;
}
div.gsc-cursor-page {
font-family: Lato;
}
div.gsc-control-cse.gsc-control-cse-zh-CN {
padding-left: 194px;
padding-bottom: 40px;
}
div.gsc-orderby {
padding-right: 500px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment