widget_theme.css 26 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096
  1. Form
  2. {
  3. background : transparent;
  4. gradation : ;
  5. border : 0 none #808080;
  6. bordertype : normal 0 0;
  7. font : Dotum,9;
  8. color : #333333;
  9. align : left top;
  10. cursor : ;
  11. margin : ;
  12. padding : 0 0 0 0;
  13. opacity : ;
  14. glow : ;
  15. shadow : ;
  16. blur : ;
  17. }
  18. Static, Static:disabled, Static:mouseover
  19. {
  20. background : transparent;
  21. gradation : ;
  22. border : 0 none #808080;
  23. bordertype : normal;
  24. font : Dotum,9;
  25. color : #333333;
  26. align : left middle;
  27. cursor : ;
  28. margin : ;
  29. padding : 0 0 0 0;
  30. opacity : ;
  31. glow : ;
  32. shadow : ;
  33. blur : ;
  34. }
  35. Div, Div:disabled, Div:focused, Div:mouseover,
  36. PopupDiv, PopupDiv:disabled, PopupDiv:focused, PopupDiv:mouseover
  37. {
  38. background : transparent;
  39. gradation : ;
  40. border : 0 none #808080;
  41. bordertype : normal;
  42. font : Dotum,9;
  43. color : #333333;
  44. align : center middle;
  45. cursor : ;
  46. margin : ;
  47. padding : ;
  48. opacity : ;
  49. glow : ;
  50. shadow : ;
  51. blur : ;
  52. }
  53. Div.body, Div.body:disabled, Div.body:mouseover
  54. {
  55. background : transparent URL('IMG::widget/bg_Body.png') no-repeat left top;
  56. gradation : ;
  57. border : 0 none #808080;
  58. bordertype : normal;
  59. font : Dotum,9;
  60. color : #333333;
  61. align : center middle;
  62. cursor : ;
  63. margin : ;
  64. padding : ;
  65. opacity : ;
  66. glow : ;
  67. shadow : ;
  68. blur : ;
  69. }
  70. Static.led, Static.led:disabled, Static.led:mouseover
  71. {
  72. background : transparent URL('IMG::widget/time_back.png') no-repeat left top;
  73. gradation : ;
  74. border : 0 none #808080;
  75. bordertype : normal;
  76. font : Dotum,9;
  77. color : #333333;
  78. align : left middle;
  79. cursor : ;
  80. margin : ;
  81. padding : 0 0 0 0;
  82. opacity : ;
  83. glow : ;
  84. shadow : ;
  85. blur : ;
  86. }
  87. Div.stick, Div.stick:disabled, Div.stick:focused, Div.stick:mouseover
  88. {
  89. scrollbars : none;
  90. background : transparent URL('IMG::widget/bg_StickBar.png') no-repeat right top;
  91. gradation : ;
  92. border : 0 none #808080;
  93. bordertype : normal;
  94. font : Dotum,9;
  95. color : #00b6cc;
  96. align : left middle;
  97. cursor : ;
  98. margin : ;
  99. padding : 0 0 0 0;
  100. opacity : ;
  101. glow : ;
  102. shadow : ;
  103. blur : ;
  104. }
  105. Static.clockBg, Static.clockBg:disabled, Static.clockBg:mouseover
  106. {
  107. background : URL('IMG::widget/Clock.png') no-repeat left top;
  108. gradation : ;
  109. border : 0 none #808080;
  110. bordertype : normal;
  111. font : Dotum,9;
  112. color : #ffffff00;
  113. align : ;
  114. cursor : ;
  115. margin : ;
  116. padding : 0 0 0 0;
  117. opacity : ;
  118. glow : ;
  119. shadow : ;
  120. blur : ;
  121. }
  122. Static.CalendarBg, Static.CalendarBg:disabled, Static.CalendarBg:mouseover
  123. {
  124. background : URL('IMG::widget/bg_Calender.png') no-repeat left top;
  125. gradation : ;
  126. border : 0 none #808080;
  127. bordertype : normal;
  128. font : Dotum,9;
  129. color : #ffffff00;
  130. align : ;
  131. cursor : ;
  132. margin : ;
  133. padding : 0 0 0 0;
  134. opacity : ;
  135. glow : ;
  136. shadow : ;
  137. blur : ;
  138. }
  139. Static.NewsBg, Static.NewsBg:disabled, Static.NewsBg:mouseover
  140. {
  141. background : URL('IMG::widget/bg_NewsList.png') no-repeat left top;
  142. gradation : ;
  143. border : 0 none #808080;
  144. bordertype : normal;
  145. font : Dotum,9;
  146. color : #ffffff00;
  147. align : ;
  148. cursor : ;
  149. margin : ;
  150. padding : 0 0 0 0;
  151. opacity : ;
  152. glow : ;
  153. shadow : ;
  154. blur : ;
  155. }
  156. Static.Calcenter, Static.Calcenter:disabled, Static.Calcenter:mouseover
  157. {
  158. background : URL('IMG::widget/clock_center.png') no-repeat left top;
  159. gradation : ;
  160. border : 0 none #808080;
  161. bordertype : normal;
  162. font : Dotum,9;
  163. color : #ffffff00;
  164. align : ;
  165. cursor : ;
  166. margin : ;
  167. padding : 0 0 0 0;
  168. opacity : ;
  169. glow : ;
  170. shadow : ;
  171. blur : ;
  172. }
  173. Button.logout, Button.logout:disabled, Button.logout:focused,
  174. Button.logout:mouseover, Button.logout:pushed, Button.logout:selected
  175. {
  176. background : transparent;
  177. gradation : ;
  178. border : 0 none #808080;
  179. bordertype : normal;
  180. font : Dotum,9;
  181. color : #333333;
  182. align : center middle;
  183. cursor : pointer;
  184. margin : 0 0 0 0;
  185. padding : 0 0 0 0;
  186. focusborder : 0 none #808080;
  187. image : URL('IMG::widget/btn_logoffN.png');
  188. imagealign : left top;
  189. pusheddrawoffset: 0 0;
  190. opacity : 100;
  191. glow : ;
  192. shadow : ;
  193. blur : ;
  194. }
  195. Button.logout:mouseover
  196. {
  197. image : URL('IMG::widget/btn_logoffO.png');
  198. }
  199. Button.downShow, Button.downShow:disabled, Button.downShow:focused
  200. {
  201. background : transparent;
  202. gradation : ;
  203. border : 0 none #808080;
  204. bordertype : normal;
  205. font : Dotum,9;
  206. color : #333333;
  207. align : center middle;
  208. cursor : hand;
  209. margin : ;
  210. padding : ;
  211. focusborder : 0 none #808080;
  212. image : URL('IMG::widget/Stick_D_ShowN.png');
  213. imagealign : left top;
  214. pusheddrawoffset: 0 0;
  215. opacity : ;
  216. glow : ;
  217. shadow : ;
  218. blur : ;
  219. }
  220. Button.downShow:mouseover, Button.downShow:pushed, Button.downShow:selected
  221. {
  222. background : transparent;
  223. gradation : ;
  224. border : 0 none #808080;
  225. bordertype : normal;
  226. font : Dotum,9;
  227. color : #333333;
  228. align : center middle;
  229. cursor : hand;
  230. margin : ;
  231. padding : ;
  232. focusborder : 0 none #808080;
  233. image : URL('IMG::widget/Stick_D_ShowO.png');
  234. imagealign : left top;
  235. pusheddrawoffset: 0 0;
  236. opacity : ;
  237. glow : ;
  238. shadow : ;
  239. blur : ;
  240. }
  241. Button.upShow, Button.upShow:disabled, Button.upShow:focused
  242. {
  243. background : transparent;
  244. gradation : ;
  245. border : 0 none #808080;
  246. bordertype : normal;
  247. font : Dotum,9;
  248. color : #333333;
  249. align : center middle;
  250. cursor : hand;
  251. margin : ;
  252. padding : ;
  253. focusborder : 0 none #808080;
  254. image : URL('IMG::widget/Stick_U_ShowN.png');
  255. imagealign : left top;
  256. pusheddrawoffset: 1 1;
  257. opacity : ;
  258. glow : ;
  259. shadow : ;
  260. blur : ;
  261. }
  262. Button.upShow:mouseover, Button.upShow:pushed, Button.upShow:selected
  263. {
  264. background : transparent;
  265. gradation : ;
  266. border : 0 none #808080;
  267. bordertype : normal;
  268. font : Dotum,9;
  269. color : #333333;
  270. align : center middle;
  271. cursor : hand;
  272. margin : ;
  273. padding : ;
  274. focusborder : 0 none #808080;
  275. image : URL('IMG::widget/Stick_U_ShowO.png');
  276. imagealign : left top;
  277. pusheddrawoffset: 1 1;
  278. opacity : ;
  279. glow : ;
  280. shadow : ;
  281. blur : ;
  282. }
  283. Button.upShow:disabled
  284. {
  285. background : transparent;
  286. gradation : ;
  287. border : 0 none #808080;
  288. bordertype : normal;
  289. font : Dotum,9;
  290. color : #333333;
  291. align : center middle;
  292. cursor : hand;
  293. margin : ;
  294. padding : ;
  295. focusborder : 0 none #808080;
  296. image : URL('IMG::widget/Stick_U_ShowD.png');
  297. imagealign : left top;
  298. pusheddrawoffset: 1 1;
  299. opacity : ;
  300. glow : ;
  301. shadow : ;
  302. blur : ;
  303. }
  304. Button.IcoWidget, Button.IcoWidget:disabled, Button.IcoWidget:focused,
  305. Button.IcoWidget:mouseover, Button.IcoWidget:pushed, Button.IcoWidget:selected
  306. {
  307. background : transparent;
  308. gradation : ;
  309. border : 0 none #808080;
  310. bordertype : normal;
  311. font : Dotum,9;
  312. color : #333333;
  313. align : center middle;
  314. cursor : pointer;
  315. margin : ;
  316. padding : ;
  317. focusborder : 0 none #808080;
  318. image : ;
  319. imagealign : center middle;
  320. pusheddrawoffset: 0 0;
  321. opacity : ;
  322. glow : ;
  323. shadow : ;
  324. blur : ;
  325. }
  326. Button.IcoWidget:mouseover, Button.IcoWidget:pushed
  327. {
  328. image : URL('IMG::widget/btn_icoOver.png');
  329. }
  330. Button.ClockClose, Button.ClockClose:disabled, Button.ClockClose:focused,
  331. Button.ClockClose:mouseover, Button.ClockClose:pushed, Button.ClockClose:selected
  332. {
  333. background : transparent;
  334. gradation : ;
  335. border : 0 none #808080;
  336. bordertype : normal;
  337. font : Dotum,9;
  338. color : #333333;
  339. align : center middle;
  340. cursor : pointer;
  341. margin : ;
  342. padding : ;
  343. focusborder : 0 none #808080;
  344. image : URL('IMG::widget/btn_TimeCloseN.png');
  345. imagealign : center middle;
  346. pusheddrawoffset: 0 0;
  347. opacity : ;
  348. glow : ;
  349. shadow : ;
  350. blur : ;
  351. }
  352. Button.ClockClose:mouseover, Button.ClockClose:pushed
  353. {
  354. image : URL('IMG::widget/btn_TimeCloseO.png');
  355. }
  356. Button.popclose, Button.popclose:disabled, Button.popclose:focused,
  357. Button.popclose:mouseover, Button.popclose:pushed, Button.popclose:selected
  358. {
  359. background : transparent;
  360. gradation : ;
  361. border : 0 none #808080;
  362. bordertype : normal;
  363. font : Dotum,9;
  364. color : #333333;
  365. align : center middle;
  366. cursor : pointer;
  367. margin : ;
  368. padding : ;
  369. focusborder : 0 none #808080;
  370. image : URL('IMG::widget/btn_close.png');
  371. imagealign : center middle;
  372. pusheddrawoffset: 0 0;
  373. opacity : ;
  374. glow : ;
  375. shadow : ;
  376. blur : ;
  377. }
  378. Button.popclose:mouseover, Button.popclose:pushed
  379. {
  380. image : URL('IMG::widget/btn_close.png');
  381. }
  382. Button.popfix, Button.popfix:disabled, Button.popfix:focused,
  383. Button.popfix:mouseover, Button.popfix:pushed, Button.popfix:selected
  384. {
  385. background : transparent;
  386. gradation : ;
  387. border : 0 none #808080;
  388. bordertype : normal;
  389. font : Dotum,9;
  390. color : #333333;
  391. align : center middle;
  392. cursor : pointer;
  393. margin : ;
  394. padding : ;
  395. focusborder : 0 none #808080;
  396. image : URL('IMG::widget/btn_fix.png');
  397. imagealign : center middle;
  398. pusheddrawoffset: 0 0;
  399. opacity : ;
  400. glow : ;
  401. shadow : ;
  402. blur : ;
  403. }
  404. Button.popfix:mouseover, Button.popfix:pushed
  405. {
  406. image : URL('IMG::widget/btn_fix.png');
  407. }
  408. Button.Toplock, Button.Toplock:disabled, Button.Toplock:focused,
  409. Button.Toplock:mouseover, Button.Toplock:pushed, Button.Toplock:selected
  410. {
  411. background : transparent;
  412. gradation : ;
  413. border : 0 none #808080;
  414. bordertype : normal;
  415. font : Dotum,9;
  416. color : #333333;
  417. align : center middle;
  418. cursor : pointer;
  419. margin : ;
  420. padding : ;
  421. focusborder : 0 none #808080;
  422. image : URL('IMG::widget/pin.png');
  423. imagealign : center middle;
  424. pusheddrawoffset: 0 0;
  425. opacity : ;
  426. glow : ;
  427. shadow : ;
  428. blur : ;
  429. }
  430. Button.Toplock:mouseover, Button.Toplock:pushed
  431. {
  432. image : URL('IMG::widget/pin.png');
  433. }
  434. Button.funtion1, Button.funtion1:disabled, Button.funtion1:focused,
  435. Button.funtion1:mouseover, Button.funtion1:pushed, Button.funtion1:selected,
  436. Button.funtion2, Button.funtion2:disabled, Button.funtion2:focused,
  437. Button.funtion2:mouseover, Button.funtion2:pushed, Button.funtion2:selected,
  438. Button.funtion3, Button.funtion3:disabled, Button.funtion3:focused,
  439. Button.funtion3:mouseover, Button.funtion3:pushed, Button.funtion3:selected,
  440. Button.load, Button.load:disabled, Button.load:focused,
  441. Button.load:mouseover, Button.load:pushed, Button.load:selected
  442. {
  443. background : transparent URL('IMG::widget/btn_funtion.png') no-repeat left top;
  444. gradation : ;
  445. border : 0 none #808080;
  446. bordertype : normal;
  447. font : Dotum,9;
  448. color : #333333;
  449. align : center middle;
  450. cursor : pointer;
  451. margin : ;
  452. padding : ;
  453. focusborder : 0 none #808080;
  454. image : ;
  455. imagealign : center middle;
  456. pusheddrawoffset: 0 0;
  457. opacity : ;
  458. glow : ;
  459. shadow : ;
  460. blur : ;
  461. }
  462. Button.funtion1, Button.funtion1:disabled, Button.funtion1:focused,
  463. Button.funtion1:mouseover, Button.funtion1:pushed, Button.funtion1:selected
  464. {
  465. image : URL('IMG::widget/pin.png');
  466. }
  467. Button.funtion1_1, Button.funtion1_1:disabled, Button.funtion1_1:focused,
  468. Button.funtion1_1:mouseover, Button.funtion1_1:pushed, Button.funtion1_1:selected
  469. {
  470. image : URL('IMG::widget/pin_lock.png');
  471. }
  472. Button.funtion2, Button.funtion2:disabled, Button.funtion2:focused,
  473. Button.funtion2:mouseover, Button.funtion2:pushed, Button.funtion2:selected
  474. {
  475. image : URL('IMG::widget/btn_exp.png');
  476. }
  477. Button.funtion3, Button.funtion3:disabled, Button.funtion3:focused,
  478. Button.funtion3:mouseover, Button.funtion3:pushed, Button.funtion3:selected
  479. {
  480. image : URL('IMG::widget/btn_ins.png');
  481. }
  482. Button.load, Button.load:disabled, Button.load:focused,
  483. Button.load:mouseover, Button.load:pushed, Button.load:selected
  484. {
  485. image : URL('IMG::widget/img_Src.png');
  486. }
  487. /***** calendar *****/
  488. Button.CalendarClose,Button.CalendarClose:disabled, Button.CalendarClose:focused,
  489. Button.CalendarClose:mouseover, Button.CalendarClose:pushed, Button.CalendarClose:selected
  490. {
  491. background : URL('IMG::widget/btn_close.png');
  492. gradation : ;
  493. border : 0 none #808080;
  494. bordertype : normal 0 0;
  495. font : ;
  496. color : ;
  497. align : ;
  498. cursor : ;
  499. margin : ;
  500. padding : ;
  501. focusborder : 0 none #808080;
  502. image : ;
  503. imagealign : ;
  504. pusheddrawoffset: 0 0;
  505. opacity : ;
  506. glow : ;
  507. shadow : ;
  508. blur : ;
  509. }
  510. Calendar, Calendar:disabled, Calendar:focused, Calendar:mouseover
  511. {
  512. background : transparent;
  513. gradation : ;
  514. border : 0 none #808080;
  515. bordertype : normal;
  516. font : Tahoma,8,antialias;
  517. color : #ffffff;
  518. align : center middle;
  519. cursor : ;
  520. margin : ;
  521. padding : ;
  522. opacity : ;
  523. glow : ;
  524. shadow : ;
  525. blur : ;
  526. daybackground : transparent;
  527. daygradation : ;
  528. dayborder : 0 none #808080;
  529. daybordertype : normal;
  530. dayfont : Tahoma,8,antialias;
  531. daycolor : #ffffff;
  532. daysize : 28 30;
  533. popupalign : center middle;
  534. popupbackground : transparent;
  535. popupgradation : ;
  536. popupborder : 0 none #808080;
  537. popupbordertype : normal 0 0;
  538. popupsize : ;
  539. usetrailingday : true;
  540. trailingdaycolor: #a0a0a0;
  541. }
  542. Calendar>#calendaredit
  543. {
  544. }
  545. Calendar>#dropbutton
  546. {
  547. }
  548. Calendar>#spinupbutton, Calendar>#spindownbutton
  549. {
  550. }
  551. Calendar>#popupcalendar,
  552. Calendar>#popupcalendar:disabled,
  553. Calendar>#popupcalendar:focused,
  554. Calendar>#popupcalendar:mouseover
  555. {
  556. background : transparent;
  557. gradation : ;
  558. border : 0 none #808080;
  559. bordertype : normal;
  560. font : Tahoma,8,antialias;
  561. color : #ffffff;
  562. align : center middle;
  563. cursor : ;
  564. margin : ;
  565. padding : 10 10 10 10;
  566. opacity : ;
  567. glow : ;
  568. shadow : ;
  569. blur : ;
  570. ncpadding : 38 3 7 2;
  571. bodybackground : transparent;
  572. bodygradation : ;
  573. bodyborder : 0 none #808080;
  574. bodybordertype : normal;
  575. daybackground : transparent;
  576. daygradation : ;
  577. dayborder : 0 none #808080;
  578. daybordertype : normal;
  579. dayfont : Tahoma,8,antialias;
  580. daycolor : #ffffff;
  581. daysize : 28 30;
  582. headerbackground : transparent;
  583. headergradation : ;
  584. headerborder : 0 none #808080;
  585. headerbordertype : normal;
  586. headerfont : Tahoma,15,italic antialias,;
  587. headercolor : #ffffff;
  588. headerformat : yyyy.MM;
  589. headerheight : 35;
  590. saturdaycolor : #30417e;
  591. sundaycolor : #731a12;
  592. todaycolor : #ffffff;
  593. usetrailingday : true;
  594. trailingdaycolor : #a0a0a0;
  595. weekbackground : transparent;
  596. weekgradation : ;
  597. weekfont : Tahoma,8,antialias;
  598. weekcolor : #ffffff;
  599. weekformat : Sun Mon Tue Wed Thu Fri Sat ;
  600. }
  601. Calendar:mouseover
  602. {
  603. daycolor : #ffffff;
  604. dayfont : Tahoma,8,antialias;
  605. daybackground : URL('IMG::widget/img_daySelectO.png') center middle;
  606. }
  607. Calendar:selected
  608. {
  609. daycolor : #ffffff;
  610. daybackground : URL('IMG::widget/img_daySelect.png') center middle;
  611. }
  612. Calendar>#popupcalendar>#prevbutton, Calendar>#popupcalendar>#prevbutton:mouseover, Calendar>#popupcalendar>#prevbutton:pushed,
  613. Calendar>#popupcalendar>#prevbutton:selected, Calendar>#popupcalendar>#prevbutton:focused, Calendar>#popupcalendar>#prevbutton:disabled,
  614. Calendar>#popupcalendar>#nextbutton, Calendar>#popupcalendar>#nextbutton:mouseover, Calendar>#popupcalendar>#nextbutton:pushed,
  615. Calendar>#popupcalendar>#nextbutton:selected, Calendar>#popupcalendar>#nextbutton:focused, Calendar>#popupcalendar>#nextbutton:disabled,
  616. Calendar>#popupcalendar>#yearspin>#spinupbutton, Calendar>#popupcalendar>#yearspin>#spinupbutton:mouseover, Calendar>#popupcalendar>#yearspin>#spinupbutton:pushed,
  617. Calendar>#popupcalendar>#yearspin>#spindownbutton, Calendar>#popupcalendar>#yearspin>#spindownbutton:mouseover, Calendar>#popupcalendar>#yearspin>#spindownbutton:pushed,
  618. Calendar>#popupcalendar>#monthspin>#spinupbutton, Calendar>#popupcalendar>#monthspin>#spinupbutton:mouseover, Calendar>#popupcalendar>#monthspin>#spinupbutton:pushed,
  619. Calendar>#popupcalendar>#monthspin>#spindownbutton, Calendar>#popupcalendar>#monthspin>#spindownbutton:mouseover, Calendar>#popupcalendar>#monthspin>#spindownbutton:pushed
  620. {
  621. background : transparent;
  622. border : 0 none #808080;
  623. bordertype : normal;
  624. font : Tahoma,9;
  625. color : #ffffff00;
  626. align : center middle;
  627. focusborder : 0 none #808080;
  628. pusheddrawoffset : 0 0;
  629. imagealign : center middle;
  630. }
  631. Calendar>#popupcalendar>#prevbutton,Calendar>#popupcalendar>#prevbutton:mouseover,Calendar>#popupcalendar>#prevbutton:pushed
  632. {
  633. image : URL('IMG::widget/btn_calcPrev.png') ;
  634. }
  635. Calendar>#popupcalendar>#nextbutton,Calendar>#popupcalendar>#nextbutton:mouseover,Calendar>#popupcalendar>#nextbutton:pushed
  636. {
  637. image : URL('IMG::widget/btn_calcNext.png') ;
  638. }
  639. Calendar>#popupcalendar>#yearspin
  640. {
  641. }
  642. Calendar>#popupcalendar>#yearspin>#spinedit
  643. {
  644. }
  645. Calendar>#popupcalendar>#yearspin>#spinupbutton
  646. {
  647. }
  648. Calendar>#popupcalendar>#yearspin>#spindownbutton
  649. {
  650. }
  651. Calendar>#popupcalendar>#monthspin
  652. {
  653. }
  654. Calendar>#popupcalendar>#monthspin>#spinedit
  655. {
  656. }
  657. Calendar>#popupcalendar>#monthspin>#spinupbutton
  658. {
  659. }
  660. Calendar>#popupcalendar>#monthspin>#spindownbutton
  661. {
  662. }
  663. Static.NewsTitle, Static.NewsTitle:disabled, Static.NewsTitle:mouseover
  664. {
  665. background : transparent;
  666. gradation : ;
  667. border : 0 none #808080;
  668. bordertype : normal;
  669. font : Tahoma, 10, bold antialias;
  670. color : #ffffff;
  671. align : left middle;
  672. cursor : ;
  673. margin : ;
  674. padding : 0 0 0 0;
  675. opacity : ;
  676. glow : ;
  677. shadow : ;
  678. blur : ;
  679. }
  680. Grid
  681. {
  682. background : transparent;
  683. border : 0 none #808080;
  684. bordertype : normal;
  685. focusborder : 0 none #808080;
  686. font : Dotum, 9;
  687. color : #ffffff;
  688. align : left middle;
  689. cursor : ;
  690. margin : ;
  691. padding : ;
  692. opacity : ;
  693. glow : ;
  694. shadow : ;
  695. blur : ;
  696. treeopenbuttonimage : ;
  697. treeclosebuttonimage: ;
  698. treecollapseimage : ;
  699. treeexpandimage : ;
  700. treeitemimage : ;
  701. treelinetype : ;
  702. }
  703. Grid>#head
  704. {
  705. background : transparent;
  706. border : 0 none #808080;
  707. bordertype : normal;
  708. color : #ffffff;
  709. font : Dotum, 9, bold antialias;
  710. align : center middle;
  711. cellalign : center middle;
  712. cellbackground : transparent;
  713. cellcolor : #ffffff;
  714. }
  715. Grid>#body, Grid>#summ, Grid>#summary
  716. {
  717. background : transparent;
  718. gradation : ;
  719. border : 0 none #808080;
  720. bordertype : normal;
  721. focusborder : ;
  722. font : Dotum, 9;
  723. color : #ffffff;
  724. align : left middle;
  725. cellbackground : transparent;
  726. cellbackground2 : transparent;
  727. cellfont : Dotum, 9;
  728. cellalign : left middle;
  729. cellcolor : #ffffff;
  730. cellcolor2 : #ffffff;
  731. cellline : 0 none #808080, 0 none #808080, 0 none #808080, 0 none #808080;
  732. celllinetype : normal;
  733. cellpadding : 0 3 0 3;
  734. selectbackground: #2a2a2a;
  735. selectborder : 0 none #808080;
  736. selectfont : Dotum, 9;
  737. selectcolor : #ffffff;
  738. selectline : 0 none #808080, 0 none #808080, 0 none #808080, 0 none #808080;
  739. selectlinetype : normal;
  740. }
  741. Grid>#vscrollbar
  742. {
  743. background : URL('IMG::widget/YmenuScroll_h.png') no-repeat;
  744. gradation : ;
  745. border : 0 none #808080;
  746. bordertype : normal;
  747. font : ;
  748. color : ;
  749. align : ;
  750. cursor : ;
  751. margin : ;
  752. padding : ;
  753. opacity : ;
  754. glow : ;
  755. shadow : ;
  756. blur : ;
  757. barminsize : ;
  758. baroutsize : ;
  759. imgoutsize : ;
  760. incbtnsize : 0;
  761. decbtnsize : 0;
  762. scrollbarsize : 14;
  763. trackbarsize : 100;
  764. }
  765. Grid>#vscrollbar>#trackbar
  766. {
  767. background : transparent;
  768. border : 0 none #808080;
  769. bordertype : normal;
  770. focusborder : 0 none #808080;
  771. pusheddrawoffset : 0 0;
  772. image : URL('IMG::widget/yMenu_Track.png');
  773. imagealign : center middle;
  774. }
  775. Button.btn_tray, Button.btn_tray:disabled, Button.btn_tray:focused
  776. {
  777. background : transparent;
  778. gradation : ;
  779. border : 1 solid gainsboro;
  780. bordertype : round 3 3 leftbottom rightbottom;
  781. font : Dotum,9;
  782. color : #333333;
  783. align : center middle;
  784. cursor : hand;
  785. margin : ;
  786. padding : ;
  787. focusborder : 0 none #808080;
  788. image : URL('IMG::widget/btn_tray_N.png');
  789. imagealign : left top;
  790. pusheddrawoffset: 0 0;
  791. opacity : ;
  792. glow : ;
  793. shadow : ;
  794. blur : ;
  795. }
  796. Button.btn_tray:mouseover, Button.btn_tray:selected
  797. {
  798. background : transparent;
  799. gradation : ;
  800. border : 0 none #808080;
  801. bordertype : normal;
  802. font : Dotum,9;
  803. color : #333333;
  804. align : center middle;
  805. cursor : hand;
  806. margin : ;
  807. padding : ;
  808. focusborder : 0 none #808080;
  809. image : URL('IMG::widget/btn_tray_O.png');
  810. imagealign : left top;
  811. pusheddrawoffset: 0 0;
  812. opacity : ;
  813. glow : ;
  814. shadow : ;
  815. blur : ;
  816. }
  817. Button.btn_tray:pushed
  818. {
  819. background : transparent;
  820. gradation : ;
  821. border : 0 none #808080;
  822. bordertype : normal;
  823. font : Dotum,9;
  824. color : #333333;
  825. align : center middle;
  826. cursor : hand;
  827. margin : ;
  828. padding : ;
  829. focusborder : 0 none #808080;
  830. image : URL('IMG::widget/btn_tray_P.png');
  831. imagealign : left top;
  832. pusheddrawoffset: 0 0;
  833. opacity : ;
  834. glow : ;
  835. shadow : ;
  836. blur : ;
  837. }
  838. /***** ICO_Button *****/
  839. Button.E1, Button.E1:disabled, Button.E1:focused,
  840. Button.E1:mouseover, Button.E1:pushed, Button.E1:selected,
  841. Button.E2, Button.E2:disabled, Button.E2:focused,
  842. Button.E2:mouseover, Button.E2:pushed, Button.E2:selected,
  843. Button.E3, Button.E3:disabled, Button.E3:focused,
  844. Button.E3:mouseover, Button.E3:pushed, Button.E3:selected,
  845. Button.E4, Button.E4:disabled, Button.E4:focused,
  846. Button.E4:mouseover, Button.E4:pushed, Button.E4:selected
  847. {
  848. background : transparent;
  849. gradation : ;
  850. border : 0 none #808080;
  851. bordertype : normal 0 0;
  852. font : Dotum,9;
  853. color : #ffffff00;
  854. align : center middle;
  855. cursor : ;
  856. margin : ;
  857. padding : 0 0 0 0;
  858. focusborder : 0 none #808080;
  859. image : ;
  860. imagealign : center middle;
  861. pusheddrawoffset: 0 0;
  862. opacity : ;
  863. glow : ;
  864. shadow : ;
  865. blur : ;
  866. }
  867. Button.E1, Button.E1:disabled, Button.E1:focused,
  868. Button.E1:mouseover, Button.E1:pushed, Button.E1:selected
  869. {
  870. image : URL('IMG::widget/icon_click.png');
  871. }
  872. Button.E1:mouseover
  873. {
  874. image : URL('IMG::widget/icon_clickO.png');
  875. }
  876. Button.E2, Button.E2:disabled, Button.E2:focused,
  877. Button.E2:mouseover, Button.E2:pushed, Button.E2:selected
  878. {
  879. image : URL('IMG::widget/icon_calendar.png');
  880. }
  881. Button.E2:mouseover
  882. {
  883. image : URL('IMG::widget/icon_calendarO.png');
  884. }
  885. Button.E3, Button.E3:disabled, Button.E3:focused,
  886. Button.E3:mouseover, Button.E3:pushed, Button.E3:selected
  887. {
  888. image : URL('IMG::widget/icon_search.png');
  889. }
  890. Button.E3:mouseover
  891. {
  892. image : URL('IMG::widget/icon_searchO.png');
  893. }
  894. Button.E4, Button.E4:disabled, Button.E4:focused,
  895. Button.E4:mouseover, Button.E4:pushed, Button.E4:selected
  896. {
  897. image : URL('IMG::widget/icon_rss.png');
  898. }
  899. Button.E4:mouseover
  900. {
  901. image : URL('IMG::widget/icon_rssO.png');
  902. }
  903. Button.btn_ku2_031, Button.btn_ku2_031:disabled, Button.btn_ku2_031:focused,
  904. Button.btn_ku2_031:mouseover, Button.btn_ku2_031:pushed, Button.btn_ku2_031:selected
  905. {
  906. background : transparent;
  907. gradation : ;
  908. border : 0 none #808080;
  909. bordertype : normal 0 0;
  910. font : Dotum,9;
  911. color : #ffffff00;
  912. align : center middle;
  913. cursor : hand;
  914. margin : ;
  915. padding : 0 0 0 0;
  916. focusborder : 0 none #808080;
  917. image : URL('IMG::widget/icon_ku2_031.png');
  918. imagealign : center middle;
  919. pusheddrawoffset: 0 0;
  920. opacity : ;
  921. glow : ;
  922. shadow : drop 3,3 3 gray;
  923. blur : ;
  924. }
  925. Button.btn_ku2_032, Button.btn_ku2_032:disabled, Button.btn_ku2_032:focused,
  926. Button.btn_ku2_032:mouseover, Button.btn_ku2_032:pushed, Button.btn_ku2_032:selected
  927. {
  928. background : transparent;
  929. gradation : ;
  930. border : 0 none #808080;
  931. bordertype : normal 0 0;
  932. font : Dotum,9;
  933. color : #ffffff00;
  934. align : center middle;
  935. cursor : hand;
  936. margin : ;
  937. padding : 0 0 0 0;
  938. focusborder : 0 none #808080;
  939. image : URL('IMG::widget/icon_ku2_032.png');
  940. imagealign : center middle;
  941. pusheddrawoffset: 0 0;
  942. opacity : ;
  943. glow : ;
  944. shadow : drop 3,3 3 gray;
  945. blur : ;
  946. }
  947. Button.btn_ku2_030, Button.btn_ku2_030:disabled, Button.btn_ku2_030:focused,
  948. Button.btn_ku2_030:mouseover, Button.btn_ku2_030:pushed, Button.btn_ku2_030:selected
  949. {
  950. background : transparent;
  951. gradation : ;
  952. border : 0 none #808080;
  953. bordertype : normal 0 0;
  954. font : Dotum,9;
  955. color : #ffffff00;
  956. align : center middle;
  957. cursor : hand;
  958. margin : ;
  959. padding : 0 0 0 0;
  960. focusborder : 0 none #808080;
  961. image : URL('IMG::widget/icon_ku2_030.png');
  962. imagealign : center middle;
  963. pusheddrawoffset: 0 0;
  964. opacity : ;
  965. glow : ;
  966. shadow : drop 3,3 3 gray;
  967. blur : ;
  968. }
  969. Button.btn_ku_031, Button.btn_ku_031:disabled, Button.btn_ku_031:focused,
  970. Button.btn_ku_031:mouseover, Button.btn_ku_031:pushed, Button.btn_ku_031:selected
  971. {
  972. background : transparent;
  973. gradation : ;
  974. border : 0 none #808080;
  975. bordertype : normal 0 0;
  976. font : Dotum,9;
  977. color : #ffffff00;
  978. align : center middle;
  979. cursor : hand;
  980. margin : ;
  981. padding : 0 0 0 0;
  982. focusborder : 0 none #808080;
  983. image : URL('IMG::widget/icon_ku_031.png');
  984. imagealign : center middle;
  985. pusheddrawoffset: 0 0;
  986. opacity : ;
  987. glow : ;
  988. shadow : drop 3,3 3 gray;
  989. blur : ;
  990. }
  991. Button.btn_ku_032, Button.btn_ku_032:disabled, Button.btn_ku_032:focused,
  992. Button.btn_ku_032:mouseover, Button.btn_ku_032:pushed, Button.btn_ku_032:selected
  993. {
  994. background : transparent;
  995. gradation : ;
  996. border : 0 none #808080;
  997. bordertype : normal 0 0;
  998. font : Dotum,9;
  999. color : #ffffff00;
  1000. align : center middle;
  1001. cursor : hand;
  1002. margin : ;
  1003. padding : 0 0 0 0;
  1004. focusborder : 0 none #808080;
  1005. image : URL('IMG::widget/icon_ku_032.png');
  1006. imagealign : center middle;
  1007. pusheddrawoffset: 0 0;
  1008. opacity : ;
  1009. glow : ;
  1010. shadow : drop 3,3 3 gray;
  1011. blur : ;
  1012. }
  1013. Button.btn_ku_030, Button.btn_ku_030:disabled, Button.btn_ku_030:focused,
  1014. Button.btn_ku_030:mouseover, Button.btn_ku_030:pushed, Button.btn_ku_030:selected
  1015. {
  1016. background : transparent;
  1017. gradation : ;
  1018. border : 0 none #808080;
  1019. bordertype : normal 0 0;
  1020. font : Dotum,9;
  1021. color : #ffffff00;
  1022. align : center middle;
  1023. cursor : hand;
  1024. margin : ;
  1025. padding : 0 0 0 0;
  1026. focusborder : 0 none #808080;
  1027. image : URL('IMG::widget/icon_ku_031.png');
  1028. imagealign : center middle;
  1029. pusheddrawoffset: 0 0;
  1030. opacity : ;
  1031. glow : ;
  1032. shadow : drop 3,3 3 gray;
  1033. blur : ;
  1034. }
  1035. Button.btn_kdrg, Button.btn_kdrg:disabled, Button.btn_kdrg:focused,
  1036. Button.btn_kdrg:mouseover, Button.btn_kdrg:pushed, Button.btn_kdrg:selected
  1037. {
  1038. background : transparent;
  1039. gradation : ;
  1040. border : 0 none #808080;
  1041. bordertype : normal 0 0;
  1042. font : Dotum,9;
  1043. color : #ffffff00;
  1044. align : center middle;
  1045. cursor : hand;
  1046. margin : ;
  1047. padding : 0 0 0 0;
  1048. focusborder : 0 none #808080;
  1049. image : URL('IMG::widget/icon_kdrg.png');
  1050. imagealign : center middle;
  1051. pusheddrawoffset: 0 0;
  1052. opacity : ;
  1053. glow : ;
  1054. shadow : drop 3,3 3 gray;
  1055. blur : ;
  1056. }
  1057. Button.btn_elecsign, Button.btn_elecsign:disabled, Button.btn_elecsign:focused,
  1058. Button.btn_elecsign:mouseover, Button.btn_elecsign:pushed, Button.btn_elecsign:selected
  1059. {
  1060. background : transparent;
  1061. gradation : ;
  1062. border : 0 none #808080;
  1063. bordertype : normal 0 0;
  1064. font : Dotum,9;
  1065. color : #ffffff00;
  1066. align : center middle;
  1067. cursor : hand;
  1068. margin : ;
  1069. padding : 0 0 0 0;
  1070. focusborder : 0 none #808080;
  1071. image : URL('IMG::widget/icon_elecsign.png');
  1072. imagealign : center middle;
  1073. pusheddrawoffset: 0 0;
  1074. opacity : ;
  1075. glow : ;
  1076. shadow : drop 3,3 3 gray;
  1077. blur : ;
  1078. }
  1079. WidgetBar
  1080. {
  1081. border : 0 none 808080;
  1082. }