home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web15 / CIS31 / style.css < prev   
Cascading Style Sheet File  |  2011-04-16  |  2KB  |  55 lines

  1. /*
  2.    Project
  3.    Author: Amber White Jowers
  4.    Date:   February 15, 2011
  5.    Modified: March 27, 2011
  6.  
  7.    Filename:         style.css
  8.    Supporting Files: none
  9.  
  10. */
  11.  
  12. body    {font-family: Comic Sans MS, Arial, sans-serif}
  13. h1    {color: purple: text-align: center}
  14. h2    {font-size:2.5em}
  15. h3    {font-size:1.875em}
  16. p    {font-size:1.5em}
  17.  
  18. #menu    {float: left; width: 10em; text-align: center; position: relative}
  19.  
  20. #menu a:hover    {color: black; background-color: white;
  21.              text-decoration: underline overline}
  22.  
  23. #menu a    {display: block; margin: 0.3em}
  24.  
  25. #products ul    {list-style-image: url(images/knitting.gif)}
  26.  
  27. .scarves        {position: absolute}
  28. .scarves img        {width: 170px; height: 193px; 
  29.              border-width: 0px}
  30. #scarves_container  {position: relative; left: 600px; top: 0px;
  31.              height: 450px; }
  32. #scarves1         {left: 0px; top: 0px}
  33. #scarves2         {left: 190px; top: 0px}
  34. #scarves3         {left: 0px; top: 240px}
  35. #scarves4         {left: 190px; top: 240px}
  36.  
  37. table.samples {table-layout:fixed width:100px;}
  38. td#one {width:50%; border:3px solid red;}
  39. td#two {width:50%; border:3px solid red;}
  40.  
  41. .links li       {margin: 5px}
  42.  
  43. .links a        {text-decoration: none; color: black}
  44. .links a:hover  {color: purple; text-decoration: underline}
  45.  
  46. #slidebox       {float: left; margin: 10px}
  47.  
  48. #description p  {margin: 10px; font-size: 26px}
  49.  
  50.  
  51. address {text-align: center; font: normal small-caps 0.95em               sans-serif; border-top: 0.5em double purple; padding-top:          1em}
  52.  
  53.  
  54.  
  55.