0byt3m1n1
Path:
C:
/
Program Files (x86)
/
Microsoft Office
/
Office12
/
1033
/
GrooveForms5
/
FormsStyles
/
[
Home
]
File: Lime.css
* { font-family: "Trebuchet", sans-serif; font-size: 10pt; font-weight: normal; color: #808080; } BODY { background-color: #CCFF66; } SELECT, TEXTAREA, INPUT.text, INPUT.checkbox, .system, .inputPreview, .textareaPreview, .selectPreview, .formHeading, .sectionHeading, .button, .activeTab, .inactiveTab { font-weight: bold; } .system, .inputPreview, .textareaPreview, .selectPreview, .selectPreview { color: #808080; } TABLE { width: 100%; } #HeadingTable, #FieldsTable { color: #808080; } #FieldsTable { border: 5px solid #FFFFFF; border-top-width: 0px; } FORM { background-color: #FFFFFF; color: #808080; } FONT, .staticText { color: #808080; } .formHeading { background-color: #99CC33; color: white; font-size: 18pt; width: 100%; padding-top: 12px; padding-bottom: 12px; margin-bottom: 5px; } .sectionHeading { font-size: 14pt; width: 100%; color: #8BC11E; margin-bottom: 5px; } HR { color: #CCFF66; } SELECT { color: #808080; } TEXTAREA { color: #808080; border: solid 1px #CFCFCF; } INPUT.text { color: #808080; border: solid 1px #CFCFCF; } INPUT.checkbox { color: #808080; } .button { color: #FFFFFF; height: 22px; text-align: center; background-color: #99CC33; border: 2px outset #99CC33; cursor: hand; } .dateButton, .customButton { margin-left: 2px; height: 18px; background-color: #99CC33; border: 2px outset #99CC33; cursor: hand; } .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(Lime/tab_on.gif); color: #666666; } .inactiveTab { background-image: url(Lime/tab_off.gif); color: #999999; } .tabContents{ margin-top: 4px; margin-left: 4px; margin-right: 4px; margin-bottom: 20px; background-color: rgb(239,239,239); border-top: 1px solid #999999; color: #808080; 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; }