PluginProbe
oik / 2.5
oik v2.5
1.10 1.11 1.12 1.13 1.14 1.15 1.16 1.17 1.2 1.3 1.3.1 1.4 1.5 1.6 1.7 1.8 1.9 2.0 2.0.1 2.1 2.2 2.3 2.4 2.5 2.5.1 All 71 releases
oik / css / jquery.countdown.css

jquery.countdown.css in oik 2.5, at css/jquery.countdown.css

52 lines 834 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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