home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web15 / tutorial.04 / tutorial4-review / screen.css < prev    next >
Cascading Style Sheet File  |  2011-02-16  |  2KB  |  57 lines

  1. /*
  2.    New Perspectives on HTML and XHTML 5th Edition
  3.    Tutorial 4
  4.    Review Assignment
  5.  
  6.    Online Scrapbooks Style Sheet
  7.    Author: Amber White Jowers
  8.    Date:   February 13, 2011
  9.  
  10.    Filename:         screen.css
  11.    Supporting Files: back.jpg, marker.gif
  12.  
  13. */
  14.  
  15. body                {margin: 0px; color: black; 
  16.                      background: white url(back.jpg) repeat-y}
  17. h1, h2, h3          {font-family: Arial, Helvetica, sans-serif;                         color: black; margin: 0px}
  18. h3                  {font-size: 10pt}
  19. h1                  {border-bottom: 2px solid orange;                         background-color: white; margin: 0px; 
  20.                      padding: 0px}
  21. ul                  {margin-top: 0px}
  22.  
  23. #outer_container    {width: 780px}
  24.  
  25. #head               {text-align: right}
  26.  
  27. #links              {float: left; width: 200px}
  28. #links ul         {list-style-type: none; margin-left: 15px;
  29.              padding-left: 0px}
  30.  
  31. .newgroup          {margin-top: 20px}
  32. .subgroup          {margin-left: 20px}
  33.  
  34. #links a:link         {text-decoration: none}
  35. #links a:visited    {text-decoration: none}
  36. #links a:hover      {color: black; background-color: white;
  37.                  text-decoration: underline overline}
  38. #links a:active     {text-decoration: none}
  39.  
  40. .samples        {position: absolute}
  41. .samples img        {width: 150px; height: 193px; 
  42.              border-width: 0px}
  43. #samples_container  {position: relative; left: 0px; top: 0px;
  44.              height: 450px}
  45. #sample1         {left: 0px; top: 0px}
  46. #sample2         {left: 170px; top: 0px}
  47. #sample3         {left: 0px; top: 220px}
  48. #sample4         {left: 170px; top: 220px}
  49.  
  50. #content        {margin-left: 200px}
  51. #content ul         {list-style-image: url(marker.gif)}
  52.  
  53.  
  54. address             {text-align: center; font-style: normal;                       font-variant: small-caps;
  55.                      border-top: 2px solid orange; color: orange;                  padding-bottom: 50px}
  56.  
  57.