0byt3m1n1
Path:
C:
/
Program Files (x86)
/
Microsoft Office
/
Office12
/
1033
/
GrooveForms5
/
FormsStyles
/
[
Home
]
File: SpringGreen.css
* { font-family: "Verdana", sans-serif; font-size: 10pt; font-weight: normal; } BODY { background-color: #CFE4EF; color: #333366; } TEXTAREA, SELECT, INPUT.text, .system, .inputPreview, .textareaPreview, .selectPreview, .formHeading, .sectionHeading, .button, .activeTab, .inactiveTab { font-weight: bold; } TABLE { width: 100%; } #FieldsTable { border: 5px solid #CFE4EF; border-top-width: 0px; } FONT, .staticText { color: #333366; } HR { color: #E9F3F8; } .formHeading { font-size: 20pt; color: #598D42; padding-top: 12px; padding-bottom: 12px; background-color: #BDEF8C; margin-bottom: 5px; } .sectionHeading { font-size: 12pt; color: #598D42; padding-bottom: 5px; } .fieldLabel { color: #333366; } .button { color: #32681B; height: 29px; background-image: url(SpringGreen/button.gif); border-left: 1px solid #84AD51; border-right: 1px solid #84AD51; border-top: 1px solid #84AD51; border-bottom: 1px solid #84AD51; } .dateButton, .customButton { color: #32681B; background-image: url(SpringGreen/button.gif); border: 1px solid #84AD51; margin-left: 2px; height: 17px; } .customButton { height: 19px; } TEXTAREA { color: #333366; background-color: #ffffff; border: 1px solid #7F9DB9; } SELECT { color: #333366; background-color: #ffffff; border: 1px solid #7F9DB9; } INPUT.text { color: #333333; background-color: #ffffff; border: 1px solid #7F9DB9; } INPUT.radio { color: #333366; } .highlightField { background-color: #999999; } .highlightField FONT { color: #663333; } .hoverField { background-color: #AAAAAA; } .hoverField FONT { color: #774444; } .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(SpringGreen/tab_on.gif); color: #666666; } .inactiveTab { background-image: url(SpringGreen/tab_off.gif); color: #999999; } .tabContents{ background-color: rgb(239,239,239); border-top: 1px solid #BBBBBB; padding-top: 10px; } /* 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; }