style_popup.css 10.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348
  1. /**
  2. * 업무 화면 디자인 CSS
  3. **/
  4. BODY {
  5. SCROLLBAR-3DLIGHT-COLOR : #595959;
  6. SCROLLBAR-ARROW-COLOR : #FFFFFF;
  7. SCROLLBAR-BASE-COLOR : #CFCFCF;
  8. SCROLLBAR-DARKSHADOW-COLOR : #FFFFFF;
  9. SCROLLBAR-FACE-COLOR : #CFCFCF;
  10. SCROLLBAR-HIGHLIGHT-COLOR : #FFFFFF;
  11. SCROLLBAR-SHADOW-COLOR : #595959;
  12. background-color : #FFFFFF;
  13. padding : 0 0 0 0;
  14. }
  15. #title{ padding-top:10px; padding-bottom: 10px;}
  16. #title ul{ margin:0; padding:0; display: inline-block; line-height:26px; background-image:url(/img/buyer/template/sys_title_bg.gif); background-repeat:no-repeat; width:363px}
  17. #title ul li{ display:inline;font-size:12px; color:#ffffff; text-align:left; list-style:none; margin-left:25px; font-weight:bold;}
  18. /**
  19. *
  20. */
  21. table.search-form-table {
  22. width: 100%;
  23. text-align: left;
  24. background-color: #C8CAC9;
  25. font-size: 12px;
  26. font-weight: bold;
  27. border-spacing: 1px;
  28. }
  29. table.search-form-table th {
  30. background: url("/img/buyer/button/bullet_01.gif") no-repeat;
  31. background-position: 4px 9px;
  32. background-color: #e8f2f4;
  33. color: #545766;
  34. font-weight: bold;
  35. height: 25px;
  36. padding-left: 12px;
  37. text-align: left;
  38. }
  39. table.search-form-table td {
  40. background-color: #FEFEFE;
  41. padding: 1px 1px 1px 4px;
  42. }
  43. table.search-form-table td.button {
  44. text-align: center;
  45. font-weight: normal;
  46. }
  47. TABLE.search_edge_table {
  48. width : 100%;
  49. background-color : #C3C3C3;
  50. cellpadding : 0px;
  51. cellspacing : 1px;
  52. }
  53. TABLE.insert_button_table {
  54. width : 100%;
  55. cellpadding : 0px;
  56. cellspacing : 0px;
  57. align : left;
  58. }
  59. TABLE.search_table {
  60. width : 100%;
  61. align : center;
  62. table-layout:fixed;
  63. background-color : #C3C3C3;
  64. }
  65. TABLE.data_table {
  66. width : 100%;
  67. align : center;
  68. table-layout:fixed;
  69. background-color : #C3C3C3;
  70. }
  71. TD {
  72. FONT-FAMILY : "굴림", "돋음", "Arial";
  73. FONT-SIZE : 9pt;
  74. COLOR : #222222;
  75. TEXT-DECORATION : none;
  76. }
  77. TD.button_text1 {
  78. height:20;
  79. TEXT-INDENT : 5px;
  80. FONT-FAMILY : "굴림", "돋음", "Arial";
  81. FONT-SIZE : 9pt;
  82. PADDING : 0 0 0 0;
  83. COLOR : #FFFFFF;
  84. font-weight : bold;
  85. background-image: url(/img/buyer/button/bt.gif);
  86. }
  87. TD.button_text2 {
  88. height:20;
  89. TEXT-INDENT : 5px;
  90. FONT-FAMILY : "굴림", "돋음", "Arial";
  91. FONT-SIZE : 9pt;
  92. PADDING : 0 0 0 0;
  93. COLOR : #FFFFFF;
  94. font-weight : bold;
  95. background-image: url(/img/buyer/button/bt.gif);
  96. }
  97. SELECT {
  98. BACKGROUND-IMAGE : url(/img/buyer/icon/required.gif);
  99. BACKGROUND-POSITION : top left;
  100. BACKGROUND-REPEAT : no-repeat;
  101. }
  102. SELECT.required {
  103. BACKGROUND-IMAGE : url(/img/buyer/icon/required.gif);
  104. BACKGROUND-POSITION : top left;
  105. BACKGROUND-REPEAT : no-repeat;
  106. }
  107. /* 화면 타이틀의 테이블 */
  108. .screen_title_table {
  109. width : 100%;
  110. cellpadding : 0px;
  111. cellspacing : 0px;
  112. align : center;
  113. }
  114. /* 화면 타이틀의 텍스트 속성 */
  115. .screen_title_text {
  116. font-family : "굴림", "돋음", "Arial"; font-size:14px; font-weight:bold; color:black;
  117. }
  118. /* 검색 조건 - 검색 타이틀 영역 */
  119. .search_table_title {
  120. background-color: #e1e0e0; text-indent: 5px; font-family:"돋움"; font-size:11px; color:#5e5e5e; font-weight:bold;
  121. }
  122. /* 검색 조건 - 검색 데이터 영역 */
  123. .search_table_data {
  124. background-color : #FEFEFE;
  125. }
  126. /* 검색조건 영역과 검색버튼 영역을 구분하는 세로선 */
  127. .search_table_vertical_line {
  128. width : 1px;
  129. background-color : #C3C3C3;
  130. }
  131. /* 검색버튼 영역 */
  132. .search_button {
  133. background-color : #FEFEFE;
  134. }
  135. /* 검색버튼 DIV */
  136. .button_style {
  137. CURSOR : HAND;
  138. TEXT-ALIGN : CENTER;
  139. }
  140. .button_style1 {
  141. CURSOR : HAND;
  142. TEXT-ALIGN : LEFT;
  143. }
  144. /* 버튼 좌측 */
  145. .button_left1 {
  146. width : 10;
  147. height : 20;
  148. background-image: url(/img/buyer/button/bt_left_search.gif);
  149. }
  150. /* 버튼 좌측 */
  151. .button_left2 {
  152. width : 10;
  153. height : 20;
  154. background-image: url(/img/buyer/button/bt_left_search.gif);
  155. }
  156. /* 버튼 우측 */
  157. .button_right {
  158. width : 8;
  159. height : 20;
  160. background-image: url(/img/buyer/button/bt_right.gif);
  161. }
  162. /* 검색조건 가로 구분선 */
  163. .search_table_horizon_line {
  164. height : 1px;
  165. background-image: url(/img/buyer/common/dot_cols.gif);
  166. }
  167. /* 검색조건 영역과 데이터 영역의 구분 간격 */
  168. .search_data_div_height {
  169. width : 100%;
  170. height : 6px;
  171. background-color : #FFFFFF;
  172. }
  173. /* */
  174. .sheet_table_style{
  175. border : 0;
  176. width : 100%;
  177. border-spacing: 0px 0px ;
  178. }
  179. /* 입력 - 타이틀 영역 */
  180. .insert_table_title {
  181. background-color : #e1e0e0;
  182. TEXT-INDENT : 5px;
  183. COLOR : #FFFFFF;
  184. background-color: #e1e0e0; text-indent: 5px; font-family:"돋움"; font-size:11px; color:#5e5e5e; font-weight:bold;
  185. }
  186. /*************/
  187. /* 입력 폼 필드 */
  188. /*************/
  189. /* 일반 */
  190. .input {
  191. FONT-FAMILY : "굴림" ;
  192. FONT-SIZE : 9pt ;
  193. BORDER : #6A6A6A ;
  194. BORDER-STYLE : solid ;
  195. BORDER-TOP-WIDTH : 1px ;
  196. BORDER-RIGHT-WIDTH : 1px ;
  197. BORDER-BOTTOM-WIDTH : 1px ;
  198. BORDER-LEFT-WIDTH : 1px ;
  199. COLOR : #595A5A ;
  200. PADDING-LEFT : 3px;
  201. PADDING-TOP : 2px;
  202. }
  203. /* SELECT */
  204. .input_select {
  205. /*behavior:url('/js/selectbox.htc') ;*/
  206. FONT-SIZE: 9pt;
  207. COLOR: #666666;
  208. BACKGROUND-COLOR: #ffffff;
  209. border: 1px solid #B0B0B0;
  210. padding-right: 1px;
  211. padding-left: 1px;
  212. }
  213. /* INPUT TAG Style size-1 를 해줘야 크기가 같다. */
  214. .input_bold {
  215. FONT-FAMILY : "bold", "Arial" ;
  216. FONT-SIZE : 9pt ;
  217. BORDER : #6A6A6A ;
  218. BORDER-STYLE : solid ;
  219. BORDER-TOP-WIDTH : 1px ;
  220. BORDER-RIGHT-WIDTH : 1px ;
  221. BORDER-BOTTOM-WIDTH : 1px ;
  222. BORDER-LEFT-WIDTH : 1px ;
  223. COLOR : #595A5A ;
  224. PADDING-LEFT : 3px;
  225. PADDING-TOP : 0.5px;
  226. }
  227. /* INPUT TAG Style */
  228. .input_textarea {
  229. FONT-FAMILY : "굴림", "Arial" ;
  230. FONT-SIZE : 9pt ;
  231. BORDER : #6A6A6A ;
  232. BORDER-STYLE : solid ;
  233. BORDER-TOP-WIDTH : 1px ;
  234. BORDER-RIGHT-WIDTH : 1px ;
  235. BORDER-BOTTOM-WIDTH : 1px ;
  236. BORDER-LEFT-WIDTH : 1px ;
  237. COLOR : #595A5A ;
  238. PADDING-LEFT : 3px;
  239. PADDING-TOP : 2px;
  240. }
  241. /* INPUT TAG Style */
  242. .input_blank {
  243. FONT-FAMILY : "굴림", "Arial" ;
  244. FONT-SIZE : 9pt ;
  245. BORDER-STYLE : solid ;
  246. BORDER : 0px ;
  247. COLOR : #595A5A ;
  248. PADDING-LEFT : 3px;
  249. PADDING-TOP : 2px;
  250. }
  251. /* INPUT TAG Style size-1 를 해줘야 크기가 같다. */
  252. .input_blank_bold {
  253. FONT-FAMILY : "bold", "Arial" ;
  254. FONT-SIZE : 9pt ;
  255. BORDER-STYLE : solid ;
  256. BORDER : 0px ;
  257. COLOR : #595A5A ;
  258. PADDING-LEFT : 3px;
  259. PADDING-TOP : 0.5px;
  260. }
  261. .input_blank_title {
  262. FONT-FAMILY : "굴림", "Arial" ;
  263. FONT-SIZE : 9pt ;
  264. BORDER-STYLE : solid ;
  265. BORDER : 0px ;
  266. PADDING-LEFT : 3px;
  267. PADDING-TOP : 2px;
  268. BACKGROUND-COLOR : #5F86B6 ;
  269. COLOR : #ffffff ;
  270. }
  271. /* 조직코드 입력 => 화면 높이에 맞추기 위해서 SELECT LIST 의 높이를 줄인 class */
  272. .input_search_select_lowheight {
  273. border : 1 solid #224585 ;
  274. background-color : #ffffff ;
  275. font-size : 11px ;
  276. font-family : "돋움","돋움체","Arial" ;
  277. color : #224585 ;
  278. cursor : text ;
  279. height : 15
  280. }
  281. /* popup */
  282. .p_box{border:3px solid #336699;background-color:#fff;}
  283. .p_cont { padding-top:12px; width:98%;}
  284. #title_pop{margin-left:0; background-color:#213d87; width:auto; }
  285. #title_pop ul{ margin:0; padding:0; display: inline-block; line-height:26px; background-image:url(/img/buyer/template/pop_up_title_bg.gif); background-repeat:no-repeat; width:100%;}
  286. #title_pop ul li{ display:inline;font-size:12px; color:#ffffff; text-align:left; list-style:none; margin-left:25px; font-weight:bold;}
  287. .icon_x{width:100%; position:absolute;top:7px; text-align:right}