231 lines
3.2 KiB
CSS
231 lines
3.2 KiB
CSS
<!--
|
|
body{
|
|
margin:5px 1px 1px 1px;
|
|
text-align:center;
|
|
background-color:EFEFEF;
|
|
}
|
|
table{
|
|
border-collapse: collapse;
|
|
border-color:#A0A0A0;
|
|
}
|
|
table.data{
|
|
background-color:white;
|
|
}
|
|
th{
|
|
font-size:13px;
|
|
background-color:#D0D0D0;
|
|
border-right:solid 1px black;
|
|
border-bottom:solid 1px black;
|
|
white-space:nowrap;
|
|
}
|
|
td{
|
|
font-size:14px;
|
|
padding:0;
|
|
border-color:#A0A0A0;
|
|
white-space:nowrap;
|
|
}
|
|
td.numeric{
|
|
text-align:center;
|
|
}
|
|
td.inputContainer{
|
|
background-image:url(../images/al_body_bg.gif);
|
|
}
|
|
td.zlzt0{
|
|
background-color:red;
|
|
}
|
|
td.zlzt1{
|
|
background-color:yellow;
|
|
}
|
|
td.zlzt2{
|
|
background-color:green;
|
|
}
|
|
td.sflz0{
|
|
color:red;
|
|
}
|
|
td.sflz1{
|
|
color:blue;
|
|
}
|
|
td.title{
|
|
font-weight:bold;
|
|
font-size:14px;
|
|
background-color:#0055E5;
|
|
text-align:left;
|
|
border:outset 2px;
|
|
color:white;
|
|
vertical-align:middle;
|
|
}
|
|
|
|
td.title1{
|
|
font-weight:bold;
|
|
font-size:14px;
|
|
background-color:red;
|
|
text-align:left;
|
|
border:outset 2px;
|
|
color:white;
|
|
vertical-align:middle;
|
|
}
|
|
td.title2{
|
|
font-weight:bold;
|
|
font-size:14px;
|
|
background-color:yellow;
|
|
text-align:left;
|
|
border:outset 2px;
|
|
color:white;
|
|
vertical-align:middle;
|
|
}
|
|
td.HR{
|
|
width:100%;
|
|
font-size:3px;
|
|
height:3px;
|
|
line-height:0px;
|
|
background-color:#0066CC;
|
|
}
|
|
td.copyRight{
|
|
font-size:12pt;
|
|
height:36pt;
|
|
font-weight:bold;
|
|
text-align:center;
|
|
color:#0066CC;
|
|
border-top-style:none;
|
|
border-top-width:15px;
|
|
border-left-width:1px;
|
|
border-bottom-width:2px;
|
|
border-bottom-style:none;
|
|
border-right-width:1px;
|
|
margin:9px 1px 9px 1px;
|
|
}
|
|
tr.unselected{
|
|
background-color:white;
|
|
}
|
|
tr.selected{
|
|
background-color:#C8DDF2;
|
|
}
|
|
tr.row0{
|
|
background-color:#D8EEF2;
|
|
}
|
|
tr.row1{
|
|
background-color:#D8EEF2;
|
|
}
|
|
tr.row2{
|
|
background-color:white;
|
|
}
|
|
tr.row3{
|
|
background-color:white;
|
|
}
|
|
input{
|
|
vertical-align:middle;
|
|
padding-bottom:0;
|
|
}
|
|
|
|
input.numericField{
|
|
ime-mode:disabled;
|
|
text-align:center;
|
|
width:100%;
|
|
border-right:none;
|
|
border-top:none;
|
|
border-left:none;
|
|
}
|
|
input.cellField{
|
|
ime-mode:disabled;
|
|
border-right:none;
|
|
border-top:none;
|
|
border-left:none;
|
|
}
|
|
input.salverField{
|
|
ime-mode:disabled;
|
|
border-right:none;
|
|
border-top:none;
|
|
border-left:none;
|
|
}
|
|
input.check{
|
|
height:15px;
|
|
width:15px;
|
|
}
|
|
input.input_login{
|
|
font-size:15px;
|
|
vertical-align:middle;
|
|
border-right: #ffffff 0px solid;
|
|
border-top: #ffffff 0px solid;
|
|
border-left: #ffffff 0px solid;
|
|
border-bottom: #ffffff 0px solid;
|
|
height:16px;
|
|
}
|
|
|
|
div.dialog{
|
|
position:absolute;
|
|
background-color:white;
|
|
border: solid blue 1px;
|
|
width:200px;
|
|
top:100px;
|
|
left:15px;
|
|
padding:1px;
|
|
}
|
|
|
|
div.modal{
|
|
position:absolute;
|
|
top:0px;
|
|
left:0px;
|
|
width:100%;
|
|
height:100%;
|
|
background-image:url(modal_overlay.gif);
|
|
}
|
|
div.titleBar{
|
|
background-color:#0066aa;
|
|
color:white;
|
|
border-bottom:solid black 1px;
|
|
width:100%;
|
|
height:16px;
|
|
overflow:hidden;
|
|
}
|
|
|
|
span.titleButton{
|
|
position=relative;
|
|
width:16px;
|
|
height:16px;
|
|
padding:0px;
|
|
margin:0px 0px 0px 0px;
|
|
float:right;
|
|
color:red;
|
|
}
|
|
|
|
a{color:blue;text-decoration: none;font-weight:bold;}
|
|
a:hover{ color:#db0010;text-decoration:underline}
|
|
|
|
ul{
|
|
list-style-type: square;
|
|
padding: 0;
|
|
margin-top: 1;
|
|
margin-bottom: 1;
|
|
margin-left: 10;
|
|
margin-right: 10;
|
|
font-size:20px;
|
|
}
|
|
ul.rk{
|
|
list-style-type: disc;
|
|
}
|
|
ul.ck{
|
|
list-style-type: circle;
|
|
}
|
|
li{
|
|
margin-top: 5;
|
|
}
|
|
|
|
.errorMsg{
|
|
color:red;
|
|
text-align:center;
|
|
font-weight:bold;
|
|
}
|
|
.tip{
|
|
margin-left: 15px;
|
|
text-align:left;
|
|
font-weight:bold;
|
|
color:blue;
|
|
}
|
|
.barcode
|
|
{
|
|
font-weight:bold;
|
|
font-name:impact;
|
|
font-size:16px;
|
|
color:blue;
|
|
}
|
|
--> |