From 6b3fb662cb38eac92ad01352a0865f21dbd7b743 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Sat, 23 Mar 2013 20:12:42 +0000 Subject: Add prettyPhoto library. --- .../images/prettyPhoto/dark_rounded/btnNext.png | Bin 0 -> 1411 bytes .../images/prettyPhoto/dark_rounded/btnPrevious.png | Bin 0 -> 1442 bytes .../images/prettyPhoto/dark_rounded/contentPattern.png | Bin 0 -> 130 bytes .../prettyPhoto/dark_rounded/default_thumbnail.gif | Bin 0 -> 227 bytes .../images/prettyPhoto/dark_rounded/loader.gif | Bin 0 -> 2545 bytes .../images/prettyPhoto/dark_rounded/sprite.png | Bin 0 -> 4076 bytes .../images/prettyPhoto/dark_square/btnNext.png | Bin 0 -> 1411 bytes .../images/prettyPhoto/dark_square/btnPrevious.png | Bin 0 -> 1442 bytes .../images/prettyPhoto/dark_square/contentPattern.png | Bin 0 -> 121 bytes .../images/prettyPhoto/dark_square/default_thumbnail.gif | Bin 0 -> 227 bytes .../images/prettyPhoto/dark_square/loader.gif | Bin 0 -> 2545 bytes .../images/prettyPhoto/dark_square/sprite.png | Bin 0 -> 3507 bytes .../images/prettyPhoto/default/default_thumb.png | Bin 0 -> 1537 bytes .../prettyphoto/images/prettyPhoto/default/loader.gif | Bin 0 -> 6331 bytes .../prettyphoto/images/prettyPhoto/default/sprite.png | Bin 0 -> 6682 bytes .../images/prettyPhoto/default/sprite_next.png | Bin 0 -> 1358 bytes .../images/prettyPhoto/default/sprite_prev.png | Bin 0 -> 1376 bytes .../prettyphoto/images/prettyPhoto/default/sprite_x.png | Bin 0 -> 1097 bytes .../prettyphoto/images/prettyPhoto/default/sprite_y.png | Bin 0 -> 1162 bytes .../prettyphoto/images/prettyPhoto/facebook/btnNext.png | Bin 0 -> 845 bytes .../images/prettyPhoto/facebook/btnPrevious.png | Bin 0 -> 828 bytes .../images/prettyPhoto/facebook/contentPatternBottom.png | Bin 0 -> 142 bytes .../images/prettyPhoto/facebook/contentPatternLeft.png | Bin 0 -> 137 bytes .../images/prettyPhoto/facebook/contentPatternRight.png | Bin 0 -> 136 bytes .../images/prettyPhoto/facebook/contentPatternTop.png | Bin 0 -> 142 bytes .../images/prettyPhoto/facebook/default_thumbnail.gif | Bin 0 -> 227 bytes .../prettyphoto/images/prettyPhoto/facebook/loader.gif | Bin 0 -> 2545 bytes .../prettyphoto/images/prettyPhoto/facebook/sprite.png | Bin 0 -> 4227 bytes .../images/prettyPhoto/light_rounded/btnNext.png | Bin 0 -> 1411 bytes .../images/prettyPhoto/light_rounded/btnPrevious.png | Bin 0 -> 1442 bytes .../prettyPhoto/light_rounded/default_thumbnail.gif | Bin 0 -> 227 bytes .../images/prettyPhoto/light_rounded/loader.gif | Bin 0 -> 2545 bytes .../images/prettyPhoto/light_rounded/sprite.png | Bin 0 -> 4099 bytes .../images/prettyPhoto/light_square/btnNext.png | Bin 0 -> 1411 bytes .../images/prettyPhoto/light_square/btnPrevious.png | Bin 0 -> 1442 bytes .../prettyPhoto/light_square/default_thumbnail.gif | Bin 0 -> 227 bytes .../images/prettyPhoto/light_square/loader.gif | Bin 0 -> 2545 bytes .../images/prettyPhoto/light_square/sprite.png | Bin 0 -> 3507 bytes 38 files changed, 0 insertions(+), 0 deletions(-) create mode 100755 library/prettyphoto/images/prettyPhoto/dark_rounded/btnNext.png create mode 100755 library/prettyphoto/images/prettyPhoto/dark_rounded/btnPrevious.png create mode 100755 library/prettyphoto/images/prettyPhoto/dark_rounded/contentPattern.png create mode 100755 library/prettyphoto/images/prettyPhoto/dark_rounded/default_thumbnail.gif create mode 100755 library/prettyphoto/images/prettyPhoto/dark_rounded/loader.gif create mode 100755 library/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png create mode 100755 library/prettyphoto/images/prettyPhoto/dark_square/btnNext.png create mode 100755 library/prettyphoto/images/prettyPhoto/dark_square/btnPrevious.png create mode 100755 library/prettyphoto/images/prettyPhoto/dark_square/contentPattern.png create mode 100755 library/prettyphoto/images/prettyPhoto/dark_square/default_thumbnail.gif create mode 100755 library/prettyphoto/images/prettyPhoto/dark_square/loader.gif create mode 100755 library/prettyphoto/images/prettyPhoto/dark_square/sprite.png create mode 100644 library/prettyphoto/images/prettyPhoto/default/default_thumb.png create mode 100644 library/prettyphoto/images/prettyPhoto/default/loader.gif create mode 100644 library/prettyphoto/images/prettyPhoto/default/sprite.png create mode 100644 library/prettyphoto/images/prettyPhoto/default/sprite_next.png create mode 100644 library/prettyphoto/images/prettyPhoto/default/sprite_prev.png create mode 100644 library/prettyphoto/images/prettyPhoto/default/sprite_x.png create mode 100644 library/prettyphoto/images/prettyPhoto/default/sprite_y.png create mode 100755 library/prettyphoto/images/prettyPhoto/facebook/btnNext.png create mode 100755 library/prettyphoto/images/prettyPhoto/facebook/btnPrevious.png create mode 100755 library/prettyphoto/images/prettyPhoto/facebook/contentPatternBottom.png create mode 100755 library/prettyphoto/images/prettyPhoto/facebook/contentPatternLeft.png create mode 100755 library/prettyphoto/images/prettyPhoto/facebook/contentPatternRight.png create mode 100755 library/prettyphoto/images/prettyPhoto/facebook/contentPatternTop.png create mode 100755 library/prettyphoto/images/prettyPhoto/facebook/default_thumbnail.gif create mode 100755 library/prettyphoto/images/prettyPhoto/facebook/loader.gif create mode 100755 library/prettyphoto/images/prettyPhoto/facebook/sprite.png create mode 100755 library/prettyphoto/images/prettyPhoto/light_rounded/btnNext.png create mode 100755 library/prettyphoto/images/prettyPhoto/light_rounded/btnPrevious.png create mode 100755 library/prettyphoto/images/prettyPhoto/light_rounded/default_thumbnail.gif create mode 100755 library/prettyphoto/images/prettyPhoto/light_rounded/loader.gif create mode 100755 library/prettyphoto/images/prettyPhoto/light_rounded/sprite.png create mode 100755 library/prettyphoto/images/prettyPhoto/light_square/btnNext.png create mode 100755 library/prettyphoto/images/prettyPhoto/light_square/btnPrevious.png create mode 100755 library/prettyphoto/images/prettyPhoto/light_square/default_thumbnail.gif create mode 100755 library/prettyphoto/images/prettyPhoto/light_square/loader.gif create mode 100755 library/prettyphoto/images/prettyPhoto/light_square/sprite.png (limited to 'library/prettyphoto/images') diff --git a/library/prettyphoto/images/prettyPhoto/dark_rounded/btnNext.png b/library/prettyphoto/images/prettyPhoto/dark_rounded/btnNext.png new file mode 100755 index 000000000..b28c1ef3d Binary files /dev/null and b/library/prettyphoto/images/prettyPhoto/dark_rounded/btnNext.png differ diff --git a/library/prettyphoto/images/prettyPhoto/dark_rounded/btnPrevious.png b/library/prettyphoto/images/prettyPhoto/dark_rounded/btnPrevious.png new file mode 100755 index 000000000..e0cd9c49a Binary files /dev/null and b/library/prettyphoto/images/prettyPhoto/dark_rounded/btnPrevious.png differ diff --git a/library/prettyphoto/images/prettyPhoto/dark_rounded/contentPattern.png b/library/prettyphoto/images/prettyPhoto/dark_rounded/contentPattern.png new file mode 100755 index 000000000..e5a047c3a Binary files /dev/null and b/library/prettyphoto/images/prettyPhoto/dark_rounded/contentPattern.png differ diff --git a/library/prettyphoto/images/prettyPhoto/dark_rounded/default_thumbnail.gif b/library/prettyphoto/images/prettyPhoto/dark_rounded/default_thumbnail.gif new file mode 100755 index 000000000..2b1280f32 Binary files /dev/null and b/library/prettyphoto/images/prettyPhoto/dark_rounded/default_thumbnail.gif differ diff --git a/library/prettyphoto/images/prettyPhoto/dark_rounded/loader.gif b/library/prettyphoto/images/prettyPhoto/dark_rounded/loader.gif new file mode 100755 index 000000000..50820eedd Binary files /dev/null and b/library/prettyphoto/images/prettyPhoto/dark_rounded/loader.gif differ diff --git a/library/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png b/library/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png new file mode 100755 index 000000000..fb8c0f83d Binary files /dev/null and b/library/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png differ diff --git a/library/prettyphoto/images/prettyPhoto/dark_square/btnNext.png b/library/prettyphoto/images/prettyPhoto/dark_square/btnNext.png new file mode 100755 index 000000000..b28c1ef3d Binary files /dev/null and b/library/prettyphoto/images/prettyPhoto/dark_square/btnNext.png differ diff --git a/library/prettyphoto/images/prettyPhoto/dark_square/btnPrevious.png b/library/prettyphoto/images/prettyPhoto/dark_square/btnPrevious.png new file mode 100755 index 000000000..e0cd9c49a Binary files /dev/null and b/library/prettyphoto/images/prettyPhoto/dark_square/btnPrevious.png differ diff --git a/library/prettyphoto/images/prettyPhoto/dark_square/contentPattern.png b/library/prettyphoto/images/prettyPhoto/dark_square/contentPattern.png new file mode 100755 index 000000000..7b50aff88 Binary files /dev/null and b/library/prettyphoto/images/prettyPhoto/dark_square/contentPattern.png differ diff --git a/library/prettyphoto/images/prettyPhoto/dark_square/default_thumbnail.gif b/library/prettyphoto/images/prettyPhoto/dark_square/default_thumbnail.gif new file mode 100755 index 000000000..2b1280f32 Binary files /dev/null and b/library/prettyphoto/images/prettyPhoto/dark_square/default_thumbnail.gif differ diff --git a/library/prettyphoto/images/prettyPhoto/dark_square/loader.gif b/library/prettyphoto/images/prettyPhoto/dark_square/loader.gif new file mode 100755 index 000000000..50820eedd Binary files /dev/null and b/library/prettyphoto/images/prettyPhoto/dark_square/loader.gif differ diff --git a/library/prettyphoto/images/prettyPhoto/dark_square/sprite.png b/library/prettyphoto/images/prettyPhoto/dark_square/sprite.png new file mode 100755 index 000000000..4fe354752 Binary files /dev/null and b/library/prettyphoto/images/prettyPhoto/dark_square/sprite.png differ diff --git a/library/prettyphoto/images/prettyPhoto/default/default_thumb.png b/library/prettyphoto/images/prettyPhoto/default/default_thumb.png new file mode 100644 index 000000000..1a26e4b16 Binary files /dev/null and b/library/prettyphoto/images/prettyPhoto/default/default_thumb.png differ diff --git a/library/prettyphoto/images/prettyPhoto/default/loader.gif b/library/prettyphoto/images/prettyPhoto/default/loader.gif new file mode 100644 index 000000000..35d397c9e Binary files /dev/null and b/library/prettyphoto/images/prettyPhoto/default/loader.gif differ diff --git a/library/prettyphoto/images/prettyPhoto/default/sprite.png b/library/prettyphoto/images/prettyPhoto/default/sprite.png new file mode 100644 index 000000000..5f07ddc56 Binary files /dev/null and b/library/prettyphoto/images/prettyPhoto/default/sprite.png differ diff --git a/library/prettyphoto/images/prettyPhoto/default/sprite_next.png b/library/prettyphoto/images/prettyPhoto/default/sprite_next.png new file mode 100644 index 000000000..379dc0d0d Binary files /dev/null and b/library/prettyphoto/images/prettyPhoto/default/sprite_next.png differ diff --git a/library/prettyphoto/images/prettyPhoto/default/sprite_prev.png b/library/prettyphoto/images/prettyPhoto/default/sprite_prev.png new file mode 100644 index 000000000..1ee486514 Binary files /dev/null and b/library/prettyphoto/images/prettyPhoto/default/sprite_prev.png differ diff --git a/library/prettyphoto/images/prettyPhoto/default/sprite_x.png b/library/prettyphoto/images/prettyPhoto/default/sprite_x.png new file mode 100644 index 000000000..d4433ab0d Binary files /dev/null and b/library/prettyphoto/images/prettyPhoto/default/sprite_x.png differ diff --git a/library/prettyphoto/images/prettyPhoto/default/sprite_y.png b/library/prettyphoto/images/prettyPhoto/default/sprite_y.png new file mode 100644 index 000000000..7786ab512 Binary files /dev/null and b/library/prettyphoto/images/prettyPhoto/default/sprite_y.png differ diff --git a/library/prettyphoto/images/prettyPhoto/facebook/btnNext.png b/library/prettyphoto/images/prettyPhoto/facebook/btnNext.png new file mode 100755 index 000000000..e809c3b64 Binary files /dev/null and b/library/prettyphoto/images/prettyPhoto/facebook/btnNext.png differ diff --git a/library/prettyphoto/images/prettyPhoto/facebook/btnPrevious.png b/library/prettyphoto/images/prettyPhoto/facebook/btnPrevious.png new file mode 100755 index 000000000..0812542cc Binary files /dev/null and b/library/prettyphoto/images/prettyPhoto/facebook/btnPrevious.png differ diff --git a/library/prettyphoto/images/prettyPhoto/facebook/contentPatternBottom.png b/library/prettyphoto/images/prettyPhoto/facebook/contentPatternBottom.png new file mode 100755 index 000000000..a9be3b2ca Binary files /dev/null and b/library/prettyphoto/images/prettyPhoto/facebook/contentPatternBottom.png differ diff --git a/library/prettyphoto/images/prettyPhoto/facebook/contentPatternLeft.png b/library/prettyphoto/images/prettyPhoto/facebook/contentPatternLeft.png new file mode 100755 index 000000000..277c87a5b Binary files /dev/null and b/library/prettyphoto/images/prettyPhoto/facebook/contentPatternLeft.png differ diff --git a/library/prettyphoto/images/prettyPhoto/facebook/contentPatternRight.png b/library/prettyphoto/images/prettyPhoto/facebook/contentPatternRight.png new file mode 100755 index 000000000..76e50d0f5 Binary files /dev/null and b/library/prettyphoto/images/prettyPhoto/facebook/contentPatternRight.png differ diff --git a/library/prettyphoto/images/prettyPhoto/facebook/contentPatternTop.png b/library/prettyphoto/images/prettyPhoto/facebook/contentPatternTop.png new file mode 100755 index 000000000..8b110bac6 Binary files /dev/null and b/library/prettyphoto/images/prettyPhoto/facebook/contentPatternTop.png differ diff --git a/library/prettyphoto/images/prettyPhoto/facebook/default_thumbnail.gif b/library/prettyphoto/images/prettyPhoto/facebook/default_thumbnail.gif new file mode 100755 index 000000000..2b1280f32 Binary files /dev/null and b/library/prettyphoto/images/prettyPhoto/facebook/default_thumbnail.gif differ diff --git a/library/prettyphoto/images/prettyPhoto/facebook/loader.gif b/library/prettyphoto/images/prettyPhoto/facebook/loader.gif new file mode 100755 index 000000000..7ac990cf0 Binary files /dev/null and b/library/prettyphoto/images/prettyPhoto/facebook/loader.gif differ diff --git a/library/prettyphoto/images/prettyPhoto/facebook/sprite.png b/library/prettyphoto/images/prettyPhoto/facebook/sprite.png new file mode 100755 index 000000000..660a254f1 Binary files /dev/null and b/library/prettyphoto/images/prettyPhoto/facebook/sprite.png differ diff --git a/library/prettyphoto/images/prettyPhoto/light_rounded/btnNext.png b/library/prettyphoto/images/prettyPhoto/light_rounded/btnNext.png new file mode 100755 index 000000000..b28c1ef3d Binary files /dev/null and b/library/prettyphoto/images/prettyPhoto/light_rounded/btnNext.png differ diff --git a/library/prettyphoto/images/prettyPhoto/light_rounded/btnPrevious.png b/library/prettyphoto/images/prettyPhoto/light_rounded/btnPrevious.png new file mode 100755 index 000000000..e0cd9c49a Binary files /dev/null and b/library/prettyphoto/images/prettyPhoto/light_rounded/btnPrevious.png differ diff --git a/library/prettyphoto/images/prettyPhoto/light_rounded/default_thumbnail.gif b/library/prettyphoto/images/prettyPhoto/light_rounded/default_thumbnail.gif new file mode 100755 index 000000000..2b1280f32 Binary files /dev/null and b/library/prettyphoto/images/prettyPhoto/light_rounded/default_thumbnail.gif differ diff --git a/library/prettyphoto/images/prettyPhoto/light_rounded/loader.gif b/library/prettyphoto/images/prettyPhoto/light_rounded/loader.gif new file mode 100755 index 000000000..7ac990cf0 Binary files /dev/null and b/library/prettyphoto/images/prettyPhoto/light_rounded/loader.gif differ diff --git a/library/prettyphoto/images/prettyPhoto/light_rounded/sprite.png b/library/prettyphoto/images/prettyPhoto/light_rounded/sprite.png new file mode 100755 index 000000000..7f2837981 Binary files /dev/null and b/library/prettyphoto/images/prettyPhoto/light_rounded/sprite.png differ diff --git a/library/prettyphoto/images/prettyPhoto/light_square/btnNext.png b/library/prettyphoto/images/prettyPhoto/light_square/btnNext.png new file mode 100755 index 000000000..b28c1ef3d Binary files /dev/null and b/library/prettyphoto/images/prettyPhoto/light_square/btnNext.png differ diff --git a/library/prettyphoto/images/prettyPhoto/light_square/btnPrevious.png b/library/prettyphoto/images/prettyPhoto/light_square/btnPrevious.png new file mode 100755 index 000000000..e0cd9c49a Binary files /dev/null and b/library/prettyphoto/images/prettyPhoto/light_square/btnPrevious.png differ diff --git a/library/prettyphoto/images/prettyPhoto/light_square/default_thumbnail.gif b/library/prettyphoto/images/prettyPhoto/light_square/default_thumbnail.gif new file mode 100755 index 000000000..2b1280f32 Binary files /dev/null and b/library/prettyphoto/images/prettyPhoto/light_square/default_thumbnail.gif differ diff --git a/library/prettyphoto/images/prettyPhoto/light_square/loader.gif b/library/prettyphoto/images/prettyPhoto/light_square/loader.gif new file mode 100755 index 000000000..7ac990cf0 Binary files /dev/null and b/library/prettyphoto/images/prettyPhoto/light_square/loader.gif differ diff --git a/library/prettyphoto/images/prettyPhoto/light_square/sprite.png b/library/prettyphoto/images/prettyPhoto/light_square/sprite.png new file mode 100755 index 000000000..4fe354752 Binary files /dev/null and b/library/prettyphoto/images/prettyPhoto/light_square/sprite.png differ -- cgit v1.2.3