| 1 | /* setup page */ |
|---|
| 2 | body { font-family: Helvetica, sans-serif; font-size: 10pt; margin: 0; padding: 0; } |
|---|
| 3 | div.content { padding: 1em; } |
|---|
| 4 | p { line-height: 1.2; } |
|---|
| 5 | img { border: 0; } |
|---|
| 6 | |
|---|
| 7 | /* link styles */ |
|---|
| 8 | a { text-decoration: none; } |
|---|
| 9 | a:link, a:visited { color: #0000FF; } |
|---|
| 10 | a:hover, a:focus { background: yellow; border-bottom: 1px dotted #303099; } |
|---|
| 11 | |
|---|
| 12 | /* dir-overview styles */ |
|---|
| 13 | dt.filename { margin-top: 0.5em; } |
|---|
| 14 | dl.file_listing { margin-left: 1em; } |
|---|
| 15 | |
|---|
| 16 | /* titles */ |
|---|
| 17 | h1, h2, h3, h4 { font-weight:normal; color: #900000; margin-top: 1.5em; } |
|---|
| 18 | h4 { margin-bottom: 0.25em; } |
|---|
| 19 | .center { margin-left: auto; margin-right: auto; } |
|---|
| 20 | .small { font-family: Verdana, Helvetica, sans-serif; font-size: 90%; } |
|---|
| 21 | .smaller { font-family: Verdana, Helvetica, sans-serif; font-size: 80%; } |
|---|
| 22 | .smallest { font-family: Verdana, Helvetica, sans-serif; font-size: 70%; } |
|---|
| 23 | h1.basename { margin-top: 0; margin-bottom: 0; } |
|---|
| 24 | h1.basename span.file-attributes { font-size: 70%; margin-left: 3em; color: #384806; } |
|---|
| 25 | h2.directory { font-size: 90%; margin-bottom: 0; } |
|---|
| 26 | h2.routine-name { margin-top: 0; margin-bottom: 0; } |
|---|
| 27 | p.categories { color: #384806; margin-top: 0; } |
|---|
| 28 | span.file_attribute { float: right; color: #384806; margin: 0 0 1em 3em; } |
|---|
| 29 | div#file_comments { margin-top: 1em; } |
|---|
| 30 | |
|---|
| 31 | div.routine-details { border: 1px dotted #C0C0C0; margin-top: 1em; padding: 1em; } |
|---|
| 32 | div.routine-details span.routine-attributes { font-size: 70%; margin-left: 3em; color: #384806; } |
|---|
| 33 | div.details dt { color: #900000; margin-left: 2em; } |
|---|
| 34 | div.details dt span { color: #384806; margin-left: 2em; } |
|---|
| 35 | div.details dd { margin: 0.5em 2em 1em 4em; } |
|---|
| 36 | a.top { |
|---|
| 37 | font-family: Verdana, Helvetica, sans-serif; |
|---|
| 38 | font-size: 8pt; |
|---|
| 39 | font-weight: bold; |
|---|
| 40 | text-transform: uppercase; |
|---|
| 41 | float: right; |
|---|
| 42 | } |
|---|
| 43 | |
|---|
| 44 | /* comments */ |
|---|
| 45 | .pre { white-space: pre; } |
|---|
| 46 | |
|---|
| 47 | /* code styles */ |
|---|
| 48 | code { font-family: Monaco, "Courier New", Courier, monospace; } |
|---|
| 49 | code.listing { white-space: pre; display: block; padding: 0.5em 3em 0.5em 3em; font-size: 90%; } |
|---|
| 50 | code.source { white-space: pre; display: block; font-size: 90%; } |
|---|
| 51 | code.source span.comments { color: #408080; } |
|---|
| 52 | .syntax { margin-top: 1em; margin-left: 1.5em; text-indent: -1.5em; } |
|---|
| 53 | .var { font-style: italic; } |
|---|
| 54 | .argument { } /* white-space: nowrap; does not work in Safari (and sometimes not even in Firefox) */ |
|---|
| 55 | |
|---|
| 56 | dl.routine-summary dt { margin-bottom: 0.25em; } |
|---|
| 57 | dl.routine-summary dd { margin-bottom: 0.5em; margin-left: 2em; } |
|---|
| 58 | |
|---|
| 59 | /* general styles */ |
|---|
| 60 | ul li { list-style-type: none; } |
|---|
| 61 | table { empty-cells: show; } |
|---|
| 62 | thead { color: #900000; } |
|---|
| 63 | dd { margin-bottom: 0.35em; } |
|---|
| 64 | input, textarea { background: #F3F6ED; border: #E1D6C6 1px solid; padding: 2px 1em 2px 0.5em; } |
|---|
| 65 | input.text { background: #FFFFC0; } |
|---|
| 66 | |
|---|
| 67 | div.note { margin: 1em 2em 1em 2em; background: #EFEFEF; border: 1px #A0A0A0 dotted; padding: 0 1em 0 1em; } |
|---|
| 68 | p.indent { margin-left: 2em; } |
|---|
| 69 | |
|---|
| 70 | /* An attribute table is a vertical list of name-value pairs. */ |
|---|
| 71 | table.box { |
|---|
| 72 | background: #EFEFEF; |
|---|
| 73 | border: 1px #A0A0A0 dotted; |
|---|
| 74 | padding-top: 0.75em; |
|---|
| 75 | padding-bottom: 0.75em; |
|---|
| 76 | } |
|---|
| 77 | table.attribute { padding-left: 0.75em; padding-right: 0.75em; } |
|---|
| 78 | table td { vertical-align: top; } |
|---|
| 79 | table.attribute p { margin: 0; } |
|---|
| 80 | table td.name { font-style: normal; padding-right: 1.5em; } |
|---|
| 81 | ul.fieldslist { padding-top: 0; color: #909090; } |
|---|
| 82 | ul.fieldslist li { margin-bottom: 0.25em; } |
|---|
| 83 | span.fieldname { color: #000000; } |
|---|
| 84 | |
|---|
| 85 | /* header/navbar styles */ |
|---|
| 86 | div.header { padding: 2em 2em 0 2em; background: #CCCCFF; border-bottom: 2px #384806 solid; } |
|---|
| 87 | div.header h1 { color: black; margin:0; font-weight: normal; } |
|---|
| 88 | div.header h2 { color: black; margin-top: 0; margin-bottom: 1em; font-weight: normal; font-style: italic; font-size: 100%; } |
|---|
| 89 | table.navbar { background: #F0F0FF; margin: 0; padding: 0; border-bottom: 1px #384806 dotted; width: 100%; } |
|---|
| 90 | table.navbar td { padding: 4px 0.5em 3px 0.5em; white-space: nowrap; vertical-align: top; } |
|---|
| 91 | table.navbar td.flexible { width: 100%; text-align: right; padding-right: 1em; white-space: nowrap; } |
|---|
| 92 | table.navbar td.selected { background: #CCCCFF; } |
|---|
| 93 | table.navbar td.selected, table.navbar td.selected a { color: black } |
|---|
| 94 | table.navbar a:hover, table.navbar a:focus { background: inherit; border-bottom: 1px solid #900000; } |
|---|
| 95 | p.localnavbar { text-align: right; margin: 0.2em 1em 0.2em 0.2em; padding: 0; } |
|---|
| 96 | |
|---|
| 97 | /* search styles */ |
|---|
| 98 | fieldset { border: #ddd 1px solid; padding: 1em; margin-top: 3em; } |
|---|
| 99 | legend { color: #900000; font-size: 120%; } |
|---|
| 100 | label { white-space: nowrap; } |
|---|
| 101 | p.description { margin: 2em 2em 1em 2em; } |
|---|
| 102 | form table td.name { vertical-align: middle; } |
|---|
| 103 | |
|---|
| 104 | /* footer styles */ |
|---|
| 105 | div.footer { padding: 0.5em 1em 0.5em 1em; background: #F0F0FF; border-top: 1px #A0A0A0 dotted; } |
|---|
| 106 | div.footer table { width: 100%; } |
|---|
| 107 | div.footer td.right { text-align: right; } |
|---|