美化洛谷
迪谷——洛谷美化 by doing1024
Details
Authordoing1024
LicenseNo License
Categoryluogu.com.cn
Created
Updated
Size1.4 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 迪谷——洛谷美化
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("www.luogu.com.cn") {
/*广告去除 */
div[data-v-0a593618]{
display: none;
}
/*边栏美化 */
.lfe-body[data-v-12f19ddc]{
left: 1%;
top: 20%;
height: 60% !important;
border-radius: 25px !important;
}
div[data-v-12f19ddc]{
border-radius: 25px !important;
}
/*图片背景*/
html > body {
background-image: url(https://s11.ax1x.com/2024/02/06/pF18Wrt.jpg) !important;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
background-attachment: fixed;
}
.background{
display: none !important;
}
main[data-v-7ddab1d5]{
background: none !important;
}
.lg-article {
background: rgba(255, 255, 255, .7);
border-radius: 10px !important;
}
}
@-moz-document url-prefix("https://www.luogu.com.cn/user/") {
.introduction.marked {
display: block !important;
}
.card.padding-default > div[style*="background-color: rgb(255, 235, 236); border-radius: 5px; border: 1px solid rgb(225, 50, 56); padding: 1em; font-style: italic;"] {
display: none;
}
}