home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 October / Chip_2003-10_cd2.bin / prezentace / pmc / pmc.css < prev    next >
Cascading Style Sheet File  |  2003-07-17  |  610b  |  41 lines

  1. p { 
  2.       font-family: Verdana, Arial; 
  3.     font-size: 10px; 
  4.     color: #000000;
  5. }
  6.  
  7. .udaje { 
  8.       font-family: Verdana, Arial; 
  9.     font-size: 10px;
  10.     font-weight : bold; 
  11.     color: #000000;
  12. }
  13.  
  14. li {
  15.     font-family: Verdana, Arial;
  16.     font-size: 8px;
  17.     color: #000000;
  18.     font-weight : bold;
  19. }
  20.  
  21. .nazev { 
  22.     font-family: Verdana, Arial; 
  23.     font-size: 12px;
  24.     font-weight : bold; 
  25.     color: #0033CC;
  26. }
  27.  
  28. A {
  29.     font-family: Verdana; 
  30.     font-size: 8pt;
  31.     text-decoration : none;
  32.     color : #000000;
  33. }
  34.  
  35. A:Hover {
  36.     font-family: Verdana; 
  37.     font-size: 8pt;
  38.     text-decoration: underline;
  39.     color: #000000;
  40.     
  41.