Advertisement
_KRONE_

Untitled

Oct 15th, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. #menuItemContainer {
  2. position: absolute !important;
  3. bottom: 0 !important;
  4. width: 100% !important;
  5. flex-direction: inherit !important;
  6. top: 87% !important;
  7. }
  8.  
  9. #mapInfoHolder {
  10. position: absolute !important;
  11. bottom: 14% !important;
  12. right: 20px !important;
  13. pointer-events: all !important;
  14. display: flex !important;
  15. flex-direction: column !important;
  16. align-items: flex-end !important;
  17. }
  18.  
  19.  
  20. #chatHolder {
  21. position: absolute !important;
  22. z-index: 100000 !important;
  23. height: 280px !important;
  24. width: 280px !important;
  25. left: 20px !important;
  26. top: 53% !important;
  27. }
  28.  
  29. #chatList {
  30. position: absolute !important;
  31. width: 350px !important;
  32. margin: 0 auto !important;
  33. height: 150px !important;
  34. overflow-x: scroll !important;
  35. overflow-y: hidden !important;
  36. border: 1px;
  37. pointer-events: all !important;
  38. display: flex;
  39. }
  40.  
  41. #chatInput {
  42. width: 100% !important;
  43. padding: 5px !important;
  44. top: 245px !important;
  45. position: relative !important;
  46. padding-left: 10px !important;
  47. color: #fff !important;
  48. font-size: 18px !important;
  49. box-sizing: border-box !important;
  50. border: none !important;
  51. background-color: rgba(0,0,0,.4) !important;
  52. border-radius: 6px !important;
  53. pointer-events: all !important;
  54. }
  55.  
  56. #voiceDisplay {
  57. opacity: .5 !important;
  58. z-index: 2 !important;
  59. position: absolute !important;
  60. bottom: 135px !important;
  61. left: 300px !important;
  62. }
  63. #aHolder {
  64. position: absolute !important;
  65. bottom: 65% !important;
  66. left: 0 !important;
  67. right: 0 !important;
  68. text-align: center !important;
  69. z-index: 0 !important;
  70. pointer-events: none !important;
  71. }
  72.  
  73. #spectButton {
  74. left: 27% !important;
  75. top: 1% !important;
  76. }
  77.  
  78. #claimHolder {
  79. top: 56% !important;
  80. left: 70% !important;
  81. }
  82.  
  83. #merchHolder {
  84. top: 9% !important;
  85. left: 1% !important;
  86. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement