home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web31 / Section_35397 / Martins_Jaymn / tutorial.08 / review / chs.css < prev    next >
Cascading Style Sheet File  |  2011-05-01  |  2KB  |  54 lines

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