home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.tcs3.com
/
ftp.tcs3.com.tar
/
ftp.tcs3.com
/
DRIVERS
/
Audio
/
Office2010
/
ProPlus.WW
/
ProPsWW.cab
/
SOFTBLUE.CSS4
< prev
next >
Wrap
Text File
|
2007-02-04
|
5KB
|
250 lines
BODY
{
background: url(SoftBlue/background.gif);
padding: 0;
font-family: verdana;
font-weight: normal;
font-size: 11px;
color: #333366;
}
.system, .inputPreview, .textareaPreview, .selectPreview, .selectPreview {
{
font-family: verdana;
font-weight: normal;
font-size: 11px;
color: #333366;
}
BUTTON
{
text-align: center;
}
FONT, .staticText
{
font-family: verdana;
font-weight: normal;
font-size: 11px;
color: #333366;
}
.formHeading
{
font-family: verdana;
font-size: 22px;
font-weight: normal;
color: #333366;
width: 100%;
padding-bottom: 7px;
border-bottom: 1px dashed white;
margin-bottom: 5px;
}
HR
{
color: #F0F5FB;
}
INPUT.text {
font-family: verdana;
font-size: 11px;
font-weight: normal;
color: #333366;
border: 1px solid #666666;
margin-bottom: 5px;
height: 24px;
}
TEXTAREA {
font-family: verdana;
font-size: 11px;
font-weight: normal;
color: #333366;
border: 1px solid #666666;
margin-bottom: 5px;
}
INPUT.radio, INPUT.checkbox, TEXTAREA, SELECT
{
color: #333366;
font-family: verdana;
font-size: 11px;
font-weight: normal;
margin-bottom: 5px;
}
.sectionHeading {
font-size: 14px;
font-weight: bold;
color: #333366;
margin-bottom: 5px;
}
.fieldLabel {
font-family: verdana;
font-size: 11px;
font-weight: normal;
color: #333366;
}
.button {
color: #5578A9;
background-color: #F1F6FC;
border-top: 1px solid;
border-left: 1px solid;
border-right: 2px double;
border-bottom: 2px double;
font-weight: bold;
font-size: 13px;
margin-bottom: 5px;
}
.dateButton, .customButton {
color: #5578A9;
background-color: #F1F6FC;
border-top: 1px solid;
border-left: 1px solid;
border-right: 2px double;
border-bottom: 2px double;
margin-left: 2px;
height: 24px;
margin-bottom: 5px;
}
.customButton {
height: 19px;
}
TABLE {
width: 100%;
}
#HeadingTable, #FieldsTable
{
background-color: #E0E8F3;
}
#HeadingTable
{
border-top: 12px solid #E0E8F3;
border-left: 12px solid #E0E8F3;
border-right: 12px solid #E0E8F3;
}
#FieldsTable
{
border-top: 12px solid #E0E8F3;
border-bottom: 7px solid #E0E8F3;
border-left: 12px solid #E0E8F3;
border-right: 12px solid #E0E8F3;
}
.highlightField
{
background-color: #999999;
}
.highlightField FONT
{
color: #663333;
}
.hoverField
{
background-color: #AAAAAA;
}
.hoverField FONT
{
color: #774444;
}
.activeTab, .inactiveTab {
cursor: default;
padding: 8px 10px 8px 10px;
border-right: 1px solid #C3BFBF;
border-left: 1px solid #C3BFBF;
background-color: transparent;
font-family: verdana;
font-size: 11px;
font-weight: bold;
color: #666666;
}
.activeTab {
background-image: url(SoftBlue/tab_on.gif);
background-color: transparent;
border-right: 1px solid #C3BFBF;
color: #666666;
font-family: verdana;
font-size: 11px;
font-weight: bold;
}
.inactiveTab {
background-image: url(SoftBlue/tab_off.gif);
background-color: transparent;
color: #999999;
border-right: 1px solid #C3BFBF;
font-family: verdana;
font-size: 11px;
font-weight: bold;
}
.tabContents{
background-color: rgb(239,239,239);
border-top: 2px solid #999999;
padding-top: 15px;
}
/* field-group of class stdButtonBar will display at top right of the form - use for action-buttons */
.stdButtonBar {
position: absolute;
top: 0px;
right: -10px;
height: 43px;
padding-top: 10px;
padding-right: 7px;
padding-left: 5px;
}
/* other handy general-purpose classnames */
.boldface * {
font-weight: bold !important;
}
.italic * {
font-style: italic !important;
}
.bigtext * {
font-size: 11pt !important;
}
.bigbold * {
font-size: 11pt !important;
font-weight: bold !important;
}
.smalltext * {
font-size: 8pt !important;
}
.boldtabs .activeTab {
font-weight: bold !important;
}
.boldtabs .inactiveTab {
font-weight: bold !important;
}
/* textarea shouldn't have a scrollbar unless it's got lots of content */
TEXTAREA {
overflow: auto;
}
/* Buttons have a hand cursor */
.button, .dateButton, .customButton {
cursor: hand;
}