@import '/wp-content/themes/becube/stylesheets/reset.css'; @import '/wp-content/themes/becube/stylesheets/less/grid.less'; ////////// // GRID // ////////// // Specify the number of columns and set column and gutter widths @columns: 12; @column-width: 60; @gutter-width: 10; // Uncomment the definition below for a percentage-based layout // @total-width: 100%; //////////// // LAYOUT // //////////// // center the contents div#house { width: 840px; margin: 0 auto; overflow: hidden; } // header header#top { .column(12); } #our-info { .column(12); } #the-portfolio { .row(); } .element { .column(3); } #maincolumn { .column(12); text-align:center; } #sidebar { .column(4); } .contacto-form { .column(5); margin-right:30px; } .vcard { .column(6); text-align:right; } body { background: #fff url(http://www.becube.cl/wp-content/themes/becube/images/bgbg.jpg) repeat-x; background-position-y: -15px; } @font-face { font-family: 'LintelRegular'; src: url('/wp-content/themes/becube/fonts/lintel/Lintel_Reg-webfont.eot'); src: url('/wp-content/themes/becube/fonts/lintel/Lintel_Reg-webfont.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/becube/fonts/lintel/Lintel_Reg-webfont.woff') format('woff'), url('/wp-content/themes/becube/fonts/lintel/Lintel_Reg-webfont.ttf') format('truetype'), url('/wp-content/themes/becube/fonts/lintel/Lintel_Reg-webfont.svg#LintelRegular') format('svg'); font-weight: normal; font-style: normal; }