Advertisement
XinChun93

discord css (share ver)

Sep 22nd, 2017
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.25 KB | None | 0 0
  1. .ui-tab-bar-item {
  2. color: #72767d!important;
  3. }
  4. .ui-tab-bar-item:hover {
  5. color: #4f545c!important;
  6. }
  7. .ui-tab-bar-item.selected {
  8. color: #fff!important;
  9. }
  10. .user-name,
  11. .markup,
  12. header,
  13. .member-username > span,
  14. textarea {
  15. font-size: 150%!important;
  16. line-height: 110%!important;
  17. }
  18. .channel-name {
  19. font-size: 130%!important;
  20. line-height: 120%!important;
  21. font-variant: small-caps;
  22. }
  23. .member {
  24. padding-top: 1px;
  25. padding-bottom: 1px;
  26. }
  27. .user-name {
  28. font-weight: bold!important;
  29. }
  30. h2 {
  31. margin-top: 2px!important;
  32. margin-bottom: 2px!important;
  33. }
  34. * {
  35. font-family:
  36. "Noto Sans", "Noto Sans CJK JP",
  37. sans-serif!important;
  38. }
  39. code {
  40. font-size: 150%!important;
  41. line-height: 100%!important;
  42. font-family:
  43. "Monofonto",
  44. }
  45. code.inline {
  46. font-size: 90%!important;
  47. }
  48. .message-group-blocked-btn {
  49. height: 10px;
  50. font-size: 0px!important;
  51. padding: 0!important;
  52. background-color: #c00;
  53. }
  54. .message-group-blocked-btn:hover {
  55. background: #333!important;
  56. }
  57. div[class^=scroller] div[class^=noWrap] {
  58. padding-top: 5px!important;
  59. padding-bottom: 50px!important;
  60. }
  61. div[class^=wrapperUnread],
  62. div[class^=wrapperSelected],
  63. div[class^=wrapperDefault],
  64. div[class^=wrapperHovered],
  65. div[class^=wrapperMutedText] {
  66. height: 32px!important;
  67. margin-top: -6px!important;
  68. }  
  69. div[class^=nameUnread],
  70. div[class^=nameSelected],
  71. div[class^=nameDefault],
  72. div[class^=nameHovered],
  73. div[class^=nameMutedText],
  74. .channel.channel-text a {
  75. padding-top: 0!important;
  76. padding-bottom: 0!important;
  77. margin-top: 0!important;
  78. margin-bottom: 0!important;
  79. line-height: 32px!important;
  80. }
  81. div[class^=nameUnread],
  82. div[class^=nameSelected] {
  83. color: #999!important;
  84. }
  85. .channel-name {
  86. line-height: 24px;
  87. padding-bottom: 0;
  88. }
  89. header {
  90. color: #999!important;
  91. }
  92. .channel.channel-text.unread::before {
  93. background-color: #999!important;
  94. margin-top: -6px;
  95. }
  96. div[class^=nameUnreadText],
  97. div[class^=nameSelectedText] {
  98. color: #999!important;
  99. }
  100. .channel.channel-text.selected::before {
  101. margin-top: 0px;
  102. }
  103. span.bot-tag {
  104.     font-size:100%!important;
  105.     line-height: 100%!important;
  106.     padding-bottom: 3px!important;
  107.     padding-right: 3px!important;
  108. }
  109.  
  110. div[class^="container-"] > div[class^="containerDefault"]:nth-of-type(1) {
  111.     padding-top: 0px;
  112.     padding-bottom: 10px;
  113. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement