home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web16 / tutorial_8 / lstyle.css < prev    next >
Cascading Style Sheet File  |  2011-04-18  |  642b  |  29 lines

  1. /*
  2.    New Perspectives on HTML and XHTML 5th Edition
  3.    Tutorial 8
  4.    Tutorial Case
  5.  
  6.    Cliffhangers Style Sheet
  7.  
  8.    Filename:         lstyle.css
  9.    Supporting Files: 
  10.  
  11. */
  12.  
  13. *    {padding: 0px; margin: 0px}
  14. body {font-family: Verdana, Geneva, sans-serif; font-size: 14px}
  15.  
  16.  
  17. ul   {font-size: 12px; line-height: 2; margin-left: 10px; list-style-type: none;
  18.       color: white; margin-top: 15px}
  19.  
  20. ul ul {margin-left: 20px; margin-top: 0px}
  21.  
  22. ul li a {text-decoration: none; color: white}
  23. ul li a: visited {color: white}
  24. ul li a:active {color:white}
  25. ul li a:hover {text-decoration: overline underline; color: yellow}
  26.  
  27.  
  28.  
  29.