Advertisement
Guest User

Untitled

a guest
Dec 9th, 2018
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. ----------------------html---------------------------
  2.  
  3. <div id="alert-image-wrap">
  4. <div id="alert-image">{img}</div>
  5. </div>
  6.  
  7. <div id="alert-text-wrap">
  8. <div id="alert-text">
  9. <div id="alert-message">{messageTemplate}</div>
  10. <br>
  11. <div id="alert-user-message">{userMessage}</div>
  12. </div>
  13. </div>
  14.  
  15. -------------------end of html ---------------------
  16.  
  17.  
  18. ----------------------css---------------------------
  19.  
  20. .widget-AlertBox {
  21. position: absolute;
  22. }
  23. body,
  24. html {
  25. height: 100%;
  26. width: 100%;
  27. overflow: hidden;
  28. }
  29.  
  30. #alert-text {
  31. padding: 40px;
  32. top: 70px; /* mexeres aqui centra o texto com o nome da pessoa, quantos mais px, mais para baixo fica */
  33. z-index: 4;
  34. position: relative;
  35.  
  36. }
  37. #alert-message,
  38. #alert-user-message {
  39. text-align: center;
  40. vertical-align: middle;
  41. margin-top: 70px; /* mexeres aqui desce o texto do user, quantos mais px, mais para baixo fica */
  42. }
  43.  
  44. -------------------end of css------------------------
  45.  
  46. ----------------------
  47. Resub Message Setings;
  48.  
  49. Show
  50. Allow Twitch emotes
  51. Font: Open Sans
  52. Font Size: 24px
  53. Font Weight: 100
  54.  
  55. ----------------------
  56. Font Setting;
  57.  
  58. Font: Open Sans
  59. Font Size: 36px
  60. Font Weight: 600
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement