home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / template8 / style.css < prev   
Cascading Style Sheet File  |  2005-07-26  |  2KB  |  129 lines

  1. body {
  2.     font-family: tahoma, helvetica, arial, sans-serif;
  3.     font-size: 11px;
  4.     text-align: center;
  5.     background: #fbabe9;
  6.     color: #b15997;
  7. }
  8.  
  9. #wrapper {
  10.     margin: auto;
  11.     text-align: left;
  12.     width: 780px;
  13.     height: 750px;
  14.     position: relative;
  15. }
  16.  
  17. h1, h2, div {
  18.     padding: 0;
  19.     margin: 0;
  20.     line-height: 1.2;
  21. }
  22.  
  23. p {
  24.   margin: 0.8em 0;
  25. }
  26.  
  27. img {
  28.     border: 0;
  29. }
  30.  
  31. #logo {
  32.     position: absolute;
  33.     top: 33px;
  34.     left: 30px;
  35. }
  36.  
  37. #frame {
  38.     position: absolute;
  39.     top: 67px;
  40.     left: 31px;
  41.     width: 725px;
  42.     height: 653px;
  43.     background: url(images/wood.gif);
  44. }
  45.  
  46. #backing {
  47.     position: absolute;
  48.     top: 27px;
  49.     left: 24px;
  50.     width: 676px;
  51.     height: 599px;
  52.     background: #ed7dcc;
  53. }
  54.  
  55. #nav {
  56.     position: absolute;
  57.     top: 37px;
  58.     left: 15px;
  59.     width: 247px;
  60.     height: 358px;
  61. }
  62.  
  63.  
  64. #body {
  65.     position: absolute;
  66.     background: url(images/body.gif);
  67.     top: 32px;
  68.     left: 267px;
  69.     width: 392px;
  70.     height: 308px;
  71. }
  72.  
  73. #scroll {
  74.     overflow: auto;
  75.     margin: 27px;
  76.     height: 200px;
  77. }
  78.  
  79. #greenguy {
  80.     position: absolute;
  81.     background: url(images/green_guy.gif);
  82.     top: 340px;
  83.     left: 279px;
  84.     width: 155px;
  85.     height: 251px;
  86. }
  87.  
  88. #purplegal {
  89.     position: absolute;
  90.     background: url(images/purple_gal.gif);
  91.     top: 340px;
  92.     left: 471px;
  93.     width: 155px;
  94.     height: 251px;
  95. }
  96.  
  97. #collectnow {
  98.     position: absolute;
  99.     background: url(images/collect_now.gif);
  100.     top: 439px;
  101.     left: 16px;
  102.     width: 202px;
  103.     height: 152px;
  104. }
  105.  
  106. #wire {
  107.     position: absolute;
  108.     background: url(images/wire.gif);
  109.     top: 28px;
  110.     left: 340px;
  111.     width: 61px;
  112.     height: 39px;
  113. }
  114.  
  115. #copyright {
  116.      text-align:center;
  117.     top: 727px;
  118.     left: 34px;
  119. }
  120.  
  121. .readmore {
  122.     text-align: right;
  123. }
  124.  
  125. a {
  126.     color: #c93ea1;
  127.     text-decoration: underline;
  128.     font-weight: bold;
  129. }