You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
115 lines
2.5 KiB
115 lines
2.5 KiB
/******************* HTML5 *******************/ |
|
body { |
|
background-color: #FFFFFF; |
|
margin: 0; |
|
min-width:1250px; |
|
} |
|
table { |
|
border: 0px; |
|
width: 100%; |
|
border-spacing: 0; |
|
border-collapse: collapse; |
|
} |
|
#formDiv table { |
|
width: auto; |
|
} |
|
imgae { |
|
margin: 0; |
|
} |
|
td>input{ |
|
box-sizing: border-box; |
|
} |
|
td>textarea{ |
|
box-sizing: border-box; |
|
} |
|
.trail { |
|
font-family: "굴림"; |
|
font-size: 15px; |
|
font-style: normal; |
|
line-height: normal; |
|
text-decoration: none; |
|
} |
|
.trail a:link {color: #004080;} |
|
.trail a:visited {color: #3366CC;} |
|
.trail a:active {color: #535353;} |
|
.trail a:hover {color: #FF6600;} |
|
|
|
.titleTable { |
|
width: 100%; |
|
} |
|
.titleTable td:first-child { |
|
width: 18px; |
|
height: 44px; |
|
} |
|
/******************* doc_regist.jsp *******************/ |
|
.tooltip { |
|
postion: relative; |
|
display: inline-block; |
|
border-bottom:1px dotted black; |
|
} |
|
.tooltip .tooltiptext{ |
|
visibility: hidden; |
|
width: 120px; |
|
background-color: black; |
|
color: #fff; |
|
text-align: center; |
|
padding : 5px 0; |
|
border-radius: 6px; |
|
position : absolute; |
|
z-index:1; |
|
} |
|
tooltip:hover .tooltiptext { |
|
visibility: visible; |
|
} |
|
.label-cotent1 { |
|
display: inline; |
|
width: 100%; |
|
padding: 3px; |
|
} |
|
.label-cotent1 input{ |
|
padding: 0; |
|
vertical-align:middle; |
|
} |
|
.pading_margin_zero{ |
|
padding: 0; |
|
margin: 0; |
|
} |
|
|
|
.iframeHidden { |
|
position: absolute; |
|
visibility: hidden; |
|
} |
|
.contentFrame { |
|
width: 100%; |
|
height:300px; |
|
border: 0; |
|
} |
|
.overlay{ |
|
top:175px; |
|
left:0; |
|
width:100%; |
|
height:310px; |
|
position:absolute; |
|
} |
|
.td_style1{ |
|
padding-left: 5px; |
|
text-align: left; |
|
width: 100%; |
|
} |
|
|
|
.wrap{margin:0; overflow: hidden;} |
|
.report_txt{font-size: 9pt; font-family: Gulim, Dotum, Arial; color: #000;} |
|
.report_list{margin:20px 0 0 0; padding:0; list-style: none;} |
|
.report_list th{font-size: 9pt; font-family: Gulim, Dotum, Arial; color: #555; border-bottom:1px solid #ccc;} |
|
.report_list td{height:19px;} |
|
.report_title{width:41%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;} |
|
.report_title a{width:100%; white-space: nowrap; text-overflow: ellipsis; text-decoration: none; border:none;} |
|
.report_title .report_title_prefix{color: #8e86d4;} |
|
.report_title .report_title_txt:hover{color: #088ce0;} |
|
|
|
.report_name_up{width:15%; text-align: center;} |
|
.report_onwer_name{width:10%; text-align: center;} |
|
.report_start_date{width:12%; text-align: center;} |
|
.report_end_date{width:12%; text-align: center;} |
|
.report_etc{text-align: center;} |
|
.report_no_data{padding:30px 0 0 0; text-align: center;}
|
|
|