bloggit 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (423) hide show
  1. data/History +4 -0
  2. data/Manifest +422 -0
  3. data/Rakefile +64 -0
  4. data/ReadMe +69 -0
  5. data/Todo +26 -0
  6. data/bin/bloggit +5 -0
  7. data/docs/index.html +57 -0
  8. data/docs/specifications.html +100 -0
  9. data/docs/src/_layout.rhtml +53 -0
  10. data/docs/src/index.markdown +5 -0
  11. data/docs/src/specifications.markdown +48 -0
  12. data/lib/bloggit.rb +28 -0
  13. data/lib/bloggit/boilerplate/Rakefile +2 -0
  14. data/lib/bloggit/boilerplate/pages/about.page +5 -0
  15. data/lib/bloggit/boilerplate/plugins/haloscan/init.rb +5 -0
  16. data/lib/bloggit/boilerplate/settings.yml +28 -0
  17. data/lib/bloggit/boilerplate/themes/default/styles/main.css +145 -0
  18. data/lib/bloggit/boilerplate/themes/default/templates/archive.rhtml +20 -0
  19. data/lib/bloggit/boilerplate/themes/default/templates/home.rhtml +6 -0
  20. data/lib/bloggit/boilerplate/themes/default/templates/layouts/main.rhtml +15 -0
  21. data/lib/bloggit/boilerplate/themes/default/templates/layouts/two-columns.rhtml +21 -0
  22. data/lib/bloggit/boilerplate/themes/default/templates/page.rhtml +8 -0
  23. data/lib/bloggit/boilerplate/themes/default/templates/post.rhtml +3 -0
  24. data/lib/bloggit/boilerplate/themes/default/templates/snippets/blog_entry.rhtml +16 -0
  25. data/lib/bloggit/boilerplate/themes/default/templates/snippets/navigation.rhtml +12 -0
  26. data/lib/bloggit/boilerplate/themes/default/templates/snippets/tag_list.rhtml +9 -0
  27. data/lib/bloggit/boilerplate/themes/default/templates/tag_archive.rhtml +38 -0
  28. data/lib/bloggit/checksum.rb +39 -0
  29. data/lib/bloggit/client/index.html +2 -0
  30. data/lib/bloggit/client/scripts/adapter/jquery/ext-jquery-adapter.js +12 -0
  31. data/lib/bloggit/client/scripts/adapter/jquery/jquery-plugins.js +965 -0
  32. data/lib/bloggit/client/scripts/adapter/jquery/jquery.js +2201 -0
  33. data/lib/bloggit/client/scripts/adapter/prototype/effects.js +1098 -0
  34. data/lib/bloggit/client/scripts/adapter/prototype/ext-prototype-adapter.js +12 -0
  35. data/lib/bloggit/client/scripts/adapter/prototype/prototype.js +2523 -0
  36. data/lib/bloggit/client/scripts/adapter/prototype/scriptaculous.js +59 -0
  37. data/lib/bloggit/client/scripts/adapter/yui/ext-yui-adapter.js +12 -0
  38. data/lib/bloggit/client/scripts/adapter/yui/yui-utilities.js +18 -0
  39. data/lib/bloggit/client/scripts/app.js +121 -0
  40. data/lib/bloggit/client/scripts/ext-all.js +256 -0
  41. data/lib/bloggit/client/scripts/resources/css/README.txt +3 -0
  42. data/lib/bloggit/client/scripts/resources/css/basic-dialog.css +286 -0
  43. data/lib/bloggit/client/scripts/resources/css/box.css +111 -0
  44. data/lib/bloggit/client/scripts/resources/css/button.css +148 -0
  45. data/lib/bloggit/client/scripts/resources/css/combo.css +46 -0
  46. data/lib/bloggit/client/scripts/resources/css/core.css +290 -0
  47. data/lib/bloggit/client/scripts/resources/css/date-picker.css +155 -0
  48. data/lib/bloggit/client/scripts/resources/css/dd.css +61 -0
  49. data/lib/bloggit/client/scripts/resources/css/debug.css +55 -0
  50. data/lib/bloggit/client/scripts/resources/css/ext-all.css +3167 -0
  51. data/lib/bloggit/client/scripts/resources/css/form.css +359 -0
  52. data/lib/bloggit/client/scripts/resources/css/grid.css +295 -0
  53. data/lib/bloggit/client/scripts/resources/css/layout.css +252 -0
  54. data/lib/bloggit/client/scripts/resources/css/menu.css +116 -0
  55. data/lib/bloggit/client/scripts/resources/css/panel.css +258 -0
  56. data/lib/bloggit/client/scripts/resources/css/qtips.css +119 -0
  57. data/lib/bloggit/client/scripts/resources/css/reset-min.css +9 -0
  58. data/lib/bloggit/client/scripts/resources/css/resizable.css +143 -0
  59. data/lib/bloggit/client/scripts/resources/css/tabs.css +134 -0
  60. data/lib/bloggit/client/scripts/resources/css/toolbar.css +160 -0
  61. data/lib/bloggit/client/scripts/resources/css/tree.css +179 -0
  62. data/lib/bloggit/client/scripts/resources/css/window.css +155 -0
  63. data/lib/bloggit/client/scripts/resources/css/ytheme-aero.css +581 -0
  64. data/lib/bloggit/client/scripts/resources/css/ytheme-gray.css +438 -0
  65. data/lib/bloggit/client/scripts/resources/css/ytheme-vista.css +511 -0
  66. data/lib/bloggit/client/scripts/resources/images/aero/basic-dialog/aero-close-over.gif +0 -0
  67. data/lib/bloggit/client/scripts/resources/images/aero/basic-dialog/aero-close.gif +0 -0
  68. data/lib/bloggit/client/scripts/resources/images/aero/basic-dialog/bg-center.gif +0 -0
  69. data/lib/bloggit/client/scripts/resources/images/aero/basic-dialog/bg-left.gif +0 -0
  70. data/lib/bloggit/client/scripts/resources/images/aero/basic-dialog/bg-right.gif +0 -0
  71. data/lib/bloggit/client/scripts/resources/images/aero/basic-dialog/close.gif +0 -0
  72. data/lib/bloggit/client/scripts/resources/images/aero/basic-dialog/collapse-over.gif +0 -0
  73. data/lib/bloggit/client/scripts/resources/images/aero/basic-dialog/collapse.gif +0 -0
  74. data/lib/bloggit/client/scripts/resources/images/aero/basic-dialog/e-handle.gif +0 -0
  75. data/lib/bloggit/client/scripts/resources/images/aero/basic-dialog/expand-over.gif +0 -0
  76. data/lib/bloggit/client/scripts/resources/images/aero/basic-dialog/expand.gif +0 -0
  77. data/lib/bloggit/client/scripts/resources/images/aero/basic-dialog/hd-sprite.gif +0 -0
  78. data/lib/bloggit/client/scripts/resources/images/aero/basic-dialog/s-handle.gif +0 -0
  79. data/lib/bloggit/client/scripts/resources/images/aero/basic-dialog/se-handle.gif +0 -0
  80. data/lib/bloggit/client/scripts/resources/images/aero/basic-dialog/w-handle.gif +0 -0
  81. data/lib/bloggit/client/scripts/resources/images/aero/gradient-bg.gif +0 -0
  82. data/lib/bloggit/client/scripts/resources/images/aero/grid/grid-blue-split.gif +0 -0
  83. data/lib/bloggit/client/scripts/resources/images/aero/grid/grid-hrow.gif +0 -0
  84. data/lib/bloggit/client/scripts/resources/images/aero/grid/grid-split.gif +0 -0
  85. data/lib/bloggit/client/scripts/resources/images/aero/grid/grid-vista-hd.gif +0 -0
  86. data/lib/bloggit/client/scripts/resources/images/aero/grid/pspbrwse.jbf +0 -0
  87. data/lib/bloggit/client/scripts/resources/images/aero/grid/sort-col-bg.gif +0 -0
  88. data/lib/bloggit/client/scripts/resources/images/aero/grid/sort_asc.gif +0 -0
  89. data/lib/bloggit/client/scripts/resources/images/aero/grid/sort_desc.gif +0 -0
  90. data/lib/bloggit/client/scripts/resources/images/aero/layout/collapse.gif +0 -0
  91. data/lib/bloggit/client/scripts/resources/images/aero/layout/expand.gif +0 -0
  92. data/lib/bloggit/client/scripts/resources/images/aero/layout/gradient-bg.gif +0 -0
  93. data/lib/bloggit/client/scripts/resources/images/aero/layout/ns-collapse.gif +0 -0
  94. data/lib/bloggit/client/scripts/resources/images/aero/layout/ns-expand.gif +0 -0
  95. data/lib/bloggit/client/scripts/resources/images/aero/layout/panel-close.gif +0 -0
  96. data/lib/bloggit/client/scripts/resources/images/aero/layout/panel-title-bg.gif +0 -0
  97. data/lib/bloggit/client/scripts/resources/images/aero/layout/panel-title-light-bg.gif +0 -0
  98. data/lib/bloggit/client/scripts/resources/images/aero/layout/tab-close-on.gif +0 -0
  99. data/lib/bloggit/client/scripts/resources/images/aero/layout/tab-close.gif +0 -0
  100. data/lib/bloggit/client/scripts/resources/images/aero/qtip/bg.gif +0 -0
  101. data/lib/bloggit/client/scripts/resources/images/aero/s.gif +0 -0
  102. data/lib/bloggit/client/scripts/resources/images/aero/sizer/e-handle-dark.gif +0 -0
  103. data/lib/bloggit/client/scripts/resources/images/aero/sizer/e-handle.gif +0 -0
  104. data/lib/bloggit/client/scripts/resources/images/aero/sizer/ne-handle-dark.gif +0 -0
  105. data/lib/bloggit/client/scripts/resources/images/aero/sizer/ne-handle.gif +0 -0
  106. data/lib/bloggit/client/scripts/resources/images/aero/sizer/nw-handle-dark.gif +0 -0
  107. data/lib/bloggit/client/scripts/resources/images/aero/sizer/nw-handle.gif +0 -0
  108. data/lib/bloggit/client/scripts/resources/images/aero/sizer/s-handle-dark.gif +0 -0
  109. data/lib/bloggit/client/scripts/resources/images/aero/sizer/s-handle.gif +0 -0
  110. data/lib/bloggit/client/scripts/resources/images/aero/sizer/se-handle-dark.gif +0 -0
  111. data/lib/bloggit/client/scripts/resources/images/aero/sizer/se-handle.gif +0 -0
  112. data/lib/bloggit/client/scripts/resources/images/aero/sizer/sw-handle-dark.gif +0 -0
  113. data/lib/bloggit/client/scripts/resources/images/aero/sizer/sw-handle.gif +0 -0
  114. data/lib/bloggit/client/scripts/resources/images/aero/tabs/tab-btm-inactive-left-bg.gif +0 -0
  115. data/lib/bloggit/client/scripts/resources/images/aero/tabs/tab-btm-inactive-right-bg.gif +0 -0
  116. data/lib/bloggit/client/scripts/resources/images/aero/tabs/tab-btm-left-bg.gif +0 -0
  117. data/lib/bloggit/client/scripts/resources/images/aero/tabs/tab-btm-right-bg.gif +0 -0
  118. data/lib/bloggit/client/scripts/resources/images/aero/tabs/tab-sprite.gif +0 -0
  119. data/lib/bloggit/client/scripts/resources/images/aero/tabs/tab-strip-bg.gif +0 -0
  120. data/lib/bloggit/client/scripts/resources/images/aero/tabs/tab-strip-bg.png +0 -0
  121. data/lib/bloggit/client/scripts/resources/images/aero/tabs/tab-strip-btm-bg.gif +0 -0
  122. data/lib/bloggit/client/scripts/resources/images/aero/toolbar/bg.gif +0 -0
  123. data/lib/bloggit/client/scripts/resources/images/aero/toolbar/tb-btn-sprite.gif +0 -0
  124. data/lib/bloggit/client/scripts/resources/images/default/basic-dialog/btn-arrow.gif +0 -0
  125. data/lib/bloggit/client/scripts/resources/images/default/basic-dialog/btn-sprite.gif +0 -0
  126. data/lib/bloggit/client/scripts/resources/images/default/basic-dialog/close.gif +0 -0
  127. data/lib/bloggit/client/scripts/resources/images/default/basic-dialog/collapse.gif +0 -0
  128. data/lib/bloggit/client/scripts/resources/images/default/basic-dialog/e-handle.gif +0 -0
  129. data/lib/bloggit/client/scripts/resources/images/default/basic-dialog/expand.gif +0 -0
  130. data/lib/bloggit/client/scripts/resources/images/default/basic-dialog/hd-sprite.gif +0 -0
  131. data/lib/bloggit/client/scripts/resources/images/default/basic-dialog/progress.gif +0 -0
  132. data/lib/bloggit/client/scripts/resources/images/default/basic-dialog/progress2.gif +0 -0
  133. data/lib/bloggit/client/scripts/resources/images/default/basic-dialog/s-handle.gif +0 -0
  134. data/lib/bloggit/client/scripts/resources/images/default/basic-dialog/se-handle.gif +0 -0
  135. data/lib/bloggit/client/scripts/resources/images/default/box/corners-blue.gif +0 -0
  136. data/lib/bloggit/client/scripts/resources/images/default/box/corners.gif +0 -0
  137. data/lib/bloggit/client/scripts/resources/images/default/box/l-blue.gif +0 -0
  138. data/lib/bloggit/client/scripts/resources/images/default/box/l.gif +0 -0
  139. data/lib/bloggit/client/scripts/resources/images/default/box/r-blue.gif +0 -0
  140. data/lib/bloggit/client/scripts/resources/images/default/box/r.gif +0 -0
  141. data/lib/bloggit/client/scripts/resources/images/default/box/tb-blue.gif +0 -0
  142. data/lib/bloggit/client/scripts/resources/images/default/box/tb.gif +0 -0
  143. data/lib/bloggit/client/scripts/resources/images/default/dd/drop-add.gif +0 -0
  144. data/lib/bloggit/client/scripts/resources/images/default/dd/drop-no.gif +0 -0
  145. data/lib/bloggit/client/scripts/resources/images/default/dd/drop-yes.gif +0 -0
  146. data/lib/bloggit/client/scripts/resources/images/default/form/date-trigger.gif +0 -0
  147. data/lib/bloggit/client/scripts/resources/images/default/form/error-tip-corners.gif +0 -0
  148. data/lib/bloggit/client/scripts/resources/images/default/form/exclamation.gif +0 -0
  149. data/lib/bloggit/client/scripts/resources/images/default/form/text-bg.gif +0 -0
  150. data/lib/bloggit/client/scripts/resources/images/default/form/trigger.gif +0 -0
  151. data/lib/bloggit/client/scripts/resources/images/default/gradient-bg.gif +0 -0
  152. data/lib/bloggit/client/scripts/resources/images/default/grid/Thumbs.db +0 -0
  153. data/lib/bloggit/client/scripts/resources/images/default/grid/arrow-left-white.gif +0 -0
  154. data/lib/bloggit/client/scripts/resources/images/default/grid/arrow-right-white.gif +0 -0
  155. data/lib/bloggit/client/scripts/resources/images/default/grid/col-move-bottom.gif +0 -0
  156. data/lib/bloggit/client/scripts/resources/images/default/grid/col-move-top.gif +0 -0
  157. data/lib/bloggit/client/scripts/resources/images/default/grid/dirty.gif +0 -0
  158. data/lib/bloggit/client/scripts/resources/images/default/grid/done.gif +0 -0
  159. data/lib/bloggit/client/scripts/resources/images/default/grid/drop-no.gif +0 -0
  160. data/lib/bloggit/client/scripts/resources/images/default/grid/drop-yes.gif +0 -0
  161. data/lib/bloggit/client/scripts/resources/images/default/grid/footer-bg.gif +0 -0
  162. data/lib/bloggit/client/scripts/resources/images/default/grid/grid-blue-hd.gif +0 -0
  163. data/lib/bloggit/client/scripts/resources/images/default/grid/grid-blue-split.gif +0 -0
  164. data/lib/bloggit/client/scripts/resources/images/default/grid/grid-hrow.gif +0 -0
  165. data/lib/bloggit/client/scripts/resources/images/default/grid/grid-loading.gif +0 -0
  166. data/lib/bloggit/client/scripts/resources/images/default/grid/grid-split.gif +0 -0
  167. data/lib/bloggit/client/scripts/resources/images/default/grid/grid-vista-hd.gif +0 -0
  168. data/lib/bloggit/client/scripts/resources/images/default/grid/hd-pop.gif +0 -0
  169. data/lib/bloggit/client/scripts/resources/images/default/grid/hmenu-asc.gif +0 -0
  170. data/lib/bloggit/client/scripts/resources/images/default/grid/hmenu-desc.gif +0 -0
  171. data/lib/bloggit/client/scripts/resources/images/default/grid/hmenu-lock.gif +0 -0
  172. data/lib/bloggit/client/scripts/resources/images/default/grid/hmenu-lock.png +0 -0
  173. data/lib/bloggit/client/scripts/resources/images/default/grid/hmenu-unlock.gif +0 -0
  174. data/lib/bloggit/client/scripts/resources/images/default/grid/hmenu-unlock.png +0 -0
  175. data/lib/bloggit/client/scripts/resources/images/default/grid/invalid_line.gif +0 -0
  176. data/lib/bloggit/client/scripts/resources/images/default/grid/loading.gif +0 -0
  177. data/lib/bloggit/client/scripts/resources/images/default/grid/mso-hd.gif +0 -0
  178. data/lib/bloggit/client/scripts/resources/images/default/grid/nowait.gif +0 -0
  179. data/lib/bloggit/client/scripts/resources/images/default/grid/page-first-disabled.gif +0 -0
  180. data/lib/bloggit/client/scripts/resources/images/default/grid/page-first.gif +0 -0
  181. data/lib/bloggit/client/scripts/resources/images/default/grid/page-last-disabled.gif +0 -0
  182. data/lib/bloggit/client/scripts/resources/images/default/grid/page-last.gif +0 -0
  183. data/lib/bloggit/client/scripts/resources/images/default/grid/page-next-disabled.gif +0 -0
  184. data/lib/bloggit/client/scripts/resources/images/default/grid/page-next.gif +0 -0
  185. data/lib/bloggit/client/scripts/resources/images/default/grid/page-prev-disabled.gif +0 -0
  186. data/lib/bloggit/client/scripts/resources/images/default/grid/page-prev.gif +0 -0
  187. data/lib/bloggit/client/scripts/resources/images/default/grid/pick-button.gif +0 -0
  188. data/lib/bloggit/client/scripts/resources/images/default/grid/refresh.gif +0 -0
  189. data/lib/bloggit/client/scripts/resources/images/default/grid/sort_asc.gif +0 -0
  190. data/lib/bloggit/client/scripts/resources/images/default/grid/sort_desc.gif +0 -0
  191. data/lib/bloggit/client/scripts/resources/images/default/grid/wait.gif +0 -0
  192. data/lib/bloggit/client/scripts/resources/images/default/layout/collapse.gif +0 -0
  193. data/lib/bloggit/client/scripts/resources/images/default/layout/expand.gif +0 -0
  194. data/lib/bloggit/client/scripts/resources/images/default/layout/gradient-bg.gif +0 -0
  195. data/lib/bloggit/client/scripts/resources/images/default/layout/ns-collapse.gif +0 -0
  196. data/lib/bloggit/client/scripts/resources/images/default/layout/ns-expand.gif +0 -0
  197. data/lib/bloggit/client/scripts/resources/images/default/layout/panel-close.gif +0 -0
  198. data/lib/bloggit/client/scripts/resources/images/default/layout/panel-title-bg.gif +0 -0
  199. data/lib/bloggit/client/scripts/resources/images/default/layout/panel-title-light-bg.gif +0 -0
  200. data/lib/bloggit/client/scripts/resources/images/default/layout/stick.gif +0 -0
  201. data/lib/bloggit/client/scripts/resources/images/default/layout/stuck.gif +0 -0
  202. data/lib/bloggit/client/scripts/resources/images/default/layout/tab-close-on.gif +0 -0
  203. data/lib/bloggit/client/scripts/resources/images/default/layout/tab-close.gif +0 -0
  204. data/lib/bloggit/client/scripts/resources/images/default/menu/checked.gif +0 -0
  205. data/lib/bloggit/client/scripts/resources/images/default/menu/group-checked.gif +0 -0
  206. data/lib/bloggit/client/scripts/resources/images/default/menu/menu-parent.gif +0 -0
  207. data/lib/bloggit/client/scripts/resources/images/default/menu/menu.gif +0 -0
  208. data/lib/bloggit/client/scripts/resources/images/default/menu/unchecked.gif +0 -0
  209. data/lib/bloggit/client/scripts/resources/images/default/qtip/bg.gif +0 -0
  210. data/lib/bloggit/client/scripts/resources/images/default/qtip/close.gif +0 -0
  211. data/lib/bloggit/client/scripts/resources/images/default/qtip/tip-sprite.gif +0 -0
  212. data/lib/bloggit/client/scripts/resources/images/default/s.gif +0 -0
  213. data/lib/bloggit/client/scripts/resources/images/default/shadow-c.png +0 -0
  214. data/lib/bloggit/client/scripts/resources/images/default/shadow-lr.png +0 -0
  215. data/lib/bloggit/client/scripts/resources/images/default/shadow.png +0 -0
  216. data/lib/bloggit/client/scripts/resources/images/default/shared/calendar.gif +0 -0
  217. data/lib/bloggit/client/scripts/resources/images/default/shared/left-btn.gif +0 -0
  218. data/lib/bloggit/client/scripts/resources/images/default/shared/right-btn.gif +0 -0
  219. data/lib/bloggit/client/scripts/resources/images/default/shared/warning.gif +0 -0
  220. data/lib/bloggit/client/scripts/resources/images/default/sizer/e-handle-dark.gif +0 -0
  221. data/lib/bloggit/client/scripts/resources/images/default/sizer/e-handle.gif +0 -0
  222. data/lib/bloggit/client/scripts/resources/images/default/sizer/ne-handle-dark.gif +0 -0
  223. data/lib/bloggit/client/scripts/resources/images/default/sizer/ne-handle.gif +0 -0
  224. data/lib/bloggit/client/scripts/resources/images/default/sizer/nw-handle-dark.gif +0 -0
  225. data/lib/bloggit/client/scripts/resources/images/default/sizer/nw-handle.gif +0 -0
  226. data/lib/bloggit/client/scripts/resources/images/default/sizer/s-handle-dark.gif +0 -0
  227. data/lib/bloggit/client/scripts/resources/images/default/sizer/s-handle.gif +0 -0
  228. data/lib/bloggit/client/scripts/resources/images/default/sizer/se-handle-dark.gif +0 -0
  229. data/lib/bloggit/client/scripts/resources/images/default/sizer/se-handle.gif +0 -0
  230. data/lib/bloggit/client/scripts/resources/images/default/sizer/square.gif +0 -0
  231. data/lib/bloggit/client/scripts/resources/images/default/sizer/sw-handle-dark.gif +0 -0
  232. data/lib/bloggit/client/scripts/resources/images/default/sizer/sw-handle.gif +0 -0
  233. data/lib/bloggit/client/scripts/resources/images/default/tabs/tab-btm-inactive-left-bg.gif +0 -0
  234. data/lib/bloggit/client/scripts/resources/images/default/tabs/tab-btm-inactive-right-bg.gif +0 -0
  235. data/lib/bloggit/client/scripts/resources/images/default/tabs/tab-btm-left-bg.gif +0 -0
  236. data/lib/bloggit/client/scripts/resources/images/default/tabs/tab-btm-right-bg.gif +0 -0
  237. data/lib/bloggit/client/scripts/resources/images/default/tabs/tab-sprite.gif +0 -0
  238. data/lib/bloggit/client/scripts/resources/images/default/toolbar/btn-arrow-light.gif +0 -0
  239. data/lib/bloggit/client/scripts/resources/images/default/toolbar/btn-arrow.gif +0 -0
  240. data/lib/bloggit/client/scripts/resources/images/default/toolbar/btn-over-bg.gif +0 -0
  241. data/lib/bloggit/client/scripts/resources/images/default/toolbar/gray-bg.gif +0 -0
  242. data/lib/bloggit/client/scripts/resources/images/default/toolbar/tb-bg.gif +0 -0
  243. data/lib/bloggit/client/scripts/resources/images/default/toolbar/tb-btn-sprite.gif +0 -0
  244. data/lib/bloggit/client/scripts/resources/images/default/tree/drop-add.gif +0 -0
  245. data/lib/bloggit/client/scripts/resources/images/default/tree/drop-between.gif +0 -0
  246. data/lib/bloggit/client/scripts/resources/images/default/tree/drop-no.gif +0 -0
  247. data/lib/bloggit/client/scripts/resources/images/default/tree/drop-over.gif +0 -0
  248. data/lib/bloggit/client/scripts/resources/images/default/tree/drop-under.gif +0 -0
  249. data/lib/bloggit/client/scripts/resources/images/default/tree/drop-yes.gif +0 -0
  250. data/lib/bloggit/client/scripts/resources/images/default/tree/elbow-end-minus-nl.gif +0 -0
  251. data/lib/bloggit/client/scripts/resources/images/default/tree/elbow-end-minus.gif +0 -0
  252. data/lib/bloggit/client/scripts/resources/images/default/tree/elbow-end-plus-nl.gif +0 -0
  253. data/lib/bloggit/client/scripts/resources/images/default/tree/elbow-end-plus.gif +0 -0
  254. data/lib/bloggit/client/scripts/resources/images/default/tree/elbow-end.gif +0 -0
  255. data/lib/bloggit/client/scripts/resources/images/default/tree/elbow-line.gif +0 -0
  256. data/lib/bloggit/client/scripts/resources/images/default/tree/elbow-minus-nl.gif +0 -0
  257. data/lib/bloggit/client/scripts/resources/images/default/tree/elbow-minus.gif +0 -0
  258. data/lib/bloggit/client/scripts/resources/images/default/tree/elbow-plus-nl.gif +0 -0
  259. data/lib/bloggit/client/scripts/resources/images/default/tree/elbow-plus.gif +0 -0
  260. data/lib/bloggit/client/scripts/resources/images/default/tree/elbow.gif +0 -0
  261. data/lib/bloggit/client/scripts/resources/images/default/tree/folder-open.gif +0 -0
  262. data/lib/bloggit/client/scripts/resources/images/default/tree/folder.gif +0 -0
  263. data/lib/bloggit/client/scripts/resources/images/default/tree/leaf.gif +0 -0
  264. data/lib/bloggit/client/scripts/resources/images/default/tree/loading.gif +0 -0
  265. data/lib/bloggit/client/scripts/resources/images/default/tree/s.gif +0 -0
  266. data/lib/bloggit/client/scripts/resources/images/gray/basic-dialog/close.gif +0 -0
  267. data/lib/bloggit/client/scripts/resources/images/gray/basic-dialog/collapse.gif +0 -0
  268. data/lib/bloggit/client/scripts/resources/images/gray/basic-dialog/dlg-bg.gif +0 -0
  269. data/lib/bloggit/client/scripts/resources/images/gray/basic-dialog/e-handle.gif +0 -0
  270. data/lib/bloggit/client/scripts/resources/images/gray/basic-dialog/expand.gif +0 -0
  271. data/lib/bloggit/client/scripts/resources/images/gray/basic-dialog/hd-sprite.gif +0 -0
  272. data/lib/bloggit/client/scripts/resources/images/gray/basic-dialog/s-handle.gif +0 -0
  273. data/lib/bloggit/client/scripts/resources/images/gray/basic-dialog/se-handle.gif +0 -0
  274. data/lib/bloggit/client/scripts/resources/images/gray/gradient-bg.gif +0 -0
  275. data/lib/bloggit/client/scripts/resources/images/gray/grid/grid-hrow.gif +0 -0
  276. data/lib/bloggit/client/scripts/resources/images/gray/layout/collapse.gif +0 -0
  277. data/lib/bloggit/client/scripts/resources/images/gray/layout/expand.gif +0 -0
  278. data/lib/bloggit/client/scripts/resources/images/gray/layout/gradient-bg.gif +0 -0
  279. data/lib/bloggit/client/scripts/resources/images/gray/layout/ns-collapse.gif +0 -0
  280. data/lib/bloggit/client/scripts/resources/images/gray/layout/ns-expand.gif +0 -0
  281. data/lib/bloggit/client/scripts/resources/images/gray/layout/panel-close.gif +0 -0
  282. data/lib/bloggit/client/scripts/resources/images/gray/layout/panel-title-bg.gif +0 -0
  283. data/lib/bloggit/client/scripts/resources/images/gray/layout/panel-title-light-bg.gif +0 -0
  284. data/lib/bloggit/client/scripts/resources/images/gray/layout/stick.gif +0 -0
  285. data/lib/bloggit/client/scripts/resources/images/gray/layout/tab-close-on.gif +0 -0
  286. data/lib/bloggit/client/scripts/resources/images/gray/layout/tab-close.gif +0 -0
  287. data/lib/bloggit/client/scripts/resources/images/gray/menu/checked.gif +0 -0
  288. data/lib/bloggit/client/scripts/resources/images/gray/menu/group-checked.gif +0 -0
  289. data/lib/bloggit/client/scripts/resources/images/gray/menu/menu-parent.gif +0 -0
  290. data/lib/bloggit/client/scripts/resources/images/gray/menu/menu.gif +0 -0
  291. data/lib/bloggit/client/scripts/resources/images/gray/menu/unchecked.gif +0 -0
  292. data/lib/bloggit/client/scripts/resources/images/gray/qtip/bg.gif +0 -0
  293. data/lib/bloggit/client/scripts/resources/images/gray/qtip/tip-sprite.gif +0 -0
  294. data/lib/bloggit/client/scripts/resources/images/gray/s.gif +0 -0
  295. data/lib/bloggit/client/scripts/resources/images/gray/sizer/e-handle-dark.gif +0 -0
  296. data/lib/bloggit/client/scripts/resources/images/gray/sizer/e-handle.gif +0 -0
  297. data/lib/bloggit/client/scripts/resources/images/gray/sizer/ne-handle-dark.gif +0 -0
  298. data/lib/bloggit/client/scripts/resources/images/gray/sizer/ne-handle.gif +0 -0
  299. data/lib/bloggit/client/scripts/resources/images/gray/sizer/nw-handle-dark.gif +0 -0
  300. data/lib/bloggit/client/scripts/resources/images/gray/sizer/nw-handle.gif +0 -0
  301. data/lib/bloggit/client/scripts/resources/images/gray/sizer/s-handle-dark.gif +0 -0
  302. data/lib/bloggit/client/scripts/resources/images/gray/sizer/s-handle.gif +0 -0
  303. data/lib/bloggit/client/scripts/resources/images/gray/sizer/se-handle-dark.gif +0 -0
  304. data/lib/bloggit/client/scripts/resources/images/gray/sizer/se-handle.gif +0 -0
  305. data/lib/bloggit/client/scripts/resources/images/gray/sizer/sw-handle-dark.gif +0 -0
  306. data/lib/bloggit/client/scripts/resources/images/gray/sizer/sw-handle.gif +0 -0
  307. data/lib/bloggit/client/scripts/resources/images/gray/tabs/tab-btm-inactive-left-bg.gif +0 -0
  308. data/lib/bloggit/client/scripts/resources/images/gray/tabs/tab-btm-inactive-right-bg.gif +0 -0
  309. data/lib/bloggit/client/scripts/resources/images/gray/tabs/tab-btm-left-bg.gif +0 -0
  310. data/lib/bloggit/client/scripts/resources/images/gray/tabs/tab-btm-right-bg.gif +0 -0
  311. data/lib/bloggit/client/scripts/resources/images/gray/tabs/tab-sprite.gif +0 -0
  312. data/lib/bloggit/client/scripts/resources/images/gray/toolbar/gray-bg.gif +0 -0
  313. data/lib/bloggit/client/scripts/resources/images/gray/toolbar/tb-btn-sprite.gif +0 -0
  314. data/lib/bloggit/client/scripts/resources/images/vista/basic-dialog/bg-center.gif +0 -0
  315. data/lib/bloggit/client/scripts/resources/images/vista/basic-dialog/bg-left.gif +0 -0
  316. data/lib/bloggit/client/scripts/resources/images/vista/basic-dialog/bg-right.gif +0 -0
  317. data/lib/bloggit/client/scripts/resources/images/vista/basic-dialog/close.gif +0 -0
  318. data/lib/bloggit/client/scripts/resources/images/vista/basic-dialog/collapse.gif +0 -0
  319. data/lib/bloggit/client/scripts/resources/images/vista/basic-dialog/dlg-bg.gif +0 -0
  320. data/lib/bloggit/client/scripts/resources/images/vista/basic-dialog/e-handle.gif +0 -0
  321. data/lib/bloggit/client/scripts/resources/images/vista/basic-dialog/expand.gif +0 -0
  322. data/lib/bloggit/client/scripts/resources/images/vista/basic-dialog/hd-sprite.gif +0 -0
  323. data/lib/bloggit/client/scripts/resources/images/vista/basic-dialog/s-handle.gif +0 -0
  324. data/lib/bloggit/client/scripts/resources/images/vista/basic-dialog/se-handle.gif +0 -0
  325. data/lib/bloggit/client/scripts/resources/images/vista/basic-dialog/w-handle.gif +0 -0
  326. data/lib/bloggit/client/scripts/resources/images/vista/gradient-bg.gif +0 -0
  327. data/lib/bloggit/client/scripts/resources/images/vista/grid/grid-split.gif +0 -0
  328. data/lib/bloggit/client/scripts/resources/images/vista/grid/grid-vista-hd.gif +0 -0
  329. data/lib/bloggit/client/scripts/resources/images/vista/layout/collapse.gif +0 -0
  330. data/lib/bloggit/client/scripts/resources/images/vista/layout/expand.gif +0 -0
  331. data/lib/bloggit/client/scripts/resources/images/vista/layout/gradient-bg.gif +0 -0
  332. data/lib/bloggit/client/scripts/resources/images/vista/layout/ns-collapse.gif +0 -0
  333. data/lib/bloggit/client/scripts/resources/images/vista/layout/ns-expand.gif +0 -0
  334. data/lib/bloggit/client/scripts/resources/images/vista/layout/panel-close.gif +0 -0
  335. data/lib/bloggit/client/scripts/resources/images/vista/layout/panel-title-bg.gif +0 -0
  336. data/lib/bloggit/client/scripts/resources/images/vista/layout/panel-title-light-bg.gif +0 -0
  337. data/lib/bloggit/client/scripts/resources/images/vista/layout/stick.gif +0 -0
  338. data/lib/bloggit/client/scripts/resources/images/vista/layout/tab-close-on.gif +0 -0
  339. data/lib/bloggit/client/scripts/resources/images/vista/layout/tab-close.gif +0 -0
  340. data/lib/bloggit/client/scripts/resources/images/vista/qtip/bg.gif +0 -0
  341. data/lib/bloggit/client/scripts/resources/images/vista/qtip/tip-sprite.gif +0 -0
  342. data/lib/bloggit/client/scripts/resources/images/vista/s.gif +0 -0
  343. data/lib/bloggit/client/scripts/resources/images/vista/sizer/e-handle-dark.gif +0 -0
  344. data/lib/bloggit/client/scripts/resources/images/vista/sizer/e-handle.gif +0 -0
  345. data/lib/bloggit/client/scripts/resources/images/vista/sizer/ne-handle-dark.gif +0 -0
  346. data/lib/bloggit/client/scripts/resources/images/vista/sizer/ne-handle.gif +0 -0
  347. data/lib/bloggit/client/scripts/resources/images/vista/sizer/nw-handle-dark.gif +0 -0
  348. data/lib/bloggit/client/scripts/resources/images/vista/sizer/nw-handle.gif +0 -0
  349. data/lib/bloggit/client/scripts/resources/images/vista/sizer/s-handle-dark.gif +0 -0
  350. data/lib/bloggit/client/scripts/resources/images/vista/sizer/s-handle.gif +0 -0
  351. data/lib/bloggit/client/scripts/resources/images/vista/sizer/se-handle-dark.gif +0 -0
  352. data/lib/bloggit/client/scripts/resources/images/vista/sizer/se-handle.gif +0 -0
  353. data/lib/bloggit/client/scripts/resources/images/vista/sizer/sw-handle-dark.gif +0 -0
  354. data/lib/bloggit/client/scripts/resources/images/vista/sizer/sw-handle.gif +0 -0
  355. data/lib/bloggit/client/scripts/resources/images/vista/tabs/tab-btm-inactive-left-bg.gif +0 -0
  356. data/lib/bloggit/client/scripts/resources/images/vista/tabs/tab-btm-inactive-right-bg.gif +0 -0
  357. data/lib/bloggit/client/scripts/resources/images/vista/tabs/tab-btm-left-bg.gif +0 -0
  358. data/lib/bloggit/client/scripts/resources/images/vista/tabs/tab-btm-right-bg.gif +0 -0
  359. data/lib/bloggit/client/scripts/resources/images/vista/tabs/tab-sprite.gif +0 -0
  360. data/lib/bloggit/client/scripts/resources/images/vista/toolbar/gray-bg.gif +0 -0
  361. data/lib/bloggit/client/scripts/resources/images/vista/toolbar/tb-btn-sprite.gif +0 -0
  362. data/lib/bloggit/client/scripts/resources/license.txt +25 -0
  363. data/lib/bloggit/client/scripts/resources/raw-images/shadow.psd +0 -0
  364. data/lib/bloggit/client/scripts/resources/resources.jsb +522 -0
  365. data/lib/bloggit/client/templates/json.rhtml +5 -0
  366. data/lib/bloggit/client/templates/main.rhtml +109 -0
  367. data/lib/bloggit/commandline.rb +52 -0
  368. data/lib/bloggit/commands/page_cmd.rb +17 -0
  369. data/lib/bloggit/commands/plugin_cmd.rb +89 -0
  370. data/lib/bloggit/commands/post_cmd.rb +17 -0
  371. data/lib/bloggit/commands/site_cmd.rb +82 -0
  372. data/lib/bloggit/commands/theme_cmd.rb +16 -0
  373. data/lib/bloggit/etc/hash.rb +24 -0
  374. data/lib/bloggit/etc/string.rb +5 -0
  375. data/lib/bloggit/generator.rb +331 -0
  376. data/lib/bloggit/hooks.rb +21 -0
  377. data/lib/bloggit/media.rb +40 -0
  378. data/lib/bloggit/page.rb +98 -0
  379. data/lib/bloggit/plugin.rb +52 -0
  380. data/lib/bloggit/post.rb +169 -0
  381. data/lib/bloggit/publisher.rb +115 -0
  382. data/lib/bloggit/server.rb +102 -0
  383. data/lib/bloggit/site.rb +183 -0
  384. data/lib/bloggit/tag.rb +61 -0
  385. data/lib/bloggit/tasks/client.rb +9 -0
  386. data/lib/bloggit/tasks/publishing.rb +36 -0
  387. data/lib/bloggit/tasks/scm.rb +78 -0
  388. data/lib/bloggit/tasks/specs.rb +128 -0
  389. data/lib/bloggit/template.rb +334 -0
  390. data/lib/bloggit/text_formatter.rb +50 -0
  391. data/lib/util/fixed_hoe.rb +553 -0
  392. data/test/fixtures/test.blog/Rakefile +7 -0
  393. data/test/fixtures/test.blog/pages/about.page +7 -0
  394. data/test/fixtures/test.blog/pages/coming-soon.page +3 -0
  395. data/test/fixtures/test.blog/pages/todo.page +23 -0
  396. data/test/fixtures/test.blog/plugins/example/init.rb +69 -0
  397. data/test/fixtures/test.blog/plugins/haloscan/init.rb +25 -0
  398. data/test/fixtures/test.blog/plugins/js_search/init.rb +51 -0
  399. data/test/fixtures/test.blog/plugins/rdoc_formatter/init.rb +14 -0
  400. data/test/fixtures/test.blog/posts/2004.03.07_to-boldly-go.post +11 -0
  401. data/test/fixtures/test.blog/posts/2007.03.25_sure-whatever.post +10 -0
  402. data/test/fixtures/test.blog/posts/2007.03.27_rdoc-anyone.post +13 -0
  403. data/test/fixtures/test.blog/posts/2010.12.07_35-already.post +5 -0
  404. data/test/fixtures/test.blog/settings.yml +34 -0
  405. data/test/fixtures/test.blog/themes/default/styles/main.css +145 -0
  406. data/test/fixtures/test.blog/themes/default/templates/archive.rhtml +22 -0
  407. data/test/fixtures/test.blog/themes/default/templates/home.rhtml +9 -0
  408. data/test/fixtures/test.blog/themes/default/templates/layouts/main.rhtml +17 -0
  409. data/test/fixtures/test.blog/themes/default/templates/layouts/two-columns.rhtml +21 -0
  410. data/test/fixtures/test.blog/themes/default/templates/page.rhtml +8 -0
  411. data/test/fixtures/test.blog/themes/default/templates/post.rhtml +15 -0
  412. data/test/fixtures/test.blog/themes/default/templates/snippets/blog_entry.rhtml +10 -0
  413. data/test/fixtures/test.blog/themes/default/templates/snippets/navigation.rhtml +12 -0
  414. data/test/fixtures/test.blog/themes/default/templates/snippets/tag_list.rhtml +9 -0
  415. data/test/fixtures/test.blog/themes/default/templates/tag_archive.rhtml +41 -0
  416. data/test/helpers.rb +25 -0
  417. data/test/unit/bloggit_test.rb +9 -0
  418. data/test/unit/page_test.rb +28 -0
  419. data/test/unit/post_test.rb +36 -0
  420. data/test/unit/site_test.rb +27 -0
  421. data/test/unit/template_test.rb +21 -0
  422. data/test/unit/text_formatter_test.rb +43 -0
  423. metadata +520 -0
