diff options
author | vdigital <vdigital@piwigo.org> | 2008-10-04 09:05:36 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-10-04 09:05:36 +0000 |
commit | 756946289589a8146101265c603d4bf4a234b137 (patch) | |
tree | 0ed393ba1148bb74a6b0fcefb68c13bcba28ff73 /template/yoga/theme | |
parent | 3bc43273ba404c4d71281cbfd99182260ec25c0b (diff) |
Gallery side icons for Sylvia (Some are missing, your browser cache could hide that).
+ No borders for pics in Sylvia.
git-svn-id: http://piwigo.org/svn/trunk@2650 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
46 files changed, 63 insertions, 2 deletions
diff --git a/template/yoga/theme/Sylvia/icon/add_tag.png b/template/yoga/theme/Sylvia/icon/add_tag.png Binary files differnew file mode 100644 index 000000000..66042aadf --- /dev/null +++ b/template/yoga/theme/Sylvia/icon/add_tag.png diff --git a/template/yoga/theme/Sylvia/icon/caddie_add.png b/template/yoga/theme/Sylvia/icon/caddie_add.png Binary files differnew file mode 100644 index 000000000..14dfc5684 --- /dev/null +++ b/template/yoga/theme/Sylvia/icon/caddie_add.png diff --git a/template/yoga/theme/Sylvia/icon/calendar.png b/template/yoga/theme/Sylvia/icon/calendar.png Binary files differnew file mode 100644 index 000000000..0044c1e93 --- /dev/null +++ b/template/yoga/theme/Sylvia/icon/calendar.png diff --git a/template/yoga/theme/Sylvia/icon/calendar_created.png b/template/yoga/theme/Sylvia/icon/calendar_created.png Binary files differnew file mode 100644 index 000000000..607fc0a4a --- /dev/null +++ b/template/yoga/theme/Sylvia/icon/calendar_created.png diff --git a/template/yoga/theme/Sylvia/icon/category_edit.png b/template/yoga/theme/Sylvia/icon/category_edit.png Binary files differnew file mode 100644 index 000000000..2b23c5492 --- /dev/null +++ b/template/yoga/theme/Sylvia/icon/category_edit.png diff --git a/template/yoga/theme/Sylvia/icon/del_favorite.png b/template/yoga/theme/Sylvia/icon/del_favorite.png Binary files differnew file mode 100644 index 000000000..bea4720cf --- /dev/null +++ b/template/yoga/theme/Sylvia/icon/del_favorite.png diff --git a/template/yoga/theme/Sylvia/icon/delete.png b/template/yoga/theme/Sylvia/icon/delete.png Binary files differnew file mode 100644 index 000000000..285e53e19 --- /dev/null +++ b/template/yoga/theme/Sylvia/icon/delete.png diff --git a/template/yoga/theme/Sylvia/icon/exit.png b/template/yoga/theme/Sylvia/icon/exit.png Binary files differnew file mode 100644 index 000000000..685cc44b5 --- /dev/null +++ b/template/yoga/theme/Sylvia/icon/exit.png diff --git a/template/yoga/theme/Sylvia/icon/favorite.png b/template/yoga/theme/Sylvia/icon/favorite.png Binary files differnew file mode 100644 index 000000000..2caa31687 --- /dev/null +++ b/template/yoga/theme/Sylvia/icon/favorite.png diff --git a/template/yoga/theme/Sylvia/icon/first.png b/template/yoga/theme/Sylvia/icon/first.png Binary files differnew file mode 100644 index 000000000..de15054a1 --- /dev/null +++ b/template/yoga/theme/Sylvia/icon/first.png diff --git a/template/yoga/theme/Sylvia/icon/first_unactive.png b/template/yoga/theme/Sylvia/icon/first_unactive.png Binary files differnew file mode 100644 index 000000000..2eca53a3c --- /dev/null +++ b/template/yoga/theme/Sylvia/icon/first_unactive.png diff --git a/template/yoga/theme/Sylvia/icon/flat.png b/template/yoga/theme/Sylvia/icon/flat.png Binary files differnew file mode 100644 index 000000000..291156950 --- /dev/null +++ b/template/yoga/theme/Sylvia/icon/flat.png diff --git a/template/yoga/theme/Sylvia/icon/help.png b/template/yoga/theme/Sylvia/icon/help.png Binary files differnew file mode 100644 index 000000000..cd1d20919 --- /dev/null +++ b/template/yoga/theme/Sylvia/icon/help.png diff --git a/template/yoga/theme/Sylvia/icon/home.png b/template/yoga/theme/Sylvia/icon/home.png Binary files differnew file mode 100644 index 000000000..81b6bddb7 --- /dev/null +++ b/template/yoga/theme/Sylvia/icon/home.png diff --git a/template/yoga/theme/Sylvia/icon/index.php b/template/yoga/theme/Sylvia/icon/index.php new file mode 100644 index 000000000..c15b15795 --- /dev/null +++ b/template/yoga/theme/Sylvia/icon/index.php @@ -0,0 +1,30 @@ +<?php +// +-----------------------------------------------------------------------+ +// | Piwigo - a PHP based picture gallery | +// +-----------------------------------------------------------------------+ +// | Copyright(C) 2008 Piwigo Team http://piwigo.org | +// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net | +// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick | +// +-----------------------------------------------------------------------+ +// | This program is free software; you can redistribute it and/or modify | +// | it under the terms of the GNU General Public License as published by | +// | the Free Software Foundation | +// | | +// | This program is distributed in the hope that it will be useful, but | +// | WITHOUT ANY WARRANTY; without even the implied warranty of | +// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | +// | General Public License for more details. | +// | | +// | You should have received a copy of the GNU General Public License | +// | along with this program; if not, write to the Free Software | +// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, | +// | USA. | +// +-----------------------------------------------------------------------+ + +// Recursive call +$url = '../'; +header( 'Request-URI: '.$url ); +header( 'Content-Location: '.$url ); +header( 'Location: '.$url ); +exit(); +?> diff --git a/template/yoga/theme/Sylvia/icon/infos.png b/template/yoga/theme/Sylvia/icon/infos.png Binary files differnew file mode 100644 index 000000000..00695cb8f --- /dev/null +++ b/template/yoga/theme/Sylvia/icon/infos.png diff --git a/template/yoga/theme/Sylvia/icon/last.png b/template/yoga/theme/Sylvia/icon/last.png Binary files differnew file mode 100644 index 000000000..89ec3f8da --- /dev/null +++ b/template/yoga/theme/Sylvia/icon/last.png diff --git a/template/yoga/theme/Sylvia/icon/last_unactive.png b/template/yoga/theme/Sylvia/icon/last_unactive.png Binary files differnew file mode 100644 index 000000000..76f47f5b0 --- /dev/null +++ b/template/yoga/theme/Sylvia/icon/last_unactive.png diff --git a/template/yoga/theme/Sylvia/icon/left.png b/template/yoga/theme/Sylvia/icon/left.png Binary files differnew file mode 100644 index 000000000..2d2ff0b08 --- /dev/null +++ b/template/yoga/theme/Sylvia/icon/left.png diff --git a/template/yoga/theme/Sylvia/icon/left_unactive.png b/template/yoga/theme/Sylvia/icon/left_unactive.png Binary files differnew file mode 100644 index 000000000..0b5abd707 --- /dev/null +++ b/template/yoga/theme/Sylvia/icon/left_unactive.png diff --git a/template/yoga/theme/Sylvia/icon/lost_password.png b/template/yoga/theme/Sylvia/icon/lost_password.png Binary files differnew file mode 100644 index 000000000..012ba4b28 --- /dev/null +++ b/template/yoga/theme/Sylvia/icon/lost_password.png diff --git a/template/yoga/theme/Sylvia/icon/metadata.png b/template/yoga/theme/Sylvia/icon/metadata.png Binary files differnew file mode 100644 index 000000000..9463f1980 --- /dev/null +++ b/template/yoga/theme/Sylvia/icon/metadata.png diff --git a/template/yoga/theme/Sylvia/icon/mimetypes/avi.png b/template/yoga/theme/Sylvia/icon/mimetypes/avi.png Binary files differnew file mode 100644 index 000000000..b5dde0869 --- /dev/null +++ b/template/yoga/theme/Sylvia/icon/mimetypes/avi.png diff --git a/template/yoga/theme/Sylvia/icon/mimetypes/index.php b/template/yoga/theme/Sylvia/icon/mimetypes/index.php new file mode 100644 index 000000000..c15b15795 --- /dev/null +++ b/template/yoga/theme/Sylvia/icon/mimetypes/index.php @@ -0,0 +1,30 @@ +<?php +// +-----------------------------------------------------------------------+ +// | Piwigo - a PHP based picture gallery | +// +-----------------------------------------------------------------------+ +// | Copyright(C) 2008 Piwigo Team http://piwigo.org | +// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net | +// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick | +// +-----------------------------------------------------------------------+ +// | This program is free software; you can redistribute it and/or modify | +// | it under the terms of the GNU General Public License as published by | +// | the Free Software Foundation | +// | | +// | This program is distributed in the hope that it will be useful, but | +// | WITHOUT ANY WARRANTY; without even the implied warranty of | +// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | +// | General Public License for more details. | +// | | +// | You should have received a copy of the GNU General Public License | +// | along with this program; if not, write to the Free Software | +// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, | +// | USA. | +// +-----------------------------------------------------------------------+ + +// Recursive call +$url = '../'; +header( 'Request-URI: '.$url ); +header( 'Content-Location: '.$url ); +header( 'Location: '.$url ); +exit(); +?> diff --git a/template/yoga/theme/Sylvia/icon/mimetypes/mp3.png b/template/yoga/theme/Sylvia/icon/mimetypes/mp3.png Binary files differnew file mode 100644 index 000000000..cb1288596 --- /dev/null +++ b/template/yoga/theme/Sylvia/icon/mimetypes/mp3.png diff --git a/template/yoga/theme/Sylvia/icon/mimetypes/mpg.png b/template/yoga/theme/Sylvia/icon/mimetypes/mpg.png Binary files differnew file mode 100644 index 000000000..4dc09c28b --- /dev/null +++ b/template/yoga/theme/Sylvia/icon/mimetypes/mpg.png diff --git a/template/yoga/theme/Sylvia/icon/mimetypes/ogg.png b/template/yoga/theme/Sylvia/icon/mimetypes/ogg.png Binary files differnew file mode 100644 index 000000000..978b235f9 --- /dev/null +++ b/template/yoga/theme/Sylvia/icon/mimetypes/ogg.png diff --git a/template/yoga/theme/Sylvia/icon/mimetypes/zip.png b/template/yoga/theme/Sylvia/icon/mimetypes/zip.png Binary files differnew file mode 100644 index 000000000..7d76f9a60 --- /dev/null +++ b/template/yoga/theme/Sylvia/icon/mimetypes/zip.png diff --git a/template/yoga/theme/Sylvia/icon/normal_mode.png b/template/yoga/theme/Sylvia/icon/normal_mode.png Binary files differnew file mode 100644 index 000000000..a141c5523 --- /dev/null +++ b/template/yoga/theme/Sylvia/icon/normal_mode.png diff --git a/template/yoga/theme/Sylvia/icon/note.png b/template/yoga/theme/Sylvia/icon/note.png Binary files differnew file mode 100644 index 000000000..9ef1af537 --- /dev/null +++ b/template/yoga/theme/Sylvia/icon/note.png diff --git a/template/yoga/theme/Sylvia/icon/preferences.png b/template/yoga/theme/Sylvia/icon/preferences.png Binary files differnew file mode 100644 index 000000000..8634b5159 --- /dev/null +++ b/template/yoga/theme/Sylvia/icon/preferences.png diff --git a/template/yoga/theme/Sylvia/icon/rating-stars.png b/template/yoga/theme/Sylvia/icon/rating-stars.png Binary files differnew file mode 100644 index 000000000..dba59ef00 --- /dev/null +++ b/template/yoga/theme/Sylvia/icon/rating-stars.png diff --git a/template/yoga/theme/Sylvia/icon/recent.png b/template/yoga/theme/Sylvia/icon/recent.png Binary files differnew file mode 100644 index 000000000..90b190523 --- /dev/null +++ b/template/yoga/theme/Sylvia/icon/recent.png diff --git a/template/yoga/theme/Sylvia/icon/recent_by_child.png b/template/yoga/theme/Sylvia/icon/recent_by_child.png Binary files differnew file mode 100644 index 000000000..842a513c4 --- /dev/null +++ b/template/yoga/theme/Sylvia/icon/recent_by_child.png diff --git a/template/yoga/theme/Sylvia/icon/register.png b/template/yoga/theme/Sylvia/icon/register.png Binary files differnew file mode 100644 index 000000000..677c7b9e9 --- /dev/null +++ b/template/yoga/theme/Sylvia/icon/register.png diff --git a/template/yoga/theme/Sylvia/icon/representative.png b/template/yoga/theme/Sylvia/icon/representative.png Binary files differnew file mode 100644 index 000000000..02a914da1 --- /dev/null +++ b/template/yoga/theme/Sylvia/icon/representative.png diff --git a/template/yoga/theme/Sylvia/icon/right.png b/template/yoga/theme/Sylvia/icon/right.png Binary files differnew file mode 100644 index 000000000..6ede2ff93 --- /dev/null +++ b/template/yoga/theme/Sylvia/icon/right.png diff --git a/template/yoga/theme/Sylvia/icon/right_unactive.png b/template/yoga/theme/Sylvia/icon/right_unactive.png Binary files differnew file mode 100644 index 000000000..483cd7989 --- /dev/null +++ b/template/yoga/theme/Sylvia/icon/right_unactive.png diff --git a/template/yoga/theme/Sylvia/icon/save.png b/template/yoga/theme/Sylvia/icon/save.png Binary files differnew file mode 100644 index 000000000..56515f42e --- /dev/null +++ b/template/yoga/theme/Sylvia/icon/save.png diff --git a/template/yoga/theme/Sylvia/icon/search_rules.png b/template/yoga/theme/Sylvia/icon/search_rules.png Binary files differnew file mode 100644 index 000000000..cc23092a0 --- /dev/null +++ b/template/yoga/theme/Sylvia/icon/search_rules.png diff --git a/template/yoga/theme/Sylvia/icon/slideshow.png b/template/yoga/theme/Sylvia/icon/slideshow.png Binary files differnew file mode 100644 index 000000000..9263fdcbc --- /dev/null +++ b/template/yoga/theme/Sylvia/icon/slideshow.png diff --git a/template/yoga/theme/Sylvia/icon/start_filter.png b/template/yoga/theme/Sylvia/icon/start_filter.png Binary files differnew file mode 100644 index 000000000..f8611cd83 --- /dev/null +++ b/template/yoga/theme/Sylvia/icon/start_filter.png diff --git a/template/yoga/theme/Sylvia/icon/stop_filter.png b/template/yoga/theme/Sylvia/icon/stop_filter.png Binary files differnew file mode 100644 index 000000000..145e64cc8 --- /dev/null +++ b/template/yoga/theme/Sylvia/icon/stop_filter.png diff --git a/template/yoga/theme/Sylvia/icon/up.png b/template/yoga/theme/Sylvia/icon/up.png Binary files differnew file mode 100644 index 000000000..c997af2f5 --- /dev/null +++ b/template/yoga/theme/Sylvia/icon/up.png diff --git a/template/yoga/theme/Sylvia/theme.css b/template/yoga/theme/Sylvia/theme.css index 4289fce0c..cf3b3b1af 100644 --- a/template/yoga/theme/Sylvia/theme.css +++ b/template/yoga/theme/Sylvia/theme.css @@ -88,5 +88,6 @@ border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */ } background-color: #111; border:1px solid #ff3363; /* thumbnails border color when mouse cursor is over it */ } A, INPUT.rateButton { color:#f70; border-width: 0; } A:hover, A:active { color: #f33; border-bottom: 1px solid #f33; cursor: pointer; } +#theImage A, .illustration A, A.navThumb, A.navThumb { border-bottom-width: 0; } *, *:focus, *:active, input:active, a:active, input:focus, a:focus { outline: none; -moz-outline-width: 0px; } #debug { margin: 15px 15px 5px 248px; font-size:12px; clear: both; word-wrap:break-word;}
\ No newline at end of file diff --git a/template/yoga/theme/Sylvia/themeconf.inc.php b/template/yoga/theme/Sylvia/themeconf.inc.php index f165bef36..66b953bce 100644 --- a/template/yoga/theme/Sylvia/themeconf.inc.php +++ b/template/yoga/theme/Sylvia/themeconf.inc.php @@ -2,9 +2,9 @@ $themeconf = array( 'template' => 'yoga', 'theme' => 'Sylvia', - 'icon_dir' => 'template/yoga/icon', + 'icon_dir' => 'template/yoga/theme/Sylvia/icon', 'admin_icon_dir' => 'template/yoga/icon/admin', - 'mime_icon_dir' => 'template/yoga/icon/mimetypes/', + 'mime_icon_dir' => 'template/yoga/theme/Sylvia/icon/mimetypes/', 'local_head' => '', ); ?> |