home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web15 / Tutorial.06 / Case.01 / pcg.css < prev    next >
Cascading Style Sheet File  |  2011-04-02  |  2KB  |  54 lines

  1. /*
  2.    New Perspectives on HTML and XHTML 5th Edition
  3.    Tutorial 6
  4.    Case Problem 1
  5.  
  6.    Park City Gazette Style Sheet
  7.    Author: Amber Jowers
  8.    Date:   April 1, 2011    
  9.  
  10.    Filename:         pcg.css
  11.    Supporting Files: parch.jpg
  12.  
  13. */
  14.  
  15. body                   {margin: 0px; background-image:             url(parch.jpg);
  16.                         font-family: Arial, Helvetica, sans-serif}
  17.  
  18. #header                {position: absolute; top: 20px; left: 80px}
  19.  
  20. #leftColumn            {position: absolute; top: 180px; left: 10px; 
  21.                         width: 100px; color: rgb(63,56,46)}
  22.  
  23. #leftColumn h2         {font-size: 14px; margin: 10px 0px 0px 2px;
  24.                         font-weight: normal}
  25.  
  26. #leftColumn ul         {list-style-type: none; margin: 0px;             padding: 0px;
  27.                         margin-left: 22px; font-size: 12px}
  28.  
  29. #leftColumn ul li      {margin: 0px; padding: 0px; 
  30.             line-height: 1.4}
  31.  
  32. #leftColumn a          {text-decoration: none; color: black}
  33.  
  34. #leftColumn a:visited  {color: black}
  35.  
  36. #leftColumn a:hover    {text-decoration: underline}
  37.  
  38. #rightColumn           {position: absolute; top: 180px; left:             125px; width: 600px;
  39.                         font-size: 14px}
  40.  
  41. #rightColumn h1        {font-size: 24px; margin: 0px; padding: 0px;
  42.                         text-align: center; font-weight: normal;
  43.                         letter-spacing: 5px}
  44.  
  45. #rightColumn p         {text-align: center}
  46.  
  47. #rightColumn address   {font-size: 10px; font-style: normal;             text-align: center;
  48.                         border-top: 1px solid rgb(63,56,46);             margin-bottom: 20px}
  49.  
  50.  
  51.  
  52.  
  53.  
  54.