Changeset 132946
- Timestamp:
- 07/08/2009 09:07:46 AM (17 years ago)
- Location:
- shadows
- Files:
-
- 2 edited
- 9 copied
-
tags/0.3.1 (copied) (copied from shadows/trunk)
-
tags/0.3.1/ie6.css (copied) (copied from shadows/trunk/ie6.css)
-
tags/0.3.1/readme.txt (copied) (copied from shadows/trunk/readme.txt) (2 diffs)
-
tags/0.3.1/shadow_osx.png (copied) (copied from shadows/trunk/shadow_osx.png)
-
tags/0.3.1/shadow_osx_bottom.png (copied) (copied from shadows/trunk/shadow_osx_bottom.png)
-
tags/0.3.1/shadow_osx_left.png (copied) (copied from shadows/trunk/shadow_osx_left.png)
-
tags/0.3.1/shadow_osx_right.png (copied) (copied from shadows/trunk/shadow_osx_right.png)
-
tags/0.3.1/shadow_osx_top.png (copied) (copied from shadows/trunk/shadow_osx_top.png)
-
tags/0.3.1/shadows.php (copied) (copied from shadows/trunk/shadows.php) (5 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/shadows.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
shadows/tags/0.3.1/readme.txt
r132943 r132946 5 5 Requires at least: 2.5 6 6 Tested up to: 2.8 7 Stable Tag: 0.3 7 Stable Tag: 0.3.1 8 8 9 9 This is a plugin to add a range of shadow types to a range of objects. Currently supported are images, divs and blockquotes. … … 79 79 == Changelog == 80 80 81 = 0.3.1 = 82 * Added `border-collapse:collapse;` to the tables used by the OS X style shadows 83 81 84 = 0.3 = 82 85 * Added OS X window style shadows (regular and small) -
shadows/tags/0.3.1/shadows.php
r132931 r132946 4 4 Plugin URI: http://deepport.net/computing/wordpress-shadows-plugin/ 5 5 Description: Adds a range of shadow types to images, divs and blockquotes 6 Version: 0.3 6 Version: 0.3.1 7 7 Author: Andrew Radke 8 8 Author URI: http://deepport.net/ … … 99 99 <div style="background: transparent url(/wp-content/plugins/shadows/shadow_osx.png) no-repeat right top; width: 30px; height: 7px; float: right;" class="shadow_img"></div> 100 100 <div style="background: transparent url(/wp-content/plugins/shadows/shadow_osx_top.png) repeat-x center top; margin: 0 30px; height: 7px;" class="shadow_img"></div> 101 <table style="margin:0;padding:0;width:100%;empty-cells:show; "><tr>101 <table style="margin:0;padding:0;width:100%;empty-cells:show;border-collapse:collapse;"><tr> 102 102 <td style="margin:0;padding:0;border-width:0;background: transparent url(/wp-content/plugins/shadows/shadow_osx.png) no-repeat left -7px; width: 15px; height: 25px;" class="shadow_img"></td> 103 103 <td rowspan=2 style="margin:0;padding:0;border-width:0; background-color: transparent; line-height:1px;"> … … 123 123 <div style="background: transparent url(/wp-content/plugins/shadows/shadow_osx_small.png) no-repeat right top; width: 30px; height: 2px; float: right;" class="shadow_img"></div> 124 124 <div style="background: transparent url(/wp-content/plugins/shadows/shadow_osx_small_top.png) repeat-x center top; margin: 0 30px; height: 2px;" class="shadow_img"></div> 125 <table style="margin:0;padding:0;width:100%;empty-cells:show; "><tr>125 <table style="margin:0;padding:0;width:100%;empty-cells:show;border-collapse:collapse;"><tr> 126 126 <td style="margin:0;padding:0;border-width:0;background: transparent url(/wp-content/plugins/shadows/shadow_osx_small.png) no-repeat left -2px; width: 6px; height: 25px;" class="shadow_img"></td> 127 127 <td rowspan=2 style="margin:0;padding:0;border-width:0; background-color: transparent; line-height:1px;"> … … 203 203 <div style="background: transparent url(/wp-content/plugins/shadows/shadow_osx.png) no-repeat right top; width: 30px; height: 7px; float: right;" class="shadow_img"></div> 204 204 <div style="background: transparent url(/wp-content/plugins/shadows/shadow_osx_top.png) repeat-x center top; margin: 0 30px; height: 7px;" class="shadow_img"></div> 205 <table style="margin:0;padding:0;width:100%;empty-cells:show; "><tr>205 <table style="margin:0;padding:0;width:100%;empty-cells:show;border-collapse:collapse;"><tr> 206 206 <td style="margin:0;padding:0;border-width:0;background: transparent url(/wp-content/plugins/shadows/shadow_osx.png) no-repeat left -7px; width: 15px; height: 25px;" class="shadow_img"></td> 207 207 <td rowspan=2 style="margin:0;padding:0;border-width:0; background-color: transparent;"> … … 226 226 <div style="background: transparent url(/wp-content/plugins/shadows/shadow_osx_small.png) no-repeat right top; width: 30px; height: 2px; float: right;" class="shadow_img"></div> 227 227 <div style="background: transparent url(/wp-content/plugins/shadows/shadow_osx_small_top.png) repeat-x center top; margin: 0 30px; height: 2px;" class="shadow_img"></div> 228 <table style="margin:0;padding:0;width:100%;empty-cells:show; "><tr>228 <table style="margin:0;padding:0;width:100%;empty-cells:show;border-collapse:collapse;"><tr> 229 229 <td style="margin:0;padding:0;border-width:0;background: transparent url(/wp-content/plugins/shadows/shadow_osx_small.png) no-repeat left -2px; width: 6px; height: 25px;" class="shadow_img"></td> 230 230 <td rowspan=2 style="margin:0;padding:0;border-width:0; background-color: transparent;"> -
shadows/trunk/readme.txt
r132943 r132946 5 5 Requires at least: 2.5 6 6 Tested up to: 2.8 7 Stable Tag: 0.3 7 Stable Tag: 0.3.1 8 8 9 9 This is a plugin to add a range of shadow types to a range of objects. Currently supported are images, divs and blockquotes. … … 79 79 == Changelog == 80 80 81 = 0.3.1 = 82 * Added `border-collapse:collapse;` to the tables used by the OS X style shadows 83 81 84 = 0.3 = 82 85 * Added OS X window style shadows (regular and small) -
shadows/trunk/shadows.php
r132931 r132946 4 4 Plugin URI: http://deepport.net/computing/wordpress-shadows-plugin/ 5 5 Description: Adds a range of shadow types to images, divs and blockquotes 6 Version: 0.3 6 Version: 0.3.1 7 7 Author: Andrew Radke 8 8 Author URI: http://deepport.net/ … … 99 99 <div style="background: transparent url(/wp-content/plugins/shadows/shadow_osx.png) no-repeat right top; width: 30px; height: 7px; float: right;" class="shadow_img"></div> 100 100 <div style="background: transparent url(/wp-content/plugins/shadows/shadow_osx_top.png) repeat-x center top; margin: 0 30px; height: 7px;" class="shadow_img"></div> 101 <table style="margin:0;padding:0;width:100%;empty-cells:show; "><tr>101 <table style="margin:0;padding:0;width:100%;empty-cells:show;border-collapse:collapse;"><tr> 102 102 <td style="margin:0;padding:0;border-width:0;background: transparent url(/wp-content/plugins/shadows/shadow_osx.png) no-repeat left -7px; width: 15px; height: 25px;" class="shadow_img"></td> 103 103 <td rowspan=2 style="margin:0;padding:0;border-width:0; background-color: transparent; line-height:1px;"> … … 123 123 <div style="background: transparent url(/wp-content/plugins/shadows/shadow_osx_small.png) no-repeat right top; width: 30px; height: 2px; float: right;" class="shadow_img"></div> 124 124 <div style="background: transparent url(/wp-content/plugins/shadows/shadow_osx_small_top.png) repeat-x center top; margin: 0 30px; height: 2px;" class="shadow_img"></div> 125 <table style="margin:0;padding:0;width:100%;empty-cells:show; "><tr>125 <table style="margin:0;padding:0;width:100%;empty-cells:show;border-collapse:collapse;"><tr> 126 126 <td style="margin:0;padding:0;border-width:0;background: transparent url(/wp-content/plugins/shadows/shadow_osx_small.png) no-repeat left -2px; width: 6px; height: 25px;" class="shadow_img"></td> 127 127 <td rowspan=2 style="margin:0;padding:0;border-width:0; background-color: transparent; line-height:1px;"> … … 203 203 <div style="background: transparent url(/wp-content/plugins/shadows/shadow_osx.png) no-repeat right top; width: 30px; height: 7px; float: right;" class="shadow_img"></div> 204 204 <div style="background: transparent url(/wp-content/plugins/shadows/shadow_osx_top.png) repeat-x center top; margin: 0 30px; height: 7px;" class="shadow_img"></div> 205 <table style="margin:0;padding:0;width:100%;empty-cells:show; "><tr>205 <table style="margin:0;padding:0;width:100%;empty-cells:show;border-collapse:collapse;"><tr> 206 206 <td style="margin:0;padding:0;border-width:0;background: transparent url(/wp-content/plugins/shadows/shadow_osx.png) no-repeat left -7px; width: 15px; height: 25px;" class="shadow_img"></td> 207 207 <td rowspan=2 style="margin:0;padding:0;border-width:0; background-color: transparent;"> … … 226 226 <div style="background: transparent url(/wp-content/plugins/shadows/shadow_osx_small.png) no-repeat right top; width: 30px; height: 2px; float: right;" class="shadow_img"></div> 227 227 <div style="background: transparent url(/wp-content/plugins/shadows/shadow_osx_small_top.png) repeat-x center top; margin: 0 30px; height: 2px;" class="shadow_img"></div> 228 <table style="margin:0;padding:0;width:100%;empty-cells:show; "><tr>228 <table style="margin:0;padding:0;width:100%;empty-cells:show;border-collapse:collapse;"><tr> 229 229 <td style="margin:0;padding:0;border-width:0;background: transparent url(/wp-content/plugins/shadows/shadow_osx_small.png) no-repeat left -2px; width: 6px; height: 25px;" class="shadow_img"></td> 230 230 <td rowspan=2 style="margin:0;padding:0;border-width:0; background-color: transparent;">
Note: See TracChangeset
for help on using the changeset viewer.