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