Advertisement
Guest User

ok do thi

a guest
Mar 26th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 74.07 KB | None | 0 0
  1. @import url('https://fonts.googleapis.com/css?family=Permanent+Marker');
  2. @import url('https://fonts.googleapis.com/css?family=Satisfy');
  3. @import url('https://fonts.googleapis.com/css?family=Black+Han+Sans');
  4. @import url('https://rawgit.com/PONYMODZ/Discord-stuff/master/themes/css/bmt-animations.css');
  5.  
  6. :root {
  7. --BMT-name: "Us And Him";
  8. --BMT-text: "https://bit.ly/us-and-him";
  9. --BMT-version: "Enjoy discord!";
  10. --BMT-author: "Us And Him";
  11. --BMT-version-full: var(--BMT-name)" "var(--BMT-version) " by";
  12. --BMT-wordmark: var(--BMT-name)" "var(--BMT-version);
  13. --BMT-load1: "";
  14. --BMT-load2: "";
  15. --BMT-load3: "";
  16. }
  17.  
  18. /*--Plugin Suport--*/
  19. /* Citador */
  20. .citar-btn {
  21. background-color: transparent;
  22. }
  23. .citar-btn:hover {
  24. background-color: rgba(var(--BMT-hover-color),.6);
  25. }
  26. /* GoogleTranslateOption */
  27. .theme-dark .popout-3sVMXz.popout-googletranslate .themedPopout-25DgLi {
  28. background-color: rgba(0,0,0,var(--BMT-main-transparency));
  29. border: 1px solid rgba(0,0,0,.6);
  30. }
  31.  
  32. /*--Loading Animation--*/
  33. #app-mount::after{
  34. content:"";
  35. position:absolute;
  36. top:0;
  37. right:0;
  38. bottom:0;
  39. left:0;
  40. color:#40E0D0;
  41. background: var(--BMT-load-background) no-repeat center center fixed;
  42. background-size: cover;
  43. font-size:50px;
  44. font-weight:700;
  45. text-align:center;
  46. line-height:100vh;
  47. opacity:0;
  48. z-index:9999;
  49. pointer-events:none;
  50. -webkit-animation:cv-init 5s ease-in-out;
  51. animation:cv-init 5s ease-in-out;
  52. }
  53.  
  54. /*--Other Animations--*/
  55. .wrapper-1Rf91z .wrapper-2lTRaf .container-2td-dC.unread-2OHH1w,
  56. .channel.channel-text.unread:not(.channel-muted):not(.selected),
  57. [class*=unreadIndicator] {
  58. -webkit-animation: glowpulse 1s infinite alternate;
  59. animation: glowpulse 1s infinite alternate;
  60. }
  61.  
  62. .wrapper-1Rf91z .wrapper-2lTRaf .container-2td-dC.selected-nT-gM3 {
  63. -webkit-animation: glowon 1s infinite alternate;
  64. animation: glowon 1s infinite alternate;
  65. }
  66.  
  67. /*--Background--*/
  68. .appMount-3lHmkl, .callout-backdrop,
  69. .userPopout-11hFKo::before, .topSectionStreaming-1Tpf5X,
  70. .topSectionPlaying-1J5E4n, .topSectionSpotify-1lI0-P,
  71. .topSectionNormal-2-vo2m, .topSectionXbox-3fWLjS {
  72. background-image: var(--BMT-background) !important;
  73. background-size: cover !important;
  74. }
  75.  
  76. .accountDetails-3k9g4n .username {
  77. font-family: Satisfy;
  78. padding-top: 2px;
  79. }
  80.  
  81. /*--Custom Friends Icon--*/
  82. .wrapper-1Rf91z .wrapper-2lTRaf .homeIcon-tEMBK1 {
  83. width: 50px;
  84. height: 50px;
  85. background-image: var(--BMT-friends);
  86. background-size: cover;
  87. background-position: 50%;
  88. background-repeat: no-repeat;
  89. }
  90.  
  91. .theme-dark .homeIcon-tEMBK1 {
  92. color: transparent;
  93. }
  94.  
  95. /*--Error/No Connection--*/
  96. .container-16j22k {
  97. background-image: linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.7)), var(--BMT-error);
  98. background-size: cover;
  99. background-position: center;
  100. }
  101.  
  102. /*--Better Discord Stuff--*/
  103. #bd-settings-sidebar > span > div:nth-child(3)::after {
  104. display:block;
  105. margin-top:-12px;
  106. content: var(--BMT-version-full);
  107. }
  108.  
  109. #bd-settings-sidebar > span > div:nth-child(3) a::after {
  110. display:block;
  111. padding-top:5px;
  112. padding-left:68px;
  113. content: var(--BMT-author);
  114. }
  115.  
  116. /*DEV*/
  117. .chat-3bRxxu .large-3ChYtB[style*="288633425303437312"]::after {
  118. content: "Developer";
  119. text-align: center;
  120. -webkit-background-clip: text;
  121. background-image: linear-gradient(to right , #f00,#ff0,#0ff,#0f0,#00f);
  122. animation: rainbow 20s linear infinite;
  123. background-size: 1000%;
  124. color: transparent;
  125. display: block;
  126. padding-top: 50px;
  127. font-size: 9px;
  128. text-transform: uppercase;
  129. font-weight: bolder;
  130. font-family: Black Han Sans;
  131. }
  132.  
  133. .header-QKLPzZ .avatar-3EQepX .image-33JSyf[style*="288633425303437312"]::after {
  134. content: "Developer";
  135. text-align: center;
  136. -webkit-background-clip: text;
  137. background-image: linear-gradient(to right , #f00,#ff0,#0ff,#0f0,#00f);
  138. animation: rainbow 20s linear infinite;
  139. background-size: 1000%;
  140. color: transparent;
  141. display: block;
  142. padding-top: 75px;
  143. font-size: 13px;
  144. text-transform: uppercase;
  145. font-weight: bolder;
  146. font-family: Black Han Sans;
  147. }
  148.  
  149. /*--Title Bar--*/
  150. .wordmark-2iDDfm::before{content: var(--BMT-text);color: #5a5a5a;font-size: 16px;font-weight: 600;position: fixed;right: 15%;top: 5px;}
  151.  
  152. [d="M3.57642276,0.141304348 L0,0.141304348 L0,4.22826087 L2.38069106,6.40217391 L2.38069106,2.43478261 L3.66260163,2.43478261 C4.47052846,2.43478261 4.86910569,2.83695652 4.86910569,3.4673913 L4.86910569,6.5 C4.86910569,7.13043478 4.49207317,7.55434783 3.66260163,7.55434783 L0,7.55434783 L0,9.85869565 L3.57642276,9.85869565 C5.49390244,9.86956522 7.29288618,8.90217391 7.29288618,6.66304348 L7.29288618,3.39130435 C7.29288618,1.13043478 5.49390244,0.141304348 3.57642276,0.141304348 Z M22.3310976,6.67391304 L22.3310976,3.32608696 C22.3310976,2.11956522 24.4640244,1.83695652 25.1103659,3.05434783 L27.0817073,2.23913043 C26.3168699,0.510869565 24.8949187,0 23.7207317,0 C21.803252,0 19.9073171,1.13043478 19.9073171,3.32608696 L19.9073171,6.67391304 C19.9073171,8.88043478 21.803252,10 23.6776423,10 C24.8841463,10 26.3276423,9.39130435 27.1247967,7.81521739 L25.0134146,6.82608696 C24.4963415,8.17391304 22.3310976,7.84782609 22.3310976,6.67391304 Z M15.8030488,3.7826087 C15.0597561,3.61956522 14.5642276,3.34782609 14.5319106,2.88043478 C14.575,1.75 16.2878049,1.7173913 17.2896341,2.79347826 L18.8731707,1.55434783 C17.8821138,0.326086957 16.7617886,0 15.598374,0 C13.8424797,0 12.1404472,1 12.1404472,2.91304348 C12.1404472,4.77173913 13.5408537,5.76086957 15.0813008,6 C15.8676829,6.10869565 16.7402439,6.42391304 16.7186992,6.97826087 C16.654065,8.02173913 14.5426829,7.9673913 13.5839431,6.7826087 L12.0650407,8.23913043 C12.9591463,9.40217391 14.1764228,10 15.3182927,10 C17.074187,10 19.0239837,8.9673913 19.0993902,7.08695652 C19.2071138,4.69565217 17.5050813,4.09782609 15.8030488,3.7826087 Z M8.59634146,9.85869565 L11.0093496,9.85869565 L11.0093496,0.141304348 L8.59634146,0.141304348 L8.59634146,9.85869565 Z M49.2835366,0.141304348 L45.7071138,0.141304348 L45.7071138,4.22826087 L48.0878049,6.40217391 L48.0878049,2.43478261 L49.3589431,2.43478261 C50.1668699,2.43478261 50.5654472,2.83695652 50.5654472,3.4673913 L50.5654472,6.5 C50.5654472,7.13043478 50.1884146,7.55434783 49.3589431,7.55434783 L45.6963415,7.55434783 L45.6963415,9.85869565 L49.2727642,9.85869565 C51.1902439,9.86956522 52.9892276,8.90217391 52.9892276,6.66304348 L52.9892276,3.39130435 C53,1.13043478 51.2010163,0.141304348 49.2835366,0.141304348 Z M31.7353659,0 C29.753252,0 27.7819106,1.09782609 27.7819106,3.33695652 L27.7819106,6.66304348 C27.7819106,8.89130435 29.7640244,10 31.7569106,10 C33.7390244,10 35.7103659,8.89130435 35.7103659,6.66304348 L35.7103659,3.33695652 C35.7103659,1.10869565 33.7174797,0 31.7353659,0 Z M33.2865854,6.66304348 C33.2865854,7.35869565 32.5109756,7.7173913 31.7461382,7.7173913 C30.9705285,7.7173913 30.1949187,7.36956522 30.1949187,6.66304348 L30.1949187,3.33695652 C30.1949187,2.61956522 30.9489837,2.23913043 31.7030488,2.23913043 C32.4894309,2.23913043 33.2865854,2.58695652 33.2865854,3.33695652 L33.2865854,6.66304348 Z M44.3605691,3.33695652 C44.3067073,1.05434783 42.7770325,0.141304348 40.8056911,0.141304348 L36.9815041,0.141304348 L36.9815041,9.86956522 L39.4268293,9.86956522 L39.4268293,6.77173913 L39.8577236,6.77173913 L42.0768293,9.85869565 L45.0930894,9.85869565 L42.4861789,6.52173913 C43.6495935,6.15217391 44.3605691,5.14130435 44.3605691,3.33695652 Z M40.8487805,4.65217391 L39.4268293,4.65217391 L39.4268293,2.43478261 L40.8487805,2.43478261 C42.3784553,2.43478261 42.3784553,4.65217391 40.8487805,4.65217391 Z"]{fill: transparent;}
  153.  
  154. .wordmark-2iDDfm::after{content: var(--BMT-wordmark);font-family: "Permanent Marker";color: #fff; font-size: 16px;font-weight: 600;position: fixed; left: 7px; top: 4px;-webkit-animation-duration: 10s;animation-duration: 10s;-webkit-animation-name: oi;animation-name: oi;}
  155.  
  156. /*--Etc--*/
  157. .side-8zPYf6 .separator-gCa7yv {
  158. display: none !important;
  159. }
  160.  
  161. .side-8zPYf6 .item-PXvHYJ {
  162. margin-top: 5px;
  163. }
  164.  
  165. .ui-standard-sidebar-view
  166. .sidebar-region .sidebar {
  167. padding: 5px 10px 0px 10px !important;
  168. width: 200px !important;
  169. }
  170.  
  171. .side-8zPYf6 .item-PXvHYJ {
  172. border-radius: 3px !important;
  173. margin-bottom: 1px !important;
  174. padding-bottom: 3px !important;
  175. padding-top: 3px !important;
  176. margin-top: 1px !important;
  177. }
  178.  
  179. .header-2RyJ0Y {
  180. text-align: center !important;
  181. margin-bottom: 3px !important;
  182. }
  183.  
  184. #bd-settings-sidebar .ui-tab-bar-header {
  185. font-weight: 700 !important;
  186. font-size: 14px !important;
  187. padding: 3px 0px !important;
  188. text-align: center !important;
  189. margin-bottom: 3px !important;
  190. }
  191.  
  192. #bd-settings-sidebar .ui-tab-bar-separator {
  193. display: none !important;
  194. }
  195.  
  196. #bd-settings-sidebar .ui-tab-bar-item {
  197. margin-bottom: 1px !important;
  198. padding: 5px 10px 0px 10px !important;
  199. position: relative !important;
  200. font-size: 15px !important;
  201. line-height: 21px !important;
  202. }
  203.  
  204. #bd-settings-sidebar .ui-tab-bar-item.selected {
  205. background: rgba(var(--BMT-main-color),1) !important;
  206. }
  207.  
  208. #bd-settings-sidebar .ui-tab-bar-item:hover:not(.selected) {
  209. background: rgba(0,0,0,0.3) !important;
  210. }
  211.  
  212. #bd-settings-sidebar span a {
  213. color: rgba(var(--BMT-main-color),1) !important;
  214. }
  215.  
  216. #bd-settingspane-container .ui-switch-item .ui-switch-wrapper .ui-switch.checked {
  217. background: rgba(var(--BMT-main-color),1) !important;
  218. }
  219.  
  220. .theme-dark .bda-slist li {
  221. background: rgba(0,0,0,.6);
  222. border: 1px solid rgba(0,0,0,1);
  223. }
  224.  
  225. .socialLinks-3jqNFy {
  226. display: none !important;
  227. }
  228.  
  229. .side-8zPYf6 .itemSelected-1qLhcL {
  230. background-color: rgba(var(--BMT-main-color),1);
  231. }
  232.  
  233. .theme-dark .side-8zPYf6 .itemDefault-3Jdr52:hover,
  234. .theme-dark .side-8zPYf6 .itemHover-EnbcjT:hover {
  235. background-color: rgba(0,0,0,0.3);
  236. }
  237.  
  238. .lookFilled-1Gx00P.colorBrand-3pXr91 {
  239. background-color: rgba(var(--BMT-main-color),1);
  240. }
  241.  
  242. .lookFilled-1Gx00P.colorBrand-3pXr91:hover {
  243. background-color: rgba(var(--BMT-hover-color),1);
  244. -webkit-animation: glitch 750ms infinite;
  245. animation: glitch 750ms infinite;
  246. }
  247.  
  248. .lookInverted-2D7oAl.colorBrand-3pXr91:hover,
  249. .private-channel-recipients-invite .footer button:hover,
  250. .uploadModal-2ifh8j .footer-3mqk7D .button-primary:hover,
  251. .lookFilled-1Gx00P.colorGreen-29iAKY:hover,
  252. .lookInverted-2D7oAl.colorGreen-29iAKY:hover,
  253. .theme-dark .lookFilled-1Gx00P.hoverGreen-1gjdJc.hasHover-3X1-zV:hover,
  254. .theme-dark .lookFilled-1Gx00P.hoverBrand-1_Fxlk.hasHover-3X1-zV:hover,
  255. .theme-dark .lookFilled-1Gx00P.colorPrimary-3b3xI6:hover,
  256. .lookFilled-1Gx00P.colorGrey-2DXtkV:hover {
  257. -webkit-animation: glitch 750ms infinite;
  258. animation: glitch 750ms infinite;
  259. }
  260.  
  261. .themeDefault-24hCdX.valueChecked-m-4IJZ {
  262. background-color: rgba(var(--BMT-main-color),1);
  263. }
  264.  
  265. .scrollerThemed-2oenus.themeGhost-28MSn0 .scroller-2FKFPG::-webkit-scrollbar-thumb {
  266. background-color: rgba(var(--BMT-main-color),1);
  267. }
  268.  
  269. .scroller-2FKFPG::-webkit-scrollbar-thumb, .scroller-2FKFPG::-webkit-scrollbar-track {
  270. background-clip: padding-box;
  271. border-radius: 7.5px;
  272. border-style: solid;
  273. border-width: 20px;
  274. }
  275.  
  276. .scrollerThemed-2oenus.themeGhost-28MSn0.scrollerTrack-1ZIpsv>.scroller-2FKFPG::-webkit-scrollbar-track {
  277. background-color: rgba(0,0,0,.0);
  278. }
  279.  
  280. .scrollerThemed-2oenus.themeGhostHairline-DBD-2d .scroller-2FKFPG::-webkit-scrollbar,
  281. .scrollerThemed-2oenus.themeGhostHairlineChannels-3G0x9_ .scroller-2FKFPG::-webkit-scrollbar {
  282. width: 15px;
  283. }
  284.  
  285. .scrollerThemed-2oenus.themeGhostHairline-DBD-2d .scroller-2FKFPG::-webkit-scrollbar-thumb,
  286. .scrollerThemed-2oenus.themeGhostHairlineChannels-3G0x9_ .scroller-2FKFPG::-webkit-scrollbar-thumb {
  287. border-radius: 20px;
  288. }
  289.  
  290. .scrollerThemed-2oenus.themeGhostHairlineChannels-3G0x9_ .scroller-2FKFPG::-webkit-scrollbar-thumb,
  291. .theme-dark .scrollerThemed-2oenus.themeGhostHairline-DBD-2d .scroller-2FKFPG::-webkit-scrollbar-thumb,
  292. .scrollerThemed-2oenus.themeDark-2cjlUp .scroller-2FKFPG::-webkit-scrollbar-thumb,
  293. .theme-dark .scrollerWrap-2lJEkd .scroller-2FKFPG::-webkit-scrollbar-thumb,
  294. .theme-light .scrollerThemed-2oenus.themeDark-2cjlUp .scroller-2FKFPG::-webkit-scrollbar-thumb,
  295. .scrollbarGhostHairline-1mSOM1::-webkit-scrollbar-thumb {
  296. background-color: rgba(var(--BMT-main-color),1);
  297. }
  298.  
  299. .scroller-wrap .scroller::-webkit-scrollbar-thumb, .scroller-wrap .scroller::-webkit-scrollbar-track-piece,
  300. .theme-dark .scrollerThemed-2oenus.themedWithTrack-q8E3vB .scroller-2FKFPG::-webkit-scrollbar-thumb {
  301. background-color: rgba(var(--BMT-main-color),1) !important;
  302. border: none !important;
  303. }
  304.  
  305. .theme-dark .friendsTable-133bsv .scroller-wrap ::-webkit-scrollbar-track-piece,
  306. .theme-dark .messages-wrapper .scroller-wrap ::-webkit-scrollbar-track-piece,
  307. .scroller-wrap.dark .scroller::-webkit-scrollbar-track-piece,
  308. .scrollerThemed-2oenus.themeDark-2cjlUp.scrollerTrack-1ZIpsv>.scroller-2FKFPG::-webkit-scrollbar-track,
  309. .theme-dark .scrollerWrap-2lJEkd.scrollerTrack-1ZIpsv>.scroller-2FKFPG::-webkit-scrollbar-track,
  310. .theme-light .scrollerThemed-2oenus.themeDark-2cjlUp.scrollerTrack-1ZIpsv>.scroller-2FKFPG::-webkit-scrollbar-track,
  311. .theme-dark .scrollerThemed-2oenus.themedWithTrack-q8E3vB .scroller-2FKFPG::-webkit-scrollbar-track-piece {
  312. visibility: hidden;
  313. }
  314.  
  315. [class*=system-message]:not([class*=system-message-]) {
  316. color: cyan !important;
  317. margin-left: 10px;
  318. padding-left: 20px;
  319. }
  320.  
  321. .barFill-23-gu- {
  322. background: rgba(var(--BMT-main-color),1);
  323. }
  324.  
  325. .message-group .mentioned .message-text:after {
  326. border-left: 4px solid rgba(var(--BMT-main-color),1);
  327. background: rgba(var(--BMT-main-color),.2);
  328. }
  329.  
  330. .theme-dark .message-group .mentioned .message-text {
  331. background: rgba(var(--BMT-main-color),.2);
  332. }
  333.  
  334. .theme-dark .menu-Sp6bN1 {
  335. background: rgba(0,0,0,.7);
  336. }
  337.  
  338. .separator-2zcjq8 {
  339. border-bottom-width: 0px;
  340. }
  341.  
  342. .theme-dark .item-1GzJrl:hover {
  343. background-color: rgba(0,0,0,.5);
  344. }
  345.  
  346. .tooltip-1OS-Ti {
  347. background-color: rgba(var(--BMT-main-color),1) !important;
  348. }
  349.  
  350. .tooltip-1OS-Ti.top-1pTh1F:after {
  351. border-top-color: rgba(var(--BMT-main-color),1) !important;
  352. }
  353.  
  354. .theme-dark .bubble-3we2di {
  355. background-color: rgba(var(--BMT-main-color),1) !important;
  356. }
  357.  
  358. .theme-dark .bubble-3we2di:before {
  359. border-top-color: rgba(var(--BMT-main-color),1) !important;
  360. }
  361.  
  362. .tooltip-1OS-Ti.black-2bmmnj.right-KM_vfY:after,
  363. .tooltip-1OS-Ti.right-KM_vfY:after {
  364. border-right-color: rgba(var(--BMT-main-color),1) !important;
  365. }
  366.  
  367. .tooltip-1OS-Ti.bottom-19kp6S:after {
  368. border-bottom-color: rgba(var(--BMT-main-color),1) !important;
  369. }
  370.  
  371. .tooltip-1OS-Ti.left-1wV7VOt:after {
  372. border-left-color: rgba(var(--BMT-main-color),1) !important;
  373. }
  374.  
  375. .contextMenu-HLZMGh.theme-dark {
  376. background: rgba(0,0,0,.7);
  377. }
  378.  
  379. .theme-dark .itemGroup-1tL0uz {
  380. border-color: transparent;
  381. }
  382.  
  383. .theme-dark .item-1Yvehc:hover {
  384. background: rgba(0,0,0,.5);
  385. }
  386.  
  387. .theme-dark .itemSubMenu-1vN_Yn {
  388. background-color: transparent;
  389. }
  390.  
  391. .theme-dark .modal-3HD5ck {
  392. background-color: rgba(0,0,0,.6);
  393. box-shadow: 0 0 0 1px rgba(0,0,0,.6), 0 2px 10px 0 rgba(0,0,0,.6);
  394. }
  395.  
  396. .tabBar-1E2ExX .primary-3j8BhM,
  397. .theme-dark .topPill-30KHOu .itemSelected-1qLhcL {
  398. background-color: rgba(var(--BMT-main-color),1) !important;
  399. }
  400.  
  401. .tabBar-1E2ExX .primary-3j8BhM:hover,
  402. .theme-dark .topPill-30KHOu .item-PXvHYJ:hover:not(.itemSelected-1qLhcL) {
  403. background-color: rgba(var(--BMT-hover-color),1) !important;
  404. }
  405.  
  406. .tabBar-1E2ExX .primarySelected-3uHKZn,
  407. .theme-dark .topPill-30KHOu .itemSelected-1qLhcL {
  408. background-color: rgba(var(--BMT-main-color),1) !important;
  409. color: white !important;
  410. }
  411.  
  412. .bd-pfbtn {
  413. background: rgba(var(--BMT-main-color),1);
  414. }
  415.  
  416. .bd-pfbtn:hover {
  417. background: rgba(var(--BMT-hover-color),1);
  418. }
  419.  
  420. .bda-slist > li > div:not(.bda-right):not([style]) button {
  421. background: rgba(var(--BMT-main-color),1);
  422. }
  423.  
  424. .bda-slist > li > div:not(.bda-right):not([style]) button:disabled,
  425. .bda-slist > li > div:not(.bda-right):not([style]) button:disabled:hover {
  426. background: black;
  427. }
  428.  
  429. .bda-slist > li > div:not(.bda-right):not([style]) button:hover {
  430. background: rgba(var(--BMT-hover-color),1);
  431. }
  432.  
  433. .theme-dark .reaction-1ELvT8.reactionMe-23mbRf {
  434. background: rgba(var(--BMT-main-color),.3);
  435. }
  436.  
  437. #friends .friendsTable-133bsv .friendsRow-2yicud
  438. .friends-column-guilds .avatar-small {
  439. background-color: rgba(0,0,0,0);
  440. }
  441.  
  442. .chat-3bRxxu .avatar-17mtNa {
  443. background-size:contain;
  444. background-position:center;
  445. background-repeat:no-repeat;
  446. border-radius: 5px;
  447. margin: 0px 20px 0px 0px;
  448. }
  449.  
  450. .status-3fQvEa {
  451. height: 10px !important;
  452. width: 10px !important;
  453. }
  454.  
  455. .chat-3bRxxu .large-3ChYtB {
  456. width: 60px;
  457. height: 60px;
  458. }
  459.  
  460. .chat-3bRxxu .avatar-17mtNa:hover {
  461. opacity:1;
  462. }
  463.  
  464. .container-1YxwTf {
  465. overflow: visible;
  466. }
  467.  
  468. .avatarXXLarge-GhVtwJ .inner-1W0Bkn, .avatarUploaderInner-3UNxY3 {
  469. border-radius: 5px;
  470. background-color: rgba(0,0,0,0);
  471. }
  472.  
  473. .theme-dark .guildSettingsBaseSection-3XBkfG
  474. .avatar-uploader .avatar-uploader-inner,
  475. .theme-dark .guildSettingsSplashSection-2ilKBA
  476. .avatar-uploader .avatar-uploader-inner {
  477. box-shadow: 0 2px 10px 0 rgba(0,0,0,0);
  478. }
  479.  
  480. .avatarDefault-35WC3R, .avatarSpeaking-1wJCNq {
  481. border-radius: 4px;
  482. }
  483.  
  484. .small-popout-box {
  485. background: rgba(0,0,0,.7);
  486. border-color: rgba(0,0,0,.7);
  487. }
  488.  
  489. .option-popout .btn-item:hover {
  490. background-color: rgba(0,0,0,.5);
  491. color: white;
  492. }
  493.  
  494. .wrapper-1Rf91z .guildSeparator-3s64Iy:after {
  495. background: rgba(var(--BMT-main-color),1);
  496. }
  497.  
  498. .wrapper-1Rf91z .guildSeparator-3s64Iy {
  499. right: 15px;
  500. }
  501.  
  502. .wrapper-1Rf91z .container-2td-dC.unread-2OHH1w:before,
  503. .wrapper-1Rf91z .container-2td-dC.selected-nT-gM3:before {
  504. visibility: hidden;
  505. }
  506.  
  507. .wrapper-1Rf91z .wrapper-2lTRaf {
  508. background: none;
  509. border-radius: 15px !important;
  510. }
  511.  
  512. .container-1UB9sr {
  513. border-bottom: hidden;
  514. }
  515.  
  516. .message-group .comment .markup code.inline {
  517. padding: 0.05em;
  518. }
  519.  
  520. [class*=backdrop-1ocfXc] {
  521. opacity: 0.5 !important;
  522. }
  523.  
  524. .theme-dark .closeButton-1tv5uR {
  525. border: 0px;
  526. }
  527.  
  528. .theme-dark .closeButton-1tv5uR:hover {
  529. background-color: transparent;
  530. }
  531.  
  532. .theme-dark .closeButton-1tv5uR:hover svg g path.fill {
  533. fill: red;
  534. }
  535.  
  536. .theme-dark .esc-text {
  537. color: white;
  538. }
  539.  
  540. .theme-dark #friends .tabBar-1E2ExX .tabBar-1E2ExX-item:hover:not(.selected) {
  541. background-color: rgba(var(--BMT-hover-color),1);
  542. }
  543.  
  544. .wrapper-1Rf91z .circleIconButton-jET_ig {
  545. background: rgba(var(--BMT-main-color),1);
  546. color: white;
  547. border: 1px dashed white;
  548. margin-right: 15px;
  549. }
  550.  
  551. .wrapper-1Rf91z .circleIconButton-jET_ig:hover {
  552. background: rgba(var(--BMT-hover-color),1);
  553. }
  554.  
  555. .friendsTable-133bsv {
  556. margin-top: 0px;
  557. }
  558.  
  559. .contentSelectedText-3wUhMi,
  560. .private-channels .channel.selected a,
  561. .unread-1xRYoj,
  562. .theme-dark .member-3W1lQa.popout-open .content-OzHfo4, .theme-dark .member-3W1lQa.popout-open:hover .content-OzHfo4 {
  563. background-color: rgba(var(--BMT-main-color),1);
  564. }
  565. .contentConnectedVoice-qL-YrL:active,
  566. .contentHoveredText-2D9B-x,
  567. .contentHoveredVoice-3p_NEO:active,
  568. .contentSelectedVoice-1WDIBM:active
  569. .private-channels .channel:hover:not(.selected) a,
  570. .theme-dark .member-3W1lQa:hover .content-OzHfo4,
  571. .theme-dark .inner-zqa7da,
  572. .theme-dark .search .search-bar,
  573. .theme-dark .searchBar-1MOL6S,
  574. .theme-dark .search-2oPWTC .searchBar-3dMhjb {
  575. background-color: rgba(0,0,0,var(--BMT-main-transparency));
  576. }
  577.  
  578. .unread-1xRYoj:hover {
  579. background-color: rgba(var(--BMT-hover-color),1);
  580. }
  581.  
  582. .theme-dark .select-2TCrqx .Select-menu-outer {
  583. background: rgba(0,0,0,.7);
  584. border-color: rgba(0,0,0,.7);
  585. }
  586.  
  587. .theme-dark .select-2TCrqx .Select-option.is-selected {
  588. background: rgba(var(--BMT-main-color),1) !important;
  589. }
  590.  
  591. .theme-dark .select-2TCrqx .Select-option.is-focused,
  592. .theme-dark .select-2TCrqx .Select-option:hover {
  593. background: rgba(0,0,0,.5);
  594. }
  595.  
  596. .theme-dark .select-2TCrqx .Select-menu::-webkit-scrollbar-thumb {
  597. background-color: rgba(var(--BMT-main-color),1);
  598. }
  599.  
  600. .theme-dark .searchPopout-1vUlP3 {
  601. background-color: rgba(0,0,0,.7);
  602. border-color: rgba(0,0,0,.7);
  603. }
  604.  
  605. .theme-dark .option-96V44q.selected-rZcOL- {
  606. background-color: rgba(0,0,0,.5);
  607. }
  608.  
  609. .theme-dark .searchFilter-2ESiM3,
  610. .theme-dark .searchAnswer-3Dz2-q {
  611. background-color: rgba(0,0,0,.3);
  612. }
  613.  
  614. .theme-dark .searchAnswer-3Dz2-q {
  615. margin-left: 0px;
  616. }
  617.  
  618. .theme-dark .searchResultsWrap-2DKFzt,
  619. .theme-dark .searchResultsWrap-2DKFzt .searchHeader-1l-wpR {
  620. background-color: transparent;
  621. }
  622.  
  623. .theme-dark .searchResultsWrap-2DKFzt .searchHeader-1l-wpR .tab.selected,
  624. .theme-dark .headerTabBarWrapper-27xBDe .tabBar-1E2ExX.TOP .tabBar-1E2ExX-item.selected {
  625. border-bottom-color: rgba(var(--BMT-main-color),1);
  626. }
  627.  
  628. .theme-dark .searchResultsWrap-2DKFzt .searchHeader-1l-wpR .tab:hover,
  629. .tabBar-1E2ExX.TOP .tabBar-1E2ExX-item:hover {
  630. border-bottom-color: rgba(var(--BMT-hover-color),1);
  631. }
  632.  
  633. .theme-dark .searchResultsWrap-2DKFzt .channelSeparator-1X1FuH .channelName-1QajIf {
  634. background-color: transparent;
  635. }
  636.  
  637. .theme-dark .searchResultsWrap-2DKFzt .searchResult-3pzFAB:before,
  638. .theme-dark .searchResultsWrap-2DKFzt .searchResult-3pzFAB:after {
  639. background-image: linear-gradient(0deg,rgba(0,0,0,0),rgba(0,0,0,var(--BMT-main-transparency)));
  640. }
  641.  
  642. .theme-dark .searchResultsWrap-2DKFzt .searchResult-3pzFAB .searchResultMessage-2VxO12.hit-NLlWXA {
  643. border-color: rgba(0,0,0,var(--BMT-main-transparency));
  644. box-shadow: 0 0 10px 6px rgba(0,0,0,var(--BMT-main-transparency));
  645. }
  646.  
  647. .theme-dark .searchResultsWrap-2DKFzt .searchResult-3pzFAB .hit-NLlWXA {
  648. background-color: rgba(0,0,0,var(--BMT-main-transparency));
  649. }
  650.  
  651. .theme-dark .searchResultsWrap-2DKFzt .actionButtons-14P9IC .jumpButton-Ia2hRJ,
  652. .theme-dark .messagesPopoutWrap-1MQ1bW .messagesPopout-24nkyi .message-group .actionButtons-1sUUug .jumpButton-3DTcS_ {
  653. background-color: rgba(0,0,0,var(--BMT-main-transparency));
  654. }
  655.  
  656. .theme-dark .messagesPopoutWrap-1MQ1bW,
  657. .theme-dark .messagesPopoutWrap-1MQ1bW .header-ykumBX {
  658. background-color: rgba(0,0,0,var(--BMT-main-transparency));
  659. border-color: rgba(0,0,0,var(--BMT-main-transparency));
  660. }
  661.  
  662. .theme-dark .messagesPopoutWrap-1MQ1bW .messagesPopout-24nkyi .message-group,
  663. .theme-dark .searchResultsWrap-2DKFzt .searchResult-3pzFAB.expanded-v2Szsz {
  664. background-color: rgba(0,0,0,var(--BMT-main-transparency));
  665. border-color: rgba(0,0,0,var(--BMT-main-transparency));
  666. }
  667.  
  668. .theme-dark .messagesPopoutWrap-1MQ1bW .messagesPopout-24nkyi
  669. .message-group:hover .actionButtons-1sUUug {
  670. background-color: transparent;
  671. box-shadow: 0 0 6px 4px transparent;
  672. }
  673.  
  674. .theme-dark .messagesPopoutWrap-1MQ1bW
  675. .messagesPopout-24nkyi .message-group:hover {
  676. border-color: rgba(var(--BMT-hover-color),.8);
  677. }
  678.  
  679. .theme-dark .searchResultsWrap-2DKFzt .searchResult-3pzFAB.expanded-v2Szsz .searchResultMessage-2VxO12.hit-NLlWXA {
  680. background-color: rgba(0,0,0,var(--BMT-main-transparency));
  681. border-bottom: 2px solid rgba(0,0,0,var(--BMT-main-transparency));
  682. border-top: 2px solid rgba(0,0,0,var(--BMT-main-transparency));
  683. }
  684.  
  685. .theme-dark .card-FDVird:before {
  686. background-color: rgba(0,0,0,.5);
  687. border-color: rgba(0,0,0,.5);
  688. }
  689.  
  690. .theme-dark .button-mM-y8i,
  691. .theme-dark .button-mM-y8i:hover {
  692. background-color: rgba(0,0,0,.5);
  693. box-shadow: 0 0 0 1px rgba(0,0,0,.6), 0 1px 5px 0 rgba(0,0,0,.3);
  694. }
  695.  
  696. .theme-dark .emoji-alias-input .emoji-input {
  697. background-color: rgba(0,0,0,.5);
  698. }
  699.  
  700. .theme-dark .input-cIJ7To:focus,
  701. .theme-dark .gameNameInput-385LoS:focus {
  702. border-color: rgba(var(--BMT-main-color),1);
  703. }
  704.  
  705. .theme-dark .user-settings-games .game-name-input:hover {
  706. border-color: transparent;
  707. }
  708.  
  709. .theme-dark .autocomplete-1vrmpx {
  710. background-color: rgba(0,0,0,.7);
  711. }
  712.  
  713. .theme-dark .selectorSelected-1_M1WV {
  714. background-color: rgba(0,0,0,.5);
  715. }
  716.  
  717. .theme-dark .friendsTable-133bsv .friendsRow-2yicud:hover {
  718. background: rgba(0,0,0,.5);
  719. }
  720.  
  721. .theme-dark .friendsTable-133bsv .friendsRow-2yicud .friendsColumnActions-1LT3_M .friendsAction-__WNE9 {
  722. background-color: rgba(0,0,0,.3);
  723. }
  724.  
  725. .theme-dark .friendsTable-133bsv .friendsRow-2yicud .friendsColumnActions-1LT3_M .friendsAction-__WNE9:hover,
  726. .button-2b6hmh:hover,
  727. .button-2KyEfG:hover {
  728. background-color: rgba(var(--BMT-hover-color),.5);
  729. }
  730.  
  731. .theme-dark .message-group .comment .markup pre {
  732. background: rgba(0,0,0,.5);
  733. border-color: rgba(0,0,0,.5);
  734. }
  735.  
  736. [class*=titleBar] {
  737. margin-top: 0px;
  738. padding-top: 4px;
  739. z-index: 1002;
  740. }
  741.  
  742. .theme-dark .headerBar-UHpsPw,
  743. .private-channels .search-bar,
  744. .theme-dark .title-3qD0b-,
  745. .header-2o-2hj {
  746. box-shadow: 0 0px 0 rgba(0,0,0,0), 0 0px 0 rgba(0,0,0,0);
  747. -webkit-box-shadow: 0 0px 0 rgba(0,0,0,0), 0 0px 0 rgba(0,0,0,0);
  748. }
  749.  
  750. .header-2o-2hj:hover {
  751. background-color: rgba(0,0,0,0);
  752. }
  753.  
  754. .theme-dark .messagesPopoutWrap-1MQ1bW .footer-1kmXd4 {
  755. background-color: rgba(0,0,0,.3);
  756. }
  757.  
  758. .theme-dark .divider-3gKybi.dividerRed-MKoLlr .dividerContent-2L12VI:after,
  759. .theme-dark .divider-3gKybi.dividerRed-MKoLlr .dividerContent-2L12VI:before,
  760. .theme-dark .divider-3gKybi:not(.dividerRed-MKoLlr) .dividerContent-2L12VI:after,
  761. .theme-dark .divider-3gKybi:not(.dividerRed-MKoLlr) .dividerContent-2L12VI:before {
  762. border-color: transparent;
  763. }
  764.  
  765. .theme-dark .divider-3gKybi:not(.red-1YQ4s7) span {
  766. border-radius: 70px;
  767. width: 170px;
  768. margin: auto !important;
  769. color: white !important;
  770. font-weight: bold;
  771. }
  772.  
  773. .theme-dark .divider-3gKybi.dividerRed-MKoLlr>span {
  774. border-radius: 70px;
  775. width: 130px;
  776. margin: auto !important;
  777. font-weight: bold;
  778. }
  779.  
  780. ::selection,
  781. .note-3kmerW textarea::selection {
  782. color: black;
  783. background: rgba(var(--BMT-main-color),1);
  784. }
  785.  
  786. .theme-dark .message-2qRu38 {
  787. background-color: rgba(0,0,0,.5);
  788. box-shadow: 0 0 0 1px rgba(0,0,0,.6), 0 2px 10px 0 rgba(0,0,0,.2);
  789. }
  790.  
  791. .theme-dark .guildIconImage-3qTk45,
  792. .theme-dark .guildIconExpired-2Qcq05 {
  793. background-color: transparent;
  794. }
  795.  
  796. .theme-dark .wrapper-35wsBm {
  797. background: rgba(0,0,0,.6);
  798. border-color: rgba(0,0,0,.9);
  799. }
  800.  
  801. .avatar-large.listAvatar-1NlAhb {
  802. border-radius: 15px;
  803. }
  804.  
  805. .quickswitcher-3JagVE {
  806. box-shadow: 0 2px 10px rgba(0,0,0,.2), 0 0 0 1px rgba(0,0,0,.6);
  807. }
  808.  
  809. .theme-dark .themed-popout {
  810. border: 1px solid rgba(0,0,0,.6);
  811. box-shadow: 0 2px 10px 0 rgba(0,0,0,.2);
  812. }
  813.  
  814. .theme-dark .cardPrimary-1Hv-to,
  815. .theme-dark .cardPrimaryOutline-29Ujqw,
  816. .theme-dark .userSettingsVoice-iwdUCU .previewOverlay-2O7_KC {
  817. background: rgba(0,0,0,.6);
  818. border-color: rgba(0,0,0,1);
  819. }
  820.  
  821. .theme-dark .cardPrimaryEditable-3KtE4g,
  822. .Select--single>.Select-control .Select-value, .Select-placeholder {
  823. background: rgba(0,0,0,.3);
  824. border-color: rgba(0,0,0,1);
  825. }
  826.  
  827. .theme-dark .embedInner-1-fpTo {
  828. border-color: rgba(0,0,0,.6);
  829. }
  830.  
  831. .theme-dark .embedPill-1Zntps {
  832. background-color: rgba(0,0,0,1);
  833. }
  834.  
  835. .button-2b6hmh:nth-child(3):hover svg,
  836. .iconSpacing-3JkGQO:nth-child(2):hover svg {
  837. -webkit-animation:spin 2s linear infinite;
  838. animation:spin 2s linear infinite;
  839. }
  840.  
  841. .regionSelectModal-12e-57 .regionSelectModalOption-2DSIZ3 {
  842. border: 2px solid black;
  843. }
  844.  
  845. .regionSelectModal-12e-57 .regionSelectModalOption-2DSIZ3:hover {
  846. border-color: rgba(var(--BMT-main-color),1);
  847. }
  848.  
  849. .message-group .edit-message {
  850. margin: 6px -26px 0 -100px;
  851. }
  852.  
  853. .wrapperUnreadText-2zuiuD .contentUnreadText-2vNnZc .marginReset-3RfdVe path {
  854. fill: rgba(var(--BMT-unread-color),1);
  855. }
  856.  
  857. .nameUnreadText-DfkrI4, .nameUnreadVoice-EVo-wI {
  858. color: rgba(var(--BMT-unread-color),1);
  859. }
  860.  
  861. .wrapper-3Q5DdO {
  862. background: transparent;
  863. }
  864.  
  865. .image-2jyRAK.loaded-3PtF_J {
  866. opacity: 0;
  867. }
  868.  
  869. .uploadModal-2ifh8j,
  870. .uploadModal-2ifh8j .footer-3mqk7D,
  871. .uploadModal-2ifh8j .footer-3mqk7D .button:nth-child(1),
  872. .private-channel-recipients-invite .footer button,
  873. .private-channel-recipients-invite .footer button:hover {
  874. background-color: rgba(var(--BMT-main-color),1);
  875. }
  876.  
  877. .theme-brand .textArea-2Spzkt {
  878. background-color: rgba(0,0,0,var(--BMT-main-transparency));
  879. border-radius: 5px;
  880. }
  881.  
  882. .uploadModal-2ifh8j .inner-3nWsbo
  883. .file-34mY5K .icon-kyxXVr.image-2yrs5j {
  884. border-color: rgba(var(--BMT-main-color),1);
  885. }
  886.  
  887. .chat-3bRxxu .newMessagesBar-mujexs,
  888. .theme-dark .chat-3bRxxu .jumpToPresentBar-9P20AM {
  889. background-color: rgba(var(--BMT-main-color),1);
  890. }
  891.  
  892. .chat-3bRxxu .newMessagesBar-mujexs:hover,
  893. .theme-dark .chat-3bRxxu .jumpToPresentBar-9P20AM:hover {
  894. background-color: rgba(var(--BMT-hover-color),1);
  895. }
  896.  
  897. #friends .btn {
  898. background-color: rgba(var(--BMT-main-color),1);
  899. }
  900.  
  901. #friends .btn:hover {
  902. background-color: rgba(var(--BMT-hover-color),1);
  903. -webkit-animation: glitch 750ms infinite;
  904. animation: glitch 750ms infinite;
  905. }
  906.  
  907. .theme-dark #friends .tabBar-1E2ExX
  908. .tabBar-1E2ExX-item.tabBar-1E2ExX-item-primary.selected {
  909. background-color: rgba(var(--BMT-main-color),1);
  910. color: black;
  911. }
  912.  
  913. .checkbox .checkbox-inner input[type=checkbox]:checked+span,
  914. .theme-dark .checked-3_4uQ9 {
  915. background-color: rgba(var(--BMT-main-color),1) !important;
  916. border-color: rgba(var(--BMT-main-color),1) !important;
  917. }
  918.  
  919. .mention-1f5kbO, .badge, .wrapper-232cHJ {
  920. background-color: rgba(var(--BMT-main-color),.9);
  921. }
  922.  
  923. .mention-1f5kbO:hover {
  924. background-color: rgba(var(--BMT-main-color),1);
  925. }
  926.  
  927. .theme-dark #friends .friendsTable-133bsv
  928. .friend-table-add-wrapper .friend-table-add-header {
  929. background: transparent;
  930. border-bottom: transparent;
  931. }
  932.  
  933. #friends .friendsTable-133bsv .friendsRow-2yicud
  934. .friends-column-guilds .avatar-small {
  935. border-radius: 5px;
  936. }
  937.  
  938. .theme-dark .attachment-33OFj0 {
  939. background-color: rgba(0,0,0,.3);
  940. border-color: rgba(0,0,0,.6);
  941. }
  942.  
  943. [class*="cardPrimaryEditable"] {
  944. border-color: rgba(0,0,0,var(--BMT-main-transparency)) !important;
  945. background-color: rgba(0,0,0,var(--BMT-main-transparency)) !important;
  946. }
  947.  
  948. [class*="titleChecked"] {
  949. color: rgba(var(--BMT-main-color),1) !important;
  950. }
  951.  
  952. #friends .friends-empty .btn {
  953. background-color: rgba(var(--BMT-main-color),1);
  954. }
  955.  
  956. .theme-dark .private-channel-call.minimum
  957. .private-channel-call-actions .center {
  958. border-color: transparent;
  959. }
  960.  
  961. .theme-dark .tiles-2aXG_k {
  962. box-shadow: 0 2px 5px rgba(0,0,0,.2), 0 0 0 1px rgba(0,0,0,.6);
  963. }
  964.  
  965. .imageSelected-4Kl81J {
  966. border: 4px solid rgba(var(--BMT-main-color),1)
  967. }
  968.  
  969. .selectorButtonSelected-1j4DmC {
  970. background-color: rgba(var(--BMT-main-color),1);
  971. }
  972.  
  973. .theme-dark .incomingCallInner-2rV0UJ {
  974. background-color: rgba(0,0,0,var(--BMT-main-transparency));
  975. border-color: rgba(0,0,0,var(--BMT-main-transparency));
  976. }
  977.  
  978. .theme-dark .lookFilled-1Gx00P.colorTransparent-1ewNp9 {
  979. background-color: rgba(var(--BMT-main-color),1);
  980. }
  981.  
  982. .theme-dark .lookFilled-1Gx00P.colorTransparent-1ewNp9:hover {
  983. background-color: rgba(var(--BMT-hover-color),1);
  984. -webkit-animation: glitch 750ms infinite;
  985. animation: glitch 750ms infinite;
  986. }
  987.  
  988. .form-deprecated .btn-primary, .form.deprecated .btn-primary:hover,
  989. .ui-standard-sidebar-view #editor-detached button:hover {
  990. -webkit-animation: glitch 750ms infinite;
  991. animation: glitch 750ms infinite;
  992. }
  993.  
  994. .ui-standard-sidebar-view #editor-detached button {
  995. background: rgba(var(--BMT-main-color),1);
  996. }
  997.  
  998. .placeholderAvatar-damqh6,
  999. .mulitplePlaceholderUsername-pogq9I,
  1000. .placeholderUsername-2B_OA9,
  1001. .memberGroupsPlaceholder-3mwPub,
  1002. .inviteModal-34DdOm .scroller-3__pG8 {
  1003. background: rgba(0,0,0,var(--BMT-main-transparency));
  1004. }
  1005.  
  1006. .inviteModal-34DdOm .inviteTitle-2-D7Bk {
  1007. color: rgba(var(--BMT-main-color),1);
  1008. }
  1009.  
  1010. .inviteModal-34DdOm .avatar-xxxlarge {
  1011. border-radius: 15px;
  1012. background-color: transparent;
  1013. }
  1014.  
  1015. .spinner-wandering-cubes .spinner-item,
  1016. .wanderingCubesItem-WPXqao {
  1017. background-color: rgba(var(--BMT-main-color),1);
  1018. }
  1019.  
  1020. .theme-dark .chat-3bRxxu .hasMore-3e72_v button {
  1021. background: rgba(var(--BMT-main-color),1);
  1022. border-color: rgba(var(--BMT-main-color),1);
  1023. }
  1024.  
  1025. .chat-3bRxxu .hasMore-3e72_v button {
  1026. color: black;
  1027. }
  1028.  
  1029. .theme-dark .message-group.is-local-bot-message {
  1030. background: rgba(0,0,0,var(--BMT-main-transparency));
  1031. background-image: none;
  1032. box-shadow: -20px 0 rgba(var(--BMT-main-color),1), 20px 0 rgba(var(--BMT-main-color),1), -20px -1px 0 0 rgba(var(--BMT-main-color),1), -20px 1px 0 rgba(var(--BMT-main-color),1), 20px 1px 0 rgba(var(--BMT-main-color),1), 20px -1px 0 rgba(var(--BMT-main-color),1);
  1033. }
  1034.  
  1035. .theme-dark .reactionSelected-1pqISm {
  1036. background-color: rgba(var(--BMT-main-color),.8);
  1037. }
  1038.  
  1039. .theme-dark .everyonePopout-nEbJY3 {
  1040. box-shadow: 0 2px 10px 0 rgba(0,0,0,.6);
  1041. }
  1042.  
  1043. .callAvatar-v-u4BM.voice-2D-tt_ {
  1044. border-radius: 20%;
  1045. }
  1046.  
  1047. .callAvatarBorder-1D_KaE.voice-2D-tt_.speaking-oCqYMI {
  1048. border-radius: 20%;
  1049. }
  1050.  
  1051. .bda-slist .bda-footer a {
  1052. color: rgba(var(--BMT-main-color),1);
  1053. }
  1054.  
  1055. .ui-standard-sidebar-view #bd-customcss-attach-controls button,
  1056. .bd-detached-css-editor #bd-customcss-attach-controls button {
  1057. background: rgba(var(--BMT-main-color),1);
  1058. }
  1059.  
  1060. .ui-standard-sidebar-view #bd-customcss-attach-controls button:hover,
  1061. .bd-detached-css-editor #bd-customcss-attach-controls button:hover {
  1062. background: rgba(var(--BMT-hover-color),1);
  1063. }
  1064.  
  1065. .ace-monokai .ace_gutter-active-line {
  1066. background-color: rgba(var(--BMT-main-color),1) !important;
  1067. }
  1068.  
  1069. .ace-monokai .ace_marker-layer .ace_active-line {
  1070. background-color: rgba(var(--BMT-hover-color),1) !important;
  1071. }
  1072.  
  1073. .theme-dark .accountBtnInner-sj5jLs:hover {
  1074. background-color: rgba(var(--BMT-main-color),1);
  1075. }
  1076.  
  1077. .theme-dark .callAvatar-v-u4BM.voice-2D-tt_ .callAvatarStatus-3y6S04 {
  1078. border-color: transparent;
  1079. }
  1080.  
  1081. .theme-dark .attachPopoutRow-KrE-f6:hover {
  1082. background-color: rgba(var(--BMT-main-color),1);
  1083. }
  1084.  
  1085. .theme-dark .invite-18yqGF {
  1086. background: rgba(0,0,0,var(--BMT-main-transparency));
  1087. }
  1088.  
  1089. .theme-dark .preview-yX6Nx7 {
  1090. border-color: rgba(0,0,0,var(--BMT-main-transparency));
  1091. }
  1092.  
  1093. .theme-dark .moreUsers-1sZP3U {
  1094. background-color: rgba(var(--BMT-main-color),1);
  1095. }
  1096.  
  1097. .theme-dark .modal-3HD5ck .textArea-2Spzkt {
  1098. background-color: rgba(0,0,0,var(--BMT-main-transparency));
  1099. border-radius: 5px;
  1100. }
  1101.  
  1102. .theme-dark .gamePreview-9weYR2 {
  1103. -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,.2), 0 0 0 1px rgba(0,0,0,.6);
  1104. box-shadow: 0 2px 10px 0 rgba(0,0,0,.2), 0 0 0 1px rgba(0,0,0,.6);
  1105. }
  1106.  
  1107. .splashArt-3yFzRe {
  1108. opacity: .9;
  1109. }
  1110.  
  1111. .theme-dark .header-1RC2Wb:hover,
  1112. .theme-dark .header-1RC2Wb {
  1113. background-color: rgba(0,0,0,var(--BMT-main-transparency))!important;
  1114. }
  1115.  
  1116. .theme-dark .lookFilled-1Gx00P.hoverBrand-1_Fxlk.hasHover-3X1-zV:hover,
  1117. .theme-dark .lookFilled-1Gx00P.colorPrimary-3b3xI6 {
  1118. background-color: rgba(67,181,129,1);
  1119. }
  1120.  
  1121. .colorblindMode .idle-3DEnRT,
  1122. .colorblindMode .dnd-1_xrcq,
  1123. .colorblindMode .invisible-1kp8Z0,
  1124. .colorblindMode .offline-3qoTek {
  1125. background-image: none !important;
  1126. }
  1127.  
  1128. .scroller-2CvAgC .da-selected {
  1129. background: rgba(var(--BMT-main-color),1) !important;
  1130. }
  1131.  
  1132. .theme-dark .selectableItem-1MP3MQ:hover {
  1133. background-color: rgba(0,0,0,1);
  1134. }
  1135.  
  1136. .theme-dark .markup-2BOw-j pre {
  1137. background: rgba(0,0,0,var(--BMT-main-transparency));
  1138. border-color: rgba(0,0,0,var(--BMT-main-transparency));
  1139. }
  1140.  
  1141. .theme-dark .markup-2BOw-j code, .theme-dark .markup-2BOw-j code.inline {
  1142. background: rgba(0,0,0,var(--BMT-main-transparency));
  1143. }
  1144.  
  1145. .theme-dark .messageGroupWrapper-o-Zw7G {
  1146. background-color: rgba(0,0,0,var(--BMT-main-transparency));
  1147. border-color: rgba(0,0,0,var(--BMT-main-transparency));
  1148. }
  1149.  
  1150. .theme-dark .messageGroupWrapper-o-Zw7G:hover {
  1151. border-color: rgba(var(--BMT-main-color),1);
  1152. }
  1153.  
  1154. .theme-dark .messageGroupWrapper-o-Zw7G:hover .actionButtons-1sUUug {
  1155. -webkit-box-shadow: 0 0 6px 4px rgba(0,0,0,0);
  1156. background-color: rgba(0,0,0,0);
  1157. box-shadow: 0 0 6px 4px rgba(0,0,0,0);
  1158. }
  1159.  
  1160. .theme-dark .jumpButton-3DTcS_ {
  1161. background-color: rgba(var(--BMT-main-color),1);
  1162. }
  1163.  
  1164. .feed-1o0xmF .large-3ChYtB {
  1165. height: 50px;
  1166. width: 50px;
  1167. }
  1168.  
  1169. .feed-1o0xmF .medium-2wqF9d {
  1170. height: 50px;
  1171. width: 50px;
  1172. }
  1173.  
  1174. .feed-1o0xmF .iconSizeMedium-2OqPjI {
  1175. height: 50px;
  1176. width: 50px;
  1177. }
  1178.  
  1179. .feed-1o0xmF .iconInactive-98JN5i {
  1180. border-radius: 15px;
  1181. }
  1182.  
  1183. .body-3ND3kc .iconInactive-98JN5i {
  1184. border-radius: 10px !important;
  1185. }
  1186.  
  1187. .iconInactive-98JN5i {
  1188. border-radius: 5px !important;
  1189. }
  1190.  
  1191. .voiceGuildIcon-3nEw0H {
  1192. -webkit-mask: unset;
  1193. mask: unset;
  1194. }
  1195.  
  1196. .theme-dark .divider-3gKybi:before {
  1197. background-color: rgba(0,0,0,0);
  1198. }
  1199.  
  1200. .theme-dark .divider-3gKybi:not(.red-1YQ4s7) div {
  1201. background: rgba(0,0,0,0);
  1202. }
  1203.  
  1204. .theme-dark .divider-3gKybi.dividerRed-MKoLlr>div {
  1205. background: rgba(0,0,0,0);
  1206. opacity: 0;
  1207. }
  1208.  
  1209. 135.50ecaba….css:107
  1210. .theme-dark .divider-3gKybi:not(.red-1YQ4s7) div {
  1211. background: rgba(0,0,0,0);
  1212. }
  1213.  
  1214. .theme-dark .divider-3gKybi span {
  1215. background: rgba(0,0,0,var(--BMT-main-transparency));
  1216. }
  1217.  
  1218. .theme-dark .divider-3gKybi.dividerRed-MKoLlr>span {
  1219. color: rgba(0,0,0,1) !important;
  1220. background-color: rgba(200,0,0,1);
  1221. padding: 0px 18px
  1222. }
  1223.  
  1224. .theme-dark .divider-3gKybi:not(.red-1YQ4s7) span {
  1225. color: rgba(255,255,255,1);
  1226. }
  1227.  
  1228. .theme-dark .auditLog-3jNbM6 {
  1229. border-color: rgba(0,0,0,var(--BMT-main-transparency));
  1230. color: #72767d;
  1231. }
  1232.  
  1233. .theme-dark .messageGroupBlocked-3wrQQX .messageGroupBlockedBtn-1PBBh-:hover {
  1234. background: rgba(var(--BMT-hover-color),1);
  1235. }
  1236.  
  1237. .theme-dark .messageGroupBlocked-3wrQQX .messageGroupBlockedBtn-1PBBh- {
  1238. background: rgba(var(--BMT-main-color),1);
  1239. color: black;
  1240. font-weight: 600;
  1241. }
  1242.  
  1243. .theme-dark .messageGroupBlocked-3wrQQX.revealed-1_RKsf {
  1244. background: rgba(0,0,0,var(--BMT-main-transparency));
  1245. border-color: rgba(0,0,0,var(--BMT-main-transparency));
  1246. }
  1247.  
  1248. .theme-dark .isMentioned-N-h9aa {
  1249. background: rgba(var(--BMT-main-color),.2);
  1250. }
  1251.  
  1252. .isMentionedCozy-3isp7y:after {
  1253. background: rgba(var(--BMT-main-color),.3);
  1254. border-left: 4px solid rgb(var(--BMT-main-color));
  1255. }
  1256.  
  1257. .theme-dark .wrapper-29NfPK.minimum-2d6zH6
  1258. .actions-2vadYq .center-1Vp33r {
  1259. background-color: rgba(0,0,0,var(--BMT-main-transparency));
  1260. border-color: rgba(0,0,0,0);
  1261. }
  1262.  
  1263. .channel-2QD9_O.selected-1HYmZZ a {
  1264. background-color: rgba(var(--BMT-main-color),1);
  1265. }
  1266.  
  1267. .channel-2QD9_O:hover:not(.selected-1HYmZZ) a {
  1268. background-color: rgba(0,0,0,var(--BMT-main-transparency));
  1269. }
  1270.  
  1271. .lookFilled-1Gx00P.colorBrand-3pXr91:disabled {
  1272. background-color: rgba(var(--BMT-main-color),1);
  1273. }
  1274.  
  1275. .theme-dark .accountBtnInner-sj5jLs {
  1276. border-color: rgba(0,0,0,0);
  1277. }
  1278.  
  1279. .theme-dark .paymentPane-3bwJ6A,
  1280. .theme-dark .paginator-166-09,
  1281. .theme-dark .payment-xT17Mq {
  1282. background-color: rgba(0,0,0,0);
  1283. }
  1284.  
  1285. .theme-dark .hoverablePayment-Yc6mK7:hover,
  1286. .theme-dark .expandedInfo-3kfShd {
  1287. background-color: rgba(0,0,0,var(--BMT-main-transparency));
  1288. }
  1289.  
  1290. .theme-dark .paymentRow-2e7VM6 {
  1291. border-bottom: 0px solid #36393f;
  1292. }
  1293.  
  1294. .theme-dark .pageButtonNext-V2kUq0,
  1295. .theme-dark .pageButtonPrev-1Y-47D,
  1296. .theme-dark .pageIndicator-1gAbyA {
  1297. border-color: rgba(0,0,0,var(--BMT-main-transparency));
  1298. }
  1299.  
  1300. .theme-dark .disabled-BrLY9Y:hover {
  1301. border-color: rgba(var(--BMT-main-color),1);
  1302. }
  1303.  
  1304. .theme-dark .top-28JiJ- .itemSelected-1qLhcL {
  1305. border-bottom-color: rgba(var(--BMT-main-color),1);
  1306. }
  1307.  
  1308. .selected-mKYnfr.option-n0icdO {
  1309. background-color: rgba(var(--BMT-main-color),1);
  1310. }
  1311.  
  1312. .option-n0icdO:hover {
  1313. background-color: rgba(var(--BMT-hover-color),1);
  1314. }
  1315.  
  1316. .wrapper-3jrx9n {
  1317. border: 2px solid rgba(var(--BMT-main-color),1);
  1318. }
  1319.  
  1320. .rowBackground-3MeNoN {
  1321. -webkit-mask: radial-gradient(100% 100% at top left,hsla(0,0%,100%,.9) 0,hsla(0,0%,100%,0) 100%);
  1322. mask: radial-gradient(100% 100% at top left,hsla(0,0%,100%,.9) 0,hsla(0,0%,100%,0) 100%);
  1323. }
  1324.  
  1325. .theme-dark .itemBackground-1jfD8p:before {
  1326. background: radial-gradient(ellipse at top,transparent,rgba(0,0,0,.5)),-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),color-stop(40%,transparent),color-stop(60%,transparent),to(rgba(0,0,0,.5))),-webkit-gradient(linear,left bottom,left top,color-stop(10%,rgba(0,0,0,.5)),color-stop(70%,transparent));
  1327. background: radial-gradient(ellipse at top,transparent,rgba(0,0,0,.5)),linear-gradient(90deg,rgba(0,0,0,.5) 0,transparent 40%,transparent 60%,rgba(0,0,0,.5)),linear-gradient(0deg,rgba(0,0,0,.5) 10%,transparent 70%);
  1328. }
  1329.  
  1330. .theme-dark .overlappingBorder-1ysb12 {
  1331. border-color: rgba(var(--BMT-main-color),1);;
  1332. }
  1333.  
  1334. .overlappingBorder-1-XPGl {
  1335. border: 3px solid rgba(var(--BMT-main-color),1);
  1336. }
  1337.  
  1338. .theme-dark .lookFilled-1Gx00P.colorPrimary-3b3xI6:active,
  1339. .theme-dark .lookFilled-1Gx00P.colorPrimary-3b3xI6:hover {
  1340. background-color: rgba(67,181,129,1);
  1341. }
  1342.  
  1343. .theme-dark .mediaFade-4Pqtcc {
  1344. background: -webkit-gradient(linear,left top,left bottom,color-stop(90%,transparent),to(#000));
  1345. background: linear-gradient(180deg,transparent 90%,#000);
  1346. }
  1347.  
  1348. .theme-dark .mediaDescription-31GsyQ {
  1349. background: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(45%,rgba(0,0,0,.0)),to(#000));
  1350. background: linear-gradient(180deg,transparent,rgba(0,0,0,.0) 45%,#000);
  1351. }
  1352.  
  1353. .theme-dark .bodySection-jqkkIP {
  1354. border-top-color: rgba(0,0,0,var(--BMT-main-transparency));
  1355. }
  1356.  
  1357. .theme-dark .divider-21LyPb,
  1358. .theme-dark .sortFilterBar-3hePOV {
  1359. border-color: rgba(0,0,0,0);
  1360. }
  1361.  
  1362. .theme-dark .popout-2sKjHu {
  1363. background: rgba(0,0,0,var(--BMT-main-transparency));
  1364. border-color: rgba(0,0,0,var(--BMT-main-transparency));
  1365. }
  1366.  
  1367. .theme-dark .optionActive-KkAdqq {
  1368. background: rgba(var(--BMT-main-color),1);
  1369. }
  1370.  
  1371. circle.foreground-2aE44H.path-3H_ZFA {
  1372. stroke: rgba(var(--BMT-main-color),1);
  1373. }
  1374.  
  1375. svg.connectedAccountVerifiedIcon-3aZz_K g path:nth-child(2),
  1376. svg.verified-3uJH7V g path:nth-child(2),
  1377. svg.verifiedIcon-1vpk3S g path:nth-child(2) {
  1378. fill: rgba(var(--BMT-main-color),1);;
  1379. }
  1380.  
  1381. .progress-2XXRYo.small-1CUeBa {
  1382. background-color: rgba(0,0,0,var(--BMT-main-transparency)) !important;
  1383. }
  1384.  
  1385. .progressBar-3u8FBM.small-1CUeBa, .progressBar-3u8FBM.small-1CUeBa.animating-3Qqqzp {
  1386. background: rgba(var(--BMT-main-color),1) !important;
  1387. }
  1388.  
  1389. .theme-dark .popout-2xBvMR {
  1390. width: 210px;
  1391. }
  1392.  
  1393. .lookFilled-1Gx00P.colorGrey-2DXtkV,
  1394. .lookFilled-1Gx00P.colorGrey-2DXtkV:hover {
  1395. background-color: rgba(240, 71, 71, 1);
  1396. }
  1397.  
  1398. .theme-dark .container-3ayLPN {
  1399. background-color: rgba(0,0,0,var(--BMT-main-transparency));
  1400. }
  1401.  
  1402. .theme-dark .elevationBorderHigh-2WYJ09 {
  1403. -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.6), 0 2px 10px 0 rgba(0,0,0,.2);
  1404. box-shadow: 0 0 0 1px rgba(0,0,0,.6), 0 2px 10px 0 rgba(0,0,0,.2);
  1405. }
  1406.  
  1407. .theme-dark .option-96V44q.selected-rZcOL- {
  1408. background-color: rgba(0,0,0,var(--BMT-main-transparency));
  1409. }
  1410.  
  1411. .theme-dark .option-96V44q.selected-rZcOL-:after {
  1412. background: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),color-stop(50%,rgba(0,0,0,0)));
  1413. background: linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,0) 50%);
  1414. }
  1415.  
  1416. .theme-dark .option-96V44q:after {
  1417. background: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),color-stop(80%,rgba(0,0,0,0)));
  1418. background: linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,0) 80%);
  1419. }
  1420.  
  1421. .theme-dark .focused-2bY0OD {
  1422. background-color: rgba(0,0,0,0);
  1423. }
  1424.  
  1425. .theme-dark .queryContainer-RKFJW- {
  1426. border-bottom-color: rgba(0,0,0,var(--BMT-main-transparency));
  1427. }
  1428.  
  1429. .userHovered-2_fT4Z:active {
  1430. background-color: rgba(0,0,0,var(--BMT-main-transparency));
  1431. }
  1432.  
  1433. .theme-dark .themedPagination-3v0Dnu .dotSelected-3RYKgX {
  1434. background-color: rgba(var(--BMT-main-color),1);
  1435. }
  1436.  
  1437. .theme-dark .friendSelected--wQP3f {
  1438. background-color: rgba(0,0,0,var(--BMT-main-transparency));
  1439. }
  1440.  
  1441. .sidebar-CFHs9e {
  1442. padding: 20px 6px 20px 20px;
  1443. }
  1444.  
  1445. .theme-dark #autocomplete-popout .autocomplete-arrow, .theme-dark #autocomplete-popout .autocomplete-shadow {
  1446. -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,var(--BMT-main-transparency)), 0 0 0 1px rgba(0,0,0,var(--BMT-main-transparency));
  1447. box-shadow: 0 2px 10px 0 rgba(0,0,0,var(--BMT-main-transparency)), 0 0 0 1px rgba(0,0,0,var(--BMT-main-transparency));
  1448. }
  1449.  
  1450. .theme-dark #autocomplete-popout .row.selected {
  1451. background: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,var(--BMT-main-transparency))),to(rgba(0,0,0,var(--BMT-main-transparency))));
  1452. background: linear-gradient(90deg,rgba(0,0,0,var(--BMT-main-transparency)),rgba(0,0,0,var(--BMT-main-transparency)));
  1453. }
  1454.  
  1455. .popoutBottom-1YbShG {
  1456. -webkit-animation: topdown .5s !important;
  1457. animation: topdown .5s !important;
  1458. -webkit-transform: translate(-50%) !important;
  1459. transform: translate(-50%) !important;
  1460. }
  1461.  
  1462. .theme-dark .themedPopout-25DgLi {
  1463. background-color: rgba(0,0,0,var(--BMT-main-transparency));
  1464. border: 1px solid rgba(0,0,0,var(--BMT-main-transparency));
  1465. }
  1466.  
  1467. .theme-dark .tileMedia-1q3guD,
  1468. .theme-dark .tileMedia-1q3guD:hover,
  1469. .theme-dark .applicationTile-1Goy1W,
  1470. .theme-dark .applicationTile-1Goy1W:hover {
  1471. background-color: rgba(0,0,0,0);
  1472. }
  1473.  
  1474. .theme-dark .description-3rB3Rp,
  1475. .theme-dark .mediaFade-1SdEfL {
  1476. background: rgba(0,0,0,0);
  1477. }
  1478.  
  1479. .chat-3bRxxu .applicationTile-1Goy1W {
  1480. background-color: rgba(0,0,0,var(--BMT-main-transparency)) !important;
  1481. }
  1482.  
  1483. .theme-dark .action-1lSjCi:nth-child(1) .topLayer-1eMqbv.hover-3nZwuJ {
  1484. fill: rgba(var(--BMT-main-color),1) !important;
  1485. }
  1486.  
  1487. .theme-dark .action-1lSjCi:nth-child(1) .bottomLayer-XCk80b.hover-3nZwuJ {
  1488. fill: rgba(var(--BMT-hover-color),1) !important;
  1489. }
  1490.  
  1491. .theme-dark .action-1lSjCi:hover .actionHeader-2CT5c7 {
  1492. color: rgba(var(--BMT-main-color),1) !important;
  1493. }
  1494.  
  1495. .channelNotices-41mJbj .channelNotice-1-XFjC {
  1496. background-color: transparent !important;
  1497. }
  1498. .channelNotices-41mJbj .channelNotice-1-XFjC .message-3SOT5P .btn-11C5_u,
  1499. .channelNotices-41mJbj .channelNotice-1-XFjC .message-3SOT5P .btn-11C5_u:active {
  1500. background-color: rgba(var(--BMT-main-color),1);
  1501. border: 0px;
  1502. }
  1503.  
  1504. .channelNotices-41mJbj .channelNotice-1-XFjC .message-3SOT5P .btn-11C5_u:hover {
  1505. background-color: rgba(var(--BMT-hover-color),1);
  1506. -webkit-animation: glitch 750ms infinite;
  1507. animation: glitch 750ms infinite;
  1508. }
  1509.  
  1510. .result-3w1ZcL {
  1511. background-color: rgba(var(--BMT-main-color),1) !important;
  1512. }
  1513.  
  1514. .theme-dark .focused-1En8bG:after,
  1515. .theme-dark .result-3w1ZcL:hover:after {
  1516. -webkit-box-shadow: inset 0 0 0 2px rgba(var(--BMT-main-color),1), inset 0 0 0 3px rgba(0,0,0,var(--BMT-main-transparency));
  1517. box-shadow: inset 0 0 0 2px rgba(var(--BMT-main-color),1), inset 0 0 0 3px rgba(0,0,0,var(--BMT-main-transparency));
  1518. }
  1519.  
  1520. .theme-dark .codeRedemptionRedirect-1wVR4b {
  1521. background-color: rgba(0,0,0,var(--BMT-main-transparency));
  1522. border-color: rgba(0,0,0,var(--BMT-main-transparency));
  1523. }
  1524.  
  1525. .theme-dark .background-yZEZik {
  1526. stroke: rgba(0,0,0,var(--BMT-main-transparency));
  1527. }
  1528.  
  1529. .theme-dark .or-3THJsp, .theme-light .or-3THJsp {
  1530. background-image: unset;
  1531. }
  1532.  
  1533. .theme-dark .itemBackground-2vEldQ:before {
  1534. background: radial-gradient(ellipse at top,rgba(54,57,63,0),rgba(0,0,0,var(--BMT-main-transparency))),-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,var(--BMT-main-transparency))),color-stop(40%,rgba(54,57,63,0)),color-stop(60%,rgba(54,57,63,0)),to(rgba(0,0,0,var(--BMT-main-transparency)))),-webkit-gradient(linear,left bottom,left top,color-stop(10%,rgba(0,0,0,var(--BMT-main-transparency))),color-stop(70%,rgba(54,57,63,0)));
  1535. background: radial-gradient(ellipse at top,rgba(54,57,63,0),rgba(0,0,0,var(--BMT-main-transparency))),linear-gradient(90deg,rgba(0,0,0,var(--BMT-main-transparency)) 0,rgba(54,57,63,0) 40%,rgba(54,57,63,0) 60%,rgba(0,0,0,var(--BMT-main-transparency))),linear-gradient(0deg,rgba(0,0,0,var(--BMT-main-transparency)) 10%,rgba(54,57,63,0) 70%);
  1536. }
  1537.  
  1538. .theme-dark .overlappingBorder-3aFng4, .theme-light .overlappingBorder-3aFng4 {
  1539. border-color: rgba(var(--BMT-main-color),1);
  1540. }
  1541.  
  1542. .searchBarTag-2xRzm8 {
  1543. background: rgba(var(--BMT-main-color),1);
  1544. }
  1545.  
  1546. .friendsTable-133bsv .friendTableAddWrapper-nHHZtK .friendTableAddHeader-m9bzFr,
  1547. .theme-dark .friendsTable-133bsv .friendTableAddWrapper-nHHZtK .friendTableAddHeader-m9bzFr {
  1548. background: none;
  1549. border-bottom: none;
  1550. }
  1551.  
  1552. .theme-dark .emptySearchResults-1ba__I {
  1553. background: rgba(0,0,0,0) !important;
  1554. }
  1555.  
  1556. .body-2lagau .search-JQJ-3r .searchBox-3Y2Vi7 .searchIcon-1a1-yA,
  1557. .body-2lagau .search-JQJ-3r .searchBox-3Y2Vi7 .clear-U3WkKp {
  1558. background: rgba(0,0,0,var(--BMT-main-transparency));
  1559. border-top: 10px solid rgba(0,0,0,var(--BMT-main-transparency));
  1560. border-bottom: 10px solid rgba(0,0,0,var(--BMT-main-transparency));
  1561. border-right: 10px solid rgba(0,0,0,var(--BMT-main-transparency));
  1562. margin-right: -15px;
  1563. }
  1564.  
  1565. .theme-dark .pageWrapper-1PgVDX .bg-AYqtMd {
  1566. display: none;
  1567. }
  1568.  
  1569. .theme-dark .spoilerText-3p6IlD {
  1570. background-color: rgba(var(--BMT-main-color),var(--BMT-main-transparency));
  1571. }
  1572.  
  1573. .theme-dark .spoilerText-3p6IlD.hidden-HHr2R9:hover {
  1574. background-color: rgba(var(--BMT-hover-color),var(--BMT-main-transparency));
  1575. }
  1576.  
  1577. .theme-dark .spoilerWarning-2aAZq1 {
  1578. border-radius: 0px;
  1579. padding: 100%;
  1580. background-color: rgba(0,0,0,var(--BMT-main-transparency));
  1581. }
  1582.  
  1583. .theme-dark .spoilerContainer-331r0R:hover .spoilerWarning-2aAZq1 {
  1584. background-color: rgba(var(--BMT-hover-color),var(--BMT-main-transparency));
  1585. }
  1586.  
  1587. /*--Toast--*/
  1588. .toast {
  1589. background: rgba(var(--BMT-main-color),1) !important;
  1590. box-shadow: 0 0 0 1px rgba(0,0,0,.6), 0 2px 10px 0 rgba(0,0,0,.2) !important;
  1591. }
  1592.  
  1593. /*--Activity Feed--*/
  1594. .verticalPaginationItemContainer-3buRwR .selectedPage-3cFHgU {
  1595. -webkit-animation: glowon 1s infinite;
  1596. animation: glowon 1s infinite;
  1597. z-index: 1;
  1598. }
  1599.  
  1600. .carousel-2WxMes {
  1601. margin-top: 30px;
  1602. background-color: rgb(0,0,0);
  1603. }
  1604.  
  1605. .pagination-1GYdtQ {
  1606. min-width: 300px !important;
  1607. }
  1608.  
  1609. .paginationItem-2lUq0s:before {
  1610. background: transparent;
  1611. }
  1612.  
  1613. .paginationItem-2lUq0s, .selectedPage-3cFHgU {
  1614. margin: 18px 18px !important;
  1615. }
  1616.  
  1617. .paginationItem-2lUq0s,
  1618. .paginationItem-2lUq0s:hover {
  1619. background: rgba(0,0,0,1)
  1620. }
  1621.  
  1622. .theme-dark .paginationItem-2lUq0s:after {
  1623. background: -webkit-gradient(linear,right top,left top,from(transparent),to(rgb(0,0,0)));
  1624. background: linear-gradient(270deg,transparent 0,rgb(0,0,0));
  1625. }
  1626.  
  1627. /*--BOT/AKA Tag--*/
  1628. .aka-1mqp34,
  1629. .botTagRegular-2HEhHi,
  1630. .headerBotTag-35luy-,
  1631. .headerBotTag-3xB56F {
  1632. background-color: rgba(var(--BMT-tag-color),1);
  1633. color: black;
  1634. }
  1635.  
  1636. /*--Guils Scroller--*/
  1637. .wrapper-1Rf91z {
  1638. width: 90px;
  1639. }
  1640.  
  1641. .scrollerWrap-1IAIlv .scroller::-webkit-scrollbar-track-piece {
  1642. background-color: transparent !important;
  1643. }
  1644.  
  1645. .scrollerWrap-1IAIlv .scroller-2FKFPG {
  1646. direction: rtl;
  1647. overflow-y: hidden;
  1648. }
  1649.  
  1650. .scrollerWrap-1IAIlv .scroller-2FKFPG:hover {
  1651. overflow-y: auto;
  1652. }
  1653.  
  1654. .wrapper-1Rf91z .container-2td-dC {
  1655. padding-right: 15px;
  1656. }
  1657.  
  1658. .wrapper-1Rf91z .container-2td-dC .wrapper-2lTRaf+.wrapper-2lTRaf {
  1659. margin-top: 15px;
  1660. }
  1661.  
  1662. .wrapper-1Rf91z .container-1ETFDs, .wrapper-1Rf91z .container-1aNBdK {
  1663. margin-right: 15px;
  1664. }
  1665.  
  1666. .wrapper-1Rf91z .friendsOnline-2JkivW {
  1667. margin-right: 5px;
  1668. }
  1669.  
  1670. .theme-dark .dragPlaceholder-D9-haY {
  1671. margin-right: 15px;
  1672. }
  1673.  
  1674. /*--Online Border & style--*/
  1675. [class*=userPopout] [class*=avatarWrapper] [style*=image] {
  1676. background-color:unset;
  1677. height:242px;
  1678. width:242px;
  1679. background-size:contain;
  1680. background-position:center;
  1681. background-repeat:no-repeat;
  1682. border-radius:0px;
  1683. border:none;
  1684. mask:unset;
  1685. -webkit-mask:unset;
  1686. box-shadow:unset;
  1687. margin-bottom: 4px;
  1688. margin-top: 4px;
  1689. }
  1690.  
  1691. .popout-2fzvxG {
  1692. height: 242px;
  1693. width: 242px;
  1694. }
  1695.  
  1696. [class*=userPopout] [class*=header] [class*=header] {
  1697. padding: 0;
  1698. }
  1699.  
  1700. [class*=userPopout] [class*=avatar-][class*=popout-] {
  1701. width:100%;
  1702. height:100%;
  1703. border:none;
  1704. border-radius:unset
  1705. }
  1706.  
  1707. [class*=userPopout] [class*=avatarWrapper] [class*=avatarHint-] {
  1708. opacity:0;
  1709. }
  1710.  
  1711. [class*=userPopout] [class*=image] {
  1712. opacity: 1;
  1713. }
  1714.  
  1715. [class*=userPopout] [class*=dnd] {
  1716. top: -4px;
  1717. width: 250px;
  1718. height: 250px;
  1719. left:-4px;
  1720. border-radius: 4px;
  1721. pointer-events:none;
  1722. background-color: rgba(0,0,0,0);
  1723. box-shadow: inset 0 0 0 4px #d01414;
  1724. }
  1725.  
  1726. [class*=userPopout] [class*=online] {
  1727. top: -4px;
  1728. width: 250px;
  1729. height: 250px;
  1730. left:-4px;
  1731. border-radius: 4px;
  1732. pointer-events:none;
  1733. background-color: rgba(0,0,0,0);
  1734. box-shadow: inset 0 0 0 4px #43b581;
  1735. }
  1736.  
  1737. [class*=userPopout] [class*=idle] {
  1738. top: -4px;
  1739. width: 250px;
  1740. height: 250px;
  1741. left:-4px;
  1742. border-radius: 4px;
  1743. pointer-events:none;
  1744. background-color: rgba(0,0,0,0);
  1745. box-shadow: inset 0 0 0 4px #faa61a;
  1746. }
  1747.  
  1748. [class*=userPopout] [class*=offline] {
  1749. top: -4px;
  1750. width: 250px;
  1751. height: 250px;
  1752. left:-4px;
  1753. border-radius: 4px;
  1754. pointer-events:none;
  1755. background-color: rgba(0,0,0,0);
  1756. box-shadow: inset 0 0 0 4px #282829;
  1757. }
  1758.  
  1759. [class*=userPopout] [class*=invisible] {
  1760. top: -4px;
  1761. width: 250px;
  1762. height: 250px;
  1763. left:-4px;
  1764. border-radius: 4px;
  1765. pointer-events:none;
  1766. background-color: rgba(0,0,0,0);
  1767. box-shadow: inset 0 0 0 4px #747f8d;
  1768. }
  1769.  
  1770. [class*=userPopout] [class*=Playing] {
  1771. background-color: rgba(0,0,0,.7);
  1772. }
  1773.  
  1774. .bodyAlignCenter-1KzvJk {
  1775. background: rgba(0,0,0,0) !important;
  1776. }
  1777.  
  1778. [class*=userPopout] [class*=Streaming] {
  1779. left:0;
  1780. right:0;
  1781. top:20px;
  1782. z-index:2;
  1783. border:none !important;
  1784. border-bottom:1px solid rgba(255,255,255,.8);
  1785. padding:3px 25px;
  1786. pointer-events:auto;
  1787. }
  1788.  
  1789. [class*=userPopout] [class*=body-]:not([class*=bodyNormal]) {
  1790. background-color: rgba(0,0,0,.7);
  1791. }
  1792.  
  1793. [class*=userPopout] [class*=body-]:not([class*=bodyNormal]) textarea:focus {
  1794. background-color: rgba(0,0,0,.5);
  1795. }
  1796.  
  1797. [class*=userPopout] [class*=footer-] {
  1798. border: none;
  1799. background-color: rgba(0,0,0,.7);
  1800. }
  1801.  
  1802. .theme-dark .quickMessage-1yeL4E {
  1803. background-color: rgba(0,0,0,.5);
  1804. border-color: rgba(0,0,0,.5);
  1805. }
  1806.  
  1807. .theme-dark .headerNormal-T_seeN {
  1808. background-color: rgba(0,0,0,.7);
  1809. }
  1810.  
  1811. [class*=modal] [class*=inner],
  1812. [class*=modal] [class*=root],
  1813. [class*=modal] [class*=root] {
  1814. background: transparent;
  1815. }
  1816.  
  1817. [class*=modal] [class*=root] [class*=topSection],
  1818. [class*=modal] [class*=root] [class*=body] {
  1819. background: rgba(0,0,0,.6);
  1820. }
  1821.  
  1822. .tabBar-1E2ExX.tabBar-2MuP6- .tabBarItem-1b8RUP.selected {
  1823. border-bottom-color: rgba(var(--BMT-main-color),1);
  1824. }
  1825.  
  1826. .tabBar-1E2ExX.tabBar-2MuP6- .tabBarItem-1b8RUP:hover {
  1827. border-bottom-color: rgba(var(--BMT-hover-color),1);
  1828. }
  1829.  
  1830. .theme-dark .listRow-hutiT_:hover {
  1831. background: rgba(0,0,0,.3);
  1832. }
  1833.  
  1834. .tabBarContainer-1s1u-z {
  1835. border-top: 0px;
  1836. }
  1837.  
  1838. [class*=modal] [class*=activityProfile] [class*=body] {
  1839. background-color: transparent;
  1840. }
  1841.  
  1842. [class*=modal] [class*=avatar] [class*=image] {
  1843. border-radius: 0px;
  1844. }
  1845.  
  1846. [class*=modal] [class*=avatar] [class*=mask] {
  1847. mask: none !important;
  1848. -webkit-mask: none !important;
  1849. }
  1850.  
  1851. .theme-dark .root-SR8cQa .note-QfFU8y textarea:focus {
  1852. background-color: rgba(0,0,0,.5);
  1853. }
  1854.  
  1855. [class*=modal] [class*=avatar-3EQepX] [class*=dnd] {
  1856. top: -4px;
  1857. width: 98px;
  1858. height: 98px;
  1859. left:-4px;
  1860. border-radius: 4px;
  1861. pointer-events:none;
  1862. background-color: rgba(0,0,0,0);
  1863. box-shadow: inset 0 0 0 4px #d01414;
  1864. }
  1865.  
  1866. [class*=modal] [class*=avatar-3EQepX] [class*=online] {
  1867. top: -4px;
  1868. width: 98px;
  1869. height: 98px;
  1870. left:-4px;
  1871. border-radius: 4px;
  1872. pointer-events:none;
  1873. background-color: rgba(0,0,0,0);
  1874. box-shadow: inset 0 0 0 4px #43b581;
  1875. }
  1876.  
  1877. [class*=modal] [class*=avatar-3EQepX] [class*=idle] {
  1878. top: -4px;
  1879. width: 98px;
  1880. height: 98px;
  1881. left:-4px;
  1882. border-radius: 4px;
  1883. pointer-events:none;
  1884. background-color: rgba(0,0,0,0);
  1885. box-shadow: inset 0 0 0 4px #faa61a;
  1886. }
  1887.  
  1888. [class*=modal] [class*=avatar-3EQepX] [class*=offline] {
  1889. top: -4px;
  1890. width: 98px;
  1891. height: 98px;
  1892. left:-4px;
  1893. border-radius: 4px;
  1894. pointer-events:none;
  1895. background-color: rgba(0,0,0,0);
  1896. box-shadow: inset 0 0 0 4px #282829;
  1897. }
  1898.  
  1899. [class*=modal] [class*=avatar-3EQepX] [class*=invisible] {
  1900. top: -4px;
  1901. width: 98px;
  1902. height: 98px;
  1903. left:-4px;
  1904. border-radius: 4px;
  1905. pointer-events:none;
  1906. background-color: rgba(0,0,0,0);
  1907. box-shadow: inset 0 0 0 4px #747f8d;
  1908. }
  1909.  
  1910. [class*=modal] [class*=listAvatar] [class*=online] {
  1911. top: -3px;
  1912. width: 46px !important;
  1913. height: 46px !important;
  1914. left:-3px;
  1915. border-radius: 4px;
  1916. pointer-events:none;
  1917. background-color: rgba(0,0,0,0);
  1918. box-shadow: inset 0 0 0 3px #43b581;
  1919. }
  1920.  
  1921. [class*=modal] [class*=listAvatar] [class*=idle] {
  1922. top: -3px;
  1923. width: 46px !important;
  1924. height: 46px !important;
  1925. left:-3px;
  1926. border-radius: 4px;
  1927. pointer-events:none;
  1928. background-color: rgba(0,0,0,0);
  1929. box-shadow: inset 0 0 0 3px #faa61a;
  1930. }
  1931.  
  1932. [class*=modal] [class*=listAvatar] [class*=dnd] {
  1933. top: -3px;
  1934. width: 46px !important;
  1935. height: 46px !important;
  1936. left:-3px;
  1937. border-radius: 4px;
  1938. pointer-events:none;
  1939. background-color: rgba(0,0,0,0);
  1940. box-shadow: inset 0 0 0 3px #d01414;
  1941. }
  1942.  
  1943. [class*=modal] [class*=listAvatar] [class*=offline] {
  1944. top: -3px;
  1945. width: 46px !important;
  1946. height: 46px !important;
  1947. left:-3px;
  1948. border-radius: 4px;
  1949. pointer-events:none;
  1950. background-color: rgba(0,0,0,0);
  1951. box-shadow: inset 0 0 0 3px #282829;
  1952. }
  1953.  
  1954. [class*=modal] [class*=listAvatar] [class*=invisible] {
  1955. top: -3px;
  1956. width: 46px !important;
  1957. height: 46px !important;
  1958. left:-3px;
  1959. border-radius: 4px;
  1960. pointer-events:none;
  1961. background-color: rgba(0,0,0,0);
  1962. box-shadow: inset 0 0 0 3px #747f8d;
  1963. }
  1964.  
  1965. [class*=column-E5Tpw7] [class*=online] {
  1966. top: -3px !important;
  1967. width: 55px !important;
  1968. height: 55px !important;
  1969. left: -3px !important;
  1970. border-radius: 8px;
  1971. pointer-events:none;
  1972. background-color: rgba(0,0,0,0);
  1973. box-shadow: inset 0 0 0 3px #43b581;
  1974. }
  1975.  
  1976. [class*=column-E5Tpw7] [class*=idle] {
  1977. top: -3px !important;
  1978. width: 55px !important;
  1979. height: 55px !important;
  1980. left: -3px !important;
  1981. border-radius: 8px;
  1982. pointer-events:none;
  1983. background-color: rgba(0,0,0,0);
  1984. box-shadow: inset 0 0 0 3px #faa61a;
  1985. }
  1986.  
  1987. [class*=column-E5Tpw7] [class*=dnd] {
  1988. top: -3px !important;
  1989. width: 55px !important;
  1990. height: 55px !important;
  1991. left: -3px !important;
  1992. border-radius: 8px;
  1993. pointer-events:none;
  1994. background-color: rgba(0,0,0,0);
  1995. box-shadow: inset 0 0 0 3px #d01414;
  1996. }
  1997.  
  1998. [class*=column-E5Tpw7] [class*=offline] {
  1999. top: -3px !important;
  2000. width: 55px !important;
  2001. height: 55px !important;
  2002. left: -3px !important;
  2003. border-radius: 8px;
  2004. pointer-events:none;
  2005. background-color: rgba(0,0,0,0);
  2006. box-shadow: inset 0 0 0 3px #282829;
  2007. }
  2008.  
  2009. [class*=column-E5Tpw7] [class*=invisible] {
  2010. top: -3px !important;
  2011. width: 55px !important;
  2012. height: 55px !important;
  2013. left: -3px !important;
  2014. border-radius: 8px;
  2015. pointer-events:none;
  2016. background-color: rgba(0,0,0,0);
  2017. box-shadow: inset 0 0 0 3px #747f8d;
  2018. }
  2019.  
  2020. [class*=container-2Thooq] [class*=online],
  2021. [class*=friendWrapper-2fdY14] [class*=online],
  2022. [class*=privateChannels-1nO12o] [class*=online] {
  2023. top: -4px !important;
  2024. width: 35px !important;
  2025. height: 35px !important;
  2026. left: -4px !important;
  2027. border-radius: 8px;
  2028. pointer-events:none;
  2029. background-color: rgba(0,0,0,0);
  2030. box-shadow: inset 0 0 0 3px #43b581;
  2031. }
  2032.  
  2033. [class*=container-2Thooq] [class*=idle],
  2034. [class*=friendWrapper-2fdY14] [class*=idle],
  2035. [class*=privateChannels-1nO12o] [class*=idle] {
  2036. top: -4px !important;
  2037. width: 35px !important;
  2038. height: 35px !important;
  2039. left: -4px !important;
  2040. border-radius: 8px;
  2041. pointer-events:none;
  2042. background-color: rgba(0,0,0,0);
  2043. box-shadow: inset 0 0 0 3px #faa61a;
  2044. }
  2045.  
  2046. [class*=container-2Thooq] [class*=dnd],
  2047. [class*=friendWrapper-2fdY14] [class*=dnd],
  2048. [class*=privateChannels-1nO12o] [class*=dnd] {
  2049. top: -4px !important;
  2050. width: 35px !important;
  2051. height: 35px !important;
  2052. left: -4px !important;
  2053. border-radius: 8px;
  2054. pointer-events:none;
  2055. background-color: rgba(0,0,0,0);
  2056. box-shadow: inset 0 0 0 3px #d01414;
  2057. }
  2058.  
  2059. [class*=container-2Thooq] [class*=offline],
  2060. [class*=friendWrapper-2fdY14] [class*=offline],
  2061. [class*=privateChannels-1nO12o] [class*=offline] {
  2062. top: -4px !important;
  2063. width: 35px !important;
  2064. height: 35px !important;
  2065. left: -4px !important;
  2066. border-radius: 8px;
  2067. pointer-events:none;
  2068. background-color: rgba(0,0,0,0);
  2069. box-shadow: inset 0 0 0 3px #282829;
  2070. }
  2071.  
  2072. [class*=container-2Thooq] [class*=invisible],
  2073. [class*=friendWrapper-2fdY14] [class*=invisible],
  2074. [class*=privateChannels-1nO12o] [class*=invisible] {
  2075. top: -4px !important;
  2076. width: 35px !important;
  2077. height: 35px !important;
  2078. left: -4px !important;
  2079. border-radius: 8px;
  2080. pointer-events:none;
  2081. background-color: rgba(0,0,0,0);
  2082. box-shadow: inset 0 0 0 3px #747f8d;
  2083. }
  2084.  
  2085. [class*=container-2Thooq] [class*=streaming],
  2086. [class*=friendWrapper-2fdY14] [class*=streaming],
  2087. [class*=privateChannels-1nO12o] [class*=streaming] {
  2088. top: -4px !important;
  2089. width: 35px !important;
  2090. height: 35px !important;
  2091. left: -4px !important;
  2092. border-radius: 8px;
  2093. pointer-events:none;
  2094. background-color: rgba(0,0,0,0);
  2095. box-shadow: inset 0 0 0 3px #593695;
  2096. }
  2097.  
  2098. .image-33JSyf, .container-2Thooq .avatarSmall-3ACRaI .inner-1W0Bkn,
  2099. .container-3gCOGc .avatarSmall-3ACRaI .inner-1W0Bkn,
  2100. .privateChannels-1nO12o .channel-2QD9_O .avatarSmall-3ACRaI .inner-1W0Bkn,
  2101. .friend-2PO6ke .avatarSmall-3ACRaI .inner-1W0Bkn,
  2102. .friendsTable-133bsv .friendsRow-2yicud
  2103. .friends-column-name .avatarSmall-3ACRaI .inner-1W0Bkn {
  2104. border-radius: 4px !important;
  2105. background-size: 100% 100% !important;
  2106. }
  2107.  
  2108. .mask-3OgeRz {
  2109. -webkit-mask: unset;
  2110. mask: unset;
  2111. }
  2112.  
  2113. [class*=scroller] [class*=avatarWrapper-3B0ndJ] [class*=online] {
  2114. top: -4px;
  2115. width: 34px;
  2116. height: 34px;
  2117. left:-4px;
  2118. border-radius: 8px;
  2119. pointer-events:none;
  2120. background-color: rgba(0,0,0,0);
  2121. box-shadow: inset 0 0 0 3px #43b581;
  2122. }
  2123.  
  2124. [class*=scroller] [class*=avatarWrapper-3B0ndJ] [class*=idle] {
  2125. top: -4px;
  2126. width: 34px;
  2127. height: 34px;
  2128. left:-4px;
  2129. border-radius: 8px;
  2130. pointer-events:none;
  2131. background-color: rgba(0,0,0,0);
  2132. box-shadow: inset 0 0 0 3px #faa61a;
  2133. }
  2134.  
  2135. [class*=scroller] [class*=avatarWrapper-3B0ndJ] [class*=offline] {
  2136. top: -4px;
  2137. width: 34px;
  2138. height: 34px;
  2139. left:-4px;
  2140. border-radius: 8px;
  2141. pointer-events:none;
  2142. background-color: rgba(0,0,0,0);
  2143. box-shadow: inset 0 0 0 3px #282829;
  2144. }
  2145.  
  2146. [class*=scroller] [class*=avatarWrapper-3B0ndJ] [class*=invisible] {
  2147. top: -4px;
  2148. width: 34px;
  2149. height: 34px;
  2150. left:-4px;
  2151. border-radius: 8px;
  2152. pointer-events:none;
  2153. background-color: rgba(0,0,0,0);
  2154. box-shadow: inset 0 0 0 3px #747f8d;
  2155. }
  2156.  
  2157. [class*=scroller] [class*=avatarWrapper-3B0ndJ] [class*=dnd] {
  2158. top: -4px;
  2159. width: 34px;
  2160. height: 34px;
  2161. left:-4px;
  2162. border-radius: 8px;
  2163. pointer-events:none;
  2164. background-color: rgba(0,0,0,0);
  2165. box-shadow: inset 0 0 0 3px #d01414;
  2166. }
  2167.  
  2168. [class*=scroller] [class*=avatarWrapper-3B0ndJ] [class*=streaming] {
  2169. top: -4px;
  2170. width: 34px;
  2171. height: 34px;
  2172. left:-4px;
  2173. border-radius: 8px;
  2174. pointer-events:none;
  2175. background-color: rgba(0,0,0,0);
  2176. box-shadow: inset 0 0 0 3px #593695;
  2177. }
  2178.  
  2179. .theme-dark .status-oxiHuE,
  2180. .theme-dark .status-oxiHuE:hover,
  2181. .theme-dark .member-3W1lQa.popout-open:hover .content-OzHfo4 .status-oxiHuE,
  2182. .theme-dark .member-3W1lQa.popout-open .content-OzHfo4 .status-oxiHuE {
  2183. border-color: transparent !important;
  2184. }
  2185.  
  2186. .headerStreaming-2FjmGz .activity-11LB_k {
  2187. padding: 10px;
  2188. width: 230px;
  2189. margin-left: -25px
  2190. }
  2191.  
  2192. .headerStreaming-2FjmGz .headerTop-3C2Zn0 {
  2193. margin-top: -3px !important
  2194. }
  2195.  
  2196. .private-channel-recipients-invite .friend .avatar-small {
  2197. border-radius: 4px;
  2198. }
  2199.  
  2200. /*--Connection Info--*/
  2201. .theme-dark .container-2x5lvQ header {
  2202. background-color: rgba(var(--BMT-main-color),1);
  2203. }
  2204.  
  2205. .theme-dark .container-2x5lvQ section {
  2206. background-color: rgba(0,0,0,.7);
  2207. }
  2208.  
  2209. .theme-dark .container-2x5lvQ section:after {
  2210. border-top-color: rgba(0,0,0,.7);
  2211. }
  2212.  
  2213. .container-2x5lvQ hr {
  2214. border: 0px;
  2215. }
  2216.  
  2217. /*--Help Modal & Changelog--*/
  2218. .need-help-modal.form.deprecated .header {
  2219. background-color: rgba(var(--BMT-main-color),1);
  2220. }
  2221.  
  2222. .need-help-modal.form.deprecated .header input[type=text],
  2223. .need-help-modal.form.deprecated .header input[type=text]:focus {
  2224. background-color: black;
  2225. color: white;
  2226. box-shadow: 0 2px 1px black;
  2227. border-bottom-color: black;
  2228. }
  2229.  
  2230. .form-deprecated .form-inner, .form.deprecated .form-inner {
  2231. background-color: rgba(0,0,0,var(--BMT-main-transparency));
  2232. }
  2233.  
  2234. .need-help-modal.form.deprecated .footer {
  2235. background-color: rgba(0,0,0,var(--BMT-main-transparency));
  2236. border-top: 0px;
  2237. }
  2238.  
  2239. .theme-dark .footer-2yfCgX {
  2240. background-color: rgba(0,0,0,var(--BMT-main-transparency));
  2241. box-shadow: none;
  2242. }
  2243.  
  2244. .need-help-modal.form.deprecated a,
  2245. .need-help-modal.form.deprecated a:hover {
  2246. color: rgba(var(--BMT-main-color),1);
  2247. }
  2248.  
  2249. /*--Emoji Menu--*/
  2250. .scrollerThemed-2oenus.themeLight-1_DWyY .scroller-2FKFPG::-webkit-scrollbar-thumb,
  2251. .theme-dark .scrollerThemed-2oenus.themeLight-1_DWyY .scroller-2FKFPG::-webkit-scrollbar-thumb,
  2252. .theme-light .scrollerWrap-2lJEkd .scroller-2FKFPG::-webkit-scrollbar-thumb {
  2253. background-color: rgba(var(--BMT-main-color),1);
  2254. }
  2255.  
  2256. .scrollerThemed-2oenus.themeLight-1_DWyY.scrollerTrack-1ZIpsv>.scroller-2FKFPG::-webkit-scrollbar-track,
  2257. .theme-dark .scrollerThemed-2oenus.themeLight-1_DWyY.scrollerTrack-1ZIpsv>.scroller-2FKFPG::-webkit-scrollbar-track,
  2258. .theme-light .scrollerWrap-2lJEkd.scrollerTrack-1ZIpsv>.scroller-2FKFPG::-webkit-scrollbar-track {
  2259. visibility: hidden;
  2260. }
  2261.  
  2262. .emojiPicker-3m1S-j,
  2263. .bda-dark .emoji-picker, .bda-dark .emojiPicker-3m1S-j {
  2264. background-color: rgba(0,0,0,.7);
  2265. border: 0px;
  2266. }
  2267.  
  2268. .emojiPicker-3m1S-j .stickyHeader-1SS0JU {
  2269. visibility: hidden;
  2270. }
  2271.  
  2272. .emojiPicker-3m1S-j .categories-1feg4n .item-16cXuq.selected-39BZ4S {
  2273. border-bottom-color: rgba(var(--BMT-main-color),1);
  2274. }
  2275.  
  2276. .search-bar.search-bar-light {
  2277. background-color: rgba(0,0,0,.0);
  2278. }
  2279.  
  2280. .emojiPicker-3m1S-j .scroller-3vODG7
  2281. .emojiItem-109bjA.selected-39BZ4S,
  2282. .emote-container:hover,
  2283. #bda-qem button.active,
  2284. .bda-dark #bda-qem button.active {
  2285. background-color: rgba(var(--BMT-main-color),1);
  2286. }
  2287.  
  2288. #bda-qem button:hover,
  2289. .bda-dark #bda-qem button:hover {
  2290. background-color: rgba(var(--BMT-hover-color),1);
  2291. }
  2292.  
  2293. .search-bar.search-bar-light .search-bar-inner {
  2294. background-color: rgba(0,0,0,.5);
  2295. }
  2296.  
  2297. #bda-qem,
  2298. #bda-qem-twitch-container,
  2299. #bda-qem-favourite-container,
  2300. .bda-dark #bda-qem-favourite-container,
  2301. .bda-dark #bda-qem-twitch-container,
  2302. .bda-dark #bda-qem button{
  2303. background: rgba(0,0,0,.7);
  2304. }
  2305.  
  2306. .bda-dark #bda-qem {
  2307. border-bottom-color: rgba(0,0,0,.7) !important;
  2308. }
  2309.  
  2310. #bda-qem button,
  2311. .bda-dark #bda-qem button {
  2312. border-left: 1px solid rgba(0,0,0,.5);
  2313. box-shadow: rgba(0,0,0,.5) 1px 0 0 0;
  2314. color: white;
  2315. }
  2316.  
  2317. .bda-dark .emoji-picker .category,
  2318. .bda-dark .emojiPicker-3m1S-j .category-2U57w6,
  2319. .bda-dark .emoji-picker .header .search-bar, .bda-dark
  2320. .emojiPicker-3m1S-j .header-1nkwgG .search-bar,
  2321. .bda-dark .emoji-picker .scroller::-webkit-scrollbar,
  2322. .bda-dark .emoji-picker .scroller::-webkit-scrollbar-track,
  2323. .bda-dark .emoji-picker .scroller::-webkit-scrollbar-track-piece,
  2324. .bda-dark .emojiPicker-3m1S-j .scroller-3vODG7::-webkit-scrollbar,
  2325. .bda-dark .emojiPicker-3m1S-j .scroller-3vODG7::-webkit-scrollbar-track,
  2326. .bda-dark .emojiPicker-3m1S-j .scroller-3vODG7::-webkit-scrollbar-track-piece,
  2327. .bda-dark #bda-qem-twitch-container .scroller::-webkit-scrollbar,
  2328. .bda-dark #bda-qem-twitch-container .scroller::-webkit-scrollbar-track,
  2329. .bda-dark #bda-qem-twitch-container .scroller::-webkit-scrollbar-track-piece,
  2330. .bda-dark #pubs-container .scroller::-webkit-scrollbar, .bda-dark #pubs-container
  2331. .scroller::-webkit-scrollbar-track, .bda-dark #pubs-container .scroller::-webkit-scrollbar-track-piece,
  2332. .bda-dark #bda-qem-favourite-container .scroller::-webkit-scrollbar,
  2333. .bda-dark #bda-qem-favourite-container .scroller::-webkit-scrollbar-track,
  2334. .bda-dark #bda-qem-favourite-container .scroller::-webkit-scrollbar-track-piece,
  2335. .bda-dark #bda-qem {
  2336. background-color: transparent !important;
  2337. }
  2338.  
  2339. .bda-dark #bda-qem-twitch-container .scroller::-webkit-scrollbar-thumb,
  2340. .bda-dark #bda-qem-favourite-container .scroller::-webkit-scrollbar-thumb,
  2341. .bda-dark .emoji-picker .scroller::-webkit-scrollbar-thumb, .bda-dark emojiPicker-3g68GS
  2342. .scroller-3vODG7::-webkit-scrollbar-thumb, .bda-dark #pubs-container .scroller::-webkit-scrollbar-thumb {
  2343. background-color: rgba(var(--BMT-main-color),1) !important;
  2344. }
  2345.  
  2346. /*--Emoji Menu End--*/
  2347.  
  2348. .wrapper-1Rf91z .wrapper-2lTRaf:hover {
  2349. border-radius: 5px !important;
  2350. }
  2351. /*
  2352. .guildsWrapper-5TJh6A .guilds-1q_RqH .guild-1EfMGQ:hover {
  2353. -webkit-animation:hoverzoom 0.2s;
  2354. animation:hoverzoom 0.2s;
  2355. }*/
  2356.  
  2357. /*--Nitro Badge--*/ /* Won't work anymore :( *//*
  2358. .chat-3bRxxu .large-3ChYtB[style*="/a_"] ~ h2 span.username-_4ZSMR::after,
  2359. .members-1998pB .member-3W1lQa .image-33JSyf[style*="/a_"] ~ .memberInner-2CPc3V span.username-1cB_5E::after {
  2360. content: "Nitro";
  2361. background: rgba(0,0,0,0.5);
  2362. color: #fff;
  2363. border-radius: 3px;
  2364. border: 1px solid transparent;
  2365. margin-left: 6px;
  2366. font-size: 10px;
  2367. font-weight: 600;
  2368. padding: 1px 4px;
  2369. text-transform: uppercase;
  2370. vertical-align: bottom;
  2371. line-height: 16px;
  2372. -webkit-flex-shrink: 0;
  2373. flex-shrink: 0;
  2374. text-shadow: 0px 1px 3px #000;
  2375. }*/
  2376.  
  2377. /*Member Headers*/
  2378. .membersGroup-v9BXpm {
  2379. color: rgba(var(--BMT-memberheadertext-color),1) !important;
  2380. background-image: linear-gradient(180deg, rgba(var(--BMT-memberheader-color),1), transparent, rgba(var(--BMT-memberheader-color),1)), linear-gradient(0deg, rgba(var(--BMT-memberheader-color),1), transparent, rgba(var(--BMT-memberheader-color),1)), linear-gradient(90deg, rgba(var(--BMT-memberheader-color),1), transparent, rgba(var(--BMT-memberheader-color),1)), linear-gradient(90deg, rgba(var(--BMT-memberheader-color),1), transparent, rgba(var(--BMT-memberheader-color),1));
  2381. background-size: 3px 100%, 3px 100%, 100% 3px, 100% 3px;
  2382. background-position: 100% 0, 0 100%;
  2383. background-repeat: no-repeat;
  2384. padding-top: 15px;
  2385. padding-bottom: 6px;
  2386. margin-top: 2px;
  2387. margin-bottom: 2px;
  2388. text-align: center;
  2389. border-radius: 4px;
  2390. line-height: 10px !important;
  2391. width: 217px !important;
  2392. margin-left: 8px !important;
  2393. }
  2394.  
  2395. /*Transparency--*/
  2396. #friends,
  2397. .friendsTable-133bsv,
  2398. .guild-channels,
  2399. .channels-wrap,
  2400. .links,
  2401. .chat,
  2402. .messages-wrapper,
  2403. .title-wrap,
  2404. .content,
  2405. .chat-empty,
  2406. .private-channels,
  2407. .guild-header header,
  2408. .guild-header header:after,
  2409. .typing-2GQL18,
  2410. .divider-red span,
  2411. [class*=activityFeed],
  2412. .card-7JP0BX,
  2413. [class*=newsIconCircle] {
  2414. background: transparent !important;
  2415. border: 0 !important;
  2416. }
  2417. [class*=card] [class*=header] {
  2418. background: transparent;
  2419. }
  2420. .theme-dark .layers, .layer,
  2421. .layers-3iHuyZ, .layer-3QrUeG {
  2422. background: transparent !important;
  2423. }
  2424. .channel-members-wrap,
  2425. .wrapper-1Rf91z,
  2426. .channels-wrap .scrollerWrap-2lJEkd,
  2427. .channels-wrap .flexChild-1KGW5q,
  2428. .container-3gCOGc,
  2429. .container-1UB9sr,
  2430. #friends .friends-header, .chat .title-wrap,
  2431. .popout.popout-bottom-right.no-arrow.no-shadow,
  2432. .private-channels .search-bar,
  2433. .chat form .channel-text-area-default,
  2434. .headerBar-UHpsPw, .searchBar-6Kv8R2 {
  2435. box-shadow: none;
  2436. -webkit-box-shadow: none;
  2437. }
  2438. .container-2lgZY8, .titleBar-AC4pGV, .theme-dark .passthroughSelected-1Eq0Kl,
  2439. .theme-dark .sidebarRegion-VFTUkN, .theme-dark .contentRegion-3nDuYy,
  2440. .theme-dark .message-group .comment .markup code.inline,
  2441. .theme-dark .message-group .comment .markup pre code,
  2442. .theme-dark .quickswitcher-3JagVE, .theme-dark .resultFocused-3aIoYe,
  2443. .theme-dark .input-2VB9rf, .theme-dark .themed-popout .header,
  2444. .theme-dark .themed-popout, .theme-dark .themed-popout .footer,
  2445. .private-channel-recipients-invite .header .search-bar,
  2446. .private-channel-recipients-invite .body .scroller, .search-bar-tag,
  2447. .theme-dark .embedInner-1-fpTo, .regionSelectModal-12e-57,
  2448. .regionSelectModal-12e-57 .regionSelectModalOption-2DSIZ3,
  2449. .theme-dark .colorPickerCustom-2CWBn2, .authBox-hW6HRx,
  2450. .wrapper-3Q5DdO, .theme-dark .wrapper-1cBijl,
  2451. .theme-dark .private-channel-call.minimum
  2452. .private-channel-call-actions .center,
  2453. .create-guild-container.deprecated,
  2454. .create-guild-container.deprecated .action,
  2455. .theme-dark .container-1If-HZ, .theme-dark .reactors-Blmlhw,
  2456. .theme-dark .sidebar-1-SQro, .theme-dark .contentWrapper-3WC1ID,
  2457. .theme-dark .pill-1dHPfk, .theme-dark .everyonePopout-nEbJY3,
  2458. .theme-dark .footer-2aTx0s, .theme-dark .body-2iXqIL,
  2459. .ace-monokai, .ace-monokai .ace_gutter,
  2460. .content-region #bd-customcss-attach-controls,
  2461. #bd-customcss-detach-container #bd-customcss-attach-controls,
  2462. #bd-customcss-detach-container, .editor, .theme-dark .accountBtnInner-sj5jLs,
  2463. .theme-dark .footer-2VgWkh, .theme-dark .addGamePopout-2RY8Ju,
  2464. .theme-dark .attachPopout-1n-ZKM, .theme-dark .gamePreview-9weYR2,
  2465. .info-P9dFwH, .news-2KwXHF, .newsLink-38Naqi:hover, .news-2GDtLJ,
  2466. .theme-dark .body-SKIE6r, .article-3kb3qm, .theme-dark .dockItem-2kQDqg:hover,
  2467. .carousel-JbsNzL, .search-bar, .theme-dark .container-1rPqdX,
  2468. .theme-dark .popoutList-T9CKZQ, .theme-dark .container-3cGP6G,
  2469. .theme-dark .reaction-1ELvT8, .search-bar-light .searchBarInner-1_Tg2R,
  2470. .theme-dark .headerDefault-1wrJcN, .theme-dark .headerClickable-2IVFo9,
  2471. .theme-dark .headerExpanded-CUEwZ5, .theme-dark .changeDetails-bk98pu,
  2472. .theme-dark .divider-1pnAR2, .theme-dark .rowWrapperActive-2L7i9f,
  2473. .theme-dark .libraryFilterInput-3JzqZD,
  2474. .theme-dark .itemBackground-1jfD8p,
  2475. .theme-dark .tileWrapper-2khh-w,
  2476. .theme-dark .tileWrapper-2khh-w:hover,
  2477. .theme-dark .popout-2xBvMR, .theme-dark .browseSearchInput-Jt8kg0,
  2478. .theme-dark .row-1bU71H, .theme-dark .bodySection-jqkkIP,
  2479. .theme-dark .root-1bFE0x, .theme-dark .tier1Banner-1B_WXY,
  2480. .theme-dark .container-2Zlzt0, .theme-dark .searchBox-3Y2Vi7,
  2481. .theme-dark .wrapper-2ZbzR9, .theme-dark #autocomplete-popout .autocomplete-arrow,
  2482. .theme-dark #autocomplete-popout .autocomplete-header-background,
  2483. .theme-dark #autocomplete-popout section, .theme-dark .content-35aVm0,
  2484. .theme-dark .keyboardShortcutsModal-3piNz7, .theme-dark .emojiAliasInput-1y-NBz .emojiInput-1aLNse,
  2485. .theme-dark .gameNameInput-385LoS:focus, .theme-dark .gameNameInput-385LoS:hover,
  2486. .theme-dark .quickSelectPopout-X1hvgV,.theme-dark .quickSelectPopoutOption-opKBx9:hover,
  2487. .theme-dark .option-1l2vXE, .searchBar-2_Yu-C.searchBarLight-1NxoDG .searchBarInner-1_Tg2R,
  2488. .theme-dark .placeholder-1kJjXI, .searchBar-2_Yu-C, .theme-dark .action-1lSjCi, .theme-light .action-1lSjCi,
  2489. .theme-dark .emptyHintCard-2mUdMe, .theme-dark .input-cIJ7To, .theme-dark .loading-17PYl_,
  2490. .theme-dark .spoilerText-3p6IlD.hidden-HHr2R9 {
  2491. background-color: rgba(0,0,0,var(--BMT-main-transparency));
  2492. }
  2493. .appMount-3VJmYg,
  2494. .theme-dark .headerBar-UHpsPw,
  2495. .private-channels .search-bar,
  2496. .channels-Ie2l6A, .guilds-wrapper,
  2497. .container-PNkimc, .theme-dark .title-3qD0b-,
  2498. .theme-dark .members-1998pB,
  2499. .theme-dark .standardSidebarView-3F1I7i,
  2500. .theme-dark .chat-3bRxxu form, .wrapper-2NJDcI,
  2501. .theme-dark .container-3gCOGc, .container-1UB9sr,
  2502. .theme-dark .guild-1EfMGQ.audio-3vVhBi .guildInner-3DSoA4:after,
  2503. .theme-dark .guild-1EfMGQ.video-15yGu3 .guildInner-3DSoA4:after,
  2504. .theme-dark .layer-3QrUeG, .theme-dark .layers-3iHuyZ,
  2505. .theme-dark .ui-standard-sidebar-view,
  2506. .theme-dark .private-channel-recipients-invite .friend.selected,
  2507. .theme-dark .private-channel-recipients-invite .friend,
  2508. .userSettingsVoice-iwdUCU .media-engine-video,
  2509. .popout-open .header-2o-2hj, .unread-1Dp-OI,
  2510. .theme-dark .noChannel-Z1DQK7,
  2511. .theme-dark .private-channel-call, .video-1FfuMD,
  2512. .theme-dark .tiles-2aXG_k, .theme-dark .wrapper-29NfPK,
  2513. .create-guild-container.deprecated .create-or-join .form-inner,
  2514. .inviteIcon-DSd8cG, .theme-dark .body-1SVoBw,
  2515. .theme-dark .wrapper-1Rf91z,
  2516. .theme-dark .guildIconEmptyBackground-14tfYf,
  2517. .theme-dark .chat-3bRxxu, .theme-dark .messagesWrapper-3lZDfY,
  2518. .theme-dark .content-yTz4x3,
  2519. .theme-dark .applicationStore-1pNvnv,
  2520. .theme-dark .gameLibrary-TTDw4Y,
  2521. .theme-dark .header-39GIC8, .theme-dark .tileMedia-24cT6_,
  2522. .theme-dark .gameUpdates-2GPqBU, .theme-dark .guild-1EfMGQ.audio-3vVhBi:after,
  2523. .theme-dark .guild-1EfMGQ.video-15yGu3:after,
  2524. .theme-dark .root-1BQpZw, .searchBar-2_Yu-C.searchBarLight-1NxoDG,
  2525. .theme-dark .container-2Thooq, .theme-dark .wrapper-39oAo3,
  2526. .theme-dark .pageWrapper-1PgVDX {
  2527. background-color: rgba(0,0,0,.0);
  2528. }
  2529.  
  2530. .theme-dark .private-channel-recipients-invite .friend.selected {
  2531. background: transparent;
  2532. }
  2533. .theme-dark .private-channel-recipients-invite .friend:hover {
  2534. background: rgba(0,0,0,var(--BMT-main-transparency));
  2535. }
  2536.  
  2537. /*
  2538. body:before {
  2539. content: "Please Download BMT.theme.css again to have the new options Thx \A \A This Message will be removed in 2 Days";
  2540. white-space: pre-wrap;
  2541. z-index: 1000000000000000000000000;
  2542. color: #fff;
  2543. font-weight: bold;
  2544. background: rgb(var(--BMT-main-color));
  2545. top: 0px;
  2546. left: 50%;
  2547. position: absolute;
  2548. border-radius: 5px;
  2549. padding: 5px 15px;
  2550. -webkit-transform: translate(-50%, -100%);
  2551. transform: translate(-50%, -100%);
  2552. -webkit-animation: version 10s ease;
  2553. animation: version 10s ease;
  2554. -webkit-animation-delay: 5s;
  2555. animation-delay: 5s;
  2556. }
  2557. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement