You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239
  1. #chatspace {
  2. background-color: black;
  3. border-left: 1px solid #424242;
  4. }
  5. #chatspace * {
  6. -webkit-user-select: text;
  7. user-select: text;
  8. }
  9. #chatconversation {
  10. visibility: hidden;
  11. position: relative;
  12. top: 5px;
  13. padding: 5px;
  14. text-align: left;
  15. line-height: 20px;
  16. font-size: 10pt;
  17. width: 100%;
  18. height: 90%;
  19. overflow-y: scroll;
  20. overflow-x: hidden;
  21. word-wrap: break-word;
  22. }
  23. .localuser {
  24. color: #087dba;
  25. }
  26. .errorMessage {
  27. color: red;
  28. }
  29. .remoteuser {
  30. color: white;
  31. }
  32. #usermsg {
  33. visibility:hidden;
  34. position: absolute;
  35. bottom: 0px;
  36. right: 0px;
  37. width: 83%;
  38. height: 30px;
  39. padding: 5px 5px 5px 0px;
  40. max-height:150px;
  41. min-height:35px;
  42. border: 0px none;
  43. background: #3a3a3a;
  44. color: #a7a7a7;
  45. box-shadow: none;
  46. border-radius:0;
  47. font-size: 10pt;
  48. line-height: 30px;
  49. overflow: hidden;
  50. resize: none;
  51. }
  52. #usermsg:hover {
  53. border: 0px none;
  54. box-shadow: none;
  55. }
  56. #nickname {
  57. position: absolute;
  58. text-align: center;
  59. color: #9d9d9d;
  60. font-size: 18px;
  61. top: 100px;
  62. left: 5px;
  63. right: 5px;
  64. width: 95%;
  65. }
  66. #nickinput {
  67. margin-top: 20px;
  68. font-size: 14px;
  69. background: #3a3a3a;
  70. box-shadow: inset 0 0 3px 2px #a7a7a7;
  71. border: 1px solid #a7a7a7;
  72. color: #a7a7a7;
  73. }
  74. #unreadMessages {
  75. font-size: 8px;
  76. position: absolute;
  77. left: 46%;
  78. top: 27%
  79. }
  80. #bottomUnreadMessages {
  81. top: 5px;
  82. left: 10px;
  83. position: absolute;
  84. font-size: 8px;
  85. }
  86. #chatspace .username {
  87. float: left;
  88. padding-left: 5px;
  89. font-weight: bold;
  90. }
  91. #chatspace .timestamp {
  92. float: right;
  93. padding-right: 5px;
  94. font-size: 11px;
  95. }
  96. #chatspace .usermessage {
  97. padding-top: 20px;
  98. padding-left: 5px;
  99. }
  100. .chatArrow {
  101. position: absolute;
  102. height: 15px;
  103. left: 5px;
  104. }
  105. .chatmessage {
  106. background: #3a3a3a;
  107. width: 93%;
  108. margin-left: 5%;
  109. margin-right: auto;
  110. border-radius: 5px;
  111. border-top-left-radius: 0px;
  112. margin-top: 3px;
  113. left: 5px;
  114. color: #a7a7a7;
  115. overflow: hidden;
  116. padding-bottom: 3px;
  117. }
  118. .smiley {
  119. height: 26px;
  120. }
  121. #smileys {
  122. position: absolute;
  123. bottom: 7px;
  124. right: 5px;
  125. background: white;
  126. border-radius: 50px;
  127. height: 26px;
  128. margin: auto;
  129. cursor: pointer;
  130. }
  131. #smileys img {
  132. width: 22px;
  133. padding: 2px;
  134. }
  135. #smileysarea {
  136. position: absolute;
  137. bottom: 0px;
  138. left: 0px;
  139. width: 17%;
  140. min-width: 31px;
  141. height: 40px;
  142. padding: 0px;
  143. max-height:150px;
  144. min-height:35px;
  145. border: 0px none;
  146. background: #3a3a3a;
  147. overflow: hidden;
  148. visibility: hidden;
  149. }
  150. #smileysContainer {
  151. display: none;
  152. position: absolute;
  153. background: #3a3a3a;
  154. border-bottom: 1px solid;
  155. border-top: 1px solid;
  156. width: 100%;
  157. bottom: 10%;
  158. }
  159. #smileysContainer .smiley {
  160. padding: 7px;
  161. }
  162. .smileyContainer {
  163. width: 40px;
  164. height: 40px;
  165. display: inline-block;
  166. }
  167. .smileyContainer:hover {
  168. background: #3e3e3e;
  169. }
  170. #usermsg::-webkit-input-placeholder {
  171. line-height: 30px;
  172. }
  173. ::-webkit-scrollbar {
  174. background: #06a5df;
  175. width: 7px;
  176. }
  177. ::-webkit-scrollbar-button {
  178. display: none;
  179. }
  180. ::-webkit-scrollbar-track {
  181. background: black;
  182. }
  183. ::-webkit-scrollbar-track-piece {
  184. background: black;
  185. }
  186. ::-webkit-scrollbar-thumb {
  187. background: #06a5df;
  188. border-radius: 4px;
  189. }
  190. #usermsg::-webkit-scrollbar-track-piece {
  191. background: #3a3a3a;
  192. }
  193. a:link {
  194. color: rgb(184, 184, 184);
  195. }
  196. a:visited {
  197. color: white;
  198. }
  199. a:hover {
  200. color: rgb(213, 213, 213);
  201. }
  202. a:active {
  203. color: black;
  204. }