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