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