home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 June / Chip_2001-06_cd1.bin / bonus / html / stranka.css < prev    next >
Cascading Style Sheet File  |  2000-11-08  |  761b  |  62 lines

  1. <!--
  2.  
  3. body        {
  4.             color: rgb(255,255,255);
  5.             background-color: #000000;
  6.             font-family: Arial, Arial CE, Helvetica, sans-serif;
  7.             font-size: 12px;
  8.         }
  9.         
  10. td
  11.         {
  12.             font-family: Arial, Arial CE, Helvetica, sans-serif;
  13.             font-size: 12px;
  14.             color: rgb(255,255,255);
  15.         }
  16.  
  17. p
  18.         {
  19.             font-family: Arial, Arial CE, Helvetica, sans-serif;
  20.             font-size: 12px;
  21.             color: rgb(255,255,255);
  22.         }
  23.  
  24.  
  25. h1,h2,h3,h4,h5
  26.         {
  27.             color: rgb(255,255,255);
  28.             margin-bottom: 0pt;
  29.             margin-top: 0pt;
  30.             font-weight: bold;
  31.         }
  32.  
  33.  
  34. h2,h3        {
  35.             text-align: center;
  36.         }
  37.         
  38.  
  39. h2        {
  40.             font-size: 24px;
  41.         }
  42.  
  43. h3        {
  44.             font-size: 18px;
  45.         }
  46.  
  47. a        {
  48.             color: rgb(128,128,255);
  49.             text-decoration: none;
  50.         }
  51.     
  52. A:hover 
  53.         {
  54.             text-decoration: underline;
  55.         }
  56.         
  57. hr    {
  58.             color: rgb(0,0,255);
  59. }        
  60.  
  61. -->
  62.