Advertisement
Guest User

Untitled

a guest
Feb 20th, 2020
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 0 0
  1. //META{"name":"FullThemeDark","description":"Fixes all unthemed sections in the native dark theme of discord.","author":"DevilBro","version":"1.0.0","website":"https://github.com/mwittrien/BetterDiscordAddons/tree/master/Themes/FullThemeDark","source":"https://raw.githubusercontent.com/mwittrien/BetterDiscordAddons/master/Themes/FullThemeDark/FullThemeDark.theme.css"}*//{}
  2.  
  3. @import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/FullThemeDark/FullThemeDark.css);
  4. body, div, span, textarea, ::-webkit-input-placeholder {
  5. font-family: 'place download and installed font here', sans-serif;
  6. }
  7.  
  8. /* ignore /
  9. .hljs,
  10. .inline,
  11. .hljs :-webkit-any(ol, li, span),
  12. .editor-wrapper :-webkit-any(textarea, div, span) {
  13. font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace;
  14. }
  15.  
  16. :root {
  17. --avatar-size: 100px;
  18. }
  19. #app-mount .content-yTz4x3 .messagesWrapper-3lZDfY .containerCozy-jafyvG {
  20. min-height: calc(var(--avatar-size) + 40px);
  21. }
  22. #app-mount .content-yTz4x3 .messagesWrapper-3lZDfY .containerCozy-jafyvG:before {
  23. content: "";
  24. width: calc(100% - 30px);
  25. margin-left: 20px;
  26. height: 1px;
  27. background: hsla(0,0%,100%,.04);
  28. display: block;
  29. position: relative;
  30. top: -20px;
  31. }
  32. #app-mount .content-yTz4x3 .messagesWrapper-3lZDfY .containerCozy-jafyvG .headerCozy-2N9HOL {
  33. height: auto;
  34. margin-bottom: calc(var(--avatar-size) / -1 + 3px);
  35. }
  36. #app-mount .content-yTz4x3 .messagesWrapper-3lZDfY .containerCozy-jafyvG .wrapper-3t9DeA {
  37. width: var(--avatar-size) !important;
  38. height: var(--avatar-size) !important;
  39. }
  40. #app-mount .content-yTz4x3 .messagesWrapper-3lZDfY .containerCozy-jafyvG .contentCozy-3XX413 {
  41. margin-left: calc(var(--avatar-size) + 40px);
  42. }
  43. #app-mount .content-yTz4x3 .messagesWrapper-3lZDfY .containerCozy-jafyvG .dividerEnabled-2TTlcf.divider-32i8lo {
  44. display: none;
  45. }
  46. #app-mount .divider-3gKybi.divider-3zi9LO + .containerCozy-jafyvG:before {
  47. content: none;
  48. }
  49. / Changes Border-radius Avatar */
  50. .avatar-VxgULZ {
  51. border-radius: 10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement