Advertisement
Guest User

Untitled

a guest
Nov 17th, 2012
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.89 KB | None | 0 0
  1. @charset "utf-8";
  2. /* CSS Document */
  3.  
  4. /*prefeitura faz*/
  5. #box-segura-prefeitura-faz {
  6.     float:left;
  7.     width:660px;
  8.     margin:10px 0 0 10px;
  9.     padding:0;
  10.     border:solid 0px red;
  11. }
  12.  
  13. #content h2.prefeitura-faz {
  14.     float:left;
  15.     width:100%;
  16.     font: bold 35px 'dekar-bloom', Arial, Helvetica, sans-serif;
  17.     color:#333;
  18.     margin:7px 0 0 5px;
  19. }
  20.  
  21. .box-prefeitura-faz {
  22.     float:left;
  23.     width:140px;
  24.     height:170px;
  25.     margin:10px 0 0 0;
  26.     padding:7px;
  27.     background:#c4d0dc;
  28.     border:solid 0px red;
  29. }
  30.  
  31. .box-prefeitura-faz img{
  32.     float:left;
  33.     width:139px;
  34.     height:100px;
  35.     margin:0!important;
  36.     padding:0!important;
  37.     border:solid 00px #000!important;
  38. }
  39.  
  40. .tit-box-prefeitura-faz {
  41.     float:left;
  42.     font:13px Arial, sans-serif;
  43.     color:#000;
  44.     margin:10px 0 0 0;
  45.     border:solid 0px red;
  46. }
  47.  
  48. .esp-entre-blocos {
  49.     float:left;
  50.     width:10px;
  51.     height:200px;
  52.     margin:10px 0 0 0;
  53.     border:solid 0px red;
  54. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement