maven-theme.css 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  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. background-color: #fff;
  21. font-family: Verdana, Helvetica, Arial, sans-serif;
  22. margin-left: auto;
  23. margin-right: auto;
  24. background-repeat: repeat-y;
  25. font-size: 13px;
  26. padding: 0px;
  27. }
  28. td, select, input, li{
  29. font-family: Verdana, Helvetica, Arial, sans-serif;
  30. font-size: 12px;
  31. color:#333333;
  32. }
  33. code{
  34. font-size: 12px;
  35. }
  36. a {
  37. text-decoration: none;
  38. }
  39. a:link {
  40. color:#47a;
  41. }
  42. a:visited {
  43. color:#68a;
  44. }
  45. a:active, a:hover {
  46. color:#990000;
  47. }
  48. #legend li.externalLink {
  49. background: url(../images/external.png) left top no-repeat;
  50. padding-left: 18px;
  51. }
  52. a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover {
  53. background: url(../images/external.png) right center no-repeat;
  54. padding-right: 18px;
  55. }
  56. #legend li.newWindow {
  57. background: url(../images/newwindow.png) left top no-repeat;
  58. padding-left: 18px;
  59. }
  60. a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover {
  61. background: url(../images/newwindow.png) right center no-repeat;
  62. padding-right: 18px;
  63. }
  64. h2 {
  65. font-size: 17px;
  66. color: #333333;
  67. }
  68. h3 {
  69. padding: 4px 4px 4px 24px;
  70. color: #666;
  71. background-color: #ccc;
  72. font-weight: bold;
  73. font-size: 14px;
  74. background-image: url(../images/h3.jpg);
  75. background-repeat: no-repeat;
  76. background-position: left bottom;
  77. }
  78. p {
  79. line-height: 1.3em;
  80. font-size: 12px;
  81. color: #000;
  82. }
  83. #breadcrumbs {
  84. height: 13px;
  85. background-image: url(../images/breadcrumbs.jpg);
  86. padding: 5px 10px 14px 20px;
  87. }
  88. * html #breadcrumbs {
  89. padding-bottom: 8px;
  90. }
  91. #leftColumn {
  92. margin: 10px 0 10px 0;
  93. border-top-color: #ccc;
  94. border-top-style: solid;
  95. border-top-width: 1px;
  96. border-right-color: #ccc;
  97. border-right-style: solid;
  98. border-right-width: 1px;
  99. border-bottom-color: #ccc;
  100. border-bottom-style: solid;
  101. border-bottom-width: 1px;
  102. padding-right: 5px;
  103. padding-left: 5px;
  104. }
  105. #navcolumn h5 {
  106. font-size: smaller;
  107. border-bottom: 1px solid #aaaaaa;
  108. padding-top: 2px;
  109. padding-left: 9px;
  110. color: #49635a;
  111. background-image: url(../images/h5.jpg);
  112. background-repeat: no-repeat;
  113. background-position: left bottom;
  114. }
  115. table.bodyTable th {
  116. color: white;
  117. background-color: #bbb;
  118. text-align: left;
  119. font-weight: bold;
  120. }
  121. table.bodyTable th, table.bodyTable td {
  122. font-size: 11px;
  123. }
  124. table.bodyTable tr.a {
  125. background-color: #ddd;
  126. }
  127. table.bodyTable tr.b {
  128. background-color: #eee;
  129. }
  130. table.bodyTable tr.a:hover, table.bodyTable tr.b:hover {
  131. background: #dfe3db;
  132. }
  133. .source {
  134. border: 1px solid #999;
  135. overflow:auto
  136. }
  137. dt {
  138. padding: 4px 4px 4px 24px;
  139. color: #333333;
  140. background-color: #ccc;
  141. font-weight: bold;
  142. font-size: 14px;
  143. background-image: url(../images/h3.jpg);
  144. background-repeat: no-repeat;
  145. background-position: left bottom;
  146. }
  147. .subsectionTitle {
  148. font-size: 13px;
  149. font-weight: bold;
  150. color: #666;
  151. }
  152. table {
  153. font-size: 10px;
  154. }
  155. .xright a:link, .xright a:visited, .xright a:active {
  156. color: #666;
  157. }
  158. .xright a:hover {
  159. color: #003300;
  160. }
  161. #banner {
  162. height: 93px;
  163. background: url(../images/banner.jpg);
  164. }
  165. #navcolumn ul {
  166. margin: 5px 0 15px -0em;
  167. }
  168. #navcolumn ul a {
  169. color: #333333;
  170. }
  171. #navcolumn ul a:hover {
  172. color: red;
  173. }
  174. #intro {
  175. border: solid #ccc 1px;
  176. margin: 6px 0px 0px 0px;
  177. padding: 10px 40px 10px 40px;
  178. }
  179. .subsection {
  180. margin-left: 3px;
  181. color: #333333;
  182. }
  183. .subsection p {
  184. font-size: 12px;
  185. }
  186. #footer {
  187. padding: 10px;
  188. margin: 20px 0px 20px 0px;
  189. border-top: solid #ccc 1px;
  190. color: #333333;
  191. }
  192. .errormark, .warningmark, .donemark, .infomark {
  193. background: url(../images/icon_error_sml.gif) no-repeat;
  194. }
  195. .warningmark {
  196. background-image: url(../images/icon_warning_sml.gif);
  197. }
  198. .donemark {
  199. background-image: url(../images/icon_success_sml.gif);
  200. }
  201. .infomark {
  202. background-image: url(../images/icon_info_sml.gif);
  203. }