0byt3m1n1
Path:
C:
/
Program Files (x86)
/
Microsoft Office
/
Office12
/
1033
/
GrooveForms5
/
FormsStyles
/
[
Home
]
File: BrightOrange.css
* { font-family: "Trebuchet", sans-serif; font-size: 10pt; font-weight: normal; } BODY { background-image: url(BrightOrange/background.gif); background-color: #ffffff; } TEXTAREA, SELECT, INPUT.text, INPUT.radio, INPUT.checkbox, .system, .inputPreview, .textareaPreview, .selectPreview, .formHeading, .sectionHeading, .button, .activeTab, .inactiveTab { font-weight: bold; } TABLE { width: 100%; } #FieldsTable { border: 5px solid #FFFFFF; border-top-width: 0px; } FORM { background-color: #FFFFFF; } FONT, .staticText { color: #000000; } .formHeading { background-color: #FF9900; color: white; font-size: 18pt; width: 100%; padding-top: 12px; padding-bottom: 12px; margin-bottom: 5px; } .sectionHeading { font-size: 12pt; width: 100%; color: #FF3300; margin-bottom: 15px; } HR { color: #666666; } TEXTAREA { color: #666666; border: solid 1px #CFCFCF; overflow: auto; } SELECT { color: #666666; } INPUT.text { color: #666666; border: solid 1px #CFCFCF; } INPUT.checkbox { color: #666666; } .button { 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; } .activeTab { background-image: url(BrightOrange/tab_on.gif); color: #666666; } .inactiveTab { background-image: url(BrightOrange/tab_off.gif); color: #999999; } .tabContents{ background-color: rgb(239,239,239); border-top: 2px dashed #cccccc; 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; } /* Buttons have a hand cursor */ .button, .dateButton, .customButton { cursor: hand; }