Stuart McCulloch | d16db97 | 2011-07-05 11:48:22 +0000 | [diff] [blame] | 1 | /* Javadoc style sheet */ |
| 2 | /* Define colors, fonts and other style attributes here to override the defaults */ |
| 3 | body { |
| 4 | background-color: #fff; |
| 5 | font-family: Arial, Helvetica, sans-serif; |
| 6 | } |
| 7 | |
| 8 | a:link { |
| 9 | color: #00f; |
| 10 | } |
| 11 | a:visited { |
| 12 | color: #00a; |
| 13 | } |
| 14 | |
| 15 | a:active, a:hover { |
| 16 | color: #f30 !important; |
| 17 | } |
| 18 | |
| 19 | ul, li { |
| 20 | list-style-type:none; |
| 21 | margin:0; |
| 22 | padding:0; |
| 23 | } |
| 24 | |
| 25 | table td { |
| 26 | padding: 3px; |
| 27 | border: 1px solid #000; |
| 28 | } |
| 29 | table { |
| 30 | width:100%; |
| 31 | border: 1px solid #000; |
| 32 | border-collapse: collapse; |
| 33 | } |
| 34 | |
| 35 | div.overview { |
| 36 | background-color:#ddd; |
| 37 | padding: 4px 4px 4px 0; |
| 38 | } |
| 39 | div.overview li, div.framenoframe li { |
| 40 | display: inline; |
| 41 | } |
| 42 | div.framenoframe { |
| 43 | text-align: center; |
| 44 | font-size: x-small; |
| 45 | } |
| 46 | div.framenoframe li { |
| 47 | margin: 0 3px 0 3px; |
| 48 | } |
| 49 | div.overview li { |
| 50 | margin:3px 3px 0 3px; |
| 51 | padding: 4px; |
| 52 | } |
| 53 | li.selected { |
| 54 | background-color:#888; |
| 55 | color: #fff; |
| 56 | font-weight: bold; |
| 57 | } |
| 58 | |
| 59 | table.summary { |
| 60 | margin-bottom: 20px; |
| 61 | } |
| 62 | table.summary td, table.summary th { |
| 63 | font-weight: bold; |
| 64 | text-align: left; |
| 65 | padding: 3px; |
| 66 | } |
| 67 | table.summary th { |
| 68 | background-color:#036; |
| 69 | color: #fff; |
| 70 | } |
| 71 | table.summary td { |
| 72 | background-color:#eee; |
| 73 | border: 1px solid black; |
| 74 | } |
| 75 | |
| 76 | em { |
| 77 | color: #A00; |
| 78 | } |
| 79 | em.comment { |
| 80 | color: #390; |
| 81 | } |
| 82 | .string { |
| 83 | color: #009; |
| 84 | } |
| 85 | div#footer { |
| 86 | text-align:center; |
| 87 | } |
| 88 | #overview { |
| 89 | padding:2px; |
| 90 | } |
| 91 | |
| 92 | hr { |
| 93 | height: 1px; |
| 94 | color: #000; |
| 95 | } |
| 96 | |
| 97 | /* JXR style sheet */ |
| 98 | .jxr_comment |
| 99 | { |
| 100 | color: #390; |
| 101 | } |
| 102 | |
| 103 | .jxr_javadoccomment |
| 104 | { |
| 105 | color: #A00; |
| 106 | } |
| 107 | |
| 108 | .jxr_string |
| 109 | { |
| 110 | color: #009; |
| 111 | } |
| 112 | |
| 113 | .jxr_keyword |
| 114 | { |
| 115 | color: #000; |
| 116 | } |