Dark theme for the website: cse.google
Google Programmble Search (CSE) Dark Theme by l_0Rl
Details
Authorl_0Rl
LicenseNONE
Categorygoogle
Created
Updated
Size1.2 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Google Programmble Search (CSE) Dark Theme
@namespace IL_DarkThemes
@author l_0Rl
@description Dark theme for the website: cse.google
@version 12.06.2024
@license NONE
==/UserStyle== */
@-moz-document url-prefix("https://cse.google") {
body, #cse-header, .gsc-control-cse, .gsc-webResult {
background: #222 !important;
}
.gsc-input-box {
background: #444;
}
input.gsc-input {
color: #fff;
background: #444 !important;
}
.gssb_a {
color: #fff;
background: #444 !important;
}
.gsc-webResult.gsc-result, .gsc-above-wrapper-area, .gsc-tabsArea {
border: none;
}
.gsc-results-wrapper-visible {
font-size: 30px;
margin-right: 50px;
}
.gs-result .gs-image {
margin-top: 40px;
max-width: 180px;
max-height: 360px;
}
.gs-result .gs-title * {
color: #288dff;
}
.gs-result .gs-title *:hover {
color: #56a5ff;
}
.gs-snippet {
color: #888 !important;
}
.gsc-inline-block, .gsc-option-menu {
color: #fff;
background: #444 !important;
}
.gsc-option-menu-item-highlighted {
color: #fff;
background: #555 !important;
}
.gsc-control-cse {
border: none;
}
}