将你洛谷首页的所有用户变成紫名(包括Tag)
Version:
V1.0 2024-9-25 :创建项目
V1.1 2024-9-25 :完成基础功能
洛谷紫名(首页) - Luogu purple name(Hone page) by yangrenrui

Details
Authoryangrenrui
LicenseNo License
Categorywww.luogu.com.cn
Created
Updated
Code size1.7 kB
Code checksum6341f23a
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.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;
}
}