home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 March / Chip_2000-03_cd.bin / tema / Spider / default.css < prev    next >
Cascading Style Sheet File  |  2000-01-24  |  1KB  |  54 lines

  1. body {    font-family: arial, helvetica, sans-serif;
  2.     font-size: 10pt;
  3.     font-style: normal;
  4.     text-align: justify }
  5.  
  6. H1 {    font-size: 18pt;
  7.     font-family: arial, helvetica, sans-serif;
  8.     font-style: normal;
  9.     font-weight: bold }
  10.  
  11. H2 {    font-size: 16pt;
  12.     font-family: arial, helvetica, sans-serif;
  13.     font-style: normal;
  14.     font-weight: bold }
  15.  
  16. H3 {    font-size: 14pt;
  17.     font-family: arial, helvetica, sans-serif;
  18.     font-style: normal;
  19.     font-weight: bold }
  20.  
  21. H4 {    font-size: 12pt;
  22.     font-family: arial, helvetica, sans-serif;
  23.     font-style: normal;
  24.     font-weight: bold }
  25.  
  26. H5 {    font-size: 10pt;
  27.     font-family: arial, helvetica, sans-serif;
  28.     font-style: normal;
  29.     font-weight: bold }
  30.  
  31. Table {    font-family: arial, helvetica, sans-serif;
  32.     font-size: 10pt;
  33.     font-style: normal;
  34.     text-align: justify }
  35.  
  36.  
  37. a         {text-decoration: none}
  38. a:hover     {text-decoration: none}
  39. a:hover     {color: blue}
  40. a:link        {color: blue}
  41. a:active    {color: blue}
  42. a:visited    {color: blue}
  43.  
  44.  
  45. a.menu            {color: yellow}
  46. a.menu            {background-color: blue}
  47. a:hover.menu         {color: blue}
  48. a:hover.menu         {background-color: yellow}
  49. a:link.menu        {color: yeloow}
  50. a:active.menu        {color: blue}
  51. a:active.menu        {background-color: yeloow}
  52. a:visited.menu        {color: yellow}
  53. a:visited:hover.menu    {color: blue}
  54.