- gf24118 的博客
bcoi・科技
- @ 2026-2-1 15:39:36
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;
}
推荐的洛谷、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; }

