Advertisement
Guest User

Untitled

a guest
May 22nd, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.11 KB | None | 0 0
  1. @import url('https://fonts.googleapis.com/css?family=IBM Plex Sans');
  2.  
  3. {
  4. background-color: #202020 !important;
  5. }
  6.  
  7. ul {-webkit-padding-start: 0px} /* Specific to Chrome */
  8. img.emote {max-height: 1.8em !important}
  9. .chat-line-wrapper img.chat-line-badge {
  10. padding-right: 2px;
  11. }
  12.  
  13.  
  14. .loading-screen {
  15. background-color: #202020 !important;
  16. }
  17.  
  18. /**** Chat ****/
  19. .chat-line:nth-of-type(even) {
  20. background-color: #202020 !important;
  21. }
  22. .chat-line:nth-of-type(odd) {
  23. background-color: #252525 !important;
  24. }
  25.  
  26. .chat-wrapper {
  27. font-size: 10.2pt !important;
  28. font-family: 'Arial', sans-serif !important;
  29.  
  30. }
  31.  
  32. .chat-line-username {
  33. font-weight: bold !important;
  34. }
  35.  
  36. .chat-input-box textarea, .chat-input-box textarea {
  37. border: solid 0px gray;
  38. background-color: #202020 !important;
  39. }
  40.  
  41. .emote-menu-button {
  42. bottom: 0px !important;
  43. }
  44.  
  45. .chat-mention {
  46. font-weight: bold;
  47. }
  48. }
  49.  
  50.  
  51. a {
  52. color: hotpink; !important
  53. }
  54.  
  55.  
  56.  
  57.  
  58.  
  59. /** decrease size of autocomplete list */
  60.  
  61. .md-panel.autocomplete-panel .autocomplete-panel-content .md-button,
  62. .md-panel.autocomplete-panel .autocomplete-panel-content ._md-button-wrap,
  63. .md-panel.autocomplete-panel .autocomplete-panel-content ._md-button-wrap .md-list-item:before,
  64. .md-panel.autocomplete-panel .autocomplete-panel-content ._md-button-wrap .md-list-item-inner:before{
  65. font-size: 9pt !important;
  66. max-height: 22px !important;
  67. min-height: 10px !important;
  68. }
  69.  
  70.  
  71. /* Scale down and center inline mod icons */
  72. .chat-line-mod-button-label {
  73. height: 16px !important;
  74. transform: translate3d(0px, -1.5px, 0px) !important;
  75. }
  76.  
  77. .chat-line-wrapper.chat-line-deleted .chat-line-text{
  78. text-decoration: none !important;
  79. }
  80.  
  81. .chat-input-box {
  82. border-top: solid 0px gray !important;
  83. padding: 8px !important;
  84. }
  85.  
  86. /**** Mod Card ****/
  87. .mod-card button.md-button.mod-card-mod-button {
  88. margin: 0 !important;
  89. padding: 6.5px !important;
  90. }
  91.  
  92. .mod-card button.md-button.mod-card-mod-button img {
  93. height: 32px !important;
  94. transform: none !important;
  95. }
  96.  
  97. .md-button {
  98. padding: 0 !important;
  99. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement