home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 March / Chip_2000-03_cd.bin / internet / Actually / style.css < prev    next >
Cascading Style Sheet File  |  2000-01-21  |  913b  |  59 lines

  1. span.hnadpis  {
  2.     font-size : medium;
  3.     font-family : sans-serif;
  4.     color : darkgreen;
  5.     background-color : #ADDECE;
  6.     padding-left : 0;
  7.     width : 100%;
  8.     text-align : left;
  9.     visibility : visible;
  10.     position : static;
  11.     overflow : clip;
  12. }
  13.  
  14. span.nadpis  {
  15.     font : arial;
  16.     font-size : small;
  17.     font-family : arial;
  18.     font-weight : bold;
  19.     color : darkgreen;
  20. }
  21.  
  22. span.little  {
  23.     font-size : x-small;
  24. }
  25.     
  26.  
  27. A  {
  28.     font-size : x-small;
  29.     font-family : sans-serif;
  30.     color : darkgreen;
  31.     text-decoration : none;
  32. }
  33.  
  34. A:Active  {
  35.     font-size : x-small;
  36.     font-family : sans-serif;
  37.     color : red;
  38. }
  39.  
  40. A:Hover  {
  41.     font-size : x-small;
  42.     font-family : sans-serif;
  43.     text-decoration : underline;
  44. }
  45.  
  46. A:Visited  {
  47.     font-size : x-small;
  48.     font-family : sans-serif;
  49.     color : lightdarkgreen;
  50.     text-decoration : none;
  51. }
  52.  
  53. BODY  {
  54.     background-color : "white";
  55.     font-family : serif;
  56.     color : black;
  57. }
  58.  
  59.