home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web31 / Section_35397 / Martins_Jaymn / tutorial.08 / case1 / poli.css < prev    next >
Cascading Style Sheet File  |  2011-05-01  |  1KB  |  40 lines

  1. /*
  2.    New Perspectives on HTML and XHTML 5th Edition
  3.    Tutorial 8
  4.    Case Problem 1
  5.  
  6.    NH PoliWeb Style Sheet
  7.  
  8.    Filename:         poli.css
  9.    Supporting Files: none
  10.  
  11. */
  12.  
  13. *              {padding: 0px; margin: 0px}
  14. body           {font-family: Arial, Helvetica, sans-serif; font-size: 14px}
  15.  
  16. h1             {font-size: 24px; letter-spacing: 5px; font-weight: normal;
  17.                 text-align: left; margin: 15px 0px 0px 15px}
  18.  
  19. table.results  {width: 600px; font-size: 14px; border-collapse: collapse;
  20.                 border: 10px outset rgb(211,255,211); margin: 0px 0px 15px 15px}
  21.  
  22. table.results td {border: 1px solid black}
  23. table.results th {border: 1px solid black; background-color: rgb(211,255,211)}
  24. .num             {text-align: right}
  25. caption          {text-align: right; font-size: 18px; font-weight: bold}
  26.  
  27. .col1            {width: 300px}
  28. .col2            {width: 100px}
  29. .col3            {width: 100px}
  30. .col4            {width: 100px}
  31.  
  32. #heading         {width: 850px; text-align: center; border-bottom: 1px solid green}
  33. #leftCol         {width: 250px; float: left}
  34. #rightCol        {width: 600px; float: left; border-left: 1px solid green}
  35. #rightCol h1     {margin-top: 45px; border-top: 1px solid green}
  36. #rightCol h1.toph1  {margin-top: 5px; border-top: 0px none white}
  37.  
  38.  
  39.  
  40.