Advertisement
Guest User

Style.css

a guest
Aug 22nd, 2012
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.40 KB | None | 0 0
  1. body {margin:auto; background: url(images/bg.png); color: #000; font-size: 13px; font-family: Tahoma, Geneva, sans-serif;}
  2. body a{color:#000;}
  3.  
  4. .header{margin: auto; width: 230px; float: left; position: absolute; text-align:center; margin-top: 50px; margin-right: 5px; margin-left: 5px;}
  5. #titulo a{text-decoration: none; font-size: 25px; font-variant:small-caps;}
  6. #titulo a:hover{font-weight:bold;}
  7. #descricao{color: #999; margin-top: 5px; font-style:italic; font-size:11px;}
  8.  
  9. .content{width: 1070px; margin-left: 250px; margin-top: 15px; margin-bottom:10px; padding-right: 10px;}
  10.  
  11. #loop01{float: left; clear: none; margin-right: 5px; margin-left: 5px; width: auto; height: 432px;}
  12. #loop02{float: left; clear: none; margin-right: 5px; margin-left: 5px; width: auto;}
  13. #loop03{float: left; clear: none; margin-right: 5px; margin-left: 5px; width: auto;}
  14.  
  15. #post-destaque {padding: 5px 5px 5px 5px; border: 1px solid #bbb; width: 200px; height: 432px; float: left; clear: none; margin: 10px 10px 10px 10px; position:relative;}
  16. #post {padding: 5px 5px 5px 5px; border: 1px solid #bbb; width: 200px; height: 200px; float: left; clear: none; margin: 10px 10px 10px 10px;}
  17.  
  18. #mais {padding: 5px 5px 5px 5px; border: 1px solid #bbb; width: 20px; height: 432px; float: right; clear: none; margin: 10px 70px 10px 10px; text-align:center; line-height: 216px; font-size: 20px; font-weight: bold;}
  19. #mais a:hover{ background:#d9d9d9;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement