home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Grafica / digphys / dig_phys.exe / $INSTDIR / text / PHIS.CSS < prev    next >
Encoding:
Cascading Style Sheet File  |  2005-04-25  |  1.1 KB  |  73 lines

  1. body
  2.  {
  3.    background : black;
  4.    color : ivory;
  5.    font-family: Verdana, sans-serif;
  6.    font-size:12px;
  7.    background:url("line.gif");
  8.  }
  9.  
  10.  
  11. table
  12.  {
  13.    background : black;
  14.    color : ivory;
  15.    font-family: Verdana, sans-serif;
  16.    font-size:12px;
  17.  }
  18.  
  19. tr td
  20.  {
  21.    background : black;
  22.    color : ivory;
  23.    font-family: Verdana, sans-serif;
  24.    font-size:12px;
  25.    height:12px;
  26.  }
  27.  
  28.  
  29. ul
  30. {
  31.    background : black;
  32.    color : ivory;
  33.    font-family: Verdana, sans-serif;
  34.    font-size:12px;
  35.    background:url("line.gif");
  36. }
  37.  
  38. li
  39. {
  40.    background : black;
  41.    color : ivory;
  42.    font-family: Verdana, sans-serif;
  43.    font-size:12px;
  44. }
  45.  
  46. A:link {
  47.    font-family: Verdana, sans-serif;
  48.    font-size:16px;
  49.    color: #00A0FF;
  50. }
  51.  
  52. A:visited {
  53.    font-family: Verdana, sans-serif;
  54.    font-size:16px;
  55.    color: #00A0F0; 
  56.    text-decoration: none
  57. }
  58.  
  59. A:active {
  60.    font-family: Verdana, sans-serif;
  61.    font-size:16px;
  62.   color: #00A0FF; 
  63.    text-decoration: none
  64. }
  65.  
  66.  
  67. A:hover {
  68.    font-family: Verdana, sans-serif;
  69.    font-size:16px;
  70.    color: #00C0FF; 
  71.    text-decoration: underline
  72. }
  73.