home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.tcs3.com
/
ftp.tcs3.com.tar
/
ftp.tcs3.com
/
DRIVERS
/
Audio
/
Office2010
/
ProPlus.WW
/
ProPsWW2.cab
/
OLIVEGREEN.CSS4
< prev
next >
Wrap
Text File
|
2007-02-04
|
2KB
|
113 lines
BODY
{
background-image: url(../bg_OliveGreen.gif);
}
BODY, TABLE, TR, TD, DIV, SPAN, FONT, INPUT, BUTTON {
font-family: verdana;
font-size: 12px;
}
FONT, .staticText {
color: #182112;
}
.formHeading {
font-size: 25px;
font-weight: bold;
color: #576335;
}
HR {
color: #BBBEA0;
}
.sectionHeading {
font-size: 16px;
font-weight: bold;
color: #182112;
background-color: #A5A889;
width: 100%;
padding: 2px 2px 2px 4px;
}
.button {
color: #3F4223;
background-color: #E4EDDE;
}
.dateButton, .customButton {
color: #3F4223;
background-color: #E4EDDE;
margin-left: 2px;
height: 21px;
}
.highlightField
{
background-color: #182112;
}
.highlightField FONT
{
color: #A5A889;
}
.hoverField
{
background-color: #293223;
}
.hoverField FONT
{
color: #B6B99A;
}
/* 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;
}