dark theme for the 2012 gplex theme
gplex dark theme by not-nullptr
Details
Authornot-nullptr
Licensegpl v3
Categorygoogle.com
Created
Updated
Code size4.3 kB
Code checksum4189af1
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name gplex dark theme
@version 20240708.09.32
@namespace https://userstyles.world/user/nullptr
@description dark theme for the 2012 gplex theme
@author nullptr
@license gpl v3
==/UserStyle== */
@-moz-document domain("www.google.com") {
:root {
--COEmY: #d6d7db;
}
body {
background: linear-gradient(to bottom, #272a2d, #0f151a);
}
#ugf-topbar {
background: linear-gradient(to bottom, #2d2d2d, #26292c);
border-bottom: black;
}
[layout="2012"]:not([location="home"]):not([search-focus="hard"]) #ugf-searchbar:not(:hover), [layout="2013"]:not([location="home"]):not([search-focus="hard"]) #ugf-searchbar:not(:hover), [layout="2013L"]:not([location="home"]):not([search-focus="hard"]) #ugf-searchbar:not(:hover), [layout="2014"]:not([location="home"]):not([search-focus="hard"]) #ugf-searchbar:not(:hover), [layout="2015"]:not([location="home"]):not([search-focus="hard"]) #ugf-searchbar:not(:hover), [layout="2015L"]:not([location="home"]):not([search-focus="hard"]) #ugf-searchbar:not(:hover), [layout="2016L"]:not([location="home"]):not([search-focus="hard"]) #ugf-searchbar {
border-top-color: #15171a !important;
}
#ugf-searchbar {
background-color: #1d2125 !important;
border: solid thin #15171a !important;
border-top-color: #15171a !important;
box-shadow: 0px 1px 0px 0px #4e5357;
border-radius: 4px;
}
[layout="retro"] #ugf-program #ugf-search #ugf-search-btn, [layout="2012"] #ugf-program #ugf-search #ugf-search-btn, [layout="2013"] #ugf-program #ugf-search #ugf-search-btn, [layout="2013L"] #ugf-program #ugf-search #ugf-search-btn, [layout="2015L"] #ugf-program #ugf-search #ugf-search-btn, [layout="2016L"] #ugf-program #ugf-search #ugf-search-btn {
background-image: linear-gradient(to bottom, #3e4347, #32363a) !important;
border: solid thin black !important;
border-radius: 4px;
box-shadow: inset 0px 0px 1px 0px #70777e;
}
.ugf-sidebar-tab {
color: #777 !important;
}
#jfk-logo {
filter: drop-shadow(0px 0px 2px #ffffff21);
}
#ugf-search-results-header {
color: #888 !important;
}
* {
text-shadow: 0px 1px 0px #000;
}
.ugf-search-result-title, a, .ugf-footer-link.ugf-parse-item, .gL9Hy.ugf-parse-item {
color: #80ceff !important;
}
[layout="2012"] .ugf-search-result-link, [layout="2013"] .ugf-search-result-link, [layout="2013L"] .ugf-search-result-link {
color: #4eca77 !important;
}
.ugf-search-result-desc, .ugf-search-result-desc span, .ugf-search-result-desc div, .ugf-search-result-desc div > span:nth-of-type(2), .ugf-search-result-desc em {
color: #acb1be !important;
}
[layout="2012"] .ugf-search-result-desc div > span:nth-of-type(2), [layout="2012"] .ugf-search-result-desc em, [layout="2013"] .ugf-search-result-desc div > span:nth-of-type(2), [layout="2013"] .ugf-search-result-desc em, [layout="2013L"] .ugf-search-result-desc div > span:nth-of-type(2), [layout="2013L"] .ugf-search-result-desc em {
color: #dbdbdb !important;
}
[layout="2012"] .ugf-sidebar-tab {
margin-top: 4px;
}
[layout="2012"] .ugf-sidebar-tab:hover {
background-image: linear-gradient(to bottom, #2d2d2d, #26292c) !important;
border-radius: 4px;
outline: solid thin #000000;
box-shadow: inset 0px 0px 1px 0px #70777e;
}
.ugf-tab-icon {
display: none;
}
#ugf-sidebar-range-tools, #ugf-sidebar-specifity-tools {
padding-left: 16px;
margin-top: 24px;
}
body {
color: #b4b4b5;
}
.ugf-correction-inner span {
color: #ea7979;
}
[layout="2010"] #ugf-search-predictions, [layout="2011"] #ugf-search-predictions, [layout="2012"] #ugf-search-predictions, [layout="2013"] #ugf-search-predictions, [layout="2013L"] #ugf-search-predictions, [layout="2015L"] #ugf-search-predictions, [layout="2016L"] #ugf-search-predictions {
background-color: #1d2125;
border: solid thin #15171a !important;
border-radius: 4px;
box-shadow: 0 4px 16px 0 #0000003d;
}
.ugf-search-prediction:hover {
background-color: #292c2f;
}
#ugf-side-info {
background-color: #33373a;
}
#ugf-side-info-title {
color: #e8e2e2;
}
#ugf-side-info-subtitle {
color: #ccc;
}
#ugf-side-info-body {
border-top-color: #5a646f;
}
#ugf-search-value {
background-color: transparent;
border: none !important;
}
}