home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / PelneWersje / Wielka_kolecja_atlasow / Wspolne.cab / wka.chm1 / css / styles.css
Encoding:
Cascading Style Sheet File  |  2011-07-29  |  795 b   |  22 lines

  1. html,body {margin:0;padding:0}
  2. body {font-family:Verdana,Arial, sans-serif; padding: 1em}
  3. h1, h2, h3, h4, h5, h6 { margin: .4em 0 .2em; padding: .2em .4em; color:#e7e7ef; background:#2f5b97; font-family:Georgia, "Times New Roman", Times, serif;}
  4. h1 {font-size:160%}
  5. h2 {font-size:140%}
  6. h3 {font-size:120%}
  7. h4 {font-size:100%}
  8.  
  9. /*b, strong {color:#40a569}*/
  10.  
  11. a {color:#00286b; text-decoration:none;}
  12. a:hover {text-decoration:underline;}
  13.  
  14. table {border-collapse:collapse; border-color:#999;}
  15. th, td {padding:.1em .2em; border-color:#aaa;}
  16. th {background: #ddd;}
  17.  
  18. #foot {margin-top:1em;border-top:1px solid #ccc;background:#eee;}
  19.  
  20.  
  21. code {font-family: "Lucida Console", "Courier New", Courier, monospace; font-size:90%; background:#ffd; color:#030;}
  22. ul {list-style-type:square;}