home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Utils / Heavyload / HeavyLoad.exe / HeavyLoad / HeavyLoad.chm / default.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2009-12-17  |  2.9 KB  |  187 lines

  1. /* Text Styles */
  2. hr { color: #000000}
  3. body, table, tr, th /* Normal */
  4. {
  5.  font-size: 10pt;
  6.  font-family: 'Arial';
  7.  font-style: normal;
  8.  font-weight: normal;
  9.  color: #000000;
  10.  text-decoration: none;
  11. }
  12. span.f_Answer /* Answer */
  13. {
  14. }
  15. span.f_Code /* Code */
  16. {
  17.  font-size: 9pt;
  18.  font-family: 'Courier New';
  19. }
  20. span.f_CodeComment /* Code Comment */
  21. {
  22.  font-size: 8pt;
  23.  font-family: 'Courier New';
  24.  color: #008000;
  25. }
  26. span.f_CodeExample /* Code Example */
  27. {
  28.  font-size: 9pt;
  29.  font-family: 'Courier New';
  30. }
  31. span.f_CodeSyntax /* Code Syntax */
  32. {
  33.  font-size: 9pt;
  34.  font-family: 'Courier New';
  35. }
  36. span.f_Comment /* Comment */
  37. {
  38. }
  39. span.f_Heading1 /* Heading1 */
  40. {
  41.  font-size: 14pt;
  42.  font-weight: bold;
  43.  color: #c86400;
  44. }
  45. span.f_Heading2 /* Heading2 */
  46. {
  47.  font-weight: bold;
  48. }
  49. span.f_Heading3 /* Heading3 */
  50. {
  51.  color: #800000;
  52. }
  53. span.f_ImageCaption /* Image Caption */
  54. {
  55.  font-size: 8pt;
  56.  font-weight: bold;
  57. }
  58. span.f_News /* News */
  59. {
  60. }
  61. span.f_NewsCaption /* News Caption */
  62. {
  63.  font-weight: bold;
  64. }
  65. span.f_Normal_without_space /* Normal_without_space */
  66. {
  67. }
  68. span.f_Note /* Note */
  69. {
  70.  text-decoration: underline;
  71. }
  72. span.f_Notes /* Notes */
  73. {
  74. }
  75. span.f_OLEDescription /* OLE Description */
  76. {
  77.  font-size: 9pt;
  78. }
  79. span.f_OLEMethodsPropertyNames /* OLE Methods Property Names */
  80. {
  81.  font-size: 9pt;
  82.  font-family: 'Courier New';
  83. }
  84. span.f_OLEParameterName /* OLE Parameter Name */
  85. {
  86.  font-size: 9pt;
  87.  font-family: 'Courier New';
  88. }
  89. span.f_OLESection /* OLE Section */
  90. {
  91.  font-weight: bold;
  92. }
  93. span.f_Popup /* Popup */
  94. {
  95.  font-size: 9pt;
  96. }
  97. span.f_Question /* Question */
  98. {
  99.  font-weight: bold;
  100. }
  101. /* Paragraph styles */
  102. p /* Normal */
  103. {
  104.  text-align: justify;
  105.  text-indent: 0px;
  106.  padding: 0px 0px 0px 0px;
  107.  margin: 0px 0px 10px 0px;
  108. }
  109. .p_Answer /* Answer */
  110. {
  111.  text-indent: -19px;
  112.  margin: 0px 0px 12px 19px;
  113. }
  114. .p_CodeComment /* Code Comment */
  115. {
  116.  text-align: left;
  117. }
  118. .p_CodeExample /* Code Example */
  119. {
  120.  text-align: left;
  121. }
  122. .p_CodeSyntax /* Code Syntax */
  123. {
  124.  text-align: left;
  125. }
  126. .p_Comment /* Comment */
  127. {
  128. }
  129. .p_Heading1 /* Heading1 */
  130. {
  131.  text-align: left;
  132. }
  133. .p_Heading2 /* Heading2 */
  134. {
  135.  margin: 10px 0px 6px 0px;
  136. }
  137. .p_Heading3 /* Heading3 */
  138. {
  139.  text-align: left;
  140. }
  141. .p_ImageCaption /* Image Caption */
  142. {
  143.  text-align: center;
  144. }
  145. .p_News /* News */
  146. {
  147.  margin: 0px 0px 0px 0px;
  148. }
  149. .p_NewsCaption /* News Caption */
  150. {
  151. }
  152. .p_Normal_without_space /* Normal_without_space */
  153. {
  154.  margin: 0px 0px 0px 0px;
  155. }
  156. .p_Note /* Note */
  157. {
  158. }
  159. .p_Notes /* Notes */
  160. {
  161.  margin: 0px 0px 0px 0px;
  162. }
  163. .p_OLEDescription /* OLE Description */
  164. {
  165. }
  166. .p_OLEMethodsPropertyNames /* OLE Methods Property Names */
  167. {
  168.  text-align: left;
  169. }
  170. .p_OLEParameterName /* OLE Parameter Name */
  171. {
  172.  text-align: left;
  173. }
  174. .p_OLESection /* OLE Section */
  175. {
  176. }
  177. .p_Popup /* Popup */
  178. {
  179.  text-align: left;
  180.  margin: 0px 0px 0px 0px;
  181. }
  182. .p_Question /* Question */
  183. {
  184.  text-indent: -19px;
  185.  margin: 0px 0px 0px 19px;
  186. }
  187.