css.wcss 5.9 KB

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