dm5+漫畫櫃 卷軸美化

dm5+漫畫櫃 XY卷軸美化

当前为 2023-09-03 提交的版本,查看 最新版本

/* ==UserStyle==
@name           dm5+漫畫櫃 卷軸美化
@namespace      github.com/openstyles/stylus
@version        1.1
@description    dm5+漫畫櫃 XY卷軸美化
@author         Leadra
@license MIT
==/UserStyle== */


@-moz-document domain("dm5.com"), domain("manhuagui.com") {

::-webkit-scrollbar {
 
    width : 0.6em;
    height : 0.6em ;
}
  ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0 6px rgba(0, 0, 0, 0.3);
}  
::-webkit-scrollbar-thumb {
  //background-color: #d1c9c954;
  border: 1px solid #708090;
}

/*來自laster2800_https://gf.qytechs.cn/zh-CN/scripts/430290-滚动条美化*/
body::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #00000000;
}

body::-webkit-scrollbar-thumb {
    background-color: #00000040;
}

body::-webkit-scrollbar-corner {
    background-color: #00000000;
}

    }

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址