TODO
[website] / dist / http-resources / 2.0.0 / site / css / maven-base.css
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
20 body {
21   margin: 0px;
22   padding: 0px;
23 }
24 table {
25   padding:0px;
26   width: 100%;
27   margin-left: -2px;
28   margin-right: -2px;
29 }
30 acronym {
31   cursor: help;
32   border-bottom: 1px dotted #feb;
33 }
34 table.bodyTable th, table.bodyTable td {
35   padding: 2px 4px 2px 4px;
36   vertical-align: top;
37 }
38 div.clear{
39   clear:both;
40   visibility: hidden;
41 }
42 div.clear hr{
43   display: none;
44 }
45 #bannerLeft, #bannerRight {
46   font-size: xx-large;
47   font-weight: bold;
48 }
49 #bannerLeft img, #bannerRight img {
50   margin: 0px;
51 }
52 .xleft, #bannerLeft img {
53   float:left;
54 }
55 .xright, #bannerRight {
56   float:right;
57 }
58 #banner {
59   padding: 0px;
60 }
61 #breadcrumbs {
62   padding: 3px 10px 3px 10px;
63 }
64 #leftColumn {
65  width: 170px;
66  float:left;
67  overflow: auto;
68 }
69 #bodyColumn {
70   margin-right: 1.5em;
71   margin-left: 197px;
72 }
73 #legend {
74   padding: 8px 0 8px 0;
75 }
76 #navcolumn {
77   padding: 8px 4px 0 8px;
78 }
79 #navcolumn h5 {
80   margin: 0;
81   padding: 0;
82   font-size: small;
83 }
84 #navcolumn ul {
85   margin: 0;
86   padding: 0;
87   font-size: small;
88 }
89 #navcolumn li {
90   list-style-type: none;
91   background-image: none;
92   background-repeat: no-repeat;
93   background-position: 0 0.4em;
94   padding-left: 16px;
95   list-style-position: outside;
96   line-height: 1.2em;
97   font-size: smaller;
98 }
99 #navcolumn li.expanded {
100   background-image: url(../images/expanded.gif);
101 }
102 #navcolumn li.collapsed {
103   background-image: url(../images/collapsed.gif);
104 }
105 #navcolumn li.none {
106   text-indent: -1em;
107   margin-left: 1em;
108 }
109 #poweredBy {
110   text-align: center;
111 }
112 #navcolumn img {
113   margin-top: 10px;
114   margin-bottom: 3px;
115 }
116 #poweredBy img {
117   display:block;
118   margin: 20px 0 20px 17px;
119 }
120 #search img {
121     margin: 0px;
122     display: block;
123 }
124 #search #q, #search #btnG {
125     border: 1px solid #999;
126     margin-bottom:10px;
127 }
128 #search form {
129     margin: 0px;
130 }
131 #lastPublished {
132   font-size: x-small;
133 }
134 .navSection {
135   margin-bottom: 2px;
136   padding: 8px;
137 }
138 .navSectionHead {
139   font-weight: bold;
140   font-size: x-small;
141 }
142 .section {
143   padding: 4px;
144 }
145 #footer {
146   padding: 3px 10px 3px 10px;
147   font-size: x-small;
148 }
149 #breadcrumbs {
150   font-size: x-small;
151   margin: 0pt;
152 }
153 .source {
154   padding: 12px;
155   margin: 1em 7px 1em 7px;
156 }
157 .source pre {
158   margin: 0px;
159   padding: 0px;
160 }
161 #navcolumn img.imageLink, .imageLink {
162   padding-left: 0px;
163   padding-bottom: 0px;
164   padding-top: 0px;
165   padding-right: 2px;
166   border: 0px;
167   margin: 0px;
168 }