Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. .widget-AlertBox {
  2. position: relative;
  3. }
  4. body,
  5. html {
  6. height: 100%;
  7. width: 100%;
  8. overflow: hidden;
  9. }
  10. #wrap {
  11. position: relative;
  12. height: 100%;
  13. width: 100%;
  14. }
  15. #alert-box {
  16. height: 100%;
  17. width: 100%;
  18. position: absolute;
  19. }
  20. #alert-box.hidden,
  21. .hidden {
  22. opacity: 0;
  23. }
  24. #alert-text {
  25. padding-top: 270px;
  26. text-shadow: 0px 0px 1px #000, 0px 0px 2px #000, 0px 0px 3px #000, 0px 0px 4px #000, 0px 0px 5px #000;
  27. }
  28. #alert-message,
  29. #alert-user-message {
  30. text-align: center;
  31. }
  32. #alert-user-message img {
  33. vertical-align: middle;
  34. height: 1em;
  35. }
  36. #alert-image {
  37. position: relative;
  38. }
  39. #alert-image video {
  40. width: 100%;
  41. height: 100%;
  42. position: absolute;
  43. top: 0;
  44. left: 0;
  45. }
  46. #alert-message > span > span {
  47. display: inline-block;
  48. }
  49. #alert-image {
  50. z-index: 6;
  51. position: relative;
  52. }
  53. #alert-text {
  54. z-index: 6;
  55. position: relative;
  56. }
  57. #alert-text-wrap {
  58. z-index: 6;
  59. position: relative;
  60. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement