home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web31 / Section_78401 / Students / Eskenas_Alan / tutorial.08 / case3 / astro.css next >
Cascading Style Sheet File  |  2011-11-10  |  2KB  |  49 lines

  1. /*
  2.    New Perspectives on HTML and XHTML 5th Edition
  3.    Tutorial 8
  4.    Case Problem 3
  5.  
  6.    SkyWeb Style Sheet
  7.  
  8.    Filename:         astro.css
  9.    Supporting Files: none
  10.  
  11. */
  12.  
  13. *              {padding: 0px; margin: 0px}
  14. body           {font-family: Verdana, Geneva, sans-serif; font-size: 14px;
  15.                 background-color: white}
  16.  
  17. #page          {Width: 850px; padding: 10px}
  18. #page img      {float: left; margin: 0px 5px 0px 0px}
  19.  
  20. #head          {text-align: center}
  21. #head img      {float: none}
  22.  
  23. h1             {font-family: monospace; text-indent: 15px}
  24.  
  25. p              {margin: 10px}
  26.  
  27. #slideshow     {float: right; margin: 0px 10px 10px 10px; height: 300px}
  28.  
  29. #links         {clear: right; width: 100%; list-style-type: none; 
  30.                 font-family: monospace; font-size: 12px}
  31. #links li      {display: block; float: left; width: 16%; text-align: center;
  32.                 border: 1px solid black}
  33. #links li a       {color: black; background-color: white; text-decoration: none; display: block}
  34. #links li a:hover {color: white; background-color: black}
  35.  
  36.  
  37. .topLeft              {background: url(topleft.png) no-repeat top left}
  38. .topRight             {background: url(topright.png) no-repeat top right}
  39. .bottomLeft           {background: url(bottomleft.png) no-repeat bottom left}
  40. .bottomRight          {background: url(bottomright.png) no-repeat bottom right}
  41. .top                  {background: url(top.png) repeat-x top}
  42. .bottom               {background: url(bottom.png) repeat-x bottom}
  43. .left                 {background: url(left.png) repeat-y left}
  44. .right                {background: url(right.png) repeat-y right}
  45. .roundedBox           {margin: 5px}
  46. #boxContent           {padding: 16px; padding-bottom: 30px}
  47. #article              {margin-top: 15px}
  48.  
  49.