techpub.css 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246
  1. /*=(===============================================================)*/
  2. /*=(===============================================================)*/
  3. /*=(Created with RoboEditor.)=======================================*/
  4. /*=(===============================================================)*/
  5. /*Below are the styles for Headings*/
  6. /**************************************************/
  7. h1 /* Heading 1 */
  8. {
  9. color: #000000;
  10. font-size: 18pt;
  11. line-height: 1.3em;
  12. font-weight: normal;
  13. font-style: normal;
  14. font-family: Arial;
  15. }
  16. /*=(Generated Code)=================================================*/
  17. /*=(WARNING: DO NOT EDIT OR DELETE THIS SECTION!)===================*/
  18. /*begin!kadov{{=====================================================*/
  19. /*Below are the styles for Headings*/
  20. /**************************************************/
  21. LI.kadov-h1 /* Heading 1 */
  22. {
  23. color: #000000;
  24. font-size: 18pt;
  25. line-height: 1.3em;
  26. font-weight: normal;
  27. font-style: normal;
  28. font-family: Arial;
  29. }
  30. /*}}end!kadov=======================================================*/
  31. h2 /*Heading 2*/
  32. {
  33. color: #000080;
  34. line-height: 1.3em;
  35. font-size: 12pt;
  36. font-weight: bold;
  37. font-style: normal;
  38. font-family: Arial;
  39. }
  40. /*=(Generated Code)=================================================*/
  41. /*=(WARNING: DO NOT EDIT OR DELETE THIS SECTION!)===================*/
  42. /*begin!kadov{{=====================================================*/
  43. LI.kadov-h2 /*Heading 2*/
  44. {
  45. color: #000080;
  46. line-height: 1.3em;
  47. font-size: 12pt;
  48. font-weight: bold;
  49. font-style: normal;
  50. font-family: Arial;
  51. }
  52. /*}}end!kadov=======================================================*/
  53. h3 /*Heading 3*/
  54. {
  55. color: #800000;
  56. line-height: 1.3em;
  57. font-family: Arial;
  58. margin-bottom: 0.2em;
  59. font-size: 11pt;
  60. }
  61. /*=(Generated Code)=================================================*/
  62. /*=(WARNING: DO NOT EDIT OR DELETE THIS SECTION!)===================*/
  63. /*begin!kadov{{=====================================================*/
  64. LI.kadov-h3 /*Heading 3*/
  65. {
  66. color: #800000;
  67. line-height: 1.3em;
  68. font-family: Arial;
  69. font-size: 11pt;
  70. }
  71. /*}}end!kadov=======================================================*/
  72. H4 {
  73. color: #0176b9;
  74. font-family: Arial;
  75. font-size: 11pt;
  76. margin-left: 0px;
  77. font-weight: bold;
  78. font-style: normal;
  79. line-height: 1.3em;
  80. margin-bottom: 6pt;
  81. }
  82. /*=(Generated Code)=================================================*/
  83. /*=(WARNING: DO NOT EDIT OR DELETE THIS SECTION!)===================*/
  84. /*begin!kadov{{=====================================================*/
  85. LI.kadov-H4 {
  86. color: #0176b9;
  87. font-family: Arial;
  88. font-size: 11pt;
  89. font-weight: bold;
  90. font-style: normal;
  91. line-height: 1.3em;
  92. }
  93. /*}}end!kadov=======================================================*/
  94. h5 /*Heading 5*/
  95. {
  96. font-family: Arial;
  97. font-size: 9pt;
  98. color: #000000;
  99. font-weight: bold;
  100. }
  101. /*=(Generated Code)=================================================*/
  102. /*=(WARNING: DO NOT EDIT OR DELETE THIS SECTION!)===================*/
  103. /*begin!kadov{{=====================================================*/
  104. LI.kadov-h5 /*Heading 5*/
  105. {
  106. font-family: Arial;
  107. font-size: 9pt;
  108. color: #000000;
  109. font-weight: bold;
  110. }
  111. /*}}end!kadov=======================================================*/
  112. H6 /* Style for Functions */
  113. {
  114. font-size: 12pt;
  115. font-family: "Courier New", monospace;
  116. color: #0000ff;
  117. }
  118. /*=(Generated Code)=================================================*/
  119. /*=(WARNING: DO NOT EDIT OR DELETE THIS SECTION!)===================*/
  120. /*begin!kadov{{=====================================================*/
  121. LI.kadov-H6 /* Style for Functions */
  122. {
  123. font-size: 12pt;
  124. font-family: "Courier New", monospace;
  125. color: #0000ff;
  126. }
  127. /*}}end!kadov=======================================================*/
  128. P /* Normal text style */
  129. {
  130. font-family: Arial;
  131. font-size: 10pt;
  132. font-weight: normal;
  133. }
  134. /*=(Generated Code)=================================================*/
  135. /*=(WARNING: DO NOT EDIT OR DELETE THIS SECTION!)===================*/
  136. /*begin!kadov{{=====================================================*/
  137. LI.kadov-P /* Normal text style */
  138. {
  139. font-family: Arial;
  140. font-size: 10pt;
  141. font-weight: normal;
  142. }
  143. /*}}end!kadov=======================================================*/
  144. span.tp\005fcode /* Style for code */
  145. {
  146. font-family: "Courier New";
  147. font-size: 10pt;
  148. }
  149. /*Styles for hyperlinks */
  150. a {
  151. x-text-underline: normal;
  152. x-text-underline: normal;
  153. /*begin!kadov{{*/ text-decoration: underline underline; /*}}end!kadov*/
  154. }
  155. a:link {
  156. color: #000080;
  157. }
  158. a:active {
  159. color: #cc0000;
  160. }
  161. a:visited {
  162. color: #0176b9;
  163. }
  164. a:hover {
  165. color: #cc0000;
  166. }
  167. /* Styles for lists */
  168. li {
  169. margin-bottom: .25em;
  170. font-size: 10pt;
  171. font-family: Arial, sans-serif;
  172. }
  173. ul {
  174. list-style-type: square;
  175. font-size: 10pt;
  176. font-family: Arial, sans-serif;
  177. }
  178. OL,
  179. UL {
  180. font-size: 10pt;
  181. font-family: Arial, sans-serif;
  182. }
  183. P.tpcode {
  184. font-family: "Courier New", monospace;
  185. }
  186. pre.programlisting {
  187. background-color: #E0E0E0;
  188. }
  189. /*=(Generated Code)=================================================*/
  190. /*=(WARNING: DO NOT EDIT OR DELETE THIS SECTION!)===================*/
  191. /*begin!kadov{{=====================================================*/
  192. LI.kadov-P-Ctpcode {
  193. font-family: "Courier New", monospace;
  194. }
  195. /*}}end!kadov=======================================================*/
  196. /*=(===============================================================)*/