Advertisement
AlphaPyxis

OBS CSS Rumble Chat

Jan 11th, 2024
335
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1. .media-page-chat-aside-chat-wrapper-fixed{
  2. position:fixed !important;
  3. display:block !important;
  4. top:0px !important;
  5. left:0px !important;
  6. margin:0px !important;
  7. width:100vw !important;
  8. overflow:hidden !important;
  9. }
  10. .container{
  11. background-color: #4D2B12; /* Use a source key to remove this background color; */
  12. }
  13. #chat-history-list{
  14. overflow:hidden !important;
  15. }
  16. .chat {
  17. position:fixed; !important;
  18. display:block !important;
  19. top:0px !important;
  20. left:0px !important;
  21. z-index: 900;
  22. font-size: 28px;
  23. margin:0px !important;
  24. overflow:hidden !important;
  25. }
  26. .chat-history--row {
  27. width:700px !important;
  28. background: rgb(255,255,255);
  29. background: linear-gradient(180deg, rgba(247,161,0,1) 0%, rgba(247,161,0,1) 35%, rgba(0,0,0,1) 77%, rgba(0,0,0,1) 100%);
  30. padding:8px;
  31. border-radius: 10px;
  32. }
  33. [data-theme=dark] .chat--subscribe-badge-example-ui-demo, [data-theme=dark] .chat-history--subscribed { background-image: linear-gradient(180deg, rgba(247,161,0,1) 0%, rgba(247,161,0,1) 35%, rgba(0,0,0,1) 77%, rgba(0,0,0,1) 100%);
  34. }
  35. .chat-history--user-avatar{
  36. width:60px;
  37. height:60px;
  38. border-radius:100;
  39. }
  40. .chat-history--username {
  41. color: #000000; /* Username Color */
  42. font-weight:800;
  43. padding:1px;
  44. overflow:hidden;
  45. }
  46. .chat-history--badges-wrapper .chat-history--user-badge{
  47. width:30px;
  48. height:30px;
  49. }
  50. .chat-history--message-wrapper .chat-history--emote{
  51. width:48px;
  52. height:48px;
  53. }
  54. i.user-image--letter{
  55. width:60px;
  56. height:60px;
  57. }
  58. .chat-history--message{
  59. color: #ffffff; /* Message Text Color */
  60. display:block;
  61. overflow:hidden;
  62. font-weight:600;
  63. }
  64. #chat-message-form {
  65. display: none;
  66. }
  67.  
  68. /* Rumble Rants */
  69. #chat-sticky-rants{
  70. z-index:1000;
  71. background: #061726;
  72. padding:10px 0px;
  73. position: fixed;
  74. top: 0px;
  75. left: 700px;
  76. min-width: 1000px;
  77. max-width: 1000px;
  78. font-size: 28px;
  79. }
  80. .chat--history-list-shadow{
  81. display:none;
  82. }
  83.  
  84. main{
  85. margin:0px !important;
  86. }
  87. .nonconstrained{
  88. }
  89. .header{
  90. display:none !important;
  91. }
  92. .main-content{
  93. margin:0px !important;
  94. display:none !important;
  95. }
  96. .page__footer{
  97. display:none !important;
  98. }
  99. #main-menu{
  100. display:none !important;
  101. }
  102. .media-page-chat-aside-chat-wrapper-fixed{
  103. }
  104. .chat--header{
  105. display:none !important;
  106. }
  107. .chat-form-overflow-wrapper{
  108. display:none !important;
  109. }
  110. .media-page-chat-container-toggle-btn{
  111. display:none !important;
  112. }
  113. .chat--signin-container{
  114. display:none !important;
  115. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement