0byt3m1n1
Path:
C:
/
Program Files (x86)
/
Microsoft Office
/
Office12
/
1033
/
GrooveForms5
/
FormsStyles
/
[
Home
]
File: Sts2.css
* { font-family: "Trebuchet", sans-serif; font-size: 10pt; font-weight: normal; } BODY { background-image: url(STS2/background.gif); background-color: transparent; margin-top: 0px; margin-bottom: 0px; color: #666666; } TEXTAREA, SELECT, INPUT.text, INPUT.checkbox, .system, .inputPreview, .textareaPreview, .selectPreview, .formHeading, .sectionHeading, .button, .activeTab, .inactiveTab { font-weight: bold; } .system, .inputPreview, .textareaPreview, .selectPreview { color: #666666; } TABLE { width: 100%; } #FieldsTable { border: 5px solid #FFFFFF; border-top-width: 0px; } FORM { width: 100%; background-color: #FFFFFF; } FONT, .staticText { color: #666666; } HR { color: #5A8AC6; } SELECT { color: #666666; } TEXTAREA { color: #666666; border: 1px solid #CFCFCF; } INPUT.text { color: #666666; border: 1px solid #CFCFCF; } INPUT.checkbox { color: #666666; } .formHeading { background-image: url(STS2/header.gif); color: white; font-size: 18pt; width: 100%; padding-top: 16px; padding-bottom: 16px; border-bottom: 4px solid #D7F0F8; margin-bottom: 5px; } .sectionHeading { font-size: 12pt; width: 100%; color: #147DD0; margin-bottom: 5px; } .button { color: #237C99; text-align: center; background-color: #D7F0F8; cursor: hand; border: 1px solid #CFCFCF; } .dateButton, .customButton { color: #237C99; background-color: #D7F0F8; border: 1px solid #CFCFCF; cursor: hand; margin-left: 2px; height: 19px; } .customButton { height: 21px; } .highlightField { background-color: #808080; } .highlightField FONT { color: #3165CE; } .hoverField { background-color: #919191; } .hoverField FONT { color: #4276DF; } .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(STS2/tab_on.gif); color: #666666; } .inactiveTab { background-image: url(STS2/tab_off.gif); color: #999999; } .tabContents{ margin-bottom: 20px; background-color: rgb(239,239,239); border-top: 2px dashed #cccccc; 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; }