Advertisement
Guest User

Untitled

a guest
May 22nd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 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. a:link {
  50. color: hotpink;
  51. }
  52.  
  53.  
  54. /** decrease size of autocomplete list */
  55.  
  56. .md-panel.autocomplete-panel .autocomplete-panel-content .md-button,
  57. .md-panel.autocomplete-panel .autocomplete-panel-content ._md-button-wrap,
  58. .md-panel.autocomplete-panel .autocomplete-panel-content ._md-button-wrap .md-list-item:before,
  59. .md-panel.autocomplete-panel .autocomplete-panel-content ._md-button-wrap .md-list-item-inner:before{
  60. font-size: 9pt !important;
  61. max-height: 22px !important;
  62. min-height: 10px !important;
  63. }
  64.  
  65.  
  66. /* Scale down and center inline mod icons */
  67. .chat-line-mod-button-label {
  68. height: 16px !important;
  69. transform: translate3d(0px, -1.5px, 0px) !important;
  70. }
  71.  
  72. .chat-line-wrapper.chat-line-deleted .chat-line-text{
  73. text-decoration: none !important;
  74. }
  75.  
  76. .chat-input-box {
  77. border-top: solid 0px gray !important;
  78. padding: 8px !important;
  79. }
  80.  
  81. /**** Mod Card ****/
  82. .mod-card button.md-button.mod-card-mod-button {
  83. margin: 0 !important;
  84. padding: 6.5px !important;
  85. }
  86.  
  87. .mod-card button.md-button.mod-card-mod-button img {
  88. height: 32px !important;
  89. transform: none !important;
  90. }
  91.  
  92. .md-button {
  93. padding: 0 !important;
  94. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement