home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet Web Designer 88 / PIWD88.iso / mac / contents / developer / tutorial_files / Pages88-89 / global.css < prev    next >
Cascading Style Sheet File  |  2003-10-06  |  1KB  |  125 lines

  1. body {
  2.  
  3.     
  4.  
  5.     background-color: #ffffff;
  6.  
  7.     color: #000000;
  8.  
  9.     font: .9em/1.8em Arial, Helvetica, sans-serif;
  10.  
  11. }
  12.  
  13.  
  14.  
  15. #banner {
  16.  
  17.     text-align: right;
  18.  
  19.     border-bottom: 1px solid #9B9DBD;
  20.  
  21.     padding-bottom: 4px;
  22.  
  23. }
  24.  
  25.  
  26.  
  27.  
  28.  
  29. #navigation {
  30.  
  31.     position: absolute;
  32.  
  33.     top: 100px;
  34.  
  35.     left: 0px;
  36.  
  37. }
  38.  
  39.  
  40.  
  41. #navigation ul.main li {
  42.  
  43.     list-style-type: none;
  44.  
  45. }
  46.  
  47.  
  48.  
  49. #navigation ul.main li a:link, #navigation ul.main li a:visited, #navigation ul.main li a:hover, #navigation ul.main li a:active{
  50.  
  51.     color: #666699;
  52.  
  53.     background-color: #C9CADB;
  54.  
  55.     text-decoration: none;
  56.  
  57.     display: block;
  58.  
  59.     width: 120px;
  60.  
  61.     margin-bottom: 4px;
  62.  
  63.     padding-left: 3px;
  64.  
  65.     border-top: 1px solid #eeeeee;
  66.  
  67.     border-left: 1px solid #eeeeee;
  68.  
  69.     border-bottom: 1px solid #aaaaaa;
  70.  
  71.     border-right: 1px solid #aaaaaa;
  72.  
  73. }
  74.  
  75.  
  76.  
  77. #content {
  78.  
  79.     margin-left: 200px;
  80.  
  81.     margin-right: 60px;
  82.  
  83.     padding-top: 40px;
  84.  
  85. }
  86.  
  87.  
  88.  
  89. #content p {
  90.  
  91.     padding-left: 20px;
  92.  
  93. }
  94.  
  95.  
  96.  
  97. h1 {
  98.  
  99.     font: 1.8em Georgia, "MS Serif", "New York", serif;
  100.  
  101.     color: #666699;
  102.  
  103.     background-color: transparent;
  104.  
  105. }
  106.  
  107.  
  108.  
  109. h2 {
  110.  
  111.     font: 1.4em Georgia, "MS Serif", "New York", serif;
  112.  
  113.     color: #000000;
  114.  
  115.     background-color: transparent;
  116.  
  117.     padding-bottom: 0px;
  118.  
  119.     margin-bottom: -10px;
  120.  
  121. }
  122.  
  123.  
  124.  
  125.