home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 39 / IOPROG_39.ISO / SOFT / sdkjava40.exe / data1.cab / fg_Samples / Samples / misc / jsdk_ie3.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2000-05-04  |  1.0 KB  |  75 lines

  1. BODY {
  2.     font: 85% "Verdana"}
  3.     
  4. h1, h2, h3, h4 {
  5.     font-family: verdana, Arial, Helvetica, sans-serif;    
  6.     font-size: 85%; }
  7.     
  8. P  {
  9.     font: 85% "Verdana";
  10.     color: black}
  11.  
  12. CODE {
  13.     font: 100% "courier new"}
  14.  
  15. PRE {
  16.     font: 100% "courier new"}
  17.     
  18. PRE CODE {
  19.     font-size: 110% }
  20.  
  21. TD {
  22.     font-size: 85%;
  23.     color: black }
  24.  
  25. A:LINK {
  26.     color: #0000FF }
  27.     
  28. A:VISITED {
  29.     color: #660066 }
  30.     
  31.     
  32. .label {
  33.     font-weight: bold }
  34.     
  35. .tl {
  36.     margin-bottom: 6pt }
  37.     
  38. .atl {
  39.     margin-left: .25in;
  40.     margin-bottom: -0pt }
  41.  
  42. .cfe {
  43.     font-weight: bold }
  44.     
  45. .mini {
  46.     font-size: 65% }
  47.     
  48. LI {
  49.     color: #000000 }
  50.  
  51. LI UL {
  52.     margin-top: 9pt;
  53.     margin-bottom: 9pt }
  54.     
  55.  
  56. LI OL {
  57.     margin-top: 9pt;
  58.     margin-bottom: 9pt }
  59.     
  60. .dt {
  61.     margin-bottom: -9pt }
  62.     
  63. .indent {
  64.     margin-left: .25in }
  65.  
  66. pre.clsCode {     
  67.     font: 100% "Courier New", Courier, mono;
  68.     background: #eeeeee;
  69.     margin-top: 1em;
  70.     margin-bottom: 1em;
  71.     margin-left: 0pt;
  72.     padding-top: 5pt;
  73.     padding-bottom: 5pt; 
  74.     padding-left: 5pt;
  75.     padding-right: 5pt; }