You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

page.css 6.1 KiB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221
  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. *
  9. * http://www.apache.org/licenses/LICENSE-2.0
  10. *
  11. * Unless required by applicable law or agreed to in writing, software
  12. * distributed under the License is distributed on an "AS IS" BASIS,
  13. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  14. * See the License for the specific language governing permissions and
  15. * limitations under the License.
  16. *
  17. */
  18. body {
  19. background-color: #FFFFFF;
  20. color: #000000;
  21. margin: 0px 0px 0px 0px;
  22. font-family: Verdana, Helvetica, sans-serif;
  23. font-size : 90%;
  24. }
  25. a:link { color: #0F3660; }
  26. a:visited { color: #009999; }
  27. a:active { color: #000066; }
  28. a:hover { color: #000066; }
  29. .menucontainer {
  30. float: left;
  31. background-color: #4C6C8F;
  32. margin: 0px 5px;
  33. width: 250px;
  34. }
  35. .menu {
  36. font-size : 90%;
  37. padding: 3px 8px 5px 3px;
  38. border-right: 1px solid #294563;
  39. border-left: 1px solid #294563;
  40. }
  41. .menu a:link { color: #FFFFFF; text-decoration : none; }
  42. .menu a:visited { color: #FFFFFF; text-decoration : none; }
  43. .menu a:hover { color: #FFCC00; text-decoration : none; }
  44. .menu ul { margin: 0px 0px 0px 20px; padding: 0px; }
  45. .menu li { list-style-image: url('images/label.gif'); font-weight : bold; }
  46. .menu ul ul li .sel { list-style-image: url('images/current.gif'); font-weight : normal; }
  47. .menu ul ul li { list-style-image: url('images/page.gif'); font-weight : normal; }
  48. .menuheader {
  49. color: #CFDCED;
  50. }
  51. .sel {
  52. color: #ffcc00;
  53. }
  54. .tab { font-size : 85%; border: 0; background-color: #294563;}
  55. .tab a:link { text-decoration : none; }
  56. .tab a:visited { text-decoration : none; color: #2A4A6D }
  57. .tab a:hover { color: #000066; }
  58. table .title { background-color: #FFFFFF; width:100%; border: 0px; }
  59. .dida { font-size: 80%; }
  60. .pre { white-space: pre;}
  61. .nowrap { white-space: nowrap;}
  62. .main {
  63. margin-left: 280px;
  64. margin-right: 5px;
  65. }
  66. .content {
  67. padding: 5px 5px 5px 10px;
  68. font : small Verdana, Helvetica, sans-serif;
  69. font-size : 90%;
  70. }
  71. .content .ForrestTable { width: 100%; background-color: #7099C5; color: #ffffff; font-size : 90%;}
  72. .content .ForrestTable caption { text-align: left; color: black; font-weight: bold; }
  73. .content .ForrestTable th { text-align: center; }
  74. .content .ForrestTable td { background-color: #f0f0ff; color: black; }
  75. .content .externals { width: 80%; background-color: #7099C5; color: #ffffff; font-size : 90%;}
  76. .content .externals caption { text-align: left; color: black; font-weight: bold; }
  77. .content .externals th { width: 120px; text-align: right; }
  78. .content .externals td { background-color: #f0f0ff; color: black; }
  79. .content .ContinuousBuild { width: 90%; background-color: #7099C5; color: #ffffff; font-size : 90%;}
  80. .content .ContinuousBuild caption { text-align: left; color: black; font-weight: bold; }
  81. .content .ContinuousBuild th { width: 120px; }
  82. .content .ContinuousBuild td { background-color: #f0f0ff; color: black; text-align: center; }
  83. .content .ContinuousBuild .title { width: 15%; text-align: left; }
  84. .content .ContinuousBuild .description { width: 30%; font-style: italic; }
  85. .content .ContinuousBuild .command { width: 20%; font-family: "Courier New", Courier, monospace; }
  86. .content .ContinuousBuild .when { width: 25%; }
  87. .content .ContinuousBuild .link { }
  88. .frame { margin: 5px 20px 5px 20px; font-size: 90%; }
  89. .frame .content { margin: 0px; }
  90. .note { border: solid 1px #7099C5; background-color: #f0f0ff; }
  91. .note .label { background-color: #7099C5; color: #ffffff; }
  92. .warning { border: solid 1px #D00000; background-color: #fff0f0; }
  93. .warning .label { background-color: #D00000; color: #ffffff; }
  94. .fixme { border: solid 1px #C6C600; background-color: #FAF9C3; }
  95. .fixme .label { background-color: #C6C600; color: #ffffff; }
  96. .code { border-color: #CFDCED; border-style: solid; border-width: 1px; }
  97. .codefrag { font-family: "Courier New", Courier, monospace; }
  98. .highlight { background-color: yellow; }
  99. .minitoc {margin: 5px 5px 5px 40px;}
  100. .dtdElement { width: 100%; font-size: 90%; background-color : #ffffff; }
  101. .dtdTag { color: #990000; text-transform : uppercase; font-style : normal; font-size : 120%; font-weight : bold; }
  102. .section {
  103. font-family: Verdana, Helvetica, sans-serif;
  104. background-color: #294563;
  105. color: #ffffff;
  106. font-weight: bold;
  107. padding: 2px;
  108. margin-top: 20px;
  109. clear: right;
  110. }
  111. .subsection {
  112. font-family: arial,helvetica,sanserif;
  113. background-color: #4C6C8F;
  114. color: #ffffff;
  115. font-weight: bold;
  116. padding: 2px;
  117. clear: right;
  118. }
  119. .toc {
  120. font-family: arial,helvetica,sanserif;
  121. background-color: #4C6C8F;
  122. color: #ffffff;
  123. font-weight: bold;
  124. padding: 2px;
  125. }
  126. .faq {
  127. font-family: arial,helvetica,sanserif;
  128. background-color: #4C6C8F;
  129. color: #ffffff;
  130. font-weight: bold;
  131. padding: 2px;
  132. }
  133. .navpath {
  134. font-family: arial,helvetica,sanserif;
  135. background-color: #CFDCED;
  136. padding: 2px 6px;
  137. margin: 0px 0px 0px 0px;
  138. font-size: 90%;
  139. border-bottom: 2px solid #4C6C8F;
  140. }
  141. .title {
  142. font-family: Verdana, Helvetica, sans-serif;
  143. }
  144. .copyright {
  145. font-family: arial,helvetica,sanserif;
  146. font-size: 90%;
  147. background-color: #CFDCED;
  148. clear: both;
  149. text-align: center;
  150. margin: 0px;
  151. border-top: thin solid #4C6C8F;
  152. }
  153. .bluebar {
  154. padding: 5px 5px 5px 10px;
  155. background-color: #4C6C8F;
  156. margin: 0px;
  157. }
  158. .lightbluebar {
  159. padding: 5px 5px 5px 10px;
  160. background-color: #CFDCED;
  161. margin: 0px;
  162. border-top: 1px solid #294563;
  163. border-bottom: 1px solid #294563;
  164. }
  165. .logobar {
  166. background-color: #294563;
  167. padding-right: 10px;
  168. margin: 0px;
  169. }
  170. .searchcaption {
  171. color: #FFFFFF;
  172. text-align: left;
  173. font-family: arial,helvetica,sanserif;
  174. font-size: 90%;
  175. background-color: #4C6C8F;
  176. margin: 0px;
  177. }
  178. @media print {
  179. .menu {
  180. display: none;
  181. }
  182. }
  183. #adcontainer {
  184. }