Version Description
- 1.6 had completely different file structure that hosed the svn repository.
Download this release
Release Info
Developer | baden03 |
Plugin | T(-) Countdown |
Version | 1.7 |
Comparing to | |
See all releases |
Code changes from version 1.6 to 1.7
- countdown-timer.php +1 -1
- css/carbonite/images/bg_countdown.png +0 -0
- css/carbonite/images/bg_dash.png +0 -0
- css/carbonite/images/bg_trip_dash.png +0 -0
- css/carbonite/style.css +85 -0
- css/darth/images/dark_bg_dash.png +0 -0
- css/darth/images/dark_bg_trip_dash.png +0 -0
- css/{dark-style.css → darth/style.css} +18 -17
- css/jedi/images/light_bg_dash.png +0 -0
- css/jedi/images/light_bg_trip_dash.png +0 -0
- css/{light-style.css → jedi/style.css} +18 -17
- readme.txt +9 -3
- screenshot-1.png +0 -0
- screenshot-2.png +0 -0
countdown-timer.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: jQuery T Minus Countdown Widget
|
4 |
Plugin URI: http://www.twinpictures.de/t-minus-countdown-widget/
|
5 |
Description: Display and configure a jQuery countdown timer as a sidebar widget.
|
6 |
-
Version: 1.
|
7 |
Author: Twinpictures
|
8 |
Author URI: http://www.twinpictures.de
|
9 |
License: GPL2
|
3 |
Plugin Name: jQuery T Minus Countdown Widget
|
4 |
Plugin URI: http://www.twinpictures.de/t-minus-countdown-widget/
|
5 |
Description: Display and configure a jQuery countdown timer as a sidebar widget.
|
6 |
+
Version: 1.7
|
7 |
Author: Twinpictures
|
8 |
Author URI: http://www.twinpictures.de
|
9 |
License: GPL2
|
css/carbonite/images/bg_countdown.png
ADDED
Binary file
|
css/carbonite/images/bg_dash.png
ADDED
Binary file
|
css/carbonite/images/bg_trip_dash.png
ADDED
Binary file
|
css/carbonite/style.css
ADDED
@@ -0,0 +1,85 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#countdown_dashboard {
|
2 |
+
height: 127px;
|
3 |
+
width: 250px;
|
4 |
+
margin: 0 auto;
|
5 |
+
padding-top: 10px;
|
6 |
+
padding-left: 10px;
|
7 |
+
background: transparent url('images/bg_countdown.png') 0 0 no-repeat;
|
8 |
+
}
|
9 |
+
|
10 |
+
.dash {
|
11 |
+
width: 42px;
|
12 |
+
height: 44px;
|
13 |
+
float: left;
|
14 |
+
margin-left: 2px;
|
15 |
+
padding-left: 6px;
|
16 |
+
padding-top: 10px;
|
17 |
+
position: relative;
|
18 |
+
color: #FFF;
|
19 |
+
}
|
20 |
+
|
21 |
+
.tripdash {
|
22 |
+
width: 62px;
|
23 |
+
height: 44px;
|
24 |
+
float: left;
|
25 |
+
margin-left: 2px;
|
26 |
+
padding-left: 6px;
|
27 |
+
padding-top: 10px;
|
28 |
+
position: relative;
|
29 |
+
color: #FFF;
|
30 |
+
}
|
31 |
+
|
32 |
+
.hours_dash, .minutes_dash, .seconds_dash {
|
33 |
+
background: transparent url('images/bg_dash.png') 0 0 no-repeat;
|
34 |
+
}
|
35 |
+
|
36 |
+
.days_dash {
|
37 |
+
clear: left;
|
38 |
+
margin-left: 10px;
|
39 |
+
background: transparent url('images/bg_dash.png') 0 0 no-repeat;
|
40 |
+
}
|
41 |
+
|
42 |
+
.days_trip_dash {
|
43 |
+
clear: left;
|
44 |
+
background: transparent url('images/bg_trip_dash.png') 0 0 no-repeat;
|
45 |
+
}
|
46 |
+
|
47 |
+
.weeks_dash {
|
48 |
+
margin-left: 10px;
|
49 |
+
background: transparent url('images/bg_dash.png') 0 0 no-repeat;
|
50 |
+
}
|
51 |
+
|
52 |
+
.weeks_trip_dash {
|
53 |
+
margin-left: 10px;
|
54 |
+
background: transparent url('images/bg_trip_dash.png') 0 0 no-repeat;
|
55 |
+
}
|
56 |
+
|
57 |
+
.digit {
|
58 |
+
font: normal normal normal 16pt/normal arial;
|
59 |
+
float: left;
|
60 |
+
width: 20px;
|
61 |
+
text-align: center;
|
62 |
+
position: relative;
|
63 |
+
}
|
64 |
+
|
65 |
+
.dash .dash_title {
|
66 |
+
display: block;
|
67 |
+
position: absolute;
|
68 |
+
text-transform:uppercase;
|
69 |
+
top: 41px;
|
70 |
+
width:42px;
|
71 |
+
color: #AAA;
|
72 |
+
text-align: center;
|
73 |
+
font-size: 9px;
|
74 |
+
}
|
75 |
+
|
76 |
+
.tripdash .dash_title {
|
77 |
+
display: block;
|
78 |
+
position: absolute;
|
79 |
+
text-transform:uppercase;
|
80 |
+
top: 41px;
|
81 |
+
width:62px;
|
82 |
+
color: #AAA;
|
83 |
+
text-align: center;
|
84 |
+
font-size: 9px;
|
85 |
+
}
|
css/darth/images/dark_bg_dash.png
ADDED
Binary file
|
css/darth/images/dark_bg_trip_dash.png
ADDED
Binary file
|
css/{dark-style.css → darth/style.css}
RENAMED
@@ -9,7 +9,17 @@
|
|
9 |
.dash {
|
10 |
width: 62px;
|
11 |
height: 44px;
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
float: left;
|
14 |
margin-left: 2px;
|
15 |
padding-left: 10px;
|
@@ -19,15 +29,19 @@
|
|
19 |
}
|
20 |
|
21 |
.weeks_dash, .days_dash, .minutes_dash, .seconds_dash {
|
22 |
-
background: transparent url('
|
|
|
|
|
|
|
|
|
23 |
}
|
24 |
|
25 |
.hours_dash {
|
26 |
clear: left;
|
27 |
-
background: transparent url('
|
28 |
}
|
29 |
|
30 |
-
.
|
31 |
font: bold 20pt Verdana;
|
32 |
font-weight: bold;
|
33 |
float: left;
|
@@ -48,17 +62,4 @@
|
|
48 |
color: #fff;
|
49 |
text-align: left;
|
50 |
font-size: 9px;
|
51 |
-
}
|
52 |
-
|
53 |
-
.faded {
|
54 |
-
color: #999;
|
55 |
-
}
|
56 |
-
|
57 |
-
#loading {
|
58 |
-
text-align: center;
|
59 |
-
margin: 10px;
|
60 |
-
display: none;
|
61 |
-
position: absolute;
|
62 |
-
width: 100%;
|
63 |
-
top: 60px;
|
64 |
}
|
9 |
.dash {
|
10 |
width: 62px;
|
11 |
height: 44px;
|
12 |
+
float: left;
|
13 |
+
margin-left: 2px;
|
14 |
+
padding-left: 10px;
|
15 |
+
padding-top: 5px;
|
16 |
+
position: relative;
|
17 |
+
color: #333;
|
18 |
+
}
|
19 |
+
|
20 |
+
.tripdash {
|
21 |
+
width: 93px;
|
22 |
+
height: 44px;
|
23 |
float: left;
|
24 |
margin-left: 2px;
|
25 |
padding-left: 10px;
|
29 |
}
|
30 |
|
31 |
.weeks_dash, .days_dash, .minutes_dash, .seconds_dash {
|
32 |
+
background: transparent url('images/dark_bg_dash.png') 0 0 no-repeat;
|
33 |
+
}
|
34 |
+
|
35 |
+
.weeks_trip_dash, .days_trip_dash {
|
36 |
+
background: transparent url('images/dark_bg_trip_dash.png') 0 0 no-repeat;
|
37 |
}
|
38 |
|
39 |
.hours_dash {
|
40 |
clear: left;
|
41 |
+
background: transparent url('images/dark_bg_dash.png') 0 0 no-repeat;
|
42 |
}
|
43 |
|
44 |
+
.digit {
|
45 |
font: bold 20pt Verdana;
|
46 |
font-weight: bold;
|
47 |
float: left;
|
62 |
color: #fff;
|
63 |
text-align: left;
|
64 |
font-size: 9px;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
65 |
}
|
css/jedi/images/light_bg_dash.png
ADDED
Binary file
|
css/jedi/images/light_bg_trip_dash.png
ADDED
Binary file
|
css/{light-style.css → jedi/style.css}
RENAMED
@@ -9,7 +9,17 @@
|
|
9 |
.dash {
|
10 |
width: 62px;
|
11 |
height: 44px;
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
float: left;
|
14 |
margin-left: 2px;
|
15 |
padding-left: 10px;
|
@@ -19,15 +29,19 @@
|
|
19 |
}
|
20 |
|
21 |
.weeks_dash, .days_dash, .minutes_dash, .seconds_dash {
|
22 |
-
background: transparent url('
|
|
|
|
|
|
|
|
|
23 |
}
|
24 |
|
25 |
.hours_dash {
|
26 |
clear: left;
|
27 |
-
background: transparent url('
|
28 |
}
|
29 |
|
30 |
-
.
|
31 |
font: bold 20pt Verdana;
|
32 |
font-weight: bold;
|
33 |
float: left;
|
@@ -48,17 +62,4 @@
|
|
48 |
color: #000;
|
49 |
text-align: left;
|
50 |
font-size: 9px;
|
51 |
-
}
|
52 |
-
|
53 |
-
.faded {
|
54 |
-
color: #999;
|
55 |
-
}
|
56 |
-
|
57 |
-
#loading {
|
58 |
-
text-align: center;
|
59 |
-
margin: 10px;
|
60 |
-
display: none;
|
61 |
-
position: absolute;
|
62 |
-
width: 100%;
|
63 |
-
top: 60px;
|
64 |
}
|
9 |
.dash {
|
10 |
width: 62px;
|
11 |
height: 44px;
|
12 |
+
float: left;
|
13 |
+
margin-left: 2px;
|
14 |
+
padding-left: 10px;
|
15 |
+
padding-top: 5px;
|
16 |
+
position: relative;
|
17 |
+
color: #333;
|
18 |
+
}
|
19 |
+
|
20 |
+
.tripdash {
|
21 |
+
width: 93px;
|
22 |
+
height: 44px;
|
23 |
float: left;
|
24 |
margin-left: 2px;
|
25 |
padding-left: 10px;
|
29 |
}
|
30 |
|
31 |
.weeks_dash, .days_dash, .minutes_dash, .seconds_dash {
|
32 |
+
background: transparent url('images/light_bg_dash.png') 0 0 no-repeat;
|
33 |
+
}
|
34 |
+
|
35 |
+
.weeks_trip_dash, .days_trip_dash {
|
36 |
+
background: transparent url('images/light_bg_trip_dash.png') 0 0 no-repeat;
|
37 |
}
|
38 |
|
39 |
.hours_dash {
|
40 |
clear: left;
|
41 |
+
background: transparent url('images/light_bg_dash.png') 0 0 no-repeat;
|
42 |
}
|
43 |
|
44 |
+
.digit {
|
45 |
font: bold 20pt Verdana;
|
46 |
font-weight: bold;
|
47 |
float: left;
|
62 |
color: #000;
|
63 |
text-align: left;
|
64 |
font-size: 9px;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
65 |
}
|
readme.txt
CHANGED
@@ -1,17 +1,17 @@
|
|
1 |
-
|
2 |
|
3 |
Contributors: Twinpictures, G2, littlewebthings
|
4 |
Donate link: http://www.twinpictures.de/t-minus-countdown-widget/
|
5 |
Tags: countdown, timer, clock, ticker, widget, event, counter, count down, t minus, t-minus, twinpictures, G2, spaceBros, littlewebtings, jQuery, javascript
|
6 |
Requires at least: 2.7
|
7 |
Tested up to: 3.0.1
|
8 |
-
Stable tag: 1.
|
9 |
|
10 |
jQuery T Minus CountDown Widget displays a highly customizable, sweet-n-sexy flash-free countdown timer in the sidebar.
|
11 |
|
12 |
== Description ==
|
13 |
|
14 |
-
jQuery T Minus CountDown Widget will display a sweet, sexy and totally flash-free countdown timer clock based on littlewebthings' CountDown jQuery plugin. Perfect for informing one's website visitors of an upcoming event, such as a pending space voyage. Using Jedi Mindtricks and CSS... but mostly CSS, the countdown timer is highly customizable for your viewing pleasure. Intergalactic planetary thanks to G2 (www.g2.de) and Lauren (www
|
15 |
|
16 |
== Installation ==
|
17 |
|
@@ -49,6 +49,9 @@ The Daily Show with John Stewart
|
|
49 |
|
50 |
== Changelog ==
|
51 |
|
|
|
|
|
|
|
52 |
= 1.6 =
|
53 |
* Added automatic 3-digit weeks and days.
|
54 |
* Pimped out the Jedi css switcher to better handle user generated styles.
|
@@ -74,6 +77,9 @@ The Daily Show with John Stewart
|
|
74 |
|
75 |
== Upgrade Notice ==
|
76 |
|
|
|
|
|
|
|
77 |
= 1.6 =
|
78 |
Version 1.6 brings much love to the countdown user. First, automatic triple digit weeks and days have been added. Next, the Jedi style switcher has been revamped to better handle user generated css. Finally, a third default style has been added called Carbonite designed by Laruen at siliconstudio.com.
|
79 |
|
1 |
+
=== Plugin Name ===
|
2 |
|
3 |
Contributors: Twinpictures, G2, littlewebthings
|
4 |
Donate link: http://www.twinpictures.de/t-minus-countdown-widget/
|
5 |
Tags: countdown, timer, clock, ticker, widget, event, counter, count down, t minus, t-minus, twinpictures, G2, spaceBros, littlewebtings, jQuery, javascript
|
6 |
Requires at least: 2.7
|
7 |
Tested up to: 3.0.1
|
8 |
+
Stable tag: 1.7
|
9 |
|
10 |
jQuery T Minus CountDown Widget displays a highly customizable, sweet-n-sexy flash-free countdown timer in the sidebar.
|
11 |
|
12 |
== Description ==
|
13 |
|
14 |
+
jQuery T Minus CountDown Widget will display a sweet, sexy and totally flash-free countdown timer clock based on littlewebthings' CountDown jQuery plugin. Perfect for informing one's website visitors of an upcoming event, such as a pending space voyage. Using Jedi Mindtricks and CSS... but mostly CSS, the countdown timer is highly customizable for your viewing pleasure. Intergalactic planetary thanks to G2 (www.g2.de) and Lauren (www.siliconstudio.com) for the included css flavors.
|
15 |
|
16 |
== Installation ==
|
17 |
|
49 |
|
50 |
== Changelog ==
|
51 |
|
52 |
+
= 1.7 =
|
53 |
+
* 1.6 had completely different file structure that hosed the svn repository.
|
54 |
+
|
55 |
= 1.6 =
|
56 |
* Added automatic 3-digit weeks and days.
|
57 |
* Pimped out the Jedi css switcher to better handle user generated styles.
|
77 |
|
78 |
== Upgrade Notice ==
|
79 |
|
80 |
+
= 1.7 =
|
81 |
+
1.6 failed to upload correctly to svn... very messed up situation
|
82 |
+
|
83 |
= 1.6 =
|
84 |
Version 1.6 brings much love to the countdown user. First, automatic triple digit weeks and days have been added. Next, the Jedi style switcher has been revamped to better handle user generated css. Finally, a third default style has been added called Carbonite designed by Laruen at siliconstudio.com.
|
85 |
|
screenshot-1.png
CHANGED
File without changes
|
screenshot-2.png
CHANGED
File without changes
|