Advertisement
iquestgod

Untitled

Mar 8th, 2021
4,138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.31 KB | None | 0 0
  1. /* For 1080 setup */
  2. /*.col-xs-9 {width: 80%;}*/
  3.  
  4. /* Anime Name */
  5. #qpAnimeNameContainer {margin-left: 0px; left: 0px;}
  6. #qpAnimeNameHider {margin-left:15px; top:0; left: 0px;}
  7. #qpAnimeName {text-align: left; position: static; transform:none; padding-left: 10px; text-overflow: ellipsis; overflow: hidden;}
  8. #qpCounter {display:none;}
  9.  
  10. /* Anime Name to make it display song info*/
  11. #qpAnimeNameContainer, #qpAnimeNameHider{width: 700px; height: 125px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
  12. #qpAnimeNameHider{padding-top: 20px;}
  13. #qpAnimeNameContainer row:first-child {display:none;}
  14. #qpAnimeNameContainer .row {margin: 1.5px 0; line-height: 16px;}
  15. #qpAnimeNameContainer h5 {display:inline-block; width: 25%; text-align: right; font-size: 16px; margin: 0;}
  16. #qpAnimeNameContainer p {display:inline-block; width: 100%; text-align: left; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin-bottom: 0; vertical-align: middle; font-size: 14px;}
  17.  
  18. /* Song Info */
  19. #qpInnerContainer {display:none;}
  20. #qpSongVideoLink {display:none;}
  21. #qpInfoHider {height: 10%; font-size: 50px;}
  22. #qpAnimeCenterContainer + .col-xs-3 > .qpSideContainer.floatingContainer {display:none;}
  23. #qpAnimeCenterContainer + .col-xs-3 .row:first-child {display:none;}
  24. #qpAnimeCenterContainer + .col-xs-3 .row {margin: 1.5px 0;}
  25. #qpAnimeCenterContainer + .col-xs-3 h5 {display:inline-block; width: 25%; text-align: right;}
  26. #qpAnimeCenterContainer + .col-xs-3 p {display:inline-block; width: 73%; text-align: left; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin-bottom: 0; vertical-align: bottom;}
  27. #qpCounterShadowHider {padding-top: 0;}
  28. #qpReportFeedbackContainer {display:none;}
  29.  
  30. /*Song Counter Container (made through custom js)*/
  31. #songCounterContainer {background-color:#424242; box-shadow: 0 0 10px 2px rgb(0, 0, 0); width: 410px; padding: 4px; position: absolute; left: 1075px; top: 230px;}
  32. #songCounterContainer .leftColumn {width: 165px; display: inline-block;}
  33. #songCounterContainer .rightColumn {width: 215px; display: inline-block;}
  34. #songCounterContainer .leftColumn h5 {width: 130px;}
  35. #songCounterContainer .rightColumn h5 {width: 85px;}
  36. #songCounterContainer .row{margin: 1px 0}
  37. #songCounterContainer h5 {display:inline-block; width: 60px; text-align: right; margin: 0;}
  38. #songCounterContainer p {display:inline-block; text-align: left; margin: 0;}
  39.  
  40. /* Correct Players */
  41. /*#correctPlayersContainer {background-color:#424242; box-shadow: 0 0 10px 2px rgb(0, 0, 0); width: 215px; padding: 6px; position: absolute; left: 70px; margin-top: 4px; text-align: left; height: 75px; overflow: hidden;}
  42. #correctPlayersContainer h5 {margin: 0;}
  43. #correctPlayers {overflow: hidden;}*/
  44.  
  45. /* Chat */
  46. #gameChatContainer {height: 925px; position: absolute; right: 0;top: 0; width: 425px;}
  47.  
  48. /* Volume/ Settings */
  49. #qpOptionContainer {height: 28px;}
  50. #qpQualityList {box-shadow: 0 0; margin-bottom: 5px;}
  51. #qpVolume, #qpOptionContainer .qpMenuItem {margin-top: 2px;}
  52.  
  53. #qpOptionContainer {right: -50px;}
  54.  
  55. /* Avatars */
  56. #qpAvatarRow { max-height: 250px;position: relative; top: 40px;}
  57.  
  58. /* Lobby Player Counter */
  59. #lobbyCountContainer {right: -54px; z-index: 200;}
  60.  
  61.  
  62. /*#lobbyAvatarContainer {right: -5px;}*/
  63. #ps__scrollbar-y-rail {position: relative; right: -50px;}
  64. #ps__scrollbar-x-rail {position: relative; left: -50px;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement