home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web06 / Tutorial4 / Tutorial4-Review / screen.css < prev   
Cascading Style Sheet File  |  2011-02-24  |  2KB  |  53 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: Antonio Chavez
  8.    Date: Feb 20, 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;
  18.                      margin: 0px}
  19. h3                  {font-size: 10pt}
  20. h1                  {border-bottom: 2px solid orange; background-color: white;
  21.                      margin: 0px; padding: 0px}
  22. ul                  {margin-top:0px}
  23.  
  24. #outer_container    {width: 780px}
  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. #links li.newGroup  {margin-top: 20px}
  31. #links li.subGroup  {margin-left: 20px}
  32. #links a:link       {text-decoration: none}
  33. #links a:visited    {text-decoration: none}
  34. #links a:hover      {color: black; background-color: white;
  35.                      text-decoration: underline overline}
  36. #links a:active     {text-decoration: none}
  37.  
  38. #content            {margin-left: 200px}
  39. #content ul         {list-style-image: url(marker.gif)}
  40.  
  41. #samples_container  {position: relative; left: 0px; top: 0px; height: 450px}
  42. .samples            {position: absolute}
  43. .samples img        {width: 150; height: 193; border: 0px}
  44. #sample1            {left: 0px; top: 0px}
  45. #sample2            {left: 170px; top: 0px}
  46. #sample3            {left: 0px; top: 220px}
  47. #sample4            {left: 170px; top: 220px}
  48.  
  49. address             {text-align: center; font-style: normal; font-variant:
  50.                      small-caps; border-top: 2px solid orange; color: orange;
  51.                      padding-bottom: 50px;}
  52.  
  53.