table tr:first-child td {
border-top: 1px solid #eee;
}
table tr td {
background: #fff;
}
table tr:first-child td {
border-top: 1px solid #eee;
}
table tr td:last-child {
padding-right: 40px;
}
table tr td div {
width: 100%;
height: 100%;
background: #fceeff;
}
$(".fancy").fancybox({
afterShow: function () {
this.height = $(window).height();
this.width = 'auto'
}
});
$header-grad
в rgba и плясать от него. Сафари любой прозрачный градиент воспринимает как 0% черного (или белого? не помню). Короче, если, например, хотим сделать исчезающий красный, то пишем так:elem {
background-image: linear-gradient(to bottom, rgba(255, 0, 0, 1), rgba(255, 0, 0, 0));
/* ниже ваш цвет */
background-image: linear-gradient(to bottom, rgba(55, 60, 70, 1), rgba(55, 60, 70, 0));
}
$(window).on('load')
$('все_дочерние_блоки_в_isotope img').imagesLoaded(function () {
стартуем isotope
});
@font-face {
font-family: 'Open Sans';
src: url('/../fonts/OpenSans-Bold.eot');
src: url('/../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
url('/../fonts/OpenSans-Bold.woff') format('woff'),
url('/../fonts/OpenSans-Bold.ttf') format('truetype');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'Open Sans';
src: url('/../fonts/OpenSans-Regular.eot');
src: url('/../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
url('/../fonts/OpenSans-Regular.woff') format('woff'),
url('/../fonts/OpenSans-Regular.ttf') format('truetype');
font-weight: 400;
font-style: normal;
}