home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 December / Chip_1999-12_cd.bin / zkuste / DTP / navigace1.css < prev    next >
Cascading Style Sheet File  |  1999-08-31  |  655b  |  50 lines

  1. <!--
  2.  
  3. .podtisk    {
  4.             background-color: #303090;
  5.         }
  6.  
  7. .aktualni    {
  8.             color: #303090;
  9.             background-color: #FFFFE1;
  10.         }
  11.  
  12. .obsah        {
  13.             font-size: 8pt;
  14.             font-weight: bold;
  15.         }
  16.  
  17.  
  18. table        {
  19.             font-size: 10pt;
  20.         }
  21.  
  22. body        {
  23.             color: #FFFFE1;
  24.             font-family: Arial;
  25.             font-size: 10pt;
  26.             background: url(images/topback.jpg) #000060 fixed no-repeat;
  27.         }
  28.  
  29.  
  30. a:link        {
  31.             color: #FFFFE1;
  32.             text-decoration: none;
  33.             font-weight: bold;
  34.         }
  35.     
  36. a:visited    {
  37.             color: #FFFFE1;
  38.             text-decoration: none;
  39.             font-weight: bold;
  40.             }
  41. A:hover 
  42.         {
  43.             color: #FFFF00;
  44.             text-decoration: none;
  45.             font-weight: bold;
  46.         }
  47.  
  48.  
  49. -->
  50.