home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet Web Designer 90 / PIWD90.iso / mac / contents / developer / tutorial_files / Pages86-87 / global.css next >
Cascading Style Sheet File  |  2003-12-16  |  2KB  |  106 lines

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