@@ -0,0 +1,438 @@
1
+ /*
2
+ * Ext JS Library 1.0.1
3
+ * Copyright(c) 2006-2007, Ext JS, LLC.
4
+ * licensing@extjs.com
5
+ *
6
+ * http://www.extjs.com/license
7
+ */
8
+
9
+
10
+ .ext-el-mask-msg {
11
+ border:1px solid #aaa;
12
+ background: #ddd url(../images/default/box/tb.gif) repeat-x 0 -16px;
13
+ }
14
+ .ext-el-mask-msg div {
15
+ border:1px solid #ccc;
16
+ }
17
+
18
+ /*
19
+ Menu
20
+ */
21
+ .x-menu {
22
+ border-color: #999 #999 #999 #999;
23
+ background-image:url(../images/gray/menu/menu.gif);
24
+ }
25
+ .x-menu-item-arrow{
26
+ background-image:url(../images/gray/menu/menu-parent.gif);
27
+ }
28
+ .x-menu-item {
29
+ color:#222;
30
+ }
31
+ .x-menu-item-active {
32
+ background:#ddd;
33
+ border:1px solid #aaa;
34
+ }
35
+ .x-menu-sep {
36
+ background:#aaa;
37
+ }
38
+
39
+ /* grid */
40
+ .x-grid-header{
41
+ background: #ebeadb url(../images/gray/grid/grid-hrow.gif) repeat-x;
42
+ overflow:hidden;
43
+ position:relative;
44
+ cursor:default;
45
+ width:100%;
46
+ }
47
+ .x-grid-hd-row{
48
+ height:22px;
49
+ }
50
+ .x-grid-hd {
51
+ padding-right:1px;
52
+ }
53
+ .x-grid-hd-over .x-grid-hd-inner {
54
+ border-bottom: 1px solid #fcc247;
55
+ }
56
+ .x-grid-hd-over .x-grid-hd-text {
57
+ background: #faf9f4;
58
+ padding-bottom:1px;
59
+ border-bottom: 1px solid #f9a900;
60
+ }
61
+
62
+ .x-grid-hd-text {
63
+ color:#000000;
64
+ }
65
+
66
+ .x-grid-col {
67
+ border-right: 1px solid #f1efe2;
68
+ border-bottom: 1px solid #f1efe2;
69
+ }
70
+ .x-grid-row-alt{
71
+ background:#fcfaf6;
72
+ }
73
+ .x-grid-row-over td{
74
+ background:#f1f1f1;
75
+ }
76
+
77
+
78
+ .x-grid-locked .x-grid-body td {
79
+ background: #f0efe4;
80
+ border-right: 1px solid #D6D2C2;
81
+ border-bottom: 1px solid #D6D2C2 !important;
82
+ }
83
+
84
+ .x-grid-locked .x-grid-header table{
85
+ border-right:1px solid transparent;
86
+ }
87
+ .x-grid-locked .x-grid-body table{
88
+ border-right:1px solid #c6c2b2;
89
+ }
90
+
91
+ .x-grid-bottombar .x-toolbar{
92
+ border-right:0 none;
93
+ border-bottom:0 none;
94
+ border-top:1px solid #f1efe2;
95
+ }
96
+
97
+ .x-props-grid .x-grid-col-name{
98
+ background-color: #f1efe2;
99
+ }
100
+
101
+
102
+
103
+ .x-grid-locked td.x-grid-row-marker, .x-grid-locked .x-grid-row-selected td.x-grid-row-marker{
104
+ background: #ebeadb url(../images/gray/grid/grid-hrow.gif) repeat-x 0 bottom !important;
105
+ vertical-align:middle !important;
106
+ color:black;
107
+ padding:0;
108
+ border-top:1px solid white;
109
+ border-bottom:none !important;
110
+ border-right:1px solid #d6d2c2 !important;
111
+ text-align:center;
112
+ }
113
+ .x-grid-locked td.x-grid-row-marker div, .x-grid-locked .x-grid-row-selected td.x-grid-row-marker div{
114
+ padding:0 4px;
115
+ color:black !important;
116
+ text-align:center;
117
+ }
118
+
119
+ /**
120
+ * Basic-Dialog
121
+ */
122
+ .x-dlg-proxy {
123
+ background-image: url(../images/gray/layout/gradient-bg.gif);
124
+ background-color:#EAE8D5;
125
+ border:1px solid #b3b6b0;
126
+ }
127
+ .x-dlg-shadow{
128
+ background:#aaaaaa;
129
+ }
130
+ .x-dlg-proxy .tabset{
131
+ background:url(../images/gray/layout/gradient-bg.gif);
132
+ }
133
+ .x-dlg .x-dlg-hd {
134
+ background: url(../images/gray/basic-dialog/hd-sprite.gif) repeat-x 0 -82px;
135
+ background-color:#333333;
136
+ }
137
+ .x-dlg .x-dlg-hd-left {
138
+ background: url(../images/gray/basic-dialog/hd-sprite.gif) no-repeat 0 -41px;
139
+ }
140
+ .x-dlg .x-dlg-hd-right {
141
+ background: url(../images/gray/basic-dialog/hd-sprite.gif) no-repeat right 0;
142
+ }
143
+ .x-dlg .x-dlg-dlg-body{
144
+ background:#efefec;
145
+ border:1px solid #b3b6b0;
146
+ border-top:0 none;
147
+ }
148
+ .x-dlg .x-tabs-top .x-tabs-body{
149
+ border:1px solid #b3b6b0;
150
+ border-top:0 none;
151
+ }
152
+ .x-dlg .x-tabs-bottom .x-tabs-body{
153
+ border:1px solid #b3b6b0;
154
+ border-bottom:0 none;
155
+ }
156
+ .x-dlg .x-layout-container .x-tabs-body{
157
+ border:0 none;
158
+ }
159
+ .x-dlg .x-dlg-close {
160
+ background-image:url(../images/gray/basic-dialog/close.gif);
161
+ }
162
+ .x-dlg .x-dlg-collapse {
163
+ background-image:url(../images/gray/basic-dialog/collapse.gif);
164
+ }
165
+ .x-dlg-collapsed .x-dlg-collapse {
166
+ background-image:url(../images/gray/basic-dialog/expand.gif);
167
+ }
168
+ .x-dlg div.x-resizable-handle-east{
169
+ background-image:url(../images/gray/basic-dialog/e-handle.gif);
170
+ border:0 none;
171
+ }
172
+ .x-dlg div.x-resizable-handle-south{
173
+ background-image:url(../images/gray/basic-dialog/s-handle.gif);
174
+ border:0 none;
175
+ }
176
+ .x-dlg div.x-resizable-handle-west{
177
+ background-image:url(../images/gray/basic-dialog/e-handle.gif);
178
+ border:0 none;
179
+ }
180
+ .x-dlg div.x-resizable-handle-southeast{
181
+ background-image:url(../images/gray/basic-dialog/se-handle.gif);
182
+ background-position: bottom right;
183
+ width:8px;
184
+ height:8px;
185
+ border:0;
186
+ }
187
+ .x-dlg div.x-resizable-handle-southwest{
188
+ background-image:url(../images/gray/sizer/sw-handle-dark.gif);
189
+ background-position: top right;
190
+ margin-left:1px;
191
+ margin-bottom:1px;
192
+ border:0;
193
+ }
194
+ .x-dlg div.x-resizable-handle-north{
195
+ background-image:url(../images/gray/s.gif);
196
+ border:0 none;
197
+ }
198
+
199
+ /**
200
+ * Tabs
201
+ */
202
+ .x-tabs-wrap {
203
+ border-bottom:1px solid #aca899;
204
+ }
205
+ .x-tabs-strip .on .x-tabs-text {
206
+ cursor:default;
207
+ color:#333333;
208
+ }
209
+ .x-tabs-top .x-tabs-strip .on .x-tabs-right {
210
+ background: url(../images/gray/tabs/tab-sprite.gif) no-repeat right 0;
211
+ }
212
+ .x-tabs-top .x-tabs-strip .on .x-tabs-left {
213
+ background: url(../images/gray/tabs/tab-sprite.gif) no-repeat 0px -100px;
214
+ }
215
+ .x-tabs-top .x-tabs-strip .x-tabs-right {
216
+ background: url(../images/gray/tabs/tab-sprite.gif) no-repeat right -50px;
217
+ }
218
+ .x-tabs-top .x-tabs-strip .x-tabs-left {
219
+ background: url(../images/gray/tabs/tab-sprite.gif) no-repeat 0px -150px;
220
+ }
221
+ .x-tabs-strip .x-tabs-closable .close-icon{
222
+ background-image:url(../images/gray/layout/tab-close.gif);
223
+ }
224
+ .x-tabs-strip .on .close-icon{
225
+ background-image:url(../images/gray/layout/tab-close-on.gif);
226
+ }
227
+ .x-tabs-strip .x-tabs-closable .close-over{
228
+ background-image:url(../images/gray/layout/tab-close-on.gif);
229
+ }
230
+ .x-tabs-body {
231
+ border:1px solid #aca899;
232
+ border-top:0 none;
233
+ }
234
+ .x-tabs-bottom .x-tabs-wrap {
235
+ border-bottom:0 none;
236
+ padding-top:0;
237
+ border-top:1px solid #aca899;
238
+ }
239
+ .x-tabs-bottom .x-tabs-strip .x-tabs-right {
240
+ background: url(../images/gray/tabs/tab-btm-inactive-right-bg.gif) no-repeat bottom left;
241
+ }
242
+ .x-tabs-bottom .x-tabs-strip .x-tabs-left {
243
+ background: url(../images/gray/tabs/tab-btm-inactive-left-bg.gif) no-repeat bottom right;
244
+ }
245
+ .x-tabs-bottom .x-tabs-strip .on .x-tabs-right {
246
+ background: url(../images/gray/tabs/tab-btm-right-bg.gif) no-repeat bottom left;
247
+ }
248
+ .x-tabs-bottom .x-tabs-strip .on .x-tabs-left {
249
+ background: url(../images/gray/tabs/tab-btm-left-bg.gif) no-repeat bottom right;
250
+ }
251
+
252
+ .x-tabs-bottom .x-tabs-body {
253
+ border:1px solid #aca899;
254
+ border-bottom:0 none;
255
+ }
256
+
257
+ .x-layout-container .x-layout-tabs-body{
258
+ border:0 none;
259
+ }
260
+ /* QuickTips */
261
+
262
+ .x-tip .x-tip-top {
263
+ background-image: url(../images/gray/qtip/tip-sprite.gif);
264
+ }
265
+ .x-tip .x-tip-top-left {
266
+ background-image: url(../images/gray/qtip/tip-sprite.gif);
267
+ }
268
+ .x-tip .x-tip-top-right {
269
+ background-image: url(../images/gray/qtip/tip-sprite.gif);
270
+ }
271
+ .x-tip .x-tip-ft {
272
+ background-image: url(../images/gray/qtip/tip-sprite.gif);
273
+ }
274
+ .x-tip .x-tip-ft-left {
275
+ background-image: url(../images/gray/qtip/tip-sprite.gif);
276
+ }
277
+ .x-tip .x-tip-ft-right {
278
+ background-image: url(../images/gray/qtip/tip-sprite.gif);
279
+ }
280
+ .x-tip .x-tip-bd-left {
281
+ background-image: url(../images/gray/qtip/tip-sprite.gif);
282
+ }
283
+ .x-tip .x-tip-bd-right {
284
+ background-image: url(../images/gray/qtip/tip-sprite.gif);
285
+ }
286
+
287
+ /* BorderLayout */
288
+
289
+ .x-layout-container{
290
+ background-color:#f3f2e7;
291
+ }
292
+ .x-layout-collapsed{
293
+ background-color:#f3f2e7;
294
+ border:1px solid #aca899;
295
+ }
296
+ .x-layout-collapsed-over{
297
+ background-color:#fbfbef;
298
+ }
299
+ .x-layout-panel{
300
+ border:1px solid #aca899;
301
+ }
302
+ .x-layout-nested-layout .x-layout-panel {
303
+ border:0 none;
304
+ }
305
+ .x-layout-split{
306
+ background-color:#f3f2e7;
307
+ }
308
+ .x-layout-panel-hd{
309
+ background-image: url(../images/gray/layout/panel-title-light-bg.gif);
310
+ border-bottom:1px solid #aca899;
311
+ }
312
+ .x-layout-tools-button-over{
313
+ border:1px solid #aca899;
314
+ }
315
+ .x-layout-close{
316
+ background-image:url(../images/gray/layout/panel-close.gif);
317
+ }
318
+ .x-layout-stick{
319
+ background-image:url(../images/gray/layout/stick.gif);
320
+ }
321
+ .x-layout-collapse-west,.x-layout-expand-east{
322
+ background-image:url(../images/gray/layout/collapse.gif);
323
+ }
324
+ .x-layout-expand-west,.x-layout-collapse-east{
325
+ background-image:url(../images/gray/layout/expand.gif);
326
+ }
327
+ .x-layout-collapse-north,.x-layout-expand-south{
328
+ background-image:url(../images/gray/layout/ns-collapse.gif);
329
+ }
330
+ .x-layout-expand-north,.x-layout-collapse-south{
331
+ background-image:url(../images/gray/layout/ns-expand.gif);
332
+ }
333
+ .x-layout-split-h{
334
+ background-image:url(../images/gray/sizer/e-handle-dark.gif);
335
+ }
336
+ .x-layout-split-v{
337
+ background-image:url(../images/gray/sizer/s-handle-dark.gif);
338
+ }
339
+ .x-layout-panel .x-tabs-wrap{
340
+ background:url(../images/gray/layout/gradient-bg.gif);
341
+ }
342
+ .x-layout-nested-layout .x-layout-panel-north {
343
+ border-bottom:1px solid #aca899;
344
+ }
345
+ .x-layout-nested-layout .x-layout-panel-south {
346
+ border-top:1px solid #aca899;
347
+ }
348
+ .x-layout-nested-layout .x-layout-panel-east {
349
+ border-left:1px solid #aca899;
350
+ }
351
+ .x-layout-nested-layout .x-layout-panel-west {
352
+ border-right:1px solid #aca899;
353
+ }
354
+ .x-layout-panel-dragover {
355
+ border: 2px solid #aca899;
356
+ }
357
+ .x-layout-panel-proxy {
358
+ background-image: url(../images/gray/layout/gradient-bg.gif);
359
+ background-color:#f3f2e7;
360
+ border:1px dashed #aca899;
361
+ }
362
+ /** Resizable */
363
+
364
+ .x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-east{
365
+ background:url(../images/gray/sizer/e-handle.gif);
366
+ background-position: left;
367
+ }
368
+ .x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-west{
369
+ background:url(../images/gray/sizer/e-handle.gif);
370
+ background-position: left;
371
+ }
372
+ .x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-south{
373
+ background:url(../images/gray/sizer/s-handle.gif);
374
+ background-position: top;
375
+ }
376
+ .x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-north{
377
+ background:url(../images/gray/sizer/s-handle.gif);
378
+ background-position: top;
379
+ }
380
+ .x-resizable-over .x-resizable-handle-southeast, .x-resizable-pinned .x-resizable-handle-southeast{
381
+ background:url(../images/gray/sizer/se-handle.gif);
382
+ background-position: top left;
383
+ }
384
+ .x-resizable-over .x-resizable-handle-northwest,.x-resizable-pinned .x-resizable-handle-northwest{
385
+ background:url(../images/gray/sizer/nw-handle.gif);
386
+ background-position:bottom right;
387
+ }
388
+ .x-resizable-over .x-resizable-handle-northeast,.x-resizable-pinned .x-resizable-handle-northeast{
389
+ background:url(../images/gray/sizer/ne-handle.gif);
390
+ background-position: bottom left;
391
+ }
392
+ .x-resizable-over .x-resizable-handle-southwest,.x-resizable-pinned .x-resizable-handle-southwest{
393
+ background:url(../images/gray/sizer/sw-handle.gif);
394
+ background-position: top right;
395
+ }
396
+ .x-resizable-proxy{
397
+ border: 1px dashed #615e55;
398
+ }
399
+
400
+ /** Toolbar */
401
+ .x-toolbar{
402
+ border:0 none;
403
+ background: #efefe3 url(../images/gray/toolbar/gray-bg.gif) repeat-x;
404
+ padding:3px;
405
+ }
406
+ .x-toolbar .x-btn-over .x-btn-left, .x-toolbar .x-btn-pressed .x-btn-left, .x-toolbar .x-btn-menu-active .x-btn-left{
407
+ background:url(../images/gray/toolbar/tb-btn-sprite.gif) no-repeat 0 0;
408
+ }
409
+ .x-toolbar .x-btn-over .x-btn-right, .x-toolbar .x-btn-pressed .x-btn-right, .x-toolbar .x-btn-menu-active .x-btn-right{
410
+ background:url(../images/gray/toolbar/tb-btn-sprite.gif) no-repeat 0 -21px;
411
+ }
412
+ .x-toolbar .x-btn-over .x-btn-center, .x-toolbar .x-btn-pressed .x-btn-center, .x-toolbar .x-btn-menu-active .x-btn-center{
413
+ background:url(../images/gray/toolbar/tb-btn-sprite.gif) repeat-x 0 -42px;
414
+ }
415
+ .x-toolbar .x-btn-over .x-btn-menu-arrow-wrap .x-btn-center button {
416
+ background-position: 0 -47px;
417
+ }
418
+ .x-paging-info {
419
+ color:#222222;
420
+ }
421
+
422
+ /* combo box */
423
+ .x-combo-list {
424
+ border:1px solid #999;
425
+ background:#dddddd;
426
+ }
427
+ .x-combo-list-hd {
428
+ color:#222;
429
+ background-image: url(../images/gray/layout/panel-title-light-bg.gif);
430
+ border-bottom:1px solid #aca899;
431
+ }
432
+ .x-resizable-pinned .x-combo-list-inner {
433
+ border-bottom:1px solid #aaa;
434
+ }
435
+ .x-combo-list .x-combo-selected{
436
+ background:#ddd !important;
437
+ border:1px solid #aaa;
438
+ }
@@ -0,0 +1,511 @@
1
+ /*
2
+ * Ext JS Library 1.0.1
3
+ * Copyright(c) 2006-2007, Ext JS, LLC.
4
+ * licensing@extjs.com
5
+ *
6
+ * http://www.extjs.com/license
7
+ */
8
+
9
+ .ext-el-mask-msg {
10
+ border:1px solid #aaa;
11
+ background: #ddd url(../images/default/box/tb.gif) repeat-x 0 -16px;
12
+ }
13
+ .ext-el-mask-msg div {
14
+ border:1px solid #ccc;
15
+ }
16
+ /*
17
+ Menu
18
+ */
19
+ .x-menu {
20
+ border-color: #999 #999 #999 #999;
21
+ background-image:url(../images/gray/menu/menu.gif);
22
+ }
23
+ .x-menu-item-arrow{
24
+ background-image:url(../images/gray/menu/menu-parent.gif);
25
+ }
26
+ .x-menu-item {
27
+ color:#222;
28
+ }
29
+ .x-menu-item-active {
30
+ background:#ddd;
31
+ border:1px solid #aaa;
32
+ }
33
+ .x-menu-sep {
34
+ background:#aaa;
35
+ }
36
+ /**
37
+ * Tabs
38
+ */
39
+ .x-tabs-wrap {
40
+ background:#4f4f4f;
41
+ border-bottom:1px solid #b3b6b0;
42
+ }
43
+ .x-tabs-strip .x-tabs-text {
44
+ color:white;
45
+ font-weight:normal;
46
+ }
47
+ .x-tabs-strip .on .x-tabs-text {
48
+ cursor:default;
49
+ color:#333333;
50
+ }
51
+ .x-tabs-top .x-tabs-strip a.x-tabs-right {
52
+ background:transparent url(../images/vista/tabs/tab-sprite.gif) no-repeat right -50px;
53
+ }
54
+ .x-tabs-top .x-tabs-strip a .x-tabs-left{
55
+ background:transparent url(../images/vista/tabs/tab-sprite.gif) no-repeat 0px -150px;
56
+ }
57
+ .x-tabs-top .x-tabs-strip .on .x-tabs-right {
58
+ background: url(../images/vista/tabs/tab-sprite.gif) no-repeat right 0;
59
+ }
60
+ .x-tabs-top .x-tabs-strip .on .x-tabs-left{
61
+ background: url(../images/vista/tabs/tab-sprite.gif) no-repeat 0px -100px;
62
+ }
63
+ .x-tabs-strip .x-tabs-closable .close-icon{
64
+ background-image:url(../images/vista/layout/tab-close.gif);
65
+ }
66
+ .x-tabs-strip .on .close-icon{
67
+ background-image:url(../images/vista/layout/tab-close-on.gif);
68
+ }
69
+ .x-tabs-strip .x-tabs-closable .close-over{
70
+ background-image:url(../images/vista/layout/tab-close-on.gif);
71
+ }
72
+ .x-tabs-body {
73
+ border:1px solid #b3b6b0;
74
+ border-top:0 none;
75
+ }
76
+
77
+ .x-tabs-bottom .x-tabs-strip {
78
+ background:#4f4f4f;
79
+ }
80
+ .x-tabs-bottom .x-tabs-strip a.x-tabs-right {
81
+ background:transparent url(../images/vista/tabs/tab-btm-inactive-right-bg.gif) no-repeat bottom right;
82
+ }
83
+ .x-tabs-bottom .x-tabs-strip a .x-tabs-left{
84
+ background:transparent url(../images/vista/tabs/tab-btm-inactive-left-bg.gif) no-repeat bottom left;
85
+ }
86
+ .x-tabs-bottom .x-tabs-wrap {
87
+ border-bottom:0 none;
88
+ padding-top:0;
89
+ border-top:1px solid #b3b6b0;
90
+ }
91
+ .x-tabs-bottom .x-tabs-strip .on .x-tabs-right {
92
+ background: url(../images/vista/tabs/tab-btm-right-bg.gif) no-repeat bottom left;
93
+ }
94
+ .x-tabs-bottom .x-tabs-strip .on .x-tabs-left {
95
+ background: url(../images/vista/tabs/tab-btm-left-bg.gif) no-repeat bottom right;
96
+ }
97
+
98
+ .x-tabs-bottom .x-tabs-body {
99
+ border:1px solid #b3b6b0;
100
+ border-bottom:0 none;
101
+ }
102
+ /**
103
+ * Basic-Dialog
104
+ */
105
+ .x-dlg-proxy {
106
+ background:#d3d6d0;
107
+ border:2px solid #b3b6b0;
108
+ }
109
+ .x-dlg-shadow{
110
+ background:#cccccc;
111
+ opacity:.3;
112
+ -moz-opacity:.3;
113
+ filter: alpha(opacity=30);
114
+ }
115
+ .x-dlg .x-dlg-hd {
116
+ background: url(../images/vista/basic-dialog/hd-sprite.gif) repeat-x 0 -82px;
117
+ background-color:#333333;
118
+ zoom:1;
119
+ }
120
+ .x-dlg .x-dlg-hd-left {
121
+ opacity:.95;-moz-opacity:.95;filter:alpha(opacity=90);
122
+ background: url(../images/vista/basic-dialog/hd-sprite.gif) no-repeat 0 -41px;
123
+ zoom:1;
124
+ }
125
+ .x-dlg .x-dlg-hd-right {
126
+ background: url(../images/vista/basic-dialog/hd-sprite.gif) no-repeat right 0;
127
+ zoom:1;
128
+ }
129
+ .x-dlg .x-dlg-dlg-body{
130
+ background:#fff;
131
+ border:0 none;
132
+ border-top:0 none;
133
+ padding:0 0px 0px;
134
+ position:absolute;
135
+ top:24px;left:0;
136
+ z-index:1;
137
+ }
138
+ .x-dlg-auto-tabs .x-dlg-dlg-body{
139
+ background:transparent;
140
+ }
141
+ .x-dlg-auto-tabs .x-tabs-top .x-tabs-wrap{
142
+ background:transparent;
143
+ }
144
+ .x-dlg .x-dlg-ft{
145
+ border-top:1px solid #b3b6b0;
146
+ background:#F0F0F0;
147
+ padding-bottom:8px;
148
+ }
149
+ .x-dlg .x-dlg-bg{
150
+ opacity:.90;-moz-opacity:.90;filter:alpha(opacity=85);
151
+ zoom:1;
152
+ }
153
+ .x-dlg .x-dlg-bg-left,.x-dlg .x-dlg-bg-center,.x-dlg .x-dlg-bg-right{
154
+ }
155
+ .x-dlg .x-dlg-bg-center {
156
+ padding: 0px 4px 4px 4px;
157
+ background:transparent url(../images/vista/basic-dialog/bg-center.gif) repeat-x bottom;
158
+ zoom:1;
159
+ }
160
+ .x-dlg .x-dlg-bg-left{
161
+ padding-left:4px;
162
+ background:transparent url(../images/vista/basic-dialog/bg-left.gif) no-repeat bottom left;
163
+ zoom:1;
164
+ }
165
+ .x-dlg .x-dlg-bg-right{
166
+ padding-right:4px;
167
+ background:transparent url(../images/vista/basic-dialog/bg-right.gif) no-repeat bottom right;
168
+ zoom:1;
169
+ }
170
+ .x-dlg .x-tabs-top .x-tabs-body{
171
+ border:0 none;
172
+ }
173
+ .x-dlg .x-tabs-bottom .x-tabs-body{
174
+ border:1px solid #b3b6b0;
175
+ border-bottom:0 none;
176
+ }
177
+ .x-dlg .x-layout-container .x-tabs-body{
178
+ border:0 none;
179
+ }
180
+ .x-dlg .x-dlg-close {
181
+ background-image:url(../images/vista/basic-dialog/close.gif);
182
+ }
183
+ .x-dlg .x-dlg-collapse {
184
+ background-image:url(../images/vista/basic-dialog/collapse.gif);
185
+ }
186
+ .x-dlg-collapsed .x-dlg-collapse {
187
+ background-image:url(../images/vista/basic-dialog/expand.gif);
188
+ }
189
+ .x-dlg div.x-resizable-handle-east{
190
+ background-image:url(../images/vista/s.gif);
191
+ border:0 none;
192
+ }
193
+ .x-dlg div.x-resizable-handle-south{
194
+ background-image:url(../images/vista/s.gif);
195
+ border:0 none;
196
+ }
197
+ .x-dlg div.x-resizable-handle-west{
198
+ background-image:url(../images/vista/s.gif);
199
+ border:0 none;
200
+ }
201
+ .x-dlg div.x-resizable-handle-southeast{
202
+ background-image:url(../images/vista/s.gif);
203
+ background-position: bottom right;
204
+ width:8px;
205
+ height:8px;
206
+ border:0;
207
+ }
208
+ .x-dlg div.x-resizable-handle-southwest{
209
+ background-image:url(../images/vista/s.gif);
210
+ background-position: top right;
211
+ margin-left:1px;
212
+ margin-bottom:1px;
213
+ border:0;
214
+ }
215
+ .x-dlg div.x-resizable-handle-north{
216
+ background-image:url(../images/vista/s.gif);
217
+ border:0 none;
218
+ }
219
+
220
+ /* QuickTips */
221
+
222
+ .x-tip .x-tip-top {
223
+ background-image: url(../images/vista/qtip/tip-sprite.gif);
224
+ }
225
+ .x-tip .x-tip-top-left {
226
+ background-image: url(../images/vista/qtip/tip-sprite.gif);
227
+ }
228
+ .x-tip .x-tip-top-right {
229
+ background-image: url(../images/vista/qtip/tip-sprite.gif);
230
+ }
231
+ .x-tip .x-tip-ft {
232
+ background-image: url(../images/vista/qtip/tip-sprite.gif);
233
+ }
234
+ .x-tip .x-tip-ft-left {
235
+ background-image: url(../images/vista/qtip/tip-sprite.gif);
236
+ }
237
+ .x-tip .x-tip-ft-right {
238
+ background-image: url(../images/vista/qtip/tip-sprite.gif);
239
+ }
240
+ .x-tip .x-tip-bd-left {
241
+ background-image: url(../images/vista/qtip/tip-sprite.gif);
242
+ }
243
+ .x-tip .x-tip-bd-right {
244
+ background-image: url(../images/vista/qtip/tip-sprite.gif);
245
+ }
246
+
247
+ .x-tip .x-tip-bd-inner {
248
+ padding:2px;
249
+ }
250
+
251
+ /* BorderLayout */
252
+ .x-layout-container{
253
+ background:#4f4f4f;
254
+ }
255
+ .x-layout-collapsed{
256
+ background-color:#9f9f9f;
257
+ border:1px solid #4c535c;
258
+ }
259
+ .x-layout-collapsed-over{
260
+ background-color:#bfbfbf;
261
+ }
262
+ .x-layout-panel{
263
+ border:1px solid #4c535c;
264
+ }
265
+ .x-layout-nested-layout .x-layout-panel {
266
+ border:0 none;
267
+ }
268
+ .x-layout-split{
269
+ background-color:#f3f2e7;
270
+ }
271
+ .x-layout-panel-hd{
272
+ background-image: url(../images/vista/layout/panel-title-bg.gif);
273
+ border-bottom:1px solid #b5bac1;
274
+ color:white;
275
+ }
276
+ .x-layout-panel-hd-text{
277
+ color:white;
278
+ }
279
+ .x-layout-tools-button-over{
280
+ border:1px solid #4c535c;
281
+ background:#9f9f9f url(../images/vista/layout/panel-title-bg.gif) repeat-x;
282
+ }
283
+ .x-layout-close{
284
+ background-image:url(../images/vista/layout/tab-close.gif);
285
+ }
286
+
287
+ .x-layout-stick{
288
+ background-image:url(../images/vista/layout/stick.gif);
289
+ }
290
+ .x-layout-collapse-west,.x-layout-expand-east{
291
+ background-image:url(../images/vista/layout/collapse.gif);
292
+ }
293
+ .x-layout-expand-west,.x-layout-collapse-east{
294
+ background-image:url(../images/vista/layout/expand.gif);
295
+ }
296
+ .x-layout-collapse-north,.x-layout-expand-south{
297
+ background-image:url(../images/vista/layout/ns-collapse.gif);
298
+ }
299
+ .x-layout-expand-north,.x-layout-collapse-south{
300
+ background-image:url(../images/vista/layout/ns-expand.gif);
301
+ }
302
+ .x-layout-split-h{
303
+ background:#9f9f9f;
304
+ }
305
+ .x-layout-split-v{
306
+ background:#9f9f9f;
307
+ }
308
+ .x-layout-panel .x-tabs-wrap{
309
+ background:#4f4f4f;
310
+ }
311
+ .x-layout-nested-layout .x-layout-panel-north {
312
+ border-bottom:1px solid #4c535c;
313
+ }
314
+ .x-layout-nested-layout .x-layout-panel-south {
315
+ border-top:1px solid #4c535c;
316
+ }
317
+ .x-layout-nested-layout .x-layout-panel-east {
318
+ border-left:1px solid #4c535c;
319
+ }
320
+ .x-layout-nested-layout .x-layout-panel-west {
321
+ border-right:1px solid #4c535c;
322
+ }
323
+ .x-layout-panel-dragover {
324
+ border: 2px solid #4c535c;
325
+ }
326
+ .x-layout-panel-proxy {
327
+ background-image: url(../images/vista/layout/gradient-bg.gif);
328
+ background-color:#f3f2e7;
329
+ border:1px dashed #4c535c;
330
+ }
331
+
332
+ .x-layout-container .x-layout-tabs-body{
333
+ border:0 none;
334
+ }
335
+ /** Resizable */
336
+
337
+ .x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-east{
338
+ background:url(../images/vista/sizer/e-handle.gif);
339
+ background-position: left;
340
+ }
341
+ .x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-west{
342
+ background:url(../images/vista/sizer/e-handle.gif);
343
+ background-position: left;
344
+ }
345
+ .x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-south{
346
+ background:url(../images/vista/sizer/s-handle.gif);
347
+ background-position: top;
348
+ }
349
+ .x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-north{
350
+ background:url(../images/vista/sizer/s-handle.gif);
351
+ background-position: top;
352
+ }
353
+ .x-resizable-over .x-resizable-handle-southeast, .x-resizable-pinned .x-resizable-handle-southeast{
354
+ background:url(../images/vista/sizer/se-handle.gif);
355
+ background-position: top left;
356
+ }
357
+ .x-resizable-over .x-resizable-handle-northwest,.x-resizable-pinned .x-resizable-handle-northwest{
358
+ background:url(../images/vista/sizer/nw-handle.gif);
359
+ background-position:bottom right;
360
+ }
361
+ .x-resizable-over .x-resizable-handle-northeast,.x-resizable-pinned .x-resizable-handle-northeast{
362
+ background:url(../images/vista/sizer/ne-handle.gif);
363
+ background-position: bottom left;
364
+ }
365
+ .x-resizable-over .x-resizable-handle-southwest,.x-resizable-pinned .x-resizable-handle-southwest{
366
+ background:url(../images/vista/sizer/sw-handle.gif);
367
+ background-position: top right;
368
+ }
369
+ .x-resizable-proxy{
370
+ border: 1px dashed #615e55;
371
+ }
372
+
373
+ /** Toolbar */
374
+ .x-toolbar{
375
+ border:0 none;
376
+ background: #efefe3 url(../images/vista/toolbar/gray-bg.gif) repeat-x;
377
+ padding:3px;
378
+ }
379
+ .x-toolbar .ytb-button-over{
380
+ border:1px solid transparent;
381
+ border-bottom:1px solid #bbbbbb;
382
+ border-top:1px solid #eeeeee;
383
+ background:#9f9f9f url(../images/vista/grid/grid-vista-hd.gif) repeat-x;
384
+ }
385
+
386
+ .x-paging-info {
387
+ color:#000;
388
+ }
389
+ /* grid */
390
+ .x-grid-topbar .x-toolbar{
391
+ border:0;
392
+ border-bottom:1px solid #555;
393
+ }
394
+ .x-grid-bottombar .x-toolbar{
395
+ border:0;
396
+ border-top:1px solid #555;
397
+ }
398
+ .x-grid-locked .x-grid-body td {
399
+ background: #fafafa;
400
+ border-right: 1px solid #e1e1e1;
401
+ border-bottom: 1px solid #e1e1e1 !important;
402
+ }
403
+ .x-grid-locked .x-grid-body td .x-grid-cell-inner {
404
+ border-top:0 none;
405
+ }
406
+ .x-grid-locked .x-grid-row-alt td{
407
+ background: #f1f1f1;
408
+ }
409
+ .x-grid-locked .x-grid-row-selected td{
410
+ color: #fff !important;
411
+ background-color: #316ac5 !important;
412
+ }
413
+ .x-grid-hd{
414
+ border-bottom:0;
415
+ background:none;
416
+ }
417
+ .x-grid-hd-row{
418
+ height:auto;
419
+ }
420
+ .x-grid-split {
421
+ background-image: url(../images/vista/grid/grid-split.gif);
422
+ }
423
+ .x-grid-header{
424
+ background: url(../images/vista/grid/grid-vista-hd.gif);
425
+ border:0 none;
426
+ border-bottom:1px solid #555;
427
+ }
428
+ .x-grid-row-alt{
429
+ background-color: #f5f5f5;
430
+ }
431
+ .x-grid-row-over td{
432
+ background-color:#eeeeee;
433
+ }
434
+ .x-grid-col {
435
+ border-right: 1px solid #eee;
436
+ border-bottom: 1px solid #eee;
437
+ }
438
+ .x-grid-header .x-grid-hd-inner {
439
+ padding-bottom: 1px;
440
+ }
441
+ .x-grid-header .x-grid-hd-text {
442
+ padding-bottom: 3px;
443
+ color:#333333;
444
+ }
445
+ .x-grid-hd-over .x-grid-hd-inner {
446
+ border-bottom: 1px solid #555;
447
+ padding-bottom: 0;
448
+ }
449
+ .x-grid-hd-over .x-grid-hd-text {
450
+ background-color: #fafafa;
451
+ border-bottom: 1px solid #555;
452
+ padding-bottom: 2px;
453
+ }
454
+ .x-grid-header .sort-asc .x-grid-hd-inner, .x-grid-header .sort-desc .x-grid-hd-inner {
455
+ border-bottom: 1px solid #555;
456
+ padding-bottom: 0;
457
+ }
458
+ .x-grid-header .sort-asc .x-grid-hd-text, .x-grid-header .sort-desc .x-grid-hd-text {
459
+ border-bottom: 1px solid #3b5a82;
460
+ padding-bottom: 2px;
461
+ }
462
+ .x-dd-drag-proxy .x-grid-hd-inner{
463
+ background: url(../images/vista/grid/grid-vista-hd.gif) repeat-x;
464
+ height:22px;
465
+ width:120px;
466
+ }
467
+ .x-props-grid .x-grid-col-name{
468
+ background-color: #eee;
469
+ }
470
+ /* toolbar */
471
+ .x-toolbar .ytb-sep{
472
+ background-image: url(../images/vista/grid/grid-split.gif);
473
+ }
474
+
475
+ .x-toolbar .x-btn-over .x-btn-left{
476
+ background:url(../images/vista/toolbar/tb-btn-sprite.gif) no-repeat 0 0px;
477
+ }
478
+ .x-toolbar .x-btn-over .x-btn-right{
479
+ background:url(../images/vista/toolbar/tb-btn-sprite.gif) no-repeat 0 -21px;
480
+ }
481
+ .x-toolbar .x-btn-over .x-btn-center{
482
+ background:url(../images/vista/toolbar/tb-btn-sprite.gif) repeat-x 0 -42px;
483
+ }
484
+
485
+ .x-toolbar .x-btn-click .x-btn-left, .x-toolbar .x-btn-pressed .x-btn-left, .x-toolbar .x-btn-menu-active .x-btn-left{
486
+ background:url(../images/vista/toolbar/tb-btn-sprite.gif) no-repeat 0 -63px;
487
+ }
488
+ .x-toolbar .x-btn-click .x-btn-right, .x-toolbar .x-btn-pressed .x-btn-right, .x-toolbar .x-btn-menu-active .x-btn-right{
489
+ background:url(../images/vista/toolbar/tb-btn-sprite.gif) no-repeat 0 -84px;
490
+ }
491
+ .x-toolbar .x-btn-click .x-btn-center, .x-toolbar .x-btn-pressed .x-btn-center, .x-toolbar .x-btn-menu-active .x-btn-center{
492
+ background:url(../images/vista/toolbar/tb-btn-sprite.gif) repeat-x 0 -105px;
493
+ }
494
+
495
+ /* combo box */
496
+ .x-combo-list {
497
+ border:1px solid #999;
498
+ background:#dddddd;
499
+ }
500
+ .x-combo-list-hd {
501
+ background-image: url(../images/vista/layout/panel-title-bg.gif);
502
+ border-bottom:1px solid #b5bac1;
503
+ color:white;
504
+ }
505
+ .x-resizable-pinned .x-combo-list-inner {
506
+ border-bottom:1px solid #aaa;
507
+ }
508
+ .x-combo-list .x-combo-selected{
509
+ background:#ddd !important;
510
+ border:1px solid #aaa;
511
+ }