home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / temp08 / css / mainStyle.css
Encoding:
Cascading Style Sheet File  |  2007-11-20  |  3.0 KB  |  131 lines

  1. /*----------------------------------------------------------------------------------------------------------------------------------*/
  2.   *{
  3.     margin: 0;
  4.     padding: 0;
  5.   }
  6.   html, body{
  7.     height: 100%;
  8.   }
  9.   body{
  10.     font: 11px Trebuchet MS, Trebuchet, Verdana, sans-serif;
  11.     color: #fff;
  12.     text-align: center;
  13.   }
  14.   #container{
  15.     min-height: 100%;
  16.     /height: 100%;
  17.     margin-left: 30%;
  18.     background: #e88300 url(../images/top_bg.jpg) repeat-x;
  19.     text-align: left;
  20.   }
  21.   h2, h3{
  22.     font-weight: normal;
  23.   }
  24. /*----------------------------------------------------------------------------------------------------------------------------------*/
  25.   #header{
  26.     position: relative;
  27.     margin-left: -230px;
  28.     padding-left: 270px;
  29.     height: 340px;
  30.     background: transparent url(../images/header_bg.jpg) no-repeat;
  31.   }
  32.   h1#logo{
  33.     border-bottom: 1px solid #fff;
  34.     padding: 10px 0 20px 0;
  35.     width: 440px;
  36.     font-size: 48px;
  37.   }
  38.   h1#logo a{
  39.     display: block;
  40.     width: 180px;
  41.     color: #fff;
  42.     text-decoration: none;
  43.   }
  44.   h1#logo a:hover{
  45.     color: #cf6;
  46.   }
  47.   h1#logo .slogan{
  48.     display: block;
  49.     margin-top: -6px;
  50.     font-size: 14px;
  51.     letter-spacing: 5px;
  52.   }
  53.   h2{
  54.     position: absolute;
  55.     top: 250px;
  56.     padding-left: 40px;
  57.     background: transparent url(../images/subpage_title_pin.gif) left center no-repeat;
  58.     font-size: 24px;
  59.   }
  60.   
  61. /*----------------------------------------------------------------------------------------------------------------------------------*/
  62.   ul#mainNav{
  63.     float: left;
  64.     position: relative;
  65.     margin-left: -115px;
  66.     text-align: right;
  67.     font-size: 14px;
  68.     list-style: none;
  69.   }
  70.   ul#mainNav  li{
  71.     padding: 5px 0;
  72.   }
  73.   ul#mainNav a{
  74.     padding-right: 20px;
  75.     color: #666;
  76.     text-decoration: none;
  77.   }
  78.   ul#mainNav a:hover{
  79.     background: transparent url(../images/a_hover.gif) right center no-repeat;
  80.     color: #999;
  81.   }
  82.   
  83. /*----------------------------------------------------------------------------------------------------------------------------------*/
  84.   #content{
  85.     padding-left: 40px;
  86.     width: 440px;
  87.   }
  88.   h3{
  89.     margin-bottom: 40px;
  90.     border-top: 1px dotted #f93;
  91.     border-bottom: 1px dotted #f93;
  92.     padding: 5px 0;
  93.     font-size: 14px;
  94.     text-align: justify;
  95.   }
  96.   #content p{
  97.     padding-bottom: 10px;
  98.   }
  99.   
  100. /*----------------------------------------------------------------------------------------------------------------------------------*/
  101.   #footer{
  102.     margin: 40px 0 0 40px;
  103.     border-top: 1px dotted #f93;
  104.     width: 440px;
  105.     color: #f93;
  106.     font-size: 9px;
  107.   }
  108.   #footer a{
  109.     color: #f93;
  110.     text-decoration: none;
  111.   }
  112.   #footer a:hover{
  113.     color: #fc6;
  114.   }
  115.   #footer ul{
  116.     padding-bottom: 80px;
  117.     padding-top: 2px;
  118.     background: transparent url(../images/footer_dot.gif) repeat-x;
  119.     list-style: none;
  120.   }
  121.   li.validate{
  122.     padding-right: 10px;
  123.     float: left;
  124.   }
  125.   li.copyright{
  126.     float: right;
  127.   }
  128.   li.copyright a{
  129.     padding-right: 18px;
  130.     background: transparent url(../images/inhead_logo.gif) right center no-repeat;
  131.   }