home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 March / Chip_2004-03_cd1.bin / software / slunec / app / 6196_8222.exe / {app} / ihtk.chm / help.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2003-06-22  |  1.3 KB  |  139 lines

  1. BODY
  2. {
  3.   font-size:80%;
  4.   font-family:Verdana;
  5.   background:white
  6. }
  7.  
  8. SPAN.title
  9. {
  10.   font-weight:bold
  11. }
  12.  
  13. SPAN.gui
  14. {
  15.   font-weight:bold
  16. }
  17.  
  18. SPAN.question
  19. {
  20.   color:#990033;
  21.   line-height:10mm
  22. }
  23.  
  24. SPAN.price
  25. {
  26.   font-family:Georgia,Verdana;
  27.   font-size:16pt;
  28.   color:red
  29. }
  30.  
  31. P
  32. {
  33.   text-align:justify;
  34.   text-indent:5mm
  35. }
  36.  
  37. P.small
  38. {
  39.   font-size:85%
  40. }
  41.  
  42. P.code
  43. {
  44.   font-size:100%;
  45.   font-family:Courier New
  46. }
  47.  
  48. P.registered
  49. {
  50.   font-size:85%;
  51.   color:red
  52. }
  53.  
  54. P.important
  55. {
  56.   font-weight:bold;
  57.   color:red
  58. }
  59.  
  60. DIV#discount
  61. {
  62.   text-align:justify;
  63.   text-indent:5mm;
  64.   font-weight: bold;
  65.   color: red
  66. }
  67.  
  68. PRE
  69. {
  70.   margin-left:1cm
  71. }
  72.  
  73. LI
  74. {
  75.   text-align:justify
  76. }
  77.  
  78. H1
  79. {
  80.   color: #990000;
  81.   font-size:140%;
  82.   font-family:Verdana;
  83.   font-weight:bold
  84. }
  85.  
  86. H2
  87. {
  88.   color: #990000;
  89.   font-size:120%;
  90.   font-family:Verdana;
  91.   font-weight:bold
  92. }
  93.  
  94. TR
  95. {
  96.   font-size:80%;
  97.   font-family:Verdana;
  98.   vertical-align:top
  99. }
  100.  
  101. TH
  102. {
  103.   text-align:center;
  104.   background:#DDDDDD
  105. }
  106.  
  107. TD
  108. {
  109.   background:#EEEEEE;
  110.   text-align:justify
  111. }
  112.  
  113. TD.price
  114. {
  115.   background:#FFFFFF;
  116.   text-align:left;
  117.   text-valign:middle
  118. }
  119.  
  120. A:link
  121. {
  122.   color: #CC0000
  123. }
  124.  
  125. A:visited
  126. {
  127.   color: #CC9933
  128. }
  129.  
  130. A:hover
  131. {
  132.   color: #CC0000
  133. }
  134.  
  135. A:active
  136. {
  137.   color: #CC0000
  138. }
  139.