css.wcss 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221
  1. {
  2. "panelNode": {
  3. "width": "420px",
  4. "height": "420px",
  5. "border": "2px solid #999",
  6. "border-radius": "0px",
  7. "box-shadow": "0px 0px 20px #333",
  8. "position": "absolute",
  9. "top": "10px",
  10. "right": "10px",
  11. "background-color": "#545454",
  12. "background-image": "url("+MWF.defaultPath+"/xDesktop/$Layout/black/desktop.jpg)"
  13. },
  14. "titleNode": {
  15. "height": "20px"
  16. },
  17. "closeActionNode": {
  18. "height": "20px",
  19. "width": "20px",
  20. "background": "url("+MWF.defaultPath+"/xDesktop/$UserPanel/default/icon/close.png) no-repeat center center",
  21. "cursor": "pointer",
  22. "float": "right"
  23. },
  24. "userInforNode": {
  25. "height": "72px"
  26. },
  27. "userIconAreaNode": {
  28. "width": "72px",
  29. "height": "72px",
  30. "float": "left"
  31. },
  32. "userIconNode": {
  33. "width": "64px",
  34. "height": "64px",
  35. "margin": "4px",
  36. "border": "0px"
  37. },
  38. "userTextInforNode": {
  39. "padding": "8px 4px",
  40. "margin-left": "72px",
  41. "height": "56px"
  42. },
  43. "userNameInforNode": {
  44. "line-height": "28px",
  45. "height": "28px"
  46. },
  47. "userNameTextInforNode": {
  48. "width": "80px",
  49. "float": "left",
  50. "font-size": "14px",
  51. "color": "#FFF",
  52. "text-shadow" : "1px 1px 1px #000"
  53. },
  54. "userDutyTextInforNode": {
  55. "margin-left": "80px",
  56. "color": "#BBB",
  57. "text-shadow" : "1px 1px 1px #000"
  58. },
  59. "userSignInforNode": {
  60. "line-height": "28px",
  61. "height": "28px",
  62. "color": "#BBB",
  63. "text-shadow" : "1px 1px 1px #000"
  64. },
  65. "userSearchNode": {
  66. "height": "26px",
  67. "background-color": "#444444",
  68. "color": "#CCC",
  69. "text-align": "center"
  70. },
  71. "searchInput": {
  72. "height": "24px",
  73. "line-height": "24px",
  74. "border": "0px",
  75. "background-color": "#444444",
  76. "width": "98%",
  77. "color": "#CCC"
  78. },
  79. "userListNode": {
  80. "overflow": "hidden",
  81. "background-color": "#EEE"
  82. },
  83. "userListTitleNode": {
  84. "height": "30px",
  85. "background-color": "#CCC"
  86. },
  87. "userListChatTab": {
  88. "height": "30px",
  89. "width": "33%",
  90. "float": "left",
  91. "background": "url("+MWF.defaultPath+"/xDesktop/$UserPanel/default/icon/chat_gray.png) no-repeat center center"
  92. },
  93. "userListChatTab_over": {
  94. "background": "url("+MWF.defaultPath+"/xDesktop/$UserPanel/default/icon/chat_over.png) no-repeat center center"
  95. },
  96. "userListChatTab_current": {
  97. "background": "url("+MWF.defaultPath+"/xDesktop/$UserPanel/default/icon/chat.png) no-repeat center center"
  98. },
  99. "userListOnlineTab": {
  100. "height": "30px",
  101. "width": "33%",
  102. "float": "left",
  103. "background": "url("+MWF.defaultPath+"/xDesktop/$UserPanel/default/icon/online_gray.png) no-repeat center center"
  104. },
  105. "userListOnlineTab_over": {
  106. "background": "url("+MWF.defaultPath+"/xDesktop/$UserPanel/default/icon/online_over.png) no-repeat center center"
  107. },
  108. "userListOnlineTab_current": {
  109. "background": "url("+MWF.defaultPath+"/xDesktop/$UserPanel/default/icon/online.png) no-repeat center center"
  110. },
  111. "userListSearchTab": {
  112. "height": "30px",
  113. "width": "33%",
  114. "float": "right",
  115. "background": "url("+MWF.defaultPath+"/xDesktop/$UserPanel/default/icon/search_gray.png) no-repeat center center"
  116. },
  117. "userListSearchTab_over": {
  118. "background": "url("+MWF.defaultPath+"/xDesktop/$UserPanel/default/icon/search_over.png) no-repeat center center"
  119. },
  120. "userListSearchTab_current": {
  121. "background": "url("+MWF.defaultPath+"/xDesktop/$UserPanel/default/icon/search.png) no-repeat center center"
  122. },
  123. "userListScrollNode": {
  124. "overflow": "hidden",
  125. "height": "100%"
  126. },
  127. "userListAreaNode": {
  128. "overflow": "hidden"
  129. },
  130. "userMenuNode": {
  131. "height": "20px"
  132. },
  133. "chatUserNode": {
  134. "height": "56px",
  135. "overflow": "hidden",
  136. "border-bottom": "1px solid #CCC",
  137. "cursor": "default",
  138. "background": "transparent"
  139. },
  140. "chatUserNode_over": {
  141. "background": "#fcf0c1"
  142. },
  143. "userListIconAreaNode": {
  144. "width": "56px",
  145. "height": "56px",
  146. "float": "left"
  147. },
  148. "userListIconNode": {
  149. "width": "48px",
  150. "height": "48px",
  151. "margin": "4px",
  152. "border": "0px"
  153. },
  154. "userListTextInforNode": {
  155. "padding": "8px 4px",
  156. "margin-left": "56px",
  157. "height": "48px"
  158. },
  159. "userListNameInforNode": {
  160. "line-height": "23px",
  161. "height": "23px"
  162. },
  163. "userListNameTextInforNode": {
  164. "width": "62px",
  165. "float": "left",
  166. "font-size": "14px",
  167. "color": "#333"
  168. },
  169. "userListGenderFlagNode": {
  170. "width": "20px",
  171. "height": "23px",
  172. "float": "right",
  173. "background-repeat": "no-repeat",
  174. "background-position": "center center"
  175. },
  176. "userListDutyTextInforNode": {
  177. "margin-left": "70px",
  178. "margin-right": "20px",
  179. "color": "#999"
  180. },
  181. "userListSignInforNode": {
  182. "line-height": "23px",
  183. "height": "23px",
  184. "color": "#999"
  185. },
  186. "personInforNode": {
  187. "width": "200px",
  188. "border-radius": "3px",
  189. "border": "1px solid #999",
  190. "box-shadow": "0px 0px 0px #EEE",
  191. "background-color": "#555",
  192. "position": "absolute",
  193. "font-size": "12px",
  194. "padding": "5px",
  195. "color": "#FFF"
  196. },
  197. "userListUnreadNode": {
  198. "top": "-64px",
  199. "left": "44px",
  200. "float": "left",
  201. "height": "12px",
  202. "min-width": "10px",
  203. "padding": "1px 2px",
  204. "font-size": "9px",
  205. "position": "relative",
  206. "border-radius": "7px",
  207. "background-color": "#F00",
  208. "color": "#FFF",
  209. "text-align": "center"
  210. }
  211. }