Custom5iler

Adds several customization options to 5iler.

  1. /* ==UserStyle==
  2. @name Custom5iler
  3. @namespace sun/userstyles
  4. @version 1.0.11
  5. @description Adds several customization options to 5iler.
  6. @compatible chrome
  7. @compatible edge
  8. @compatible firefox
  9. @compatible opera
  10. @compatible safari
  11. @homepageURL https://forgejo.sny.sh/sun/userstyles
  12. @supportURL https://forgejo.sny.sh/sun/userstyles/issues
  13. @contributionURL https://liberapay.com/sun
  14. @contributionAmount €1.00
  15. @author Sunny <sunny@sny.sh>
  16. @icon https://forgejo.sny.sh/sun/userstyles/raw/branch/main/icons/Custom5iler.png
  17. @copyright 2022-present, Sunny (https://sny.sh/)
  18. @license Hippocratic License; https://forgejo.sny.sh/sun/userstyles/src/branch/main/LICENSE.md
  19. @preprocessor stylus
  20. @var color onebg "Ideas background" #55636e
  21. @var color twobg "Random background" #bd9d08
  22. @var color threebg "Today background" #419583
  23. @var color fourbg "Learn background" #c1575f
  24. @var color fivebg "Private background" #573850
  25. @var text fftitle "Label font" Avenir Book
  26. @var text fftext "Content font" Avenir Book
  27. @var text ffbuttons "Button font" Avenir Book
  28. @var color labelfg "Label color" #ffffff
  29. @var color contentfg "Content color" #ffffff
  30. @var color menufg "Menu color" #ffffff
  31. @var color menubg "Menu background" #333333
  32. @var color activefg "Active color" #1abf89
  33. @var color activebg "Active background" #13090a
  34. @var color buttonsfg "Button color" #ffffff
  35. @var color buttonsbg "Button background" #000000
  36. @var checkbox align "Continuous alignment" 0
  37. @var select scrollbars "Show scrollbars" {"Always*": "scroll", "Sometimes": "auto", "Never": "hidden"}
  38. ==/UserStyle== */
  39.  
  40. @-moz-document domain("5iler.com") {
  41. if align {
  42. .file {
  43. vertical-align: top;
  44. }
  45. }
  46. .file .label {
  47. color: labelfg;
  48. }
  49. .file .content {
  50. color: contentfg;
  51. font-family: fftext;
  52. overflow-y: scrollbars;
  53. }
  54. .label {
  55. font-family: fftitle !important;
  56. }
  57. .file.one {
  58. background: onebg;
  59. }
  60. .file.two {
  61. background: twobg;
  62. }
  63. .file.three {
  64. background: threebg;
  65. }
  66. .file.four {
  67. background: fourbg;
  68. }
  69. .file.five {
  70. background: fivebg;
  71. }
  72. .pen-menu {
  73. background-image: none;
  74. background: menubg;
  75. border: none;
  76. }
  77. .pen-menu:after {
  78. border-top-color: menubg;
  79. }
  80. .pen-icon {
  81. color: menufg;
  82. height: 26px;
  83. }
  84. .pen-icon:hover {
  85. background: activebg;
  86. }
  87. .pen-icon.active {
  88. box-shadow: none;
  89. background: activebg;
  90. color: activefg;
  91. }
  92. #menu a {
  93. font-family: ffbuttons;
  94. background: buttonsbg;
  95. color: buttonsfg;
  96. }
  97. .keyboard {
  98. font-family: ffbuttons;
  99. }
  100. }

QingJ © 2025

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