bcoi系列目录直达


前言(必看)

点击关闭/展开(推荐查看完点击)

主题测试源于@评论,其余大部分来源于@的评论以及blogblog


您使用的是亮色

您使用的是暗色


美化你的OJOJ!

详见lzhlzh的博客

Stylus

Stylus 样式查找

把洛谷改成BCOI

把BCOI改成小拨鼠

/*鼠标样式*/
    * {
        cursor: url(https://cdn.luogu.com.cn/upload/image_hosting/m0z68fn1.png), url(https://cdn.luogu.com.cn/upload/image_hosting/m0z68fn1.png), default !important;
    }

FISHFISH推荐的洛谷bcoi样式

  • Li Luogu - | Dark | 锂洛谷 by the-bjx

https://userstyles.world/style/5680/li-luogu-dark
  • [改编]Keda/hydro/vijos 美化工具 by wch0309

https://userstyles.world/style/17525/k

main.mdl-layout__content {
    background-image: url(https://picsum.photos/1920/1080) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

div.word {
    -webkit-text-stroke: 0.4px #000000; /* 描边 */
    text-shadow: 0 0 5px currentcolor, 0 0 10px currentcolor; /* 发光 */
}

div.mdl-layout__header-row, i.material-icons, header.mdl-layout__header.mdl-layout__header--scroll.mdl-layout__header--transparent, p {
    display: none !important;
}
  • 隐藏网页

* { opacity: 0 !important; transition: opacity 0.3s ease !important; }
*:hover { opacity: 1.0 !important; }