Advertisement
Guest User

Untitled

a guest
Dec 9th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.34 KB | None | 0 0
  1. /*
  2. Black Paint Theme
  3.  
  4. blue: #597ca8
  5. white: #e8e8e8
  6. gray: #727f87
  7. black: #202326
  8. deep black: #151719
  9. */
  10.  
  11. /* main */
  12. /* body { } */
  13.  
  14. /* updating colors */
  15. .guildsWrapper-5TJh6A { background-color: #151719 !important; }
  16. .channels-Ie2l6A { background-color: #202326 !important; }
  17. .headerBar-UHpsPw { background-color: #202326 !important; }
  18. .friends-table { background-color: #202326 !important; }
  19. .activityFeed-28jde9 { background-color: #151719 !important; }
  20. .applicationStore-1pNvnv { background-color: #151719 !important; }
  21. .gameLibrary-TTDw4Y { background-color: #151719 !important; }
  22.  
  23. .heroCarousel-k7LeGl { background-color: #202326 !important; }
  24. a[href*="/channels/@me"] { background-color: #202326; }
  25. .messagesWrapper-3lZDfY { background-color: #202326 !important; }
  26. .home-2gmu2h { background-color: #202326 !important; }
  27. div[class = "scrollbar"]{ background-color: #202326 !important; }
  28. div[class = "track"]{ background-color: #202326 !important; border-color: #202326 !important; }
  29. .typing-2GQL18 { background-color: #202326 !important; }
  30. .members-1998pB { background-color: #202326 !important; }
  31. div[class="divider-3gKybi dividerRed-MKoLlr divider-3zi9LO"] { background-color: #202326 !important; }
  32. div[class="default-1VPH9n base-34jWEe"] { background-image: url() !important; }
  33. div[class="wrapper-39oAo3"] { background-image: url() !important; }
  34.  
  35. .theme-dark .chat-3bRxxu form, .theme-dark .content-yTz4x3 { background-color: #202326 !important; }
  36. .chat-3bRxxu { background-color: #151719 !important; }
  37. .container-PNkimc { background-color: #202326 !important; }
  38.  
  39. div[class="stickyHeader-1pqx0j header-39GIC8 row-1Lmx44 stickyHeader-r2k9DK"] { background-color: #202326 !important; }
  40. div[class="flex-1xMQg5 flex-1O1GKY horizontal-1ae9ci horizontal-2EEEnY flex-1O1GKY directionRow-3v3tfG justifyStart-2NDFzi alignCenter-1dQNNs noWrap-3jynv6 headerBarDrag-3bf7wG title-3qD0b-"] {
  41. background-color: #202326 !important;
  42. }
  43.  
  44. .homeIcon-1FoKUJ {
  45. /* background-image: url(https://i.imgur.com/hi42dQ3.png) !important; */
  46. background-color: #202326;
  47. background-repeat: no-repeat;
  48. background-size: cover !important;
  49. }
  50.  
  51. /* hide unnecessary features */
  52. .messageGroupBlockedBtn-1PBBh-{ display: none !important; }
  53. .messageGroupBlocked-3wrQQX-{ display: none !important; }
  54. .downloadAppButton-3EFlA6 { display: none !important; }
  55.  
  56. /* version indicator */
  57. div[class*="userSettingsAccount-"]::before {
  58. /* rainbow text animation */
  59. -webkit-animation: rainbow 3s infinite;
  60. -ms-animation: rainbow 3s infinite;
  61. animation: rainbow 3s infinite;
  62.  
  63. /* rest of the content */
  64. content: "Chris' Discord Enhancer";
  65. font-size: 18px;
  66. font-weight: bold;
  67. position:absolute;
  68. top: 1.4em
  69. }
  70.  
  71. div[class*="userSettingsAccount-"]::after {
  72. color: white;
  73. content: "Version 1.1.0";
  74. font-size: 16px;
  75. position:absolute;
  76. top: 2.6em
  77. }
  78.  
  79. @-webkit-keyframes rainbow{ 0%{color: orange;} 10%{color: purple;} 20%{color: red;} 40%{color: yellow;} 60%{color: green;} 100%{color: blue;} 100%{color: orange;} }
  80. @-ms-keyframes rainbow{ 0%{color: orange;} 10%{color: purple;} 20%{color: red;} 40%{color: yellow;} 60%{color: green;} 100%{color: blue;} 100%{color: orange;} }
  81. @keyframes rainbow{ 0%{color: orange;} 10%{color: purple;} 20%{color: red;} 40%{color: yellow;} 60%{color: green;} 100%{color: blue;} 100%{color: orange;} }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement