Dark Google Scholar
Dark Scholar by taylantatli
Details
Authortaylantatli
LicenseMIT
Categoryhttps://scholar.google.com
Created
Updated
Size1.7 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 Dark Scholar
@version 20250228.20.12
@namespace https://userstyles.world/user/TaylanTatli
@description Dark Google Scholar
@author TaylanTatli
@license MIT
==/UserStyle== */
@-moz-document domain("scholar.google.com") {
body {
color: #ccc;
background: #222;
}
#gs_hdr {
color: #eee;
background-color: #1f1f1f;
border-bottom: 1px solid #1a1a1a;
}
#gs_ab {
color: #eee;
background-color: #202020;
border-bottom: 1px solid #191919;
}
#gs_ftr {
color: #eee;
border-top: 1px solid #191919;
background-color: #202020;
;
}
.gs_in_txt {
color: #eee;
background-color: #2f2f2f;
border: 1px solid #191919;
border-top-color: #191919;
}
button.gs_btn_act {
color: #fff;
background-color: #f9899e;
}
#gs_hdr_tsb {
top: 1px;
width: 40px;
height: 36px;
}
.gs_bdy_sb_sec a:link,
.gs_bdy_sb_sec a:visited {
color: #ccc;
}
.gs_rt a:link,
.gs_rt a:link b,
.gs_rt2 a:link,
.gs_rt2 a:link b {
color: #f9899e;
}
.gs_ctc {
color: #f9899e;
}
a.gs_fl:link,
.gs_fl a:link {
color: #f9899e;
}
.gs_or_svg {
stroke: #f9899e;
}
.gs_rs b,
.gs_rt b,
.gs_rt2 b {
color: #eee;
}
.gs_rt a:visited,
.gs_rt a:visited b,
.gs_rt2 a:visited,
.gs_rt2 a:visited b {
color: #ca4b9c;
}
a.gs_fl:visited,
.gs_fl a:visited {
color: #ca4b9c;
}
.gs_a,
.gs_a a:link,
.gs_a a:visited {
color: #b1d75f;
}
a.gs_in_ib.gs_in_gray .gs_lbl {
color: #eee;
}
.gs_ico,
.gs_icm,
#gs_hdr_lgo,
#gs_hdr_drw_lgo {
filter: invert(1)
}
#gs_n a:link,
#gs_n a:visited {
color: #f9899e;
}
.gs_in_cb input:checked~.gs_chk, .gs_in_cb.gs_sel .gs_chk {
opacity: 1;
filter: invert(1);
}
.gs_bdy_sb_sec:before {
border-top: 1px solid #444;
}
}