Plugin Directory

Changeset 552138

Timestamp:
06/02/2012 06:54:33 AM (12 years ago)
Author:
taylorde
Message:

Tagging 0.5.2 release

Location:
tdd-progress-bar/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • tdd-progress-bar/trunk/css/default.min.css

    r549997 r552138  
    1 .tdd_pb_bar_container{position:relative;background-color:#333;overflow:hidden;border:1px solid #000;height:50px;-webkit-box-shadow:inset 0 0 4px #000;-moz-box-shadow:inset 0 0 4px #000;box-shadow:inset 0 0 4px #000;border-top-right-radius:15px 100px;border-bottom-right-radius:15px 100px;}.tdd_pb_red{background-color:#ec0d0d;}.tdd_pb_orange{background-color:#e67200;}.tdd_pb_yellow{background-color:#d6e418;}.tdd_pb_green{background-color:#7cd824;}.tdd_pb_teal{background-color:#28d575;}.tdd_pb_lightblue{background-color:#2eb0b1;}.tdd_pb_blue{background-color:#003486;}.tdd_pb_purple{background-color:#7400e9;}.tdd_pb_fuchsia{background-color:#aa00a9;}.tdd_pb_strawberry{background-color:#980041;}.tdd_pb_black{background-color:#121212;}.tdd_pb_silver{background-color:silver;}.tdd_pb_bar{background-image:url(../images/bars_overlay.png);width:0;height:100%;position:relative;-webkit-box-shadow:1px 0 4px #000;-moz-box-shadow:1px 0 4px #000;box-shadow:1px 0 4px #000;z-index:1;border-top-right-radius:15px 100px;border-bottom-right-radius:15px 100px;overflow:hidden;}.tdd_pb_bar:before{content:' ';position:absolute;height:100%;width:100%;background:linear-gradient(top,rgba(255,255,255,0.5) 0 rgba(255,255,255,0) 100%;-imagefilter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff',endColorstr='#00ffffff',GradientType=0);border-top-right-radius:15px 100px;border-bottom-right-radius:15px 100px;}.tdd_pb_race .tdd_pb_bar_container{height:25px;}.tdd_pb_race .tdd_pb_bar_container .tdd_pb_numbers{font-size:15px;margin-top:4px;}.tdd_pb_numbers{text-shadow:-1px -1px 1px #000;font-size:30px;color:#ececec;position:absolute;right:0;line-height:1em;z-index:2;margin:7px 10px 0;}
     1/* Compressed 6/1/2012 with http://refresh-sf.com/yui/ */
     2.tdd_pb_bar_container{position:relative;background-color:#333;overflow:hidden;border:1px solid black;height:50px;-webkit-box-shadow:inset 0 0 4px #000;-moz-box-shadow:inset 0 0 4px #000;box-shadow:inset 0 0 4px #000;border-top-right-radius:15px 100px;border-bottom-right-radius:15px 100px}.tdd_pb_red{background-color:#ec0d0d}.tdd_pb_orange{background-color:#e67200}.tdd_pb_yellow{background-color:#d6e418}.tdd_pb_green{background-color:#7cd824}.tdd_pb_teal{background-color:#28d575}.tdd_pb_lightblue{background-color:#2eb0b1}.tdd_pb_blue{background-color:#003486}.tdd_pb_purple{background-color:#7400e9}.tdd_pb_fuchsia{background-color:#aa00a9}.tdd_pb_strawberry{background-color:#980041}.tdd_pb_black{background-color:#121212}.tdd_pb_silver{background-color:#c0c0c0}.tdd_pb_bar{background-image:url(../images/bars_overlay.png);width:0;height:100%;position:relative;-webkit-box-shadow:1px 0 4px #000;-moz-box-shadow:1px 0 4px #000;box-shadow:1px 0 4px #000;z-index:1;border-top-right-radius:15px 100px;border-bottom-right-radius:15px 100px;overflow:hidden}.tdd_pb_bar:before{content:' ';position:absolute;height:100%;width:100%;background:-webkit-linear-gradient(top,rgba(255,255,255,0.5) 0,rgba(255,255,255,0) 100%);background:-moz-linear-gradient(top,rgba(255,255,255,0.5) 0,rgba(255,255,255,0) 100%);background:-o-linear-gradient(top,rgba(255,255,255,0.5) 0,rgba(255,255,255,0) 100%);background:-ms-linear-gradient(top,rgba(255,255,255,0.5) 0,rgba(255,255,255,0) 100%);background:linear-gradient(top,rgba(255,255,255,0.5) 0,rgba(255,255,255,0) 100%);-image filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff',endColorstr='#00ffffff',GradientType=0);border-top-right-radius:15px 100px;border-bottom-right-radius:15px 100px}.tdd_pb_race .tdd_pb_bar_container{height:25px}.tdd_pb_race .tdd_pb_bar_container .tdd_pb_numbers{font-size:15px;margin-top:4px}.tdd_pb_numbers{text-shadow:-1px -1px 1px #000;font-size:30px;margin:7px 10px 0;color:#ececec;position:absolute;right:0;line-height:1em;z-index:2}
  • tdd-progress-bar/trunk/readme.txt

    r550689 r552138  
    55Requires at least: 3.3
    66Tested up to: 3.3.1
    7 Stable tag: 0.5.1
     7Stable tag: 0.5.
    88
    99Configure and display any number of percent-complete progress bars.
     
    6262
    6363== Changelog ==
     64
     65
     66
    6467
    6568= 0.5.1 =
  • tdd-progress-bar/trunk/tdd-progress-bar.php

    r550689 r552138  
    44Plugin URI: http://github.com/tddewey/tdd-progress
    55Description: Manage and display progress bars
    6 Version: 0.5.1
     6Version: 0.5.
    77Author: Taylor D. Dewey
    88Author URI: http://websitesthatdontsuck.com
     
    4444function tdd_pb_load_styles() {
    4545    if (WP_DEBUG) {
    46         wp_enqueue_style( 'tdd_pb_style', plugins_url( 'css/default.css', __FILE__ ), '', '.3' );
     46        wp_enqueue_style( 'tdd_pb_style', plugins_url( 'css/default.css', __FILE__ ), '', '.' );
    4747    } else {
    48         wp_enqueue_style( 'tdd_pb_style', plugins_url( 'css/default.min.css', __FILE__ ), '', '.3' );
     48        wp_enqueue_style( 'tdd_pb_style', plugins_url( 'css/default.min.css', __FILE__ ), '', '.' );
    4949    }
    5050}
     
    148148    $idarr = explode( ',', $args['id'] );
    149149    $idsarr = explode( ',', $args['ids'] );
    150     $idsarr = array_merge($idarr, $idsarr);
     150    $idsarr = array_merge();
    151151
    152152    //Request some bars
Note: See TracChangeset for help on using the changeset viewer.