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

  1. body { margin:50px 100px; font-size:0.8em; line-height:20px; font-family: "Trebuchet MS", Arial; border:1px solid #666; background: url(images/bckg.gif) #000;}
  2. a { color:#018BC1;}
  3. a:hover { color:#333;}
  4. #header { background:url(images/header_bckg.jpg) no-repeat top right #000;}
  5. #logo { padding:30px 0 0 40px; height:75px; color:#fff;}
  6. #logo a{ color:#01b0f0; text-decoration:none; font-weight:bold; font-size:20px; text-transform:uppercase; }
  7. #menu { background:#01b0f0; height:30px; border-bottom:1px solid #000; border-top:1px solid #e8e8e8; }
  8. #menu ul { margin:0; padding:0;}
  9. #menu ul li{ display:inline-block; float:left; width:104px; list-style:none; text-align:center;}
  10. #menu a { display:block; float:left; width:104px; color:#fff; font-size:14px; text-transform:uppercase; font-weight:bold; text-decoration:none; padding-top:4px; border-right:1px solid #59d2fe; }
  11. #menu a:hover{padding-top:4px; height:22px; border-bottom: 4px solid #ccf91A;}
  12.  
  13. #text { margin: 0 305px 0 20px; }
  14. #text p { padding:10px; border:1px solid #d7d7d7; background-color: #f5f5f5;}
  15. #text li {list-style:none; padding-left:20px; background:url(images/li.gif) no-repeat 0px 7px;}
  16. #sidebar { float:right; width:235px; padding: 0 20px 0 10px; }
  17. h1 { margin:0; padding:0; text-transform:uppercase; font-size:1.8em; color:#000;}
  18.  
  19. #main { float:left; background:url(images/sidebar_bckg.gif) repeat-y top right #fff; padding:20px 0 0 0;}
  20. #footer {background:url(images/footer_bckg.jpg) #424e4f; height:102px; clear:both;  }
  21. #left_footer { float:left; padding:40px 0 0 30px; background:url(images/c.gif) no-repeat 30px 35px;  color:#fff; font-size:12px;}
  22. #left_footer a { color:#fff;}
  23. #left_footer a:hover { text-decoration:none;}
  24. #right_footer { float:right;  padding:40px 30px 0 0; color:#fff;  font-size:12px; text-align:right;}
  25. #right_footer a { color:#fff;}
  26. #right_footer a:hover { text-decoration:none;}