Skip to content

Luogu Evolution | 洛谷进化(题目页缩窄侧栏宽度|更改Accept图片) by Ntsc-Yrx

Screenshot of Luogu Evolution | 洛谷进化(题目页缩窄侧栏宽度|更改Accept图片)

Details

AuthorNtsc-Yrx

LicenseNo License

Categoryluogu.com

Created

Updated

Size709 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

当前功能:

  • Luogu 洛谷题目页缩窄侧栏宽度
  • 更改Accept图片
  • 更多内容绝赞拖更中(逃

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Luogu Evolution
@namespace      github.com/openstyles/stylus
@version        0.1.2
@description    A new userstyle
@author         erica n
@preprocessor stylus

@var text sideWidth "侧栏宽度" "20%" 
@var text passImgUrl "通过提示图像" "\"https://cdn.luogu.com.cn/upload/image_hosting/r5ndmz0u.png\""

==/UserStyle== */

@-moz-document domain("luogu.com.cn") 
    
    .side
        width: sideWidth !important 
    .main
        width: (99% - sideWidth) !important
    
    /* 两者的和为 99% 最佳 */


    .swal2-header > .swal2-image[src*="https://fecdn.luogu.com.cn/luogu/ac-congrats.png"]
        content: url( passImgUrl ) !important

Reviews

No reviews yet.