home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 January / PCWorld_2001-01_cd.bin / Software / Komercni / deseti / default.css next >
Cascading Style Sheet File  |  2000-11-30  |  1KB  |  90 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.normal
  18.     {
  19.     color: rgb(255, 255, 255);
  20.     font-weight: normal;
  21.     text-decoration: none;
  22.     }
  23.  
  24.     
  25. a:hover
  26.     {
  27.     color: rgb(210, 210, 210);
  28.     }
  29.  
  30. td
  31.     {
  32.     color: rgb(255, 255, 255);
  33.     font-family: verdana;
  34.     font-size: 8pt;
  35.     text-align: justify;
  36.     }
  37.     
  38. .center
  39.     {
  40.     text-align: center;
  41.     }
  42.  
  43. .left
  44.     {
  45.     text-align: left;
  46.     }
  47.     
  48. .right
  49.     {
  50.     text-align: right;
  51.     }
  52.  
  53. .justify
  54.     {
  55.     text-align: justify;
  56.     }
  57.     
  58. .input
  59.     {
  60.     color: rgb(255, 255, 255);
  61.     background-color: rgb(41, 46, 67);
  62.     border-width: 2px;
  63.     border-color: rgb(94, 106, 154);
  64.     border-style: solid;
  65.     font-family: verdana;
  66.     font-weight: bold;
  67.     font-size: 8pt;
  68.     margin: 0px;
  69.     }
  70.     
  71. .blue
  72.     {
  73.     color: rgb(217, 217, 255);
  74.     font-weight: bold;
  75.     }
  76.  
  77. .bluecenter
  78.     {
  79.     color: rgb(217, 217, 255);
  80.     font-weight: bold;
  81.     text-align: center;
  82.     }
  83.  
  84. .bluextra
  85.     {
  86.     color: rgb(217, 217, 255);
  87.     font-size: 13pt;
  88.     font-weight: bold;
  89.     text-align: center;
  90.     }