Skip to content

Google scholard Nord theme by SignorBananone

Details

AuthorSignorBananone

LicenseNo License

Categoryscholar.google.com

Created

Updated

Code size1.3 kB

Code checksume6b9899b

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Nord theme for scholar.google.com

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Google scholard Nord theme
@version      20250214.11.47
@namespace    https://userstyles.world/user/SignorBananone
@description  Nord theme for scholar.google.com
@author       SignorBananone
@license      No License
==/UserStyle== */

@-moz-document domain("scholar.google.com") {
* {
        background-color: #2e3440 !important; /* Nord Polar Night 0 */
        color: #d8dee9 !important; /* Nord Snow Storm 1 */
        border-color: #4c566a !important; /* Nord Polar Night 3 */
        line-height: 2 !important; 
        word-wrap: break-word !important; 
        overflow: visible !important; 
    }
    a {
        color: #81a1c1 !important; /* Nord Frost 3 */
    }


.gs_ico, .gs_icm {
    display: inline-block;
    background: no-repeat url(https://i.postimg.cc/qqhb1rKc/sprite-nord.png);
    background-position: -23px -161px;
    background-size: 169px;
    width: 21px;
    height: 21px;
}



.gs_md_li:before {
    content: "";
    background-color: #2e3440;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity .13s;
    z-index: -1;
}


#gs_hdr_lgo, #gs_hdr_drw_lgo {
    width: 149px;
    background: no-repeat url(https://i.postimg.cc/QdtbmhrF/scholar-logo-nord.png) 0% 50%;
    background-size: 149px;
}
}

Reviews

No reviews yet.