init
This commit is contained in:
@@ -0,0 +1,115 @@
|
||||
|
||||
|
||||
<style>
|
||||
|
||||
body {
|
||||
scrollbar-face-color:#C4BEAC;
|
||||
scrollbar-shadow-color:#C4BCB0;
|
||||
scrollbar-highlight-color:#DFDAC6;
|
||||
scrollbar-3dlight-color:#BBB49F;
|
||||
scrollbar-darkshadow-color:#aBB4aF;
|
||||
scrollbar-track-color:#DEDAC7;
|
||||
scrollbar-arrow-color:#ACA28A;
|
||||
}
|
||||
|
||||
.input_text { height:20px; background-color:white;border:1 solid #C7BB83 ; font-family:gulim; font-size:9pt }
|
||||
input_radio { height:20px; background-color:white;border:0 solid #E8E7CF ; font-family:gulim; font-size:9pt }
|
||||
input_select { height:20px; background-color:white;border:0 solid #E8E7CF ; font-family:gulim; font-size:9pt }
|
||||
|
||||
input, form,select,option { font-family:돋움,굴림,seoul,arial; font-size:9pt; color:#515151;}
|
||||
|
||||
/*--- INPUT TEXT Type 필드 설정 --------------------------------------------------------------------------*/
|
||||
.inputbox { font-family:돋움,굴림,seoul,arial; font-size:9pt; color:#515151;border-style : solid; border-width:1px; border-color:#DCD7BC}
|
||||
.inputboxko { font-family:돋움,굴림,seoul,arial; font-size:9pt; color:#515151;border-style : solid; border-width:1px;ime-mode:active; border-color:#DCD7BC}
|
||||
.inputreadonly { font-family:돋움,굴림,seoul,arial; font-size:9pt; color:#515151;border-style : none;}
|
||||
.inputreadonlybox { font-family:돋움,굴림,seoul,arial; font-size:9pt; color:#515151;border-style : solid; border-width:1px; border-color:#e8e7cf}
|
||||
.inputreadonlyright { font-family:돋움,굴림,seoul,arial; font-size:9pt; color:#515151;border-style : none; text-align : right;}
|
||||
.inputboxright { font-family:돋움,굴림,seoul,arial; font-size:9pt; color:#515151;border-style : solid; border-width:1px;text-align : right; border-color:#DCD7BC}
|
||||
.inputboxkoright { font-family:돋움,굴림,seoul,arial; font-size:9pt; color:#515151;border-style : solid; border-width:1px;ime-mode:active;text-align : right; border-color:#DCD7BC}
|
||||
|
||||
/*--- TABLE TR Type 필드 설정 --------------------------------------------------------------------------*/
|
||||
.popuptr1 {font-family:돋움,굴림,seoul,arial; font-size:12px; color: #515151; line-height:18px; background-color:#EAE9C8; cursor:hand; }
|
||||
.popuptr2 {font-family:돋움,굴림,seoul,arial; font-size:12px; color: #515151; line-height:18px; background-color:#EEEDD5; cursor:hand;}
|
||||
.popupselect {font-family:돋움,굴림,seoul,arial; font-size:12px; color: #515151; line-height:18px; background-color:#DAD8C6; cursor:hand;}
|
||||
.popuptrhead {font-family:돋움,굴림,seoul,arial; font-size:12px; color: #515151; line-height:18px; text-align : right; vertical-align : middle; background-color:#C2B787}
|
||||
|
||||
.datatr1 {font-family:돋움,굴림,seoul,arial; font-size:12px; color: #515151; line-height:18px; background-color:#EFEFEF; cursor:hand; }
|
||||
.datatr2 {font-family:돋움,굴림,seoul,arial; font-size:12px; color: #515151; line-height:18px; background-color:#E7E7E7; cursor:hand; }
|
||||
.dataselect {font-family:돋움,굴림,seoul,arial; font-size:12px; color: #515151; line-height:18px; background-color:#CECED7; cursor:hand;}
|
||||
.datatrhead {font-family:돋움,굴림,seoul,arial; font-size:12px; color: #515151; line-height:18px;text-align : right; vertical-align : middle; background-color:#999999}
|
||||
/*--- TABLE TD Type 필드 설정 --------------------------------------------------------------------------*/
|
||||
.tdtitle {font-family:돋움,굴림,seoul,arial; font-size:12px; color: #515151; line-height:18px; background-color:#E8E7CF; vertical-align : middle; }
|
||||
.tddata {font-family:돋움,굴림,seoul,arial; font-size:12px; color: #515151; line-height:18px; background-color:#F8F8F3; vertical-align : middle; }
|
||||
.tdbutton {font-family:돋움,굴림,seoul,arial; font-size:12px; color: #515151; line-height:18px; background-color:#EAE9E3; vertical-align : middle; }
|
||||
|
||||
/*--- TABLE TD Type 필드 설정 --------------------------------------------------------------------------*/
|
||||
.tdtitle {font-family:돋움,굴림,seoul,arial; font-size:12px; color: #515151; line-height:18px; background-color:#E8E7CF; vertical-align : middle; }
|
||||
.tddata {font-family:돋움,굴림,seoul,arial; font-size:12px; color: #515151; line-height:18px; background-color:#F8F8F3; vertical-align : middle; }
|
||||
.tdbutton {font-family:돋움,굴림,seoul,arial; font-size:12px; color: #515151; line-height:18px; background-color:#EAE9E3; vertical-align : middle; }
|
||||
|
||||
|
||||
|
||||
img { border:none; }
|
||||
|
||||
a:link { font-family : "돋움", "돋움체", "Verdana", "Helvetica";font-size: 12px; text-decoration: none; color:"#816441"}
|
||||
a:visited { font-family : "돋움", "돋움체", "Verdana", "Helvetica";font-size: 12px; text-decoration: none; color:"#816441"}
|
||||
a:hover { font-family : "돋움", "돋움체", "Verdana", "Helvetica";font-size: 12px; text-decoration: none; color:"#816441"}
|
||||
|
||||
|
||||
td { color:#7F7F7F; font-size:12px; line-height:15px; font-family:돋움, arial; }
|
||||
|
||||
.edit
|
||||
{
|
||||
BACKGROUND-COLOR: #ffffff;
|
||||
BORDER-BOTTOM: #D1BA93 1px solid;
|
||||
BORDER-LEFT: #D1BA93 1px solid;
|
||||
BORDER-RIGHT: #D1BA93 1px solid;
|
||||
BORDER-TOP: #D1BA93 1px solid;
|
||||
COLOR: #5B5B5B;
|
||||
FONT-FAMILY: 돋움;
|
||||
FONT-SIZE: 12px
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
.tt {color: #2276A6}
|
||||
|
||||
.style1 {color: #816441}
|
||||
.style2 {
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
color: #333333;
|
||||
}
|
||||
.style3 {
|
||||
font-size:12px;
|
||||
font-weight: bold;
|
||||
color: #333333;
|
||||
}
|
||||
|
||||
.calendar {
|
||||
behavior:url(../img/image/calendar/htc_calendar2.htc);
|
||||
BACKGROUND-COLOR: #ffffff;
|
||||
BORDER: #D1BA93 1px solid;
|
||||
COLOR: #5B5B5B;
|
||||
FONT-FAMILY: 돋움;
|
||||
FONT-SIZE: 12px
|
||||
}
|
||||
|
||||
/* table********/
|
||||
.fontbrown {font-size:12px;color:#816442;font-family:dotum;font-weight:bold}/*?? ???*/ }
|
||||
.fontorange {font-size:12px;color:#f16815;font-family:dotum;font-weight:bold}/*?? ???*/ }
|
||||
.fontwhitepop {font-size:14px;color:#ffffff;font-family:dotum;font-weight:bold}/*?? ???*/ }
|
||||
.tbln1 { background-color:#d1bb94;/*Table BG 1 */ }
|
||||
.tbln2 { background-color:#e2d6c5;color:#816442;font-weight:bold; /* ?? Table ??? BG 1 */ }
|
||||
.tbln3 { background-color:#ffffff;/* ?? Table BODY BG */}
|
||||
.tt {color: #2276A6}
|
||||
|
||||
/*Form*/
|
||||
.inputBox {border:1px solid #d9d9F0;background-color:#FFFFFF;color:#585858; font-family:dotum,verdana; font-size:12px}
|
||||
.select2 {font-size:11px;color:#4A4A4A;background-color:#F9F9F9; /* ?? selectbox */}
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,47 @@
|
||||
BODY
|
||||
{
|
||||
BACKGROUND-COLOR: #FFFFFF;
|
||||
COLOR: #333366;
|
||||
FONT-FAMILY: 'Times New Roman'
|
||||
}
|
||||
H1
|
||||
{
|
||||
COLOR: #6666CC;
|
||||
FONT-FAMILY: 'Times New Roman';
|
||||
TEXT-TRANSFORM: capitalize
|
||||
}
|
||||
H2
|
||||
{
|
||||
COLOR: #6666CC;
|
||||
FONT-FAMILY: 'Times New Roman';
|
||||
TEXT-TRANSFORM: capitalize
|
||||
}
|
||||
H3
|
||||
{
|
||||
COLOR: #6666CC;
|
||||
FONT-FAMILY: 'Times New Roman';
|
||||
TEXT-TRANSFORM: capitalize
|
||||
}
|
||||
|
||||
H4
|
||||
{
|
||||
COLOR: #6666CC;
|
||||
FONT-FAMILY: 'Times New Roman';
|
||||
TEXT-TRANSFORM: capitalize
|
||||
}
|
||||
|
||||
H5
|
||||
{
|
||||
COLOR: #6666CC;
|
||||
FONT-FAMILY: 'Times New Roman';
|
||||
TEXT-TRANSFORM: capitalize
|
||||
}
|
||||
H6
|
||||
{
|
||||
COLOR: #6666CC;
|
||||
FONT-FAMILY: 'Times New Roman';
|
||||
TEXT-TRANSFORM: capitalize
|
||||
}
|
||||
TH {
|
||||
color: #6060cc
|
||||
}
|
||||
@@ -0,0 +1,48 @@
|
||||
|
||||
|
||||
<style>
|
||||
|
||||
body
|
||||
{
|
||||
scrollbar-face-color: #F5F5F5; scrollbar-shadow-color: #CCCCCC;
|
||||
scrollbar-highlight-color: #FFFFFF; scrollbar-3dlight-color: #FFFFFF;
|
||||
scrollbar-darkshadow-color: #F5F5F5; scrollbar-track-color: #EFEFEF;
|
||||
scrollbar-arrow-color: #7E7E7E;
|
||||
}
|
||||
|
||||
img { border:none; }
|
||||
|
||||
a:link { font-family : "µ¸¿ò", "µ¸¿òü", "Verdana", "Helvetica";font-size: 12px; text-decoration: none; color:"#816441"}
|
||||
a:visited { font-family : "µ¸¿ò", "µ¸¿òü", "Verdana", "Helvetica";font-size: 12px; text-decoration: none; color:"#816441"}
|
||||
a:hover { font-family : "µ¸¿ò", "µ¸¿òü", "Verdana", "Helvetica";font-size: 12px; text-decoration: none; color:"#816441"}
|
||||
|
||||
|
||||
td { color:#7F7F7F; font-size:12px; line-height:15px; font-family:µ¸¿ò, arial; }
|
||||
|
||||
.edit
|
||||
{
|
||||
BACKGROUND-COLOR: #ffffff;
|
||||
BORDER-BOTTOM: #D1BA93 1px solid;
|
||||
BORDER-LEFT: #D1BA93 1px solid;
|
||||
BORDER-RIGHT: #D1BA93 1px solid;
|
||||
BORDER-TOP: #D1BA93 1px solid;
|
||||
COLOR: #5B5B5B;
|
||||
FONT-FAMILY: µ¸¿ò;
|
||||
FONT-SIZE: 12px
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
.tt {color: #2276A6}
|
||||
|
||||
.style1 {color: #816441}
|
||||
.style2 {
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
color: #333333;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,59 @@
|
||||
|
||||
|
||||
<style>
|
||||
|
||||
BODY { margin:0; background-color:#FFFFFF; }
|
||||
body
|
||||
{
|
||||
scrollbar-face-color: #F5F5F5; scrollbar-shadow-color: #CCCCCC;
|
||||
scrollbar-highlight-color: #FFFFFF; scrollbar-3dlight-color: #FFFFFF;
|
||||
scrollbar-darkshadow-color: #F5F5F5; scrollbar-track-color: #EFEFEF;
|
||||
scrollbar-arrow-color: #7E7E7E;
|
||||
}
|
||||
|
||||
img { border:none; }
|
||||
|
||||
a:link { font-family : "µ¸¿ò", "µ¸¿òü", "Verdana", "Helvetica";font-size: 12px; text-decoration: none; color:"#039489"}
|
||||
a:visited { font-family : "µ¸¿ò", "µ¸¿òü", "Verdana", "Helvetica";font-size: 12px; text-decoration: none; color:"#039489"}
|
||||
a:hover { font-family : "µ¸¿ò", "µ¸¿òü", "Verdana", "Helvetica";font-size: 12px; text-decoration: none; color:"#039489"}
|
||||
a.location:link { font-family: "µ¸¿ò", "µ¸¿òü", "Verdana", "Helvetica"; font-size: 11px; color: #039489; text-decoration: none; }
|
||||
a.location:visited { font-family: "µ¸¿ò", "µ¸¿òü", "Verdana", "Helvetica"; font-size: 11px; color: #039489; text-decoration: none; }
|
||||
a.location:hover { font-family: "µ¸¿ò", "µ¸¿òü", "Verdana", "Helvetica"; font-size: 11px; color: #039489; text-decoration: none; }
|
||||
a.location:active { font-family: "µ¸¿ò", "µ¸¿òü", "Verdana", "Helvetica"; font-size: 11px; color: #039489; text-decoration: none; }
|
||||
|
||||
td { color:#7F7F7F; font-size:12px; line-height:19px; font-family:µ¸¿ò, arial; }
|
||||
|
||||
.edit
|
||||
{
|
||||
BACKGROUND-COLOR: #ffffff;
|
||||
BORDER-BOTTOM: #CCCCCC 1px solid;
|
||||
BORDER-LEFT: #CCCCCC 1px solid;
|
||||
BORDER-RIGHT: #CCCCCC 1px solid;
|
||||
BORDER-TOP: #CCCCCC 1px solid;
|
||||
COLOR: #5B5B5B;
|
||||
FONT-FAMILY: µ¸¿ò;
|
||||
FONT-SIZE: 12px
|
||||
}
|
||||
.back {
|
||||
background-attachment: scroll;
|
||||
background-image: url(../images/sub_back.gif);
|
||||
background-repeat: repeat-y;
|
||||
background-position: right left;
|
||||
}
|
||||
|
||||
.style1 {
|
||||
color: #0099CC;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
||||
.tt {color: #2276A6}
|
||||
.style2 {
|
||||
color: #1D6A98;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,59 @@
|
||||
|
||||
|
||||
<style>
|
||||
|
||||
BODY { margin:0; background-color:#FFFFFF; }
|
||||
body
|
||||
{
|
||||
scrollbar-face-color: #F5F5F5; scrollbar-shadow-color: #CCCCCC;
|
||||
scrollbar-highlight-color: #FFFFFF; scrollbar-3dlight-color: #FFFFFF;
|
||||
scrollbar-darkshadow-color: #F5F5F5; scrollbar-track-color: #EFEFEF;
|
||||
scrollbar-arrow-color: #7E7E7E;
|
||||
}
|
||||
|
||||
img { border:none; }
|
||||
|
||||
a:link { font-family : "µ¸¿ò", "µ¸¿òü", "Verdana", "Helvetica";font-size: 12px; text-decoration: none; color:"#816441"}
|
||||
a:visited { font-family : "µ¸¿ò", "µ¸¿òü", "Verdana", "Helvetica";font-size: 12px; text-decoration: none; color:"#816441"}
|
||||
a:hover { font-family : "µ¸¿ò", "µ¸¿òü", "Verdana", "Helvetica";font-size: 12px; text-decoration: none; color:"#816441"}
|
||||
a.location:link { font-family: "µ¸¿ò", "µ¸¿òü", "Verdana", "Helvetica"; font-size: 11px; color: #039489; text-decoration: none; }
|
||||
a.location:visited { font-family: "µ¸¿ò", "µ¸¿òü", "Verdana", "Helvetica"; font-size: 11px; color: #039489; text-decoration: none; }
|
||||
a.location:hover { font-family: "µ¸¿ò", "µ¸¿òü", "Verdana", "Helvetica"; font-size: 11px; color: #039489; text-decoration: none; }
|
||||
a.location:active { font-family: "µ¸¿ò", "µ¸¿òü", "Verdana", "Helvetica"; font-size: 11px; color: #039489; text-decoration: none; }
|
||||
|
||||
td { color:#7F7F7F; font-size:12px; line-height:19px; font-family:µ¸¿ò, arial; }
|
||||
|
||||
.edit
|
||||
{
|
||||
BACKGROUND-COLOR: #ffffff;
|
||||
BORDER-BOTTOM: #CCCCCC 1px solid;
|
||||
BORDER-LEFT: #CCCCCC 1px solid;
|
||||
BORDER-RIGHT: #CCCCCC 1px solid;
|
||||
BORDER-TOP: #CCCCCC 1px solid;
|
||||
COLOR: #5B5B5B;
|
||||
FONT-FAMILY: µ¸¿ò;
|
||||
FONT-SIZE: 12px
|
||||
}
|
||||
.back {
|
||||
background-attachment: scroll;
|
||||
background-image: url(../images/sub_back.gif);
|
||||
background-repeat: repeat-y;
|
||||
background-position: right left;
|
||||
}
|
||||
|
||||
.style1 {
|
||||
color: #0099CC;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
||||
.tt {color: #2276A6}
|
||||
.style2 {
|
||||
color: #1D6A98;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,36 @@
|
||||
a:link
|
||||
{ font-family: "", "", "Arial", "Verdana"; color: #FF6600; text-decoration: none}
|
||||
a:active
|
||||
{ font-family: "", "", "Arial", "Verdana"; color: #FF6600; text-decoration: none}
|
||||
a:visited
|
||||
{ font-family: "", "", "Arial", "Verdana"; color: #000000; text-decoration: none}
|
||||
a:hover
|
||||
{ font-family: "", "", "Arial", "Verdana"; color: #00ffff; text-decoration: none}
|
||||
|
||||
a.navi02:link { font-family: "", "", "Arial", "Verdana"; font-size: 12px; color: #836741; text-decoration: none}
|
||||
a.navi02:visited { font-family: "", "", "Arial", "Verdana"; font-size: 12px; color: #836741; text-decoration: none}
|
||||
a.navi02:hover { font-family: "", "", "Arial", "Verdana"; font-size: 12px; color: #FF6600; text-decoration: underline}
|
||||
|
||||
.mh
|
||||
{ font-family: "", "", "Arial", "Verdana"; color: #FF6600; font-size: 9pt; font-style: normal; font-weight: bold; font-variant: normal}
|
||||
|
||||
.mhs
|
||||
{ font-family: "", "", "Arial", "Verdana"; color: #FF6600; font-size: 9pt; font-style: normal; font-weight: normal; font-variant: normal}
|
||||
|
||||
.menu
|
||||
{ font-family: "", "", "Arial", "Verdana"; color: #836741; font-size: 9pt; font-style: normal; font-weight: normal; font-variant: normal; text-decoration: none}
|
||||
.menu a:link
|
||||
{ font-family: "", "", "Arial", "Verdana"; color: #836741; font-size: 9pt; font-style: normal; font-weight: normal; font-variant: normal; text-decoration: none}
|
||||
.menu a:visited
|
||||
{ font-family: "", "", "Arial", "Verdana"; color: #836741; font-size: 9pt; font-style: normal; font-weight: normal; font-variant: normal; text-decoration: none}
|
||||
.menu a:hover
|
||||
{ font-family: "", "", "Arial", "Verdana"; color: #FF6600; font-size: 9pt; font-style: normal; font-weight: normal; font-variant: normal; text-decoration: none}
|
||||
|
||||
td { font-family: "u", "u", "Arial", "Verdana"; font-size: 12px}
|
||||
select { font-family: "u", "u", "Arial", "Verdana"; font-size: 12px }
|
||||
text { font-family: "u", "u", "Arial", "Verdana"; font-size: 12px }
|
||||
textfield { font-family: "u", "u", "Arial", "Verdana"; font-size: 12px }
|
||||
.Biztitle { font-family: "", "", "Arial", "Verdana"; font-size: 14px; font-weight: bold}
|
||||
.btn2 { font-size: 12px; background-image: url(image/bizbtn_bg.gif) ; background-position: 0px 0px; background-color: #F5F2EB; clear: none; float: none; clip: rect(0px 0px 0px 0px); vertical-align: text-bottom; color: #3F280A; height: 20px; width: 20px; cursor: hand; border-style: none; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding: 3px 0px 0px 1px; margin: 0px;}
|
||||
.btn { font-size: 12px; background-image: url(image/bizbtn_bg.gif) ; background-position: 0px 0px; background-color: #F5F2EB; clear: none; float: none; clip: rect(0px 0px 0px 0px); vertical-align: text-bottom; color: #3F280A; height: 20px; width: 42px; cursor: hand; border-style: none; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding: 3px 0px 0px 1px; margin: 0px;}
|
||||
.btn1 { font-size: 12px; background-image: url(image/bizbtn_bg.gif) ; background-position: 0px 0px; background-color: #F5F2EB; clear: none; float: none; clip: rect(0px 0px 0px 0px); vertical-align: text-bottom; color: #3F280A; height: 20px; width: 84px; cursor: hand; border-style: none; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding: 3px 0px 0px 1px; margin: 0px;}
|
||||
Reference in New Issue
Block a user