home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web15 / tutorial.07 / case.03 / fstyles.css < prev    next >
Cascading Style Sheet File  |  2011-04-11  |  2KB  |  44 lines

  1. /*
  2.    New Perspectives on HTML and XHTML 5th Edition
  3.    Tutorial 7
  4.    Case Problem 3
  5.  
  6.    Fractal Math Style Sheet
  7.  
  8.    Filename:         fstyles.css
  9.    Supporting Files: fback.jpg
  10.  
  11.  
  12. */
  13.  
  14. body {background: white url(fback.jpg) no-repeat top left; margin: 0px; padding: 0px}
  15. #head {position: absolute; top: 18px; left: 219px}
  16. #pageContent {position: absolute; top: 120px; left: 0px}
  17.  
  18. #links {float: left; width: 150px; font-size: 16px}
  19. #links ul {padding-left: 0px; margin-left: 10px; list-style-type: none}
  20. #links a {text-decoration: none; color: black}
  21. #links a:visited {text-decoration: black}
  22. #links a:hover {text-decoration: underline}
  23. #links li.newTopic {margin-top: 15px}
  24.  
  25. #mainColumn {float: left; width: 590px}
  26.  
  27. .first-p:first-line {font-variant: small-caps}
  28.  
  29. #movie {float: right; margin: 0px 0px 10px 15px}
  30.  
  31. #fractal {font-size: 10px; font-family: sans-serif; border: 1px solid blue; 
  32.           margin: 10px; width: 550px; background-color: rgb(243,224,233)}
  33.  
  34. #fractal h2 {margin: 10px; text-align: center; font-size: 14px; color: white;
  35.             font-weight: normal; background-color: blue; margin: 0px; line-height: 2}
  36.  
  37. #fractal li {list-style-type: circle; margin-left: 0px; padding-left: 0px; 
  38.              line-height: 2.2}
  39.  
  40. #fractal span {border: 2px outset rgb(236,233,216); font-family: sans-serif; font-size: 10px; 
  41.                padding: 2px; background-color: rgb(236,233,216); margin: 5px}
  42.  
  43. #cite {font-size: 10px; text-align: right}
  44. #demo {text-align:center}