home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 January / PCWorld_2000-01_cd.bin / Novinky / ipb_hb / style / style_1.css < prev    next >
Cascading Style Sheet File  |  1999-10-21  |  1KB  |  76 lines

  1. BODY {
  2.         font-family: Arial;
  3.         font-size: 8pt;
  4.         font-weight: medium;
  5.         color: #00396c;
  6.         font-style: normal;
  7.         text-transform: none;
  8.         text-decoration: none;
  9.     
  10. }
  11.  
  12. A {
  13.         font-family: Arial;
  14.         font-size: 8pt ;
  15.         font-weight: medium;
  16.         color: #00396c
  17.         font-style: normal;
  18.         text-transform: none;
  19.         text-decoration: underline;
  20.     
  21. }
  22.  
  23. A:LINK {
  24.         font-family: Arial;
  25.         font-size: 8pt ;
  26.         font-weight: medium;
  27.         color: #00396c;
  28.         font-style: normal;
  29.         text-transform: none;
  30.         text-decoration: underline;
  31.     
  32. }
  33.  
  34. A:VISITED {
  35.         font-family: Arial;
  36.         font-size: 8pt ;
  37.         font-weight: medium;
  38.         color: #00396c;
  39.         font-style: normal;
  40.         text-transform: none;
  41.         text-decoration: underline;
  42.     
  43. }
  44.  
  45. TD {
  46.         font-family: Arial;
  47.         font-size: 8pt;        
  48. }
  49.  
  50. TH {
  51.         color: #FFFFFF;
  52.         font-family: Arial;
  53.         font-size: 8pt;
  54.         font-style: bold;
  55.         background-color: #00396c;
  56. }
  57.  
  58. HR {
  59.         color: #C0C0C0;
  60.         size: 4pt;
  61.         width: 100%;
  62. }        
  63.  
  64. .collapsed {
  65.         display: none
  66. }
  67.  
  68. H6 {
  69.         cursor: hand; text-decoration: underline; color: #cc0033
  70. }
  71.  
  72. H5 {
  73.         color: #990033
  74. }    
  75.       
  76.