a32f149e6a9dc166ce22cc6c129e2546e9ec7af4.svn-base 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536
  1. /*
  2. all
  3. */
  4. * {
  5. focus-rect:hidden;
  6. text-rect:hidden;
  7. font-family:SimSun;
  8. color:333333;
  9. font-size:12px !important;
  10. vertical-align:middle;
  11. }
  12. /*
  13. caption
  14. */
  15. /*
  16. caption title
  17. */
  18. .title {
  19. width:787px;
  20. height:14px;
  21. font-weight:bold;
  22. padding-left:16;
  23. background-image:../../images/tit.gif;
  24. }
  25. /*
  26. caption table
  27. */
  28. .cell {
  29. height:20px;
  30. font-size:12px;
  31. color:#1a3f56;
  32. text-align:center;
  33. background-color:#e4ecf5;
  34. border-color:#999999;
  35. border-style:solid;
  36. }
  37. .cell2 {
  38. height:20px;
  39. font-size:12px!important;
  40. color:#1a3f56;
  41. text-align:center;
  42. background-color:#dce5ec;
  43. border-color:#999999;
  44. border-style:solid;
  45. }
  46. .cell_line {
  47. height:20px;
  48. font-size:12px!important;
  49. color:#1a3f56;
  50. text-align:center;
  51. background-color:#e4ecf5;
  52. border-color:#999999;
  53. border-style:solid;
  54. text-decoration: underline;
  55. }
  56. .data {
  57. height:20px;
  58. border-color:#999999;
  59. border-style:solid;
  60. }
  61. .data_color {
  62. height:20px;
  63. border-color:#999999;
  64. border-style:solid;
  65. text-align:center;
  66. background-color:#f0eedd;
  67. }
  68. .data2 {
  69. height:31px !important;
  70. border-color:#999999;
  71. border-style:solid;
  72. text-align:center;
  73. }
  74. /* secret */
  75. secret {
  76. height:17px !important;
  77. color:#000000 !important;
  78. border-color:#9C9C9C !important;
  79. border-style:solid !important;
  80. background-color:#ffffff;
  81. }
  82. line {
  83. border-color:#ff00ff;
  84. }
  85. /* input */
  86. /* all */
  87. input {
  88. height:20px;
  89. color:#000000 !important;
  90. border-color:#9C9C9C !important;
  91. border-style:solid !important;
  92. background-color:#ffffff;
  93. }
  94. /* input date */
  95. input[inputtype="date"] > inputbutton {
  96. border-style:none;
  97. background-image:../../images/bt_date.gif;
  98. background-color:#ffffff;
  99. margin-left:1px;
  100. }
  101. /* input button */
  102. input[inputtype="button"] > inputbutton {
  103. border-style:none;
  104. background-image:../../images/button.gif;
  105. background-color:#ffffff;
  106. margin-left:1px;
  107. }
  108. /* output */
  109. /* detail */
  110. output {
  111. height:20px;
  112. font-size:12px !important;
  113. color:#000000 !important;
  114. }
  115. /* select */
  116. /* checkbox */
  117. select[appearance="full"]{
  118. background-color:transparent;
  119. }
  120. select[appearance="full"] selectitem {
  121. select.background-image:../../images/c_o.gif;
  122. background-image:../../images/c.gif;
  123. text-rect:hidden;
  124. height:17px !important;
  125. font-family:SimSun;
  126. font-size:12px;
  127. color:#000000;
  128. background-color:transparent;
  129. padding-top:2px;
  130. }
  131. /* radio */
  132. select1[appearance="full"]{
  133. background-color:transparent;
  134. }
  135. select1[appearance="full"] selectitem {
  136. select.background-image:../../images/r_o.gif;
  137. background-image:../../images/r.gif;
  138. text-rect:hidden;
  139. height:17px !important;
  140. font-family:SimSun;
  141. font-size:12px;
  142. color:#000000;
  143. background-color:transparent;
  144. padding-top:2px;
  145. }
  146. /* radio bold font */
  147. select1.t_b {
  148. font-weight:bold !important;
  149. }
  150. /* combo, combo button */
  151. select1[appearance="minimal"] {
  152. height:50px ;
  153. color:#000000;
  154. border-color:#9C9C9C;
  155. border-style:solid;
  156. background-color:#ffffff;
  157. }
  158. select1 combobutton {
  159. border-style:none;
  160. background-color:#ffffff;
  161. background-image:../../images/combo.gif;
  162. margin-left:2px;
  163. }
  164. /* listbox */
  165. select[appearance="compact"] {
  166. border-style:solid;
  167. background-color:#f5f5f5;
  168. }
  169. /* textarea */
  170. textarea{
  171. border-style:solid;
  172. border-color:#9C9C9C;
  173. }
  174. /* button */
  175. /* button common */
  176. button{
  177. text-align:center;
  178. border-style:none;
  179. background-color:transparent;
  180. }
  181. .butt_2 {
  182. width:40px !important;
  183. height:19px !important;
  184. color:#003366;
  185. background-color:#d6e0e8;
  186. border-color:#6b8a9a;
  187. border-style:solid;
  188. }
  189. .butt_3 {
  190. width:52px !important;
  191. height:19px !important;
  192. color:#003366;
  193. background-color:#d6e0e8;
  194. border-color:#6b8a9a;
  195. border-style:solid;
  196. }
  197. .butt_4 {
  198. width:63px !important;
  199. height:22px !important;
  200. color:#003366;
  201. background-color:#d6e0e8;
  202. border-color:#6b8a9a;
  203. border-style:solid;
  204. }
  205. .butt_5 {
  206. width:80px !important;
  207. height:19px !important;
  208. color:#003366;
  209. background-color:#d6e0e8;
  210. border-color:#6b8a9a;
  211. border-style:solid;
  212. }
  213. .butt_6 {
  214. width:88px !important;
  215. height:19px !important;
  216. color:#003366;
  217. background-color:#d6e0e8;
  218. border-color:#6b8a9a;
  219. border-style:solid;
  220. }
  221. .butt_7 {
  222. width:95px !important;
  223. height:19px !important;
  224. color:#003366;
  225. background-color:#d6e0e8;
  226. border-color:#6b8a9a;
  227. border-style:solid;
  228. }
  229. .butt_8 {
  230. width:110px !important;
  231. height:19px !important;
  232. color:#003366;
  233. background-color:#d6e0e8;
  234. border-color:#6b8a9a;
  235. border-style:solid;
  236. }
  237. .butt_9 {
  238. width:122px !important;
  239. height:19px !important;
  240. color:#003366;
  241. background-color:#d6e0e8;
  242. border-color:#6b8a9a;
  243. border-style:solid;
  244. }
  245. .butt_10 {
  246. width:980px !important;
  247. height:80px !important;
  248. color:#003366;
  249. background-color:#d6e0e8;
  250. border-color:#6b8a9a;
  251. border-style:solid;
  252. }
  253. .sw {
  254. select.background-image:../../images/sw_select.gif;
  255. focus.background-image:../../images/sw_select.gif;
  256. hover.background-image:../../images/sw_normal.gif;
  257. down.background-image:../../images/sw_select.gif;
  258. width:100px!important;
  259. height:20px!important;
  260. background-color:transparent;
  261. background-image:../../images/sw_normal.gif;
  262. border-style:none;
  263. }
  264. /*
  265. datagrid
  266. */
  267. /*
  268. datagrid caption
  269. */
  270. datagrid:fixed
  271. {
  272. color:#1a3f56;
  273. border-style:solid;
  274. font-weight:bold;
  275. border-bottom-style:solid;
  276. border-right-color:#b0b0b0;
  277. border-top-color:#dce5ec;
  278. border-bottom-color:#b0b0b0;
  279. background-color:#dce5ec;
  280. }
  281. /*
  282. datagrid data
  283. */
  284. datagrid{
  285. focuscolor:#99ccff;
  286. text-align:center;
  287. extendlastcol:scroll;
  288. border-style:solid;
  289. border-color:#b0b0b0;
  290. rowheight:21;
  291. dataheight:21;
  292. }
  293. /*
  294. datagrid border
  295. */
  296. datagrid:data{
  297. border-style:solid;
  298. border-color:#B0B0B0;
  299. border-top-style:none;
  300. border-left-style:none;
  301. border-right-style:solid;
  302. }
  303. gridbutton {
  304. background-color:transparent;
  305. border-style:none;
  306. }
  307. col[type="inputdate"] > gridbutton {
  308. background-image:../../images/bt_date.gif;
  309. }
  310. col[type="inputbutton"] gridbutton {
  311. background-image:../../images/gridButton.gif;
  312. }
  313. gridcombo > combobutton {
  314. background-color:transparent;
  315. border-style:none;
  316. background-image:../../images/combo.gif;
  317. }
  318. gridcombo {
  319. background-color:transparent;
  320. }
  321. col {
  322. font-family:SimSun;
  323. color:333333;
  324. }
  325. col[type="input"] {
  326. height:18px !important;
  327. color:#000000 !important;
  328. border-color:#9C9C9C !important;
  329. margin:3px;
  330. border-style:solid !important;
  331. background-color:#f7f7f7;
  332. }
  333. col[type="checkbox"] {
  334. uncheckimage:../../images/c.gif;
  335. checkimage:../../images/c_o.gif;
  336. }
  337. col[type="radio"] {
  338. selectimage:../../images/r_o.gif;
  339. unselectimage:../../images/r.gif;
  340. }
  341. col[type="combo"] {
  342. selectimage:../../images/r_o.gif;
  343. unselectimage:../../images/r.gif;
  344. }
  345. /*
  346. message
  347. */
  348. .message {
  349. width:817px!important;
  350. height:27px!important;
  351. font-weight:bold;
  352. color:#225897;
  353. padding-left:7;
  354. background-color:#f2f2f0;
  355. border-color:#b0b0b0;
  356. border-style:solid;
  357. }
  358. /*
  359. scroll
  360. */
  361. scrollbar {
  362. background-image:../../images/scrollback.gif;
  363. border-color:#F0F0F0;
  364. background-stretch:stretch;
  365. }
  366. scrollbar#vscroll > #thumb {
  367. margin-top:-1;
  368. margin-bottom:-1;
  369. background-color:#EEEEEE;
  370. border-style:solid;
  371. border-color:#CCCCCC;
  372. }
  373. scrollbar > #top {
  374. border-style:none;
  375. background-image:../../images/scroll_top.gif;
  376. };
  377. scrollbar > #bottom {
  378. border-style:none;
  379. background-image:../../images/scroll_bott.gif;
  380. }
  381. scrollbar#hscroll > #thumb {
  382. margin-left:-1;
  383. margin-right:-1;
  384. background-color:#EEEEEE;
  385. border-style:solid;
  386. border-color:#CCCCCC;
  387. }
  388. scrollbar > #left {
  389. border-style:none;
  390. background-image:../../images/scroll_left.gif;
  391. }
  392. scrollbar > #right {
  393. border-style:none;
  394. background-image:../../images/scroll_right.gif;
  395. }
  396. * > #dummy {
  397. background-color:#EEEEEE;
  398. }
  399. /*
  400. calendar
  401. */
  402. /*
  403. calendar border
  404. */
  405. calendar {
  406. border-color:#9C9C9C;
  407. background-color:#ffffff;
  408. }
  409. /*
  410. calendar date select
  411. */
  412. calendar > #item {
  413. select.background-color:#159EE4;
  414. }
  415. /*
  416. calendar top
  417. */
  418. calendar > #header {
  419. color:#ffffff;
  420. font-weight:bold;
  421. background-color:#27517B;
  422. }
  423. /*
  424. calendar prev month button
  425. */
  426. calendar > #prevmonth {
  427. background-color:transparent;
  428. width:16px;
  429. height:16px;
  430. top:6px;
  431. border-style:none;
  432. background-image:../../images/cal_pre_m.gif;
  433. }
  434. /*
  435. calendar prev year button
  436. */
  437. calendar > #prevyear {
  438. background-color:transparent;
  439. width:16px;
  440. height:16px;
  441. top:6px;
  442. border-style:none;
  443. background-image:../../images/cal_pre_y.gif;
  444. }
  445. /*
  446. calendar next month button
  447. */
  448. calendar > #nextmonth {
  449. background-color:transparent;
  450. width:16px;
  451. height:16px;
  452. top:6px;
  453. border-style:none;
  454. background-image:../../images/cal_next_m.gif;
  455. }
  456. /*
  457. calendar next year button
  458. */
  459. calendar > #nextyear {
  460. background-color:transparent;
  461. width:16px;
  462. height:16px;
  463. top:6px;
  464. border-style:none;
  465. background-image:../../images/cal_next_y.gif;
  466. }
  467. /*
  468. treeview
  469. */
  470. treeview {
  471. itemheight:20;
  472. }