Advertisement
Guest User

Untitled

a guest
Feb 28th, 2020
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 76.44 KB | None | 0 0
  1. //META{"name":"Expose X (forked by rudde)","description":"Expose X is a clean theme for Discord. It allows customization like accent colors, custom fonts, color change, and more to come in the future. Support Server for Expose X: https://discord.gg/Pdz7jAH.","author":"Corbs#0001","version":"AutoUpdate"}*//{}
  2. root: {
  3. --versionnumber: "2.21";
  4. }
  5.  
  6. .app::before {
  7. opacity: 0.5;
  8. }
  9. .appMount-3VJmYg { /* Fallback */
  10. background-size: cover;
  11. background-repeat: no-repeat;
  12. background-position: center ;
  13. animation: backgroundstartup 5s cubic-bezier(0.860, 0.000, 0.070, 1.000);
  14. }
  15. /* - - Server List - - */
  16. /* Selected Server - Color */
  17. .theme-dark .guild-1EfMGQ.selected-ML3OIq { /* Fallback */
  18. background: white; /* Default Color */
  19. padding: 1px;
  20. margin-left: -1px;
  21. border-radius: 50px;
  22. }
  23. /* Unread Server - Color */
  24. .theme-dark .guild-1EfMGQ.unread-qLkInr { /* Fallback */
  25. background: #8a8e94; /* Default Color */
  26. padding: 1px;
  27. margin-left: -1px;
  28. border-radius: 50px;
  29. }
  30. /* Emojis */
  31. .emoji.jumboable.da-emoji.da-jumboable {
  32. height: 30px;
  33. width: 30px;
  34. }
  35.  
  36. .app-19_DXt::before {
  37. content: "";
  38. filter: blur(var(--blur));
  39. opacity: 1 !important;
  40. background-size: 100%;
  41. background-position: left;
  42. position: fixed !important;
  43. top: 0px;
  44. left: 0px;
  45. width: 100% !important;
  46. height: 100% !important;
  47. background-image: var(--custombackground);
  48. background-repeat: no-repeat !important;
  49. background-position: center !important;
  50. animation: backgroundstartup 5s cubic-bezier(0.860, 0.000, 0.070, 1.000);
  51. }
  52. @keyframes backgroundstartup {
  53. 0% {
  54. background-size: 150%;
  55. }
  56. 100% {
  57. background-size: 100%;
  58. }
  59. }
  60. .container-2lgZY8 {
  61. background-color: rgba(32, 34, 37, 0);
  62. }
  63. .backdrop-1wrmKB {
  64. background-image: var(--custombackground);
  65. opacity: var(--backgroundpopup) !important;
  66. background-color: black;
  67. background-size: cover;
  68. background-repeat: no-repeat !important;
  69. background-position: center !important;
  70. animation: 500ms fadein ease;
  71. }
  72. @keyframes fadein {
  73. 0% {
  74. opacity: 0;
  75. }
  76. 100% {
  77. opacity: 1;
  78. }
  79. }
  80. /* ================================= */
  81. /* Titlebar Customization */
  82. /* ================================= */
  83. /* Icons */
  84. .titleBar-AC4pGV div:nth-of-type(2) {
  85. background-image: var(--closeButton);
  86. }
  87. .titleBar-AC4pGV div:nth-of-type(3) {
  88. background-image: var(--maxButton);
  89. }
  90. .titleBar-AC4pGV div:nth-of-type(4) {
  91. background-image: var(--minButton);
  92. }
  93. .titleBar-AC4pGV .winButton-iRh8-Z { /* adjust size and position */
  94. background-color: transparent;
  95. background-size: var(--sizeOfButtons);
  96. background-position: center;
  97. background-repeat: no-repeat;
  98. opacity: .6;
  99. filter: 0%;
  100. }
  101. .winButton-iRh8-Z svg { /* To hide default titlebar icons */
  102. opacity: var(--defaulttb);
  103. }
  104. /* Menus */
  105.  
  106. /* Buttons */
  107.  
  108. /* Seperators */
  109. .theme-dark .distributionApplicationsActions-3D2_kD, .theme-dark .premiumApplicationsHeader-Zmkm5e {
  110. border-color: rgba(79, 84, 92, 0);
  111. color: #fff;
  112. }
  113. .theme-dark .section-7tu4tu {
  114. border-bottom-color: rgba(54, 57, 63, 0);
  115. }
  116. .theme-dark .divider-21LyPb {
  117. border-color: rgba(47, 49, 54, 0);
  118. }
  119. .theme-dark .headerPurchase-2z_nch {
  120. border-right-color: rgba(79, 84, 92, 0);
  121. }
  122. /* Top Menu in Store */
  123. .itemDescriptionContainer-1DOZz3 {
  124. left: 45%;
  125. }
  126. .itemMediaContainer-1Y2LAK {
  127. right: 46%;
  128. }
  129. /* ================================= */
  130. /* Notifications */
  131. /* ================================= */
  132. /* Background - Text - Position */
  133. .noticeStreamerMode-2TSQpg, .notice-2FJMB4 {
  134. background-color: transparent;
  135. box-shadow: 0 1px 0 rgba(0, 0, 0, 0);
  136. }
  137. /* ================================= */
  138. /* Accent Text - Fonts */
  139. /* ================================= */
  140. .markup-2BOw-j, .username-_4ZSMR, .usernameWrapper-1S-G5O .username-_4ZSMR, .theme-dark .channelName-3stJzi, .theme-dark .groupDM-3qU0Ks .channelName-3stJzi, .theme-dark .groupDMManaged-1GyXtq .channelName-3stJzi, .theme-dark .input-autosize-input, .theme-dark .input-autosize-input:focus, .topic-2QX7LI, .textArea-2Spzkt {
  141. font-family: var(--fontchat);
  142. }
  143. .name-3YKhmS, .nameCollapsed-34uFWo, .nameDefault-2DI02H, .nameHovered-1gxhWH, .nameHoveredCollapsed-2orEWB, .nameMuted-1MCOt4, .nameUnread-njOjIS {
  144. font-family: var(--fontcategoryname);
  145. }
  146. .name-3M0b8v {
  147. font-family: var(--fontchannelname);
  148. }
  149. .membersGroup-v9BXpm {
  150. font-family: var(--fontrolename);
  151. }
  152. .tooltip {
  153. font-family: var(--fonttooltip);
  154. }
  155. .username-1cB_5E {
  156. font-family: var(--fontusername);
  157. }
  158. /* ==================================== */
  159. /* Accent Colors - Text and Background */
  160. /* =================================== */
  161. /* background */
  162. .tooltip {
  163. background-color: var(--accentcolor) !important;
  164. }
  165. .headerPlaying-j0WQBV, .topSectionPlaying-1J5E4n {
  166. background-color: var(--accentcolor) !important;
  167. }
  168. .headerSpotify-zpWxgT, .topSectionSpotify-1lI0-P {
  169. background-color: var(--accentcolor) !important;
  170. }
  171. .item-26Dhrx.marginBottom8-AtZOdT.horizontal-2EEEnY.flex-1O1GKY.directionRow-3v3tfG.cardPrimaryEditable-3KtE4g.card-3Qj_Yx.da-item.da-horizontal.da-flex.da-directionRow.da-cardPrimaryEditable.da-card {
  172. background-color: var(--accentcolor) !important;
  173. border-color: transparent !important;
  174. }
  175. .side-8zPYf6 .itemSelected-1qLhcL, .theme-dark #bd-settings-sidebar .ui-tab-bar-item.selected {
  176. background-color: var(--accentcolor);
  177. }
  178. .checkbox .checkbox-inner input[type=checkbox]:checked+span {
  179. background-color: var(--accentcolor);
  180. border-color: var(--accentcolor);
  181. }
  182. #bd-settingspane-container .ui-switch-item .ui-switch-wrapper .ui-switch.checked {
  183. background-color: var(--accentcolor);
  184. }
  185. .tab-bar-item.tab-bar-item-primary.da-tabBarItem.da-tabBarItemPrimary {
  186. background-color: var(--accentcolor) !important;
  187. }
  188. .bda-slist .bda-footer button {
  189. background-color: var(--accentcolor);
  190. }
  191. .selected-mKYnfr.option-n0icdO {
  192. background-color: var(--accentcolor);
  193. }
  194. .wrapper-3jrx9n {
  195. border-color: var(--accentcolor);
  196. }
  197. .barFill-23-gu- {
  198. background-color: var(--accentcolor);
  199. }
  200. .themeDefault-24hCdX.valueChecked-m-4IJZ {
  201. background-color: var(--accentcolor);
  202. }
  203. .lookFilled-1Gx00P.colorGreen-29iAKY:hover, .lookFilled-1Gx00P.colorGreen-29iAKY:active, .lookFilled-1Gx00P.colorGreen-29iAKY {
  204. background-color: var(--accentcolor);
  205. }
  206. .lookInverted-2D7oAl.colorBrand-3pXr91, .lookInverted-2D7oAl.colorBrand-3pXr91:hover, .lookInverted-2D7oAl.colorBrand-3pXr91:active {
  207. background-color: var(--accentcolor);
  208. }
  209.  
  210. /* Text */
  211. .theme-dark .activityProfile-2bJRaP .content-3JfFJh, .theme-dark .activityProfile-2bJRaP .details-38sfDr, .theme-dark .activityProfile-2bJRaP .name-29ETJS, .theme-dark .activityUserPopout-2yItg2 .content-3JfFJh, .theme-dark .activityUserPopout-2yItg2 .details-38sfDr, .theme-dark .activityUserPopout-2yItg2 .name-29ETJS, .theme-light .activityProfile-2bJRaP .content-3JfFJh, .theme-light .activityProfile-2bJRaP .details-38sfDr, .theme-light .activityProfile-2bJRaP .name-29ETJS, .theme-light .activityUserPopout-2yItg2 .content-3JfFJh, .theme-light .activityUserPopout-2yItg2 .details-38sfDr, .theme-light .activityUserPopout-2yItg2 .name-29ETJS {
  212. color: var(--accenttext);
  213. }
  214. .headerName-fajvi9, .headerTagUsernameNoNickname-2_H881, .headerTag-2pZJzA, .username-3gJmXY, .discriminator-xUhQkU, .lookInverted-2D7oAl.colorBrand-3pXr91, .tab-bar.tabBar-2MuP6- .tabBarItem-1b8RUP.selected, .tab-bar.tabBar-2MuP6- .tabBarItem-1b8RUP, .theme-dark .activityProfile-2bJRaP .headerText-1HLrL7, .theme-dark .activityUserPopout-2yItg2 .headerText-1HLrL7, .theme-light .activityProfile-2bJRaP .headerText-1HLrL7, .theme-light .activityUserPopout-2yItg2 .headerText-1HLrL7, .text-AOoUen, .title-3BE6m5, .side-8zPYf6 .itemSelected-1qLhcL, .tooltip, .theme-dark #bd-settings-sidebar .ui-tab-bar-item.selected {
  215. color: var(--accenttext);
  216. }
  217. .theme-dark .markup-2BOw-j a {
  218. color: var(--accentcolor);
  219. }
  220. /* =================================== */
  221. /* Context Menu */
  222. /* ================================= */
  223. /* Check */
  224. .theme-dark .checkbox .checkbox-inner span {
  225. border-radius: 50px;
  226. }
  227. /* Seperators */
  228. .theme-dark .itemGroup-1tL0uz {
  229. border-color: hsla(0, 0%, 96%, 0);
  230. }
  231. /* ================================= */
  232. /* Chat */
  233. /* ================================= */
  234. /* Welcome to server heading */
  235. .itemContainer-WiE19S, .theme-dark .base-34jWEe {
  236. display: none;
  237. }
  238. .app .welcomeMessage-3_Mcht h1 {
  239. color: #ffffff;
  240. font-size: 28px;
  241. margin-bottom: 110px;
  242. margin-top: 89px;
  243. }
  244. /* Commands */
  245. .theme-dark .autocomplete-1vrmpx {
  246. background-color: var(--accentcolor);
  247. }
  248. .theme-dark .contentTitle-2tG_sM, .theme-dark .description-11DmNu, .theme-dark .descriptionUsername-J_75O8, .theme-dark .content-Qb0rXO {
  249. color: var(--accenttext);
  250. }
  251. /* Reactions */
  252. .theme-dark .reaction-1ELvT8.reactionMe-23mbRf {
  253. background: var(--accentcolor);
  254. }
  255. .theme-dark .reaction-1ELvT8.reactionMe-23mbRf .reactionCount-2ddRoS {
  256. color: var(--accenttext);
  257. }
  258. /* Background */
  259. .theme-dark .chat-3bRxxu, .theme-dark .chat-3bRxxu form, .theme-dark .content-yTz4x3, .theme-dark .messagesWrapper-3lZDfY {
  260. background-color: transparent !important;
  261. }
  262. /* Server Invite */
  263. button.button-3To2tQ.height20-mO2eIN.button-38aScr.lookFilled-1Gx00P.colorGreen-29iAKY.buttonSize-DbrWhv.grow-q77ONN.da-button.da-lookFilled.da-colorGreen.da-buttonSize.da-grow {
  264. margin-left: -283px;
  265. height: 60px;
  266. width: 60px;
  267. border-radius: 50px;
  268. min-width: 60px;
  269. background-color: transparent;
  270. color: transparent;
  271. }
  272. button.button-3To2tQ.height20-mO2eIN.button-38aScr.lookFilled-1Gx00P.colorGreen-29iAKY.buttonSize-DbrWhv.grow-q77ONN.da-button.da-lookFilled.da-colorGreen.da-buttonSize.da-grow:hover {
  273. background-color: rgba(0, 0, 0, 0.50);
  274. color: white;
  275. }
  276. /* BOT */
  277. .botTagRegular-2HEhHi {
  278. background: rgba(114, 137, 218, 0);
  279. }
  280. /* Text Box */
  281. .theme-dark .inner-zqa7da,
  282. .theme-dark .attachButtonDivider-3Glu60,
  283. .theme-dark .channelTextArea-rNsIhG {
  284. background-color: transparent;
  285. border-top: 0px transparent;
  286. }
  287. /* HA, you message failed to send */
  288. .isFailed-19WM0A, .isFailed-19WM0A .hljs, .isFailed-19WM0A a, .isFailed-19WM0A code.inline, .theme-dark .isFailed-19WM0A, .theme-light .isFailed-19WM0A {
  289. animation: 700ms shake ease;
  290. }
  291. @keyframes shake {
  292. 0% {
  293. transform: translateX(0px);
  294. }
  295. 10% {
  296. transform: translateX(20px);
  297. }
  298. 20% {
  299. transform: translateX(-20px);
  300. }
  301. 30% {
  302. transform: translateX(20px);
  303. }
  304. 40% {
  305. transform: translateX(-20px);
  306. }
  307. 50% {
  308. transform: translateX(20px);
  309. }
  310. 60% {
  311. transform: translateX(20px);
  312. }
  313. 70% {
  314. transform: translateX(-20px);
  315. }
  316. 80% {
  317. transform: translateX(20px);
  318. }
  319. 90% {
  320. transform: translateX(-20px);
  321. }
  322. 100% {
  323. transform: translateX(0px);
  324. }
  325. }
  326. /* Invites */
  327. .theme-dark .lookOutlined-3sRXeN.colorPrimary-3b3xI6:hover {
  328. border-color: transparent !important;
  329. }
  330. .theme-dark .wrapper-35wsBm {
  331. background: rgba(47,49,54,.5) !important;
  332. border-color: rgba(47, 49, 54, 0) !important;
  333. }
  334. .theme-dark .lookOutlined-3sRXeN.colorPrimary-3b3xI6 {
  335. border-color: hsla(0, 0%, 100%, 0) !important;
  336. }
  337. .theme-dark .guildIconImage-3qTk45 {
  338. background-color: rgba(0, 0, 0, 0.5) !important;
  339. border-radius: 50px !important;
  340. width: 60px !important;
  341. height: 60px !important;
  342. }
  343. .theme-dark .h5-18_1nd {
  344. font-size: 0px !important;
  345. }
  346. .content-2U5lSY.da-content {
  347. margin-top: -24px !important;
  348. }
  349. /* No Channels */
  350. .theme-dark .noChannel-Z1DQK7 {
  351. background: rgba(54, 57, 63, 0);
  352. }
  353. /* If chat box is disabled, it go bye bye */
  354. .channelTextAreaDisabled-rZtG8r.channelTextArea-1LDbYG.channelTextArea-rNsIhG.da-channelTextAreaDisabled.da-channelTextArea {
  355. visibility: hidden;
  356. }
  357. /* Invite Modal */
  358. .theme-dark .separator-6YbWrc {
  359. box-shadow: 0 1px 0 0 rgba(24, 25, 28, 0), 0 1px 2px 0 rgba(24, 25, 28, 0);
  360. }
  361. .search-bar {
  362. -webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,.06), inset 0 -1px 0 0 rgba(0,0,0,.2);
  363. border-radius: 50px;
  364. box-shadow: 0 0px 0 0 rgba(0,0,0,.0), inset 0 0px 0 0 rgba(0,0,0,0);
  365. }
  366. .bd-modal-wrapper .tab-bar-container, .bd-modal-wrapper .bd-modal-body, .bd-modal-wrapper .header, .theme-dark .footer-2yfCgX {
  367. background: rgba(46, 48, 53, 0);
  368. box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0);
  369. }
  370. .theme-dark .content-3CCvMx:before {
  371. background-color: hsla(0, 0%, 100%, 0);
  372. }
  373. .lookOutlined-3sRXeN.colorGreen-29iAKY {
  374. border-color: rgba(67, 181, 129, 0);
  375. color: #43b581;
  376. }
  377. .theme-dark .inviteRow-2L02ae:hover, .lookFilled-1Gx00P.colorGreen-29iAKY, .input-cIJ7To, .theme-dark .close-18n9bP:hover {
  378. border-radius: 50px;
  379. }
  380. /* Codeblock */
  381. .theme-dark .markup-2BOw-j pre {
  382. background: rgba(47, 49, 54, 0);
  383. border-color: rgba(32, 34, 37, 0);
  384. }
  385. .theme-dark .markup-2BOw-j code, .theme-dark .markup-2BOw-j code.inline {
  386. background: rgba(47, 49, 54, 0.5);
  387. border-radius: 10px;
  388. }
  389. /* Typing Modal */
  390. .theme-dark .typing-2GQL18 {
  391. background-color: transparent;
  392. bottom: 4px;
  393. }
  394. /* Upload button and upload menu */
  395. .theme-dark .attachPopoutRowText-1tIocA {
  396. font-size: 0px;
  397. }
  398. .theme-dark .attachPopout-1n-ZKM {
  399. display: inline-flex;
  400. border-radius: 50px;
  401. }
  402. .attachPopout-1n-ZKM.da-attachPopout {
  403. max-width: 20px;
  404. min-width: 90px;
  405. }
  406. .popoutTopLeft-b5Eb3O {
  407. margin-top: 60px;
  408. margin-left: 6px;
  409. }
  410. .theme-dark .attachPopoutRow-KrE-f6:hover {
  411. background-color: rgba(54, 57, 63, 0);
  412. }
  413. /* Emoji button and emoji menu */
  414. .emoji.jumboable.da-emoji.da-jumboable {
  415. height: var(--emojisize);
  416. width: var(--emojisize);
  417. }
  418. .bda-dark .emoji-picker .header .search-bar, .bda-dark .emojiPicker-3m1S-j .header-1nkwgG .search-bar {
  419. background-color: rgba(43, 43, 43, 0);
  420. }
  421. .emojiPicker-3m1S-j .header-1nkwgG,
  422. .emojiPicker-3m1S-j .categories-1feg4n {
  423. border-bottom: 0px solid rgba(0, 0, 0, 0);
  424. border-top: 0px solid rgba(0, 0, 0, 0);
  425. }
  426. .bda-dark #bda-qem {
  427. border-bottom: 1px solid rgba(70, 70, 70, 0) !important;
  428. background: #353535;
  429. }
  430. .bda-dark #bda-qem button {
  431. border-left: 1px solid rgba(36, 36, 36, 0);
  432. }
  433. .emojiPicker-3m1S-j {
  434. -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0);
  435. border: 1px solid hsla(0, 0%, 75%, 0);
  436. box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0);
  437. }
  438. /* Dividers and dates */
  439. .theme-dark .dividerEnabled-2TTlcf {
  440. border-bottom-color: hsla(0, 0%, 100%, 0);
  441. }
  442. .theme-dark .divider-3gKybi:not(.red-1YQ4s7) div {
  443. background: rgba(71, 74, 79, 0);
  444. }
  445. .theme-dark .divider-3gKybi:not(.red-1YQ4s7) span {
  446. color: rgb(255, 255, 255);
  447. text-transform: capitalize;
  448. }
  449. .theme-dark .divider-3gKybi:before, .theme-dark .divider-3gKybi span {
  450. background-color: rgba(54, 57, 63, 0);
  451. }
  452. .divider-3gKybi {
  453. display: -webkit-inline-box;
  454. height: 61px;
  455. margin-left: 13px;
  456. }
  457. /* Scroll Bar */
  458. .theme-dark .messagesWrapper-3lZDfY .scroller-wrap ::-webkit-scrollbar-thumb {
  459. background-color: rgb(255, 255, 255);
  460. border-color: rgba(54, 57, 63, 0);
  461. }
  462. .theme-dark .messagesWrapper-3lZDfY .scroller-wrap ::-webkit-scrollbar-track-piece {
  463. background-color: rgba(47, 49, 54, 0);
  464. border-color: rgba(54, 57, 63, 0);
  465. }
  466. /* Loading More mEssag*/
  467. .theme-dark .hasMore-3e72_v button {
  468. background: rgba(0, 0, 0, 0);
  469. border: 1px solid rgba(47, 49, 54, 0);
  470. }
  471. .hasMore-3e72_v button {
  472. text-align: inherit;
  473. }
  474. /* Mentioning pop up */
  475. .theme-dark .footer-2aTx0s {
  476. background-color: rgba(32, 34, 37, 0);
  477. }
  478. .lookOutlined-3sRXeN.colorBrand-3pXr91 {
  479. border-color: rgba(114, 137, 218, 0);
  480. color: white;
  481. }
  482. .lookOutlined-3sRXeN.colorBrand-3pXr91:hover {
  483. border-color: rgba(114, 137, 218, 0);
  484. color: white;
  485. }
  486. .lookFilled-1Gx00P.colorBrand-3pXr91:hover {
  487. background-color: transparent;
  488. color: white;
  489. }
  490. .lookFilled-1Gx00P.colorBrand-3pXr91 {
  491. background-color: transparent;
  492. color: white;
  493. }
  494. .buttonHint-2OxJB8.da-buttonHint {
  495. font-size: 0px;
  496. }
  497. /* Embeds */
  498. .theme-dark .embedInner-1-fpTo {
  499. background-color: rgba(0,0,0,.2);
  500. border-color: rgba(46, 48, 54, 0);
  501. }
  502. /* List Along Invite */
  503. .theme-dark .preview-yX6Nx7 {
  504. border-color: rgba(32, 34, 37, 0);
  505. }
  506. .lookFilled-1Gx00P.colorGrey-2DXtkV {
  507. background-color: #747f8d;
  508. color: #fff;
  509. border-radius: 50px;
  510. }
  511. /* ================================= */
  512. /* Header of DMs, Channels, and Groups */
  513. /* ================================= */
  514. /* Background */
  515. .theme-dark .title-3qD0b- {
  516. background: rgba(54, 57, 63, 0);
  517. box-shadow: 0 1px 0 rgba(0, 0, 0, 0), 0 2px 0 rgba(0, 0, 0, 0);
  518. }
  519. /* User QuickSwitcher */
  520. .channelNotices-41mJbj .channelNotice-1-XFjC.quickswitcher-35bYg4 {
  521. background: rgba(40, 43, 48, 0) url(/assets/8fdb69b7684b8e1ecb3fdde909daca41.svg) no-repeat center 35px;
  522. padding: 100px 20px 20px;
  523. }
  524. .channelNotices-41mJbj .channelNotice-1-XFjC .message-3SOT5P .btn-11C5_u {
  525. background-color: rgba(54, 57, 63, 0);
  526. border: 1px solid rgba(0, 0, 0, 0);
  527. }
  528. .channelNotices-41mJbj .channelNotice-1-XFjC .message-3SOT5P .btn-11C5_u:active {
  529. background-color: rgba(54, 57, 63, 0);
  530. border: 1px solid rgba(0, 0, 0, 0);
  531. }
  532. /* Amount of people in a voice channel */
  533. .wrapper-2NJDcI {
  534. background-color: rgba(54, 57, 63, 0);
  535. }
  536. /* Mentions */
  537. .wrapper-232cHJ {
  538. border-radius: 50px;
  539. width: 5px;
  540. }
  541. /* Search Bar */
  542. .theme-dark .option-96V44q.selected-rZcOL- {
  543. background-color: rgba(47, 49, 54, 0.5);
  544. border-radius: 50px;
  545. }
  546. .theme-dark .search .search-bar {
  547. background-color: hsla(0, 0%, 100%, 0);
  548. }
  549. .theme-dark .searchAnswer-3Dz2-q, .theme-dark .searchFilter-2ESiM3 {
  550. background-color: #34383d;
  551. border-radius: 50px;
  552. padding: 3px;
  553. margin-top: -10px;
  554. }
  555. .theme-dark .calendarPicker-2yf6Ci .react-datepicker__week .react-datepicker__day:last-of-type {
  556. border-right-color: rgba(24, 25, 28, 0);
  557. }
  558. .theme-dark .calendarPicker-2yf6Ci .react-datepicker__day {
  559. border-left-color: rgba(24, 25, 28, 0);
  560. border-top-color: rgba(24, 25, 28, 0);
  561. color: #f6f6f7;
  562. }
  563. .theme-dark .calendarPicker-2yf6Ci .react-datepicker__week:last-of-type .react-datepicker__day {
  564. border-bottom-color: rgba(24, 25, 28, 0);
  565. }
  566. .theme-dark .calendarPicker-2yf6Ci .react-datepicker__day--disabled, .theme-dark .calendarPicker-2yf6Ci .react-datepicker__day--outside-month {
  567. border-radius: 50px;
  568. }
  569. .calendarPicker-2yf6Ci .react-datepicker__week:first-of-type>.react-datepicker__day:first-of-type {
  570. border-radius: 50px;
  571. }
  572. .calendarPicker-2yf6Ci .react-datepicker__week:last-of-type>.react-datepicker__day:first-of-type {
  573. border-radius: 50px;
  574. }
  575. .calendarPicker-2yf6Ci .react-datepicker__week:last-of-type>.react-datepicker__day:last-of-type {
  576. border-radius: 50px;
  577. }
  578. .theme-dark .calendarPicker-2yf6Ci .react-datepicker__day.react-datepicker__day--selected:after {
  579. background-color: rgba(96, 131, 255, 0.5);
  580. border-radius: 50px;
  581. height: 39px;
  582. }
  583. .theme-dark .calendarPicker-2yf6Ci .react-datepicker {
  584. background-color: rgba(54, 57, 63, 0);
  585. }
  586. .theme-dark .calendarPicker-2yf6Ci .react-datepicker__current-month {
  587. border-bottom-color: rgba(24, 25, 28, 0);
  588. color: #f6f6f7;
  589. }
  590. .theme-dark .calendarPicker-2yf6Ci .react-datepicker__navigation.react-datepicker__navigation--next, .theme-dark .calendarPicker-2yf6Ci .react-datepicker__navigation.react-datepicker__navigation--previous {
  591. border-color: rgba(24, 25, 28, 0);
  592. }
  593. .theme-dark .calendarPicker-2yf6Ci .react-datepicker__header {
  594. background-color: rgba(54, 57, 63, 0);
  595. border-color: rgba(24, 25, 28, 0);
  596. }
  597. .theme-dark .datePicker--XZbmJ .datePickerHint-3Q1Udw .hintValue-29ny8Z {
  598. background-color: #7289da;
  599. border-radius: 50px;
  600. }
  601. .search .search-bar {
  602. width: 32px;
  603. }
  604. .search-bar-icon .icon.visible {
  605. opacity: 1;
  606. }
  607. .search .search-bar-icon {
  608. pointer-events: none;
  609. }
  610. i.icon.icon-search-bar-clear.visible {
  611. pointer-events: all !important;
  612. }
  613. .search.focused .search-bar, .search.open .search-bar, .search.popout-open .search-bar {
  614. width: 312px;
  615. }
  616. .theme-dark .searchPopout-1vUlP3 {
  617. background-color: rgba(0, 0, 0, 0.76);
  618. border: 1px solid rgba(28, 36, 43, 0);
  619. box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0);
  620. }
  621. .noShadow-321ZPm.popout-3sVMXz.popoutBottom-1YbShG.popoutbottom.da-noShadow.da-popout.da-popoutBottom.da-popoutbottom {
  622. margin-left: -129px;
  623. }
  624. .search-bar .search-bar-inner {
  625. border: 1px solid rgba(0, 0, 0, 0);
  626. border-radius: 50px;
  627. }
  628. .theme-dark .search-results-wrap .search-header {
  629. background-color: rgba(47, 49, 54, 0);
  630. box-shadow: 0 1px 0 rgba(0,0,0,0);
  631. }
  632. .theme-dark .search-results-wrap {
  633. background-color: rgba(47, 49, 54, 0);
  634. }
  635. .theme-dark .search-results-wrap .channel-separator:before {
  636. border-color: hsla(0, 0%, 100%, 0);
  637. }
  638. .theme-dark .search-results-wrap .channel-separator .channel-name {
  639. background-color: rgba(47, 49, 54, 0);
  640. }
  641. .theme-dark .search-results-wrap .search-result:before {
  642. background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(47,49,54,0)),to(rgba(47, 49, 54, 0)));
  643. background-image: linear-gradient(0deg,rgba(47,49,54,0),rgba(47, 49, 54, 0));
  644. }
  645. .theme-dark .search-results-wrap .search-result:after {
  646. background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(47,49,54,0)),to(#2f3136));
  647. background-image: linear-gradient(180deg,rgba(47,49,54,0),rgba(47, 49, 54, 0));
  648. }
  649. .theme-dark .search-results-wrap .search-result .search-result-message.hit {
  650. border: 2px solid rgba(28, 36, 43, 0);
  651. }
  652. .theme-dark .search-results-wrap .search-result .hit {
  653. -webkit-box-shadow: 0 0 10px 6px #2f3136;
  654. background-color: rgba(54, 57, 63, 0.43);
  655. box-shadow: 0 0 10px 6px rgba(47, 49, 54, 0);
  656. }
  657. .theme-dark .search-results-wrap .search-result.expanded {
  658. border: 2px solid rgba(28, 36, 43, 0);
  659. }
  660. .theme-dark .search-results-wrap .search-result.expanded .search-result-message.hit {
  661. -webkit-box-sizing: border-box;
  662. background-color: rgba(0, 0, 0, 0.22);
  663. border-bottom: 2px solid rgba(28, 36, 43, 0);
  664. border-top: 2px solid rgba(28, 36, 43, 0);
  665. box-sizing: border-box;
  666. }
  667. .theme-dark .searchQuery-1B7rtx.selected-rZcOL- {
  668. background-color: rgba(47, 49, 54, 0);
  669. }
  670. .theme-dark .input-2VB9rf {
  671. -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.2), 0 0 0 1px rgba(0,0,0,.1);
  672. background-color: #72767d;
  673. box-shadow: 0 2px 5px rgba(0,0,0,.2), 0 0 0 1px rgba(0,0,0,.1);
  674. color: #fff;
  675. border-radius: 50px;
  676. }
  677. .theme-dark .tipsWithoutResults-lGY-De, .theme-dark .tipsWithResults-HhTE9b {
  678. border-color: rgba(79, 84, 92, 0);
  679. color: #ffffff;
  680. }
  681. .theme-dark .keybindShortcutTipsSelect-HDyfe8:last-of-type:before {
  682. background-color: rgba(79, 84, 92, 0);
  683. }
  684. .theme-dark .resultFocused-3aIoYe {
  685. background-color: rgba(32,34,37,.6);
  686. border-radius: 50px;
  687. }
  688.  
  689. /* Version number / Help button */
  690. g.iconForeground-3y9f0B.da-iconForeground {
  691. d: M170 225 l0 -25 155 0 155 0 0 25 0 25 -155 0 -155 0 0 -25z !important;
  692. }
  693.  
  694. .icon-1R19_H[name="QuestionMark"] {
  695. background-image: url("https://cdn.discordapp.com/attachments/493434304949649408/514099802225639425/rudde.jpg");
  696. background-size: 27px;
  697. width: 27px;
  698. background-repeat: no-repeat;
  699. background-position: center;
  700. }
  701.  
  702. .icon-1R19_H[name="QuestionMark"] path{display: none;}
  703.  
  704. /* Making Icons White */
  705. .iconInactive-g2AXfB:hover {
  706. opacity: 1;
  707. }
  708. .iconInactive-g2AXfB {
  709. opacity: 1;
  710. }
  711. /* Borders */
  712. .theme-dark .divider-2PMBlV,
  713. .theme-dark .topic-2QX7LI:before {
  714. background: hsla(0, 0%, 85%, 0);
  715. }
  716. /* Mentions/Pins - Pop Out */
  717. .theme-dark .messagesPopoutWrap-1MQ1bW {
  718. -webkit-box-shadow: 0 0px 0px 0 rgba(0,0,0,0);
  719. background-color: rgba(0, 0, 0, 0.75);
  720. border: 0px solid rgba(28, 36, 43, 0);
  721. box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0);
  722. }
  723. .theme-dark .messageGroupWrapper-o-Zw7G {
  724. background-color: rgba(54, 57, 63, 0.5);
  725. border-color: rgba(28, 36, 43, 0);
  726. }
  727. .theme-dark .header-ykumBX .title-3pkaKd, .theme-dark .header-ykumBX {
  728. text-align: center;
  729. margin-top: 3px;
  730. background-color: transparent !important;
  731. }
  732. .theme-dark .messageGroupWrapper-o-Zw7G:hover .actionButtons-1sUUug {
  733. background-color: rgba(54, 57, 63, 0);
  734. box-shadow: 0 0 6px 4px rgba(54, 57, 63, 0);
  735. }
  736. .theme-dark .jumpButton-3DTcS_ {
  737. background-color: rgba(83, 85, 89, 0);
  738. }
  739. /* You're viewing older messages */
  740. .theme-dark .jumpToPresentBar-9P20AM {
  741. background-color: rgb(90, 98, 109);
  742. }
  743. .jumpToPresentBar-9P20AM button:first-child {
  744. font-size: 0px;
  745. }
  746. .jumpToPresentBar-9P20AM {
  747. border-radius: 50px;
  748. width: 115px;
  749. }
  750. .jumpToPresentBar-9P20AM button:last-child {
  751. color: hsl(0, 0%, 100%);
  752. width: 670px;
  753. margin-left: -32px;
  754. margin-right: -561px;
  755. text-transform: capitalize;
  756. }
  757. /* New Messages */
  758. .newMessagesBar-mujexs {
  759. background-color: rgba(114,137,218, 1);
  760. width: 115px;
  761. border-radius: 50px;
  762. }
  763. .newMessagesBar-mujexs button:first-child {
  764. font-size: 0px;
  765. }
  766. .jumpToPresentBar-9P20AM {
  767. border-radius: 50px;
  768. width: 115px;
  769. }
  770. .jumpToPresentBar-9P20AM button:last-child {
  771. color: hsl(0, 0%, 100%);
  772. width: 670px;
  773. margin-left: -32px;
  774. margin-right: -561px;
  775. text-transform: capitalize;
  776. }
  777. .newMessagesBar-mujexs button {
  778. background: none;
  779. color: #fff;
  780. font-weight: 500;
  781. line-height: 14px;
  782. padding: 6px 10px;
  783. text-align: left;
  784. height: 28px;
  785. margin-left: 6px;
  786. margin-right: -51px;
  787. }
  788. .newMessagesBar-mujexs button:last-child {
  789. color: #ffffff;
  790. margin-right: 7px;
  791. }
  792. /* Blocked Message */
  793. .theme-dark .messageGroupBlocked-3wrQQX .messageGroupBlockedBtn-1PBBh- {
  794. background: rgba(50, 53, 59, 0) !important;
  795. color: #ff7700;
  796. }
  797. .theme-dark .messageGroupBlocked-3wrQQX {
  798. background: rgba(52, 55, 60, 0.5);
  799. border-color: rgba(243, 243, 245, 0);
  800. }
  801. .messageGroupBlocked-3wrQQX {
  802. border: 0px solid;
  803. border-radius: 50px;
  804. }
  805. /* ================================= */
  806. /* Server list */
  807. /* ================================= */
  808. /* Margin */
  809. .theme-dark .guildsWrapper-5TJh6A {
  810. margin-left: 20px;
  811. }
  812. /* Home Icon */
  813. .theme-dark .homeIcon-1FoKUJ {
  814. color: rgba(255, 255, 255, 0) !important;
  815. }
  816. svg.homeIcon-1FoKUJ.da-homeIcon, .theme-dark .homeIcon-1FoKUJ {
  817. background-image: url(https://cdn.discordapp.com/attachments/493434304949649408/514099802225639425/rudde.jpg);
  818. background-size: 45px;
  819. background-repeat: no-repeat;
  820. background-position: center;
  821. }
  822. .guildInner-3DSoA4.da-guildInner, .theme-dark .guild-1EfMGQ .guildInner-3DSoA4D, .theme-dark .guild-1EfMGQ .guildInner-3DSoA4 {
  823. background-color: transparent !important;
  824. }
  825. /* Seperator */
  826. .theme-dark .guildSeparator-1X4GQ1:after {
  827. background: rgba(47, 49, 54, 0);
  828. }
  829. /* ## Online */
  830. .theme-dark .friendsOnline-_wi_fM, .theme-light .friendsOnline-_wi_fM {
  831. color: hsl(0, 0%, 100%);
  832. }
  833. /* Selected Server Icon */
  834. .guildInner-3DSoA4.da-guildInner, .guild-1EfMGQ .guildInner-3DSoA4 {
  835. border-radius: 50px !important;
  836. }
  837. /* Selected Server - Color */
  838. .theme-dark .guild-1EfMGQ.selected-ML3OIq:before {
  839. background: var(--serverselected);
  840. width: 54px;
  841. height: 54px !important;
  842. top: 19px;
  843. left: -1px;
  844. }
  845. .theme-dark .guild-1EfMGQ.selected-ML3OIq { /* Fallback */
  846. background: white; /* Default Color */
  847. padding: 1px;
  848. margin-left: -1px;
  849. border-radius: 50px;
  850. }
  851. /* Unread Server - Color */
  852. .theme-dark .guild-1EfMGQ.unread-qLkInr:before {
  853. background: var(--serverunread);
  854. width: 54px;
  855. height: 54px !important;
  856. top: 19px;
  857. left: -1px;
  858. }
  859. .theme-dark .guild-1EfMGQ.unread-qLkInr { /* Fallback */
  860. background: #8a8e94; /* Default Color */
  861. padding: 1px;
  862. margin-left: -1px;
  863. border-radius: 50px;
  864. }
  865. /* Add or Join server button */
  866. .theme-dark .guildsAdd-21_IdK {
  867. border-color: hsla(0, 0%, 100%, 0);
  868. color: hsla(0,0%,100%,.75);
  869. }
  870. .theme-dark .guildsAdd-21_IdK:hover {
  871. border-color: hsla(0, 0%, 100%, 0);
  872. color: hsla(0,0%,100%,.75);
  873. }
  874. /* Background of Server list */
  875. .theme-dark .guildsWrapper-5TJh6A {
  876. background-color: rgba(32, 34, 37, 0);
  877. }
  878. /* NEW */
  879. .unreadMentionsIndicatorBottom-BXS58x, .unreadMentionsIndicatorTop-gA6RCh {
  880. border-radius: 50px;
  881. }
  882. .mention-1f5kbO {
  883. background-color: var(--accentcolor);
  884. color: var(--accenttext);
  885. border-radius: 50px;
  886. }
  887. .wrapper-232cHJ.badge-1GsMF2.da-wrapper.da-badge, .wrapper-232cHJ {
  888. animation: 3000ms flashslow ease;
  889. }
  890. .theme-dark .isMentioned-N-h9aa {
  891. animation: 2000ms flashfast ease;
  892. }
  893. @keyframes flashfast {
  894. 0% {
  895. opacity: 0;
  896. }
  897. 25% {
  898. opacity: 1;
  899. }
  900. 50% {
  901. opacity: 0;
  902. }
  903. 75% {
  904. opacity: 1;
  905. }
  906. }
  907. @keyframes flashslow {
  908. 0% {
  909. opacity: 0;
  910. }
  911. 10% {
  912. opacity: 1;
  913. }
  914. 20% {
  915. opacity: 0;
  916. }
  917. 30% {
  918. opacity: 1;
  919. }
  920. 40% {
  921. opacity: 0;
  922. }
  923. 50% {
  924. opacity: 1;
  925. }
  926. 60% {
  927. opacity: 0;
  928. }
  929. 70% {
  930. opacity: 1;
  931. }
  932. 80% {
  933. opacity: 0;
  934. }
  935. 90% {
  936. opacity: 1;
  937. }
  938. 100% {
  939. opacity: 1;
  940. }
  941. }
  942. /* Voice */
  943. .guild-1EfMGQ.audio-3vVhBi .guildInner-3DSoA4:after, .guild-1EfMGQ.video-15yGu3 .guildInner-3DSoA4:after {
  944. border-radius: 50px;
  945. height: 50px;
  946. right: 0px;
  947. top: 0px;
  948. width: 50px;
  949. opacity: 0.7;
  950. }
  951. /* Unread Server / Selected Server */
  952. .guild-1EfMGQ.selected-ML3OIq:before, .guild-1EfMGQ.unread-qLkInr:before {
  953. border-radius: 50px !important;
  954. height: 53.5px !important;
  955. left: -2px;
  956. margin-top: -20px;
  957. top: 18px;
  958. width: 53.5px;
  959. z-index: -1;
  960. }
  961. /* Unread DM */
  962. .wrapper-232cHJ.badge-1GsMF2.da-wrapper.da-badge {
  963. margin-left: 0px !important;
  964. top: 0px;
  965. left: 0px;
  966. border-radius: 50px;
  967. background-color: rgba(240, 71, 71, 0.25);
  968. box-shadow: 0 0px 0 rgba(0, 0, 0, 0), inset 0 0px 0 hsla(0, 0%, 100%, 0);
  969. width: 38px;
  970. height: 44px;
  971. }
  972. /* ================================= */
  973. /* Another Server huh */
  974. /* ================================= */
  975. /* Backgrounds */
  976. .create-guild-container.deprecated .action {
  977. background: hsla(0, 0%, 100%, 0);
  978. border: 1px solid rgba(0, 0, 0, 0);
  979. box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  980. }
  981. /* Buttons */
  982. .form-deprecated .btn-primary, .form.deprecated .btn-primary {
  983. border-radius: 50px !important;
  984. }
  985. .regionSelect-3lf4eE .regionSelectInner-24f4Ce {
  986. border-radius: 50px 0 0 50px;
  987. }
  988. .regionSelect-3lf4eE button {
  989. border-radius: 0 50px 50px 0;
  990. }
  991. /* Flags */
  992. .regionSelectModal-12e-57 .regionSelectModalOption-2DSIZ3 {
  993. border: 2px solid rgba(243, 243, 243, 0);
  994. border-radius: 100px;
  995. }
  996. .regionSelectFlag-3uwFtG {
  997. width: 30px;
  998. background-position-x: -7px;
  999. }
  1000. /* Image Size Text */
  1001. .avatar-uploader .size-info {
  1002. font-size: 0px;
  1003. }
  1004. /* ================================= */
  1005. /* Members Tab */
  1006. /* ================================= */
  1007. .statusOffline-37RKt7 {
  1008. background-color: var(--offline);
  1009. }
  1010. .statusOnline-8PnF5L {
  1011. background-color: var(--online);
  1012. }
  1013. /* Round Statuses */
  1014. .statusProfile-3ynqtt.status-oxiHuE {
  1015. width:96% !important;
  1016. height: 96%;
  1017. right:-2px !important;
  1018. bottom:-2px;
  1019. padding:2px;
  1020. border-width: 2px !important;
  1021. margin: 0;
  1022. }
  1023. .listRow-hutiT_ .status-oxiHuE,.card-7JP0BX .status-oxiHuE {
  1024. width:91% !important;
  1025. height: 91%;
  1026. border-radius: 50%;
  1027. right: -2px !important;
  1028. bottom:-2px;padding:2px;
  1029. border-width: 2px !important;
  1030. margin: 0;
  1031. }
  1032. .autocompleteRow-2OthDa .status-oxiHuE{
  1033. width:82% !important;
  1034. height: 82%;
  1035. border-radius: 50%;
  1036. right: -2px !important;
  1037. bottom: -2px;padding: 2px;
  1038. border-width: 2px !important;
  1039. }
  1040. .members-1998pB .content-OzHfo4 .status-2s6iDp,.container-2Thooq .status-2kJpnA, .members-1998pB .member-3W1lQa.popout-open .status-2s6iDp,.private-channels .status {
  1041. border-radius: 50%;
  1042. background-clip: padding-box;
  1043. bottom: -1px;
  1044. right: -1px;
  1045. height: 28px !important;
  1046. width: 28px !important;
  1047. pointer-events: none;
  1048. }
  1049. .maskProfile-1ObLFT,.mask-3OgeRz {
  1050. -webkit-mask: none;
  1051. mask: none;
  1052. }
  1053. .status-oxiHuE,.statusProfile-3ynqtt.status-oxiHuE {
  1054. border-radius:50% !important;
  1055. box-shadow:none;-webkit-box-shadow:none;
  1056. }
  1057. .autocompleteRow-2OthDa .online-2S838R,.listRow-hutiT_ .online-2S838R,.card-7JP0BX .online-2S838R,.statusProfile-3ynqtt.online-2S838R,.private-channels .online-2S838R, .container-2Thooq .online-2S838R,.members-1998pB .content-OzHfo4 .online-2S838R {
  1058. background-color: transparent;
  1059. border:2px solid var(--online) !important;
  1060. }
  1061. .autocompleteRow-2OthDa .streaming-2_dnHe,.listRow-hutiT_ .streaming-2_dnHe,.card-7JP0BX .streaming-2_dnHe,.statusProfile-3ynqtt.streaming-2_dnHe,.private-channels .streaming-2_dnHe,.container-2Thooq .streaming-2_dnHe,.members-1998pB .content-OzHfo4 .streaming-2_dnHe {
  1062. background-color: transparent;
  1063. border: 2px solid var(--streaming) !important;
  1064. }
  1065. .autocompleteRow-2OthDa .dnd-1_xrcq,.listRow-hutiT_ .dnd-1_xrcq,.card-7JP0BX .dnd-1_xrcq,.statusProfile-3ynqtt.dnd-1_xrcq,.private-channels .dnd-1_xrcq,.container-2Thooq .dnd-1_xrcq,.members-1998pB .content-OzHfo4 .dnd-1_xrcq {
  1066. background-color: transparent;
  1067. border:2px solid var(--dnd) !important;
  1068. }
  1069. .autocompleteRow-2OthDa .idle-3DEnRT,.listRow-hutiT_ .idle-3DEnRT,.card-7JP0BX .idle-3DEnRT,.statusProfile-3ynqtt.idle-3DEnRT,.private-channels .idle-3DEnRT,.container-2Thooq .idle-3DEnRT,.members-1998pB .content-OzHfo4 .idle-3DEnRT {
  1070. background-color: transparent;
  1071. border:2px solid var(--idle) !important;
  1072. }
  1073. .autocompleteRow-2OthDa .invisible-1kp8Z0,.listRow-hutiT_ .invisible-1kp8Z0,.card-7JP0BX .invisible-1kp8Z0,.statusProfile-3ynqtt.invisible-1kp8Z0,.private-channels .invisible-1kp8Z0,.container-2Thooq .invisible-1kp8Z0,.members-1998pB .content-OzHfo4 .invisible-1kp8Z0{
  1074. background-color: transparent;
  1075. border:2px solid var(--offline) !important;
  1076. }
  1077. .autocompleteRow-2OthDa .offline-3qoTek,.listRow-hutiT_ .offline-3qoTek,.card-7JP0BX .offline-3qoTek,.statusProfile-3ynqtt.offline-3qoTek,.private-channels .offline-3qoTek,.container-2Thooq .offline-3qoTek,.members-1998pB .content-OzHfo4 .offline-3qoTek {
  1078. background-color: transparent;
  1079. border:2px solid var(--offline) !important;
  1080. }
  1081. .status-oxiHuE.small-5Os1Bb.typing-1KJk_j.status-2s6iDp,.status-oxiHuE.small-5Os1Bb.typing-1KJk_j.status {
  1082. left:-1px !important;
  1083. background-color: rgba(0, 0, 0, 0.4) !important;
  1084. right: -0.5px !important;
  1085. }
  1086. .theme-dark .membersGroup-v9BXpm {
  1087. color: hsl(0, 0%, 100%);
  1088. }
  1089. /* Hover Effect on Member */
  1090. .memberOnline-1CIh-0.member-3W1lQa:hover, .memberOnline-1CIh-0.member-3W1lQa, .memberOnline-1CIh-0.member-3W1lQa.popout-open, .theme-dark .memberOffline-2lN7gt {
  1091. border-radius: 50px;
  1092. }
  1093. /* Background */
  1094. .theme-dark .members-1998pB {
  1095. background-color: rgba(54, 57, 63, 0);
  1096. }
  1097. /* ================================= */
  1098. /* Channels List */
  1099. /* ================================= */
  1100. /* Padding */
  1101. .container-PNkimc, .channels-Ie2l6A {
  1102. padding: 0px 10px 0px 10px;
  1103. }
  1104. /* Background */
  1105. .container-PNkimc, .channels-Ie2l6A {
  1106. background-color: rgba(47, 49, 54, 0);
  1107. }
  1108. /* Server header */
  1109. .header-2o-2hj {
  1110. box-shadow: 0 0px 0 rgba(0, 0, 0, 0), 0 0px 0 rgba(0, 0, 0, 0);
  1111. }
  1112. .header-2o-2hj:hover {
  1113. background-color: rgba(0, 0, 0, 0);
  1114. }
  1115. .popout-open .header-2o-2hj {
  1116. background-color: rgba(0, 0, 0, 0);
  1117. }
  1118.  
  1119. /* Color of texts */
  1120. .nameDefaultText-24KCy5, .nameDefaultVoice-3WUH7s, .nameLockedText-3pqQcL, .nameLockedVoice-26MhB1, .iconCollapsed-3hFp_8, .iconDefault-3Gr8d2, .nameCollapsed-34uFWo, .nameDefault-2DI02H{
  1121. color: #ffffff;
  1122. }
  1123. .nameMutedText-3Vj4bM, .nameMutedVoice-3oxyQZ {
  1124. color: rgba(255, 255, 255, 0.4);
  1125. }
  1126. .theme-dark .input-cIJ7To:focus {
  1127. border-color: rgba(114, 137, 218, 0);
  1128. }
  1129. /* Arrows */
  1130. .iconHovered-2L3-fB, .iconHoveredCollapsed-3caIIZ, .nameHovered-1gxhWH, .nameHoveredCollapsed-2orEWB, {
  1131. color: #ffffff;
  1132. }
  1133. svg.iconCollapsed-3hFp_8.iconTransition-2pOJ7l.directionRight-O8AY4M, svg.iconHoveredCollapsed-3caIIZ.iconTransition-2pOJ7l.directionRight-O8AY4M,svg.iconHovered-2L3-fB.iconTransition-2pOJ7l.directionDown-26e7eE, svg.iconDefault-3Gr8d2.iconTransition-2pOJ7l.directionDown-26e7eE {
  1134. visibility: hidden;
  1135. }
  1136. /* Add button */
  1137. .addButtonIcon-3u-3Hu {
  1138. opacity: 1;
  1139. transform: scale(0.8);
  1140. }
  1141. /* # */
  1142. .colorConnectedText-1c_uzY, .colorConnectedVoice-3kyvUN, .colorDefaultText-oas-QM, .colorDefaultVoice-3wYlhb, .colorHoveredText-OZnAgu, .colorHoveredVoice-1kucsK, .colorLockedText-1VRkPt, .colorLockedVoice-2UlBjl, .colorSelectedText-1y4Wvs, .colorSelectedVoice-Xcb_9R, .colorUnreadText-2t7XRb, .colorUnreadVoice-137o4S, .colorMutedText-36M8WR, .colorMutedVoice-3ghIuw {
  1143. color: transparent;
  1144. }
  1145. .unread-1Dp-OI {
  1146. background-color: hsl(0, 0%, 100%);
  1147. border-radius: 50px;
  1148. height: 13px;
  1149. left: 18px;
  1150. margin-top: -6px;
  1151. top: 50%;
  1152. width: 13px;
  1153. animation: 1000ms fadein ease;
  1154. }
  1155. svg.colorDefaultVoice-3wYlhb.icon-sxakjD, svg.colorHoveredVoice-1kucsK.icon-sxakjD, svg.colorLockedVoice-2UlBjl.icon-sxakjD.da-colorLockedVoice.da-icon {
  1156. color: white;
  1157. opacity: 1 !important;
  1158. }
  1159. /* Background to Channels */
  1160. .contentSelectedText-3wUhMi, .contentSelectedVoice-1WDIBM, .contentConnectedVoice-qL-YrL:active, .contentHoveredText-2D9B-x, .contentHoveredVoice-3p_NEO:active, .contentSelectedVoice-1WDIBM:active {
  1161. background-color: rgba(79,84,92,.25);
  1162. border-radius: 50px;
  1163. }
  1164. .contentSelectedText-3wUhMi, .contentSelectedVoice-1WDIBM:hover {
  1165. background-color: rgba(79,84,92,.5);
  1166. border-radius: 50px;
  1167. }
  1168. /* Icons */
  1169. .actionIcon-2Hi9ZG, svg.colorConnectedVoice-3kyvUN.icon-sxakjD, path.foreground-2W-aJk.da-foreground {
  1170. opacity: 1;
  1171. }
  1172. svg.colorConnectedVoice-3kyvUN.icon-sxakjD {
  1173. color: white;
  1174. }
  1175. /* Server Drop Down Menu */
  1176. .theme-dark .separator-2zcjq8 {
  1177. border-bottom-color: hsla(0, 0%, 96%, 0);
  1178. }
  1179. /* ================================= */
  1180. /* Profile container in bottom left */
  1181. /* ================================= */
  1182. /* Backgrounds */
  1183. .theme-dark .container-2Thooq, .theme-light .container-2Thooq {
  1184. background: rgba(32, 34, 37, 0);
  1185. }
  1186. .theme-dark .container-2x5lvQ section {
  1187. background-color: #2f3136;
  1188. }
  1189. /* Arrow from Connection Info */
  1190. .theme-dark .container-2x5lvQ section:after {
  1191. border-top-color: rgba(54, 57, 63, 0);
  1192. }
  1193. /* Hover Button Effect */
  1194. .theme-dark .button-2b6hmh:hover, .theme-light .button-2b6hmh:hover, .button-2KyEfG:hover {
  1195. background-color: rgba(24, 25, 28, 0.50);
  1196. border-radius: 50px;
  1197. }
  1198. /* Height of box */
  1199. .container-2Thooq {
  1200. height: 153px;
  1201. margin-bottom: -24px;
  1202. margin-top: -51px;
  1203. }
  1204. /* Voice Connected */
  1205. .container-1UB9sr {
  1206. background: rgba(32, 34, 37, 0);
  1207. border-bottom: 1px solid rgba(54, 57, 63, 0);
  1208. }
  1209. /* Connection Info */
  1210. .container-2x5lvQ {
  1211. width: 250px !important;
  1212. margin-left: -125px !important;
  1213. }
  1214. /* Debug Menu from Connectio menu */
  1215. .theme-dark .ui-standard-sidebar-view .content-region, .theme-dark .ui-standard-sidebar-view .sidebar-region {
  1216. background: rgba(54, 57, 63, 0);
  1217. }
  1218. .theme-dark .divider-3573oO {
  1219. background-color: rgba(114, 118, 125, 0);
  1220. }
  1221. .theme-dark .ui-standard-sidebar-view {
  1222. background: rgba(54, 57, 63, 0);
  1223. }
  1224. .side-8zPYf6 .itemSelected-1qLhcL, .theme-dark .side-8zPYf6 .itemDefault-3Jdr52:hover, .theme-dark .side-8zPYf6 .itemHover-EnbcjT:hover {
  1225. border-radius: 50px;
  1226. }
  1227. /* ================================= */
  1228. /* Friends List */
  1229. /* ================================= */
  1230. /* Grid View list */
  1231. .channel-2QD9_O a:not([href*="/channels/@me/"]) .name-2WpE7M {
  1232. display: none;
  1233. }
  1234.  
  1235. .channel-2QD9_O a:not([href*="/channels/@me/"]) {
  1236. padding: 8px 8px 8px 8px;
  1237. margin: 0;
  1238. width: 100%;
  1239. height: 100%;
  1240. }
  1241.  
  1242. .channel-2QD9_O:not([style="height: 42px; opacity: 1;"]) {
  1243. display: inline-block;
  1244. margin: 0px 4px 0px 4px;
  1245. width: 40.1705px; /*Essentially calc((100% / 4) - 8px)*/
  1246. }
  1247.  
  1248. .channel-2QD9_O a:not([href*="/channels/@me/"]) svg {
  1249. margin: 0;
  1250. width: 100%;
  1251. height: 100%;
  1252. }
  1253. /* Bug Fix - Typing Modal */
  1254. .status-oxiHuE.small-5Os1Bb.typing-1KJk_j.status-2s6iDp, .status-oxiHuE.small-5Os1Bb.typing-1KJk_j.status {
  1255. left: -1px !important;
  1256. background-color: rgba(0, 0, 0, 0.4) !important;
  1257. right: -0.5px !important;
  1258. height: 30px !important;
  1259. width: 29px !important;
  1260. }
  1261. /* Backgrounds */
  1262. .theme-dark #friends .friends-table .friend-table-add-wrapper .friend-table-add-header {
  1263. background: -webkit-gradient(linear,left top,left bottom,from(rgba(54, 57, 63, 0)),to(rgba(47, 49, 54, 0)));
  1264. background: linear-gradient(-180deg,rgba(54, 57, 63, 0),rgba(47, 49, 54, 0));
  1265. border-bottom: 1px solid rgba(0, 0, 0, 0);
  1266. }
  1267. .theme-dark #friends .friends-empty p {
  1268. color: hsla(0, 0%, 100%, 0);
  1269. }
  1270. .theme-dark #friends {
  1271. background-color: rgba(54, 57, 63, 0);
  1272. }
  1273. .theme-dark .headerBar-UHpsPw {
  1274. background: rgba(54, 57, 63, 0);
  1275. box-shadow: 0 1px 0 rgba(0, 0, 0, 0), 0 2px 0 rgba(0, 0, 0, 0);
  1276. z-index: 2;
  1277. }
  1278. /* Seperators and borders */
  1279. .searchBar-6Kv8R2 {
  1280. box-shadow: 0 1px 0 rgba(0, 0, 0, 0), 0 2px 0 rgba(0, 0, 0, 0);
  1281. }
  1282. .theme-dark #friends .friends-table .friend-table-add-wrapper .friend-table-suggestions-header {
  1283. border-bottom: 1px solid hsla(0, 0%, 100%, 0);
  1284. }
  1285. .theme-dark .wrapper-1cBijl {
  1286. background-color: rgba(36, 39, 43, 0);
  1287. border-color: rgba(0, 0, 0, 0);
  1288. }
  1289. .private-channels .search-bar {
  1290. box-shadow: 0 1px 0 rgba(0, 0, 0, 0), 0 2px 0 rgba(0, 0, 0, 0);
  1291. }
  1292. .theme-dark #friends .friends-table .friends-table-header .friends-column-separator {
  1293. background-color: hsla(0, 0%, 100%, 0);
  1294. }
  1295. .theme-dark #friends .friends-table .friends-row+.friends-row {
  1296. border-top: 1px solid hsla(0, 0%, 100%, 0);
  1297. }
  1298. .theme-dark #friends .friends-table .friends-table-header {
  1299. border-bottom: 1px solid hsla(0, 0%, 100%, 0);
  1300. }
  1301. .theme-dark #friends .tab-bar .tab-bar-separator {
  1302. background-color: hsla(0, 0%, 100%, 0);
  1303. }
  1304. /* Hover Effect */
  1305. .theme-dark #friends .friends-table .friends-row:hover {
  1306. background: rgba(0, 0, 0, 0.25);
  1307. border-color: transparent;
  1308. border-radius: 50px;
  1309. }
  1310. .channel-2QD9_O a {
  1311. border-radius: 50px;
  1312. }
  1313. /* Buttons */
  1314. .theme-dark #friends .friends-table .friends-row .friends-column-actions .friends-action:hover {
  1315. background-color: rgba(0, 0, 0, 0);
  1316. }
  1317. .theme-dark #friends .tab-bar .tab-bar-item:hover:not(.selected) {
  1318. background-color: #2f3136;
  1319. border-radius: 50px;
  1320. }
  1321. .private-channels .channel:hover a {
  1322. background-color: rgba(0, 0, 0, 0.18);
  1323. border-radius: 50px;
  1324. }
  1325. .private-channels .channel a {
  1326. border-radius: 50px;
  1327. }
  1328. .theme-dark #friends .friends-table .friends-row .friends-column-actions .friends-action {
  1329. background-color: rgba(47, 49, 54, 0);
  1330. }
  1331. .theme-dark #friends .tab-bar .tab-bar-item.selected {
  1332. background-color: #fff;
  1333. color: #36393f;
  1334. border-radius: 50px;
  1335. }
  1336. .theme-dark #friends .tab-bar .tab-bar-item {
  1337. color: hsl(0, 0%, 100%);
  1338. }
  1339. .search-bar .search-bar-inner {
  1340. border: 1px solid rgba(0, 0, 0, 0);
  1341. }
  1342. /* Add Friend */
  1343. .theme-dark #friends .tab-bar .tab-bar-item.tab-bar-item-primary:hover:not(.selected) {
  1344. background-color: rgba(114,137,218,.9);
  1345. border-radius: 50px;
  1346. }
  1347. .theme-dark #friends .tab-bar .tab-bar-item.tab-bar-item-primary {
  1348. background-color: #7289da;
  1349. color: #fff;
  1350. border-radius: 50px;
  1351. }
  1352. /* ================================= */
  1353. /* Activity Tab */
  1354. /* ================================= */
  1355. /* Header - Main */
  1356. .carousel-2WxMes {
  1357. height: 488px;
  1358. }
  1359. .paginationItem-2lUq0s {
  1360. height: 116px;
  1361. }
  1362.  
  1363. /* Backgrounds */
  1364. .theme-dark .activityFeed-28jde9 {
  1365. background-color: rgba(54, 57, 63, 0);
  1366. }
  1367. /* Seperators */
  1368. .theme-dark .headerText-2niCs_, .theme-dark .sectionLine-JjseS9, {
  1369. border-top-color: rgba(47, 49, 54, 0);
  1370. }
  1371. .theme-dark .sectionLine-JjseS9 {
  1372. background-color: rgba(92, 103, 125, 0);
  1373. }
  1374. .theme-dark .playersHeaderLine-2luL7r {
  1375. background-color: rgba(54, 57, 63, 0);
  1376. }
  1377. .theme-dark .publisher-2ZxPEd {
  1378. border-bottom: 1px solid rgba(47, 49, 54, 0);
  1379. }
  1380. .theme-dark .headerText-2niCs_ {
  1381. border-top-color: rgba(47, 49, 54, 0);
  1382. color: #dcddde;
  1383. }
  1384. /*=============================================
  1385. = Status Picker = created by FroztySeven
  1386. = = modified by Korbs
  1387. =============================================*/
  1388. .popout-3sVMXz.popoutTop-3uu9vG-left, .popout-3sVMXz {
  1389. box-shadow: 0 0 0px rgba(0, 0, 0, 0), 0 0px 0px rgba(0, 0, 0, 0) !important;
  1390. }
  1391. .menu-Sp6bN1.alt-3btY0e, .menu-Sp6bN1.alt-3btY0e.da-menu.da-alt, .menu-Sp6bN1.alt-3btY0e {
  1392. background-image: var(--custombackground);
  1393. opacity: 1 !important;
  1394. background-color: black;
  1395. background-size: cover;
  1396. background-repeat: no-repeat !important;
  1397. background-position: center !important;
  1398. transition: 1000ms ease !important;
  1399. animation: 1000ms fadein ease;
  1400. }
  1401.  
  1402. @keyframes fadein {
  1403. 0% {
  1404. opacity: 0;
  1405. }
  1406. 100% {
  1407. opacity: 1;
  1408. }
  1409. }
  1410. .menu-Sp6bN1.alt-3btY0e {
  1411. animation: status-picker-bg 200ms linear;
  1412. animation-fill-mode: forwards;
  1413. background-color:transparent;
  1414. box-shadow: 0!important;
  1415. border-radius: 0;
  1416. display: flex;
  1417. align-items: center;
  1418. justify-content: center;
  1419. position: fixed;
  1420. pointer-events: inherit;
  1421. top: 0;
  1422. left: 0;
  1423. bottom: 0;
  1424. right: 0;
  1425. width: 100%;
  1426. z-index: 1000000;
  1427. -webkit-transform: translate3d(0,0,0);
  1428. transform: translate3d(0,0,0);
  1429. }
  1430. .menu-Sp6bN1.alt-3btY0e .item-1GzJrl {
  1431. padding: 15px;
  1432. margin-left: 10px;
  1433. border-radius: 3px;
  1434. width: auto;
  1435. display: inline-block;
  1436. background: transparent !important;
  1437. animation: statuspicker-status 300ms ease;
  1438. animation-delay: 0ms;
  1439. animation-fill-mode: forwards;
  1440. transition: all 0.2s ease!important;
  1441. }
  1442. .menu-Sp6bN1.alt-3btY0e .item-1GzJrl:hover {
  1443. background: transparent !important;
  1444. }
  1445. .menu-Sp6bN1.alt-3btY0e .item-1GzJrl:active {
  1446. background: transparent !important;
  1447. }
  1448. .menu-Sp6bN1.alt-3btY0e .separator-2zcjq8 {
  1449. display: none;
  1450. }
  1451. .menu-Sp6bN1.alt-3btY0e .status {
  1452. border-radius: 0;
  1453. width: 55px;
  1454. height: 55px;
  1455. box-sizing: border-box;
  1456. pointer-events: initial;
  1457. opacity: 1;
  1458. background-position: center center;
  1459. background-repeat: no-repeat;
  1460. filter: brightness(87.5%);
  1461. will-change: transform;
  1462. margin-right: 0!important;
  1463. backface-visibility: initial;
  1464. -webkit-transform: translate3d(0,0,0);
  1465. transform: translate3d(0,0,0);
  1466. }
  1467. @keyframes statuspicker-status {
  1468. from {
  1469. opacity: 0;
  1470. transform: scale(0.1);
  1471. }
  1472. to {
  1473. opacity: 1;
  1474. }
  1475. }
  1476. .menu-Sp6bN1.alt-3btY0e .item-1GzJrl .status {
  1477. border-radius: 100px;
  1478. transition: all 0.2s ease!important;
  1479. }
  1480. .menu-Sp6bN1.alt-3btY0e .item-1GzJrl .status:hover {
  1481. transition: all 0.2s ease!important;
  1482. }
  1483. .menu-Sp6bN1.alt-3btY0e .status-3fQvEa {
  1484. padding: 20px;
  1485. }
  1486. .alt-3btY0e .item-1GzJrl .statusIconText-3b4TkH > div {
  1487. font-size: 0px;
  1488. margin-left: 0px;
  1489. }
  1490. .menu-Sp6bN1.alt-3btY0e .item-1GzJrl:nth-of-type(1) .status {
  1491. z-index: 5;
  1492. background-color:#43b581;
  1493. animation: statuspicker-status 300ms ease;
  1494. animation-delay: 0ms;
  1495. animation-fill-mode: forwards;
  1496. opacity: 0;
  1497. }
  1498. .alt-3btY0e .item-1GzJrl:nth-of-type(1) .statusIconText-3b4TkH > div {
  1499. color: #43b581;
  1500. animation: statuspicker-status 300ms ease;
  1501. animation-delay: 50ms;
  1502. animation-fill-mode: forwards;
  1503. opacity: 0;
  1504. }
  1505. .menu-Sp6bN1.alt-3btY0e .item-1GzJrl:nth-of-type(3) .status {
  1506. z-index: 4;
  1507. background-color: #faa61a;
  1508. animation: statuspicker-status 300ms ease;
  1509. animation-delay: 100ms;
  1510. animation-fill-mode: forwards;
  1511. opacity: 0;
  1512. }
  1513. .alt-3btY0e .item-1GzJrl:nth-of-type(3) .statusIconText-3b4TkH > div {
  1514. color: #faa61a;
  1515. animation: statuspicker-status 300ms ease;
  1516. animation-delay: 150ms;
  1517. animation-fill-mode: forwards;
  1518. opacity: 0;
  1519. }
  1520.  
  1521. .menu-Sp6bN1.alt-3btY0e .item-1GzJrl:nth-of-type(4) .status {
  1522. z-index: 3;
  1523. background-color: #f04747;
  1524. animation: statuspicker-status 300ms ease;
  1525. animation-delay: 200ms;
  1526. animation-fill-mode: forwards;
  1527. opacity: 0;
  1528. }
  1529. .alt-3btY0e .item-1GzJrl:nth-of-type(4) .statusIconText-3b4TkH > div {
  1530. color: #f04747;
  1531. animation: statuspicker-status 300ms ease;
  1532. animation-delay: 250ms;
  1533. animation-fill-mode: forwards;
  1534. opacity: 0;
  1535. }
  1536. .alt-3btY0e .item-1GzJrl .helper-2c73HK {
  1537. opacity: 0;
  1538. display: block;
  1539. position: fixed;
  1540. bottom: 20px;
  1541. }
  1542. .alt-3btY0e .item-1GzJrl:nth-of-type(4) .helper-2c73HK {
  1543. display: flex;
  1544. align-items: center;
  1545. }
  1546. .alt-3btY0e .item-1GzJrl:nth-of-type(4):hover .helper-2c73HK {
  1547. background-color: #C03F3F;
  1548. color: white;
  1549. display: flex;
  1550. align-items: center;
  1551. justify-content: center;
  1552. position: absolute;
  1553. margin: auto;
  1554. top: 340px;
  1555. right: 0;
  1556. bottom: 0;
  1557. left: 0;
  1558. width: 550px;
  1559. height: 20px;
  1560. padding: 12px 5px;
  1561. border-radius: 3px;
  1562. font-size: 16px;
  1563. font-weight: 100;
  1564. text-align: center;
  1565. pointer-events: none;
  1566. opacity: 1;
  1567. animation: statuspicker-status 300ms ease;
  1568. visibility: hidden;
  1569. }
  1570. .menu-Sp6bN1.alt-3btY0e .item-1GzJrl:nth-of-type(5) .status {
  1571. z-index: 2;
  1572. background-color: #57616D;
  1573. animation: statuspicker-status 300ms ease;
  1574. animation-delay: 300ms;
  1575. animation-fill-mode: forwards;
  1576. opacity: 0;
  1577. }
  1578. .alt-3btY0e .item-1GzJrl:nth-of-type(5) .statusIconText-3b4TkH > div {
  1579. color: #646f7d;
  1580. animation: statuspicker-status 300ms ease;
  1581. animation-delay: 350ms;
  1582. animation-fill-mode: forwards;
  1583. opacity: 0;
  1584. }
  1585. .alt-3btY0e .item-1GzJrl:last-child .helper-2c73HK:last-child {
  1586. display: block;
  1587. position: fixed;
  1588. bottom: 20px;
  1589. visibility: hidden;
  1590. }
  1591. .alt-3btY0e .item-1GzJrl:nth-of-type(5):hover .helper-2c73HK:last-child {
  1592. background-color: #3A3E43;
  1593. color: white;
  1594. display: flex;
  1595. align-items: center;
  1596. justify-content: center;
  1597. position: absolute;
  1598. margin: auto;
  1599. top: 340px;
  1600. right: 0;
  1601. bottom: 0;
  1602. left: 0;
  1603. width: 550px;
  1604. height: 20px;
  1605. padding: 12px 5px;
  1606. border-radius: 3px;
  1607. font-size: 16px;
  1608. font-weight: 100;
  1609. text-align: center;
  1610. pointer-events: none;
  1611. opacity: 1;
  1612. animation: statuspicker-status 300ms ease;
  1613. }
  1614. /* ================================= */
  1615. /* Profile Modal */
  1616. /* ================================= */
  1617. /* Pop out animation */
  1618. .userPopout-3XzG_A {
  1619. animation: 500ms fadedown ease;
  1620. margin-right: 30px;
  1621. }
  1622. @keyframes fadedown {
  1623. 0% {
  1624. opacity: 0;
  1625. transform: translateY(-10px);
  1626. }
  1627. 100% {
  1628. opacity: 0.9;
  1629. transform: translateY(0px);
  1630. }
  1631. }
  1632. /* Add Role */
  1633. .theme-dark #autocomplete-popout .autocomplete-arrow, .theme-dark #autocomplete-popout .autocomplete-shadow {
  1634. box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0), 0 0 0 1px rgba(32, 34, 37, 0);
  1635. }
  1636. .theme-dark #autocomplete-popout .autocomplete-arrow, .theme-dark #autocomplete-popout .autocomplete-header-background {
  1637. background-color: #2f3136;
  1638. }
  1639. .theme-dark #autocomplete-popout .row.selected {
  1640. background: linear-gradient(90deg,rgba(40, 43, 48, 0),rgba(47, 49, 54, 0));
  1641. }
  1642. .autocomplete-arrow-wrapper.da-autocompleteArrowWrapper {
  1643. visibility: hidden;
  1644. }
  1645. /* Pop Out modal in chat and members tab */
  1646. .userPopout-3XzG_A {
  1647. opacity: 0.9;
  1648. }
  1649. .theme-dark .body-3iLsc4, .theme-dark .footer-1fjuF6 {
  1650. background-color: rgba(32, 34, 37, 1);
  1651. color: hsl(0, 0%, 100%);
  1652. }
  1653. .userPopout-3XzG_A {
  1654. box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0), 0 0 0 1px rgba(32, 34, 37, 0);
  1655. width: 274px;
  1656. }
  1657. .theme-dark .headerNormal-T_seeN {
  1658. background-color: rgba(32, 34, 37, 1);
  1659. }
  1660. li.role-2irmRk.flex-1O1GKY.alignCenter-1dQNNs.da-role.da-flex.da-alignCenter {
  1661. border-color: transparent !important;
  1662. }
  1663. .theme-dark .quickMessage-1yeL4E {
  1664. background-color: rgba(54, 57, 63, 0.25);
  1665. border-color: rgba(35, 38, 42, 0);
  1666. color: hsl(0, 0%, 100%);
  1667. border-radius: 50px;
  1668. }
  1669. .protip-YaFfgO.marginTop8-1DLZ1n.inline-136HKr.da-protip.da-inline {
  1670. display: none;
  1671. }
  1672. .headerPlaying-j0WQBV {
  1673. background: rgba(114, 137, 218, 0.75);
  1674. }
  1675. .activity-11LB_k {
  1676. background-color: rgba(0, 0, 0, 0);
  1677. }
  1678. .headerSpotify-zpWxgT {
  1679. background: rgba(0, 210, 74, 0.75);
  1680. }
  1681. .lookOutlined-3sRXeN.colorWhite-rEQuAQ:disabled {
  1682. background-color: transparent;
  1683. border-color: hsla(0, 0%, 100%, 0);
  1684. }
  1685. /* Backgrounds */
  1686. .theme-dark .body-3ND3kc {
  1687. background-color: #202225;
  1688. }
  1689. /* Borders */
  1690. .tabBarContainer-1s1u-z {
  1691. border-top: 1px solid hsla(0, 0%, 0%, 0);
  1692. }
  1693. /* Hover Effect in Mutual Servers and Friends */
  1694. .theme-dark .listRow-hutiT_:hover {
  1695. background: #2f3133;
  1696. color: #b9bbbe;
  1697. border-radius: 50px;
  1698. margin-left: 10px;
  1699. padding: 4px 10px 4px 10px;
  1700. }
  1701. /* ================================= */
  1702. /* Windows Titlebar */
  1703. /* ================================= */
  1704. /* Background */
  1705. .typeWindows-1za-n7 {
  1706. margin-top: 0px;
  1707. background-color: rgba(0, 0, 0, 0.68);
  1708. }
  1709. /* Brand Logo */
  1710. .wordmark-2iDDfm {
  1711. display: none;
  1712. }
  1713. /* Buttons */
  1714. .winButton-iRh8-Z {
  1715. opacity: 1;
  1716. top: 0px;
  1717. }
  1718. .winButtonClose-1HsbF-:hover {
  1719. background-color: var(--accentcolor);
  1720. }
  1721. /* =================================== */
  1722. /* macOS Titlebar */
  1723. /* ================================= */
  1724. /* Re-Position to look right */
  1725. .typeMacOS-3EmCyP {
  1726. top: 7px;
  1727. left: 20px;
  1728. }
  1729. /* ================================= */
  1730. /* Discord Settings */
  1731. /* ================================= */
  1732. /* My Account */
  1733. .theme-dark .cardPrimary-1Hv-to {
  1734. background: rgba(32, 34, 37, 0);
  1735. border-color: rgba(32, 34, 37, 0);
  1736. }
  1737. .lookOutlined-3sRXeN.colorRed-1TFJan:hover {
  1738. border-color: rgba(240, 71, 71, 0);
  1739. }
  1740. .lookOutlined-3sRXeN.colorRed-1TFJan {
  1741. border-color: rgba(240, 71, 71, 0);
  1742. }
  1743. .lookOutlined-3sRXeN.colorRed-1TFJan:active {
  1744. background-color: rgba(240, 71, 71, 0);
  1745. }
  1746. .checkbox-1ix_J3.flexCenter-3_1bcw.flex-1O1GKY.justifyCenter-3D2jYp.alignCenter-1dQNNs.box-mmYMsp.checked-3_4uQ9.da-checkbox.da-flexCenter.da-flex.da-justifyCenter.da-alignCenter.da-box.da-checked{
  1747. border-color: rgba(114, 137, 218, 0);
  1748. border-radius: 50px;
  1749. }
  1750. .checkbox-1ix_J3.flexCenter-3_1bcw.flex-1O1GKY.justifyCenter-3D2jYp.alignCenter-1dQNNs.box-mmYMsp.da-checkbox.da-flexCenter.da-flex.da-justifyCenter.da-alignCenter.da-box {
  1751. border-radius: 50px;
  1752. }
  1753. /* Privacy & Safety */
  1754. .theme-dark .cardPrimaryEditable-3KtE4g {
  1755. background: rgba(32, 34, 37, 0);
  1756. border-color: rgba(32, 34, 37, 0);
  1757. }
  1758. .theme-dark .checked-3_4uQ9, .theme-dark .checkbox-1ix_J3 {
  1759. border-radius: 50px;
  1760. }
  1761. /* Authorized Apps */
  1762. .theme-dark .cardPrimaryOutline-29Ujqw {
  1763. border-color: rgba(32, 34, 37, 0);
  1764. }
  1765. /* Connections */
  1766. .theme-dark .accountBtnInner-sj5jLs {
  1767. background-color: rgba(0, 0, 0, 0.5);
  1768. border-color: rgba(32, 34, 37, 0);
  1769. border-radius: 50px;
  1770. }
  1771. .theme-dark .accountBtnInner-sj5jLs:hover {
  1772. background-color: rgba(0, 0, 0, 0.5);
  1773. border-color: rgba(32, 34, 37, 0);
  1774. border-radius: 50px;
  1775. }
  1776. .connectionHeader-2MDqhu {
  1777. border-bottom: 1px solid rgba(0, 0, 0, 0);
  1778. }
  1779. .connectionDelete-2Odoln {
  1780. border-radius: 50px
  1781. }
  1782. /* Billing */
  1783. .theme-dark .premiumIndicator-1XvbfM {
  1784. background-color: rgba(114, 137, 218, 0);
  1785. }
  1786. .theme-dark .defaultIndicator-G3c16x {
  1787. background-color: rgba(79, 84, 92, 0);
  1788. color: #fff;
  1789. }
  1790. .theme-dark .lookFilled-1Gx00P.colorPrimary-3b3xI6 {
  1791. background-color: rgba(0, 0, 0, 0);
  1792. }
  1793. .theme-dark .lookFilled-1Gx00P.colorPrimary-3b3xI6:hover {
  1794. background-color: rgba(0, 0, 0, 0);
  1795. }
  1796. .theme-dark .paymentPane-3bwJ6A {
  1797. background-color: rgba(47, 49, 54, 0);
  1798. }
  1799. .theme-dark .paymentRow-2e7VM6 {
  1800. border-bottom: 1px solid rgba(54, 57, 63, 0);
  1801. }
  1802. .theme-dark .payment-xT17Mq {
  1803. background-color: rgba(47, 49, 54, 0);
  1804. }
  1805. .theme-dark .paginator-166-09 {
  1806. background: rgba(47, 49, 54, 0);
  1807. }
  1808. .theme-dark .expandedInfo-3kfShd {
  1809. background-color: rgba(0, 0, 0, 0);
  1810. }
  1811. .paymentBreakdown-28CAO8 {
  1812. border-bottom: 1px solid rgba(79, 84, 92, 0);
  1813. }
  1814. .theme-dark .pageButtonNext-V2kUq0, .theme-dark .pageButtonPrev-1Y-47D {
  1815. border-color: rgba(0, 0, 0, 0) !important;
  1816. }
  1817. .theme-dark .pageIndicator-1gAbyA {
  1818. border-color: rgba(79, 84, 92, 0);
  1819. }
  1820. /* Discord Nitro */
  1821. .theme-dark .featureBorder-7j4v58 {
  1822. border-color: hsla(0, 0%, 100%, 0);
  1823. }
  1824. .theme-dark .premium-settings .premium-settings-background {
  1825. background-image: url(/assets/00be7f6ca68f1915a80ae01f061718e5.svg);
  1826. opacity: 0;
  1827. }
  1828. /* HypeSquard */
  1829. .membershipDialogSwitchHouses-1K8L1U {
  1830. border-top: 1px solid hsla(0, 0%, 100%, 0);
  1831. }
  1832. .leaveActionWrapper-34XGz6 {
  1833. border-top: 1px solid hsla(0, 0%, 100%, 0);
  1834. }
  1835. /* Voice & Video */
  1836. .theme-dark .select-2TCrqx .Select-control {
  1837. -webkit-box-shadow: none;
  1838. background: rgba(0,0,0,.1);
  1839. border: 1px solid rgba(0, 0, 0, 0);
  1840. box-shadow: none;
  1841. }
  1842. .theme-dark .select-2TCrqx .Select-control:hover {
  1843. -webkit-box-shadow: none;
  1844. background: rgba(0,0,0,.1);
  1845. border: 1px solid rgba(0, 0, 0, 0);
  1846. box-shadow: none;
  1847. }
  1848. .theme-dark .select-2TCrqx .is-focused .Select-control {
  1849. border-color: rgba(0,0,0,0);
  1850. }
  1851. .theme-dark .select-2TCrqx .Select-menu-outer {
  1852. background: rgba(0, 0, 0, 0.50);
  1853. border-color: rgba(32, 34, 37, 0);
  1854. box-shadow: 0 1px 5px 0 rgba(0,0,0,0);
  1855. }
  1856. .grabber-3mFHz2 {
  1857. height: 15px;
  1858. top: 62%;
  1859. width: 14px;
  1860. }
  1861. .theme-dark .userSettingsVoice-iwdUCU .previewOverlay-2O7_KC {
  1862. border-color: rgba(32, 34, 37, 0);
  1863. }
  1864. /* Notifications */
  1865. .theme-dark .notificationsSound-27jFSh {
  1866. box-shadow: inset 0 -1px 0 0 rgba(79, 84, 92, 0);
  1867. }
  1868. /* Keybinds */
  1869. .theme-dark .card-FDVird:before {
  1870. background-color: rgba(51, 54, 60, 0);
  1871. border-color: rgba(43, 46, 50, 0);
  1872. }
  1873. .theme-dark .row-2okwlC {
  1874. box-shadow: inset 0 0px 0 rgba(114,118,125,.3);
  1875. }
  1876. /* Appearance */
  1877. .theme-dark .markDash-3hAolZ {
  1878. background: rgba(79, 84, 92, 0);
  1879. }
  1880. /* Language */
  1881. .theme-dark .item-3eFBNF {
  1882. box-shadow: inset 0 0px 0 0 #4f545c;
  1883. }
  1884. /* Change Log */
  1885. .theme-dark .modal-3HD5ck {
  1886. box-shadow: 0 0 0 1px rgba(32, 34, 37, 0), 0 2px 10px 0 rgba(0, 0, 0, 0);
  1887. }
  1888. .flex-1xMQg5.flex-1O1GKY.horizontal-1ae9ci.horizontal-2EEEnY.flex-1O1GKY.directionRow-3v3tfG.justifyStart-2NDFzi.alignStretch-DpGPf3.noWrap-3jynv6.footer-2yfCgX.da-flex.da-horizontal.da-directionRow.da-justifyStart.da-alignStretch.da-noWrap.da-footer {
  1889. visibility: hidden;
  1890. }
  1891. /* Log Out */
  1892. .bd-modal-wrapper .tab-bar-container, .bd-modal-wrapper .bd-modal-body, .bd-modal-wrapper .header, .theme-dark .footer-2yfCgX {
  1893. background: transparent !important;
  1894. box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0);
  1895. }
  1896. .lookFilled-1Gx00P.colorRed-1TFJan {
  1897. background-color: rgba(216, 64, 64, 0);
  1898. }
  1899. .lookFilled-1Gx00P.colorRed-1TFJan:hover {
  1900. background-color: rgba(216, 64, 64, 0);
  1901. }
  1902. /* Seperators */
  1903. .side-8zPYf6 .separator-gCa7yv {
  1904. height: 0px;
  1905. }
  1906. /* Exit Button */
  1907. .theme-dark .closeButton-1tv5uR {
  1908. border-color: rgba(114, 118, 125, 0);
  1909. }
  1910. /* Tabs */
  1911. #bd-settings-sidebar .ui-tab-bar-item.selected, #bd-settings-sidebar .ui-tab-bar-item:hover {
  1912. border-radius: 50px;
  1913. }
  1914. /* ================================= */
  1915. /* BD Toast */
  1916. /* ================================= */
  1917. /* Border Radius */
  1918. .bd-toast.toast-success {
  1919. border-radius: 50px;
  1920. }
  1921. /* Position */
  1922. /* ================================= */
  1923. /* BetterDiscord Settings */
  1924. /* ================================= */
  1925. /* Core */
  1926. #bd-settingspane-container .ui-switch-item .style-description {
  1927. border-bottom: 1px solid hsla(218, 5%, 47%, 0);
  1928. }
  1929. /* Zere's Fork */
  1930. .bd-pfbtn {
  1931. background: rgba(125, 130, 146, 0);
  1932. }
  1933. /* Plugins */
  1934. .bda-slist li {
  1935. background: rgba(197, 214, 241, 0);
  1936. border: 1px solid rgba(32, 34, 37, 0);
  1937. }
  1938. .bda-slist .bda-header {
  1939. border-bottom: 1px solid rgba(255, 255, 255, 0);
  1940. }
  1941. .bda-slist .bda-footer {
  1942. border-top: 1px solid rgba(255, 255, 255, 0);
  1943. }
  1944. /* ================================= */
  1945. /* Server Settings */
  1946. /* ================================= */
  1947. .container-2VW0UT.elevationHigh-1PneE4.da-container.da-elevationHigh {
  1948. border-radius: 50px;
  1949. background-color: rgba(32, 34, 37, 0.63);
  1950. }
  1951. /* Overview */
  1952. .theme-dark .select-2TCrqx .Select-control {
  1953. border: 0px solid rgba(0, 0, 0, 0);
  1954. }
  1955. .theme-dark .container-1nZlH6 {
  1956. border-color: rgba(0, 0, 0, 0);
  1957. }
  1958. /* Moderation */
  1959. .theme-dark .lookOutlined-3sRXeN.colorPrimary-3b3xI6:disabled {
  1960. border-color: hsla(0, 0%, 100%, 0);
  1961. }
  1962. /* Audit Log */
  1963. .theme-dark .auditLog-3jNbM6 {
  1964. border-color: rgba(32, 34, 37, 0);
  1965. color: #ffffff;
  1966. }
  1967. .theme-dark .divider-1pnAR2 {
  1968. background-color: rgba(32, 34, 37, 0);
  1969. }
  1970. .divider-1pnAR2 {
  1971. height: 0px;
  1972. }
  1973. .theme-dark .elevationBorderLow-2qgTRQ {
  1974. box-shadow: 0 0 0 1px rgba(32, 34, 37, 0), 0 1px 5px 0 rgba(0, 0, 0, 0);
  1975. }
  1976. .theme-dark .elevationBorderHigh-2WYJ09 {
  1977. box-shadow: 0 0 0 1px rgba(32, 34, 37, 0), 0 2px 10px 0 rgba(0, 0, 0, 0);
  1978. }
  1979. /* Roles */
  1980. .theme-dark .input-cIJ7To {
  1981. border-color: rgba(0, 0, 0, 0);
  1982. }
  1983. .theme-dark .input-cIJ7To:hover {
  1984. border-color: rgba(0, 0, 0, 0);
  1985. }
  1986. /* Intergrations */
  1987.  
  1988. /* Emoji */
  1989.  
  1990. /* Webhooks */
  1991.  
  1992. /* Widget */
  1993. .theme-dark .copyInputDefault-21sXtF {
  1994. background-color: rgba(0,0,0,.1);
  1995. border-color: rgba(0, 0, 0, 0);
  1996. }
  1997. /* Members */
  1998. .theme-dark .searchBar-1MOL6S {
  1999. background-color: rgba(0, 0, 0, 0);
  2000. }
  2001. .theme-dark .actionButton-VzECiy {
  2002. border-color: rgba(79, 84, 92, 0);
  2003. color: #ffffff;
  2004. }
  2005. /* Invites */
  2006.  
  2007. /* Bans */
  2008.  
  2009. /* Delete Server */
  2010.  
  2011. /* ================================= */
  2012. /* Server Drop Down Menu */
  2013. /* ================================= */
  2014. /* Moving the channels list down */
  2015. .popout-open .header-2o-2hj {
  2016. margin-bottom: 320px;
  2017. transition: all 0.1s ease!important;
  2018. }
  2019. /* Background Color */
  2020. .theme-dark .menu-Sp6bN1 {
  2021. background: rgba(40, 43, 48, 0);
  2022. }
  2023. .theme-dark .item-1GzJrl:hover {
  2024. background-color: rgba(37, 40, 45, 0);
  2025. }
  2026. /* Font Colors */
  2027. .label-1Y-LW5.da-label {
  2028. color: white;
  2029. }
  2030. /* Icons */
  2031. .icon-2doZ3q.da-icon {
  2032. opacity: 1 !important;
  2033. }
  2034. /* ================================= */
  2035. /* Tooltip */
  2036. /* ================================= */
  2037. /* Background */
  2038. .tooltip {
  2039. border-radius: 15px;
  2040. }
  2041. /* All Arrows */
  2042. .tooltip.tooltip-black.tooltip-bottom:after {
  2043. border-bottom-color: rgba(0, 0, 0, 0);
  2044. }
  2045. .tooltip.tooltip-black.tooltip-right:after {
  2046. border-right-color: rgba(0, 0, 0, 0);
  2047. }
  2048. .tooltip.tooltip-black.tooltip-top:after {
  2049. border-top-color: rgba(0, 0, 0, 0);
  2050. }
  2051.  
  2052. /* ================================= */
  2053. /* Upload Modal */
  2054. /* ================================= */
  2055. /* Backgrounds and Borders */
  2056. .uploadModal-2ifh8j {
  2057. background-color: transparent;
  2058. }
  2059. .uploadModal-2ifh8j .inner-3nWsbo {
  2060. border: 2px dashed rgba(170, 184, 232, 0);
  2061. }
  2062. .uploadModalIn-1z07Bv .uploadDropModal-2kTwbc .inner-3nWsbo {
  2063. border: 2px dashed hsla(0, 0%, 100%, 0);
  2064. }
  2065. /* Upload is too big */
  2066.  
  2067. /* Video File */
  2068. .uploadModal-2ifh8j .inner-3nWsbo .file-34mY5K .icon-kyxXVr.video-27RLEH {
  2069. background-image: url(/assets/dae57381bd2599b546fc014a41708c06.svg);
  2070. background-color: #5b6dae;
  2071. padding: 137px;
  2072. width: 446px;
  2073. margin-left: -12px;
  2074. border-radius: 8px 8px 0px 0px;
  2075. }
  2076. .uploadModal-2ifh8j .inner-3nWsbo .file-34mY5K .icon-kyxXVr.webcode-22GGLX {
  2077. background-color: #5b6dae;
  2078. padding: 137px;
  2079. width: 446px;
  2080. margin-left: -12px;
  2081. border-radius: 8px 8px 0px 0px;
  2082. }
  2083. /* File */
  2084. .uploadModal-2ifh8j .inner-3nWsbo .file-34mY5K .icon-kyxXVr.unknown-3TPTMr {
  2085. background-image: url(/assets/92fc72e47a5854ae12c1167e69573d77.svg);
  2086. background-color: #5b6dae;
  2087. padding: 137px;
  2088. width: 446px;
  2089. margin-left: -12px;
  2090. border-radius: 8px 8px 0px 0px;
  2091. }
  2092.  
  2093. /* Document */
  2094. .uploadModal-2ifh8j .inner-3nWsbo .file-34mY5K .icon-kyxXVr.document-2cvI0u {
  2095. background-image: url(/assets/a4ef7d20760cef4c165825770fd12ac7.svg);
  2096. background-color: #5b6dae;
  2097. padding: 137px;
  2098. width: 446px;
  2099. margin-left: -12px;
  2100. border-radius: 8px 8px 0px 0px;
  2101. }
  2102. /* ZIP */
  2103. .uploadModal-2ifh8j .inner-3nWsbo .file-34mY5K .icon-kyxXVr.archive-2hqXug {
  2104. background-image: url(/assets/3408a4597fdee6f7edef69f7fb487b38.svg);
  2105. background-color: #5b6dae;
  2106. padding: 137px;
  2107. width: 446px;
  2108. margin-left: -12px;
  2109. border-radius: 8px 8px 0px 0px;
  2110. }
  2111. /* Size of Modal */
  2112. .uploadModal-2ifh8j {
  2113. min-height: 428px;
  2114. width: 720px;
  2115. }
  2116. /* Image */
  2117. .uploadModal-2ifh8j .inner-3nWsbo .file-34mY5K .icon-kyxXVr.image-2yrs5j {
  2118. background-color: #5b6dae;
  2119. background-size: cover;
  2120. border: 2px solid rgb(91, 109, 174);
  2121. border-radius: 8px 8px 0px 0px;
  2122. box-shadow: 0 2px 8px rgba(0, 0, 0, 0);
  2123. height: 392px;
  2124. margin-left: -12px;
  2125. width: 720px;
  2126. }
  2127. .uploadModal-2ifh8j .inner-3nWsbo .file-34mY5K .icon-kyxXVr.image-2yrs5j:active {
  2128. background-image: contain;
  2129. }
  2130. /* Comment Box */
  2131. .uploadModal-2ifh8j .inner-3nWsbo .comment-4IWttf {
  2132. margin: 0 18px;
  2133. margin-top: 243px;
  2134. margin-bottom: -107px;
  2135. margin-right: 160px;
  2136. }
  2137. .uploadModal-2ifh8j .inner-3nWsbo .comment-4IWttf .label-3aiqT2 .optional--ezibr {
  2138. opacity: 0;
  2139. }
  2140. /* Buttons */
  2141. .uploadModal-2ifh8j .footer-3mqk7D .button-primary {
  2142. border-radius: 50px;
  2143. }
  2144. /* ================================= */
  2145. /* Loading Screen */
  2146. /* ================================= */
  2147. .quote-3aooyW {
  2148. color: #fff;
  2149. font-size: 0px;
  2150. font-style: normal;
  2151. margin-bottom: 23px;
  2152. }
  2153. .contentBase-11jeVK {
  2154. color: #ffffff;
  2155. font-size: 0px;
  2156. font-weight: 500;
  2157. line-height: 16px;
  2158. max-width: 600px;
  2159. text-transform: uppercase;
  2160. }
  2161. .problems-3mgf6w {
  2162. transition: transform .2s ease-out;
  2163. }
  2164. .container-16j22k {
  2165. background-color: rgba(0, 0, 0, 0.75);
  2166. animation: 10000ms loading ease;
  2167. }
  2168. @keyframes loading {
  2169. 0% {
  2170.  
  2171. }
  2172. 100% {
  2173.  
  2174. }
  2175. }
  2176. video.ready-36e6Vk {
  2177. animation: 10000ms loading2 ease;
  2178. }
  2179. @keyframes loading2 {
  2180. 0% {
  2181.  
  2182. }
  2183. 100% {
  2184.  
  2185. }
  2186. }
  2187. /* ================================= */
  2188. /* Startup Error BD */
  2189. /* ================================= */
  2190. /* Background */
  2191. .bd-modal-wrapper .tab-bar-container, .bd-modal-wrapper .bd-modal-body, .bd-modal-wrapper .header, .theme-dark .footer-2yfCgX {
  2192. background: rgb(46, 48, 53);
  2193. box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0);
  2194. }
  2195. /* Borders */
  2196. .bd-modal-wrapper .table-header, .bd-modal-wrapper .error {
  2197. border-bottom: 0px solid #fff;
  2198. }
  2199. /* ================================= */
  2200. /* Change Log */
  2201. /* ================================= */
  2202. /* Removing the Help Modal */
  2203. .need-help-modal.form.deprecated .header, .form-deprecated .form-inner, .form.deprecated .form-inner, .need-help-modal.form.deprecated .footer {
  2204. background-color: transparent !important;
  2205. border-top: 0px solid transparent;
  2206. color: transparent;
  2207. }
  2208. .need-help-modal.form.deprecated ul li, .need-help-modal.form.deprecated a, .need-help-modal.form.deprecated .header h1 {
  2209. font-size: 0px;
  2210. }
  2211. .need-help-modal.form.deprecated .header input[type=text] {
  2212. background-color: rgba(255, 255, 255, 0);
  2213. box-shadow: 0 2px 1px rgba(78, 93, 148, 0);
  2214. color: #000;
  2215. font-size: 0px;
  2216. }
  2217. .form-deprecated .control-group input[type=email], .form-deprecated .control-group input[type=number], .form-deprecated .control-group input[type=password], .form-deprecated .control-group input[type=text], .form-deprecated .control-group textarea, .form.deprecated .control-group input[type=email], .form.deprecated .control-group input[type=number], .form.deprecated .control-group input[type=password], .form.deprecated .control-group input[type=text], .form.deprecated .control-group textarea {
  2218. border-bottom: 0px solid transparent;
  2219. }
  2220. .need-help-modal.form.deprecated::before {
  2221. /* background-color: black; */
  2222. content: "";
  2223. color: white;
  2224. background-image: url(https://raw.githubusercontent.com/CorbsEditor/Custom-Icons/master/ChangeLog.png);
  2225. background-size: 1050px;
  2226. background-repeat: no-repeat;
  2227. height: 2330px;
  2228. background-position-y: 0px;
  2229. background-position-x: 0px;
  2230. width: 1010px;
  2231. margin-left: -250px;
  2232. position: fixed;
  2233. top: 20%;
  2234. }
  2235. /* ============================================================================ */
  2236. /* PLUGINS */ /*PLUGINS*/ /* PLUGINS */ /*PLUGINS*/ /* PLUGINS */ /*PLUGINS*/
  2237. /* Message Logger */
  2238. .ml-tab-button {
  2239. padding: 10px;
  2240. background-color: rgba(0, 0, 0, 0.3);
  2241. color: white;
  2242. display: inline-block;
  2243. border-radius: 50px;
  2244. margin: 15px 10px;
  2245. cursor: pointer;
  2246. transition: all 0.3s;
  2247. font-size: 15px;
  2248. }
  2249. .ml-filter-field {
  2250. background-color: rgba(0, 0, 0, 0.2);
  2251. border: none;
  2252. border-radius: 50px;
  2253. height: 25px;
  2254. line-height: 25px;
  2255. width: 80%;
  2256. margin-top: 10px;
  2257. color: white;
  2258. padding: 0px 5px;
  2259. }
  2260. .ml-filter-help-button {
  2261. display: inline-block;
  2262. background-color: rgba(0, 0, 0, 0.2);
  2263. border: none;
  2264. border-radius: 50px;
  2265. height: 25px;
  2266. line-height: 25px;
  2267. width: 8%;
  2268. margin-top: 10px;
  2269. color: white;
  2270. padding: 0px 5px;
  2271. cursor: pointer;
  2272. font-size: 15px;
  2273. transition: all 0.3s;
  2274. }
  2275. /* Citador */
  2276. .citar-btn {
  2277. cursor: pointer;
  2278. margin: 3px 5px;
  2279. padding: 0 10px;
  2280. background-color: transparent !important;
  2281. border-radius: 50px !important;
  2282. transition: all 200ms ease-in-out;
  2283. -webkit-transition: all 200ms ease-in-out;
  2284. opacity: 0.8;
  2285. background-image: url(https://storage.googleapis.com/material-icons/external-assets/v4/icons/svg/ic_format_quote_white_48px.svg);
  2286. background-size: 90% !important;
  2287. background-position: center !important;
  2288. background-repeat: no-repeat !important;
  2289. color: transparent !important;
  2290. }
  2291. /* ReplySystem */
  2292. .reply-list {
  2293. background: var(--accentcolor);
  2294. border-radius: 50px;
  2295. color: var(--accenttext);
  2296. }
  2297. .reply-clear {
  2298. opacity: 1;
  2299. top: 8px;
  2300. right: 8px;
  2301. }
  2302. .reply-item {
  2303. padding: 6px;
  2304. border-radius: 50px;
  2305. }
  2306. /* Server Search */
  2307. .theme-dark .popoutList-T9CKZQ {
  2308. background: var(--accentcolor);
  2309. margin-left: 24px;
  2310. }
  2311. .theme-dark .searchBar-1MOL6S .input-3Xdcic {
  2312. color: var(--accenttext);
  2313. }
  2314. .theme-dark .selectableItem-1MP3MQ {
  2315. color: var(--accenttext);
  2316. }
  2317. .scrollerThemed-2oenus.themeDark-2cjlUp.scrollerTrack-1ZIpsv>.scroller-2FKFPG::-webkit-scrollbar-track, .theme-dark .scrollerWrap-2lJEkd.scrollerTrack-1ZIpsv>.scroller-2FKFPG::-webkit-scrollbar-track, .theme-light .scrollerThemed-2oenus.themeDark-2cjlUp.scrollerTrack-1ZIpsv>.scroller-2FKFPG::-webkit-scrollbar-track {
  2318. background-color: rgba(46, 51, 56, 0);
  2319. }
  2320. .theme-dark .selectableItem-1MP3MQ:hover {
  2321. background-color: rgba(32, 34, 37, 0.22);
  2322. border-radius: 50px;
  2323. }
  2324. /* Better Formatting Redux */
  2325. .bf-toolbar:before {
  2326. background-color: rgba(32, 34, 37, 0.22);
  2327. border-radius: 50px;
  2328. }
  2329. .bf-toolbar .format {
  2330. border-radius: 50px;
  2331. }
  2332. .bf-toolbar .format img {
  2333. opacity: 1;
  2334. }
  2335. /* Permission Viewer */
  2336. #permissions-modal-wrapper .header {
  2337. background-color: #2f3136;
  2338. box-shadow: 0 0px 0px 0 rgba(0,0,0,.2);
  2339. }
  2340. #permissions-modal-wrapper .perm-side {
  2341. background-color: #2f3136;
  2342. }
  2343. #permissions-modal-wrapper .perm-item {
  2344. box-shadow: inset 0 0px 0 rgba(79, 84, 92, 0);
  2345. }
  2346. #permissions-modal-wrapper .role-item.selected {
  2347. background-color: rgba(0,0,0,0.2);
  2348. border-radius: 50px;
  2349. padding: 10px 10px 10px 10px;
  2350. }
  2351. #permissions-modal-wrapper .role-item:hover {
  2352. border-radius: 50px;
  2353. padding: 10px 10px 10px 10px;
  2354. }
  2355. #permissions-modal-wrapper .role-item {
  2356. padding: 10px 10px 10px 10px;
  2357. }
  2358. /* Server Folder Plugin */
  2359. .DevilBro-modal [class^="ui-color-picker-swatch"].large {
  2360. min-width: 62px;
  2361. height: 62px;
  2362. border-radius: 45px !important;
  2363. }
  2364. .guild.folder .badge.folder.count {
  2365. background: grey !important;
  2366. height: 41px !important;
  2367. top: 3px !important;
  2368. right: 18px !important;
  2369. width: 38px;
  2370. opacity: 0.8;
  2371. }
  2372. .guild.serverFoldersPreview {
  2373. position: absolute;
  2374. opacity: -0.5 !important;
  2375. width: 50px;
  2376. height: 50px;
  2377. z-index: 1000;
  2378. }
  2379. .foldercontainer {
  2380. margin: 0px 0px 0px -30px !important;
  2381. }
  2382. .DevilBro-modal [class^="ui-color-picker-swatch"] {
  2383. cursor: pointer;
  2384. width: 22px;
  2385. height: 22px;
  2386. margin-bottom: 5px;
  2387. margin-top: 5px;
  2388. border: 4px solid transparent;
  2389. border-radius: 50px !important;
  2390. margin-left: 10px;
  2391. }
  2392. .theme-dark .input-cIJ7To:hover {
  2393. border-color: transparent !important;
  2394. border-radius: 5px !important;
  2395. }
  2396. .theme-dark .input-cIJ7To {
  2397. border-radius: 5px;
  2398. border-color: transparent;
  2399. }
  2400. .theme-dark .input-cIJ7To {
  2401. background-color: rgba(0,0,0,.1);
  2402. border-color: transparent;
  2403. color: #f6f6f7;
  2404. border-radius: 5px !important;
  2405. }
  2406. .theme-dark .input-cIJ7To:focus {
  2407. border-color: var(--accentcolor);
  2408. }
  2409. /* Detailed Server Tooltip */
  2410. .tooltip.tooltip-right {
  2411. margin-left: 18px;
  2412. }
  2413. .dst-tooltip-icon {
  2414. width: 200px;
  2415. height: 200px;
  2416. background-size: cover;
  2417. border-radius: 105px;
  2418. margin-top: 5px;
  2419. flex: 1;
  2420. }
  2421. .dst-tooltip {
  2422. width: 100%;
  2423. max-width: 725px;
  2424. text-align: left;
  2425. background-color: #7289da;
  2426. color: white;
  2427. }
  2428. .dst-tooltip-label {
  2429. color: white;
  2430. margin-top: 14px;
  2431. font-size: 13px;
  2432. margin-left: 220px;
  2433. top: 0px;
  2434. }
  2435. .dst-tooltip-icon {
  2436. width: 200px;
  2437. height: 200px;
  2438. background-size: cover;
  2439. border-radius: 105px;
  2440. margin-top: 5px;
  2441. flex: 1;
  2442. margin-bottom: -180px;
  2443. }
  2444. .dst-tooltip:after {
  2445. border-right-color: rgba(114, 137, 218, 0);
  2446. top: 6.5% !important;
  2447. }
  2448. /* Members Count */
  2449. .theme-dark #memberCount {
  2450. color: hsla(0, 0%, 100%, 0.4);
  2451. background: rgba(47, 49, 54, 0) !important;
  2452. }
  2453. #memberCount {
  2454. position: absolute;
  2455. font-size: 12px;
  2456. letter-spacing: 0.08em;
  2457. font-weight: 500;
  2458. text-transform: uppercase;
  2459. display: block;
  2460. width: 100%;
  2461. text-align: left !important;
  2462. padding: 0.9vh 0;
  2463. z-index: 5;
  2464. margin-left: 15px !important;
  2465. }
  2466. /* VIP */
  2467. .VIP:active {
  2468. transform: scale(1.1) !important;
  2469. }
  2470. /* Channel History */
  2471. .channelHistoryButtons {
  2472. color: #999;
  2473. font-weight: bold;
  2474. position: absolute;
  2475. left: 71px;
  2476. top: unset !important;
  2477. bottom: 5px !important;
  2478. left: 299px !important;
  2479. }
  2480. /* Charater Count */
  2481. #charcounter.normal {
  2482. right: 0;
  2483. bottom: -9px !important;
  2484. }
  2485. #charcounter {
  2486. display: block;
  2487. position: absolute;
  2488. opacity: .5;
  2489. z-index: 1000;
  2490. pointer-events: none;
  2491. font-size: 10px !important;
  2492. }
  2493. /* Friends Counter */
  2494. .theme-dark #friends .tab-bar .tab-bar-item .badge {
  2495. background-color: transparent !important;
  2496. color: grey !important;
  2497. height: 10px !important;
  2498. margin-top: -10px;
  2499. font-size: 15px !important;
  2500. }
  2501. /* Display Servers as Channels */
  2502. .guilds-wrapper.DSAC-styled .guild-separator ~ .guild .guilds-error {
  2503. border: none !important;
  2504. background-color: transparent !important;
  2505. margin-left: -5px;
  2506. line-height: 32px;
  2507. }
  2508. .guilds-wrapper.DSAC-styled .guild-separator ~ .guild:not(.selected):hover {
  2509. background-color: transparent !important;
  2510. border: none;
  2511. }
  2512. .guilds-wrapper.DSAC-styled .guild-separator ~ .guild:not(.selected) {
  2513. background-color: transparent !important;
  2514. border: none;
  2515. }
  2516. .guilds-wrapper.DSAC-styled .guild-separator ~ .guild .guild-inner {
  2517. background-color: transparent !important;
  2518. }
  2519. /* Logger */
  2520. button#dl-log-button {
  2521. border-radius: 50px;
  2522. margin-left: -7px;
  2523. background-color: transparent;
  2524. color: white;
  2525. }
  2526. .scrollerWrap-2uBjct.content-1Cut5s.scrollerThemed-19vinI.themeGhostHairline-2H8SiW.da-scrollerWrap.da-content.da-scrollerThemed.da-themeGhostHairline {
  2527. color: white;
  2528. background-color: darkslategray;
  2529. }
  2530. /* Share Button */
  2531. .sb-menu-backdrop.da-sbMenuBackdrop {
  2532. background-image: var(--backgroundimage) !important;
  2533. background-color: black;
  2534. }
  2535. .sb-menu-scroller-wrapper {
  2536. width: 800px;
  2537. min-height: 800px;
  2538. max-height: 800px;
  2539. position: fixed;
  2540. top: 50%;
  2541. left: 50%;
  2542. transform: translate(-50%, -50%);
  2543. background: rgba(47, 49, 54, 0.75);
  2544. border-radius: 5px;
  2545. z-index: 10000;
  2546. }
  2547. .sb-button:hover {
  2548. background-color: rgba(255, 255, 255, 0);
  2549. }
  2550. .sb-button:active {
  2551. background-color: rgba(255, 255, 255, 0) !important;
  2552. }
  2553. .sb-button {
  2554. background-color: rgba(255, 255, 255, 0) !important;
  2555. }
  2556. /* ===================================================== */
  2557. /* END OF PLUGINS */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement