Version Description
- Fixed CSS bugs, added new style: c-p30 mini
Download this release
Release Info
Developer | baden03 |
Plugin | T(-) Countdown |
Version | 2.2.1 |
Comparing to | |
See all releases |
Code changes from version 2.2 to 2.2.1
- countdown-timer.php +1 -1
- css/TIE-fighter/style.css +1 -2
- css/c-3po-mini/style.css +89 -0
- css/c-3po/style.css +1 -2
- readme.txt +7 -1
countdown-timer.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: T(-) Countdown
|
4 |
Plugin URI: http://plugins.twinpictures.de/plugins/t-minus-countdown/
|
5 |
Description: Display and configure multiple T(-) Countdown timers using a shortcode or sidebar widget.
|
6 |
-
Version: 2.2
|
7 |
Author: twinpictures, baden03
|
8 |
Author URI: http://www.twinpictures.de/
|
9 |
License: GPL2
|
3 |
Plugin Name: T(-) Countdown
|
4 |
Plugin URI: http://plugins.twinpictures.de/plugins/t-minus-countdown/
|
5 |
Description: Display and configure multiple T(-) Countdown timers using a shortcode or sidebar widget.
|
6 |
+
Version: 2.2.1
|
7 |
Author: twinpictures, baden03
|
8 |
Author URI: http://www.twinpictures.de/
|
9 |
License: GPL2
|
css/TIE-fighter/style.css
CHANGED
@@ -1,9 +1,8 @@
|
|
1 |
/*above the dashboard*/
|
2 |
-
.TIE-fighter-tophtml
|
3 |
margin: 0 auto;
|
4 |
padding: 0;
|
5 |
text-align: center;
|
6 |
-
text-shadow: 3px 3px 4px #000;
|
7 |
font-size: 12px;
|
8 |
}
|
9 |
|
1 |
/*above the dashboard*/
|
2 |
+
.TIE-fighter-tophtml, .TIE-fighter-bothtml {
|
3 |
margin: 0 auto;
|
4 |
padding: 0;
|
5 |
text-align: center;
|
|
|
6 |
font-size: 12px;
|
7 |
}
|
8 |
|
css/c-3po-mini/style.css
ADDED
@@ -0,0 +1,89 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/*above the dashboard*/
|
2 |
+
.c-3po-mini-tophtml, .c-3po-mini-bothtml {
|
3 |
+
margin: 0 auto;
|
4 |
+
padding: 0;
|
5 |
+
text-align: center;
|
6 |
+
font-size: 12px;
|
7 |
+
}
|
8 |
+
|
9 |
+
/*above the dashboard*/
|
10 |
+
.c-3po-mini-dashboard {
|
11 |
+
height: 20px;
|
12 |
+
width: 160px;
|
13 |
+
margin: auto;
|
14 |
+
background: transparent;
|
15 |
+
padding: 4px 2px 2px 0;
|
16 |
+
border-top: 1px solid #fcff95;
|
17 |
+
border-left: 1px solid #fcff95;
|
18 |
+
border-bottom: 1px solid #a37e39;
|
19 |
+
border-right: 1px solid #a37e39;
|
20 |
+
background: #fcff95; /* old browsers */
|
21 |
+
background: -moz-linear-gradient(top, #e39f1f 0%, #fcff95 12%, #fcffc8 25%, #fcff95 39%, #e39f1f 50%, #d8ab57 51%, #a37e39 60%, #685029 76%, #685029 91%, #5c4726 100%); /* firefox */
|
22 |
+
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e39f1f), color-stop(12%,#fcff95), color-stop(25%,#fcffc8), color-stop(39%,#fcff95), color-stop(50%,#e39f1f), color-stop(51%,#d8ab57), color-stop(60%,#a37e39), color-stop(76%,#685029), color-stop(91%,#685029), color-stop(100%,#5c4726)); /* webkit */
|
23 |
+
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8ab57', endColorstr='#5c4726',GradientType=0 ); /* ie */
|
24 |
+
-moz-border-radius: 4px;
|
25 |
+
-webkit-border-radius:4px;
|
26 |
+
border-radius: 4px;
|
27 |
+
-webkit-box-shadow: 2px 2px 3px #685029;
|
28 |
+
-moz-box-shadow: 2px 2px 3px #685029;
|
29 |
+
box-shadow: 2px 2px 3px #685029;
|
30 |
+
}
|
31 |
+
|
32 |
+
.c-3po-mini-dash {
|
33 |
+
width: 23px;
|
34 |
+
height: 15px;
|
35 |
+
float: left;
|
36 |
+
margin-left: 5px;
|
37 |
+
padding-left: 2px;
|
38 |
+
margin-top: -2px;
|
39 |
+
position: relative;
|
40 |
+
color: #5c4726;
|
41 |
+
border-top:1px solid #a37e39;
|
42 |
+
border-left:1px solid #a37e39;
|
43 |
+
border-bottom:1px solid #fcff95;
|
44 |
+
border-right:1px solid #fcff95;
|
45 |
+
-moz-border-radius: 4px; -webkit-border-radius:5px; border-radius: 4px;
|
46 |
+
background: #FFFFFF;
|
47 |
+
/*-webkit-box-shadow: 2px 2px 5px a37e39; -moz-box-shadow: 2px 2px 5px #a37e39;box-shadow: 2px 2px 5px #a37e39;*/
|
48 |
+
}
|
49 |
+
|
50 |
+
.c-3po-mini-tripdash {
|
51 |
+
width: 33px;
|
52 |
+
height: 15px;
|
53 |
+
float: left;
|
54 |
+
margin-left: 5px;
|
55 |
+
padding-left: 2px;
|
56 |
+
margin-top: -2px;
|
57 |
+
position: relative;
|
58 |
+
color: #5c4726;
|
59 |
+
border-top:1px solid #a37e39;
|
60 |
+
border-left:1px solid #a37e39;
|
61 |
+
border-bottom:1px solid #fcff95;
|
62 |
+
border-right:1px solid #fcff95;
|
63 |
+
-moz-border-radius: 4px; -webkit-border-radius:5px; border-radius: 4px;
|
64 |
+
background: #FFFFFF;
|
65 |
+
/*-webkit-box-shadow: 2px 2px 5px a37e39; -moz-box-shadow: 2px 2px 5px #a37e39;box-shadow: 2px 2px 5px #a37e39;*/
|
66 |
+
}
|
67 |
+
|
68 |
+
.c-3po-mini-digit {
|
69 |
+
font: bold 10pt Verdana;
|
70 |
+
font-weight: bold;
|
71 |
+
float: left;
|
72 |
+
width: 10px;
|
73 |
+
text-align: center;
|
74 |
+
position: relative;
|
75 |
+
height: 15px;
|
76 |
+
text-shadow: 1px 1px 2px #EEE;
|
77 |
+
}
|
78 |
+
|
79 |
+
.c-3po-mini-dash_title {
|
80 |
+
display: block;
|
81 |
+
position: absolute;
|
82 |
+
top: 14px;
|
83 |
+
width: 25px;
|
84 |
+
padding: 0;
|
85 |
+
color: #fcffc8;
|
86 |
+
text-align: left;
|
87 |
+
font-size: 8px;
|
88 |
+
margin: 0;
|
89 |
+
}
|
css/c-3po/style.css
CHANGED
@@ -1,9 +1,8 @@
|
|
1 |
/*above the dashboard*/
|
2 |
-
.c-3po-tophtml
|
3 |
margin: 0 auto;
|
4 |
padding: 0;
|
5 |
text-align: center;
|
6 |
-
text-shadow: 3px 3px 4px #000;
|
7 |
font-size: 12px;
|
8 |
}
|
9 |
|
1 |
/*above the dashboard*/
|
2 |
+
.c-3po-tophtml, .c-3po-bothtml {
|
3 |
margin: 0 auto;
|
4 |
padding: 0;
|
5 |
text-align: center;
|
|
|
6 |
font-size: 12px;
|
7 |
}
|
8 |
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Donate link: http://plugins.twinpictures.de/plugins/t-minus-countdown/
|
|
5 |
Tags: countdown, timer, clock, ticker, widget, event, counter, count down, t minus, t-minus, twinpictures, plguin-oven, pluginoven, G2, spaceBros, littlewebtings, jQuery, javascript
|
6 |
Requires at least: 2.8
|
7 |
Tested up to: 3.3.1
|
8 |
-
Stable tag: 2.2
|
9 |
|
10 |
T(-) Countdown will display a highly customizable, sweet-n-sexy flash-free countdown timer in a sidebar, page or post.
|
11 |
|
@@ -54,6 +54,9 @@ Ah yes! <a href='http://twitter.com/#!/twinpictures'>@Twinpictures</a> is on the
|
|
54 |
|
55 |
== Changelog ==
|
56 |
|
|
|
|
|
|
|
57 |
= 2.2 =
|
58 |
* Greatly improved countdown script efficiency
|
59 |
|
@@ -127,6 +130,9 @@ Ah yes! <a href='http://twitter.com/#!/twinpictures'>@Twinpictures</a> is on the
|
|
127 |
|
128 |
== Upgrade Notice ==
|
129 |
|
|
|
|
|
|
|
130 |
= 2.2 =
|
131 |
* Countdown scrip has been streamlined to improved efficiency.
|
132 |
|
5 |
Tags: countdown, timer, clock, ticker, widget, event, counter, count down, t minus, t-minus, twinpictures, plguin-oven, pluginoven, G2, spaceBros, littlewebtings, jQuery, javascript
|
6 |
Requires at least: 2.8
|
7 |
Tested up to: 3.3.1
|
8 |
+
Stable tag: 2.2.1
|
9 |
|
10 |
T(-) Countdown will display a highly customizable, sweet-n-sexy flash-free countdown timer in a sidebar, page or post.
|
11 |
|
54 |
|
55 |
== Changelog ==
|
56 |
|
57 |
+
= 2.2.1 =
|
58 |
+
* Fixed CSS bugs, added new style: c-p30 mini
|
59 |
+
|
60 |
= 2.2 =
|
61 |
* Greatly improved countdown script efficiency
|
62 |
|
130 |
|
131 |
== Upgrade Notice ==
|
132 |
|
133 |
+
= 2.2.1 =
|
134 |
+
* Fixed CSS bugs, added new style: c-p30 mini
|
135 |
+
|
136 |
= 2.2 =
|
137 |
* Countdown scrip has been streamlined to improved efficiency.
|
138 |
|