xtheme-darkgray.css 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625
  1. /*
  2. * Ext JS Library 2.0 Alpha 1
  3. * Copyright(c) 2006-2007, Ext JS, LLC.
  4. *
  5. * @license LGPL
  6. * @author Kemal Tunador <tunador@madrabaz.com>
  7. */
  8. .x-panel {
  9. border-style: solid;
  10. border-color: #777777;
  11. }
  12. .x-panel-header {
  13. color:#eeeeee;
  14. border:1px solid #777777;
  15. background-image:url(../images/darkgray/panel/white-top-bottom.gif);
  16. }
  17. .x-panel-body {
  18. border-color:#777777;
  19. }
  20. .x-panel-bbar .x-toolbar {
  21. border-color:#777777;
  22. }
  23. .x-panel-tbar .x-toolbar {
  24. border-color:#777777;
  25. }
  26. .x-panel-tbar-noheader .x-toolbar, .x-panel-mc .x-panel-tbar .x-toolbar {
  27. border-color:#777777;
  28. }
  29. .x-panel-body-noheader, .x-panel-mc .x-panel-body {
  30. border-color:#777777;
  31. }
  32. .x-panel-tl .x-panel-header {
  33. color:#eeeeee;
  34. }
  35. .x-panel-tc {
  36. background-image:url(../images/darkgray/panel/top-bottom.gif);
  37. }
  38. .x-panel-tl {
  39. background-image:url(../images/darkgray/panel/corners-sprite.gif);
  40. border-color:#777777;
  41. }
  42. .x-panel-tr {
  43. background-image:url(../images/darkgray/panel/corners-sprite.gif);
  44. }
  45. .x-panel-bc {
  46. background-image:url(../images/darkgray/panel/top-bottom.gif);
  47. }
  48. .x-panel-bl {
  49. background-image:url(../images/darkgray/panel/corners-sprite.gif);
  50. }
  51. .x-panel-br {
  52. background-image:url(../images/darkgray/panel/corners-sprite.gif);
  53. }
  54. .x-panel-mc {
  55. background:#888888;
  56. color:#f9f9f9; /*ADDED*/
  57. }
  58. .x-panel-mc .x-panel-body {
  59. background:transparent;
  60. border: 0 none;
  61. }
  62. .x-panel-ml {
  63. background-image:url(../images/darkgray/panel/left-right.gif);
  64. }
  65. .x-panel-mr {
  66. background-image:url(../images/darkgray/panel/left-right.gif);
  67. }
  68. /* Grid */
  69. .x-grid3-row {
  70. color:#000000;
  71. }
  72. .x-grid3-row-over {
  73. border:1px solid #dddddd;
  74. background-image:url(../images/darkgray/grid/row-over.gif);
  75. }
  76. .x-grid3-header{
  77. background-image:url(../images/darkgray/grid/grid3-hrow.gif);
  78. }
  79. .x-grid3-header-pop-inner {
  80. border-left:1px solid #eee;
  81. background-image:url(../images/darkgray/grid/hd-pop.gif);
  82. }
  83. td.x-grid3-hd-over, td.sort-desc, td.sort-asc, td.x-grid3-hd-menu-open {
  84. border-left:1px solid #668899;
  85. border-right:1px solid #668899;
  86. color: #000000;
  87. }
  88. td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-asc .x-grid3-hd-inner, td.x-grid3-hd-menu-open .x-grid3-hd-inner {
  89. background-image:url(../images/darkgray/grid/grid3-hrow-over.gif);
  90. }
  91. .x-dd-drag-proxy .x-grid3-hd-inner{
  92. background-image:url(../images/darkgray/grid/grid3-hrow-over.gif);
  93. }
  94. .x-grid3-locked td.x-grid3-row-marker, .x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker{
  95. background-image:url(../images/darkgray/grid/grid-hrow.gif);
  96. color:black;
  97. border-top:1px solid white;
  98. border-right:1px solid #6fa0df !important;
  99. }
  100. .x-props-grid .x-grid3-td-name .x-grid3-cell-inner{
  101. background-image:url(../images/darkgray/grid/grid3-special-col-bg.gif);
  102. color:black !important;
  103. }
  104. .x-grid3-hd-btn {
  105. background-image:url(../images/darkgray/grid/grid3-hd-btn.gif);
  106. }
  107. .x-grid3-body .x-grid3-td-expander {
  108. background-image:url(../images/darkgray/grid/grid3-special-col-bg.gif);
  109. }
  110. .x-grid3-body .x-grid3-td-checker {
  111. background-image:url(../images/darkgray/grid/grid3-special-col-bg.gif);
  112. }
  113. .x-grid3-body .x-grid3-td-numberer {
  114. background-image:url(../images/darkgray/grid/grid3-special-col-bg.gif);
  115. }
  116. .x-grid3-body .x-grid3-row-selected .x-grid3-td-numberer,
  117. .x-grid3-body .x-grid3-row-selected .x-grid3-td-checker,
  118. .x-grid3-body .x-grid3-row-selected .x-grid3-td-expander {
  119. background-image:url(../images/darkgray/grid/grid3-special-col-sel-bg.gif);
  120. }
  121. .x-grid3-row-selected {
  122. color: #eeeeee;
  123. background: #555759;
  124. border:1px dotted #111111;
  125. }
  126. /* Menu */
  127. .x-menu {
  128. border: 1px solid #333333;
  129. background-image:url(../images/darkgray/menu/menu.gif);
  130. }
  131. .x-menu-sep {
  132. background-color:#e6e6e6;
  133. border-bottom:1px solid #bfbfbf;
  134. }
  135. .x-menu-item-active {
  136. background-image:url(../images/darkgray/menu/item-over.gif);
  137. border:1px solid #aaaaaa;
  138. }
  139. /* Tools */
  140. .x-tool {
  141. background-image:url(../images/darkgray/panel/tool-sprites.gif);
  142. }
  143. /* Ghosting */
  144. .x-panel-ghost {
  145. background:#888888;
  146. }
  147. .x-panel-ghost ul {
  148. border-color:#555555;
  149. }
  150. .x-grid-panel .x-panel-mc .x-panel-body {
  151. border:1px solid #777777;
  152. }
  153. /* Buttons */
  154. .x-btn-text{
  155. color: #eee;
  156. }
  157. .x-btn-left{
  158. background-image:url(../images/darkgray/button/btn-sprite.gif);
  159. }
  160. .x-btn-right{
  161. background-image:url(../images/darkgray/button/btn-sprite.gif);
  162. }
  163. .x-btn-center{
  164. background-image:url(../images/darkgray/button/btn-sprite.gif);
  165. }
  166. /* Layout classes */
  167. .x-border-layout-ct {
  168. background:#abadaf; /* f1f2f4 */
  169. }
  170. .x-accordion-hd {
  171. background-image:url(../images/darkgray/panel/light-hd.gif);
  172. }
  173. .x-layout-collapsed{
  174. background-color:#777777;
  175. border-color:#555555;
  176. }
  177. .x-layout-collapsed-over{
  178. background-color:#888888;
  179. }
  180. /* qtips */
  181. .x-tip .x-tip-close{
  182. background-image: url(../images/darkgray/qtip/close.gif);
  183. }
  184. .x-tip .x-tip-tc {
  185. background-image:url(../images/darkgray/qtip/tip-sprite.gif);
  186. }
  187. .x-tip .x-tip-tl {
  188. background-image:url(../images/darkgray/qtip/tip-sprite.gif);
  189. }
  190. .x-tip .x-tip-tr {
  191. background-image:url(../images/darkgray/qtip/tip-sprite.gif);
  192. }
  193. .x-tip .x-tip-bc {
  194. background-image:url(../images/darkgray/qtip/tip-sprite.gif);
  195. }
  196. .x-tip .x-tip-bl {
  197. background-image:url(../images/darkgray/qtip/tip-sprite.gif);
  198. }
  199. .x-tip .x-tip-br {
  200. background-image:url(../images/darkgray/qtip/tip-sprite.gif);
  201. }
  202. .x-tip .x-tip-ml {
  203. background-image:url(../images/darkgray/qtip/tip-sprite.gif);
  204. }
  205. .x-tip .x-tip-mr {
  206. background-image:url(../images/darkgray/qtip/tip-sprite.gif);
  207. }
  208. .x-tip .x-tip-header-text {
  209. color:#eeeeee;
  210. }
  211. .x-tip .x-tip-body {
  212. color:#eeeeee;
  213. }
  214. /* Toolbars */
  215. .x-toolbar{
  216. border-color:#777777;
  217. background:#9c9c9c url(../images/darkgray/toolbar/bg.gif) repeat-x top left;
  218. }
  219. .x-toolbar button {
  220. color:#e5e5e5;
  221. }
  222. .x-toolbar .x-btn-menu-arrow-wrap .x-btn-center button {
  223. background-image:url(../images/darkgray/toolbar/btn-arrow.gif);
  224. }
  225. .x-toolbar .x-btn-text-icon .x-btn-menu-arrow-wrap .x-btn-center button {
  226. background-image:url(../images/darkgray/toolbar/btn-arrow.gif);
  227. }
  228. .x-toolbar .x-btn-over .x-btn-left{
  229. background-image:url(../images/darkgray/toolbar/tb-btn-sprite.gif);
  230. }
  231. .x-toolbar .x-btn-over .x-btn-right{
  232. background-image:url(../images/darkgray/toolbar/tb-btn-sprite.gif);
  233. }
  234. .x-toolbar .x-btn-over .x-btn-center{
  235. background-image:url(../images/darkgray/toolbar/tb-btn-sprite.gif);
  236. }
  237. .x-toolbar .x-btn-over button {
  238. color:#eeeeee;
  239. }
  240. .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{
  241. background-image:url(../images/darkgray/toolbar/tb-btn-sprite.gif);
  242. }
  243. .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{
  244. background-image:url(../images/darkgray/toolbar/tb-btn-sprite.gif);
  245. }
  246. .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{
  247. background-image:url(../images/darkgray/toolbar/tb-btn-sprite.gif);
  248. }
  249. .x-toolbar .ytb-sep {
  250. background-image: url(../images/darkgray/grid/grid-split.gif);
  251. }
  252. .x-paging-info {
  253. color:#f9f9f9;
  254. }
  255. /* Form */
  256. .x-form-field-wrap .x-form-trigger{
  257. background-image:url(../images/darkgray/form/trigger.gif);
  258. border-bottom: 1px solid #a5a5a5;
  259. }
  260. .x-form-field-wrap .x-form-date-trigger{
  261. background-image: url(../images/darkgray/form/date-trigger.gif);
  262. }
  263. .x-form-field-wrap .x-form-clear-trigger{
  264. background-image: url(../images/darkgray/form/clear-trigger.gif);
  265. }
  266. .x-form-field-wrap .x-form-search-trigger{
  267. background-image: url(../images/darkgray/form/search-trigger.gif);
  268. }
  269. .x-form-text, textarea.x-form-field{
  270. border: 1px solid #a5a5a5;
  271. }
  272. .x-form-select-one {
  273. border: 1px solid #a5a5a5;
  274. }
  275. .x-item-disabled .x-form-trigger-over{
  276. border-bottom: 1px solid #a5a5a5;
  277. }
  278. .x-item-disabled .x-form-trigger-click{
  279. border-bottom: 1px solid #a5a5a5;
  280. }
  281. .x-form fieldset {
  282. border:1px solid #a5a5a5;
  283. }
  284. .x-trigger-wrap-focus .x-form-trigger{
  285. border-bottom: 1px solid #929292;
  286. }
  287. .x-form-focus, textarea.x-form-focus{
  288. border: 1px solid #929292;
  289. }
  290. /* Tabs */
  291. .x-tab-panel-header, .x-tab-panel-footer {
  292. background: #646464;
  293. border-color:#777777;
  294. }
  295. .x-tab-panel-header {
  296. border-color:#777777;
  297. }
  298. .x-tab-panel-footer {
  299. border-color:#777777;
  300. }
  301. ul.x-tab-strip-top{
  302. background:#7a7a7a url(../images/darkgray/tabs/tab-strip-bg.gif) repeat-x left top;
  303. border-color:#777777;
  304. padding-top: 2px;
  305. }
  306. ul.x-tab-strip-bottom{
  307. background-image:url(../images/darkgray/tabs/tab-strip-btm-bg.gif);
  308. border-color:#777777;
  309. }
  310. .x-tab-strip span.x-tab-strip-text {
  311. color:#dddddd;
  312. }
  313. .x-tab-strip-over span.x-tab-strip-text {
  314. color:#ffff;
  315. }
  316. .x-tab-strip-active span.x-tab-strip-text {
  317. color:#eeeeee;
  318. }
  319. .x-tab-strip-disabled .x-tabs-text {
  320. color:#888888;
  321. }
  322. .x-tab-strip-top .x-tab-right {
  323. background-image:url(../images/darkgray/tabs/tabs-sprite.gif);
  324. }
  325. .x-tab-strip-top .x-tab-left {
  326. background-image:url(../images/darkgray/tabs/tabs-sprite.gif);
  327. }
  328. .x-tab-strip-top .x-tab-strip-inner {
  329. background-image:url(../images/darkgray/tabs/tabs-sprite.gif);
  330. }
  331. .x-tab-strip-bottom .x-tab-right {
  332. background-image:url(../images/darkgray/tabs/tab-btm-inactive-right-bg.gif);
  333. }
  334. .x-tab-strip-bottom .x-tab-left {
  335. background-image:url(../images/darkgray/tabs/tab-btm-inactive-left-bg.gif);
  336. }
  337. .x-tab-strip-bottom .x-tab-strip-active .x-tab-right {
  338. background-image:url(../images/darkgray/tabs/tab-btm-right-bg.gif);
  339. }
  340. .x-tab-strip-bottom .x-tab-strip-active .x-tab-left {
  341. background-image:url(../images/darkgray/tabs/tab-btm-left-bg.gif);
  342. }
  343. .x-tab-strip .x-tab-strip-closable a.x-tab-strip-close {
  344. background-image:url(../images/darkgray/tabs/tab-close.gif);
  345. }
  346. .x-tab-strip .x-tab-strip-closable a.x-tab-strip-close:hover{
  347. background-image:url(../images/darkgray/tabs/tab-close.gif);
  348. }
  349. .x-tab-panel-body {
  350. border-color:#777777;
  351. background:#eeeeee;
  352. }
  353. .x-tab-panel-bbar .x-toolbar {
  354. border-color: #777777;
  355. }
  356. .x-tab-panel-tbar .x-toolbar {
  357. border-color: #777777;
  358. }
  359. .x-tab-panel-header-plain .x-tab-strip-spacer {
  360. border-color:#777777;
  361. background: #e7e7e7;
  362. }
  363. .x-tab-scroller-left {
  364. background-image: url(../images/darkgray/tabs/scroll-left.gif);
  365. border-color:#aeaeae;
  366. }
  367. .x-tab-scroller-right {
  368. background-image: url(../images/darkgray/tabs/scroll-right.gif);
  369. border-color:#aeaeae;
  370. }
  371. /* Buttons */
  372. .x-btn-menu-arrow-wrap .x-btn-center button {
  373. background-image:url(../images/darkgray/button/btn-arrow.gif);
  374. }
  375. .x-btn-with-menu .x-btn-center em {
  376. background-image:url(../images/darkgray/toolbar/btn-arrow.gif);
  377. }
  378. .x-btn-text-icon .x-btn-with-menu .x-btn-center em {
  379. background-image:url(../images/darkgray/toolbar/btn-arrow-light.gif);
  380. }
  381. /* Window */
  382. .x-window-proxy {
  383. background:#e0e0e0;
  384. border-color:#b0b0b0;
  385. }
  386. .x-window-tl .x-window-header {
  387. color:#eeeeee;
  388. }
  389. .x-window-tc {
  390. background-image:url(../images/darkgray/window/top-bottom.png);
  391. }
  392. .x-window-tl {
  393. background-image:url(../images/darkgray/window/left-corners.png);
  394. }
  395. .x-window-tr {
  396. background-image:url(../images/darkgray/window/right-corners.png);
  397. }
  398. .x-window-bc {
  399. background-image:url(../images/darkgray/window/top-bottom.png);
  400. }
  401. .x-window-bl {
  402. background-image:url(../images/darkgray/window/left-corners.png);
  403. }
  404. .x-window-br {
  405. background-image:url(../images/darkgray/window/right-corners.png);
  406. }
  407. .x-window-mc {
  408. border:1px solid #555555;
  409. background:#aaaaaa;
  410. }
  411. .x-window-ml {
  412. background-image:url(../images/darkgray/window/left-right.png);
  413. }
  414. .x-window-mr {
  415. background-image:url(../images/darkgray/window/left-right.png);
  416. }
  417. .x-panel-ghost .x-window-tl {
  418. border-color:#555555;
  419. }
  420. .x-panel-collapsed .x-window-tl {
  421. border-color:#555555;
  422. }
  423. .x-window-plain .x-window-mc {
  424. background: #999;
  425. border-right:1px solid #eee;
  426. border-bottom:1px solid #eee;
  427. border-top:1px solid #555555;
  428. border-left:1px solid #555555;
  429. }
  430. .x-window-plain .x-window-body {
  431. border-left:1px solid #eee;
  432. border-top:1px solid #eee;
  433. border-bottom:1px solid #555555;
  434. border-right:1px solid #555555;
  435. background:transparent !important;
  436. }
  437. body.x-body-masked .x-window-mc, body.x-body-masked .x-window-plain .x-window-mc {
  438. background-color: #999;
  439. }
  440. /* Date Picker */
  441. .x-date-picker {
  442. border: 1px solid #000000;
  443. background:#eeeeee;
  444. }
  445. .x-date-middle,.x-date-left,.x-date-right {
  446. background-image: url(../images/darkgray/shared/hd-sprite.gif);
  447. }
  448. .x-date-middle .x-btn-with-menu .x-btn-center em {
  449. background-image:url(../images/darkgray/toolbar/btn-arrow-light.gif);
  450. }
  451. .x-date-right a {
  452. background-image: url(../images/darkgray/shared/right-btn.gif);
  453. }
  454. .x-date-left a{
  455. background-image: url(../images/darkgray/shared/left-btn.gif);
  456. }
  457. .x-date-inner th {
  458. background-image:url(../images/darkgray/shared/glass-bg.gif);
  459. border-bottom: 1px solid #333333;
  460. color:#eeeef2;
  461. }
  462. .x-date-inner .x-date-selected a{
  463. background-image:url(../images/darkgray/shared/glass-bg.gif);
  464. border:1px solid #333333;
  465. color:#eeeef2;
  466. }
  467. .x-date-bottom {
  468. border-top: 1px solid #333333;
  469. background-image:url(../images/darkgray/shared/glass-bg.gif);
  470. }
  471. .x-date-mp-btns {
  472. background-image:url(../images/darkgray/shared/glass-bg.gif);
  473. }
  474. td.x-date-mp-sel a {
  475. background-image:url(../images/darkgray/shared/glass-bg.gif);
  476. border:1px solid #000000;
  477. color: #eeeef2;
  478. }
  479. .x-date-mp-ybtn a {
  480. background-image:url(../images/darkgray/panel/tool-sprites.gif);
  481. }
  482. .x-date-mp-btns button {
  483. background-image:url(../images/darkgray/shared/glass-bg.gif);
  484. border-color: #555555 #000000 #000000 #555555;
  485. }
  486. .x-date-inner a:hover, .x-date-inner .x-date-disabled a:hover{
  487. color:#eeeef2;
  488. background: #333333;
  489. }
  490. td.x-date-mp-month a:hover,td.x-date-mp-year a:hover {
  491. color:#eeeef2;
  492. background: #333333;
  493. }
  494. /* misc */
  495. .x-html-editor-wrap {
  496. border-color:#d0d0d0;
  497. }
  498. /* Borders go last for specificity */
  499. .x-panel-noborder .x-panel-body-noborder {
  500. border-width:0;
  501. }
  502. .x-panel-noborder .x-panel-header-noborder {
  503. border-width:0;
  504. border-bottom:1px solid #d0d0d0;
  505. }
  506. .x-panel-noborder .x-panel-tbar-noborder .x-toolbar {
  507. border-width:0;
  508. border-bottom:1px solid #d0d0d0;
  509. }
  510. .x-panel-noborder .x-panel-bbar-noborder .x-toolbar {
  511. border-width:0;
  512. border-top:1px solid #d0d0d0;
  513. }
  514. .x-window-noborder .x-window-mc {
  515. border-width:0;
  516. }
  517. .x-window-plain .x-window-body-noborder {
  518. border-width:0;
  519. }
  520. .x-tab-panel-noborder .x-tab-panel-body-noborder {
  521. border-width:0;
  522. }
  523. .x-tab-panel-noborder .x-tab-panel-header-noborder {
  524. border-top-width:0;
  525. border-left-width:0;
  526. border-right-width:0;
  527. }
  528. .x-tab-panel-noborder .x-tab-panel-footer-noborder {
  529. border-bottom-width:0;
  530. border-left-width:0;
  531. border-right-width:0;
  532. }
  533. .x-tab-panel-bbar-noborder .x-toolbar {
  534. border-width:0;
  535. border-top:1px solid #d0d0d0;
  536. }
  537. .x-tab-panel-tbar-noborder .x-toolbar {
  538. border-width:0;
  539. border-bottom:1px solid #d0d0d0;
  540. }
  541. .x-form-invalid-tip .x-tip-br {
  542. background-position: right 0;
  543. }
  544. .x-form-invalid-tip .x-tip-bl {
  545. background-position: 0 0;
  546. }
  547. .x-form-invalid-tip .x-tip-bc {
  548. border-bottom:1px solid black;
  549. height:0;
  550. }
  551. .x-form-invalid-tip .x-tip-tc {
  552. border-top:1px solid black;
  553. padding-top:0;
  554. }