Advertisement
Guest User

Untitled

a guest
Apr 30th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. body {
  2. background-color: transparent;
  3. color: white;
  4. }
  5. #host-notification {
  6. top: 0px;
  7. left: 0px !important;
  8. width: 300px;
  9. height: 200px;
  10. border-radius: 0px !important;
  11. background-image: url(http://i.imgur.com/2epkCT8.gif) !important;
  12. background-repeat: no-repeat;
  13. background-size: contain;
  14. overflow: hidden;
  15. }
  16. #host-notification .hostname {
  17. margin-top: -30px !important;
  18. margin-left: 70px !important;
  19. text-align: center;
  20. width: 420px !important;
  21. font-size: 32px !important;
  22. font-family: Impact !important;
  23. text-shadow: none !important;
  24. color: red !important;
  25. -webkit-text-stroke-color: black;
  26. -webkit-text-stroke-width: 0px;
  27. text-transform: capitalize !important;
  28. }
  29. .hostdiv {
  30. margin-top: 50px !important;
  31. margin-left: 250px !important;
  32. text-align: center;
  33. width: 450px !important;
  34. font-size: 26px !important;
  35. font-family: Impact !important;
  36. text-shadow: none !important;
  37. color: white !important;
  38. -webkit-text-stroke-color: black;
  39. -webkit-text-stroke-width: 0px;
  40. text-transform: capitalize !important;
  41. -webkit-transform: rotate(0deg);
  42. border: none !important;
  43. }
  44. .hostnumber {
  45. visibility: visible !important;
  46. position: relative;
  47. top: 50px !important;
  48. left: -200px !important;
  49. }
  50. #host-notification .header {
  51. text-align: center;
  52. width: 500;
  53. vertical-align: top;
  54. font-size: 26px;
  55. line-height: 26px;
  56. font-family: Norwester !important;
  57. text-shadow: none !important;
  58. text-decoration: underline;
  59. color: white !important;
  60. visibility: hidden;
  61. padding-top: -50px;
  62. }
  63. .hostname:after {
  64. content: '';
  65. }
  66. .hostnumber:before {
  67. content: 'Bringing Along ';
  68. }
  69. .hostnumber:after {
  70. content: ' viewers';
  71. }
  72. .hostdiv:after {
  73. position: absolute !important;
  74. content: '';
  75. margin-top: 50px !important;
  76. margin-left: -350px !important;
  77. text-align: center;
  78. width: 500px !important;
  79. font-size: 30px !important;
  80. font-family: Courgette !important;
  81. color: red !important;
  82. -webkit-text-stroke-color: black;
  83. -webkit-text-stroke-width: 0px;
  84. text-transform: capitalize !important;
  85.  
  86. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement