EstudioJuridicoAlmagro_Web/www/wpv_theme/assets/css/base.css
2013-03-01 18:06:10 +00:00

42 lines
982 B
CSS

html.no-js .nojs-hide { display: none }
/* simple grid */
.one_half, .one_third, .two_thirds, .three_fourths, .one_fourth, .one_fifth, .two_fifths, .three_fifths, .four_fifths, .one_sixth, .five_sixths, .full {
position: relative;
margin-right: 3%;
float: left;
word-wrap: break-word;
}
.one_half { width: 48.5%; }
.one_third { width: 31.3333%; }
.two_thirds { width: 65.6666%; }
.one_fourth { width: 22.75%; }
.three_fourths { width: 74.25%; }
.one_fifth { width: 17.6%; }
.two_fifths { width: 38.2%; }
.three_fifths { width: 58.8%; }
.four_fifths { width: 79.4%; }
.one_sixth { width: 14.1666%; }
.five_sixths { width: 82.8334%; }
.full { width: 100%; }
.last, .full {
margin-right: 0 !important;
clear: right;
}
.ie7 .portfolios .last {
clear: none;
}
img.lazy, .loading {
background: url(../images/loader.gif) center center no-repeat;
}
img.loaded {
background-image: none;
}
.force-full-width {
width: 100% !important;
}