Current File : /home/aventura/public_html/css/jbclock.css |
#canvas_seconds,#canvas_minutes,#canvas_minutes,#canvas_hours,#canvas_days
{
padding-left: 5px;
/*padding-bottom: 10px;*/
}
.clock_days {
background-image:url("imagen_clock/timer_bg_80.png");
width:80px;
height:80px;
background-repeat: no-repeat;
float:left;
margin-right: 30px;
position: relative;
}
.clock_hours {
background-image:url("imagen_clock/timer_bg_80.png");
width:80px;
height:80px;
background-repeat: no-repeat;
float:left;
margin-right: 30px;
position: relative;
}
.clock_minutes {
background-image:url("imagen_clock/timer_bg_80.png");
width:80px;
height:80px;
background-repeat: no-repeat;
float:left;
margin-right: 30px;
position: relative;
}
.clock_seconds {
background-image:url("imagen_clock/timer_bg_80.png");
width:80px;
height:80px;
background-repeat: no-repeat;
float:left;
paddin-top:30px;
position: relative;
}
.clock {
/*color: #862986;
background: #862986;
border-top: solid 0 #CCCCCC;
box-shadow: inset 0px 0px 0px 1px #fff;
font-family: 'Lobster', serif;
text-shadow: 0 1px 1px #4D4D4D;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);*/
/*width:200px;
width:750px;850*/
height:100px;/*190*/
margin:0 auto;
margin-top:60px;
}
.text {
position: absolute;
width:100%;
top:25px;
text-align:center;
}
.text .val {
margin:0;
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
/*color:#616161;*/
color:#FFF;
font-weight: bold;
}
.text .type_days,
.text .type_hours,
.text .type_minutes,
.text .type_seconds
{
margin:0;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
/*color:#aeaeae;*/
color:#FFF;
font-weight: bold;
text-transform: uppercase;
}
#cuenta_regresiva{
padding: 5px 5px 0px 5px;
color: #862986;
background: #862986;
/*margin-bottom:80px;
width: 925px;*/
border-top: solid 0 #CCCCCC;
box-shadow: inset 0px 0px 0px 1px #fff;
font-family: 'Lobster', serif;
text-shadow: 0 1px 1px #4D4D4D;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
}