maven-base.css 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  1. /*
  2. Licensed to the Apache Software Foundation (ASF) under one or more
  3. contributor license agreements. See the NOTICE file distributed with
  4. this work for additional information regarding copyright ownership.
  5. The ASF licenses this file to You under the Apache License, Version 2.0
  6. (the "License"); you may not use this file except in compliance with
  7. the License. You may obtain a copy of the License at
  8. http://www.apache.org/licenses/LICENSE-2.0
  9. Unless required by applicable law or agreed to in writing, software
  10. distributed under the License is distributed on an "AS IS" BASIS,
  11. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12. See the License for the specific language governing permissions and
  13. limitations under the License.
  14. */
  15. body {
  16. margin: 0px;
  17. padding: 0px;
  18. }
  19. img {
  20. border:none;
  21. }
  22. table {
  23. padding:0px;
  24. width: 100%;
  25. margin-left: -2px;
  26. margin-right: -2px;
  27. }
  28. acronym {
  29. cursor: help;
  30. border-bottom: 1px dotted #feb;
  31. }
  32. table.bodyTable th, table.bodyTable td {
  33. padding: 2px 4px 2px 4px;
  34. vertical-align: top;
  35. }
  36. div.clear{
  37. clear:both;
  38. visibility: hidden;
  39. }
  40. div.clear hr{
  41. display: none;
  42. }
  43. #bannerLeft, #bannerRight {
  44. font-size: xx-large;
  45. font-weight: bold;
  46. }
  47. #bannerLeft img, #bannerRight img {
  48. margin: 0px;
  49. }
  50. .xleft, #bannerLeft img {
  51. float:left;
  52. }
  53. .xright, #bannerRight {
  54. float:right;
  55. }
  56. #banner {
  57. padding: 0px;
  58. }
  59. #banner img {
  60. border: none;
  61. }
  62. #breadcrumbs {
  63. padding: 3px 10px 3px 10px;
  64. }
  65. #leftColumn {
  66. width: 170px;
  67. float:left;
  68. overflow: auto;
  69. }
  70. #bodyColumn {
  71. margin-right: 1.5em;
  72. margin-left: 197px;
  73. }
  74. #legend {
  75. padding: 8px 0 8px 0;
  76. }
  77. #navcolumn {
  78. padding: 8px 4px 0 8px;
  79. }
  80. #navcolumn h5 {
  81. margin: 0;
  82. padding: 0;
  83. font-size: small;
  84. }
  85. #navcolumn ul {
  86. margin: 0;
  87. padding: 0;
  88. font-size: small;
  89. }
  90. #navcolumn li {
  91. list-style-type: none;
  92. background-image: none;
  93. background-repeat: no-repeat;
  94. background-position: 0 0.4em;
  95. padding-left: 16px;
  96. list-style-position: outside;
  97. line-height: 1.2em;
  98. font-size: smaller;
  99. }
  100. #navcolumn li.expanded {
  101. background-image: url(../images/expanded.gif);
  102. }
  103. #navcolumn li.collapsed {
  104. background-image: url(../images/collapsed.gif);
  105. }
  106. #poweredBy {
  107. text-align: center;
  108. }
  109. #navcolumn img {
  110. margin-top: 10px;
  111. margin-bottom: 3px;
  112. }
  113. #poweredBy img {
  114. display:block;
  115. margin: 20px 0 20px 17px;
  116. }
  117. #search img {
  118. margin: 0px;
  119. display: block;
  120. }
  121. #search #q, #search #btnG {
  122. border: 1px solid #999;
  123. margin-bottom:10px;
  124. }
  125. #search form {
  126. margin: 0px;
  127. }
  128. #lastPublished {
  129. font-size: x-small;
  130. }
  131. .navSection {
  132. margin-bottom: 2px;
  133. padding: 8px;
  134. }
  135. .navSectionHead {
  136. font-weight: bold;
  137. font-size: x-small;
  138. }
  139. .section {
  140. padding: 4px;
  141. }
  142. #footer {
  143. padding: 3px 10px 3px 10px;
  144. font-size: x-small;
  145. }
  146. #breadcrumbs {
  147. font-size: x-small;
  148. margin: 0pt;
  149. }
  150. .source {
  151. padding: 12px;
  152. margin: 1em 7px 1em 7px;
  153. }
  154. .source pre {
  155. margin: 0px;
  156. padding: 0px;
  157. }
  158. #navcolumn img.imageLink, .imageLink{
  159. padding-left: 0px;
  160. padding-bottom: 0px;
  161. padding-top: 0px;
  162. padding-right: 2px;
  163. border: 0px;
  164. margin: 0px;
  165. }