Add CSS files

This commit is contained in:
2025-05-12 15:46:13 +00:00
parent 967007b0c7
commit 4a4ed02e8a
583 changed files with 83461 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
.AjaxSearch { position:absolute; width:300px; background-color:white; border:1px black solid; padding: 10px; padding: 10px inportant!; padding-top:0px; padding-top:0px important!; padding-bottom:0px; padding-bottom:0px important!; }
.AjaxSearchInputSearch { width:100%; }
.AjaxSearchSeparator { width:100%; height:1px; padding: 0px; padding: 0px important!; }
.AjaxSearchDivList { position:relative; width:100%; max-height:300px; overflow:auto; }
.AjaxSearchDivList div { border-bottom:1px #999999 dashed; cursor:pointer; }
.AjaxSearchPositionDivSelected { background-color:#99FFFF; }
.AjaxSearchPositionTable { border-spacing:0; border-collapse:collapse; }
.AjaxSearchPositionTableCode { color:#0000FF; }
.AjaxSearchPositionTablePrice { color:#FF0000; }
.AjaxSearchPositionTableName { color:#006600; }
.AjaxSearchCloseIcon { position:absolute; right:5px; top:5px; cursor:pointer; }
.AjaxSearch_ddiv { position:relative; left:0px; top:0px; width:100%; height:25px; padding-top:10px; padding-top:10px important!; cursor:move; }
.AjaxSearchPin { position:absolute; right:25px; top:7px; cursor: pointer; }

View File

@@ -0,0 +1,28 @@
@charset "utf-8";
/* CSS Document */
.list_statusMenu {
position: absolute;
left: 0;
top: 0;
padding: 0px;
background-color: #FFFFFF;
border: 1px #CCCCCC solid;
border-top: none;
}
.list_statusMenu div {
border-top: 1px #CCCCCC solid;
}
.list_statusMenu div img {
padding-right: 2px;
}
.list_statusMenuPositionEnabled {
}
.list_statusMenuPositionDisabled {
}

View File

@@ -0,0 +1,137 @@
.positions tbody {
}
.positions {
background-color: white;
width: 100%;
border-collapse: separate;
table-layout:fixed;
}
.positions tr {
}
.positions td {
padding: 2px;
vertical-align: center;
}
.positions thead {
background-color: rgb(224,240,255);
text-align: center;
}
.positions thead tr {
height: 24px;
}
.positions thead td {
border: 1px solid rgb(48,192,255);
height: 0px;
font-family: Arial;
font-size: 12px;
color: black;
}
.positions tbody {
}
.positions tbody td {
border-color: rgb(199,199,199);
border-width: 1px;
border-right-style: dashed;
border-bottom-style: solid;
font-family: Arial;
font-size: 12px;
color: black;
vertical-align: top;
margin:0px; padding:0px;
}
.select {
background-color: rgb(255,255,204);
}
.positions .inputs {
background-color: white;
border: none;
width: 100%;
height: 16px;
font-family: Arial;
font-size: 12px;
}
.positions input {
font-family: Arial;
font-size: 12px;
}
.positions select {
font-family: Arial;
font-size: 12px;
}
.positions textarea {
background-color: white;
border: none;
width: 100%;
height: 16px;
font-family: Arial;
font-size: 12px;
overflow: auto;
}
.selectedRow { background-color: rgb(255,255,204); }
.selectedRow .inputs { background-color: rgb(255,255,204); }
.selectedRow textarea { background-color: rgb(255,255,204); }
.selectedCell { background-color: rgb(240,255,160); }
.selectedCell .inputs { background-color: rgb(240,255,160); }
.selectedCell textarea { background-color: rgb(240,255,160); }
.positions tbody .TD0, .TD1, .TD3, .TD5, .TD7 { text-align: center; }
.positions tbody .TD4, .TD6 { text-align: right; }
.positionsLabel {
border: 1px dashed rgb(48,192,255);
border-bottom: 0px;
border-left: 0px;
border-right: 0px;
background-color: rgb(224,240,255);
font-weight: 700;
font-family: Arial;
font-size: 12px;
color: black;
text-align: center;
width: 40%;
height: 24px;
}
.positionsField {
border: 1px dashed rgb(48,192,255);
border-bottom: 0px;
border-left: 0px;
border-right: 0px;
background-color: white;
font-family: Arial;
font-size: 12px;
color: black;
font-weight: 700;
width: 60%;
height: 24px;
text-align: right;
margin-right: 10%;
padding-right: 10px;
}
.transparent_class {
position:absolute;
left:0;
top:0;
background-color:#CCCCCC;
filter:alpha(opacity=25);
-moz-opacity:0.25;
-khtml-opacity: 0.25;
opacity: 0.25;
}
.transparent_class_loading {
position:absolute;
left:0;
top:0;
background-color:#CCCCCC;
filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}
.transparent_class_loading_image {
position:relative;
left:50%;
top:20;
z-index:999;
}