Stuart McCulloch | ab58cba | 2012-02-11 19:16:11 +0000 | [diff] [blame^] | 1 | /* |
| 2 | * Licensed to the Apache Software Foundation (ASF) under one |
| 3 | * or more contributor license agreements. See the NOTICE file |
| 4 | * distributed with this work for additional information |
| 5 | * regarding copyright ownership. The ASF licenses this file |
| 6 | * to you under the Apache License, Version 2.0 (the |
| 7 | * "License"); you may not use this file except in compliance |
| 8 | * with the License. You may obtain a copy of the License at |
| 9 | * |
| 10 | * http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | * |
| 12 | * Unless required by applicable law or agreed to in writing, |
| 13 | * software distributed under the License is distributed on an |
| 14 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 15 | * KIND, either express or implied. See the License for the |
| 16 | * specific language governing permissions and limitations |
| 17 | * under the License. |
| 18 | */ |
| 19 | |
Stuart McCulloch | d16db97 | 2011-07-05 11:48:22 +0000 | [diff] [blame] | 20 | body { |
| 21 | padding: 0px 0px 10px 0px; |
| 22 | } |
| 23 | body, td, select, input, li{ |
| 24 | font-family: Verdana, Helvetica, Arial, sans-serif; |
| 25 | font-size: 13px; |
| 26 | } |
| 27 | code{ |
| 28 | font-family: Courier, monospace; |
| 29 | font-size: 13px; |
| 30 | } |
| 31 | a { |
| 32 | text-decoration: none; |
| 33 | } |
| 34 | a:link { |
| 35 | color:#36a; |
| 36 | } |
| 37 | a:visited { |
| 38 | color:#47a; |
| 39 | } |
| 40 | a:active, a:hover { |
| 41 | color:#69c; |
| 42 | } |
| 43 | #legend li.externalLink { |
| 44 | background: url(../images/external.png) left top no-repeat; |
| 45 | padding-left: 18px; |
| 46 | } |
| 47 | a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { |
| 48 | background: url(../images/external.png) right center no-repeat; |
| 49 | padding-right: 18px; |
| 50 | } |
| 51 | #legend li.newWindow { |
| 52 | background: url(../images/newwindow.png) left top no-repeat; |
| 53 | padding-left: 18px; |
| 54 | } |
| 55 | a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { |
| 56 | background: url(../images/newwindow.png) right center no-repeat; |
| 57 | padding-right: 18px; |
| 58 | } |
| 59 | h2 { |
| 60 | padding: 4px 4px 4px 6px; |
| 61 | border: 1px solid #999; |
| 62 | color: #900; |
| 63 | background-color: #ddd; |
| 64 | font-weight:900; |
| 65 | font-size: x-large; |
| 66 | } |
| 67 | h3 { |
| 68 | padding: 4px 4px 4px 6px; |
| 69 | border: 1px solid #aaa; |
| 70 | color: #900; |
| 71 | background-color: #eee; |
| 72 | font-weight: normal; |
| 73 | font-size: large; |
| 74 | } |
| 75 | h4 { |
| 76 | padding: 4px 4px 4px 6px; |
| 77 | border: 1px solid #bbb; |
| 78 | color: #900; |
| 79 | background-color: #fff; |
| 80 | font-weight: normal; |
| 81 | font-size: large; |
| 82 | } |
| 83 | h5 { |
| 84 | padding: 4px 4px 4px 6px; |
| 85 | color: #900; |
Stuart McCulloch | ab58cba | 2012-02-11 19:16:11 +0000 | [diff] [blame^] | 86 | font-size: medium; |
Stuart McCulloch | d16db97 | 2011-07-05 11:48:22 +0000 | [diff] [blame] | 87 | } |
| 88 | p { |
| 89 | line-height: 1.3em; |
| 90 | font-size: small; |
| 91 | } |
| 92 | #breadcrumbs { |
| 93 | border-top: 1px solid #aaa; |
| 94 | border-bottom: 1px solid #aaa; |
| 95 | background-color: #ccc; |
| 96 | } |
| 97 | #leftColumn { |
| 98 | margin: 10px 0 0 5px; |
| 99 | border: 1px solid #999; |
| 100 | background-color: #eee; |
Stuart McCulloch | ab58cba | 2012-02-11 19:16:11 +0000 | [diff] [blame^] | 101 | padding-bottom: 3px; /* IE-9 scrollbar-fix */ |
Stuart McCulloch | d16db97 | 2011-07-05 11:48:22 +0000 | [diff] [blame] | 102 | } |
| 103 | #navcolumn h5 { |
| 104 | font-size: smaller; |
| 105 | border-bottom: 1px solid #aaaaaa; |
| 106 | padding-top: 2px; |
| 107 | color: #000; |
| 108 | } |
| 109 | |
| 110 | table.bodyTable th { |
| 111 | color: white; |
| 112 | background-color: #bbb; |
| 113 | text-align: left; |
| 114 | font-weight: bold; |
| 115 | } |
| 116 | |
| 117 | table.bodyTable th, table.bodyTable td { |
| 118 | font-size: 1em; |
| 119 | } |
| 120 | |
| 121 | table.bodyTable tr.a { |
| 122 | background-color: #ddd; |
| 123 | } |
| 124 | |
| 125 | table.bodyTable tr.b { |
| 126 | background-color: #eee; |
| 127 | } |
| 128 | |
| 129 | .source { |
| 130 | border: 1px solid #999; |
| 131 | } |
| 132 | dl { |
| 133 | padding: 4px 4px 4px 6px; |
| 134 | border: 1px solid #aaa; |
| 135 | background-color: #ffc; |
| 136 | } |
| 137 | dt { |
| 138 | color: #900; |
| 139 | } |
| 140 | #organizationLogo img, #projectLogo img, #projectLogo span{ |
| 141 | margin: 8px; |
| 142 | } |
| 143 | #banner { |
| 144 | border-bottom: 1px solid #fff; |
| 145 | } |
| 146 | .errormark, .warningmark, .donemark, .infomark { |
| 147 | background: url(../images/icon_error_sml.gif) no-repeat; |
| 148 | } |
| 149 | |
| 150 | .warningmark { |
| 151 | background-image: url(../images/icon_warning_sml.gif); |
| 152 | } |
| 153 | |
| 154 | .donemark { |
| 155 | background-image: url(../images/icon_success_sml.gif); |
| 156 | } |
| 157 | |
| 158 | .infomark { |
| 159 | background-image: url(../images/icon_info_sml.gif); |
| 160 | } |
| 161 | |