Advertisement
Guest User

Untitled

a guest
Feb 24th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.45 KB | None | 0 0
  1. :root {
  2. --title-gradient: linear-gradient(to right, #37b1da 0, #c948cd 50%, #cce335 100%);
  3. --primary-color: #75a00d;
  4. --outline-color: #0a0a0a;
  5. --outline-lightcolor: #303030;
  6. --app-color: #111;
  7. --channels-color: #111;
  8. --channels-darker: #0c0c0c;
  9. --channels-selected: #191919;
  10. --channels-text-selected: #9fca2b;
  11. --chat-color: #1a1a1a;
  12. --mention-color: #1f1f1f;
  13. --scrollbar-bg: #2d2d2d;
  14. --scrollbar-thumb: #414141;
  15. --text-input: #191919;
  16. --dropdown-color: #232323;
  17. --link-color: #96c83c;
  18. --channel-radius: 5px;
  19. --text-color: #cbcbcb;
  20. --text-darker: #b0b0b0;
  21. --font: 'Arial', Helvetica, Arial, sans-serif;
  22. --important-notification: #d84747;
  23. --important-notification: #f12020
  24. }
  25.  
  26. strong {
  27. font-weight: 500
  28. }
  29.  
  30. a {
  31. color: var(--link-color)
  32. }
  33.  
  34. body {
  35. font-family: var(--font)!important;
  36. background-color: var(--app-color)
  37. }
  38. input,
  39. textarea {
  40. font-family: var(--font)!important
  41. }
  42.  
  43. .appMount-14L89u {
  44. left: 6px;
  45. top: 6px;
  46. height: calc(100vh - 12px);
  47. width: calc(100vw - 12px);
  48. box-shadow: 0 0 0 1px #3c3c3c, 0 0 0 4px #282828, 0 0 0 5px #3c3c3c, 0 0 0 6px #0a0a0a;
  49. background-color: var(--channels-color)
  50. }
  51. .typeWindows-15E0Ys {
  52. height: 25px;
  53. background: var(--primary-color);
  54. margin-top: 1px!important;
  55. margin-left: 1px;
  56. margin-right: 1px;
  57. background: var(--title-gradient);
  58. box-shadow: inset 0 -23px 0 0 var(--app-color), inset 0 -24px 0 0 rgba(0, 0, 0, 0.5);
  59. opacity: 1.0;
  60. z-index: 50;
  61. position: relative;
  62. border-bottom: 1px solid var(--outline-lightcolor)
  63. }
  64. .winButton-U7zAqI {
  65. top: 2px!important
  66. }
  67. .wordmark-2L03Wr {
  68. opacity: 1.0;
  69. font-family: 'Raleway'
  70. }
  71.  
  72. .wordmark-2L03Wr svg {
  73. display: none
  74. }
  75.  
  76. .wordmark-2L03Wr::before {
  77. font-size: 100%;
  78. font-family: 'Verdana' !important;
  79. content: 'game';
  80. font-size: 14px;
  81. z-index: 1000;
  82. position: fixed;
  83. display: inline-block;
  84. color: var(--text-color);
  85. height: auto;
  86. top: 12px;
  87. left: 12px;
  88. background-color: transparent
  89. }
  90. .wordmark-2L03Wr::after {
  91. font-size: 100%;
  92. font-family: 'Verdana' !important;
  93. content: 'sense';
  94. font-size: 14px;
  95. z-index: 1000;
  96. position: fixed;
  97. display: inline-block;
  98. color: var(--primary-color);
  99. height: auto;
  100. top: 12px;
  101. left: 51px;
  102. background-color: transparent
  103. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement