Advertisement
Guest User

Untitled

a guest
Jun 19th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.51 KB | None | 0 0
  1. /* Bigger Reactions */
  2. .theme-dark .reaction {
  3. width: 67px !important;
  4. height: 75px !important;
  5. }
  6.  
  7. .message-group .emoji {
  8. margin-bottom: -2px !important;
  9. }
  10. .emoji {
  11. min-width: 50px !important;
  12. min-height: 50px !important;
  13. margin: 5px !important;
  14. }
  15.  
  16.  
  17.  
  18. .theme-dark .inner-zqa7da {
  19. background-color: hsla(218,5%,47%,.3);
  20. background: linear-gradient(0deg, rgba(0, 0, 0, 0.56), rgba(0, 95, 22, 0.45), rgba(0, 0, 0, 0)) !important
  21. }
  22. //META{"name":"Server_Grid","description":"Display servers in 3 column grid","author":"Jiiks","version":"1.0"}*//{}
  23.  
  24. .guilds-wrapper{width: 180px;}
  25. .guilds-wrapper .scroller-wrap{width: 200px;}
  26. .guilds-wrapper .guilds {
  27. display: flex;
  28. flex-flow: row wrap;
  29. padding-left: 0;
  30. align-content: flex-start;
  31. }
  32.  
  33. .guilds-wrapper .guilds .guild {
  34. margin-left: 8px;
  35. margin-top: 8px;
  36. }
  37.  
  38. .guilds-wrapper .guilds .guild.unread::before {
  39. left: -2px;
  40. top: 5px;
  41. z-index:9000;
  42. }
  43.  
  44. .guilds-wrapper .guilds .guild:first-child {
  45. position: relative;
  46. left: 0;
  47. margin: auto;
  48. margin-top: 15px;
  49. }
  50.  
  51. #bd-pub-li {
  52. position: absolute;
  53. top: 0px;
  54. left: 0px;
  55. }
  56.  
  57. #bd-pub-li #bd-pub-button {
  58. position:absolute;
  59. width: 100%;
  60. text-align: center;
  61. }
  62.  
  63. .guilds-wrapper .guilds .guild-separator {
  64. position: relative;
  65. width: 100%;
  66. margin-top: 10px;
  67. }
  68.  
  69. .guilds-wrapper .guilds .friends-online {
  70. position: relative;
  71. width: 100%;
  72. margin: auto;
  73. margin-top: 5px;
  74. }
  75.  
  76. .guilds-wrapper .guilds .guild.selected:before {
  77. display: none;
  78. }
  79.  
  80. .guilds-wrapper .guilds .guild {
  81. position: relative;
  82. }
  83.  
  84. .guilds-wrapper .guilds .dms {
  85. width: 100%;
  86. display: flex;
  87. flex-flow: row wrap;
  88. }
  89.  
  90. .guilds-wrapper .guilds .dms .guild {
  91. left: 0;
  92. }
  93.  
  94. /**BACKGROUND**/
  95. body{background:url('https://i.imgur.com/Ico4J8o.jpg') rgba(0,0,0,0);} /**The background url HAS to use https!**/
  96.  
  97. /**The https://i.imgur.com/Ico4J8o.jpg use https!**/
  98. .theme-dark .friends-table, .theme-dark .messages-wrapper, .theme-dark .chat, .channels-Ie2l6A, .guilds-wrapper, .container-2lgZY8, .theme-dark .layer-3QrUeG, .theme-dark .layers-3iHuyZ, .theme-dark .typing-2GQL18,
  99. .theme-dark .members-1998pB, .theme-dark .chat>.content, .theme-dark .title-3qD0b-, .container-PNkimc, .channels-Ie2l6A, #app-mount, .theme-dark .chat form, .container-2Thooq, .theme-dark .headerBar-UHpsPw,
  100. .theme-dark .friends-table .messages .divider:before, .theme-dark .friends-table .messages .divider span, .theme-dark .messages-wrapper .messages .divider:before, .theme-dark .messages-wrapper .messages .divider span, .theme-dark #friends
  101. {
  102. background:rgba(0,0,0,0) !important;
  103. }
  104. .typeWindows-1za-n7 {display:none;}
  105.  
  106. .contentSelectedText-3wUhMi,.private-channels .channel.selected a,.private-channels .channel:hover a,
  107. .contentHoveredText-2D9B-x, .contentHoveredVoice-3p_NEO:active,.contentSelectedVoice-1WDIBM:active,
  108. .theme-dark .member-3W1lQa:hover .content-OzHfo4, .theme-dark .member-3W1lQa.popout-open .content-OzHfo4, .theme-dark .member-3W1lQa.popout-open:hover .content-OzHfo4,
  109. .theme-dark #friends .friends-table .friends-row:hover {
  110. background:rgba(0,0,0,0.3)!important;
  111. }
  112. .theme-dark .message-group .comment .markup code.inline{
  113. background:rgba(46,49,54,0.5)!important;
  114. }
  115.  
  116. .theme-dark .member-2FrNV0:hover .content-3JzEqq, .theme-dark .friends-table .scroller-wrap ::-webkit-scrollbar-thumb, .theme-dark .messages-wrapper .scroller-wrap ::-webkit-scrollbar-thumb {
  117. background-color:rgba(0,0,0,0.5);
  118. border-color:transparent;
  119. }
  120. .scroller-wrap .scroller::-webkit-scrollbar-thumb, .scroller-wrap .scroller::-webkit-scrollbar-track-piece {
  121. border-color:transparent;
  122. background-clip: padding-box;
  123. border: 3px solid #fff;
  124. border-radius: 7px;
  125. }
  126. .theme-dark .friends-table .scroller-wrap ::-webkit-scrollbar-track-piece, .theme-dark .messages-wrapper .scroller-wrap ::-webkit-scrollbar-track-piece {
  127. background-color:transparent;
  128. border-color:transparent;
  129. }
  130. .scroller-wrap .scroller::-webkit-scrollbar-track-piece {
  131. background-color: #f3f3f3;
  132. }
  133. .scroller-wrap .scroller::-webkit-scrollbar-thumb, .scroller-wrap .scroller::-webkit-scrollbar-track-piece {
  134. background-color:transparent;
  135. background-clip: padding-box;
  136. border: 3px solid rgba(0,0,0,0);
  137. border-radius: 7px;
  138. }
  139.  
  140. /**adding transparent gradients**/
  141. /*** while technically also optional, I find no background is ever dark enough without looking bad ***/
  142. .app-19_DXt{
  143. background:linear-gradient(to right,rgba(0,0,0,0.3),rgba(0,0,0,0.75) 310px,rgba(0,0,0,0.45) 70%,rgba(0,0,0,0) 95%) !important;
  144. }
  145.  
  146. /** optional fun **/
  147. img.emoji.jumboable{margin:0px !important;}/**fix emoji spacing for 2x2 emotes**/
  148. img.emoji:not(.jumboable){height:32px !important;width:auto !important;}/**never resize emoji**/
  149. .reaction img.emoji{height:16px !important;}/**nvm actually do resize reactions**/
  150. .emojiPicker-3m1S-j{height:500px;}/** larger emojipicker part 1**/
  151. .emojiPicker-3m1S-j .scroller-3vODG7{height:400px !important;}/** larger emojipicker part 2**/
  152.  
  153. .message-group-blocked {display: none}
  154.  
  155. .scroller::-webkit-scrollbar-thumb
  156. {
  157. border: none !important;
  158. background: linear-gradient(0deg, rgba(0, 0, 0, 0.56), rgba(0, 95, 22, 0.45), rgba(0, 0, 0, 0)) !important
  159. }
  160.  
  161. .avatar-large {
  162. background-size: 80px 80px;
  163. height: 80px;
  164. width: 80px;
  165. }
  166. .innerNoAutocomplete-1WpcVO {
  167. border-radius: 60px;
  168. border-width: 3px;
  169. border-color: rgb(0, 255, 59, 0.45);
  170. border-style: solid;
  171. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement