home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 August / Chip_2004-08_cd1.bin / software / slunec / app / 7839_9997.exe / %MAINDIR% / reference.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-06-17  |  2.2 KB  |  166 lines

  1. body  
  2. {
  3.   padding: 10 0 0 10;
  4.   background: #ffffff; 
  5.   color: #000000;
  6.   font-family: verdana, arial, helvetica, sans-serif; 
  7.   font-size: 100%;
  8. }
  9.  
  10. h1
  11. {
  12.   font-family: verdana, arial, helvetica, sans-serif;
  13.   font-size: 100%;
  14. }
  15.  
  16. h4
  17. {
  18.   font-family: verdana, arial, helvetica, sans-serif;
  19.   font-size: 70%;
  20. }
  21.  
  22. p
  23. {
  24.   font-family: verdana, arial, helvetica, sans-serif;
  25.   font-size: 70%;
  26. }
  27.  
  28. dl
  29. {
  30.   font-family: verdana, arial, helvetica, sans-serif;
  31.   font-size: 70%;
  32. }
  33.  
  34. dt 
  35. {
  36. }
  37.  
  38. dd
  39. {
  40. }
  41.  
  42. pre
  43. {
  44.   padding: 2 4;
  45.   cursor: text; 
  46. }
  47.  
  48. a:link
  49. {
  50.   color: #661155; 
  51.   text-decoration: none;
  52. }
  53.  
  54. a:visited
  55. {
  56.   color: #772266; 
  57.   text-decoration: none;
  58. }
  59.  
  60. a:hover
  61. {
  62.   background: #ddeedd; 
  63.   color: #661155; 
  64.   text-decoration: none;
  65. }
  66.  
  67. a:link.trn
  68. {
  69.   color: #000000; 
  70.   text-decoration: none;
  71. }
  72.  
  73. a:visited.trn
  74. {
  75.   color: #000000; 
  76.   text-decoration: none;
  77. }
  78.  
  79. a:hover.trn
  80.   background: #ddeedd; 
  81.   color: #661155; 
  82.   text-decoration: none;
  83. }
  84.  
  85. table.list
  86. {
  87.   background-color:#999999;
  88. }
  89.  
  90. th.list
  91. {
  92.   font-family: verdana, arial, helvetica, sans-serif;
  93.   background: #cccccc;
  94.   text-align: left;
  95.   font-size: 70%;
  96. }
  97.  
  98. td.list
  99. {
  100.   font-family: verdana, arial, helvetica, sans-serif;
  101.   background: #ffffff;
  102.   text-align: left;
  103.   font-size: 70%;
  104. }  
  105.  
  106. table.grid
  107. {
  108.   background-color:#999999;
  109. }
  110.  
  111. th.grid
  112. {
  113.   font-family: verdana, arial, helvetica, sans-serif;
  114.   background: #cccccc;
  115.   text-align: center;
  116.   font-size: 70%;
  117. }
  118.  
  119. td.grid
  120. {
  121.   font-family: verdana, arial, helvetica, sans-serif;
  122.   background: #ffffff;
  123.   text-align: center;
  124.   font-size: 70%;
  125. }  
  126.  
  127. table.toc
  128. {
  129.   background-color:#ffffff;
  130. }
  131.  
  132. th.toc
  133. {
  134.   font-family: verdana, arial, helvetica, sans-serif;
  135.   background: #ffffff;
  136.   text-align: left;
  137.   font-size: 70%;
  138. }
  139.  
  140. td.toc
  141. {
  142.   font-family: verdana, arial, helvetica, sans-serif;
  143.   background: #ffffff;
  144.   text-align: left;
  145.   font-size: 70%;
  146. }  
  147.  
  148. table.bar
  149. {
  150.   font-family: verdana, arial, helvetica, sans-serif;
  151.   background-color: #bbddcc;
  152. }
  153.  
  154. td.bar
  155. {
  156.   font-family: verdana;
  157.   font-size: 60%;
  158.   text-align: left;
  159.   text-valign: middle;
  160. }
  161.  
  162. table.pre
  163. {
  164.   background-color: #dddddd;
  165. }