home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 July / Chip_1999-07_cd.bin / internet / pi / CSS / MENUmuj.CSS < prev    next >
Encoding:
Cascading Style Sheet File  |  1999-04-21  |  834 b   |  47 lines

  1. BODY {
  2.     background-color : #FFFFD7;
  3.     background-image : url(/Home/graphics/backMenu.gif);
  4.     color : #660000;
  5.     font-family : sans-serif;
  6.     font-size : 8pt;
  7. }
  8.  
  9. .cmenuitem  {
  10.     color : #660000;
  11.     font-family : sans-serif;
  12.     font-size : 8pt;
  13.     font-weight : normal;
  14.     text-decoration : none;
  15. }
  16.  
  17. A.cmenuitem:hover  {
  18.     font-weight : normal;
  19.     text-decoration : none;
  20.     color : #333399;
  21. }
  22.  
  23. A.cmenuitem:active  {
  24.     font-weight : normal;
  25.     text-decoration : none;
  26.     color : #333399;
  27. }
  28.  
  29. .cmenuitemfolder  {
  30.     color : black;
  31.     font-family : sans-serif;
  32.     font-size : 8pt;
  33.     font-weight : normal;
  34.     text-decoration : none;
  35. }
  36.  
  37. A.cmenuitemfolder:hover  {
  38.     font-weight : normal;
  39.     text-decoration : none;
  40.     color : #333399;
  41. }
  42.  
  43. A.cmenuitemfolder:active  {
  44.     font-weight : normal;
  45.     text-decoration : none;
  46.     color : #333399;
  47. }