Advertisement
9Reborn

AMQ Reborn

May 21st, 2019
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.67 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://i.imgur.com/FC6Sgue.jpg);
  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. outline: 1px solid silver; ;
  41. }
  42. #awMainView {
  43. background-image: var(--bg);
  44. background-size: cover;
  45. }
  46.  
  47. #gameChatContainer {
  48. background: var(--chatbg);
  49. }
  50.  
  51. .leftShadowBorder, #currencyContainer, #menuBarOptionContainer, #awContentRow .rightShadowBorder {
  52. box-shadow:none;
  53. }
  54.  
  55. #footerMenuBar .menuBar, #optionsContainer.popOut, #rightMenuBarPartContainer::before, .gcList > li:nth-child(2n) {
  56. background-color: #363659
  57. }
  58.  
  59. #socialTab:not(.open), #optionsContainer:not(.open) {
  60. display:none;
  61. }
  62.  
  63. #mainMenuSocailButton, #avatarUserImgContainer {
  64. border:none !important;
  65. }
  66.  
  67. #optionsContainer li {
  68. background-color:#424242 !important;
  69. }
  70.  
  71. #rbMajorFilters {
  72. background-color: #1b1b1b;
  73. padding-left: 10px;
  74. }
  75.  
  76.  
  77. .leftShadowBorder {
  78. box-shadow: none;
  79. -webkit-box-shadow: none;
  80. }
  81.  
  82. .gcList > li:nth-child(2n) {
  83. background: none;
  84. }
  85.  
  86. .gcInputContainer {
  87. background-color: #363659;
  88. outline: 1px solid silver;
  89. }
  90.  
  91.  
  92. /* Legibility fix for guesses */
  93. .qpAvatarAnswerContainer.rightAnswer .qpAvatarAnswer {
  94. box-shadow: none;
  95. text-shadow: 0 0 20px #96FF96, 0 0 30px #66FF66, 0 0 40px #66FF66, 0 0 50px #66FF66 !important;
  96. }
  97. .qpAvatarAnswerContainer.wrongAnswer .qpAvatarAnswer {
  98. box-shadow: none;
  99. text-shadow: 0 0 20px #FF9996, 0 0 30px #FF4A44, 0 0 40px #FF4A44, 0 0 50px #FF4A44 !important;
  100. }
  101.  
  102. .avatarIsHostContainer {
  103. box-shadow: none;
  104. -webkit-box-shadow: none;
  105. }
  106.  
  107. .avatarIsHostContainerOuter {
  108. position: initial;
  109. box-shadow: none;
  110. -webkit-box-shadow: none;
  111. }
  112.  
  113. .qpAvatarNameContainer .avatarIsHostContainer {
  114. background-color: unset;
  115. background-image: url("https://files.catbox.moe/jizubh.png");
  116. transform: none;
  117. left: 25px;
  118. width: 20px;
  119. height: 20px;
  120. margin-top: 4px;
  121. }
  122.  
  123.  
  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. #avatarUserImg {
  134. outline: 1px solid silver
  135.  
  136. }
  137.  
  138. #avatarUserImgContainer {
  139. opacity: 1;
  140. filter: alpha(opacity=50);
  141. }
  142.  
  143. #avatarUserImgContainer:hover {
  144. opacity: 1.0;
  145. filter: alpha(opacity=100);
  146. }
  147. .lobbyAvatarTextContainer {
  148. background: rgba(0,0,0,0.7);
  149. }
  150.  
  151. #gameContainer, #gameChatPage > .col-xs-9, #avatarUserImgContainer, .topMenuBar, #awContentRow, #awMainView, .qpSideContainer, .qpSingleRateContainer {
  152. background-color: rgba(0,0,0,0.7);
  153. background-size: 100% auto !important;
  154. background-attachment: fixed !important;
  155. background-position: 0px !important;
  156. }
  157.  
  158. .qpSingleRateContainer {
  159. background-color: #363659
  160. }
  161.  
  162. #mainMenuSocailButton {
  163. left: 0px;
  164. -webkit-clip-path: none;
  165. clip-path: none;
  166. height: 45px;
  167. width: 215px;
  168. background-color: #303050;
  169. box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.89);
  170. border-top-right-radius: 0%;
  171. position: absolute;
  172. text-align: center;
  173. font-size: 34px;
  174. font-style: italic;
  175. color: #fff;
  176. }
  177. #mainMenuSocailButton::before {
  178. content: 'Friends';
  179. }
  180. #mainMenuSocailButton > i {
  181. display: none;
  182. }
  183.  
  184. .menuBarMainButton:hover {
  185. -webkit-box-shadow: none;
  186. box-shadow: none;
  187. background-color: none;
  188. }
  189.  
  190.  
  191.  
  192.  
  193.  
  194. /* anime name/round */
  195.  
  196. #qpAnimeNameHider, .qpAnimeNameContainer, #qpCounter {
  197. background-color: #363659
  198. }
  199.  
  200. /* anime name/round */
  201.  
  202. #qpWaitBuffering {
  203. background-color: #363659
  204. }
  205.  
  206. #qpVideoHider {
  207. background-image: url("https://i.imgur.com/xdUiNxZ.png");
  208. background-repeat: no-repeat;
  209. background-position: right bottom;
  210. top: 0px;
  211. left: 0px;
  212. background-size: auto;
  213. background-color: #363659;
  214.  
  215. }
  216.  
  217. .chatBoxContainer {
  218.  
  219. border-right: solid 3px #363659;
  220. border-left: solid 3px #363659;
  221. border-top: solid 3px #363659;
  222. background-color: rgba(0,0,0,0.7);
  223. }
  224.  
  225. .chatBox::before {
  226. background: #363659
  227. }
  228.  
  229. #socialTabContainer {
  230. background: #363659
  231. }
  232.  
  233. #socailTabFriends, #socialTabAll {
  234. background: #363659;
  235. outline: 1px solid silver;
  236. }
  237.  
  238.  
  239. .awesomplete > ul {
  240. background: #363659
  241. }
  242.  
  243. .floatingContainer {
  244. background-color: #363659
  245. }
  246.  
  247. #qpVoteState {
  248. background-color: #363659
  249. }
  250.  
  251. .topRightBackButton {
  252. background-color: #363659
  253. }
  254.  
  255. #qpOptionContainerHider {
  256. background-color: #363659;
  257.  
  258. }
  259.  
  260. #qpOptionContainer {
  261. background-color: #363659
  262.  
  263. }
  264.  
  265. #qpInfoHider {
  266. background-color: #363659;
  267. height: 245px;
  268. }
  269.  
  270.  
  271.  
  272. .qpAvatarNameContainer {
  273. background-color: #363659
  274. }
  275.  
  276. .qpAvatarAnswerContainer {
  277. background-color: #363659
  278. }
  279.  
  280. .qpAvatarLevelText {
  281. background-color: #363659;
  282. border-radius: 1px 1px 50px 50px;
  283.  
  284.  
  285. }
  286.  
  287. .qpAvatarPointText {
  288. background-color: #363659;
  289. border-radius: 50px 50px 1px 1px
  290. }
  291.  
  292. .qpAvatarImgContainer {
  293. box-shadow: 0 0 0px 0px rgb(0, 0, 0);
  294. outline: 1px solid gold;
  295. display: inline-block;
  296. background-color: rgba(0,0,0,0.5);
  297. background-size: cover;
  298. position: relative;
  299. z-index: -1;
  300. }
  301.  
  302.  
  303. /* xp assets*/
  304.  
  305. #xpBarCoverInner {
  306. border-top: #C0C0C0 solid;
  307. border-left: #C0C0C0 solid;
  308. border-right: #C0C0C0 solid;
  309. background-color: #363659
  310. }
  311.  
  312. #xpBarCoverOuter {
  313. border: solid 3px #C0C0C0;
  314. }
  315.  
  316. #xpBackground{
  317. background: #6DA8F6
  318. }
  319.  
  320. #xpHider {
  321. background-color: #808080;
  322. }
  323.  
  324. /* xp assets*/
  325.  
  326.  
  327.  
  328. #gcChatMenu > div {
  329. background: #363659;
  330. outline: 1px solid silver;
  331.  
  332. }
  333.  
  334.  
  335.  
  336.  
  337.  
  338.  
  339.  
  340.  
  341.  
  342. #gameContainer >.col-xs-9, #rbRoomContainer .rbrRoomImageContainer{
  343. background-color:rgba(0, 0, 0, 0.3)
  344. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement