Advertisement
LMC_dd

Untitled

Oct 27th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.19 KB | None | 0 0
  1. @import url("https://fonts.googleapis.com/css?family=Ubuntu Condensed");
  2. @import url("https://fonts.googleapis.com/css?family=Ubuntu");
  3. @import url("https://fonts.googleapis.com/css?family=Imprima");
  4.  
  5. /* Background colors*/
  6. body {
  7. background-color: rgba(0,0,0,0);
  8. }
  9.  
  10. yt-live-chat-text-message-renderer {
  11. background-color: rgba(0,0,0,0.7) !important;
  12. white-space: pre-wrap !important;
  13. width: 98vw !important;
  14. }
  15.  
  16. yt-live-chat-text-message-renderer[author-type="owner"] {
  17. background-color: rgba(100,0,0,0.7) !important;
  18. }
  19.  
  20. yt-live-chat-text-message-renderer[author-type="moderator"] {
  21. background-color: rgba(0,0,100,0.7) !important;
  22. }
  23.  
  24. /* Transparent background. */
  25. yt-live-chat-renderer {
  26. background-color: transparent !important;
  27. }
  28.  
  29. /* Outlines */
  30. yt-live-chat-renderer * {
  31. text-shadow: -2px -2px #000000,-2px -1px #000000,-2px 0px #000000,-2px 1px #000000,-2px 2px #000000,-1px -2px #000000,-1px -1px #000000,-1px 0px #000000,-1px 1px #000000,-1px 2px #000000,0px -2px #000000,0px -1px #000000,0px 0px #000000,0px 1px #000000,0px 2px #000000,1px -2px #000000,1px -1px #000000,1px 0px #000000,1px 1px #000000,1px 2px #000000,2px -2px #000000,2px -1px #000000,2px 0px #000000,2px 1px #000000,2px 2px #000000;
  32. font-family: "Ubuntu";
  33. font-size: 20px !important;
  34. line-height: 20px !important;
  35. }
  36.  
  37. yt-live-chat-text-message-renderer #content,
  38. yt-live-chat-legacy-paid-message-renderer #content {
  39. overflow: initial; !important
  40. }
  41.  
  42. /* Hide scrollbar. */
  43. yt-live-chat-item-list-renderer #items{
  44. overflow: hidden !important;
  45. }
  46.  
  47. yt-live-chat-item-list-renderer #item-scroller{
  48. overflow: hidden !important;
  49. }
  50.  
  51. /* Hide header and input. */
  52. yt-live-chat-header-renderer,
  53. yt-live-chat-message-input-renderer {
  54. display: none !important;
  55. }
  56.  
  57. /* Reduce side padding. */
  58. yt-live-chat-text-message-renderer,
  59. yt-live-chat-legacy-paid-message-renderer {
  60. padding-left: 4px !important;
  61. padding-right: 4px !important;
  62. margin: 4px 0 !important;
  63. }
  64.  
  65. yt-live-chat-paid-message-renderer #header {
  66. padding-left: 4px !important;
  67. padding-right: 4px !important;
  68. }
  69.  
  70. /* Avatars. */
  71. yt-live-chat-text-message-renderer #author-photo,
  72. yt-live-chat-paid-message-renderer #author-photo,
  73. yt-live-chat-legacy-paid-message-renderer #author-photo {
  74.  
  75. width: 32px !important;
  76. height: 32px !important;
  77. border-radius: 32px !important;
  78. margin-right: 8px !important;
  79. }
  80.  
  81. /* Hide badges. */
  82. yt-live-chat-text-message-renderer #author-badges {
  83.  
  84. vertical-align: text-top !important;
  85. }
  86.  
  87. /* Timestamps. */
  88. yt-live-chat-text-message-renderer #timestamp {
  89.  
  90. color: #999999 !important;
  91. font-family: "Imprima";
  92. font-size: 16px !important;
  93. line-height: 16px !important;
  94. }
  95.  
  96. /* Badges. */
  97. yt-live-chat-text-message-renderer #author-name[type="owner"],
  98. yt-live-chat-text-message-renderer yt-live-chat-author-badge-renderer[type="owner"] {
  99. color: #ffd600 !important;
  100. }
  101.  
  102. yt-live-chat-text-message-renderer #author-name[type="moderator"],
  103. yt-live-chat-text-message-renderer yt-live-chat-author-badge-renderer[type="moderator"] {
  104. color: #5e84f1 !important;
  105. }
  106.  
  107. yt-live-chat-text-message-renderer #author-name[type="member"],
  108. yt-live-chat-text-message-renderer #author-name.member,
  109. yt-live-chat-text-message-renderer yt-live-chat-author-badge-renderer[type="member"] {
  110. color: #0f9d58 !important;
  111. }
  112.  
  113. /* Channel names. */
  114. yt-live-chat-text-message-renderer #author-name {
  115. color: #cccccc !important;
  116. font-family: "Ubuntu Condensed";
  117. font-size: 20px !important;
  118. line-height: 20px !important;
  119. }
  120.  
  121. yt-live-chat-text-message-renderer #author-name::after {
  122. content: ":";
  123. margin-left: 2px;
  124. }
  125.  
  126. /* Messages. */
  127. yt-live-chat-text-message-renderer #message,
  128. yt-live-chat-text-message-renderer #message * {
  129. color: #ffffff !important;
  130. font-family: "Ubuntu";
  131. font-size: 20px !important;
  132. line-height: 20px !important;
  133. }
  134.  
  135.  
  136. /* SuperChat/Fan Funding Messages. */
  137. yt-live-chat-paid-message-renderer #author-name,
  138. yt-live-chat-paid-message-renderer #author-name *,
  139. yt-live-chat-legacy-paid-message-renderer #event-text,
  140. yt-live-chat-legacy-paid-message-renderer #event-text * {
  141. color: #ffffff !important;
  142. font-family: "Ubuntu";
  143. font-size: 20px !important;
  144. line-height: 20px !important;
  145. }
  146.  
  147. yt-live-chat-paid-message-renderer #purchase-amount,
  148. yt-live-chat-paid-message-renderer #purchase-amount *,
  149. yt-live-chat-legacy-paid-message-renderer #detail-text,
  150. yt-live-chat-legacy-paid-message-renderer #detail-text * {
  151. color: #ffffff !important;
  152. font-family: "Ubuntu";
  153. font-size: 20px !important;
  154. line-height: 20px !important;
  155. }
  156.  
  157. yt-live-chat-paid-message-renderer #content,
  158. yt-live-chat-paid-message-renderer #content * {
  159. color: #ffffff !important;
  160. font-family: "Ubuntu";
  161. font-size: 20px !important;
  162. line-height: 20px !important;
  163. }
  164.  
  165. yt-live-chat-paid-message-renderer {
  166. margin: 4px 0 !important;
  167. }
  168.  
  169. yt-live-chat-legacy-paid-message-renderer {
  170. background-color: #0f9d58 !important;
  171. margin: 4px 0 !important;
  172. }
  173.  
  174. yt-live-chat-text-message-renderer a,
  175. yt-live-chat-legacy-paid-message-renderer a {
  176. text-decoration: none !important;
  177. }
  178.  
  179. yt-live-chat-text-message-renderer[is-deleted],
  180. yt-live-chat-legacy-paid-message-renderer[is-deleted] {
  181. display: none !important;
  182. }
  183.  
  184. yt-live-chat-ticker-renderer {
  185. background-color: transparent !important;
  186. box-shadow: none !important;
  187. }
  188. yt-live-chat-ticker-renderer {
  189. display: none !important;
  190. }
  191.  
  192.  
  193. yt-live-chat-ticker-paid-message-item-renderer,
  194. yt-live-chat-ticker-paid-message-item-renderer *,
  195. yt-live-chat-ticker-sponsor-item-renderer,
  196. yt-live-chat-ticker-sponsor-item-renderer * {
  197. color: #ffffff !important;
  198. font-family: "Ubuntu";
  199. }
  200.  
  201. @keyframes anim {
  202. 0% { opacity: 0; }
  203. 100% { opacity: 1; transform: none;}
  204. }
  205.  
  206. yt-live-chat-text-message-renderer,
  207. yt-live-chat-legacy-paid-message-renderer {
  208. animation: anim 200ms;
  209. animation-fill-mode: both;
  210. }
  211.  
  212. yt-live-chat-text-message-renderer,
  213. yt-live-chat-legacy-paid-message-renderer {
  214. animation: anim 30400ms;
  215. animation-fill-mode: both;
  216. }
  217.  
  218. @keyframes anim {
  219. 0% { opacity: 0; }
  220. 0.6578947368421052% { opacity: 1; transform: none;}
  221. 99.3421052631579% { opacity: 1; transform: none;}
  222. 100% { opacity: 0; }
  223. }
  224.  
  225. yt-live-chat-text-message-renderer,
  226. yt-live-chat-legacy-paid-message-renderer {
  227. animation: anim 900000ms;
  228. animation-fill-mode: both;
  229. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement