Advertisement
9Reborn

v2

Apr 20th, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.97 KB | None | 0 0
  1. /* Thank you to: Klem, Juvian and LolCats for providing a bunch of the code*/
  2. /* You can pretty much change any element here. Feel free to message me if you want to find a certain thing to change */
  3. /*-MelodyElodie*/
  4.  
  5.  
  6. :root {
  7. /* Change the URL in quotes to whatever you want the bg to be. */
  8. --bg: url(https://files.catbox.moe/j7oexe.png);
  9. /* Optional: if you want a different background for chat. Phone wallpapers tend to work best. */
  10. --chatbg: rgba(0,0,0,0.5);
  11. }
  12.  
  13. #startPage {
  14. background-image: var(--bg);
  15. background-size: cover;
  16. }
  17.  
  18. #gameContainer {
  19. background-image: var(--bg);
  20. background-size: cover;
  21. }
  22.  
  23. #loadingScreen {
  24. background-image: var(--bg);
  25. background-size: cover;
  26. }
  27.  
  28. #gameChatPage > .col-xs-9 {
  29. background-image: var(--bg);
  30. background-size: cover;
  31. }
  32. #gcGameChatButton{
  33. color: #ffffff
  34. box-shadow: none;
  35. text-shadow: 0 0 20px #96FF96, 0 0 30px #66FF66, 0 0 40px #66FF66, 0 0 50px #66FF66 !important;
  36.  
  37. }
  38. #footerMenuBarBackground{
  39. background: rgba(0,0,0,0.7);
  40. }
  41. #awMainView {
  42. background-image: var(--bg);
  43. background-size: cover;
  44. }
  45.  
  46. #gameChatContainer {
  47. background: var(--chatbg);
  48. }
  49.  
  50. .leftShadowBorder, #currencyContainer, #menuBarOptionContainer, #awContentRow .rightShadowBorder {
  51. box-shadow:none;
  52. }
  53.  
  54. #footerMenuBar .menuBar, #optionsContainer.popOut, #rightMenuBarPartContainer::before, .gcList > li:nth-child(2n) {
  55. background-color: #1b1b1b
  56. }
  57.  
  58. #socialTab:not(.open), #optionsContainer:not(.open) {
  59. display:none;
  60. }
  61.  
  62. #mainMenuSocailButton, #avatarUserImgContainer {
  63. border:none !important;
  64. }
  65.  
  66. #optionsContainer li {
  67. background-color:#424242 !important;
  68. }
  69.  
  70. #rbMajorFilters {
  71. background-color: #1b1b1b;
  72. padding-left: 10px;
  73. }
  74.  
  75.  
  76. .leftShadowBorder {
  77. box-shadow: none;
  78. -webkit-box-shadow: none;
  79. }
  80.  
  81. .gcList > li:nth-child(2n) {
  82. background: none;
  83. }
  84.  
  85. .gcInputContainer {
  86. background: none;
  87. }
  88.  
  89.  
  90. /* Legibility fix for guesses */
  91. .qpAvatarAnswerContainer.rightAnswer .qpAvatarAnswer {
  92. box-shadow: none;
  93. text-shadow: 0 0 20px #96FF96, 0 0 30px #66FF66, 0 0 40px #66FF66, 0 0 50px #66FF66 !important;
  94. }
  95. .qpAvatarAnswerContainer.wrongAnswer .qpAvatarAnswer {
  96. box-shadow: none;
  97. text-shadow: 0 0 20px #FF9996, 0 0 30px #FF4A44, 0 0 40px #FF4A44, 0 0 50px #FF4A44 !important;
  98. }
  99.  
  100. .avatarIsHostContainer {
  101. box-shadow: none;
  102. -webkit-box-shadow: none;
  103. }
  104.  
  105. .avatarIsHostContainerOuter {
  106. position: initial;
  107. box-shadow: none;
  108. -webkit-box-shadow: none;
  109. }
  110.  
  111. .qpAvatarNameContainer .avatarIsHostContainer {
  112. background-color: unset;
  113. background-image: url("https://files.catbox.moe/jizubh.png");
  114. transform: none;
  115. left: 25px;
  116. width: 20px;
  117. height: 20px;
  118. margin-top: 4px;
  119. }
  120.  
  121.  
  122. #mainMenuSocailButton {
  123. background-color: rgba(0,0,0,0.7);
  124. }
  125.  
  126. .lobbyAvatarImgContainer {
  127. background-color: rgba(0,0,0,0.7);
  128. }
  129. .menuBarOptionContainer {
  130. background-color: rgba(0,0,0,0.7);
  131. }
  132.  
  133. #avatarUserImgContainer {
  134. opacity: 0.5;
  135. filter: alpha(opacity=50);
  136. }
  137.  
  138. #avatarUserImgContainer:hover {
  139. opacity: 1.0;
  140. filter: alpha(opacity=100);
  141. }
  142. .lobbyAvatarTextContainer {
  143. background: rgba(0,0,0,0.7);
  144. }
  145.  
  146. #gameContainer, #gameChatPage > .col-xs-9, #mainMenuSocailButton, #avatarUserImgContainer, .topMenuBar, #awContentRow, #awMainView, .gcInputContainer, .qpSideContainer, .qpAnimeNameContainer, #qpCounter, #qpWaitBuffering {
  147. background-color: rgba(0,0,0,0.7);
  148. background-size: 100% auto !important;
  149. background-attachment: fixed !important;
  150. background-position: 0px !important;
  151. }
  152.  
  153. #qpAnimeNameHider {
  154. background-color: #1b1b1b
  155. }
  156.  
  157. #qpVideoHider {
  158. background-color: #1b1b1b
  159. }
  160.  
  161. #qpInfoHider {
  162. background-color: #1b1b1b
  163. }
  164.  
  165. #xpBarCoverInner {
  166. background-color: #1b1b1b
  167. }
  168.  
  169. .qpAvatarNameContainer {
  170. background-color: #1b1b1b
  171. }
  172.  
  173. .qpAvatarAnswerContainer {
  174. background-color: #1b1b1b
  175. }
  176.  
  177. .qpAvatarLevelText {
  178. background-color: #1b1b1b;
  179. border-radius: 1px 1px 50px 50px;
  180.  
  181.  
  182. }
  183.  
  184. .qpAvatarPointText {
  185. background-color: #1b1b1b;
  186. border-radius: 50px 50px 1px 1px
  187. }
  188.  
  189. .qpAvatarImgContainer {
  190. box-shadow: 0 0 0px 0px rgb(0, 0, 0);
  191. display: inline-block;
  192. background-color: rgba(0,0,0,0.5);
  193. background-size: cover;
  194. position: relative;
  195. z-index: -1;
  196. }
  197.  
  198. .qpSingleRateContainer {
  199. transform: skewX(-35.5deg);
  200. -webkit-box-shadow: 1px -3px 10px rgba(0, 0, 0, 0.89);
  201. box-shadow: 1px -3px 10px rgba(0, 0, 0, 0.89);
  202. height: 100%;
  203. float: left;
  204. }
  205.  
  206. #xpBarCoverInner {
  207. border-top: #1b1b1b;
  208. border-left: #1b1b1b solid;
  209. border-right: #1b1b1b solid;
  210. }
  211.  
  212. #xpBarCoverOuter {
  213. border: solid 3px #1b1b1b
  214. }
  215.  
  216. #xpBackground{
  217. background: #EFDE44
  218. }
  219.  
  220.  
  221. #mainMenuSocailButton {
  222. height: 45px;
  223. width: 235px;
  224. background-color: #1b1b1b;
  225. z-index: 205;
  226.  
  227. }
  228.  
  229.  
  230.  
  231.  
  232.  
  233. #gameContainer >.col-xs-9, #rbRoomContainer .rbrRoomImageContainer{
  234. background-color:rgba(0, 0, 0, 0.3)
  235. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement