home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 October / Chip_2000-10_cd1.bin / internet / Mozaika / mozaika.css < prev    next >
Cascading Style Sheet File  |  2000-09-06  |  773b  |  53 lines

  1. BODY {
  2. background: #FFFFC0;
  3. font-family: helvetica, arial, sans serif; 
  4. font-size: 16px;
  5. font-weight: bold;
  6. margin-top: 0,5cm;
  7. }
  8.  
  9. H1,H2,H3,H4,H5,H6,H7 { 
  10. color: blue;
  11. font-weight: bold;
  12. }
  13.  
  14. B { 
  15. color: blue; 
  16. font-weight: bold;
  17.  
  18. TABLE {
  19. background-image: url(bcorange.jpg);
  20. background-color: orange;
  21. font-family: helvetica, arial, sans serif; 
  22. font-size: 12px;
  23. font-weight: bold;
  24. }
  25.  
  26. A:link {
  27. font-weight: bold;
  28. text-decoration: none;
  29. color: black;
  30. }
  31.  
  32. A:visited {
  33. font-weight: bold;
  34. text-decoration: none;
  35. color: black;
  36. }
  37.  
  38. A:hover {
  39. font-weight: bold;
  40. text-decoration: none;
  41. color: orange;
  42. background-color : #FFFFC0;
  43. }
  44.  
  45. A:aktive {
  46. font-weight: bold;
  47. text-decoration: none;
  48. color: orange;
  49. background-color : #FFFFC0;
  50. }
  51.  
  52.