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.
273 lines
6.1 KiB
273 lines
6.1 KiB
/* ---------------------------------------------------- */
|
|
/* 2k3Widgets (2k3MenuSelect) Stylesheet */
|
|
/* */
|
|
/* Copyright ?002-2004 Stedy Software and Systems */
|
|
/* Please see http://www.stedy.com for terms of use. */
|
|
/* ---------------------------------------------------- */
|
|
|
|
|
|
/* ---------------------------------------------------- */
|
|
/* MDI application styles */
|
|
/* ---------------------------------------------------- */
|
|
body
|
|
{
|
|
background-color: #C3DAF9;
|
|
scroll: no;
|
|
margin: 0px;
|
|
border: none;
|
|
overflow: auto;
|
|
}
|
|
#bodyDiv
|
|
{
|
|
font: messagebox;
|
|
color: windowtext;
|
|
background-color: window;
|
|
border: 1px solid #002D96;
|
|
position: absolute;
|
|
top: expression(myButtonBar.offsetHeight + 3 + "px");
|
|
left: 3px;
|
|
height: expression(document.body.offsetHeight - myButtonBar.offsetHeight - 6 + "px");
|
|
width: expression(myButtonBar.offsetWidth - 6 + "px");
|
|
overflow: auto;
|
|
}
|
|
|
|
|
|
/* ---------------------------------------------------- */
|
|
/* 2k3ShadowElement */
|
|
/* ---------------------------------------------------- */
|
|
.2k3ShadowElement
|
|
{
|
|
background-color: #000080;
|
|
position: absolute;
|
|
filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=6);
|
|
visibility: hidden;
|
|
}
|
|
|
|
|
|
/* ---------------------------------------------------- */
|
|
/* 2k3MenuSelect */
|
|
/* ---------------------------------------------------- */
|
|
.2k3MenuSelect,
|
|
.2k3MenuSelectOver,
|
|
.2k3MenuSelectActive,
|
|
.2k3MenuSelectDisabled
|
|
{
|
|
behavior: url(/js/2k3MenuSelect.htc);
|
|
noImageUrl: /images/transparent.gif;
|
|
background-color: window;
|
|
color: menutext;
|
|
font: menu;
|
|
height: 18px;
|
|
padding: 2px, 2px, 2px, 4px;
|
|
cursor: default;
|
|
vertical-align: top;
|
|
overflow: hidden;
|
|
}
|
|
.2k3MenuSelect
|
|
{
|
|
border: none;
|
|
margin: 1px, 1px, 1px, 1px;
|
|
}
|
|
.2k3MenuSelectDisabled
|
|
{
|
|
border: 1px solid buttonshadow;
|
|
height: 20px;
|
|
margin: 0px, 0px, 0px, 0px;
|
|
}
|
|
.2k3MenuSelect .2k3MenuSelectButton
|
|
{
|
|
background-image: url(/images/2k3MenuSelect.gif);
|
|
border-left: 1px solid window;
|
|
color: menutext;
|
|
font-family: webdings;
|
|
font-size: 6pt;
|
|
text-align: center;
|
|
position: relative;
|
|
top: -2px;
|
|
left: expression(this.parentElement.offsetWidth - 17);
|
|
height: 18px;
|
|
width: 12px;
|
|
padding: 0px, 0px, 0px, 1px;
|
|
}
|
|
.2k3MenuSelectDisabled .2k3MenuSelectButton
|
|
{
|
|
background-color: buttonface;
|
|
border-left: 1px solid buttonface;
|
|
color: buttonshadow;
|
|
font-family: webdings;
|
|
font-size: 6pt;
|
|
text-align: center;
|
|
position: relative;
|
|
top: -2px;
|
|
left: expression(this.parentElement.offsetWidth - 20);
|
|
height: 18px;
|
|
width: 14px;
|
|
padding: 0px, 0px, 0px, 2px;
|
|
}
|
|
.2k3MenuSelectOver,
|
|
.2k3MenuSelectActive
|
|
{
|
|
border: 1px solid #000080;
|
|
height: 20px;
|
|
margin: 0px, 0px, 0px, 0px;
|
|
}
|
|
.2k3MenuSelectOver .2k3MenuSelectButton
|
|
{
|
|
background-image: url(/images/2k3MenuSelectOver.gif);
|
|
border-left: 1px solid #000080;
|
|
color: menutext;
|
|
font-family: webdings;
|
|
font-size: 6pt;
|
|
text-align: center;
|
|
position: relative;
|
|
top: -2px;
|
|
left: expression(this.parentElement.offsetWidth - 20);
|
|
height: 18px;
|
|
width: 14px;
|
|
padding: 0px, 0px, 0px, 2px;
|
|
}
|
|
.2k3MenuSelectActive .2k3MenuSelectButton
|
|
{
|
|
background-image: url(/images/2k3MenuSelectActive.gif);
|
|
border-left: 1px solid #000080;
|
|
color: menutext;
|
|
font-family: webdings;
|
|
font-size: 6pt;
|
|
text-align: center;
|
|
position: relative;
|
|
top: -2px;
|
|
left: expression(this.parentElement.offsetWidth - 20);
|
|
height: 18px;
|
|
width: 14px;
|
|
padding: 0px, 0px, 0px, 2px;
|
|
}
|
|
.2k3MenuSelectCaption
|
|
{
|
|
position: absolute;
|
|
color: menutext;
|
|
font: menu;
|
|
text-align: left;
|
|
overflow: hidden;
|
|
padding: 2px, 0px, 1px, 3px;
|
|
top: 0px;
|
|
left: 0px;
|
|
height: 100%;
|
|
width: expression(this.parentElement.offsetWidth - 17);
|
|
z-index: 5000;
|
|
}
|
|
.2k3MenuSelectDisabled .2k3MenuSelectCaption
|
|
{
|
|
background-color: buttonface;
|
|
color: graytext;
|
|
width: expression(this.parentElement.offsetWidth - 16);
|
|
}
|
|
.2k3MenuSelectDropdown
|
|
{
|
|
background-color: window;
|
|
border: 1px solid #002D96;
|
|
position: absolute;
|
|
overflow: auto;
|
|
visibility: hidden;
|
|
}
|
|
.2k3MenuSelectDropdown TABLE
|
|
{
|
|
color: menutext;
|
|
font: menu;
|
|
cursor: default;
|
|
}
|
|
.itemValue
|
|
{
|
|
display: none;
|
|
}
|
|
.itemTag
|
|
{
|
|
display: none;
|
|
}
|
|
|
|
|
|
/* ---------------------------------------------------- */
|
|
/* 2k3MenuSelectItem */
|
|
/* ---------------------------------------------------- */
|
|
.2k3MenuSelectItem
|
|
{
|
|
white-space: nowrap;
|
|
text-align: left;
|
|
}
|
|
.2k3MenuSelectItem .itemImage
|
|
{
|
|
background-color: window;
|
|
border-width: 1px 0px 1px 1px;
|
|
border-style: solid;
|
|
border-color: window;
|
|
padding-left: 2px;
|
|
}
|
|
.2k3MenuSelectItem .itemCaption
|
|
{
|
|
color: windowtext;
|
|
background-color: window;
|
|
padding: 0px 0px 0px 4px;
|
|
border-width: 1px 1px 1px 0px;
|
|
border-style: solid;
|
|
border-color: window;
|
|
padding: 1px 0px 1px 0px;
|
|
width: 100%;
|
|
}
|
|
|
|
|
|
/* ---------------------------------------------------- */
|
|
/* 2k3MenuSelectItemOver */
|
|
/* ---------------------------------------------------- */
|
|
.2k3MenuSelectItemOver
|
|
{
|
|
white-space: nowrap;
|
|
text-align: left;
|
|
}
|
|
.2k3MenuSelectItemOver .itemImage
|
|
{
|
|
background-color: #FFEEC2;
|
|
border-width: 1px 0px 1px 1px;
|
|
border-style: solid;
|
|
border-color: #000080;
|
|
padding-left: 2px;
|
|
}
|
|
.2k3MenuSelectItemOver .itemCaption
|
|
{
|
|
color: windowttext;
|
|
background-color: #FFEEC2;
|
|
padding: 0px 0px 0px 4px;
|
|
border-width: 1px 1px 1px 0px;
|
|
border-style: solid;
|
|
border-color: #000080;
|
|
padding: 1px 0px 1px 0px;
|
|
width: 100%;
|
|
}
|
|
|
|
|
|
/* ---------------------------------------------------- */
|
|
/* 2k3MenuSelectItemSelected */
|
|
/* ---------------------------------------------------- */
|
|
.2k3MenuSelectItemSelected
|
|
{
|
|
white-space: nowrap;
|
|
text-align: left;
|
|
}
|
|
.2k3MenuSelectItemSelected .itemImage
|
|
{
|
|
background-color: #000080;
|
|
border-width: 1px 0px 1px 1px;
|
|
border-style: solid;
|
|
border-color: #000080;
|
|
padding-left: 2px;
|
|
}
|
|
.2k3MenuSelectItemSelected .itemCaption
|
|
{
|
|
color: white;
|
|
background-color: #000080;
|
|
padding: 0px 0px 0px 4px;
|
|
border-width: 1px 1px 1px 0px;
|
|
border-style: solid;
|
|
border-color: #000080;
|
|
padding: 1px 0px 1px 0px;
|
|
width: 100%;
|
|
}
|