Advertisement
Darkendris23

Discord.css

Mar 20th, 2023
694
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.31 KB | None | 0 0
  1. /*Borders*/
  2. .wrapper-1_HaEi, .sidebar-1tnWFu {
  3.     border-right: 2px solid !important;
  4.     border-image-slice: 1 !important;
  5.     border-image-source: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(255,0,0,1) 50%, rgba(0,0,0,1) 100%) !important;
  6. }
  7.  
  8. /*
  9. .container-ZMc96U {
  10.     border-bottom: 2px solid red !important
  11. }
  12. */
  13.  
  14. /*Scrollbar*/
  15. .auto-2TJ1RH::-webkit-scrollbar-thumb, .thin-RnSY0a::-webkit-scrollbar-thumb{
  16.     background-color: red !important;
  17. }
  18.  
  19. .auto-2TJ1RH::-webkit-scrollbar-track{
  20.     background-color: rgba(0, 0, 0, 0.4) !important;
  21. }
  22.  
  23. /*ETC*/
  24. .guildSeparator-a4uisj {
  25.     background: red !important
  26. }
  27.  
  28. .unreadBar-elBRZx {
  29.     background: black !important
  30. }
  31.  
  32. .header-3OsQeK {
  33.     -webkit-box-shadow: none !important;
  34.     box-shadow: none !important;
  35. }
  36.  
  37. .searchBar-3TnChZ {
  38.     -webkit-box-shadow: none !important;
  39.     box-shadow: none !important;
  40. }
  41.  
  42. /*3rd Layer Inner*/
  43. .content-1jQy2l:before {
  44.     content:"";
  45.     width:100%;
  46.     height:100% !important;
  47.     background:url("https://i.imgur.com/4XIYU6n.png") !important;
  48.     background-size: cover !important;
  49.     z-index: 0 !important;
  50. }
  51.  
  52. .chatContent-3KubbW, .members-3WRCEx, .member-2gU6Ar {
  53.     background: transparent !important
  54. }
  55.  
  56.  
  57. .form-3gdLxP:before {
  58.     background: none !important
  59. }
  60.  
  61. .scrollableContainer-15eg7h {
  62.     background: black !important
  63. }
  64.  
  65. .scroller-3X7KbA, .tabBody-2dgbAs {
  66.     background:url("https://i.imgur.com/4XIYU6n.png") !important;
  67.     background-size: cover !important;
  68. }
  69.  
  70. .container-1NXEtd {
  71.     background: transparent !important
  72. }
  73.  
  74. .container-YkUktl {
  75.     background: transparent !important
  76. }
  77.  
  78. .container-2Y4CWj {
  79.    
  80. }
  81.  
  82. .container-1-ERn5 .clickable-vvKY2q {
  83.     background: transparent !important;
  84. }
  85.  
  86. .title-31SJ6t {
  87.     background: black !important
  88. }
  89.  
  90. .children-3xh0VB:after {
  91.     background: none !important
  92. }
  93.  
  94. .newMessagesBar-1hF-9G {
  95.     background: black !important
  96. }
  97.  
  98. /*Direct Messages*/
  99. .sidebar-1tnWFu {
  100.     background:linear-gradient(220deg, rgba(0,0,0,0.3) 0%, rgba(116,0,0,0.3) 50%, rgba(0,0,0,0.3) 100%), url("https://i.imgur.com/stKtZoz.jpg") !important;
  101.     background-size: cover, cover !important;
  102. }
  103.  
  104. .privateChannels-oVe7HL, .scroller-WSmht3, .panels-3wFtMD, .peopleColumn-1wMU14 {
  105.     background: transparent !important
  106. }
  107.  
  108. .searchBarComponent-3N7dCG {
  109.     background: black !important
  110. }
  111.  
  112. .container-ZMc96U {
  113.     background: black !important
  114. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement