Advertisement
republicaoldgamer

Untitled

Sep 22nd, 2019
425
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 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: 20px;
  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. margin-top: 320px;
  49. }
  50. #alert-image {
  51. z-index: 6;
  52. position: relative;
  53. }
  54. #alert-text {
  55. z-index: 6;
  56. position: relative;
  57. }
  58. #alert-text-wrap {
  59. z-index: 6;
  60. position: relative;
  61. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement