RSI Platform - Optimized

Optimizations for the RobertsSpaceIndustries.com Platform

目前为 2024-12-20 提交的版本。查看 最新版本

  1. /* ==UserStyle==
  2. @name RSI Platform - Optimized
  3. @version 1.1.3
  4. @description Optimizations for the RobertsSpaceIndustries.com Platform
  5. @namespace https://greasyfork.org/en/users/1410028
  6. @author 3of9
  7. @license CC-BY-SA-4.0
  8. ==/UserStyle== */
  9.  
  10. @-moz-document url-prefix("https://robertsspaceindustries.com/") {
  11. * {
  12. --lobby-message-background-color: var(--subscription-fill-color);
  13. --lobby-message-border-color: var(--color-alert-unread);
  14. --lobby-message-text-color: var(--subscription-stroke-color);;
  15. --lobby-message-button-color: var(--subscription-stroke-color);
  16. scrollbar-width: thin;
  17. scrollbar-color: var(--color-primary-100) var(--color-primary-400);
  18. }
  19.  
  20. #platform-bar-head {
  21. display: none;
  22. }
  23.  
  24. .o-navigationBar__content {
  25. max-width: unset !important;
  26. }
  27.  
  28. .message-item {
  29. padding-top: 6px;
  30. padding-bottom: 6px;
  31. }
  32.  
  33. .sidebar-list .sidebar-item.community {
  34. padding-top: 2px;
  35. padding-bottom: 2px;
  36. }
  37.  
  38. .sidebar-list .sidebar-item {
  39. padding-top: 1px;
  40. padding-bottom: 1px;
  41. }
  42.  
  43. .lobby-member-presences > .members-list .lobby-presence-item {
  44. padding-top: 2px;
  45. padding-bottom: 2px;
  46. }
  47.  
  48. .theme-dark .sidebar-list .sidebar-item.unread .column.content a {
  49. color: var(--color-alert-unread);
  50. }
  51.  
  52. .message-item.highlighted {
  53. background: color-mix(in srgb, var(--color-alert-unread) 25%, transparent);
  54. }
  55.  
  56. }