css.wcss 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224
  1. {
  2. "noteTextNode" : {
  3. "margin": "10px 0px 0px 20px",
  4. "color": "#999",
  5. "height": "100%",
  6. "width": "100%"
  7. },
  8. "noteTitleNode" : {
  9. "padding-left": "10px",
  10. "background-color": "#f2f2f2",
  11. "color": "#666",
  12. "height": "30px",
  13. "line-height": "30px",
  14. "border-top-left-radius": "5px",
  15. "border-top-right-radius": "5px"
  16. },
  17. "noteLinkNode" : {
  18. "color": "#999",
  19. "margin-left": "10px"
  20. },
  21. "resourceUsedContainer" : {
  22. "overflow": "hidden",
  23. "height": "120px"
  24. },
  25. "resourceNode" : {
  26. "overflow": "hidden",
  27. "position": "absolute"
  28. },
  29. "addResourceBotton" : {
  30. "float": "left",
  31. "height": "30px",
  32. "line-height": "30px",
  33. "cursor": "pointer",
  34. "background": "rgb(72, 152, 243)",
  35. "border-top-right-radius": "2px",
  36. "border-bottom-right-radius": "2px",
  37. "color": "#fff",
  38. "border": "1px solid rgb(72, 152, 243)",
  39. "padding": "0px 5px"
  40. },
  41. "addResourceInput" : {
  42. "padding-left": "5px",
  43. "float": "left",
  44. "border-top-left-radius": "2px",
  45. "border-bottom-left-radius": "2px",
  46. "border": "1px solid rgb(204, 204, 204)",
  47. "height": "28px",
  48. "line-height": "28px",
  49. "width": "195px"
  50. },
  51. "resourceMaskNode" : {
  52. "width": "100%",
  53. "height": "100%",
  54. "opacity": 0.4,
  55. "position": "absolute",
  56. "background-color": "#fff",
  57. "top": "0px",
  58. "left": "0px"
  59. },
  60. "zoominIcon":{
  61. "cursor" : "pointer",
  62. "background": "url(../x_component_MinderEditor/$LeftToolbar/default/icon/plus.png)",
  63. "width": "20px",
  64. "height": "20px",
  65. "margin": "2px auto",
  66. "display": "block" //,
  67. //"background-position": "0 -730px"
  68. },
  69. "zoomoutIcon": {
  70. "cursor" : "pointer",
  71. "background": "url(../x_component_MinderEditor/$LeftToolbar/default/icon/minus.png)",
  72. "width": "20px",
  73. "height": "20px",
  74. "margin": "2px auto",
  75. "display": "block" //,
  76. //"background-position": "0 -750px"
  77. },
  78. "zoompan": {
  79. "width": "2px",
  80. "height": "80px",
  81. "box-shadow": "0 1px #E50000",
  82. "position": "relative",
  83. "background": "white",
  84. "margin": "0px auto 3px auto",
  85. "overflow": "visible"
  86. },
  87. "zoompanIndicator" :{
  88. "position": "absolute",
  89. "width":"8px",
  90. "height": "8px",
  91. "left": "-3px",
  92. "background": "white",
  93. "border-radius": "100%",
  94. "margin-top": "30px"
  95. },
  96. "zoompanOrigin": {
  97. "background-color" : "#fff",
  98. "position": "absolute",
  99. "width": "16px",
  100. "height": "2px",
  101. "top" : "35px",
  102. "left": "-7px",
  103. "margin-top": "-2px",
  104. "cursor":"pointer"
  105. },
  106. "zoompanOriginAfter": {
  107. "content": "' '",
  108. "display": "block",
  109. "width": "6px",
  110. "height": "2px",
  111. "background": "white",
  112. "left": "7px",
  113. "top": "3px",
  114. "position": "absolute"
  115. },
  116. "zoomButton" : {
  117. "width": "35px",
  118. "height": "24px",
  119. "line-height": "24px",
  120. "text-align": "center",
  121. "margin-top" : "3px",
  122. "background": "#5c97e1"
  123. },
  124. "previewer" : {
  125. "display" : "none",
  126. "background": "#fff",
  127. "width": "140px",
  128. "height": "120px",
  129. "position": "absolute",
  130. "left": "38px",
  131. "bottom": "42px",
  132. "box-shadow": "0 0 8px rgba(0, 0, 0, 0.2)",
  133. "border-radius": "0 2px 2px 0",
  134. "padding": "1px",
  135. //"z-index": "9",
  136. "cursor": "crosshair",
  137. "overflow" : "hidden",
  138. "transition": "-webkit-transform 0.7s 0.1s ease",
  139. "transition": "transform .7s 0.1s ease"
  140. },
  141. "previewerGrab" : {
  142. // "cursor": "grabbing",
  143. // "cursor": "-webkit-grabbing",
  144. // "cursor": "-moz-grabbing",
  145. "cursor": "move"
  146. },
  147. "previewerNoGrab" : {
  148. "cursor": "crosshair"
  149. },
  150. "searchBar" : {
  151. "position": "absolute",
  152. "width": "300px",
  153. "height": "32px",
  154. "line-height": "32px",
  155. "left": "36px",
  156. "bottom": "4px",
  157. "background": "#e1e6ef",
  158. "color": "#7e89a6",
  159. "border" : "1px solid #dedede",
  160. "border-radius-top-right": "4px",
  161. "border-radius-bottom-right": "4px",
  162. //"z-index": "10",
  163. "box-shadow": "3px 3px 10px rgba(0, 0, 0, 0.2)",
  164. "transition": "-webkit-transform 0.7s 0.1s ease",
  165. "transition": "transform .7s 0.1s ease"
  166. },
  167. "searchInput" : {
  168. "margin-left" : "1px",
  169. "width" : "165px",
  170. "margin-top" : "4px",
  171. "height" : "20px",
  172. "border" : "1px solid #e1e6ef",
  173. "float" : "left",
  174. "color": "#7e89a6",
  175. "font-size" : "12px"
  176. },
  177. "resultInforNode" : {
  178. "width" : "50px",
  179. "margin-top" : "4px",
  180. "height" : "22px",
  181. "line-height" : "22px",
  182. "text-align" : "center",
  183. "border-top" : "1px solid #e1e6ef",
  184. "border-right" : "1px solid #e1e6ef",
  185. "border-bottom" : "1px solid #e1e6ef",
  186. "float" : "left",
  187. "color": "#7e89a6",
  188. "background-color" : "#eee",
  189. "font-size" : "12px"
  190. },
  191. "nextButton" : {
  192. "cursor" : "pointer",
  193. "background": "url(../x_component_MinderEditor/$LeftToolbar/default/icon/next.png) 2px 2px no-repeat",
  194. "background-color" : "#eee",
  195. "display": "block",
  196. "width": "22px",
  197. "height": "22px",
  198. "margin-top": "5px",
  199. "margin-right": "1px",
  200. "float" : "left"
  201. },
  202. "prevButton" : {
  203. "cursor" : "pointer",
  204. "background": "url(../x_component_MinderEditor/$LeftToolbar/default/icon/prev.png) 2px 2px no-repeat",
  205. "background-color" : "#eee",
  206. "display": "block",
  207. "width": "22px",
  208. "height": "22px",
  209. "margin-top": "5px",
  210. "margin-right": "1px",
  211. "float" : "left"
  212. },
  213. "closeButton" : {
  214. "cursor" : "pointer",
  215. "background": "url(../x_component_MinderEditor/$LeftToolbar/default/icon/close14.png) 4px 4px no-repeat",
  216. "display": "block",
  217. "width": "22px",
  218. "height": "22px",
  219. "margin-top": "5px",
  220. "margin-left": "5px",
  221. "float" : "left"
  222. }
  223. }