home *** CD-ROM | disk | FTP | other *** search
/ Magazyn WWW 2000 June / www-06-2000.iso / poland / wajda / style / other.css < prev   
Cascading Style Sheet File  |  2000-04-19  |  1KB  |  79 lines

  1. BODY {
  2.     color: Black;
  3.     border: none;
  4.     background-color: White;
  5.     font-family: "Times New Roman", "Times", serif;
  6.     font-size: 110%;
  7. }
  8. TD {
  9.     color: Black;
  10.     background-color: transparent;
  11.     font-family: "Times New Roman", "Times", serif;
  12.     font-size: 100%;
  13. }
  14. H1 {
  15.     font-size: 160%;
  16.     color: #1B6741;
  17. }
  18.  
  19. H3 {
  20.     font-size: 120%;
  21.     color: #1B6741;
  22. }
  23.  
  24. B {
  25.     color: #227E4F;
  26.     font-size: 100%;
  27. }
  28.  
  29. I {
  30.     color: #227E4F;
  31. }
  32.  
  33. A {
  34.     background: transparent;
  35.     font-family: "Arial", "Helvetica", sans-serif;
  36. }
  37. A:link {text-decoration: none;color:#255091;}
  38. A:visited {text-decoration: none;color:#255091;}
  39. A:active {text-decoration: none;color:#255091;}
  40. A:hover {
  41.     color: #E84130;
  42.     text-decoration: underline;
  43. }
  44. .nav {
  45.     font-size: 70%;
  46. }
  47.  
  48. .lub {
  49.     font-weight: bold;
  50.     font-size: 80%;
  51.     line-height: 140%;
  52. }
  53.  
  54. .inside {
  55.     vertical-align: top;
  56.     padding-right: 30px;
  57.     padding-left: 30px;
  58. }
  59.  
  60. .lnk {
  61.     font-weight: bold;
  62.     font-size: 95%;
  63.     line-height: 140%;
  64. }
  65.  
  66. .kal {
  67.     font-weight: bold;
  68.     font-size: 80%;
  69.     line-height: 140%;
  70. }
  71.  
  72. .podpis {
  73.     font-size: 70%;
  74.     font-style: italic;
  75. }
  76.  
  77. .zakupy {
  78.     font-size: 85%;
  79. }