home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 July / PCWorld_2000-07_cd.bin / Software / Komercni / deseti / default.css
Cascading Style Sheet File  |  2000-05-30  |  1KB  |  78 lines

  1. body
  2.     {
  3.     background-color: rgb(0, 0, 0);
  4.     color: rgb(255, 255, 255);
  5.     font-family: verdana;
  6.     font-size: 8pt;
  7.     margin: 0px;
  8.     }
  9.  
  10. a
  11.     {
  12.     color: rgb(255, 255, 255);
  13.     font-weight: bold;
  14.     text-decoration: none
  15.     }
  16.  
  17. a:hover
  18.     {
  19.     color: rgb(210, 210, 210);
  20.     }
  21.     
  22. td    {
  23.     color: rgb(255, 255, 255);
  24.     font-family: verdana;
  25.     font-size: 8pt;
  26.     text-align: justify;
  27.     }
  28.  
  29. .big
  30.     {
  31.     font-size: 13pt;
  32.     font-weight: bold;
  33.     text-align: center;
  34.     }
  35.  
  36. .bigc
  37.     {
  38.     font-size: 13pt;
  39.     font-weight: bold;
  40.     text-align: center;
  41.     }
  42.  
  43. .bc
  44.     {
  45.     font-weight: bold;
  46.     text-align: center;
  47.     }
  48.  
  49. .bir
  50.     {
  51.     font-weight: bold;
  52.     font-style : italic;
  53.     text-align: right;
  54.     }
  55.  
  56. .small
  57.     {
  58.     text-align: center
  59.     }
  60.  
  61. .input
  62.     {
  63.     color: rgb(255, 255, 255);
  64.     background-color: rgb(41, 46, 67);
  65.     border-width: 2px;
  66.     border-color: rgb(94, 106, 154);
  67.     border-style: solid;
  68.     font-family: verdana;
  69.     font-weight: bold;
  70.     font-size: 8pt;
  71.     margin: 0px;
  72.     }
  73.  
  74. .blue
  75.     {
  76.     color: rgb(94, 106, 154);
  77.     font-weight: bold;
  78.     }