maven-base.css 3.1 KB

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