home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web31 / Section_78401 / Students / Barzola_Henry / tutorial.10 / review / mplstyles.css < prev    next >
Cascading Style Sheet File  |  2011-11-30  |  2KB  |  42 lines

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