home *** CD-ROM | disk | FTP | other *** search
/ Internet Pratica / IPRAT_01.iso / SQL / openx / OpenX20.chm / samples.css < prev    next >
Cascading Style Sheet File  |  2002-03-05  |  1KB  |  52 lines

  1. DIV.sa14b {
  2.     font-family: Arial, Helvetica, sans-serif, sans-serif;
  3.     font-size : 16pt;
  4.     font-weight : bold;
  5. }
  6. DIV.sa12b {
  7.     font-family: Arial, Helvetica, sans-serif, sans-serif;
  8.     font-size : 12pt;
  9.     font-weight : bold;
  10. }
  11. PRE {
  12.     font-family : "Courier New", Courier, monospace;
  13.     font-size : 10pt;
  14. }
  15. .obj {
  16.     font-family : "Courier New", Courier, monospace;
  17.     font-size : 10pt;
  18.     color : Maroon;
  19.     font-weight : bold;
  20. }
  21. .var {
  22.     font-family : "Courier New", Courier, monospace;
  23.     font-size : 10pt;
  24.     color : Navy;
  25. }
  26. .fun {
  27.     font-family : "Courier New", Courier, monospace;
  28.     font-size : 10pt;
  29.     color : Navy;
  30.     font-weight : bold;    
  31. }
  32. .string {
  33.     font-family : "Courier New", Courier, monospace;
  34.     font-size : 10pt;
  35.     color : Blue;
  36. }
  37. .num {
  38.     font-family : "Courier New", Courier, monospace;
  39.     font-size : 10pt;
  40.     color : Fuchsia;    
  41. }
  42. .asp {
  43.     font-family : "Courier New", Courier, monospace;
  44.     font-size : 10pt;
  45.     color : Black;
  46.     background-color : Yellow;
  47. }
  48. .js {
  49.     font-family : "Courier New", Courier, monospace;
  50.     font-size : 10pt;
  51.     color : Maroon;
  52. }