You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
975 B
53 lines
975 B
.timer_block {
|
|
background:url(../img/timer1.jpg) no-repeat center top;
|
|
width: 100%;
|
|
height: 804px;
|
|
min-width: 1200px;
|
|
}
|
|
|
|
.timer_block .timer {
|
|
background:url(../img/bg.png) no-repeat center left;
|
|
width: 650px;
|
|
height: 76px;
|
|
position: absolute;
|
|
top:650px;
|
|
left: 512px;
|
|
}
|
|
.timer_block .timer_wrapp {
|
|
margin: 14px 0 0 14px;
|
|
}
|
|
.timer_block .day,
|
|
.timer_block .hour,
|
|
.timer_block .min,
|
|
.timer_block .sec {
|
|
color: #000;
|
|
font-family: Arial;
|
|
font-weight: bold;
|
|
font-size: 54px;
|
|
line-height: 52px;
|
|
text-align: center;
|
|
letter-spacing: 35px;
|
|
}
|
|
.timer_block .top_line div {
|
|
vertical-align: top;
|
|
display: inline-block;
|
|
}
|
|
|
|
.timer_block .block {
|
|
width: 123px;
|
|
height: 76px;
|
|
margin-right: 30px;
|
|
position: relative;
|
|
top: -15px;
|
|
}
|
|
.timer_block .last {
|
|
width: 123px;
|
|
}
|
|
.timer_block .desc {
|
|
color: #fff;
|
|
text-align: center;
|
|
width: 93px;
|
|
font-family: 'proxima_nova_blblack';
|
|
font-size: 14px;
|
|
margin-top: -20px;
|
|
} |