home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web15 / tutorial.05 / Case.03 / dome.css < prev    next >
Cascading Style Sheet File  |  2011-03-25  |  1KB  |  53 lines

  1. /*
  2.    New Perspectives on HTML and XHTML 5th Edition
  3.    Tutorial 5
  4.    Case Problem 3
  5.  
  6.    dHome Web Site Style Sheet
  7.    Author: Amber Jowers
  8.    Date:   March 24, 2011
  9.  
  10.    Filename:         dome.css
  11.    Supporting Files: domepaper.jpg, leftbox.jpg, rightbox.jpg
  12.  
  13. */
  14.  
  15. body             {margin: 0px; padding: 0px; font-size: 15px; 
  16.                   font-family: Arial, Helvetica, sans-serif;
  17.                   background: url(domepaper.jpg) no-repeat 0% 0%}
  18.  
  19. #head            {position: absolute; top: 0px; left: 0px}
  20.  
  21. #links           {position: absolute; top: 60px; left: 5px; 
  22.           width: 750px;
  23.                   border-bottom: 2px solid rgb(132,208,195)}
  24.  
  25. #links ul      {list-style-type: none; padding: 0px; 
  26.           margin: 5px 0px 0px 5px}
  27.  
  28. #links ul li     {display: inline; float: left; font-size: 14px;               margin-right: 5px; background: url(rightbox.jpg)               no-repeat center right} 
  29.  
  30. #links ul li a     {display: block; text-decoration: none; 
  31.           color: black; padding: 10px 15px 10px 15px;           background: url(leftbox.jpg) no-repeat center           left}
  32.  
  33. #links ul li a:hover {color: blue}
  34.  
  35. #pageContent     {position: absolute; top: 115px; left: 15px;           width: 750px}
  36.  
  37. #pageContent p b {color: rgb(82,158,145); letter-spacing: 3px}
  38.  
  39. address          {font-style: normal; font-variant: small-caps;               text-align: center;
  40.                   border-top: 2px solid rgb(132,208,195)}
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.