0byt3m1n1
Path:
C:
/
Program Files (x86)
/
Microsoft Office
/
Office12
/
1033
/
GrooveForms5
/
FormsStyles
/
[
Home
]
File: OliveGreen.css
* { font-family: "Verdana", sans-serif; font-size: 11pt; font-weight: normal; } BODY { background-image: url(../bg_OliveGreen.gif); } FONT, .staticText { color: #182112; } HR { color: #BBBEA0; } .formHeading, .sectionHeading { font-weight: bold; } .formHeading { font-size: 22pt; color: #576335; } .sectionHeading { font-size: 14pt; 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; }