home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 233 / Computer Shopper 233 / ComputerShopperDVD233.iso / Toolkit / Enhance / KeyText / ktext307.exe / {app} / KeyText.chm / default.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2007-03-09  |  1.3 KB  |  87 lines

  1. /* Text Styles */
  2. hr { color: #000000}
  3. body, table /* 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_CodeExample /* Code Example */
  13. {
  14.  font-size: 8pt;
  15.  font-family: 'Courier New';
  16.  color: #000000;
  17. }
  18. span.f_Comment /* Comment */
  19. {
  20. }
  21. span.f_CourierFixed /* Courier Fixed */
  22. {
  23.  font-size: 9pt;
  24.  font-family: 'Courier New';
  25.  color: #000000;
  26. }
  27. span.f_Example /* Example */
  28. {
  29.  font-size: 9pt;
  30. }
  31. span.f_Heading1 /* Heading1 */
  32. {
  33.  font-size: 14pt;
  34.  font-weight: bold;
  35.  color: #ffffff;
  36. }
  37. span.f_ImageCaption /* Image Caption */
  38. {
  39.  font-size: 8pt;
  40.  font-weight: bold;
  41. }
  42. span.f_NormalSmall /* Normal Small */
  43. {
  44.  font-size: 9pt;
  45. }
  46. span.f_Notes /* Notes */
  47. {
  48. }
  49. span.f_Title /* Title */
  50. {
  51.  font-weight: bold;
  52. }
  53. /* Paragraph styles */
  54. p /* Normal */
  55. {
  56.  text-align: left;
  57.  text-indent: 0px;
  58.  padding: 0px 0px 0px 0px;
  59.  margin: 0px 0px 0px 0px;
  60. }
  61. .p_CodeExample /* Code Example */
  62. {
  63.  white-space: nowrap;
  64. }
  65. .p_Comment /* Comment */
  66. {
  67. }
  68. .p_Example /* Example */
  69. {
  70.  margin: 0px 19px 0px 19px;
  71. }
  72. .p_Heading1 /* Heading1 */
  73. {
  74. }
  75. .p_ImageCaption /* Image Caption */
  76. {
  77. }
  78. .p_NormalSmall /* Normal Small */
  79. {
  80. }
  81. .p_Notes /* Notes */
  82. {
  83. }
  84. .p_Title /* Title */
  85. {
  86. }
  87.