karamarimo

YouTube Live Chat CSS KFひま字

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