Advertisement
Guest User

Untitled

a guest
Apr 13th, 2011
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.04 KB | None | 0 0
  1. /* COMECO DO LAYOUT*/
  2. .art-content-layout
  3. {
  4.   display: table;
  5.   padding: 0;
  6.   border: none;
  7.   width: 1008px;
  8. }/*COMECO DO CORPO DO BLOG*/
  9.  
  10. .art-content-layout .art-content-layout
  11. {
  12.   width: 1008px;
  13.   margin:0;
  14. }
  15.  
  16. div.art-content-layout div.art-layout-cell, div.art-content-layout div.art-layout-cell div.art-content-layout div.art-layout-cell
  17. {
  18.    display: table-cell;
  19.    background-color:#FFF;
  20. }/*LUGAR DOS POST COLUNAS ESQUERDA E DIREITA*/
  21.  
  22. div.art-layout-cell div.art-layout-cell
  23. {
  24.    display: block;
  25. }/*COLUNAS ESQUERDA E DIREITA*/
  26.  
  27. div.art-content-layout-row
  28. {
  29.   display: table-row;
  30. }
  31.  
  32. .art-content-layout
  33. {
  34.   table-layout: fixed;
  35.   border-collapse: collapse;
  36.   border: none !important;
  37.   padding:0 !important;
  38.   width:1008px;
  39. }/*LARGURA GERAL ABAIXO DA PUBLICIDADE*/
  40.  
  41. .art-layout-cell, .art-content-layout-row
  42. {
  43.   background-color:Transparent;
  44.   vertical-align: top;
  45.   text-align: left;
  46.   border: none !important;
  47.   margin:0 !important;
  48.   padding:0 !important;
  49. }
  50. /* FIM DA DIV LAYOUT - AINDA DO LUGAR DOS POSTS */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement