From a089399e73cf52ebb7ac84c8db8b66db9664322b Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Mon, 3 Nov 2008 05:53:20 +0000 Subject: Default theme, built with YUI. A mock right now, not functional at all (except in some very minor ways). It's unclear if this is the best final structure. Right now the album controller knows a considerable amount about the layout of the page, which may not be the best way to do things. --- themes/default/images/bg_sitemenu.png | Bin 0 -> 379 bytes themes/default/images/bg_sitemenu_hover.png | Bin 0 -> 370 bytes themes/default/images/first_inactive.png | Bin 0 -> 327 bytes themes/default/images/icon_breadcrumb_separator.gif | Bin 0 -> 106 bytes themes/default/images/last.png | Bin 0 -> 339 bytes themes/default/images/logo.png | Bin 0 -> 10222 bytes themes/default/images/next.png | Bin 0 -> 310 bytes themes/default/images/previous_inactive.png | Bin 0 -> 306 bytes themes/default/images/thumbnail.jpg | Bin 0 -> 17130 bytes 9 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 themes/default/images/bg_sitemenu.png create mode 100644 themes/default/images/bg_sitemenu_hover.png create mode 100644 themes/default/images/first_inactive.png create mode 100644 themes/default/images/icon_breadcrumb_separator.gif create mode 100644 themes/default/images/last.png create mode 100644 themes/default/images/logo.png create mode 100644 themes/default/images/next.png create mode 100644 themes/default/images/previous_inactive.png create mode 100644 themes/default/images/thumbnail.jpg (limited to 'themes/default/images') diff --git a/themes/default/images/bg_sitemenu.png b/themes/default/images/bg_sitemenu.png new file mode 100644 index 00000000..10595cf1 Binary files /dev/null and b/themes/default/images/bg_sitemenu.png differ diff --git a/themes/default/images/bg_sitemenu_hover.png b/themes/default/images/bg_sitemenu_hover.png new file mode 100644 index 00000000..508f361f Binary files /dev/null and b/themes/default/images/bg_sitemenu_hover.png differ diff --git a/themes/default/images/first_inactive.png b/themes/default/images/first_inactive.png new file mode 100644 index 00000000..23cab473 Binary files /dev/null and b/themes/default/images/first_inactive.png differ diff --git a/themes/default/images/icon_breadcrumb_separator.gif b/themes/default/images/icon_breadcrumb_separator.gif new file mode 100644 index 00000000..3de2d0d3 Binary files /dev/null and b/themes/default/images/icon_breadcrumb_separator.gif differ diff --git a/themes/default/images/last.png b/themes/default/images/last.png new file mode 100644 index 00000000..3f147da4 Binary files /dev/null and b/themes/default/images/last.png differ diff --git a/themes/default/images/logo.png b/themes/default/images/logo.png new file mode 100644 index 00000000..7d7b9b9b Binary files /dev/null and b/themes/default/images/logo.png differ diff --git a/themes/default/images/next.png b/themes/default/images/next.png new file mode 100644 index 00000000..4d82e93c Binary files /dev/null and b/themes/default/images/next.png differ diff --git a/themes/default/images/previous_inactive.png b/themes/default/images/previous_inactive.png new file mode 100644 index 00000000..15257800 Binary files /dev/null and b/themes/default/images/previous_inactive.png differ diff --git a/themes/default/images/thumbnail.jpg b/themes/default/images/thumbnail.jpg new file mode 100644 index 00000000..1ddd58b3 Binary files /dev/null and b/themes/default/images/thumbnail.jpg differ -- cgit v1.2.3