Skip to content

洛谷紫名--Luogu by yangrenrui

Screenshot of 洛谷紫名--Luogu

Details

Authoryangrenrui

LicenseNo License

Categorywww.luogu.com.cn

Created

Updated

Size1.7 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

洛谷紫名

Notes

V1.0.0 将洛谷首页的所有用户变成紫名,并将洛谷首页的user-tag变成紫色

Source code

/* ==UserStyle==
@name        洛谷紫名--By yangrenrui
@version      20240804
@description   洛谷紫名
@namespace    luogu.com.cn
@version     1.0.0
@author      YANGRENRUI
==/UserStyle== */

@-moz-document regexp("https://www.luogu(.org|.com.cn|.com)/(?!blog).*") {
/*紫名*/
/*brown*/
.lg-bg-brown{
    background-color:#9d3dcf
}
.lg-fg-brown {
    color: #9d3dcf !important;
}
/*blue*/
.lg-bg-blue{
    background-color:#9d3dcf
}
.lg-fg-blue{
    color: #9d3dcf !important;
}
/*gray*/
.lg-bg-gray{
    background-color:#9d3dcf
}
.lg-fg-gray {
    color: #9d3dcf !important;
}
/*orange*/
.lg-bg-orange{
    background-color:#9d3dcf
}
.lg-fg-orange {
    color: #9d3dcf !important;
}
/*red*/
.lg-bg-red{
    background-color:#9d3dcf
}
.lg-fg-red{
    color: #9d3dcf !important;
}
/*green*/
.lg-bg-green{
    background-color:#9d3dcf
}
.lg-fg-green{
    color: #9d3dcf !important;
}
/*browlight*/
.lg-bg-browlight{
    background-color:#9d3dcf
}
.lg-fg-brownlight {
    color: #9d3dcf !important;
}
/*bluelight*/
.lg-bg-bluelight{
    background-color:#9d3dcf
}
.lg-fg-bluelight{
    color: #9d3dcf !important;
}
/*graylight*/
.lg-bg-graylight{
    background-color:#9d3dcf
}
.lg-fg-graylight {
    color: #9d3dcf !important;
}
/*redlight*/
.lg-bg-redlight{
    background-color:#9d3dcf
}
.lg-fg-redlight{
    color: #9d3dcf !important;
}
/*greenlight*/
.lg-bg-greenlight{
    background-color:#9d3dcf
}
.lg-fg-greenlight{
    color: #9d3dcf !important;
}
/*orangelight*/
.lg-bg-orangelight{
    background-color:#9d3dcf
}
.lg-fg-orangelight{
    color: #9d3dcf !important;
}
}

Reviews

No reviews yet.