home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.tcs3.com
/
ftp.tcs3.com.tar
/
ftp.tcs3.com
/
DRIVERS
/
Audio
/
Office2010
/
ProPlus.WW
/
ProPsWW2.cab
/
BRIGHTORANGE.CSS4
< prev
next >
Wrap
Text File
|
2007-02-04
|
4KB
|
229 lines
BODY {
background-image: url(BrightOrange/background.gif);
background-color: #ffffff;
font-family: Trebuchet, sans-serif;
font-size: 11px;
}
.system, .inputPreview, .textareaPreview, .selectPreview, .selectPreview {
font-family: Trebuchet, sans-serif;
font-size: 11px;
font-weight: bold;
}
TABLE {
width: 100%;
}
#HeadingTable, #FieldsTable {
font-family: Trebuchet, sans-serif;
font-size: 11px;
}
#FieldsTable {
border: 5px solid #FFFFFF;
border-top-width: 0px;
}
FORM {
background-color: #FFFFFF;
font-family: Trebuchet, sans-serif;
font-size: 11px;
}
FONT, .staticText
{
font-family: Trebuchet, sans-serif;
font-size: 11px;
color: #000000;
}
.formHeading {
background-color: #FF9900;
color: white;
font-family: trebuchet;
font-size: 20px;
font-weight: bold;
width: 100%;
padding-top: 12px;
padding-bottom: 12px;
margin-bottom: 5px;
}
HR {
color: #666666;
}
TEXTAREA {
font-family: Trebuchet, sans-serif;
font-size: 11px;
font-weight: bold;
color: #666666;
border: solid 1px #CFCFCF;
}
SELECT {
font-size: 11px;
font-family: Trebuchet, sans-serif;
font-weight: bold;
color: #666666;
}
input.text {
font-family: Trebuchet, sans-serif;
font-size: 11px;
font-weight: bold;
color: #666666;
border: solid 1px #CFCFCF;
}
input.checkbox {
font-family: Trebuchet, sans-serif;
font-size: 11px;
font-weight: bold;
color: #666666;
}
.sectionHeading {
font-family: trebuchet, sans;
font-size: 14px;
font-weight: bold;
width: 100%;
color: #FF3300;
margin-bottom: 15px;
}
.button {
font-family: trebuchet, sans;
font-size: 11px;
font-weight: bold;
color: #FFFFFF;
height: 18px;
text-align: center;
background-image: url(BrightOrange/button.gif);
border: 1px solid #666666;
cursor: hand;
}
.dateButton, .customButton {
margin-left: 2px;
height: 18px;
border: 1px solid #666666;
cursor: hand;
}
.customButton {
height: 20px;
}
.highlightField
{
background-color: #808080;
}
.highlightField FONT
{
color: #3165CE;
}
.hoverField
{
background-color: #919191;
}
.hoverField FONT
{
color: #4276DF;
}
.activeTab, .inactiveTab {
cursor: default;
padding: 8px 10px 8px 10px;
border-right: 1px solid #C3BFBF;
border-left: 1px solid #C3BFBF;
background-color: transparent;
font-family: trebuchet;
font-size: 11px;
font-weight: bold;
}
.activeTab {
background-image: url(BrightOrange/tab_on.gif);
background-color: transparent;
border-right: 1px solid #C3BFBF;
color: #666666;
font-family: trebuchet;
font-size: 11px;
font-weight: bold;
}
.inactiveTab {
background-image: url(BrightOrange/tab_off.gif);
background-color: transparent;
color: #999999;
border-right: 1px solid #C3BFBF;
font-family: trebuchet;
font-size: 11px;
font-weight: bold;
}
.tabContents{
background-color: rgb(239,239,239);
border-top: 2px dashed #cccccc;
font-family: trebuchet;
font-size: 11px;
font-weight: normal;
padding-top: 10px;
margin-bottom: 30px;
}
/* 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;
}