Changeset 132931
- Timestamp:
- 07/08/2009 07:29:36 AM (17 years ago)
- Location:
- shadows
- Files:
-
- 2 edited
- 9 copied
-
tags/0.3 (copied) (copied from shadows/trunk)
-
tags/0.3/ie6.css (copied) (copied from shadows/trunk/ie6.css)
-
tags/0.3/readme.txt (copied) (copied from shadows/trunk/readme.txt) (5 diffs)
-
tags/0.3/shadow_osx.png (copied) (copied from shadows/trunk/shadow_osx.png)
-
tags/0.3/shadow_osx_bottom.png (copied) (copied from shadows/trunk/shadow_osx_bottom.png)
-
tags/0.3/shadow_osx_left.png (copied) (copied from shadows/trunk/shadow_osx_left.png)
-
tags/0.3/shadow_osx_right.png (copied) (copied from shadows/trunk/shadow_osx_right.png)
-
tags/0.3/shadow_osx_top.png (copied) (copied from shadows/trunk/shadow_osx_top.png)
-
tags/0.3/shadows.php (copied) (copied from shadows/trunk/shadows.php) (1 diff)
-
trunk/readme.txt (modified) (5 diffs)
-
trunk/shadows.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
shadows/tags/0.3/readme.txt
r132531 r132931 5 5 Requires at least: 2.5 6 6 Tested up to: 2.8 7 Stable Tag: 0. 2.17 Stable Tag: 0.3 8 8 9 This is a plugin to add shadows to a range of objects. Currently supported are images, divs and blockquotes.9 This is a plugin to add a range of shadow types to a range of objects. Currently supported are images, divs and blockquotes. 10 10 11 11 == Description == 12 12 13 This is a plugin to add shadows to a range of objects. Currently supported are images, divs and blockquotes.13 This is a plugin to add a range of shadow types to a range of objects. Currently supported are images, divs and blockquotes. 14 14 15 15 I got the inspiration from the [cocoia blog](http://blog.cocoia.com/) and Sebastiaan de With was kind enough to let me use the shadow image that he applies to his images. … … 22 22 1. Safari 4 23 23 24 **Internet Explorer 6 is not supported** due to the use of transparent png images . As such the plugin stops the shadows from displaying in IE6.24 **Internet Explorer 6 is not supported** due to the use of transparent png images in ways that regular work arounds don't address. As such the plugin stops the shadows from displaying in IE6. 25 25 The opacity setting is disabled for all versions of Internet Explorer due to bugs in how it renders (even IE8). 26 26 … … 30 30 * `shadow_curl` 31 31 * `shadow_flat` 32 * `shadow_osx` 33 * `shadow_osx_small` 32 34 33 35 For images this is as simply as adding the text to the end of the "CSS Class" under the "Advanced Settings" for the image. … … 60 62 = How do I add a shadow to an object? = 61 63 62 For images this is as simply as adding the text to the end of the “CSS Class” under the “Advanced Settings”for the image.63 For divs and blockquotes you will need to use the HTML view in the editor and add class="shadow_curl"to the object.64 For images this is as simply as adding `shadow_xxxx` to the end of the "CSS Class" under the "Advanced Settings" for the image. 65 For divs and blockquotes you will need to use the HTML view in the editor and add `class="shadow_xxxx"` to the object. 64 66 65 67 = What about regular drop shadows? = … … 71 73 1. Screenshot taken with Firefox 3.5. The opacity of the flat shadows has been set to 80% which will not be applied in IE. 72 74 Other than that the appearance will be the same across all supported browsers. 75 1. Screenshot taken with Firefox 3.5. This shows the two OS X window style shadows `shadow_osx` and `shadow_osx_small` 73 76 74 77 == Changelog == 78 79 = 0.3 = 80 * Added OS X window style shadows (regular and small) 75 81 76 82 = 0.2.1 = -
shadows/tags/0.3/shadows.php
r132919 r132931 3 3 Plugin Name: Shadows 4 4 Plugin URI: http://deepport.net/computing/wordpress-shadows-plugin/ 5 Description: Adds shadows to images, divs and blockquotes6 Version: 0. 2.15 Description: Adds a range of shadow types to images, divs and blockquotes 6 Version: 0.3 7 7 Author: Andrew Radke 8 8 Author URI: http://deepport.net/ -
shadows/trunk/readme.txt
r132531 r132931 5 5 Requires at least: 2.5 6 6 Tested up to: 2.8 7 Stable Tag: 0. 2.17 Stable Tag: 0.3 8 8 9 This is a plugin to add shadows to a range of objects. Currently supported are images, divs and blockquotes.9 This is a plugin to add a range of shadow types to a range of objects. Currently supported are images, divs and blockquotes. 10 10 11 11 == Description == 12 12 13 This is a plugin to add shadows to a range of objects. Currently supported are images, divs and blockquotes.13 This is a plugin to add a range of shadow types to a range of objects. Currently supported are images, divs and blockquotes. 14 14 15 15 I got the inspiration from the [cocoia blog](http://blog.cocoia.com/) and Sebastiaan de With was kind enough to let me use the shadow image that he applies to his images. … … 22 22 1. Safari 4 23 23 24 **Internet Explorer 6 is not supported** due to the use of transparent png images . As such the plugin stops the shadows from displaying in IE6.24 **Internet Explorer 6 is not supported** due to the use of transparent png images in ways that regular work arounds don't address. As such the plugin stops the shadows from displaying in IE6. 25 25 The opacity setting is disabled for all versions of Internet Explorer due to bugs in how it renders (even IE8). 26 26 … … 30 30 * `shadow_curl` 31 31 * `shadow_flat` 32 * `shadow_osx` 33 * `shadow_osx_small` 32 34 33 35 For images this is as simply as adding the text to the end of the "CSS Class" under the "Advanced Settings" for the image. … … 60 62 = How do I add a shadow to an object? = 61 63 62 For images this is as simply as adding the text to the end of the “CSS Class” under the “Advanced Settings”for the image.63 For divs and blockquotes you will need to use the HTML view in the editor and add class="shadow_curl"to the object.64 For images this is as simply as adding `shadow_xxxx` to the end of the "CSS Class" under the "Advanced Settings" for the image. 65 For divs and blockquotes you will need to use the HTML view in the editor and add `class="shadow_xxxx"` to the object. 64 66 65 67 = What about regular drop shadows? = … … 71 73 1. Screenshot taken with Firefox 3.5. The opacity of the flat shadows has been set to 80% which will not be applied in IE. 72 74 Other than that the appearance will be the same across all supported browsers. 75 1. Screenshot taken with Firefox 3.5. This shows the two OS X window style shadows `shadow_osx` and `shadow_osx_small` 73 76 74 77 == Changelog == 78 79 = 0.3 = 80 * Added OS X window style shadows (regular and small) 75 81 76 82 = 0.2.1 = -
shadows/trunk/shadows.php
r132919 r132931 3 3 Plugin Name: Shadows 4 4 Plugin URI: http://deepport.net/computing/wordpress-shadows-plugin/ 5 Description: Adds shadows to images, divs and blockquotes6 Version: 0. 2.15 Description: Adds a range of shadow types to images, divs and blockquotes 6 Version: 0.3 7 7 Author: Andrew Radke 8 8 Author URI: http://deepport.net/
Note: See TracChangeset
for help on using the changeset viewer.