Advertisement
Guest User

Untitled

a guest
Jan 19th, 2020
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.95 KB | None | 0 0
  1. @font-face {
  2. font-family: "Pixellari";
  3. src: url("https://s3.us-east-2.amazonaws.com/streamlabs-designers/azure/1511910508Pixellari.ttf");
  4. }
  5.  
  6. * {
  7. box-sizing: border-box;
  8. margin: 0;
  9. padding: 0;
  10. }
  11.  
  12. html,
  13. body {
  14. width: 100%;
  15. height: 100%;
  16. margin-bottom: 10px;
  17. overflow: hidden;
  18. font-family:Pixellari;
  19. }
  20.  
  21. #custom_html{
  22. width:315px;
  23. height:450px;
  24. }
  25.  
  26. #log {
  27. font: {font_size} sans-serif;
  28. position: absolute;
  29. bottom: 0;
  30. left: 0;
  31. width: 100%;
  32. color: {text_color};
  33. }
  34.  
  35. #log > div {
  36. -webkit-animation: fadeOut 1s ease {message_hide_delay} forwards;
  37. animation: fadeOut 1s ease {message_hide_delay} forwards;
  38. word-wrap: break-word;
  39. }
  40.  
  41. #log > div.deleted {
  42. visibility: hidden;
  43. }
  44.  
  45. #log .emote {
  46. background-repeat: no-repeat;
  47. background-position: center;
  48. background-size: contain;
  49. position: relative;
  50. }
  51.  
  52. #log .emote > img {
  53. display: inline-block;
  54. height: 1em;
  55. opacity: 0;
  56. }
  57.  
  58. #alert-symbol {
  59. width: 56px;
  60. height: 72px;
  61. line-height: 72px;
  62. text-align: center;
  63. background: #57e5c0 url("https://uploads.twitchalerts.com/000/090/839/493/chat-icon.png") center center no-repeat;
  64. clip-path: polygon(0px 22px, 28px 0px, 56px 22px, 52px 36px, 56px 50px, 28px 72px, 0px 50px, 4px 36px, 0px 22px);
  65. margin: 0 auto;
  66. position: relative;
  67. top: 0;
  68. left: 0;
  69. color: #155041;
  70. vertical-align: middle;
  71. font-size: 40px;
  72. font-weight: bold;
  73. animation: AlertIcon 4s cubic-bezier(.5,.29,0,1.43);
  74. z-index: 999999;
  75. }
  76.  
  77. #chat-decoration {
  78. border-top: 9px solid #483483;
  79. margin: 0 auto;
  80. z-index: 1;
  81. box-shadow: 1px 18px 12px 2px rgba(21,68,138,.4);
  82. }
  83.  
  84. #chat-decoration:before {
  85. content: "#CYBERPSYPUNK.TXT";
  86. position: absolute;
  87. top: 6;
  88. margin-top:4px;
  89. padding-left:20px;
  90. margin-left: 8px;
  91. color: #f5ffb3;
  92. font-size:14px;
  93. background: url('https://i.imgur.com/CmSP4Ix.png') left center no-repeat;
  94. background-position-y:-1px;
  95. }
  96.  
  97. #wrapper {
  98. background-color: rgba(42, 30, 76, 0.3);
  99. width:100%;
  100. height: 100%;
  101. overflow: hidden;
  102. position: relative;
  103. }
  104.  
  105.  
  106.  
  107. #log {
  108. margin: 0;
  109. padding: 0 10px 10px 10px;
  110. overflow: hidden;
  111. }
  112.  
  113. #log > div {
  114. display: -webkit-box;
  115. display: -ms-flexbox;
  116. display: flex;
  117. -webkit-box-align: start;
  118. -ms-flex-align: start;
  119. align-items: flex-start;
  120. -webkit-animation: fadeInUp 500ms ease, fadeOutUp 1s ease {message_hide_delay} forwards;
  121. animation: fadeInUp 500ms ease, fadeOutUp 1s ease {message_hide_delay} forwards;
  122. }
  123.  
  124. .name {
  125. margin-top: 10px;
  126. color: #deff00 !important;
  127. font-family:Pixellari;
  128. text-shadow: 1px 1px 0 #2a1e4c, -1px 1px 0 #2a1e4c, 1px -1px 0 #2a1e4c, -1px -1px 0 #2a1e4c, 0px 1px 0 #2a1e4c, 0px -1px 0 #2a1e4c, -1px 0px 0 #2a1e4c, 1px 0px 0 #2a1e4c, 2px 2px 0 #2a1e4c, -2px 2px 0 #2a1e4c, 2px -2px 0 #2a1e4c, -2px -2px 0 #2a1e4c, 0px 2px 0 #2a1e4c, 0px -2px 0 #2a1e4c, -2px 0px 0 #2a1e4c, 2px 0px 0 #2a1e4c, 1px 2px 0 #2a1e4c, -1px 2px 0 #2a1e4c, 1px -2px 0 #2a1e4c, -1px -2px 0 #2a1e4c, 2px 1px 0 #2a1e4c, -2px 1px 0 #2a1e4c, 2px -1px 0 #2a1e4c, -2px -1px 0 #2a1e4c; }
  129.  
  130. .message {
  131. color: #b5adff;
  132. font-weight: regular;
  133. font-family:Pixellari;
  134. text-shadow: 1px 1px 0 #2a1e4c, -1px 1px 0 #2a1e4c, 1px -1px 0 #2a1e4c, -1px -1px 0 #2a1e4c, 0px 1px 0 #2a1e4c, 0px -1px 0 #2a1e4c, -1px 0px 0 #2a1e4c, 1px 0px 0 #2a1e4c, 2px 2px 0 #2a1e4c, -2px 2px 0 #2a1e4c, 2px -2px 0 #2a1e4c, -2px -2px 0 #2a1e4c, 0px 2px 0 #2a1e4c, 0px -2px 0 #2a1e4c, -2px 0px 0 #2a1e4c, 2px 0px 0 #2a1e4c, 1px 2px 0 #2a1e4c, -1px 2px 0 #2a1e4c, 1px -2px 0 #2a1e4c, -1px -2px 0 #2a1e4c, 2px 1px 0 #2a1e4c, -2px 1px 0 #2a1e4c, 2px -1px 0 #2a1e4c, -2px -1px 0 #2a1e4c; }
  135. }
  136.  
  137. .meta {
  138. display: block;
  139. font-weight: bold;
  140. width: 100%;
  141. text-align: left;
  142. padding-right: 8px;
  143. font-weight: bold;
  144. margin-top: 10px;
  145. }
  146.  
  147. .message {
  148. display: block;
  149. }
  150.  
  151. .badges {
  152. float: right;
  153. margin-left: 5px;
  154. margin-top: 10px;
  155. }
  156.  
  157. .badge {
  158. margin-left: 5px;
  159. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement