home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2004 July / INTERNET119.ISO / pc / projects / source / final.css next >
Encoding:
Cascading Style Sheet File  |  2004-03-30  |  1.3 KB  |  90 lines

  1. body {
  2.     margin: 0;
  3.     padding: 0;
  4.     font-family: Arial, Helvetica, sans-serif;
  5.     font-size: 80%;
  6. }
  7.  
  8. #header {
  9.     font-size: 25pt;
  10.     font-weight: bold;
  11.  
  12.     margin: 10px;
  13.     padding: 10px;
  14.     border: 1px solid #000000;
  15.  
  16.     width: 750px;
  17.     height: 60px;
  18.     voice-family: "\"}\"";
  19.     voice-family:inherit;
  20.     width: 730px;
  21.     height: 40px;
  22.     }
  23.  
  24. #content {
  25.     border: 1px solid #000000;
  26.     padding: 10px;
  27.  
  28.     position: absolute;
  29.     top: 80px;
  30.     left: 170px;
  31.  
  32.     width: 430px;
  33.     voice-family: "\"}\"";
  34.     voice-family:inherit;
  35.     width: 410px;
  36. }
  37.  
  38. #features {
  39.     border: 1px solid #000000;
  40.     padding: 10px;
  41.  
  42.     position: absolute;
  43.     top: 80px;
  44.     left: 610px;
  45.  
  46.     width: 150px;
  47.     voice-family: "\"}\"";
  48.     voice-family:inherit;
  49.     width: 130px;
  50. }
  51.  
  52. #navbar {
  53.     position: absolute;
  54.     top: 80px;
  55.     left: 10px;
  56.     
  57.     border-bottom: 1px solid #f00;
  58.     width: 150px;
  59.     margin: 0;
  60.     padding: 0;
  61. }
  62.  
  63. #navbar ul {
  64.     margin: 0;
  65.     padding: 0;
  66.     list-style-type: none;
  67. }
  68. #navbar ul li {
  69.     border-left: 1px solid #f00;
  70.     border-right: 1px solid #f00;
  71.     border-top: 1px solid #f00;
  72. }
  73. #navbar a {
  74.     text-decoration: none;
  75.     font-weight: bold;
  76.     background-color: #ccc;
  77.     color: #000;
  78.     display: block;
  79.     padding: 2px;
  80.     width: 144px;
  81. }
  82. #navbar a:hover {
  83.     background-color: #000;
  84.     color: #fff;
  85. }
  86. #navbar a:active {
  87.     background-color: #fff;
  88.     color: #000;
  89. }
  90.