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.
69 lines
1.7 KiB
69 lines
1.7 KiB
/* ---------------------------------------------------- */
|
|
/* 2k3Widgets (2k3Dialog) Stylesheet */
|
|
/* */
|
|
/* Copyright ?002-2004 Stedy Software and Systems */
|
|
/* Please see http://www.stedy.com for terms of use. */
|
|
/* ---------------------------------------------------- */
|
|
|
|
|
|
|
|
/* ---------------------------------------------------- */
|
|
/* 2k3Dialog */
|
|
/* ---------------------------------------------------- */
|
|
.2k3Dialog
|
|
{
|
|
behavior: url(/js/2k3Dialog.htc);
|
|
closeImageUrl: /images/cmnuClose.gif;
|
|
position: absolute;
|
|
border: 2px outset window;
|
|
background-color: buttonface;
|
|
overflow: hidden;
|
|
cursor: default;
|
|
}
|
|
.2k3Dialog .windowCaption
|
|
{
|
|
background-color: activecaption;
|
|
padding: 2px 2px 3px 20px;
|
|
white-space: nowrap;
|
|
margin: 2px;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
color: captiontext;
|
|
font: caption;
|
|
cursor: default;
|
|
filter: Alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=0);
|
|
}
|
|
.2k3Dialog .captionImage
|
|
{
|
|
position: absolute;
|
|
left: 3px;
|
|
cursor: default;
|
|
}
|
|
.2k3Dialog .windowButtonClose
|
|
{
|
|
position: absolute;
|
|
border-left: 1px solid buttonhighlight;
|
|
border-top: 1px solid buttonhighlight;
|
|
border-bottom: 1px solid threeddarkshadow;
|
|
border-right: 1px solid threeddarkshadow;
|
|
background-color: buttonface;
|
|
cursor: default;
|
|
}
|
|
.2k3Dialog .windowButtonClose IMG
|
|
{
|
|
border-bottom: 1px solid buttonshadow;
|
|
border-right: 1px solid buttonshadow;
|
|
cursor: default;
|
|
}
|
|
.2k3Dialog .windowContent
|
|
{
|
|
background-color: window;
|
|
color: windowtext;
|
|
font: window;
|
|
padding: 0px;
|
|
margin: 0px 3px 3px 2px;
|
|
width: 0px;
|
|
height: 0px;
|
|
}
|
|
|