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

  1. /*----------------------------------------------------------------------------------------------------------------------------------*/
  2.   *{
  3.     margin: 0;
  4.     padding: 0;
  5.   }
  6.   body{
  7.     text-align: center;
  8.     font: 12px Times New Roman, Times, Georgia, serif;
  9.     color: #666;
  10.     background: #88b8cb url(../images/bottom_bg.jpg) left bottom repeat-x;
  11.   }
  12.   #container{
  13.     margin: 0 auto;
  14.     width: 850px;
  15.     background: transparent url(../images/content_bg.jpg) repeat-y;
  16.     text-align: left;
  17.   }
  18.   
  19. /*----------------------------------------------------------------------------------------------------------------------------------*/
  20.   #header{
  21.     height: 350px;
  22.     background: transparent url(../images/header_bg.jpg) no-repeat;
  23.   }
  24.   h1#logo{
  25.     position: relative;
  26.     top: 140px;
  27.     left: 440px;
  28.     width: 415px;
  29.   }
  30.   h1#logo a{
  31.     display: block;
  32.     height: 150px;
  33.     background: transparent url(../images/template_logo.jpg) no-repeat;
  34.   }
  35.   h1#logo a:hover{}
  36.   ul#mainNav{
  37.     position: relative;
  38.     top: 170px;
  39.     right: 60px;
  40.     float: right;
  41.     font-size: 18px;
  42.     list-style: none;
  43.   }
  44.   ul#mainNav li{
  45.     float: left;
  46.     text-align: center;
  47.   }
  48.   ul#mainNav a{
  49.     display: block;
  50.     padding: 5px 0;
  51.     width: 120px;
  52.     color: #999;
  53.     text-decoration: none;
  54.   }
  55.   ul#mainNav a:hover{
  56.     background: #f3f3f3;
  57.     color: #666;
  58.   }
  59.   
  60. /*----------------------------------------------------------------------------------------------------------------------------------*/
  61.   #wrapper{
  62.     overflow: hidden;
  63.     border-top: 1px solid #eee;
  64.     border-bottom: 1px solid #eee;
  65.     margin: 0 60px;
  66.     padding: 40px 0;
  67.   }
  68.   #content{
  69.     float: left;
  70.     width: 350px;
  71.   }
  72.   #addColumn{
  73.     margin-left: 380px;
  74.   }
  75.   h2{
  76.     font-size: 14px;
  77.     color: #369;
  78.   }
  79.   #content p, #addColumn p{
  80.     margin: 5px 0 20px 0;
  81.   }
  82.   div.miniPhoto{
  83.     margin-top: 60px;
  84.     text-align: center;
  85.   }
  86.   div.miniPhoto img{
  87.     margin: 0 5px
  88.   }
  89.   
  90. /*----------------------------------------------------------------------------------------------------------------------------------*/
  91.   ul#metaLink{
  92.     padding: 2px 60px 160px 60px;
  93.     background: transparent url(../images/footer_bg.jpg) left bottom repeat-x;
  94.     font-size: 9px;
  95.     color: #ccc;
  96.     list-style: none;
  97.   }
  98.   ul#metaLink a{
  99.     color: #ccc;
  100.     text-decoration: none;
  101.   }
  102.   ul#metaLink a:hover{
  103.     text-decoration: underline;
  104.   }
  105.   li.validate{
  106.     padding-right: 5px;
  107.     float: left;
  108.   }
  109.   li.copyright{
  110.     float: right;
  111.   }