stylesheet.css 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. a { color: #000090; text-decoration: none; }
  2. a:hover, a:active, a:focus { color: highlighttext; background-color: highlight; text-decoration: none; }
  3. body { background : #FFFFFF; }
  4. body, table { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; }
  5. a img { border: 0px; }
  6. /* Page layout/boxes */
  7. .info-box { }
  8. .info-box-title { margin: 1em 0em 0em 0em; font-weight: normal; font-size: 14pt; color: #999999; border-bottom: 2px solid #999999; }
  9. .info-box-body { border: 1px solid #999999; padding: .5em; }
  10. .nav-bar { font-size: 8pt; white-space: nowrap; text-align: right; padding: .2em; margin: 0em 0em 1em 0em; }
  11. .oddrow { background-color: #F8F8F8; border: 1px solid #AAAAAA; padding: .5em; margin-bottom: 1em}
  12. .evenrow { border: 1px solid #AAAAAA; padding: .5em; margin-bottom: 1em}
  13. .page-body { max-width: 800px; margin: auto; }
  14. .tree { }
  15. /* Index formatting classes */
  16. .index-item-body { margin-top: .5em; margin-bottom: .5em}
  17. .index-item-description { margin-top: .25em }
  18. .index-item-details { font-weight: normal; font-style: italic; font-size: 8pt }
  19. .index-letter-section { background-color: #EEEEEE; border: 1px dotted #999999; padding: .5em; margin-bottom: 1em}
  20. .index-letter-title { font-size: 12pt; font-weight: bold }
  21. .index-letter-menu { text-align: center; margin: 1em }
  22. .index-letter { font-size: 12pt }
  23. /* Docbook classes */
  24. .description {}
  25. .short-description { font-weight: bold; color: #666666; }
  26. .tags { padding-left: 0em; margin-left: 3em; color: #666666; list-style-type: square; }
  27. .parameters { padding-left: 0em; margin-left: 3em; color: #014fbe; list-style-type: square; }
  28. .redefinitions { font-size: 8pt; padding-left: 0em; margin-left: 2em; }
  29. .package { font-weight: bold; }
  30. .package-title { font-weight: bold; font-size: 14pt; border-bottom: 1px solid black }
  31. .sub-package { font-weight: bold; }
  32. .tutorial { border-width: thin; border-color: #0066ff; }
  33. .tutorial-nav-box { width: 100%; border: 1px solid #999999; background-color: #F8F8F8; }
  34. /* Generic formatting */
  35. .field { font-weight: bold; }
  36. .detail { font-size: 8pt; }
  37. .notes { font-style: italic; font-size: 8pt; }
  38. .separator { background-color: #999999; height: 2px; }
  39. .warning { color: #FF6600; }
  40. .disabled { font-style: italic; color: #999999; }
  41. /* Code elements */
  42. .line-number { }
  43. .class-table { width: 100%; }
  44. .class-table-header { border-bottom: 1px dotted #666666; text-align: left}
  45. .class-name { color: #0000AA; font-weight: bold; }
  46. .method-summary { color: #009000; padding-left: 1em; font-size: 8pt; }
  47. .method-header { }
  48. .method-definition { margin-bottom: .2em }
  49. .method-title { color: #009000; font-weight: bold; }
  50. .method-name { font-weight: bold; }
  51. .method-signature { font-size: 85%; color: #666666; margin: .5em 0em }
  52. .method-result { font-style: italic; }
  53. .var-summary { padding-left: 1em; font-size: 8pt; }
  54. .var-header { }
  55. .var-title { color: #014fbe; margin-bottom: .3em }
  56. .var-type { font-style: italic; }
  57. .var-name { font-weight: bold; }
  58. .var-default {}
  59. .var-description { font-weight: normal; color: #000000; }
  60. .include-title { color: #014fbe;}
  61. .include-type { font-style: italic; }
  62. .include-name { font-weight: bold; }
  63. .const-title { color: #FF6600; }
  64. .const-name { font-weight: bold; }
  65. /* Syntax highlighting */
  66. .src-code { font-family: 'Courier New', Courier, monospace; font-weight: normal; }
  67. .src-line { font-family: 'Courier New', Courier, monospace; font-weight: normal; }
  68. .src-code a:link { padding: 1px; text-decoration: underline; color: #0000DD; }
  69. .src-code a:visited { text-decoration: underline; color: #0000DD; }
  70. .src-code a:active { background-color: #FFFF66; color: #008000; }
  71. .src-code a:hover { background-color: #FFFF66; text-decoration: overline underline; color: #008000; }
  72. .src-comm { color: #666666; }
  73. .src-id { color: #FF6600; font-style: italic; }
  74. .src-inc { color: #0000AA; font-weight: bold; }
  75. .src-key { color: #0000AA; font-weight: bold; }
  76. .src-num { color: #CC0000; }
  77. .src-str { color: #CC0000; }
  78. .src-sym { }
  79. .src-var { }
  80. .src-php { font-weight: bold; }
  81. .src-doc { color: #666666; }
  82. .src-doc-close-template { color: #666666 }
  83. .src-doc-coretag { color: #008000; }
  84. .src-doc-inlinetag {}
  85. .src-doc-internal {}
  86. .src-doc-tag { color: #0080CC; }
  87. .src-doc-template { color: #666666 }
  88. .src-doc-type { font-style: italic; color: #444444 }
  89. .src-doc-var { color: #444444 }
  90. .tute-tag { color: #009999 }
  91. .tute-attribute-name { color: #0000FF }
  92. .tute-attribute-value { color: #0099FF }
  93. .tute-entity { font-weight: bold; }
  94. .tute-comment { font-style: italic }
  95. .tute-inline-tag { color: #636311; font-weight: bold }
  96. /* tutorial */
  97. .authors { }
  98. .author { font-style: italic; font-weight: bold }
  99. .author-blurb { margin: .5em 0em .5em 2em; font-size: 85%; font-weight: normal; font-style: normal }
  100. .example { border: 1px dashed #999999; background-color: #EEEEEE; padding: .5em; }
  101. .listing { border: 1px dashed #999999; background-color: #EEEEEE; padding: .5em; white-space: nowrap; }
  102. .release-info { font-size: 85%; font-style: italic; margin: 1em 0em }
  103. .ref-title-box { }
  104. .ref-title { }
  105. .ref-purpose { font-style: italic; color: #666666 }
  106. .ref-synopsis { }
  107. .title { font-weight: bold; border-bottom: 1px solid #999999; color: #999999; }
  108. .cmd-synopsis { margin: 1em 0em }
  109. .cmd-title { font-weight: bold }
  110. .toc { margin-left: 2em; padding-left: 0em }
  111. /*------------------------------------------------------------------------------
  112. webfx-tree
  113. ------------------------------------------------------------------------------*/
  114. .webfx-tree-container {
  115. margin: 0px;
  116. padding: 0px;
  117. white-space: nowrap;
  118. font: icon;
  119. }
  120. .webfx-tree-item {
  121. padding: 0px;
  122. margin: 0px;
  123. color: black;
  124. white-space: nowrap;
  125. font: icon;
  126. }
  127. .webfx-tree-item a {
  128. margin-left: 3px;
  129. padding: 1px 2px 1px 2px;
  130. color: black;
  131. text-decoration: none;
  132. }
  133. .webfx-tree-item a:hover, .webfx-tree-item a:active {
  134. color: highlighttext;
  135. background: highlight;
  136. text-decoration: none
  137. }
  138. .webfx-tree-item img {
  139. vertical-align: middle;
  140. border: 0px;
  141. }
  142. .webfx-tree-icon {
  143. width: 16px;
  144. height: 16px;
  145. }