home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web16 / tutorial_8 / chs.css < prev    next >
Cascading Style Sheet File  |  2011-04-18  |  2KB  |  50 lines

  1. /*
  2.    New Perspectives on HTML and XHTML 5th Edition
  3.    Tutorial 8
  4.    Tutorial Case
  5.  
  6.    Cliffhangers Style Sheet
  7.  
  8.    Filename:         chs.css
  9.    Supporting Files: 
  10.  
  11. */
  12.  
  13. *    {padding: 0px; margin: 0px}
  14. body {background-image: url(wall.jpg); font-family: Verdana, Geneva, sans-serif; font-size: 14px}
  15. #pageContent {width: 720px; position: absolute; top: 15px; left: 15px}
  16. h2   {font-size: 24px; letter-spacing: 5px; font-weight: normal; color: rgb(157, 87, 89);
  17.       margin: 0px 0px 15px 0px}
  18. h4   {font-size: 18px; letter-spacing: 3px; font-weight: normal; color: rgb(157, 87, 89);
  19.       margin: 10px 0px 10px 0px; border-top: 1px solid black}
  20.  
  21. p    {margin-bottom: 10px}
  22. #firstp:first-line   {font-variant: small-caps}
  23. #firstp:first-letter {float: left; font-size: 400%; line-height: 0.8; margin: 0px 5px 0px 0px;
  24.                       font-family: 'Times New Roman', serif; color: rgb(157, 87, 89)}
  25.  
  26. #leftCol {position: absolute; top: 45px; left: 0px; width: 385px}
  27. #leftCol p {font-size: 10px; text-align: center}
  28. #rightCol {position: absolute; top: 45px; left: 390px}
  29.  
  30.  
  31. ul  {list-style: circle url(redball.jpg); margin-left: 20px; margin-bottom: 15px}
  32.  
  33. table.course {font-size: 12px}
  34. table.course th {text-align: left; color: rgb(157, 87, 89); font-weight: normal; width: 120px}
  35.  
  36. table.tours  {font-size: 14px; border-collapse: collapse; background-color: white; padding;
  37.               border: 5px solid rgb(219,175,175)}
  38. table.tours td, table.tours th {padding: 5px; border: 1px solid rgb(157, 87, 89)}
  39. table.tours th {text-align: left; color: rgb(157, 87, 89); font-weight: normal; width: 180px;
  40.                 background-color: ivory}
  41.  
  42.  
  43. table.staff  {font-size: 14px; border-collapse: collapse; background-color: white; padding;
  44.               border: 5px solid rgb(219,175,175)}
  45. table.staff td, table.staff th {padding: 5px; border: 1px solid rgb(157, 87, 89)}
  46. table.staff th {text-align: left; color: rgb(157, 87, 89); font-weight: normal; width: 120px;
  47.                 background-color: ivory}
  48.  
  49.  
  50.