Advertisement
Guest User

Untitled

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