Advertisement
_KRONE_

Untitled

Oct 16th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.25 KB | None | 0 0
  1. * {
  2. font-family: sans-serif;
  3. }
  4.  
  5.  
  6.  
  7. #menuItemContainer {
  8. position: absolute !important;
  9. bottom: 0 !important;
  10. width: 100% !important;
  11. flex-direction: inherit !important;
  12. top: 87% !important;
  13. }
  14.  
  15. #mapInfoHolder {
  16. position: absolute !important;
  17. bottom: 14% !important;
  18. right: 20px !important;
  19. pointer-events: all !important;
  20. display: flex !important;
  21. flex-direction: column !important;
  22. align-items: flex-end !important;
  23. }
  24.  
  25.  
  26. /*
  27. this is the old menu
  28. */
  29.  
  30. #chatHolder {
  31. position: absolute;
  32. z-index: 1000;
  33. width: 384px;
  34. height: 25%;
  35. bottom: 20px;
  36. top: 485px;
  37. left: 17px;
  38. }
  39.  
  40. #chatList {
  41. position: absolute !important;
  42. width: 360px;
  43. margin: 0 auto !important;
  44. height: 80%;
  45. top: 14%;
  46. overflow-x: hidden !important;
  47. overflow-y: scroll !important;
  48. border: 1px;
  49. pointer-events: all !important;
  50. background-color: #17171778;
  51. padding-top: 6px;
  52. padding-left: 6px;
  53. padding-right: 6px;
  54. padding-bottom: 3px;
  55. display: list-item;
  56. }
  57.  
  58. .chatItem {
  59. word-wrap: initial !important;
  60. margin-bottom: 32px !important;
  61. padding-left: 19px !important;
  62. padding-right: 0px !important;
  63. padding-bottom: 8px !important;
  64. padding-top: 10px !important;
  65. font-size: 14px !important;
  66. background-color: #00000066 !important;
  67. display: contents !important;
  68. border-radius: 0 !important;
  69.  
  70. -webkit-scrollbar {
  71. width: 2px;
  72. }
  73.  
  74. }
  75. .chatMsg {
  76. width: 136px;
  77. }
  78.  
  79. #chatInput {
  80. position: absolute;
  81. height: 42px;
  82. width: 97%;
  83. padding: 5px;
  84. padding-left: 10px;
  85. color: #fff;
  86. font-size: 18px;
  87. box-sizing: border-box;
  88. border: none;
  89. background-color: rgba(0, 0, 0, 0.44);
  90. pointer-events: all;
  91. border-radius: 0px;
  92. bottom: -36px;
  93. }
  94.  
  95. #uiBase.onMenu #chatHolder {
  96. bottom: 20px;
  97. top: 520px;
  98. left: 9px;
  99. }
  100.  
  101. #voiceDisplay {
  102. display:none;
  103. }
  104.  
  105. #aHolder {
  106. position: absolute !important;
  107. bottom: 65% !important;
  108. left: 0% !important;
  109. right: 3 !important;
  110. text-align: center !important;
  111. z-index: 0 !important;
  112. pointer-events: none !important;
  113. }
  114.  
  115. #spectButton {
  116. left: 27% !important;
  117. top: 1% !important;
  118. }
  119.  
  120. #uiBase.onMenu #claimHolder {
  121. cursor: pointer;
  122. text-align: center;
  123. position: absolute;
  124. left: 66%!important;
  125. top: 55%!important;
  126. pointer-events: all;
  127. }
  128.  
  129. #merchHolder {
  130. top: 9% !important;
  131. left: 1% !important;
  132. }
  133.  
  134. #topLeftHolder {
  135. text-align: left;
  136. position: absolute;
  137. z-index: 10;
  138. border-width: 0px;
  139. width: 250px;
  140. background-color: #17171778;
  141. height: 117px;
  142. top: 1px;
  143. left: 3px;
  144. padding-left: 14px;
  145. padding-right: 5px;
  146. padding-top: 11px;
  147. padding-bottom: 6px;
  148. pointer-events:all;
  149. }
  150.  
  151. #timerDisplay {
  152. border-radius:0px !important;
  153. }
  154.  
  155. #uiBase.onMenu #merchHolder {
  156. display: block;
  157. cursor: pointer;
  158. text-align: center;
  159. position: absolute;
  160. left: 25%!important;
  161. top: 53%!important;
  162. pointer-events: all;
  163. }
  164.  
  165. #leaderDisplay {
  166. border-radius: 0px;
  167. }
  168.  
  169. #bottomRight {
  170. pointer-events:all !important;
  171. }
  172.  
  173. #bottomLeftHolder {
  174. pointer-events:all !important;
  175. }
  176.  
  177. /* #uiBase.onMenu #chatHolder {
  178. left: 0%;
  179. height: 90%;
  180.  
  181. }
  182.  
  183. #chatHolder {
  184. position: absolute;
  185. z-index: 1000;
  186. width: 306px;
  187. left: 0%;
  188. height: 85%;
  189. }
  190.  
  191. #chatList {
  192. background-color: #17171778;
  193. padding-top: 6px;
  194. padding-left: 6px;
  195. padding-right: 6px;
  196. padding-bottom: 1px;
  197. pointer-events:all;
  198. }
  199.  
  200. #chatInput {
  201. width: 100%;
  202. padding: 5px;
  203. padding-left: 10px;
  204. color: #fff;
  205. font-size: 18px;
  206. box-sizing: border-box;
  207. border: none;
  208. background-color: rgba(0, 0, 0, 0.44);
  209. pointer-events: all;
  210. display: flex;
  211. bottom: 200px;
  212. border-radius:0px;
  213.  
  214. }
  215.  
  216. .chatMsg {
  217. color: rgba(255,255,255,.7);
  218. }
  219.  
  220. .chatItem {
  221. max-width: 280px;
  222. word-wrap: break-word;
  223. display: inline-block;
  224. margin-bottom: 10px;
  225. padding: 5px;
  226. padding-left: 10px;
  227. padding-right: 10px;
  228. border-radius: 4px;
  229. color: #ff6868;
  230. font-size: 14px;
  231. background-color: rgba(31, 8, 8, 0);
  232. } */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement