home *** CD-ROM | disk | FTP | other *** search
/ Magazyn WWW 2000 January / www_01_2000.iso / poland / basic / vb / style.css < prev   
Cascading Style Sheet File  |  1999-11-30  |  547b  |  51 lines

  1. A { text-decoration: none; }
  2.  
  3. A:hover 
  4.   text-decoration: none;
  5.   color: #0000FF;
  6. }
  7.  
  8. BODY
  9. {
  10.   font-family: Arial;
  11.   font-size: 9pt;
  12. }
  13.  
  14. TD
  15. {
  16.   font-family: Arial;
  17.   font-size: 9pt;
  18. }
  19.  
  20. H1
  21. {
  22.   font-family: Arial;
  23.   font-size: 16pt;
  24.   font-weight: bold;
  25. }
  26.  
  27. .title
  28. {
  29.   font-family: Arial;
  30.   font-size: 16pt;
  31.   font-weight: bold;
  32. }
  33.  
  34. .mini
  35. {
  36.   font-family: Arial;
  37.   font-size: 8pt;
  38. }
  39.  
  40. .code
  41. {
  42.   font-family: Courier New;
  43.   font-size: 9pt;
  44. }
  45.  
  46. .wio-dla-szkapy
  47. {
  48.   font-family: Arial;
  49.   font-size: 9pt;
  50. }