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.
205 lines
2.4 KiB
205 lines
2.4 KiB
/*
|
|
** Copyright (c) 2000 Microsoft Corporation
|
|
*/
|
|
|
|
.btnSelected
|
|
{
|
|
border-left: 2px black groove;
|
|
border-top: 2px black groove;
|
|
border-right: 1px black solid;
|
|
border-bottom: 1px black solid;
|
|
}
|
|
|
|
.btnNormal
|
|
{
|
|
border-left: 1px black solid;
|
|
border-top: 1px black solid;
|
|
border-right: 1px black groove;
|
|
border-bottom: 1px black groove;
|
|
}
|
|
|
|
.DisplayNone
|
|
{
|
|
Display :none;
|
|
}
|
|
|
|
.Display
|
|
{
|
|
Display :"";
|
|
}
|
|
|
|
.styBtnWidth
|
|
{
|
|
padding-left : 1em;
|
|
padding-right : 1em;
|
|
padding-top : 0.4em;
|
|
padding-bottom : 0.4em;
|
|
}
|
|
.MaxLayout
|
|
{
|
|
width: 100%;
|
|
Height:100%;
|
|
}
|
|
.MaxWidth
|
|
{
|
|
width:100%;
|
|
}
|
|
.width8
|
|
{
|
|
width:5px;
|
|
}
|
|
.width11
|
|
{
|
|
width:150px;
|
|
}
|
|
.MaxHeight
|
|
{
|
|
height:100%;
|
|
}
|
|
.height8
|
|
{
|
|
height:22px;
|
|
}
|
|
.height5
|
|
{
|
|
height:10px;
|
|
}
|
|
.height13
|
|
{
|
|
height:25px;
|
|
}
|
|
.height15
|
|
{
|
|
height:20px;
|
|
}
|
|
.border
|
|
{
|
|
border:1px black solid;
|
|
}
|
|
.padding1
|
|
{
|
|
padding:5px;
|
|
}
|
|
.padding2
|
|
{
|
|
padding-right:5px;
|
|
}
|
|
.padding5
|
|
{
|
|
padding-left:5px;
|
|
}
|
|
.padding6
|
|
{
|
|
padding-left:10px;
|
|
}
|
|
.padding4
|
|
{
|
|
padding-top:10px;
|
|
}
|
|
.padding7
|
|
{
|
|
padding-right:20px;
|
|
}
|
|
.padding8
|
|
{
|
|
padding-top:5px;
|
|
}
|
|
.padding3
|
|
{
|
|
padding-bottom:17px;
|
|
}
|
|
.valignbottom
|
|
{
|
|
vertical-align:bottom;
|
|
}
|
|
.valigntop
|
|
{
|
|
vertical-align:top;
|
|
}
|
|
.VAlign
|
|
{
|
|
Vertical-align:middle;
|
|
}
|
|
.Hidden
|
|
{
|
|
VISIBILITY: hidden;
|
|
}
|
|
.Overflow
|
|
{
|
|
overflow-y:auto;
|
|
overflow-x:hidden;
|
|
|
|
}
|
|
.Cursor
|
|
{
|
|
Cursor:hand;
|
|
}
|
|
helpcenter\:context
|
|
{
|
|
behavior : url(#default#pch_context);
|
|
}
|
|
|
|
|
|
|
|
|
|
/**********************************************************************************/
|
|
.styBlack
|
|
{
|
|
color: black;
|
|
}
|
|
.styChatColorBlue
|
|
{
|
|
color: #324395;
|
|
}
|
|
|
|
.styButton
|
|
{
|
|
color: "black";
|
|
cursor: hand;
|
|
font-family: Tahoma, Trebuchet MS, Verdana, Arial;
|
|
font-size: 8pt;
|
|
margin-top: 0px;
|
|
margin-bottom: 0px;
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
padding-top: 0px;
|
|
height: 25px;
|
|
width: 64px;
|
|
}
|
|
.styText
|
|
{
|
|
cursor: default;
|
|
font-family: Tahoma, Trebuchet MS, Verdana, Arial;
|
|
font-size: 8pt;
|
|
}
|
|
|
|
/**********************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|