0byt3m1n1
Path:
C:
/
Program Files (x86)
/
Microsoft Office
/
Office12
/
1033
/
GrooveForms5
/
FormsStyles
/
[
Home
]
File: Swirl.css
* { font-family: "Verdana", sans-serif; font-size: 10pt; font-weight: normal; } BODY { background-image: url(Swirl/background.gif); margin-top: 0px; margin-bottom: 0px; } TEXTAREA, INPUT.text, INPUT.checkbox, .system, .inputPreview, .textareaPreview, .selectPreview, .formHeading, .sectionHeading, .fieldLabel, .button, .activeTab, .inactiveTab { font-weight: bold; } .system, .inputPreview, .textareaPreview, .selectPreview { color: #999999; } TABLE { width: 100%; } #FieldsTable { border: 5px solid #FFFFFF; } FORM { width: 100%; height: 80%; padding: 0px; background-color: #FFFFFF; } FONT, .staticText { color: #666666; } .formHeading { font-size: 18pt; color: #ffffff; padding-top: 30px; padding-bottom: 30px; background-image: url(Swirl/header.gif); margin-bottom: 5px; } .sectionHeading { font-size: 12pt; color: #CC5200; padding-bottom: 5px; padding-top: 5px; } HR { color: #99CC00; } TEXTAREA { color: #999999; border: solid 1px #CFCFCF; } .fieldLabel { color: #999999; } INPUT.text { color: #999999; border: solid 1px #CFCFCF; } INPUT.checkbox { color: #999999; } INPUT.radio { color: #666666; } .button { text-align: center; color: #709A04; background-color: #E4F4B5; border: 1px solid outset; height: 22px; } .dateButton, .customButton { color: #709A04; background-color: #E4F4B5; border: 1px solid outset; margin-left: 2px; height: 17px; } .customButton { height: 18px; } .highlightField { background-color: #FDEA83; } .highlightField FONT { color: #EDB315; } .hoverField { background-color: #EFEFEF; } .hoverField FONT { color: #666666; } .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(Swirl/tab_on.gif); color: #666666; } .inactiveTab { background-image: url(Swirl/tab_off.gif); color: #999999; } .tabContents{ background-color: rgb(248,248,248); border-top: 1px solid #CCCCCC; } /* 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; }