home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2006 September / cybermycha092006.bin / poradnik / style.css < prev    next >
Cascading Style Sheet File  |  2005-12-07  |  1KB  |  85 lines

  1. BODY {
  2.     background-color : #EEEEEE;
  3.     color : #000000;
  4.     font-family : Arial, Tahoma, Helvetica, sans-serif;
  5.     margin-left : 8%;
  6.     margin-right : 5%;
  7. }
  8.  
  9. A:LINK, A:VISITED {
  10.     color : #000099;
  11.     text-decoration : none;
  12. }
  13.  
  14. A:HOVER {
  15.     background-color : #FFFFFF;
  16.     color : #00009F;
  17.     text-decoration : none;
  18. }
  19.  
  20. H1 {
  21.     color : #990000;
  22.     font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
  23.     font-size : 200%;
  24.     margin-bottom : -1em;
  25.     margin-left : -5%;
  26. }
  27.  
  28. H2 {
  29.     color : #990000;
  30.     font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
  31.     font-size : 160%;
  32.     margin-left : -5%;
  33.     margin-top : 2.7em;
  34. }
  35.  
  36. H3 {
  37.     color : #990000;
  38.     font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
  39.     font-size : 140%;
  40.     margin-left : -5%;
  41.     margin-top : 2em;
  42. }
  43.  
  44. H4 {
  45.     color : #990000;
  46.     font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
  47.     font-size : 115%;
  48.     margin-left : -5%;
  49.     margin-top : 1.5em;
  50. }
  51.  
  52. H5 {
  53.     color : #990000;
  54.     font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
  55.     font-size : 100%;
  56.     font-weight : 900;
  57.     margin-top : 1.5em;
  58. }
  59.  
  60. H6 {
  61.     color : #000000;
  62.     font-family : Arial, Helvetica, sans-serif;
  63.     font-size : 100%;
  64.     font-style : italic;
  65.     font-weight : 800;
  66.     margin-bottom : -0.8em;
  67. }
  68.  
  69. BLOCKQUOTE {
  70.     margin-left : 0;
  71. }
  72.  
  73. CAPTION {
  74.     font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
  75.     font-weight : 800;
  76. }
  77.  
  78. TH {
  79.     background-color : #FFFFFF;
  80. }
  81.  
  82. TD {
  83.     background-color : #F0F0F0;
  84. }
  85.