home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet Web Designer 89 / PIWD89.iso / pc / CONTENTS / DEVELOPER / TUTORIAL_FILES / Pages90-91 / global.css < prev    next >
Cascading Style Sheet File  |  2003-11-23  |  1KB  |  81 lines

  1. body {
  2.     
  3.     background-color: #ffffff;
  4.     color: #000000;
  5.     font: .9em/1.8em Arial, Helvetica, sans-serif;
  6. }
  7.  
  8. #banner {
  9.     text-align: right;
  10.     border-bottom: 1px solid #9B9DBD;
  11.     padding-bottom: 4px;
  12. }
  13.  
  14.  
  15. #navigation {
  16.     position: absolute;
  17.     top: 100px;
  18.     left: 0px;
  19. }
  20.  
  21. #navigation ul.main li {
  22.     list-style-type: none;
  23. }
  24.  
  25. #navigation ul.main li a:link, #navigation ul.main li a:visited, #navigation ul.main li a:hover, #navigation ul.main li a:active{
  26.     color: #666699;
  27.     background-color: #C9CADB;
  28.     text-decoration: none;
  29.     display: block;
  30.     width: 120px;
  31.     margin-bottom: 4px;
  32.     padding-left: 3px;
  33.     border-top: 1px solid #eeeeee;
  34.     border-left: 1px solid #eeeeee;
  35.     border-bottom: 1px solid #aaaaaa;
  36.     border-right: 1px solid #aaaaaa;
  37. }
  38.  
  39. #content {
  40.     margin-left: 200px;
  41.     margin-right: 60px;
  42.     padding-top: 40px;
  43. }
  44.  
  45. #content p {
  46.     padding-left: 20px;
  47. }
  48.  
  49. h1 {
  50.     font: 1.8em Georgia, "MS Serif", "New York", serif;
  51.     color: #666699;
  52.     background-color: transparent;
  53. }
  54.  
  55. h2 {
  56.     font: 1.4em Georgia, "MS Serif", "New York", serif;
  57.     color: #000000;
  58.     background-color: transparent;
  59.     padding-bottom: 0px;
  60.     margin-bottom: -10px;
  61. }
  62.  
  63. .text {
  64.     width: 300px;
  65.     border: 1px solid #666699;
  66.     background-color: #eeeeee;
  67.     color: #000000;
  68. }
  69.  
  70. .largeText {
  71.     width: 300px;
  72.     height: 220px;
  73.     border: 1px solid #666699;
  74.     background-color: #eeeeee;
  75.     color: #000000;
  76. }
  77.  
  78. .submit {
  79.     background-color: #eeeeee;
  80.     color: #000000;
  81. }