| 1 |
/* jQuery Countdown styles 1.6.1. */ |
| 2 |
.hasCountdown { |
| 3 |
border: 1px solid #ccc; |
| 4 |
background-color: #eee; |
| 5 |
} |
| 6 |
.countdown_rtl { |
| 7 |
direction: rtl; |
| 8 |
} |
| 9 |
.countdown_holding span { |
| 10 |
color: #888; |
| 11 |
} |
| 12 |
.countdown_row { |
| 13 |
clear: both; |
| 14 |
width: 100%; |
| 15 |
padding: 0px 2px; |
| 16 |
text-align: center; |
| 17 |
} |
| 18 |
.countdown_show1 .countdown_section { |
| 19 |
width: 98%; |
| 20 |
} |
| 21 |
.countdown_show2 .countdown_section { |
| 22 |
width: 48%; |
| 23 |
} |
| 24 |
.countdown_show3 .countdown_section { |
| 25 |
width: 32.5%; |
| 26 |
} |
| 27 |
.countdown_show4 .countdown_section { |
| 28 |
width: 24.5%; |
| 29 |
} |
| 30 |
.countdown_show5 .countdown_section { |
| 31 |
width: 19.5%; |
| 32 |
} |
| 33 |
.countdown_show6 .countdown_section { |
| 34 |
width: 16.25%; |
| 35 |
} |
| 36 |
.countdown_show7 .countdown_section { |
| 37 |
width: 14%; |
| 38 |
} |
| 39 |
.countdown_section { |
| 40 |
display: block; |
| 41 |
float: left; |
| 42 |
font-size: 75%; |
| 43 |
text-align: center; |
| 44 |
} |
| 45 |
.countdown_amount { |
| 46 |
font-size: 200%; |
| 47 |
} |
| 48 |
.countdown_descr { |
| 49 |
display: block; |
| 50 |
width: 100%; |
| 51 |
} |
| 52 |
|