home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web06 / m31 / Tutorial_4 / CASE_1 / willet.css < prev    next >
Cascading Style Sheet File  |  2011-03-20  |  2KB  |  43 lines

  1. /*
  2.    New Perspectives on HTML and XHTML 5th Edition
  3.    Tutorial 4
  4.    Case Problem 1
  5.  
  6.    Willet Creek Screen Style Sheet
  7.    Author: Antonio Chavez
  8.    Date:   March 20, 2011
  9.  
  10.    Filename:         willet.css
  11.    Supporting Files: 
  12.  
  13. */
  14.  
  15. body                  {background-color: white; margin: 0px; padding: 0px; 
  16.                        font-family: sans-serif}
  17. a                     {text-decoration:none}
  18. #page_content         {width: 780px}
  19. #head                 {text-align: center; background-color: rgb(53, 43, 48); 
  20.                        margin: 0px}
  21. #hole_list            {text-align: center; height: 30px; margin: 0px;  
  22.                        background-color: rgb(53, 43, 48)}
  23. #hole_list a {font-weight: bold; color: white; font-size: 1.25em}
  24. #hole_list a:hover {background-color: yellow; color: black}
  25. #hole_list li {display: inline; margin: 0px; padding: 0px 5px 0px 5px}
  26. #hole_stats           {width: 120px; height: 200px; 
  27.                        color: white; background-color: rgb(53, 43, 48);
  28.                        position: absolute; left: 0px; top; 115px}
  29. #hole_stats h2 {font-size: 1em; margin: 0px 0px 0px 5px}
  30. #hole_stats ul {list-style: none; margin-left: 10px; padding-left: 0px;
  31.     margin-top: 0px; font-size: 0.7em}
  32. #hole_stats strong {color: yellow}
  33. #hole_summary         {height: 200px; width: 660px;
  34.     border: 1px solid rgb(53, 43, 48); position: absolute;
  35.     left: 120px; top: 115px}
  36. #hole_image {position: absolute; left: 10px; top; 5px}
  37. #hole_description {position: absolute; left: 100px; top: 5px}
  38. #hole_description span {font-variant: small-caps; float: left; 
  39.     line-height: 0.75; padding-right: 2px; color: green; font-size: 300%}
  40. #flags img {border: 0px}
  41. #flags #prevFlag {position: absolute; left: 220px; top: 145px}
  42. #flags #nextFlag {position: absolute; left: 270px; top: 145px}
  43.