317140f8c14015ccc74102913eebb8206efba72f.svn-base 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253
  1. /*
  2. * Ext JS Library 2.0
  3. * Copyright(c) 2006-2007, Ext JS, LLC.
  4. * licensing@extjs.com
  5. *
  6. * http://extjs.com/license
  7. */
  8. html, body {
  9. font: normal 12px tahoma, arial, verdana, sans-serif;
  10. margin: 0;
  11. padding: 0;
  12. border: 0 none;
  13. overflow: hidden;
  14. height: 100%;
  15. }
  16. .ext-el-mask {
  17. background:#dadadb;
  18. }
  19. .x-grid3-td-title b {
  20. font-family:tahoma, verdana;
  21. display:block;
  22. color:#333;
  23. }
  24. .x-grid3-td-title b i {
  25. font-weight:normal;
  26. font-style: normal;
  27. color:#000;
  28. }
  29. .x-grid3-td-title .topic {
  30. padding-left:20px;
  31. background:transparent url(images/post.gif) no-repeat 0 2px;
  32. }
  33. .x-grid3-td-title .x-grid3-cell-inner {
  34. white-space:normal;
  35. }
  36. .x-grid3-td-title a {
  37. color: #385F95;
  38. text-decoration:none;
  39. }
  40. .x-grid3-td-title a:hover {
  41. text-decoration:underline;
  42. }
  43. .details .x-btn-text {
  44. background-image: url(images/details.gif);
  45. }
  46. .msg-view {
  47. background-image: url(../shared/icons/fam/application_view_list.png) !important;
  48. }
  49. .add-feed {
  50. background-image: url(images/rss_add.gif) !important;
  51. }
  52. .preview-bottom {
  53. background-image: url(images/preview-bottom.gif) !important;
  54. }
  55. .preview-right {
  56. background-image: url(images/preview-right.gif) !important;
  57. }
  58. .preview-hide {
  59. background-image: url(images/preview-hide.gif) !important;
  60. }
  61. .tabs {
  62. background-image: url( ../desktop/images/tabs.gif ) !important;
  63. }
  64. .summary {
  65. background-image: url(images/details.gif) !important;
  66. }
  67. .x-grid3-row-body p {
  68. margin:5px 20px 10px 25px !important;
  69. color:#555;
  70. }
  71. .post-date {
  72. font-weight:bold;
  73. color:#333;
  74. }
  75. .author {
  76. color:#333;
  77. }
  78. .x-tree {
  79. background:#fff !important;
  80. }
  81. .x-border-layout-ct {
  82. background:transparent;
  83. }
  84. body.x-border-layout-ct {
  85. background:#c3d5ed url(images/bg.gif) repeat-x left top !important;
  86. }
  87. .x-layout-split {
  88. background-color:transparent !important;
  89. }
  90. .x-tree-node div.feeds-node{
  91. background:#eee url(images/cmp-bg.gif) repeat-x;
  92. margin-top:1px;
  93. border-top:1px solid #ddd;
  94. border-bottom:1px solid #ccc;
  95. padding-top:2px;
  96. padding-bottom:1px;
  97. }
  98. .feeds-node .x-tree-node-icon {
  99. display:none;
  100. }
  101. .forum-ct a span {
  102. font-weight:bold;
  103. color:#222;
  104. }
  105. .feed {
  106. border:1px solid #fff;
  107. margin:3px;
  108. }
  109. .feed .x-tree-ec-icon {
  110. display:none;
  111. }
  112. .feed-icon {
  113. background-image:url(images/rss.gif) !important;
  114. }
  115. .new-tab {
  116. background-image:url(images/new_tab.gif) !important;
  117. }
  118. .new-win {
  119. background-image:url(images/go-to-post.gif) !important;
  120. }
  121. .delete-icon {
  122. background-image:url(images/rss_delete.gif) !important;
  123. }
  124. .load-icon {
  125. background-image:url(images/rss_load.gif) !important;
  126. }
  127. .refresh-icon {
  128. background-image:url(../shared/icons/fam/table_refresh.png) !important;
  129. }
  130. .x-tree-selected {
  131. border:1px dotted #a3bae9;
  132. background:#DFE8F6;
  133. }
  134. .x-tree-node .x-tree-selected a span{
  135. background:transparent;
  136. color:#15428b;
  137. font-weight:bold;
  138. }
  139. #topic-grid .x-panel-tbar .x-toolbar {
  140. /* border-top:0 none; */
  141. }
  142. #main-tabs .x-tab-panel-body {
  143. background:transparent;
  144. border:0 none;
  145. }
  146. /* Preview classes */
  147. .preview .x-panel-body {
  148. background:#fff;
  149. color:#222;
  150. font:normal 12px tahoma,verdana,arial,sans-serif;
  151. }
  152. .preview .x-panel-body p {
  153. line-height:18px;
  154. margin:8px 0;
  155. }
  156. .preview .x-panel-body ul {
  157. margin-left:18px;
  158. }
  159. .preview .x-panel-body ul li {
  160. display:list-item;
  161. list-style-image:none !important;
  162. list-style-position:outside !important;
  163. list-style-type:disc !important;
  164. margin-left:18px;
  165. }
  166. .preview .x-panel-body pre, #preview .x-panel-body code {
  167. background:#f1f1f1;
  168. display:block;
  169. }
  170. .preview .x-panel-body h4.post-author {
  171. font-weight:normal;
  172. color:#555;
  173. font-size:11px;
  174. }
  175. .preview .x-panel-body span.post-date {
  176. font-weight:normal;
  177. color:#555;
  178. float:right;
  179. font-size:11px;
  180. }
  181. .preview .x-panel-body div.post-data {
  182. background:#f1f2f4;
  183. padding:5px;
  184. border-bottom:1px solid #dadadb;
  185. }
  186. .preview .x-panel-body div.post-body {
  187. padding:10px;
  188. }
  189. /*.single-preview .x-toolbar, #right-preview .preview .x-toolbar {
  190. border-top:0 none;
  191. }*/
  192. .reading-menu .x-menu-item-checked {
  193. border:1px dotted #a3bae9 !important;
  194. background:#DFE8F6;
  195. padding:0;
  196. }
  197. .x-tab-panel-header {
  198. border-bottom-width:0 !important;
  199. }
  200. #suggested {
  201. border-top:0 none;
  202. }
  203. #suggested a {
  204. text-decoration:none;
  205. font-size:11px;
  206. color:#15428B;
  207. display:block;
  208. padding:3px;
  209. float:right;
  210. margin-right:4px;
  211. }
  212. #suggested a:hover {
  213. text-decoration:underline;
  214. color:#15428B;
  215. }
  216. .x-combo-list-item {
  217. zoom:1;
  218. }
  219. .x-combo-list-item strong {
  220. color:#777;
  221. font-size:11px;
  222. font-style: normal;
  223. float:left;
  224. }
  225. .x-combo-list-item em {
  226. color:#222;
  227. font-size:12px;
  228. font-style: normal;
  229. float:left;
  230. width:325px;
  231. }
  232. .x-node-ctx {
  233. background:#eee !important;
  234. border:1px solid #ccc !important;
  235. }