home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web26 / Final / stylesheet.css < prev   
Cascading Style Sheet File  |  2011-03-04  |  1KB  |  75 lines

  1. /*
  2.    New Perspectives on HTML and XHTML 5th Edition
  3.    Tutorial 3
  4.    Tutorial Case
  5.  
  6.    Breakthrough Promotions Style Sheet
  7.    Author:      Amber Shaw     
  8.    Date:        2/19/11
  9.  
  10.    Filename:         stylesheet.css
  11.    Supporting Files: none
  12.  
  13. */
  14.  
  15. body       {margin: 0px; color: ; background: EEEEEE url(grayborder.jpg) repeat-y}
  16. h1, h2, h3 {font-family: Arial, Helvetica, sans-serif; color: white}
  17.  
  18. #links a:link        {text-decoration: none; size: 75px}
  19. #links a:hover       {COLOR: black; text-decoration: underline}
  20. #nsm {float: right; margin: 0em 0em 1em 1em}
  21. #iteoam {float: right; margin: 0em 0em 1em 1em}
  22. #oa {float:right; margin: 0em 0em 1em 1em}
  23. #se {float: right; margin: 0em 0em 1em 1em}
  24. #atc {float:right; margin: 0em 0em 1em 1em}
  25. #hz {float: right; margin: 0em 0em 1em 1em}
  26. #outer {width: 50em}
  27. #inner {margin-left: 12em;}
  28.  
  29. caption.mytable
  30. {
  31. background-color:eeeeee;
  32. color:000000;
  33. }
  34.  
  35. table.mytable
  36. {
  37. font-family: Verdana;
  38. border-collapse:collapse;
  39. font-size:10pt;
  40. background-color:eeeeee;
  41. width: 50%;
  42. border-style:outset;
  43. border-color:black;
  44. border-width:2px;
  45. }
  46.  
  47. th.mytable
  48. {
  49. font-size:.8em;
  50. background-color:666666;
  51. color:ffffff;
  52. border-style:solid;
  53. border-width:2px;
  54. border-color:000000;
  55. text-align:center;
  56. }
  57.  
  58.  
  59. tr.mytable
  60. {
  61. height:25px;
  62. vertical-align:bottom;
  63. }
  64.  
  65. td.mytable
  66. {
  67. font-size:10pt;
  68. background-color:eeeeee;
  69. color:000000;
  70. border-style:solid;
  71. border-width:1px;
  72. border-color:000000;
  73. text-align:left;
  74. }
  75.