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

stylesheet.css 5.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252
  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. http://www.apache.org/licenses/LICENSE-2.0
  10. Unless required by applicable law or agreed to in writing,
  11. software distributed under the License is distributed on an
  12. "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  13. KIND, either express or implied. See the License for the
  14. specific language governing permissions and limitations
  15. under the License.
  16. */
  17. /* Javadoc style sheet */
  18. /* Define colors, fonts and other style attributes here to override the defaults */
  19. /* Page background color */
  20. body { background-color: #FFFFFF }
  21. a:link, a:visited {
  22. color: blue;
  23. }
  24. a:active, a:hover, #leftcol a:active, #leftcol a:hover {
  25. color: #f30 !important;
  26. }
  27. a:link.selfref, a:visited.selfref {
  28. color: #555 !important;
  29. }
  30. .a td {
  31. background: #ddd;
  32. color: #000;
  33. }
  34. /* Table colors */
  35. .TableHeadingColor { background: #036; color:#FFFFFF } /* Dark blue */
  36. .TableSubHeadingColor { background: #bbb; color:#fff } /* Dark grey */
  37. .TableRowColor { background: #efefef } /* White */
  38. /* Font used in left-hand frame lists */
  39. .FrameTitleFont { font-size: medium; font-family: normal; color:#000000 }
  40. .FrameHeadingFont { font-size: medium; font-family: normal; color:#000000 }
  41. .FrameItemFont { font-size: medium; font-family: normal; color:#000000 }
  42. /* Example of smaller, sans-serif font in frames */
  43. /* .FrameItemFont { font-size: 10pt; font-family: Helvetica, Arial, sans-serif } */
  44. /* Navigation bar fonts and colors */
  45. .NavBarCell1 { background-color:#ddd;}/* Light mauve */
  46. .NavBarCell1Rev { background-color:#888;}/* Dark Blue */
  47. .NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;}
  48. .NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;}
  49. .NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
  50. .NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
  51. /* usage tag classes */
  52. .UsageGeneralHeader { background: #efefef; color:#008000; text-decoration:underline }
  53. .UsageIntermediateHeader { background: #efefef; color:#D4CF01; text-decoration:underline }
  54. .UsageAdvancedHeader { background: #efefef; color:#D48201; text-decoration:underline }
  55. .UsageGeneral { background: #efefef }
  56. .UsageIntermediate { background: #efefef }
  57. .UsageAdvanced { background: #efefef }
  58. /* Customizations pulled in from fluido 1.4 (and custom site.css) */
  59. ul,ol {
  60. padding:0;
  61. margin:0 0 10px 25px
  62. }
  63. ul ul,ul ol,ol ol,ol ul {
  64. margin-bottom:0
  65. }
  66. li {
  67. line-height:20px
  68. }
  69. ul.unstyled,ol.unstyled {
  70. margin-left:0;
  71. list-style:none
  72. }
  73. ul.inline,ol.inline {
  74. margin-left:0;
  75. list-style:none
  76. }
  77. ul.inline>li,ol.inline>li {
  78. display:inline-block;
  79. *display:inline;
  80. padding-right:5px;
  81. padding-left:5px;
  82. *zoom:1
  83. }
  84. pre.prettyprint {
  85. border:1px solid #999;
  86. page-break-inside:avoid
  87. }
  88. pre.prettyprint {
  89. padding:0 3px 2px;
  90. font-family:Monaco,Menlo,Consolas,"Courier New",monospace;
  91. font-size:12px;
  92. color:#333;
  93. -webkit-border-radius:3px;
  94. -moz-border-radius:3px;
  95. border-radius:3px
  96. }
  97. /* code { */
  98. /* padding:2px 4px; */
  99. /* color:#d14; */
  100. /* white-space:nowrap; */
  101. /* background-color:#f7f7f9; */
  102. /* border:1px solid #e1e1e8 */
  103. /* } */
  104. pre.prettyprint {
  105. display:block;
  106. padding:9.5px;
  107. margin:0 0 10px;
  108. font-size:13px;
  109. line-height:20px;
  110. word-break:break-all;
  111. word-wrap:break-word;
  112. white-space:pre;
  113. white-space:pre-wrap;
  114. background-color:#f5f5f5;
  115. border:1px solid #ccc;
  116. border:1px solid rgba(0,0,0,0.15);
  117. -webkit-border-radius:4px;
  118. -moz-border-radius:4px;
  119. border-radius:4px
  120. }
  121. pre.prettyprint {
  122. margin-bottom:20px
  123. }
  124. pre.prettyprint code {
  125. padding:0;
  126. color:inherit;
  127. white-space:pre;
  128. white-space:pre-wrap;
  129. background-color:transparent;
  130. border:0
  131. }
  132. .pre-scrollable {
  133. max-height:340px;
  134. overflow-y:scroll
  135. }
  136. .pln {
  137. color:#000
  138. }
  139. @media screen {
  140. .str {
  141. color:#080
  142. }
  143. .kwd {
  144. color:#008
  145. }
  146. .com {
  147. color:#800
  148. }
  149. .typ {
  150. color:#606
  151. }
  152. .lit {
  153. color:#066
  154. }
  155. .pun,.opn,.clo {
  156. color:#660
  157. }
  158. .tag {
  159. color:#008
  160. }
  161. .atn {
  162. color:#606
  163. }
  164. .atv {
  165. color:#080
  166. }
  167. .dec,.var {
  168. color:#606
  169. }
  170. .fun {
  171. color:red
  172. }
  173. }
  174. @media print,projection {
  175. .str {
  176. color:#060
  177. }
  178. .kwd {
  179. color:#006;
  180. font-weight:bold
  181. }
  182. .com {
  183. color:#600;
  184. font-style:italic
  185. }
  186. .typ {
  187. color:#404;
  188. font-weight:bold
  189. }
  190. .lit {
  191. color:#044
  192. }
  193. .pun,.opn,.clo {
  194. color:#440
  195. }
  196. .tag {
  197. color:#006;
  198. font-weight:bold
  199. }
  200. .atn {
  201. color:#404
  202. }
  203. .atv {
  204. color:#060
  205. }
  206. }
  207. pre.prettyprint {
  208. padding:2px;
  209. border:1px solid #888
  210. }
  211. ol.linenums {
  212. margin-top:0;
  213. margin-bottom:0;
  214. padding-left:15px
  215. }
  216. li.L1,li.L3,li.L5,li.L7,li.L9 {
  217. background:#eee
  218. }
  219. li.L1,li.L3,li.L5,li.L7,li.L9 {
  220. color:#888
  221. }
  222. li.L0,li.L2,li.L4,li.L6,li.L8 {
  223. color:#888
  224. }
  225. .source
  226. {
  227. padding-left: 10pt;
  228. padding-right: 10pt;
  229. }