Advertisement
Guest User

Untitled

a guest
Apr 30th, 2017
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. body {
  2. background-color: transparent;
  3. color: white;
  4. }
  5. #host-notification {
  6. top: 0px;
  7. left: 0px;
  8. width: 300px;
  9. height: 160px;
  10. border-radius: 10px;
  11. background-image: url("http://i.imgur.com/2epkCT8.gif") !important;
  12. background-repeat: no-repeat;
  13. overflow: hidden;
  14. }
  15. #host-notification .hostname {
  16. margin-top: 20px;
  17. text-align: center;
  18. width: 313px;
  19. font-size: 26px;
  20. font-family: Verdana;
  21. text-shadow: 2px 2px 1px #000;
  22. color: #ffffff;
  23. }
  24. .hostdiv {
  25. text-align: center;
  26. vertical-align: middle;
  27. margin-top: 4px;
  28. margin-left: 2px;
  29. text-shadow: 2px 2px 1px #000;
  30. color: #ffffff;
  31. border-radius: 50%;
  32. width: 44px;
  33. height: 38px;
  34. line-height: 36px;
  35. background: #0000;
  36. border: 3px solid #F00;
  37. font: 22px Arial, sans-serif;
  38. -webkit-transform: rotate(-45deg);
  39. }
  40. .hostnumber {
  41. position: relative;
  42. top: 11%;
  43. }
  44. #host-notification .header {
  45. text-align: center;
  46. width: 500;
  47. vertical-align: top;
  48. font-size: 26px;
  49. line-height: 26px;
  50. font-family: Algerian;
  51. text-shadow: 1px 1px 1px #97A02A;
  52. text-decoration: underline;
  53. color: red;
  54. visibility: hidden;
  55. padding-top: -50px;
  56. }
  57. .hostname:after {
  58. content: ' is bringing the party!';
  59. }
  60. .hostnum:after {
  61. content: '';
  62. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement