home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / MonsterBlue / style.css < prev   
Cascading Style Sheet File  |  2006-12-29  |  1KB  |  87 lines

  1. body     {
  2.     font-family: "Times New Roman", Times, serif;
  3.     font-size: 16px;
  4.     color: #FFFFFF;
  5.     background: #000000;
  6.     }
  7.  
  8. .content, .top, .bottom {
  9.     background: #000000;
  10.     position: absolute;
  11.     margin-left: 50%;
  12.     left: -400px;
  13.     width: 700px;
  14.     }
  15.  
  16. .content {
  17.     background: url("images/background.png");
  18.     text-align: left;
  19.     margin-top: 341px;
  20.     height: 270px;
  21.     width: 700px;
  22.     }
  23.  
  24. .image {
  25.     background: url("images/head.gif");
  26.     height: 301px;
  27.     width: 323px;
  28.     position: absolute;
  29.     top: 19px;
  30.     margin-left: 50%;
  31.     left: 30px;
  32.     }
  33.  
  34. .top {
  35.     background: url("images/top.gif");
  36.     background-repeat:no-repeat;
  37.     background-position:bottom left;
  38.     margin-top: 99px;
  39.     height: 330px;
  40.     font-size:46px;
  41.     line-height: 80px;
  42.     font-family:Georgia, "Times New Roman", Times, serif;
  43.     color: #00486C;
  44.     padding-left: 120px;
  45.     font-weight:bolder;
  46.     }
  47.  
  48. .bottom {
  49.     background: url("images/bottom.png");
  50.     margin-top: 532px;
  51.     height: 142px;
  52.     padding-left: 107px;
  53.     line-height: 75px;
  54.     font-weight: bold;
  55.     font-size:13px;
  56.     color: #126336;
  57.     }
  58.     
  59. .contentb {
  60.     width: 490px;
  61.     height: 300px;
  62.     margin-left: 140px;
  63.     margin-top: -70px;
  64.     }
  65.     
  66. #navigation {
  67.     color: #126336;
  68.     font-weight:bold;
  69.     position:absolute;
  70.     margin-left: 50%;
  71.     left:280px;
  72.     top:330px;
  73.     width:100px;
  74.     text-align:left;
  75.     line-height:14px;
  76.     }
  77.     
  78. b     {color:#126336}
  79.     
  80. a,a b,a:link,a:visited {
  81.     color:#00486C;
  82.     text-decoration:none;
  83.     }
  84.     
  85. a b:hover,a:hover {
  86.     color:#00A2B4
  87.     }