home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / example-content / book / book-toc.css next >
Encoding:
Cascading Style Sheet File  |  2006-05-23  |  397 b   |  31 lines

  1.  
  2.  
  3. body {
  4.     padding: 20px;
  5. }
  6.  
  7. h1 {
  8.     margin: 15px 0 15px 0;
  9.     padding: 0 0 0 0;
  10.     font-size: 1.5em;
  11.     font-weight: normal; 
  12.     line-height: 1.0em;
  13.     text-align: left;
  14.     color: #6d4c07; 
  15.     border-bottom: 2px solid #6d4c07;
  16. }
  17.  
  18. h2 {
  19.     margin: 25px 0 15px 0;
  20.     padding: 0 0 0 0;
  21.     font-size: 1.0em;
  22.     font-weight: bold; 
  23.     text-align: left;
  24.     color: #6d4c07;
  25.     border-bottom: 2px solid #6d4c07;
  26. }
  27.  
  28. a {
  29.     color: black;
  30. }
  31.