0byt3m1n1
Path:
C:
/
Program Files (x86)
/
Microsoft Office
/
Office12
/
1033
/
GrooveForms5
/
FormsStyles
/
[
Home
]
File: LightSpirit.css
* { font-family: "Verdana", sans-serif; font-size: 10pt; font-weight: normal; } BODY { background-color: #FAFAE2; background-image: url(../bg_LightSpirit.gif); background-repeat: no-repeat; background-attachment: fixed; background-position: bottom right; } FONT, .staticText { color: #1A093B; } .formHeading { font-size: 22pt; font-weight: bold; color: #6494C4; } HR { color: #2A6DB3; } .sectionHeading { font-size: 12pt; font-weight: bold; color: #333366; background-color: #AFCAE6; width: 100%; padding: 2px 2px 2px 4px; } .button { color: #FFFFCC; background-color: #9CB2DF; } .dateButton, .customButton { color: #FFFFCC; background-color: #9CB2DF; margin-left: 2px; height: 21px; } .highlightField { background-color: #1A093B; } .highlightField FONT { color: #FFFFCC; } .hoverField { background-color: #2B1A4C; } .hoverField FONT { color: #FFFFDD; } /* 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; }