Advertisement
9Reborn

elodie's code

Apr 20th, 2019
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.76 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. #xpBarCoverInner{
  89. background: #1b1b1b
  90. }
  91. #xpBackground{
  92. background: #ff6095
  93. }
  94. #xpBackground{
  95. border: #ff6095
  96. }
  97. /* Legibility fix for guesses */
  98. .qpAvatarAnswerContainer.rightAnswer .qpAvatarAnswer {
  99. box-shadow: none;
  100. text-shadow: 0 0 20px #96FF96, 0 0 30px #66FF66, 0 0 40px #66FF66, 0 0 50px #66FF66 !important;
  101. }
  102. .qpAvatarAnswerContainer.wrongAnswer .qpAvatarAnswer {
  103. box-shadow: none;
  104. text-shadow: 0 0 20px #FF9996, 0 0 30px #FF4A44, 0 0 40px #FF4A44, 0 0 50px #FF4A44 !important;
  105. }
  106.  
  107. .avatarIsHostContainer {
  108. box-shadow: none;
  109. -webkit-box-shadow: none;
  110. }
  111.  
  112. .avatarIsHostContainerOuter {
  113. position: initial;
  114. box-shadow: none;
  115. -webkit-box-shadow: none;
  116. }
  117.  
  118. .qpAvatarNameContainer .avatarIsHostContainer {
  119. background-color: unset;
  120. background-image: url("https://files.catbox.moe/jizubh.png");
  121. transform: none;
  122. left: 25px;
  123. width: 20px;
  124. height: 20px;
  125. margin-top: 4px;
  126. }
  127.  
  128.  
  129. #mainMenuSocailButton {
  130. background-color: rgba(0,0,0,0.7);
  131. }
  132.  
  133. .lobbyAvatarImgContainer {
  134. background-color: rgba(0,0,0,0.7);
  135. }
  136. .menuBarOptionContainer {
  137. background-color: rgba(0,0,0,0.7);
  138. }
  139.  
  140. #avatarUserImgContainer {
  141. opacity: 0.5;
  142. filter: alpha(opacity=50);
  143. }
  144.  
  145. #avatarUserImgContainer:hover {
  146. opacity: 1.0;
  147. filter: alpha(opacity=100);
  148. }
  149. .lobbyAvatarTextContainer {
  150. background: rgba(0,0,0,0.7);
  151. }
  152.  
  153. #gameContainer, #gameChatPage > .col-xs-9, #mainMenuSocailButton, #avatarUserImgContainer, .topMenuBar, #awContentRow, #awMainView, .gcInputContainer, .qpSideContainer, .qpAnimeNameContainer, #qpCounter, #qpWaitBuffering {
  154. background-color: rgba(0,0,0,0.7);
  155. background-size: 100% auto !important;
  156. background-attachment: fixed !important;
  157. background-position: 0px !important;
  158. }
  159.  
  160. #qpAnimeNameHider {
  161. background-color: #1b1b1b
  162. }
  163.  
  164. #qpVideoHider {
  165. background-color: #1b1b1b
  166. }
  167.  
  168. #qpInfoHider {
  169. background-color: #1b1b1b
  170. }
  171.  
  172. #xpBarCoverInner {
  173. background-color: #1b1b1b
  174. }
  175.  
  176. .qpAvatarNameContainer {
  177. background-color: #1b1b1b
  178. }
  179.  
  180. .qpAvatarAnswerContainer {
  181. background-color: #1b1b1b
  182. }
  183.  
  184. .qpAvatarLevelText {
  185. background-color: #1b1b1b;
  186. border-radius: 1px 1px 50px 50px;
  187.  
  188.  
  189. }
  190.  
  191. .qpAvatarPointText {
  192. background-color: #1b1b1b;
  193. border-radius: 50px 50px 1px 1px
  194. }
  195.  
  196. .qpAvatarImgContainer {
  197. box-shadow: 0 0 0px 0px rgb(0, 0, 0);
  198. display: inline-block;
  199. background-color: rgba(0,0,0,0.5);
  200. background-size: cover;
  201. position: relative;
  202. z-index: -1;
  203. }
  204.  
  205. .qpSingleRateContainer {
  206. transform: skewX(-35.5deg);
  207. -webkit-box-shadow: 1px -3px 10px rgba(0, 0, 0, 0.89);
  208. box-shadow: 1px -3px 10px rgba(0, 0, 0, 0.89);
  209. height: 100%;
  210. float: left;
  211. }
  212.  
  213.  
  214.  
  215. #gameContainer >.col-xs-9, #rbRoomContainer .rbrRoomImageContainer{
  216. background-color:rgba(0, 0, 0, 0.3)
  217. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement