Bug fixes for Early 2016 ROBLOX Play Button Style

need this to work https://userstyles.world/style/19108/early-2016-roblox-play-button-style

目前为 2025-03-05 提交的版本。查看 最新版本

  1. /* ==UserStyle==
  2. @name Bug fixes for Early 2016 ROBLOX Play Button Style
  3. @namespace ROBLOX
  4. @version 1.1
  5. @description need this to work https://userstyles.world/style/19108/early-2016-roblox-play-button-style
  6. @author Me
  7. ==/UserStyle== */
  8.  
  9. @-moz-document url-prefix("https://www.roblox.com/games") {
  10.  
  11.  
  12. .game-main-content.follow-button-enabled .favorite-follow-vote-share .game-favorite-button-container .icon-favorite {
  13. float: revert;
  14. }
  15.  
  16. [data-internal-page-name="GameDetail"] #toggle-game-favorite {
  17. position: revert;
  18. }
  19.  
  20. .users-vote::after {
  21. top: -11px;
  22. }
  23.  
  24. .page-content .rbx-tabs-horizontal .rbx-tab {
  25. width: revert;
  26. }
  27.  
  28. #tab-game-instances > .rbx-tab-heading {
  29. position: relative !important;
  30. left: 0px;
  31. width: 240px!important;
  32. }
  33. #tab-game-instances.rbx-tab.tab-game-instances {
  34. margin-left: 240px;
  35. }
  36.  
  37. #tab-about > .rbx-tab-heading {
  38. position: relative !important;
  39. left: 0px;
  40. width: 240px!important;
  41. }
  42.  
  43. #tab-store > .rbx-tab-heading {
  44. position: relative !important;
  45. left: 0px;
  46. width: 240px!important;
  47. }
  48.  
  49. #tab-store > .rbx-tab-heading > .text-lead {
  50. position: relative !important;
  51. left: 0px;
  52. }
  53.  
  54. #tab-store > .rbx-tab-heading > .text-lead::after {
  55. left: 210px;
  56. }
  57. }
  58.  
  59. .game-favorite-button-container {
  60. top: -12px;
  61. }
  62.  
  63. .voting-panel .users-vote .vote-details {
  64. display: block;
  65. width: 145px;
  66. top: 5px;
  67. left: -22px;
  68. position: relative;
  69. }
  70.  
  71. [data-internal-page-name="GameDetail"] .count-right > .vote-text {
  72. position: relative !important;
  73. left: -30px;
  74. top: -20px;
  75. }
  76.  
  77. [data-internal-page-name="GameDetail"] .count-left > .vote-text {
  78. position: relative !important;
  79. left: 27px;
  80. top: -20px;
  81. }
  82.  
  83. .game-main-content.follow-button-enabled .favorite-follow-vote-share .game-favorite-button-container .icon-label::after {
  84. content: '825K+';
  85. left: -2px;
  86. }
  87.  
  88.  
  89.  
  90.  
  91.