0byt3m1n1
Path:
C:
/
Program Files (x86)
/
Microsoft Office
/
Office12
/
1033
/
GrooveForms5
/
FormsStyles
/
[
Home
]
File: SoftBlue.css
* { font-family: "Verdana", sans-serif; font-size: 10pt; font-weight: normal; } BODY { background: url(SoftBlue/background.gif); padding: 0; color: #333366; } .sectionHeading, .button, .activeTab, .inactiveTab { font-weight: bold; } .system, .inputPreview, .textareaPreview, .selectPreview, .selectPreview { { color: #333366; } BUTTON { text-align: center; } FONT, .staticText { color: #333366; } HR { color: #F0F5FB; } INPUT.text { color: #333366; border: 1px solid #666666; margin-bottom: 5px; height: 24px; } TEXTAREA { color: #333366; border: 1px solid #666666; margin-bottom: 5px; } INPUT.radio, INPUT.checkbox, TEXTAREA, SELECT { color: #333366; margin-bottom: 5px; } .formHeading { font-size: 18pt; color: #333366; width: 100%; padding-bottom: 7px; border-bottom: 1px dashed white; margin-bottom: 5px; } .sectionHeading { font-size: 12pt; color: #333366; margin-bottom: 5px; } .fieldLabel { color: #333366; } .button { color: #5578A9; background-color: #F1F6FC; border-top: 1px solid; border-left: 1px solid; border-right: 2px double; border-bottom: 2px double; font-size: 12pt; margin-bottom: 5px; } .dateButton, .customButton { color: #5578A9; background-color: #F1F6FC; border-top: 1px solid; border-left: 1px solid; border-right: 2px double; border-bottom: 2px double; margin-left: 2px; height: 24px; margin-bottom: 5px; } .customButton { height: 19px; } TABLE { width: 100%; } #HeadingTable, #FieldsTable { background-color: #E0E8F3; } #HeadingTable { border-top: 12px solid #E0E8F3; border-left: 12px solid #E0E8F3; border-right: 12px solid #E0E8F3; } #FieldsTable { border-top: 12px solid #E0E8F3; border-bottom: 7px solid #E0E8F3; border-left: 12px solid #E0E8F3; border-right: 12px solid #E0E8F3; } .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; color: #666666; } .activeTab { background-image: url(SoftBlue/tab_on.gif); color: #666666; } .inactiveTab { background-image: url(SoftBlue/tab_off.gif); border-right: 1px solid #C3BFBF; } .tabContents{ background-color: rgb(239,239,239); border-top: 2px solid #999999; padding-top: 15px; } /* 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; }