Files
matrix/build/WebContent/css/div.css
2026-07-21 20:46:27 +05:30

297 lines
8.2 KiB
CSS

.ajaxmsg
{
background:url("/matrix/images/loading_circle.gif") 4px center no-repeat;
position:fixed;
top:5px;
text-indent:13px;
font-size:small;
padding:10px;
height:auto;
font-weight:bolder;
border:1px solid #FC3;
background-color:#FFC;
border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;
}
.gardientGrey
{
-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
box-shadow:inset 0px 1px 0px 0px #ffffff;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
background-color:#f9f9f9;
border:1px solid #a7abb4;
color:#111111;
font-family:Tahoma;
font-size:10pt;
font-weight:normal;
text-decoration:none;
text-shadow:1px 1px 0px #ffffff;
}
.buttonbar
{
-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
box-shadow:inset 0px 1px 0px 0px #ffffff;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bcbbbb), color-stop(1, #949393) );
background:-moz-linear-gradient( center top, #bcbbbb 5%, #949393 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbbbb', endColorstr='#949393');
background-color:#bcbbbb;
-moz-border-radius:4px 4px 0px 0px;
-webkit-border-radius:4px 4px 0px 0px;
border-radius:4px 4px 0px 0px;
border:1px solid #727272;
height:18px;
padding-top:4px;
padding-bottom:4px;
font-size:11pt;
}
.title
{
box-shadow:inset 0px 1px 0px 0px #ffffff;
background:#f8fafc;
-moz-border-radius:4px 4px 0px 0px;
-webkit-border-radius:4px 4px 0px 0px;
border-radius:4px 4px 0px 0px;
border:1px solid #9aa8b6;
color:#1f2933;
/*height:18px;*/
padding-top:4px;
padding-bottom:4px;
text-align:left;
font-size:11pt;
}
.title #icon
{
margin-left:8px;
border:none;
}
.title .matrix-title-action
{
margin-top:1px;
border:none;
position:absolute;
right:8px;
cursor:pointer;
}
.title #ctrldiv
{
border:none;
position:relative;
float:right;
right:13px;
overflow:visible;
text-align: right;
}
.title #title
{
margin-left:4px;
color:#303030;
font-weight:bold;
border:none;
}
#PageFrame {
background: #FDFDFD;
top:0px;
right:0px;
position:absolute;
width:100%;
border:none;
}
.FormPanel
{
border:1px solid #a7abb4;
background-color: #ece9d8;
overflow:visible;
}
.FormPanel table
{
border:none;
margin-top:5px;
margin-bottom:5px;
font-size:10pt;
}
.FormPanel table tr td
{
padding-left:5px;
font-size:10pt;
font-weight:bold;
text-transform:uppercase;
color:#202020;
}
.widget
{
height:auto;
display:inline-block;
margin-left:5px;
}
.lblcontainer
{
width:auto;
display:inline-block;
float:left;
padding:3px;
padding-top:5px;
line-height:auto;
}
.inputcontainer
{
width:auto;
line-height:auto;
display:inline-block;
float:left;
padding:3px;
height:auto;
}
#footer
{
border-top:1px solid #a7abb4;
text-align:center;
line-height:20px;
font-size:8pt;
width:98%;
padding-top:5px;
padding-bottom:5px;
position:absolute;
bottom:0px;
color:#636363;
}
.notice
{
overflow:auto;
font-size:9pt;
font-family:Tahoma;
text-align:justify;
letter-spacing:1pt;
padding:10px;
-moz-border-radius:6px 6px 6px 6px;
-webkit-border-radius:6px 6px 6px 6px;
border-radius:6px 6px 6px 6px;
}
.progressbar
{
background: #e5e5e5; /* Old browsers */
background: -moz-linear-gradient(top, #e5e5e5 0%, #f7f7f7 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e5e5e5 0%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e5e5e5 0%,#f7f7f7 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #e5e5e5 0%,#f7f7f7 100%); /* IE10+ */
background: linear-gradient(to bottom, #e5e5e5 0%,#f7f7f7 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
width:98%;
border:1px solid #a7abb4;
height:10px;
padding:0px;
}
.progressbar div
{
background: #b4e391; /* Old browsers */
background: -moz-linear-gradient(top, #b4e391 0%, #61c419 50%, #b4e391 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4e391), color-stop(50%,#61c419), color-stop(100%,#b4e391)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #b4e391 0%,#61c419 50%,#b4e391 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #b4e391 0%,#61c419 50%,#b4e391 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #b4e391 0%,#61c419 50%,#b4e391 100%); /* IE10+ */
background: linear-gradient(to bottom, #b4e391 0%,#61c419 50%,#b4e391 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4e391', endColorstr='#b4e391',GradientType=0 ); /* IE6-9 */
height:10px;
}
.icnwidget
{
background-color: #e4edf6;
margin-left:2px;
margin-top:1px;
text-indent:2px;
padding:2px;
cursor:pointer;
-moz-border-radius:2px 2px 2px 2px;
-webkit-border-radius:2px 2px 2px 2px;
border-radius:2px 2px 2px 2px;
border:1px dotted #214263;
}
.selCol
{
-moz-box-shadow:inset 0px 0px 5px 0px #878788;
-webkit-box-shadow:inset 0px 0px 5px 0px #878788;
box-shadow:inset 0px 0px 5px 0px #878788;
}
.toolbaricon
{
text-align:center;
margin:2px;
padding:2px;
cursor:pointer;
width:25;
height:20px;
display:inline-block;
border:1px solid #F9F9F9;
}
.toolbaricon:hover
{
background: #f4f4f4; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #f4f4f4 0%, #dedede 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#dedede)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f4f4f4 0%,#dedede 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f4f4f4 0%,#dedede 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f4f4f4 0%,#dedede 100%); /* IE10+ */
background: linear-gradient(to bottom, #f4f4f4 0%,#dedede 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#dedede',GradientType=0 ); /* IE6-8 */
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
border:1px solid #a7abb4;
}
.popup
{
width:200px;
height:auto;
background-color:#F9F9F9;
border:2px solid #a7abb4;
right:0px;
position:absolute;
overflow:auto;
display:none;
}
.popup #popupitem
{
padding-left:5px;
line-height:25px;
font-size:8pt;
border-bottom:1px dotted #a7abb4;
}
.popup #popupitem:hover
{
background-color: #e4edf6;
}
.expandmask
{
position:absolute;
height:100%;
width:100%;
background-color:#E3E3E3;
left:0;
top:0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
filter: alpha(opacity=100); /* IE 5-7 */
-moz-opacity: 1; /* Netscape */
-khtml-opacity: 1; /* Safari 1.x */
opacity: 1;
}
.expandmask .expandedcontent
{
margin:10px;
border:1px #c3c3c3 solid;
background-color:white;
overflow-y: scroll;
padding;10px;
}
html,
body,
#PageFrame {
min-height: 100%;
background-color: #cedde8 !important;
}