home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web16 / tutorial_10 / mplstyles.css < prev    next >
Cascading Style Sheet File  |  2011-04-25  |  2KB  |  43 lines

  1. /*
  2.    New Perspectives on HTML and XHTML 5th Edition
  3.    Tutorial 10
  4.    Tutorial Case
  5.    Filename: mplstyles.css
  6.    Author: Truman Kain
  7.    Date:   4/25/11
  8.  
  9.    This file contains styles used in the mpl.htm file.
  10.  
  11. */
  12.  
  13. body         {margin: 0px; background-color: ivory}
  14. #pageContent {width: 820px; position: absolute; top: 0px; left: 0px}
  15.  
  16. #head {background-color: rgb(255,153,51); 
  17.        margin-bottom: 0px; border-bottom: 1px solid blue}
  18.  
  19. #links {width: 150px; font-size: 8pt; float: left; 
  20.         margin: 10px 10px 10px 5px; padding: 5px; 
  21.         border: 1px solid blue; background-color: white}
  22. #links a {display: block; font-family: sans-serif; 
  23.           text-decoration: none; color: black; padding: 2px}
  24. #links a:hover {text-decoration: underline; color: blue}
  25. #links span {width: 100%; color: white; background-color: blue; 
  26.              text-align: center; font-family: sans-serif; 
  27.              display: block; font-weight: bold;letter-spacing: 3px}
  28.  
  29. h2 {font-family: sans-serif; margin-bottom: 9px; margin-top: 10px; 
  30.     color: blue; letter-spacing: 5px; font-size: 24px}
  31.  
  32. table {font-size: 8pt; margin-top: 0px; font-family: sans-serif; 
  33.        border: 1px solid blue; width: 400px}
  34. th {font-family: sans-serif; color: white; font-weight: normal;
  35.     background-color: rgb(255,153,51); letter-spacing: 2px}
  36. td {vertical-align: top; background-color: white}
  37. td a {text-decoration: none; padding: 2px}
  38. td a:hover {text-decoration: underline; color: blue}
  39.  
  40. address {clear: left; border-top: 1px solid blue;  text-align: center;
  41.          font-family: sans-serif; font-size: 8pt; font-style: normal; 
  42.          margin-top: 5px}
  43. address b {color: blue; margin-left: 15px; margin-right: 5px}