JandanTucaoFloat

A new userstyle

  1. /* ==UserStyle==
  2. @name JandanTucaoFloat
  3. @namespace github.com/openstyles/stylus
  4. @version 1.0.0
  5. @description A new userstyle
  6. @author Tareo
  7. @license MIT
  8. ==/UserStyle== */
  9. @-moz-document url-prefix("https://jandan.net/") {
  10. .jandan-tucao{
  11. background-color:#2b2b2b !important;
  12. width:30%;max-height:85%;
  13. position:fixed; top:5%; left:59.8%;
  14. Z-index:500;
  15. padding:3px !important;
  16. padding-right:0px !important;
  17. overflow-y:scroll;
  18. overflow-x:hidden;
  19. border-radius:20px;
  20. border:2px #0000004a solid !important;
  21. box-shadow: 0px 0px 20px 20px #1a171169;
  22. /* scrollbar-face-color: #333; */
  23. }
  24.  
  25. ::-webkit-scrollbar {
  26. width:5px;
  27. height:1%;
  28. }
  29.  
  30. ::-webkit-scrollbar-thumb{
  31. background:#997c32;
  32. border-radius:5px;
  33. /* box-shadow: 1px 1px 10px rgb(159, 140, 77) !important; */
  34. }
  35.  
  36.  
  37. .tucao-hot{
  38. border-radius:20px;
  39. background:#666 !important;
  40. }
  41. .tucao-hot-title{
  42. position:sticky;top:5px;
  43. border-radius:20px;
  44. background:#888 !important;
  45. }
  46. .tucao-list{
  47. border-radius:20px;
  48. background-color:#444;
  49. margin:1%
  50. }
  51. .jandan-tucao-close{
  52. position:sticky;
  53. bottom:2px;
  54. margin-right:5px;
  55. }
  56. .jandan-tucao-more{
  57. margin:1%;
  58. border-radius:10px;
  59. }
  60. .tucao-form{
  61. padding:3%;
  62. background:#1f1f1f;
  63. border-radius:20px;
  64. margin:1%;
  65. }
  66. .tucao-content{
  67. width:100% !important;
  68. border-radius:20px;
  69. }
  70. .tucao-form button{
  71. border-radius:20px;
  72. }
  73. #tucao-gg{
  74. display:none !important;
  75. }
  76. #box{
  77. display:none;
  78. }
  79.  
  80.  
  81.  
  82.  
  83.  
  84. }
  85.  
  86. @-moz-document url-prefix("https://jandan.net/") {
  87. [id^="comment"]{
  88. border-radius:20px;
  89. margin-top:10px !important;
  90. }
  91. }

QingJ © 2025

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