0byt3m1n1
Path:
C:
/
Program Files (x86)
/
Microsoft Office
/
Office12
/
1033
/
GrooveForms5
/
FormsStyles
/
[
Home
]
File: GreenTea.css
* { font-family: "Georgia", serif; font-size: 12pt; font-weight: normal; } BODY { background-image: url(../bg_GreenTea.gif); } FONT, .staticText { color: #38473F; } HR { color: #E4E4BA; } .formHeading { font-size: 28pt; font-weight: bold; font-style: italic; color: #FFFFFF; } .sectionHeading { font-size: 14pt; font-weight: bold; color: #E4E4BA; background-color: #87B19B; width: 100%; padding: 2px 2px 2px 4px; } .button { color: #5E8D74; background-color: #E4E4BA; } .dateButton, .customButton { color: #5E8D74; background-color: #E4E4BA; margin-left: 2px; height: 23px; } .highlightField { background-color: #38473F; } .highlightField FONT { color: #87B19B; } .hoverField { background-color: #49584F; } .hoverField FONT { color: #98C2AC; } /* 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; }