diff options
author | plegall <plg@piwigo.org> | 2010-03-13 00:00:52 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-03-13 00:00:52 +0000 |
commit | 14778ce673277f2df41f963aa70df1cbed427294 (patch) | |
tree | 8c723d4d9827876dbf19d2bd581405fc50910860 /template/yoga | |
parent | c396f08708d431c6f7e8656eaca4fd8e440fdd39 (diff) |
feature 1502: based on Dotclear model, P@t has reorganized the way Piwigo
manages template/theme in a simpler "theme only level" architecture. It
supports multiple level inheritance.
git-svn-id: http://piwigo.org/svn/trunk@5123 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga')
208 files changed, 0 insertions, 2864 deletions
diff --git a/template/yoga/content.css b/template/yoga/content.css deleted file mode 100644 index 11023f104..000000000 --- a/template/yoga/content.css +++ /dev/null @@ -1,197 +0,0 @@ -.content { - margin-right: 1em; - margin-bottom: 1em; /* when it's longer than menu bar */ -} - -BODY#theCommentsPage .content, -BODY#theUploadPage .content, -BODY#theRegisterPage .content, -BODY#theIdentificationPage .content, -BODY#theProfilePage .content, -BODY#theSearchPage .content, -BODY#theAboutPage .content, -BODY#thePopuphelpPage .content, -BODY#thePasswordPage .content, -BODY#theNotificationPage .content, -BODY#theTagsPage .content, -BODY#theNBMPage .content -{ - margin: 1em; -} - -.content H2 { margin-bottom: 3px;} /*<- for IE otherwise calendar select is displaced to middle of page*/ - -.content .navigationBar, .content .additional_info, .content .calendarBar { - margin: 8px 4px; - text-align: center; -} - -.content .pageNumberSelected { - font-style: italic; - font-weight: bold; -} - -.content .additional_info { - font-size: 110%; -} - - -/* actions */ -UL.categoryActions { - margin: 0 2px; - width: auto; - padding: 0; - text-indent: 0; - list-style: none; - text-align: center; -} - -.content DIV.titrePage UL.categoryActions { - float: right; - text-align: center; -} - -.content DIV.titrePage { - padding: 0 0 3px; -} - -.content UL.categoryActions LI { - display: inline; -} - -.content UL.categoryActions A IMG, UL.categoryActions A { - border: none; - margin-bottom: -5px; -} - -/* begin chronology/calendar elements*/ -.content DIV.calendarViews { - display: block; - float: right; - margin: 2px 0 0; -} - -SPAN.calItem, SPAN.calItemEmpty { - font-weight: bold; - margin: 0 1px; -} - -SPAN.calItem A { border:0 } - -.content DIV.calendarCalBar { - margin: 10px 10px; - text-align: left; -} - -SPAN.calCalHead { - font-weight: bold; - font-size: 110%; - margin: 0 2px; -} - -SPAN.calCal { margin: 0 2px; } - -/* nice looking month calendar*/ -TABLE.calMonth { - border: none; - border-collapse: collapse; - margin-bottom: 10px; /*<-IE ignores this */ -} - -TD.calDayCellFull, TD.calDayCellEmpty, TD.calDayCellBlank { - vertical-align: top; - font-weight: bold; - font-size: 18px; -} - -TD.calDayHead { - font-weight: bold; - font-size: 12px; - text-align: center; -} - -DIV.calImg { - overflow: hidden; - vertical-align: bottom; - z-index: 1; - position: relative; /*<- this required by IE*/ -} - -.calImg img { - position: relative; - border: 0; -} - -.calBackDate { - padding-left: 4px; - padding-top: 0px; - z-index: 2; - position: absolute; - vertical-align: top; - color: #000; -} - -.calForeDate { - padding-left: 5px; - padding-top: 1px; - z-index: 3; - position: absolute; - vertical-align: top; - color: #fff; -} - -/* Category thumbnails on main page, CSS code inspired from MOD subcatify */ -.content UL.thumbnailCategories { - margin: 0; - padding: 0; - list-style: none; - overflow: hidden; - width: 100%; -} - -.content UL.thumbnailCategories LI { - margin:0; - padding:0; - float:left; -} - -.content DIV.thumbnailCategory { - display:block; - padding: 2px 0px 0px 2px; - margin: 5px; -} - -.content DIV.thumbnailCategory DIV.description { - font-size: 90%; - overflow: auto; - /*width: inherit;*/ -} - -.content DIV.thumbnailCategory DIV.description H3 { - text-align: left; - background: transparent; - margin: 0; - padding: 0.1em; - font-size: 120%; -} - -.content DIV.thumbnailCategory DIV.description P { - margin: 0; -} - -.content DIV.thumbnailCategory DIV.illustration { - text-align: left; - margin: 2px 0 0 2px; - float: left; -} - - -/* User comments */ -DIV#comments { - padding-left: 5px; - padding-right: 5px; -} - -DIV#comments DIV.description { - font-size: 100%; -} diff --git a/template/yoga/default-colors.css b/template/yoga/default-colors.css deleted file mode 100644 index cc094cf0e..000000000 --- a/template/yoga/default-colors.css +++ /dev/null @@ -1,109 +0,0 @@ - -/* others */ - -#imageToolBar * { - background: inherit; -} - -/* So that non-links are slightly greyed out */ -.content .navigationBar, SPAN.calItemEmpty, TD.calDayCellEmpty { - color: #b0b0b0; -} - -/* Tables & forms */ - -/* IE <= 6 is so bad with this that you can't merge with the following rule */ -INPUT[type="text"], INPUT[type="password"], INPUT[type="button"], -INPUT[type="submit"], INPUT[type="reset"], INPUT[type="file"] { - color:black; - background-color: #d3d3d3; /* lightgrey */ -} - -INPUT.text, INPUT.password, INPUT.button, -INPUT.submit, INPUT.reset, INPUT.file, -SELECT, TEXTAREA { - color:black; - background-color: #d3d3d3; /* lightgrey */ -} - -INPUT:focus, SELECT:focus, TEXTAREA:focus, INPUT.focus, FORM .focus { - background-color: #f5f5f5; /* whitesmoke */ -} - -/* some theme set a border on INPUT which is not pretty for radio/checkbox */ -INPUT[type="radio"], INPUT[type="checkbox"] { - border: none; /* <= Opera needs this */ -} - -INPUT.radio, INPUT.checkbox { - border: none; /* <= IE6 needs this */ -} - -/* rate buttons displayed like links */ -INPUT.rateButton, INPUT.rateButtonSelected, INPUT.rateButtonStarFull, INPUT.rateButtonStarEmpty { - color:inherit; - background-color:transparent !important; /* Konqueror doesn't accept transparent here */ -} - -.errors { /* Errors display */ - color: red; - background-color: #ffe1e1; - font-weight: bold; - margin: 5px; - border: 1px solid red; - background-image: url(icon/admin/errors.png); - background-repeat: no-repeat; - background-position: top right; - padding: 10px 50px 10px 10px; -} - -/** - * Informations box in administration - */ -.infos { - color: #002000; - background-color: #98fb98; /* palegreen */ - background-image: url(icon/admin/infos.png); - background-repeat: no-repeat; - background-position: top right; - margin: 5px; - padding: 10px 50px 10px 10px; -} - -/** - * Header message like upgrade or adviser mode - */ -.header_msgs { - text-align:center; - font-weight: bold; - color:#696969; /* dimgray */ - background-color: #d3d3d3; - margin: 1px; - padding: 1px; -} - -/** - * Header notes box in public/administration - */ -.header_notes { - border: 1px solid #aaaaaa; /* border color and style */ - text-align: center; - background-image: url(icon/note.png); - background-repeat: no-repeat; - background-position: top left; - font-weight: bold; - margin: 14px; - padding: 5px 00px 0px 0px; -} - -LEGEND { - font-style: italic; -} - -/*calendar*/ -SPAN.calItem, SPAN.calItemEmpty, -TD.calDayCellEmpty, TD.calDayCellFull { - border: 1px solid gray; -} - - diff --git a/template/yoga/default-layout.css b/template/yoga/default-layout.css deleted file mode 100644 index ada2ba518..000000000 --- a/template/yoga/default-layout.css +++ /dev/null @@ -1,274 +0,0 @@ -BODY { - margin: 5px; - padding: 0; - font-size: 0.8em; - font-family: Arial,Helvetica,sans-serif; -} - - -H1 { - text-align: center; - font-size: 150%; - font-weight: bold; - padding: 0; - margin: 0.5em 0 1em 0; -} - -H2 { - margin: 0; - padding: 5px 0.5em 5px 0.5em; - text-align: left; - font-size: 120%; -} - -A { - text-decoration:none; - border-bottom: 1px dotted #005e89; -} -A:hover { - border-bottom: 1px solid #858460; -} - -IMG { - border: none; -} - -HR.separation { - visibility: hidden; - clear: both; -} - -#copyright { - clear: both; - font-size: 83%; - text-align: center; - margin: 0 0 10px 0; -} - -INPUT, SELECT { - margin: 0; - font-size: 1em; /* <= some browsers don't set it correctly */ -} - -TABLE { /* horizontaly centered */ - margin-left: auto; - margin-right: auto; -} - - -FORM { padding: 0; margin: 0; } - -FORM P { - text-align: center; - margin-top: 2em; - margin-bottom: 2em; -} - -FORM FIELDSET P { - margin-top: 1em; - margin-bottom: 0; -} - -SELECT.categoryList { - height: 20em; - width: 500px; -} - - -/** - * Filter forms are displayed label by label with the input (or select...) - * below the label. Use an UL to make a group (radiobox for instance). - * Use a SPAN to group objects in line - */ -FIELDSET { - padding: 1em; - margin: 1em; - overflow: hidden; /* <- makes Opera happy */ -} - -FORM.filter FIELDSET UL { - margin: 0; -} -FORM.filter FIELDSET UL, -FORM.filter FIELDSET LABEL { - display: block; - float: left; - margin-right: 1em; - padding: 0; -} - -FORM.filter FIELDSET LI { - list-style: none; - margin-bottom: 0.5em; -} - -FORM.filter FIELDSET LI LABEL { - display: inline; - float: none; -} - -FORM.filter FIELDSET UL.tagSelection LABEL { - display: inline; - float: none; - margin-right:0.5em;/*reduce from above*/ -} - -/* cannot use FIELDSET>LABEL because of IE<=6 */ -FORM.filter FIELDSET LABEL INPUT, -FORM.filter FIELDSET LABEL SELECT, -FORM.filter FIELDSET LABEL SPAN, -FORM.filter FIELDSET LABEL TEXTAREA { - display: block; - margin: 0.5em 0; -} -FORM.filter FIELDSET * LABEL INPUT, -FORM.filter FIELDSET * LABEL SELECT, -FORM.filter FIELDSET * LABEL TEXTAREA, -FORM.filter FIELDSET LABEL SPAN INPUT, -FORM.filter FIELDSET LABEL SPAN SELECT, -FORM.filter FIELDSET LABEL SPAN TEXTAREA { - display: inline; - vertical-align: top; - margin: 0 0.5em 0 0; -} - -FORM.filter FIELDSET UL.tagSelection LI LABEL INPUT { - margin-right:0; -} - -/* following declaration is important to avoid strange FF behaviour */ -FORM.filter FIELDSET LABEL SPAN SELECT { - margin: 0; -} - -FORM.filter FIELDSET P -{ - clear: left; - display: block; -} - -FORM.filter INPUT[type="submit"] { - margin-top: 1em; -} - -FORM.properties UL { - list-style-type: none; - margin: 0; - padding: 0; -} - -FORM.properties LI { - margin-bottom: 0.5em; - padding: 0; - line-height: 1.8em; - clear: left; -} - -FORM.properties SPAN.property { - font-weight: bold; - float: left; - width: 50%; - text-align: right; - margin: 0; - padding: 0 0.5em 0 0; -} - -/* button tools */ -UL.actions { - text-indent: 0; - list-style: none; -} -UL.actions LI { - display: inline; -} -UL.actions A, UL.actions IMG { - border: none; -} - -UL.tagSelection { - width: 99%; - margin: 1em 0 1em 0; - padding: 0; -} - -UL.tagSelection LI { - display: inline; - white-space: nowrap; -} - -#fullTagCloud { - font-size: 120%; - text-align: justify; - padding: 0; - margin: 1em 2em 1em 2em; -} - -#fullTagCloud SPAN { - white-space: nowrap; - margin: 0 2px; -} - - -.tagLevel5 { font-size: 150%; } -.tagLevel4 { font-size: 140%; } -.tagLevel3 { font-size: 120%; } -.tagLevel2 { font-size: 100%; } -.tagLevel1 { font-size: 90%; } - - -/* Popup help page */ -BODY#thePopuphelpPage #copyright { - display: none; -} - -#theNotificationPage p { padding: 0.5em; } -BODY#thePopuphelpPage .content P { - text-align: justify; - padding: 0.5em; -} - -BODY#thePopuphelpPage .content OL LI, -BODY#thePopuphelpPage .content UL LI -{ - margin-bottom: 0.5em; -} - -TR.tagLine { - border-bottom: 1px solid #ddd; -} -TD.nbEntries { - text-align: right; - font-style: italic; - font-size: 90%; -} - -FIELDSET.tagLetter { - border: 1px solid #d3d3d3; - width: 200px; - margin: 0.5em; - padding: 10px; -} - -LEGEND.tagLetterLegend { - border: 1px solid #d3d3d3; - font-size:120%; - font-weight: bold; - padding: 0 5px; - font-style: normal; -} - -TABLE.tagLetterContent { - width:100%; - font-size:80%; - border-collapse : collapse; -} - -#theHeader {text-align: center;} - -#theNotificationPage DL, -#thePopuphelpPage DL { margin: 0 25px 25px; } -.content #comments UL.thumbnailCategories LI { width:99%; } -/* jQuery datepicker */ -IMG.ui-datepicker-trigger { - cursor : pointer; -} diff --git a/template/yoga/fix-ie5-ie6.css b/template/yoga/fix-ie5-ie6.css deleted file mode 100644 index 54018fea1..000000000 --- a/template/yoga/fix-ie5-ie6.css +++ /dev/null @@ -1,42 +0,0 @@ -/* Issues in IE from 5 to 6 only not to be used with IE7 */ - -/* fix IE with another layout for thumbnails */ -.content UL.thumbnails SPAN.wrap2 { - display: block; - position: relative; - text-align: left; -} -.content UL.thumbnails SPAN.wrap2 A, -.content UL.thumbnails SPAN.wrap2 SPAN { - overflow: visible; - position: absolute; - top: 50%; - text-align: center; -} - -.content UL.thumbnails IMG.thumbnail { - position: relative; - top: -50%; - /*\*//*/ - margin-top: -40%; - /**/ -} - -/* to avoid vanishing objects in IE6 */ -H1, #theHeader { - width: 100%; /* <- useless but seems to make IE6 happy */ -} -.content { - height: 1em; /* for IE6 it's like min-height */ -} - -/* fix category thumbnails on main page */ -.content UL.thumbnailCategories { - width: 99%; /* buggy IE box model */ -} - - -/* fix quickconnect layout */ -FORM#quickconnect FIELDSET { - width: 99%; /* correct an ugly 1 or 2 px misalignement with IE */ -} diff --git a/template/yoga/fix-ie7.css b/template/yoga/fix-ie7.css deleted file mode 100644 index 70ddf7e8b..000000000 --- a/template/yoga/fix-ie7.css +++ /dev/null @@ -1,21 +0,0 @@ -/* fix IE with another layout for thumbnails */ - -.content UL.thumbnails SPAN.wrap2 { - display: block; - position: relative; - text-align: left; -} -.content UL.thumbnails SPAN.wrap2 A, -.content UL.thumbnails SPAN.wrap2 SPAN { - overflow: visible; - position: absolute; - top: 50%; - text-align: center; -} - -.content UL.thumbnails IMG.thumbnail { - position: relative; - top: -50%; - margin-top: 2%; -} - diff --git a/template/yoga/fix-khtml.css b/template/yoga/fix-khtml.css deleted file mode 100644 index a0377886c..000000000 --- a/template/yoga/fix-khtml.css +++ /dev/null @@ -1,17 +0,0 @@ -/* Issue in Safari/Konqueror only */ -/* If H2 has a 0 margin-top categoryActions doesn't float right but overwrites H2 */ -.content>DIV.titrePage>H2 { - margin: 1px 0 0 0; /* add an arbitrary margin-top */ -} - -.content>div.titrePage { - position: relative; - top: -1px; /* move the container up by the same amount */ - margin-bottom: 5px; -} - -#menubar #menuTagCloud SPAN -{ - display: inline-block;/* required for Safari 3.1 - otherwise overflows on the right */ -} - diff --git a/template/yoga/icon/add_tag.png b/template/yoga/icon/add_tag.png Binary files differdeleted file mode 100644 index 9051a1d26..000000000 --- a/template/yoga/icon/add_tag.png +++ /dev/null diff --git a/template/yoga/icon/admin/errors.png b/template/yoga/icon/admin/errors.png Binary files differdeleted file mode 100644 index 3c8a37df5..000000000 --- a/template/yoga/icon/admin/errors.png +++ /dev/null diff --git a/template/yoga/icon/admin/index.php b/template/yoga/icon/admin/index.php deleted file mode 100644 index 871b52b6a..000000000 --- a/template/yoga/icon/admin/index.php +++ /dev/null @@ -1,30 +0,0 @@ -<?php -// +-----------------------------------------------------------------------+ -// | Piwigo - a PHP based picture gallery | -// +-----------------------------------------------------------------------+ -// | Copyright(C) 2008-2009 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/icon/admin/infos.png b/template/yoga/icon/admin/infos.png Binary files differdeleted file mode 100644 index dc8c8a457..000000000 --- a/template/yoga/icon/admin/infos.png +++ /dev/null diff --git a/template/yoga/icon/caddie_add.png b/template/yoga/icon/caddie_add.png Binary files differdeleted file mode 100644 index eb20f4e06..000000000 --- a/template/yoga/icon/caddie_add.png +++ /dev/null diff --git a/template/yoga/icon/calendar.png b/template/yoga/icon/calendar.png Binary files differdeleted file mode 100644 index e0a44a13d..000000000 --- a/template/yoga/icon/calendar.png +++ /dev/null diff --git a/template/yoga/icon/calendar_created.png b/template/yoga/icon/calendar_created.png Binary files differdeleted file mode 100644 index 14a84c43c..000000000 --- a/template/yoga/icon/calendar_created.png +++ /dev/null diff --git a/template/yoga/icon/category_children.png b/template/yoga/icon/category_children.png Binary files differdeleted file mode 100644 index 7205c3f61..000000000 --- a/template/yoga/icon/category_children.png +++ /dev/null diff --git a/template/yoga/icon/category_edit.png b/template/yoga/icon/category_edit.png Binary files differdeleted file mode 100644 index 0f3b619ed..000000000 --- a/template/yoga/icon/category_edit.png +++ /dev/null diff --git a/template/yoga/icon/category_representant_random.png b/template/yoga/icon/category_representant_random.png Binary files differdeleted file mode 100644 index dfa69846f..000000000 --- a/template/yoga/icon/category_representant_random.png +++ /dev/null diff --git a/template/yoga/icon/datepicker.png b/template/yoga/icon/datepicker.png Binary files differdeleted file mode 100644 index bbb299207..000000000 --- a/template/yoga/icon/datepicker.png +++ /dev/null diff --git a/template/yoga/icon/dec_period.png b/template/yoga/icon/dec_period.png Binary files differdeleted file mode 100644 index 107cd16ec..000000000 --- a/template/yoga/icon/dec_period.png +++ /dev/null diff --git a/template/yoga/icon/dec_period_unactive.png b/template/yoga/icon/dec_period_unactive.png Binary files differdeleted file mode 100644 index 5bc67affd..000000000 --- a/template/yoga/icon/dec_period_unactive.png +++ /dev/null diff --git a/template/yoga/icon/del_all_favorites.png b/template/yoga/icon/del_all_favorites.png Binary files differdeleted file mode 100644 index cfc609749..000000000 --- a/template/yoga/icon/del_all_favorites.png +++ /dev/null diff --git a/template/yoga/icon/del_favorite.png b/template/yoga/icon/del_favorite.png Binary files differdeleted file mode 100644 index cfc609749..000000000 --- a/template/yoga/icon/del_favorite.png +++ /dev/null diff --git a/template/yoga/icon/delete.png b/template/yoga/icon/delete.png Binary files differdeleted file mode 100644 index af10be03e..000000000 --- a/template/yoga/icon/delete.png +++ /dev/null diff --git a/template/yoga/icon/edit.png b/template/yoga/icon/edit.png Binary files differdeleted file mode 100644 index 9c755cda1..000000000 --- a/template/yoga/icon/edit.png +++ /dev/null diff --git a/template/yoga/icon/exit.png b/template/yoga/icon/exit.png Binary files differdeleted file mode 100644 index 2aafbb4cb..000000000 --- a/template/yoga/icon/exit.png +++ /dev/null diff --git a/template/yoga/icon/favorite.png b/template/yoga/icon/favorite.png Binary files differdeleted file mode 100644 index 58befd9e3..000000000 --- a/template/yoga/icon/favorite.png +++ /dev/null diff --git a/template/yoga/icon/first.png b/template/yoga/icon/first.png Binary files differdeleted file mode 100644 index 2b8db1cff..000000000 --- a/template/yoga/icon/first.png +++ /dev/null diff --git a/template/yoga/icon/first_unactive.png b/template/yoga/icon/first_unactive.png Binary files differdeleted file mode 100644 index f0c0364f2..000000000 --- a/template/yoga/icon/first_unactive.png +++ /dev/null diff --git a/template/yoga/icon/flat.png b/template/yoga/icon/flat.png Binary files differdeleted file mode 100644 index 43584e825..000000000 --- a/template/yoga/icon/flat.png +++ /dev/null diff --git a/template/yoga/icon/help.png b/template/yoga/icon/help.png Binary files differdeleted file mode 100644 index c76f68292..000000000 --- a/template/yoga/icon/help.png +++ /dev/null diff --git a/template/yoga/icon/home.png b/template/yoga/icon/home.png Binary files differdeleted file mode 100644 index cce450d85..000000000 --- a/template/yoga/icon/home.png +++ /dev/null diff --git a/template/yoga/icon/inc_period.png b/template/yoga/icon/inc_period.png Binary files differdeleted file mode 100644 index 28fef3d1b..000000000 --- a/template/yoga/icon/inc_period.png +++ /dev/null diff --git a/template/yoga/icon/inc_period_unactive.png b/template/yoga/icon/inc_period_unactive.png Binary files differdeleted file mode 100644 index f45507dce..000000000 --- a/template/yoga/icon/inc_period_unactive.png +++ /dev/null diff --git a/template/yoga/icon/index.php b/template/yoga/icon/index.php deleted file mode 100644 index 871b52b6a..000000000 --- a/template/yoga/icon/index.php +++ /dev/null @@ -1,30 +0,0 @@ -<?php -// +-----------------------------------------------------------------------+ -// | Piwigo - a PHP based picture gallery | -// +-----------------------------------------------------------------------+ -// | Copyright(C) 2008-2009 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/icon/last.png b/template/yoga/icon/last.png Binary files differdeleted file mode 100644 index 12e1367a7..000000000 --- a/template/yoga/icon/last.png +++ /dev/null diff --git a/template/yoga/icon/last_unactive.png b/template/yoga/icon/last_unactive.png Binary files differdeleted file mode 100644 index 90469d5c4..000000000 --- a/template/yoga/icon/last_unactive.png +++ /dev/null diff --git a/template/yoga/icon/left.png b/template/yoga/icon/left.png Binary files differdeleted file mode 100644 index 63d306c9c..000000000 --- a/template/yoga/icon/left.png +++ /dev/null diff --git a/template/yoga/icon/left_unactive.png b/template/yoga/icon/left_unactive.png Binary files differdeleted file mode 100644 index 0aefc64e4..000000000 --- a/template/yoga/icon/left_unactive.png +++ /dev/null diff --git a/template/yoga/icon/lost_password.png b/template/yoga/icon/lost_password.png Binary files differdeleted file mode 100644 index ad6d71422..000000000 --- a/template/yoga/icon/lost_password.png +++ /dev/null diff --git a/template/yoga/icon/metadata.png b/template/yoga/icon/metadata.png Binary files differdeleted file mode 100644 index d5d8fa6dc..000000000 --- a/template/yoga/icon/metadata.png +++ /dev/null diff --git a/template/yoga/icon/mimetypes/avi.png b/template/yoga/icon/mimetypes/avi.png Binary files differdeleted file mode 100644 index 065f0b282..000000000 --- a/template/yoga/icon/mimetypes/avi.png +++ /dev/null diff --git a/template/yoga/icon/mimetypes/index.php b/template/yoga/icon/mimetypes/index.php deleted file mode 100644 index 871b52b6a..000000000 --- a/template/yoga/icon/mimetypes/index.php +++ /dev/null @@ -1,30 +0,0 @@ -<?php -// +-----------------------------------------------------------------------+ -// | Piwigo - a PHP based picture gallery | -// +-----------------------------------------------------------------------+ -// | Copyright(C) 2008-2009 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/icon/mimetypes/mp3.png b/template/yoga/icon/mimetypes/mp3.png Binary files differdeleted file mode 100644 index afb7e1b0a..000000000 --- a/template/yoga/icon/mimetypes/mp3.png +++ /dev/null diff --git a/template/yoga/icon/mimetypes/mpg.png b/template/yoga/icon/mimetypes/mpg.png Binary files differdeleted file mode 100644 index f7dbd2388..000000000 --- a/template/yoga/icon/mimetypes/mpg.png +++ /dev/null diff --git a/template/yoga/icon/mimetypes/ogg.png b/template/yoga/icon/mimetypes/ogg.png Binary files differdeleted file mode 100644 index ead3f62c3..000000000 --- a/template/yoga/icon/mimetypes/ogg.png +++ /dev/null diff --git a/template/yoga/icon/mimetypes/zip.png b/template/yoga/icon/mimetypes/zip.png Binary files differdeleted file mode 100644 index 1f08fe1a3..000000000 --- a/template/yoga/icon/mimetypes/zip.png +++ /dev/null diff --git a/template/yoga/icon/normal_mode.png b/template/yoga/icon/normal_mode.png Binary files differdeleted file mode 100644 index 92d27a234..000000000 --- a/template/yoga/icon/normal_mode.png +++ /dev/null diff --git a/template/yoga/icon/note.png b/template/yoga/icon/note.png Binary files differdeleted file mode 100644 index 5849f791b..000000000 --- a/template/yoga/icon/note.png +++ /dev/null diff --git a/template/yoga/icon/pause.png b/template/yoga/icon/pause.png Binary files differdeleted file mode 100644 index 6a3928c51..000000000 --- a/template/yoga/icon/pause.png +++ /dev/null diff --git a/template/yoga/icon/play.png b/template/yoga/icon/play.png Binary files differdeleted file mode 100644 index dfde7e96a..000000000 --- a/template/yoga/icon/play.png +++ /dev/null diff --git a/template/yoga/icon/preferences.png b/template/yoga/icon/preferences.png Binary files differdeleted file mode 100644 index 0f3b619ed..000000000 --- a/template/yoga/icon/preferences.png +++ /dev/null diff --git a/template/yoga/icon/rating-stars.gif b/template/yoga/icon/rating-stars.gif Binary files differdeleted file mode 100644 index 535443e06..000000000 --- a/template/yoga/icon/rating-stars.gif +++ /dev/null diff --git a/template/yoga/icon/recent.png b/template/yoga/icon/recent.png Binary files differdeleted file mode 100644 index 78c1428ca..000000000 --- a/template/yoga/icon/recent.png +++ /dev/null diff --git a/template/yoga/icon/recent_by_child.png b/template/yoga/icon/recent_by_child.png Binary files differdeleted file mode 100644 index 48e2b4bf7..000000000 --- a/template/yoga/icon/recent_by_child.png +++ /dev/null diff --git a/template/yoga/icon/register.png b/template/yoga/icon/register.png Binary files differdeleted file mode 100644 index d1dd3c834..000000000 --- a/template/yoga/icon/register.png +++ /dev/null diff --git a/template/yoga/icon/remove_s.png b/template/yoga/icon/remove_s.png Binary files differdeleted file mode 100644 index c78c38f17..000000000 --- a/template/yoga/icon/remove_s.png +++ /dev/null diff --git a/template/yoga/icon/representative.png b/template/yoga/icon/representative.png Binary files differdeleted file mode 100644 index f1141d91b..000000000 --- a/template/yoga/icon/representative.png +++ /dev/null diff --git a/template/yoga/icon/right.png b/template/yoga/icon/right.png Binary files differdeleted file mode 100644 index f998098e4..000000000 --- a/template/yoga/icon/right.png +++ /dev/null diff --git a/template/yoga/icon/right_unactive.png b/template/yoga/icon/right_unactive.png Binary files differdeleted file mode 100644 index cf2f9614c..000000000 --- a/template/yoga/icon/right_unactive.png +++ /dev/null diff --git a/template/yoga/icon/save.png b/template/yoga/icon/save.png Binary files differdeleted file mode 100644 index b4b9da08b..000000000 --- a/template/yoga/icon/save.png +++ /dev/null diff --git a/template/yoga/icon/search_rules.png b/template/yoga/icon/search_rules.png Binary files differdeleted file mode 100644 index 300186647..000000000 --- a/template/yoga/icon/search_rules.png +++ /dev/null diff --git a/template/yoga/icon/start_filter.png b/template/yoga/icon/start_filter.png Binary files differdeleted file mode 100644 index 3d81a4d2e..000000000 --- a/template/yoga/icon/start_filter.png +++ /dev/null diff --git a/template/yoga/icon/start_repeat.png b/template/yoga/icon/start_repeat.png Binary files differdeleted file mode 100644 index 74272979e..000000000 --- a/template/yoga/icon/start_repeat.png +++ /dev/null diff --git a/template/yoga/icon/start_slideshow.png b/template/yoga/icon/start_slideshow.png Binary files differdeleted file mode 100644 index 9733eb445..000000000 --- a/template/yoga/icon/start_slideshow.png +++ /dev/null diff --git a/template/yoga/icon/stop_filter.png b/template/yoga/icon/stop_filter.png Binary files differdeleted file mode 100644 index 1ff012e96..000000000 --- a/template/yoga/icon/stop_filter.png +++ /dev/null diff --git a/template/yoga/icon/stop_repeat.png b/template/yoga/icon/stop_repeat.png Binary files differdeleted file mode 100644 index f1cc1b564..000000000 --- a/template/yoga/icon/stop_repeat.png +++ /dev/null diff --git a/template/yoga/icon/stop_slideshow.png b/template/yoga/icon/stop_slideshow.png Binary files differdeleted file mode 100644 index 7b8d3ac26..000000000 --- a/template/yoga/icon/stop_slideshow.png +++ /dev/null diff --git a/template/yoga/icon/tag_cloud.png b/template/yoga/icon/tag_cloud.png Binary files differdeleted file mode 100644 index 79d7bc250..000000000 --- a/template/yoga/icon/tag_cloud.png +++ /dev/null diff --git a/template/yoga/icon/tag_letters.png b/template/yoga/icon/tag_letters.png Binary files differdeleted file mode 100644 index d452db7ec..000000000 --- a/template/yoga/icon/tag_letters.png +++ /dev/null diff --git a/template/yoga/icon/up.png b/template/yoga/icon/up.png Binary files differdeleted file mode 100644 index 0c9cda5b1..000000000 --- a/template/yoga/icon/up.png +++ /dev/null diff --git a/template/yoga/icon/validate_s.png b/template/yoga/icon/validate_s.png Binary files differdeleted file mode 100644 index 400bf8a24..000000000 --- a/template/yoga/icon/validate_s.png +++ /dev/null diff --git a/template/yoga/index.php b/template/yoga/index.php deleted file mode 100644 index 871b52b6a..000000000 --- a/template/yoga/index.php +++ /dev/null @@ -1,30 +0,0 @@ -<?php -// +-----------------------------------------------------------------------+ -// | Piwigo - a PHP based picture gallery | -// +-----------------------------------------------------------------------+ -// | Copyright(C) 2008-2009 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/layout.css b/template/yoga/layout.css deleted file mode 100644 index d12ecbacc..000000000 --- a/template/yoga/layout.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* template css */ -@import "menubar.css"; -@import "content.css"; -@import "thumbnails.css"; -@import "picture.css"; -@import "default-layout.css"; -/* Override properties with import local file */ -@import "local-layout.css"; -/* common css */ -@import "../../template-common/default-layout.css"; -/* Override properties with import local file */ -@import "../../template-common/local-layout.css"; - -@import "default-colors.css"; - diff --git a/template/yoga/mail/index.php b/template/yoga/mail/index.php deleted file mode 100644 index 871b52b6a..000000000 --- a/template/yoga/mail/index.php +++ /dev/null @@ -1,30 +0,0 @@ -<?php -// +-----------------------------------------------------------------------+ -// | Piwigo - a PHP based picture gallery | -// +-----------------------------------------------------------------------+ -// | Copyright(C) 2008-2009 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/mail/text/html/images/footer-bg.jpg b/template/yoga/mail/text/html/images/footer-bg.jpg Binary files differdeleted file mode 100644 index 3d8a5eed2..000000000 --- a/template/yoga/mail/text/html/images/footer-bg.jpg +++ /dev/null diff --git a/template/yoga/mail/text/html/images/footer-bg.png b/template/yoga/mail/text/html/images/footer-bg.png Binary files differdeleted file mode 100644 index fd3c2925f..000000000 --- a/template/yoga/mail/text/html/images/footer-bg.png +++ /dev/null diff --git a/template/yoga/mail/text/html/images/header-bg.png b/template/yoga/mail/text/html/images/header-bg.png Binary files differdeleted file mode 100644 index 1770a3ddc..000000000 --- a/template/yoga/mail/text/html/images/header-bg.png +++ /dev/null diff --git a/template/yoga/mail/text/html/images/index.php b/template/yoga/mail/text/html/images/index.php deleted file mode 100644 index 871b52b6a..000000000 --- a/template/yoga/mail/text/html/images/index.php +++ /dev/null @@ -1,30 +0,0 @@ -<?php -// +-----------------------------------------------------------------------+ -// | Piwigo - a PHP based picture gallery | -// +-----------------------------------------------------------------------+ -// | Copyright(C) 2008-2009 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/mail/text/html/images/mailbody-bg.png b/template/yoga/mail/text/html/images/mailbody-bg.png Binary files differdeleted file mode 100644 index 722a24f63..000000000 --- a/template/yoga/mail/text/html/images/mailbody-bg.png +++ /dev/null diff --git a/template/yoga/mail/text/html/index.php b/template/yoga/mail/text/html/index.php deleted file mode 100644 index 871b52b6a..000000000 --- a/template/yoga/mail/text/html/index.php +++ /dev/null @@ -1,30 +0,0 @@ -<?php -// +-----------------------------------------------------------------------+ -// | Piwigo - a PHP based picture gallery | -// +-----------------------------------------------------------------------+ -// | Copyright(C) 2008-2009 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/mail/text/index.php b/template/yoga/mail/text/index.php deleted file mode 100644 index 871b52b6a..000000000 --- a/template/yoga/mail/text/index.php +++ /dev/null @@ -1,30 +0,0 @@ -<?php -// +-----------------------------------------------------------------------+ -// | Piwigo - a PHP based picture gallery | -// +-----------------------------------------------------------------------+ -// | Copyright(C) 2008-2009 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/mail/text/plain/index.php b/template/yoga/mail/text/plain/index.php deleted file mode 100644 index 871b52b6a..000000000 --- a/template/yoga/mail/text/plain/index.php +++ /dev/null @@ -1,30 +0,0 @@ -<?php -// +-----------------------------------------------------------------------+ -// | Piwigo - a PHP based picture gallery | -// +-----------------------------------------------------------------------+ -// | Copyright(C) 2008-2009 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/menubar.css b/template/yoga/menubar.css deleted file mode 100644 index 27eb1ac38..000000000 --- a/template/yoga/menubar.css +++ /dev/null @@ -1,87 +0,0 @@ -#menubar { - float: left; - margin: 0 0 10px 1em; - padding: 0; - display: inline; -} - -#menubar DL, #menubar DT, #menubar DD { - margin: 0; padding: 0; display: block; -} - -#menubar .button { - margin: -2px 2px 2px; - width: auto; - padding: 0; - text-indent: 0; - list-style: none; - text-align: center; - float: right; -} - -/* H2 properties copied here */ -#menubar DT { - font-weight: bold; - padding: 5px 5px 5px 5px; - font-size: 120%; - text-align: center; -} - -#menubar UL, -#menubar FORM, -#menubar P { - font-size: 92%; - margin: 10px 0 10px 5px; -} -#menubar UL { - list-style-type: square; - list-style-position: inside; - padding: 0 0 0 2px; -} -#menubar UL UL { - font-size: 100%; - margin-top: 0; - margin-bottom: 0; -} - -#menubar LI.selected A { - font-weight: bold; -} - -#menubar LI.selected LI A { - font-weight: normal; -} - -#menubar .menuInfoCatByChild { - font-size: 80%; - font-style: italic; -} - -#menubar INPUT { - text-indent: 2px; -} - -/* quickconnect form */ -FORM#quickconnect { - margin: 5px; - padding: 0; -} - -FORM#quickconnect FIELDSET { - margin: 0; - padding: 0; /*IE6 requires padding 0*/ -} - -FORM#quickconnect FIELDSET DIV { - margin: 8px 5px; - padding: 0; -} - -#menubar #menuTagCloud { - text-align: center; - margin: 5px 0; -} - -#menubar #menuTagCloud SPAN { - white-space: nowrap; -} diff --git a/template/yoga/not-ie.css b/template/yoga/not-ie.css deleted file mode 100644 index c5bd7adef..000000000 --- a/template/yoga/not-ie.css +++ /dev/null @@ -1,8 +0,0 @@ - -/* All directives not supported by IE */ -/* can be overiden in any theme but not hidden to IE */ - -.content UL.thumbnails SPAN.wrap2 { - -moz-border-radius: 4px; /* round corners with Geko */ - -webkit-border-radius: 4px; /* Safari webkit project */ -} diff --git a/template/yoga/picture.css b/template/yoga/picture.css deleted file mode 100644 index ef2f23213..000000000 --- a/template/yoga/picture.css +++ /dev/null @@ -1,102 +0,0 @@ -#imageHeaderBar { - padding-top: 2px; - padding-bottom: 2px; - margin-top: 4px; - overflow: hidden; - width: 100%; -} - -#imageHeaderBar .browsePath { - float: left; - margin-left: 10px; -} - -#imageHeaderBar .imageNumber { - float: right; - margin-right: 10px; -} - -#imageHeaderBar H2 { - text-align: center; - padding: 0; - clear: both; -} - -#imageToolBar { - text-align: center; - position: relative; - clear: both; - margin-bottom: 4px; - padding: 0; - height: 28px; -} - -#imageToolBar A, #imageToolBar IMG { - display: block; - border: none; - margin: 0; padding: 0; -} -#imageToolBar A { width: 48px; } -#imageToolBar IMG { margin: 2px auto; } -#imageToolBar .randomButtons A { float: left; } -#imageToolBar .navButtons A { float: right; } - -#theImage { - clear: left; - text-align: center; -} - -#theImage>IMG { - display: block; - margin: 0 auto; - border: none; -} - -#linkPrev { - float: left; - margin-right: 10px; - margin-left: 5px; -} - -#linkNext { - float: right; - margin-right: 5px; - margin-left: 10px; -} - -TABLE.infoTable .label { - font-weight: bold; - text-align: right; - padding-right: 0.5em; -} - -TABLE.infoTable TD.value UL { - margin: 0; - padding: 0 0 0 1.5em; - list-style-type: square; -} - -.thumbnailCategories LI { list-style: none; } - -.rateButton, .rateButtonSelected, .rateButtonStarFull, .rateButtonStarEmpty { - padding:0; - border:0; -} - -.rateButton, .rateButtonStarFull, .rateButtonStarEmpty { - cursor: pointer; -} - -.rateButtonSelected { - font-weight:bold; - font-size:120%; -} - -.rateButtonStarFull { - background: url('icon/rating-stars.gif') no-repeat scroll; background-position:-16px center; width:16px; -} - -.rateButtonStarEmpty { - background: url('icon/rating-stars.gif') no-repeat scroll; background-position:0 center; width:16px; -} - diff --git a/template/yoga/print.css b/template/yoga/print.css deleted file mode 100644 index 8252f7e44..000000000 --- a/template/yoga/print.css +++ /dev/null @@ -1,14 +0,0 @@ -#menubar, .content .navigationBar, UL.categoryActions, .content DIV.calendarViews, .calendarBar, -#imageToolBar, .navThumb, #addComment { - display: none; -} - -BODY { - margin: 0; - color: #000000; - background: #ffffff; -} - -.content { - margin: 0; -} diff --git a/template/yoga/rating.js b/template/yoga/rating.js deleted file mode 100644 index 9b8370e93..000000000 --- a/template/yoga/rating.js +++ /dev/null @@ -1,100 +0,0 @@ -var gRatingOptions, gRatingButtons, gUserRating; - -function makeNiceRatingForm(options) -{ - gRatingOptions = options || {}; - var form = document.getElementById('rateForm'); - if (!form) return; //? template changed - - gRatingButtons = form.getElementsByTagName('input'); - gUserRating = ""; - for (var i=0; i<gRatingButtons.length; i++) - { - if ( gRatingButtons[i].type=="button" ) - { - gUserRating = gRatingButtons[i].value; - break; - } - } - - for (var i=0; i<gRatingButtons.length; i++) - { - var rateButton = gRatingButtons[i]; - rateButton.initialRateValue = rateButton.value; // save it as a property - try { rateButton.type = "button"; } catch (e){}// avoid normal submit (use ajax); not working in IE6 - - if (navigator.userAgent.indexOf('AppleWebKit/')==-1 && navigator.userAgent.indexOf('MSIE 8')==-1) rateButton.value = ""; //hide the text IE<8/Opera - breaks safari - with (rateButton.style) - { - textIndent = "-50px"; //hide the text FF - marginLeft = marginRight = 0; - } - - if (i!=gRatingButtons.length-1 && rateButton.nextSibling.nodeType == 3 /*TEXT_NODE*/) - rateButton.parentNode.removeChild(rateButton.nextSibling); - if (i>0 && rateButton.previousSibling.nodeType == 3 /*TEXT_NODE*/) - rateButton.parentNode.removeChild(rateButton.previousSibling); - - if(window.addEventListener){ // Mozilla, Netscape, Firefox - rateButton.addEventListener("click", updateRating, false ); - rateButton.addEventListener("mouseout", resetRatingStarDisplay, false ); - rateButton.addEventListener("mouseover", updateRatingStarDisplayEvt, false ); - } - else if(window.attachEvent) { // IE - rateButton.attachEvent("onclick", updateRating); - rateButton.attachEvent("onmouseout", resetRatingStarDisplay); - rateButton.attachEvent("onmouseover", updateRatingStarDisplayEvt); - } - } - resetRatingStarDisplay(); -} - -function resetRatingStarDisplay() -{ - updateRatingStarDisplay( gUserRating ); -} - -function updateRatingStarDisplay(userRating) -{ - for (var i=0; i<gRatingButtons.length; i++) - gRatingButtons[i].className = (userRating!=="" && userRating>=gRatingButtons[i].initialRateValue ) ? "rateButtonStarFull" : "rateButtonStarEmpty"; -} - -function updateRatingStarDisplayEvt(e) -{ - updateRatingStarDisplay( - e.target ? e.target.initialRateValue : e.srcElement.initialRateValue); -} - -function updateRating(e) -{ - var rateButton = e.target || e.srcElement; - if (rateButton.initialRateValue == gUserRating) - return false; //nothing to do - - for (var i=0; i<gRatingButtons.length; i++) gRatingButtons[i].disabled=true; - var y = new PwgWS(gRatingOptions.rootUrl); - y.callService( - "pwg.images.rate", {image_id: gRatingOptions.image_id, rate: rateButton.initialRateValue } , - { - onFailure: function(num, text) { - alert(num + " " + text); - document.location = rateButton.form.action + "&rate="+rateButton.initialRateValue; - }, - onSuccess: function(result) { - gUserRating = rateButton.initialRateValue; - for (var i=0; i<gRatingButtons.length; i++) gRatingButtons[i].disabled=false; - if (gRatingOptions.updateRateElement) gRatingOptions.updateRateElement.innerHTML = gRatingOptions.updateRateText; - if (gRatingOptions.ratingSummaryElement) - { - var t = gRatingOptions.ratingSummaryText; - var args =[result.average, result.count, result.stdev], idx = 0, rexp = new RegExp( /%\.?\d*[sdf]/ ); - _xxx = t.match( rexp ); - while (idx<args.length) t=t.replace(rexp, args[idx++]); - gRatingOptions.ratingSummaryElement.innerHTML = t; - } - } - } - ); - return false; -}
\ No newline at end of file diff --git a/template/yoga/theme/Sylvia/icon/add_tag.png b/template/yoga/theme/Sylvia/icon/add_tag.png Binary files differdeleted file mode 100644 index 66042aadf..000000000 --- a/template/yoga/theme/Sylvia/icon/add_tag.png +++ /dev/null diff --git a/template/yoga/theme/Sylvia/icon/caddie_add.png b/template/yoga/theme/Sylvia/icon/caddie_add.png Binary files differdeleted file mode 100644 index 14dfc5684..000000000 --- a/template/yoga/theme/Sylvia/icon/caddie_add.png +++ /dev/null diff --git a/template/yoga/theme/Sylvia/icon/calendar.png b/template/yoga/theme/Sylvia/icon/calendar.png Binary files differdeleted file mode 100644 index 0044c1e93..000000000 --- a/template/yoga/theme/Sylvia/icon/calendar.png +++ /dev/null diff --git a/template/yoga/theme/Sylvia/icon/calendar_created.png b/template/yoga/theme/Sylvia/icon/calendar_created.png Binary files differdeleted file mode 100644 index 607fc0a4a..000000000 --- a/template/yoga/theme/Sylvia/icon/calendar_created.png +++ /dev/null diff --git a/template/yoga/theme/Sylvia/icon/category_edit.png b/template/yoga/theme/Sylvia/icon/category_edit.png Binary files differdeleted file mode 100644 index 3ace19daf..000000000 --- a/template/yoga/theme/Sylvia/icon/category_edit.png +++ /dev/null diff --git a/template/yoga/theme/Sylvia/icon/datepicker.png b/template/yoga/theme/Sylvia/icon/datepicker.png Binary files differdeleted file mode 100644 index 3d0e015f6..000000000 --- a/template/yoga/theme/Sylvia/icon/datepicker.png +++ /dev/null diff --git a/template/yoga/theme/Sylvia/icon/dec_period.png b/template/yoga/theme/Sylvia/icon/dec_period.png Binary files differdeleted file mode 100644 index 6a9d2bfa7..000000000 --- a/template/yoga/theme/Sylvia/icon/dec_period.png +++ /dev/null diff --git a/template/yoga/theme/Sylvia/icon/dec_period_unactive.png b/template/yoga/theme/Sylvia/icon/dec_period_unactive.png Binary files differdeleted file mode 100644 index 5cb58ba8e..000000000 --- a/template/yoga/theme/Sylvia/icon/dec_period_unactive.png +++ /dev/null diff --git a/template/yoga/theme/Sylvia/icon/del_favorite.png b/template/yoga/theme/Sylvia/icon/del_favorite.png Binary files differdeleted file mode 100644 index bea4720cf..000000000 --- a/template/yoga/theme/Sylvia/icon/del_favorite.png +++ /dev/null diff --git a/template/yoga/theme/Sylvia/icon/delete.png b/template/yoga/theme/Sylvia/icon/delete.png Binary files differdeleted file mode 100644 index 285e53e19..000000000 --- a/template/yoga/theme/Sylvia/icon/delete.png +++ /dev/null diff --git a/template/yoga/theme/Sylvia/icon/edit.png b/template/yoga/theme/Sylvia/icon/edit.png Binary files differdeleted file mode 100644 index 9c755cda1..000000000 --- a/template/yoga/theme/Sylvia/icon/edit.png +++ /dev/null diff --git a/template/yoga/theme/Sylvia/icon/errors.png b/template/yoga/theme/Sylvia/icon/errors.png Binary files differdeleted file mode 100644 index e26d8c6e5..000000000 --- a/template/yoga/theme/Sylvia/icon/errors.png +++ /dev/null diff --git a/template/yoga/theme/Sylvia/icon/exit.png b/template/yoga/theme/Sylvia/icon/exit.png Binary files differdeleted file mode 100644 index 685cc44b5..000000000 --- a/template/yoga/theme/Sylvia/icon/exit.png +++ /dev/null diff --git a/template/yoga/theme/Sylvia/icon/favorite.png b/template/yoga/theme/Sylvia/icon/favorite.png Binary files differdeleted file mode 100644 index 2caa31687..000000000 --- a/template/yoga/theme/Sylvia/icon/favorite.png +++ /dev/null diff --git a/template/yoga/theme/Sylvia/icon/first.png b/template/yoga/theme/Sylvia/icon/first.png Binary files differdeleted file mode 100644 index de15054a1..000000000 --- a/template/yoga/theme/Sylvia/icon/first.png +++ /dev/null diff --git a/template/yoga/theme/Sylvia/icon/first_unactive.png b/template/yoga/theme/Sylvia/icon/first_unactive.png Binary files differdeleted file mode 100644 index 2eca53a3c..000000000 --- a/template/yoga/theme/Sylvia/icon/first_unactive.png +++ /dev/null diff --git a/template/yoga/theme/Sylvia/icon/flat.png b/template/yoga/theme/Sylvia/icon/flat.png Binary files differdeleted file mode 100644 index 291156950..000000000 --- a/template/yoga/theme/Sylvia/icon/flat.png +++ /dev/null diff --git a/template/yoga/theme/Sylvia/icon/help.png b/template/yoga/theme/Sylvia/icon/help.png Binary files differdeleted file mode 100644 index cd1d20919..000000000 --- a/template/yoga/theme/Sylvia/icon/help.png +++ /dev/null diff --git a/template/yoga/theme/Sylvia/icon/home.png b/template/yoga/theme/Sylvia/icon/home.png Binary files differdeleted file mode 100644 index 81b6bddb7..000000000 --- a/template/yoga/theme/Sylvia/icon/home.png +++ /dev/null diff --git a/template/yoga/theme/Sylvia/icon/inc_period.png b/template/yoga/theme/Sylvia/icon/inc_period.png Binary files differdeleted file mode 100644 index 72860d6db..000000000 --- a/template/yoga/theme/Sylvia/icon/inc_period.png +++ /dev/null diff --git a/template/yoga/theme/Sylvia/icon/inc_period_unactive.png b/template/yoga/theme/Sylvia/icon/inc_period_unactive.png Binary files differdeleted file mode 100644 index f28f986c2..000000000 --- a/template/yoga/theme/Sylvia/icon/inc_period_unactive.png +++ /dev/null diff --git a/template/yoga/theme/Sylvia/icon/index.php b/template/yoga/theme/Sylvia/icon/index.php deleted file mode 100644 index 871b52b6a..000000000 --- a/template/yoga/theme/Sylvia/icon/index.php +++ /dev/null @@ -1,30 +0,0 @@ -<?php -// +-----------------------------------------------------------------------+ -// | Piwigo - a PHP based picture gallery | -// +-----------------------------------------------------------------------+ -// | Copyright(C) 2008-2009 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 differdeleted file mode 100644 index 00695cb8f..000000000 --- a/template/yoga/theme/Sylvia/icon/infos.png +++ /dev/null diff --git a/template/yoga/theme/Sylvia/icon/last.png b/template/yoga/theme/Sylvia/icon/last.png Binary files differdeleted file mode 100644 index 89ec3f8da..000000000 --- a/template/yoga/theme/Sylvia/icon/last.png +++ /dev/null diff --git a/template/yoga/theme/Sylvia/icon/last_unactive.png b/template/yoga/theme/Sylvia/icon/last_unactive.png Binary files differdeleted file mode 100644 index 76f47f5b0..000000000 --- a/template/yoga/theme/Sylvia/icon/last_unactive.png +++ /dev/null diff --git a/template/yoga/theme/Sylvia/icon/left.png b/template/yoga/theme/Sylvia/icon/left.png Binary files differdeleted file mode 100644 index 2d2ff0b08..000000000 --- a/template/yoga/theme/Sylvia/icon/left.png +++ /dev/null diff --git a/template/yoga/theme/Sylvia/icon/left_unactive.png b/template/yoga/theme/Sylvia/icon/left_unactive.png Binary files differdeleted file mode 100644 index 0b5abd707..000000000 --- a/template/yoga/theme/Sylvia/icon/left_unactive.png +++ /dev/null diff --git a/template/yoga/theme/Sylvia/icon/lost_password.png b/template/yoga/theme/Sylvia/icon/lost_password.png Binary files differdeleted file mode 100644 index 012ba4b28..000000000 --- a/template/yoga/theme/Sylvia/icon/lost_password.png +++ /dev/null diff --git a/template/yoga/theme/Sylvia/icon/metadata.png b/template/yoga/theme/Sylvia/icon/metadata.png Binary files differdeleted file mode 100644 index 25da864c3..000000000 --- a/template/yoga/theme/Sylvia/icon/metadata.png +++ /dev/null diff --git a/template/yoga/theme/Sylvia/icon/metadata_grey.png b/template/yoga/theme/Sylvia/icon/metadata_grey.png Binary files differdeleted file mode 100644 index 9463f1980..000000000 --- a/template/yoga/theme/Sylvia/icon/metadata_grey.png +++ /dev/null diff --git a/template/yoga/theme/Sylvia/icon/mimetypes/avi.png b/template/yoga/theme/Sylvia/icon/mimetypes/avi.png Binary files differdeleted file mode 100644 index b5dde0869..000000000 --- a/template/yoga/theme/Sylvia/icon/mimetypes/avi.png +++ /dev/null diff --git a/template/yoga/theme/Sylvia/icon/mimetypes/index.php b/template/yoga/theme/Sylvia/icon/mimetypes/index.php deleted file mode 100644 index 871b52b6a..000000000 --- a/template/yoga/theme/Sylvia/icon/mimetypes/index.php +++ /dev/null @@ -1,30 +0,0 @@ -<?php -// +-----------------------------------------------------------------------+ -// | Piwigo - a PHP based picture gallery | -// +-----------------------------------------------------------------------+ -// | Copyright(C) 2008-2009 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 differdeleted file mode 100644 index cb1288596..000000000 --- a/template/yoga/theme/Sylvia/icon/mimetypes/mp3.png +++ /dev/null diff --git a/template/yoga/theme/Sylvia/icon/mimetypes/mpg.png b/template/yoga/theme/Sylvia/icon/mimetypes/mpg.png Binary files differdeleted file mode 100644 index 4dc09c28b..000000000 --- a/template/yoga/theme/Sylvia/icon/mimetypes/mpg.png +++ /dev/null diff --git a/template/yoga/theme/Sylvia/icon/mimetypes/ogg.png b/template/yoga/theme/Sylvia/icon/mimetypes/ogg.png Binary files differdeleted file mode 100644 index 978b235f9..000000000 --- a/template/yoga/theme/Sylvia/icon/mimetypes/ogg.png +++ /dev/null diff --git a/template/yoga/theme/Sylvia/icon/mimetypes/zip.png b/template/yoga/theme/Sylvia/icon/mimetypes/zip.png Binary files differdeleted file mode 100644 index 7d76f9a60..000000000 --- a/template/yoga/theme/Sylvia/icon/mimetypes/zip.png +++ /dev/null diff --git a/template/yoga/theme/Sylvia/icon/normal_mode.png b/template/yoga/theme/Sylvia/icon/normal_mode.png Binary files differdeleted file mode 100644 index a141c5523..000000000 --- a/template/yoga/theme/Sylvia/icon/normal_mode.png +++ /dev/null diff --git a/template/yoga/theme/Sylvia/icon/note.png b/template/yoga/theme/Sylvia/icon/note.png Binary files differdeleted file mode 100644 index 9ef1af537..000000000 --- a/template/yoga/theme/Sylvia/icon/note.png +++ /dev/null diff --git a/template/yoga/theme/Sylvia/icon/pause.png b/template/yoga/theme/Sylvia/icon/pause.png Binary files differdeleted file mode 100644 index 2bb742f24..000000000 --- a/template/yoga/theme/Sylvia/icon/pause.png +++ /dev/null diff --git a/template/yoga/theme/Sylvia/icon/pause_selected.png b/template/yoga/theme/Sylvia/icon/pause_selected.png Binary files differdeleted file mode 100644 index 2bb742f24..000000000 --- a/template/yoga/theme/Sylvia/icon/pause_selected.png +++ /dev/null diff --git a/template/yoga/theme/Sylvia/icon/pause_unactive.png b/template/yoga/theme/Sylvia/icon/pause_unactive.png Binary files differdeleted file mode 100644 index c756d2aa3..000000000 --- a/template/yoga/theme/Sylvia/icon/pause_unactive.png +++ /dev/null diff --git a/template/yoga/theme/Sylvia/icon/play.png b/template/yoga/theme/Sylvia/icon/play.png Binary files differdeleted file mode 100644 index be1b8eeb6..000000000 --- a/template/yoga/theme/Sylvia/icon/play.png +++ /dev/null diff --git a/template/yoga/theme/Sylvia/icon/preferences.png b/template/yoga/theme/Sylvia/icon/preferences.png Binary files differdeleted file mode 100644 index 8634b5159..000000000 --- a/template/yoga/theme/Sylvia/icon/preferences.png +++ /dev/null diff --git a/template/yoga/theme/Sylvia/icon/rating-stars.gif b/template/yoga/theme/Sylvia/icon/rating-stars.gif Binary files differdeleted file mode 100644 index 4059e0329..000000000 --- a/template/yoga/theme/Sylvia/icon/rating-stars.gif +++ /dev/null diff --git a/template/yoga/theme/Sylvia/icon/rating-stars.png b/template/yoga/theme/Sylvia/icon/rating-stars.png Binary files differdeleted file mode 100644 index dba59ef00..000000000 --- a/template/yoga/theme/Sylvia/icon/rating-stars.png +++ /dev/null diff --git a/template/yoga/theme/Sylvia/icon/recent.png b/template/yoga/theme/Sylvia/icon/recent.png Binary files differdeleted file mode 100644 index 75567d689..000000000 --- a/template/yoga/theme/Sylvia/icon/recent.png +++ /dev/null diff --git a/template/yoga/theme/Sylvia/icon/recent_by_child.png b/template/yoga/theme/Sylvia/icon/recent_by_child.png Binary files differdeleted file mode 100644 index faf5c4d5c..000000000 --- a/template/yoga/theme/Sylvia/icon/recent_by_child.png +++ /dev/null diff --git a/template/yoga/theme/Sylvia/icon/recent_s.png b/template/yoga/theme/Sylvia/icon/recent_s.png Binary files differdeleted file mode 100644 index 90b190523..000000000 --- a/template/yoga/theme/Sylvia/icon/recent_s.png +++ /dev/null diff --git a/template/yoga/theme/Sylvia/icon/recent_s_by_child.png b/template/yoga/theme/Sylvia/icon/recent_s_by_child.png Binary files differdeleted file mode 100644 index 842a513c4..000000000 --- a/template/yoga/theme/Sylvia/icon/recent_s_by_child.png +++ /dev/null diff --git a/template/yoga/theme/Sylvia/icon/register.png b/template/yoga/theme/Sylvia/icon/register.png Binary files differdeleted file mode 100644 index 677c7b9e9..000000000 --- a/template/yoga/theme/Sylvia/icon/register.png +++ /dev/null diff --git a/template/yoga/theme/Sylvia/icon/remove_s.png b/template/yoga/theme/Sylvia/icon/remove_s.png Binary files differdeleted file mode 100644 index 012efc1ad..000000000 --- a/template/yoga/theme/Sylvia/icon/remove_s.png +++ /dev/null diff --git a/template/yoga/theme/Sylvia/icon/representative.png b/template/yoga/theme/Sylvia/icon/representative.png Binary files differdeleted file mode 100644 index 02a914da1..000000000 --- a/template/yoga/theme/Sylvia/icon/representative.png +++ /dev/null diff --git a/template/yoga/theme/Sylvia/icon/right.png b/template/yoga/theme/Sylvia/icon/right.png Binary files differdeleted file mode 100644 index 6ede2ff93..000000000 --- a/template/yoga/theme/Sylvia/icon/right.png +++ /dev/null diff --git a/template/yoga/theme/Sylvia/icon/right_unactive.png b/template/yoga/theme/Sylvia/icon/right_unactive.png Binary files differdeleted file mode 100644 index 483cd7989..000000000 --- a/template/yoga/theme/Sylvia/icon/right_unactive.png +++ /dev/null diff --git a/template/yoga/theme/Sylvia/icon/save.png b/template/yoga/theme/Sylvia/icon/save.png Binary files differdeleted file mode 100644 index 56515f42e..000000000 --- a/template/yoga/theme/Sylvia/icon/save.png +++ /dev/null diff --git a/template/yoga/theme/Sylvia/icon/save_selected.png b/template/yoga/theme/Sylvia/icon/save_selected.png Binary files differdeleted file mode 100644 index 24aeee308..000000000 --- a/template/yoga/theme/Sylvia/icon/save_selected.png +++ /dev/null diff --git a/template/yoga/theme/Sylvia/icon/search_rules.png b/template/yoga/theme/Sylvia/icon/search_rules.png Binary files differdeleted file mode 100644 index cc23092a0..000000000 --- a/template/yoga/theme/Sylvia/icon/search_rules.png +++ /dev/null diff --git a/template/yoga/theme/Sylvia/icon/slideshow.png b/template/yoga/theme/Sylvia/icon/slideshow.png Binary files differdeleted file mode 100644 index 9263fdcbc..000000000 --- a/template/yoga/theme/Sylvia/icon/slideshow.png +++ /dev/null diff --git a/template/yoga/theme/Sylvia/icon/slideshow_selected.png b/template/yoga/theme/Sylvia/icon/slideshow_selected.png Binary files differdeleted file mode 100644 index 1ab04e0d4..000000000 --- a/template/yoga/theme/Sylvia/icon/slideshow_selected.png +++ /dev/null diff --git a/template/yoga/theme/Sylvia/icon/start_filter.png b/template/yoga/theme/Sylvia/icon/start_filter.png Binary files differdeleted file mode 100644 index f8611cd83..000000000 --- a/template/yoga/theme/Sylvia/icon/start_filter.png +++ /dev/null diff --git a/template/yoga/theme/Sylvia/icon/start_repeat.png b/template/yoga/theme/Sylvia/icon/start_repeat.png Binary files differdeleted file mode 100644 index fc58db189..000000000 --- a/template/yoga/theme/Sylvia/icon/start_repeat.png +++ /dev/null diff --git a/template/yoga/theme/Sylvia/icon/start_repeat_grey.png b/template/yoga/theme/Sylvia/icon/start_repeat_grey.png Binary files differdeleted file mode 100644 index d135b913d..000000000 --- a/template/yoga/theme/Sylvia/icon/start_repeat_grey.png +++ /dev/null diff --git a/template/yoga/theme/Sylvia/icon/start_slideshow.png b/template/yoga/theme/Sylvia/icon/start_slideshow.png Binary files differdeleted file mode 100644 index 1ab04e0d4..000000000 --- a/template/yoga/theme/Sylvia/icon/start_slideshow.png +++ /dev/null diff --git a/template/yoga/theme/Sylvia/icon/stop_filter.png b/template/yoga/theme/Sylvia/icon/stop_filter.png Binary files differdeleted file mode 100644 index 145e64cc8..000000000 --- a/template/yoga/theme/Sylvia/icon/stop_filter.png +++ /dev/null diff --git a/template/yoga/theme/Sylvia/icon/stop_repeat.png b/template/yoga/theme/Sylvia/icon/stop_repeat.png Binary files differdeleted file mode 100644 index f91f44843..000000000 --- a/template/yoga/theme/Sylvia/icon/stop_repeat.png +++ /dev/null diff --git a/template/yoga/theme/Sylvia/icon/stop_repeat_pink.png b/template/yoga/theme/Sylvia/icon/stop_repeat_pink.png Binary files differdeleted file mode 100644 index 9c71c7d06..000000000 --- a/template/yoga/theme/Sylvia/icon/stop_repeat_pink.png +++ /dev/null diff --git a/template/yoga/theme/Sylvia/icon/stop_selected.png b/template/yoga/theme/Sylvia/icon/stop_selected.png Binary files differdeleted file mode 100644 index 3262bbfeb..000000000 --- a/template/yoga/theme/Sylvia/icon/stop_selected.png +++ /dev/null diff --git a/template/yoga/theme/Sylvia/icon/stop_slideshow.png b/template/yoga/theme/Sylvia/icon/stop_slideshow.png Binary files differdeleted file mode 100644 index b76c73be7..000000000 --- a/template/yoga/theme/Sylvia/icon/stop_slideshow.png +++ /dev/null diff --git a/template/yoga/theme/Sylvia/icon/stop_unactive.png b/template/yoga/theme/Sylvia/icon/stop_unactive.png Binary files differdeleted file mode 100644 index 99dccf926..000000000 --- a/template/yoga/theme/Sylvia/icon/stop_unactive.png +++ /dev/null diff --git a/template/yoga/theme/Sylvia/icon/tag_cloud.png b/template/yoga/theme/Sylvia/icon/tag_cloud.png Binary files differdeleted file mode 100644 index 988e5415a..000000000 --- a/template/yoga/theme/Sylvia/icon/tag_cloud.png +++ /dev/null diff --git a/template/yoga/theme/Sylvia/icon/tag_cloud_grey.png b/template/yoga/theme/Sylvia/icon/tag_cloud_grey.png Binary files differdeleted file mode 100644 index 90e32bc60..000000000 --- a/template/yoga/theme/Sylvia/icon/tag_cloud_grey.png +++ /dev/null diff --git a/template/yoga/theme/Sylvia/icon/tag_letters.png b/template/yoga/theme/Sylvia/icon/tag_letters.png Binary files differdeleted file mode 100644 index eaab2ff4a..000000000 --- a/template/yoga/theme/Sylvia/icon/tag_letters.png +++ /dev/null diff --git a/template/yoga/theme/Sylvia/icon/tag_letters_grey.png b/template/yoga/theme/Sylvia/icon/tag_letters_grey.png Binary files differdeleted file mode 100644 index 9ec2fcfd4..000000000 --- a/template/yoga/theme/Sylvia/icon/tag_letters_grey.png +++ /dev/null diff --git a/template/yoga/theme/Sylvia/icon/tag_letters_pink.png b/template/yoga/theme/Sylvia/icon/tag_letters_pink.png Binary files differdeleted file mode 100644 index 21d5faba9..000000000 --- a/template/yoga/theme/Sylvia/icon/tag_letters_pink.png +++ /dev/null diff --git a/template/yoga/theme/Sylvia/icon/up.png b/template/yoga/theme/Sylvia/icon/up.png Binary files differdeleted file mode 100644 index c997af2f5..000000000 --- a/template/yoga/theme/Sylvia/icon/up.png +++ /dev/null diff --git a/template/yoga/theme/Sylvia/icon/validate_s.png b/template/yoga/theme/Sylvia/icon/validate_s.png Binary files differdeleted file mode 100644 index adea3d580..000000000 --- a/template/yoga/theme/Sylvia/icon/validate_s.png +++ /dev/null diff --git a/template/yoga/theme/Sylvia/images/bottom-left-bg.jpg b/template/yoga/theme/Sylvia/images/bottom-left-bg.jpg Binary files differdeleted file mode 100644 index 3d8a5eed2..000000000 --- a/template/yoga/theme/Sylvia/images/bottom-left-bg.jpg +++ /dev/null diff --git a/template/yoga/theme/Sylvia/images/cat_bottom-left.gif b/template/yoga/theme/Sylvia/images/cat_bottom-left.gif Binary files differdeleted file mode 100644 index 2a042897d..000000000 --- a/template/yoga/theme/Sylvia/images/cat_bottom-left.gif +++ /dev/null diff --git a/template/yoga/theme/Sylvia/images/cat_bottom-right.gif b/template/yoga/theme/Sylvia/images/cat_bottom-right.gif Binary files differdeleted file mode 100644 index 901f31d52..000000000 --- a/template/yoga/theme/Sylvia/images/cat_bottom-right.gif +++ /dev/null diff --git a/template/yoga/theme/Sylvia/images/cat_top-left.gif b/template/yoga/theme/Sylvia/images/cat_top-left.gif Binary files differdeleted file mode 100644 index 1ea57346e..000000000 --- a/template/yoga/theme/Sylvia/images/cat_top-left.gif +++ /dev/null diff --git a/template/yoga/theme/Sylvia/images/cat_top-right.gif b/template/yoga/theme/Sylvia/images/cat_top-right.gif Binary files differdeleted file mode 100644 index 7eb5c491e..000000000 --- a/template/yoga/theme/Sylvia/images/cat_top-right.gif +++ /dev/null diff --git a/template/yoga/theme/Sylvia/images/fillet.gif b/template/yoga/theme/Sylvia/images/fillet.gif Binary files differdeleted file mode 100644 index 6da64117b..000000000 --- a/template/yoga/theme/Sylvia/images/fillet.gif +++ /dev/null diff --git a/template/yoga/theme/Sylvia/images/header_msgs-bg.gif b/template/yoga/theme/Sylvia/images/header_msgs-bg.gif Binary files differdeleted file mode 100644 index 0879e1b79..000000000 --- a/template/yoga/theme/Sylvia/images/header_msgs-bg.gif +++ /dev/null diff --git a/template/yoga/theme/Sylvia/images/menuBox_bottom.gif b/template/yoga/theme/Sylvia/images/menuBox_bottom.gif Binary files differdeleted file mode 100644 index 72c91b117..000000000 --- a/template/yoga/theme/Sylvia/images/menuBox_bottom.gif +++ /dev/null diff --git a/template/yoga/theme/Sylvia/images/menuBox_sides.gif b/template/yoga/theme/Sylvia/images/menuBox_sides.gif Binary files differdeleted file mode 100644 index 853772da3..000000000 --- a/template/yoga/theme/Sylvia/images/menuBox_sides.gif +++ /dev/null diff --git a/template/yoga/theme/Sylvia/images/menuBox_top.gif b/template/yoga/theme/Sylvia/images/menuBox_top.gif Binary files differdeleted file mode 100644 index 3c80b3cf9..000000000 --- a/template/yoga/theme/Sylvia/images/menuBox_top.gif +++ /dev/null diff --git a/template/yoga/theme/Sylvia/images/menuId_bottom.gif b/template/yoga/theme/Sylvia/images/menuId_bottom.gif Binary files differdeleted file mode 100644 index e6d1faa1d..000000000 --- a/template/yoga/theme/Sylvia/images/menuId_bottom.gif +++ /dev/null diff --git a/template/yoga/theme/Sylvia/images/menuId_sides.gif b/template/yoga/theme/Sylvia/images/menuId_sides.gif Binary files differdeleted file mode 100644 index 68923cba2..000000000 --- a/template/yoga/theme/Sylvia/images/menuId_sides.gif +++ /dev/null diff --git a/template/yoga/theme/Sylvia/images/menuId_top.gif b/template/yoga/theme/Sylvia/images/menuId_top.gif Binary files differdeleted file mode 100644 index 5243a4097..000000000 --- a/template/yoga/theme/Sylvia/images/menuId_top.gif +++ /dev/null diff --git a/template/yoga/theme/Sylvia/images/top-left-bg.jpg b/template/yoga/theme/Sylvia/images/top-left-bg.jpg Binary files differdeleted file mode 100644 index 98aa1d6a5..000000000 --- a/template/yoga/theme/Sylvia/images/top-left-bg.jpg +++ /dev/null diff --git a/template/yoga/theme/Sylvia/images/transparent.gif b/template/yoga/theme/Sylvia/images/transparent.gif Binary files differdeleted file mode 100644 index 2fb4189a1..000000000 --- a/template/yoga/theme/Sylvia/images/transparent.gif +++ /dev/null diff --git a/template/yoga/theme/Sylvia/index.php b/template/yoga/theme/Sylvia/index.php deleted file mode 100644 index 871b52b6a..000000000 --- a/template/yoga/theme/Sylvia/index.php +++ /dev/null @@ -1,30 +0,0 @@ -<?php -// +-----------------------------------------------------------------------+ -// | Piwigo - a PHP based picture gallery | -// +-----------------------------------------------------------------------+ -// | Copyright(C) 2008-2009 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/mail-css.tpl b/template/yoga/theme/Sylvia/mail-css.tpl deleted file mode 100644 index 9924ab4a7..000000000 --- a/template/yoga/theme/Sylvia/mail-css.tpl +++ /dev/null @@ -1,15 +0,0 @@ -/* Theme Sylvia mail css */ - -body {ldelim} background-color:#111; color:#666;} -#the_page {ldelim} } -#content {ldelim} } -#copyright {ldelim} background: transparent url({$ROOT_URL}template/{$themeconf.template}/mail/text/html/images/footer-bg.jpg) no-repeat scroll left bottom; -min-height: 220px; height: 220px; width: 100%; min-width: 100%; padding: 10px 100px 30px 100px; } -h2 {ldelim} color:#f70;background: transparent url({$ROOT_URL}template/{$themeconf.template}/theme/{$themeconf.theme}/images/fillet.gif) repeat-x scroll left bottom; padding-bottom: 5px;} -img {ldelim} margin: 16px; border: 16px solid #444; -moz-border-radius: 4px; border-radius: 4px 4px; } -img:hover {ldelim} padding: 15px; border: 0; background-color:#222;-moz-border-radius: 4px; border-radius: 4px 4px; } -a {ldelim} color: #f70; background-color: transparent; border:0; text-decoration: none;} -a:hover {ldelim} color: #F33; border-bottom: 1px solid #FF3363;} -a.thumblnk:hover {ldelim} border:0;} -a.Piwigo {ldelim} font-family: verdana, arial, helvetica, sans-serif; color : #F33; text-decoration: none; border: 0; } -a.Piwigo:hover {ldelim} border-bottom: 1px solid #FF3363; }
\ No newline at end of file diff --git a/template/yoga/theme/Sylvia/theme-ie.css b/template/yoga/theme/Sylvia/theme-ie.css deleted file mode 100644 index e92e5b34d..000000000 --- a/template/yoga/theme/Sylvia/theme-ie.css +++ /dev/null @@ -1,12 +0,0 @@ -#content .thumbnailCategory div.description .text { - scrollbar-face-color:#222; - scrollbar-shadow-color:#444; - scrollbar-highlight-color:#000; - scrollbar-darkshadow-color:#333; - scrollbar-track-color:#111; - scrollbar-arrow-color:#f70; -} - -#debug { word-wrap:break-word; } -/* IE6... Hacks: */ -/*\*/ * html #menubar #mbIdentification .button { margin-right:25px; } /* */
\ No newline at end of file diff --git a/template/yoga/theme/Sylvia/theme.css b/template/yoga/theme/Sylvia/theme.css deleted file mode 100644 index b4182391e..000000000 --- a/template/yoga/theme/Sylvia/theme.css +++ /dev/null @@ -1,429 +0,0 @@ -.content div.thumbnailCategory div.illustration { - width:165px !important; /* Usable range 162px-360px , optimal : Thumbnail width + 40px */ -} -#comments div.thumbnailCategory div.illustration { - width:220px !important; /* Usable range 219px-360px , optimal : Thumbnail width + 95px */ -} -#comments .thumbnailCategories hr {display:none;} -#comments form.filter input[type="submit"] { margin-top:1.8em; } -/* Sylvia Theme is close to the Roma Admin theme */ -BODY, H1, H3, DT, INPUT.rateButtonSelected, H2, #menubar DT { - color:#666; -} -#imageHeaderBar, #imageToolBar A:hover { - background-color: transparent; -} -BODY { - background:#111 url(images/bottom-left-bg.jpg) no-repeat fixed left bottom; - margin:0; - min-height: 100%; - height: 100%; - padding:0; -} -#the_page { - background:transparent url(images/top-left-bg.jpg) no-repeat scroll left top; - left:0; - margin:0; - padding:0; - position:absolute; - top:0; - z-index:0; - width: 100%; - min-width: 100%; -} -#theHeader { - min-height:110px; - height:110px; -} -#mbIdentification p, .totalImages { - color:#333; -} -.header_msgs { - background:transparent url(images/header_msgs-bg.gif) repeat scroll left top; - border:0; - color:#333; - font-size:24px; - left:0; - margin:0; - padding:10px 0 6px 0; - position:absolute; - text-align:center; - top:0; - width:100%; - z-index:99; -} -.header_notes { - background:transparent url(images/header_msgs-bg.gif) repeat scroll left top; - border:0 none; - color:#333; - font-size:16px; - margin:0; - padding:0; - position:absolute; - top:0; - width:100%; - z-index:99; -} -#menubar DL { - background:transparent url(images/menuBox_top.gif) no-repeat scroll left top; - margin:0 0 5px 40px; - padding:0; - width: 231px; - min-width: 231px; - border: 0; - min-height: 32px; - overflow-x: hidden; -} -#imageHeaderBar H2 { - border: 0; -} -#menubar DT { - background-color:#111; - border:0; - display:inline; - margin-left:8px; - text-align:left; -} -#menubar DD { - background:transparent url(images/menuBox_bottom.gif) no-repeat scroll left bottom; - margin:14px 0 0 0; - padding:0 0 22px; - width: 231px; - min-width: 231px; - border: 0; - overflow-x: hidden; -} -#menubar DD P { - background:transparent url(images/menuBox_sides.gif) repeat-y scroll left bottom; - padding: 2px 16px 0; - margin: 0; -} -#menubar UL, #menubar #mbCategories p, #menubar .illustration { - background:transparent url(images/menuBox_sides.gif) repeat-y scroll left bottom; - margin:0; -} -#menubar DT A { - font-size: 100%; -} -#menubar UL { - color:#333; - font-size: 16px; - line-height: 15px; -} -#menubar LI { - padding-left: 12px; -} -#menubar LI UL { - background: transparent url(images/transparent.gif); -} -#menubar A, .menuInfoCat { - font-size: 13px; -} -#menubar form { - background:transparent url(images/menuBox_sides.gif) repeat-y scroll left bottom; - margin:0; -} -#menubar DL#mbIdentification { - background:transparent url(images/menuId_top.gif) no-repeat scroll left top !important; -} -#menubar #mbIdentification DD { - background:transparent url(images/menuId_bottom.gif) no-repeat scroll left bottom; -} -#menubar #mbIdentification UL, #menubar #mbIdentification p, #menubar #mbIdentification .illustration { - background:transparent url(images/menuId_sides.gif) repeat-y scroll left bottom; -} -#menubar #mbIdentification form { - background:transparent url(images/menuId_sides.gif) repeat-y scroll left bottom; -} -#menubar #mbIdentification .actions, #menubar #mbIdentification form p { - background:transparent none repeat-y scroll left bottom; -} -#menubar #mbIdentification p { - padding: 2px 16px 0; - margin: 0; -} -#menubar p { - padding: 16px 16px 0; -} -#menubar .button { - position:relative; - right:9px; - top:16px; - height:16px; - width:16px; -} -#menubar #mbIdentification .button { - height:24px; - width:24px; - right:0px; - top:-40px; -} -#menubar #mbIdentification fieldset { - border:0; - margin:0 24px 0 23px; -} -#menubar #mbIdentification legend { - display: none; -} -#menubar #menuTagCloud { - margin: 0; - padding: 0 8px 0 16px; -} - -.content { - background:#222 url(images/fillet.gif) repeat-x scroll left top; - min-height:466px; -} - -.content { - border: 1px solid #000; - border-top: 0; - margin:21px 7px 0 290px; - padding-top:7px; -} -.content h2 { - margin:0; - padding:0px 10px 15px 15px; - border:0; -} -#menubar form { - background:transparent url(images/menuBox_sides.gif) repeat-y scroll left bottom; - margin:0; -} -.content ul.thumbnailCategories li { - background:#222 url(images/cat_bottom-right.gif) no-repeat scroll right bottom; - width:49%; - margin: 0; - padding:0; -} -.content div.thumbnailCategory { - background:transparent url(images/cat_bottom-left.gif) no-repeat scroll left bottom; - padding: 0; - margin:0; -} -.content .thumbnailCategory div.illustration { - background:transparent url(images/cat_top-left.gif) no-repeat scroll left top; - padding: 0 0 0 10px; - margin: 0 !important; -} -.content .thumbnailCategory div.illustration a { - display: block; - margin: 0; - padding:20px 0 0 8px; -} -.content .thumbnailCategory div.description { - background:transparent url(images/cat_top-right.gif) no-repeat scroll right top; - margin: 0; - padding:15px 10px 3px 0; - overflow-x: hidden !important; -} -.content .thumbnailCategory div.description .text { - display:block; - margin:10px 2px 0 0; - overflow: auto; - overflow-x:hidden; - padding:0 0 5px; -} -.content div.thumbnailCategory div.description p.dates { - margin: 0 15px 0 15px; - text-align: right; -} -.content .thumbnailCategory div.description H3 { - display: block; -} -.content ul.thumbnailCategories li:hover { - background-color:#111; -} -.content .navigationBar { - color:#666; -} -.infos { - color:#f70; - border:0; - background-color: transparent; - margin-left:125px; - padding:5px 0px 0pt 10pt; - min-height: 48px; - text-align:left; -} -.infos li, .errors li { - list-style-type:none; -} -.errors { - color:#f33; - border:0; - background: transparent url(icon/errors.png) no-repeat scroll right top; - margin-left:125px; - padding:5px 0px 0pt 10pt; - min-height: 48px; - text-align:left; - font-weight:bold; -} -#menubar #menuTagCloud { - background:transparent url(images/menuBox_sides.gif) repeat-y scroll left bottom; - margin:0; - padding: 0 12px; -} -H2 { - border-bottom: 1px solid #000000; -} -#qsearchInput { - color:#999; -} -FIELDSET, INPUT, SELECT, TEXTAREA { - border: 1px solid #666; -} -input[type="text"], input[type="password"], input[type="button"], input[type="submit"], input[type="reset"], input[type="file"] { - background-color:#444; - color:#999; -} /* stupid Line but needed due to inpact on other themes and deadline of Piwigo 2.0 */ -input[type="file"] { - background-color:#222; - border: 1px solid #666; -} -INPUT, select, textarea { - color:#999; - background-color:#444; -} -input[type="radio"], input[type="checkbox"], input[type="button"].rateButtonStarEmpty, input[type="button"].rateButtonStarFull { - background-color: transparent; -} -#qsearchInput:focus, input:focus, select:focus, textarea:focus, input.focus, form .focus { - background-color:#444; - color:#999; -} -.content UL.thumbnails SPAN.wrap2 { - border: 1px solid #666; /* thumbnails border color and style */ - border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */ -} -.content UL.thumbnails SPAN.wrap2:hover { - color:#666; - background-color:#111; - border:1px solid #ff3363; /* thumbnails border color when mouse cursor is over it */ -} -#comments ul.actions li, #comments ul.actions li:hover { - background:transparent none; - padding: 0 22px; - clear:both; - list-style-type:none; -} -span.calItem { - border:1px solid #666; - margin:0 5px; - padding:2px 5px 0 8px; -} -span.calItemEmpty, td.calDayCellEmpty, td.calDayCellFull { - border:1px solid #666; -} -A, INPUT.rateButton { - color:#f70; - border-width: 0; -} -A:hover, A:active { - color:#f33; - border-bottom: 1px solid #FF3363; - cursor: pointer; -} -a.external { - color:#FF3363; - border:0; - text-decoration: none; -} -a.external:hover { - color:#FF7700; - border:0; -} -a.Piwigo { - font-family: verdana, arial, helvetica, sans-serif !important; - font-size: 11px; font-weight: normal; letter-spacing: 0; - color : #F33; text-decoration: none; border: 0; } -a.Piwigo:hover span.Piwigo { - border-bottom: 1px solid #FF3363; -} -#theImage A, .illustration A, A.navThumb, A.navThumb { - border-bottom-width: 0; -} -#imageToolBar { - padding:0 7%; -} -#imageHeaderBar .imageNumber { - margin-right:7%; -} -#imageHeaderBar .browsePath { - margin-left:7%; -} -*, *:focus, *:active, input:active, a:active, input:focus, a:focus { - outline: none; -} -#debug { - margin: 15px 15px 5px 248px; - font-size:12px; - clear: both; -} -.rateButtonStarFull, .rateButtonStarEmpty { - background-image: url('icon/rating-stars.gif'); -} -#menubar #mbIdentification fieldset div input[type="text"] { - margin: 0 0 3px; - width: 174px; - display: inline; -} -input[type="button"], input[type="submit"], input[type="reset"] { - color:#ff3363; - background-color:#222; - border-color:#ff3363; -} -input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover { - color:#999; - border-color:#666; -} -.titrePage img.button[alt="x"] { margin: 0 3px 3px; } - -#thePicturePage .thumbnailCategory { - padding: 15px 2px 6px 12px; - border: 1px solid #666; -} -#thePicturePage .thumbnailCategory .date, #thePicturePage .thumbnailCategory .author { - font-weight:bold; -} -#thePicturePage .thumbnailCategories { - padding-left: 12px; - padding-right: 12px; -} -#thePicturePage .odd { - background-color: #222; - border-top:0 !important; -} -#addComment fieldset { - color: #f70; - border-color: #f70; -} -#addComment fieldset label { - color: #666; -} -#theCommentsPage .content ul.thumbnailCategories li, -#theCommentsPage .content div.thumbnailCategory , -#theCommentsPage .content div.thumbnailCategory div.description, -#theCommentsPage .content .thumbnailCategory div.illustration { - background-image: none; -} -#theCommentsPage .content div.thumbnailCategory { - padding: 15px 2px 6px 12px; - border: 1px solid #666; -} -#theCommentsPage .content .odd { - background-color: #222; - border-top:0 !important; -} -#theCommentsPage .content .even { - background-color: #111; -} -#theCommentsPage .content ul.thumbnailCategories li:hover { - background-color: transparent; -} -#theCommentsPage div#comments { - padding: 0 0 5px 10px; -} -tr.tagLine, fieldset.tagLetter, legend.tagLetterLegend { - border-color: #666666; -} diff --git a/template/yoga/theme/Sylvia/themeconf.inc.php b/template/yoga/theme/Sylvia/themeconf.inc.php deleted file mode 100644 index 3c99c66cd..000000000 --- a/template/yoga/theme/Sylvia/themeconf.inc.php +++ /dev/null @@ -1,14 +0,0 @@ -<?php -$themeconf = array( - 'template' => 'yoga', - 'theme' => 'Sylvia', - 'icon_dir' => 'template/yoga/theme/Sylvia/icon', - 'admin_icon_dir' => 'template/yoga/icon/admin', - 'mime_icon_dir' => 'template/yoga/theme/Sylvia/icon/mimetypes/', - 'local_head' => ' -<!--[if IE]> - <link rel="stylesheet" href="template/yoga/theme/Sylvia/theme-ie.css" type="text/css"> -<![endif]--> - ', -); -?> diff --git a/template/yoga/theme/clear/index.php b/template/yoga/theme/clear/index.php deleted file mode 100644 index 871b52b6a..000000000 --- a/template/yoga/theme/clear/index.php +++ /dev/null @@ -1,30 +0,0 @@ -<?php -// +-----------------------------------------------------------------------+ -// | Piwigo - a PHP based picture gallery | -// +-----------------------------------------------------------------------+ -// | Copyright(C) 2008-2009 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/clear/mail-css.tpl b/template/yoga/theme/clear/mail-css.tpl deleted file mode 100644 index 298926540..000000000 --- a/template/yoga/theme/clear/mail-css.tpl +++ /dev/null @@ -1,12 +0,0 @@ -/* Theme clear mail css */ - -body {ldelim} background-color:#fff; color:#696969;} -#the_page {ldelim} background: #fff url({$ROOT_URL}template/{$themeconf.template}/mail/text/html/images/mailbody-bg.png) repeat-y scroll left top;} -#content {ldelim} background: transparent url({$ROOT_URL}template/{$themeconf.template}/mail/text/html/images/header-bg.png) no-repeat scroll left top;} -#copyright {ldelim} background: transparent url({$ROOT_URL}template/{$themeconf.template}/mail/text/html/images/footer-bg.png) no-repeat scroll left bottom; -color: #333;} -h2 {ldelim} background-color: #ddd;} -img {ldelim} margin: 16px; border: 16px solid #aaa; -moz-border-radius: 4px; border-radius: 4px 4px; } -img:hover {ldelim} padding: 15px; border: 1px solid yellow;background-color:#faebd7; -moz-border-radius: 4px; border-radius: 4px 4px; } -a {ldelim} color: #369; background: transparent; } -a:hover {ldelim} color: #ddd; } diff --git a/template/yoga/theme/clear/theme.css b/template/yoga/theme/clear/theme.css deleted file mode 100644 index c407e95de..000000000 --- a/template/yoga/theme/clear/theme.css +++ /dev/null @@ -1,77 +0,0 @@ - -/* text color */ -BODY, H1, H2, H3, DT, -INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ { - color:#696969; /* dimgray */ -} - -/* backgrounds */ -BODY, H3 { - background-color: #ffffff; /* white */ -} - -H2, #menubar DT, #imageHeaderBar, #imageToolBar A:hover { - background-color: #d3d3d3; -} - -#menubar DL, .content, #imageToolBar, .header_notes { - background-color: #eeeeee; -} - -/* borders */ -#menubar DL, .content, #imageToolBar { - border: 1px solid #d3d3d3; -} - -#theImage IMG { - border: 3px solid #d3d3d3; -} - -.content UL.thumbnail IMG { - border: 1px solid #a0a0a0; -} - -FIELDSET, INPUT, SELECT, TEXTAREA, -.content DIV.thumbnailCategory { - border: 1px solid gray; -} - -.content UL.thumbnails SPAN.wrap2 { - border: 1px solid #aaaaaa; /* thumbnails border color and style */ - border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */ -} - -.content UL.thumbnails SPAN.wrap2:hover, -.content UL.thumbnailCategories DIV.thumbnailCategory:hover, -.content UL.thumbnailCategories DIV.thumbnailCategory:hover A { - background-color: #faebd7; - border-color: yellow; /* thumbnails border color when mouse cursor is over it */ - color: black; -} - -/* links */ -A, INPUT.rateButton { - color: #005e89; - background: transparent; -} - -A:hover, INPUT.rateButton:hover { - color: #858460; -} - -#imageToolBar A, #imageToolBar A:hover { - border-bottom: none; -} - -A.navThumb, A.navThumb:hover { - border-bottom: none; -} - -/*calendar elements*/ -SPAN.calItem, SPAN.calItemEmpty -{ - border: 1px solid silver; -} - -#qsearchInput { color: #d3d3d3; } -#qsearchInput:focus { color: #005e89; }
\ No newline at end of file diff --git a/template/yoga/theme/clear/themeconf.inc.php b/template/yoga/theme/clear/themeconf.inc.php deleted file mode 100644 index 4858b7b50..000000000 --- a/template/yoga/theme/clear/themeconf.inc.php +++ /dev/null @@ -1,10 +0,0 @@ -<?php -$themeconf = array( - 'template' => 'yoga', - 'theme' => 'clear', - 'icon_dir' => 'template/yoga/icon', - 'admin_icon_dir' => 'template/yoga/icon/admin', - 'mime_icon_dir' => 'template/yoga/icon/mimetypes/', - 'local_head' => '', -); -?> diff --git a/template/yoga/theme/dark/images/index.php b/template/yoga/theme/dark/images/index.php deleted file mode 100644 index 871b52b6a..000000000 --- a/template/yoga/theme/dark/images/index.php +++ /dev/null @@ -1,30 +0,0 @@ -<?php -// +-----------------------------------------------------------------------+ -// | Piwigo - a PHP based picture gallery | -// +-----------------------------------------------------------------------+ -// | Copyright(C) 2008-2009 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/dark/images/tableh1_bg.png b/template/yoga/theme/dark/images/tableh1_bg.png Binary files differdeleted file mode 100644 index c7785d0f6..000000000 --- a/template/yoga/theme/dark/images/tableh1_bg.png +++ /dev/null diff --git a/template/yoga/theme/dark/images/tableh2_bg.png b/template/yoga/theme/dark/images/tableh2_bg.png Binary files differdeleted file mode 100644 index d8c29f93d..000000000 --- a/template/yoga/theme/dark/images/tableh2_bg.png +++ /dev/null diff --git a/template/yoga/theme/dark/index.php b/template/yoga/theme/dark/index.php deleted file mode 100644 index 871b52b6a..000000000 --- a/template/yoga/theme/dark/index.php +++ /dev/null @@ -1,30 +0,0 @@ -<?php -// +-----------------------------------------------------------------------+ -// | Piwigo - a PHP based picture gallery | -// +-----------------------------------------------------------------------+ -// | Copyright(C) 2008-2009 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/dark/mail-css.tpl b/template/yoga/theme/dark/mail-css.tpl deleted file mode 100644 index a3dce91a8..000000000 --- a/template/yoga/theme/dark/mail-css.tpl +++ /dev/null @@ -1,12 +0,0 @@ -/* Theme dark mail css */ - -body {ldelim} background-color:#444; color:#fff;} -#the_page {ldelim} background: #444 url({$ROOT_URL}template/{$themeconf.template}/mail/text/html/images/mailbody-bg.png) repeat-y scroll left top;} -#content {ldelim} background: transparent url({$ROOT_URL}template/{$themeconf.template}/mail/text/html/images/header-bg.png) no-repeat scroll left top;} -#copyright {ldelim} background: transparent url({$ROOT_URL}template/{$themeconf.template}/mail/text/html/images/footer-bg.png) no-repeat scroll left bottom; -color: #69c;} -h2 {ldelim} background-color: #333;color:#fff48e;background-image: url({$ROOT_URL}template/{$themeconf.template}/theme/{$themeconf.theme}/images/tableh1_bg.png);} -img {ldelim} margin: 16px; border: 16px solid #111; -moz-border-radius: 4px; border-radius: 4px 4px; } -img:hover {ldelim} padding: 15px; border: 1px solid yellow;background-color:#444;-moz-border-radius: 4px; border-radius: 4px 4px; } -a {ldelim} color: #fff48e; background: transparent;border-bottom:1px dotted #005e89; } -a:hover {ldelim} color: #fff48e;} diff --git a/template/yoga/theme/dark/theme.css b/template/yoga/theme/dark/theme.css deleted file mode 100644 index eea9562cb..000000000 --- a/template/yoga/theme/dark/theme.css +++ /dev/null @@ -1,76 +0,0 @@ - -/* text color */ -BODY, H1, H3, -INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ { - color:#d0d0d0; -} - -H2, #menubar DT { - color: #fff48e; -} - - -/* backgrounds */ - -BODY, H3, #imageHeaderBar, #imageToolBar A:hover { - background-color: #2f2f2f; -} - -#menubar DL, .content, #imageToolBar, .header_notes { - background-color: #505050; -} - -H2, #menubar DT { - background-image: url(images/tableh1_bg.png); -} - -#imageHeaderBar H2 { - background-image: none; - background-color: transparent; - border: none; -} - -#imageHeaderBar { - background-image: url(images/tableh2_bg.png); - background-repeat: repeat-x; - background-position: center; - border-top: 1px solid #000; -} - -/* borders */ -#menubar DL, .content{ - border: 1px solid #000; -} - -H2, #menubar DT, #imageToolBar { - border-bottom: 1px solid #000; -} - -FIELDSET, INPUT, SELECT, TEXTAREA, -.content DIV.thumbnailCategory { - border: 1px solid gray; -} - -.content UL.thumbnails SPAN.wrap2 { - border: 1px solid #aaaaaa; /* thumbnails border color and style */ - border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */ -} - -.content UL.thumbnails SPAN.wrap2:hover, -.content UL.thumbnailCategories DIV.thumbnailCategory:hover, -.content UL.thumbnailCategories DIV.thumbnailCategory:hover A { - background-color: #faebd7; - border-color: yellow; /* thumbnails border color when mouse cursor is over it */ - color: black; -} - - -/* links */ -A, INPUT.rateButton { - color: #fff; - border: none; -} - -A:hover { - color: #FFF48E; -}
\ No newline at end of file diff --git a/template/yoga/theme/dark/themeconf.inc.php b/template/yoga/theme/dark/themeconf.inc.php deleted file mode 100644 index d59843ba8..000000000 --- a/template/yoga/theme/dark/themeconf.inc.php +++ /dev/null @@ -1,10 +0,0 @@ -<?php -$themeconf = array( - 'template' => 'yoga', - 'theme' => 'dark', - 'icon_dir' => 'template/yoga/icon', - 'admin_icon_dir' => 'template/yoga/icon/admin', - 'mime_icon_dir' => 'template/yoga/icon/mimetypes/', - 'local_head' => '', -); -?> diff --git a/template/yoga/theme/index.php b/template/yoga/theme/index.php deleted file mode 100644 index 871b52b6a..000000000 --- a/template/yoga/theme/index.php +++ /dev/null @@ -1,30 +0,0 @@ -<?php -// +-----------------------------------------------------------------------+ -// | Piwigo - a PHP based picture gallery | -// +-----------------------------------------------------------------------+ -// | Copyright(C) 2008-2009 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/p0w0/images/button-bg.png b/template/yoga/theme/p0w0/images/button-bg.png Binary files differdeleted file mode 100644 index 1ea3b3bd0..000000000 --- a/template/yoga/theme/p0w0/images/button-bg.png +++ /dev/null diff --git a/template/yoga/theme/p0w0/images/index.php b/template/yoga/theme/p0w0/images/index.php deleted file mode 100644 index 871b52b6a..000000000 --- a/template/yoga/theme/p0w0/images/index.php +++ /dev/null @@ -1,30 +0,0 @@ -<?php -// +-----------------------------------------------------------------------+ -// | Piwigo - a PHP based picture gallery | -// +-----------------------------------------------------------------------+ -// | Copyright(C) 2008-2009 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/p0w0/index.php b/template/yoga/theme/p0w0/index.php deleted file mode 100644 index 871b52b6a..000000000 --- a/template/yoga/theme/p0w0/index.php +++ /dev/null @@ -1,30 +0,0 @@ -<?php -// +-----------------------------------------------------------------------+ -// | Piwigo - a PHP based picture gallery | -// +-----------------------------------------------------------------------+ -// | Copyright(C) 2008-2009 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/p0w0/mail-css.tpl b/template/yoga/theme/p0w0/mail-css.tpl deleted file mode 100644 index d1e27460a..000000000 --- a/template/yoga/theme/p0w0/mail-css.tpl +++ /dev/null @@ -1,11 +0,0 @@ -/* Theme p0w0 mail css */ - -body {ldelim} background-color:#cde; color:#369;} -#the_page {ldelim} background: #cde url({$ROOT_URL}template/{$themeconf.template}/mail/text/html/images/mailbody-bg.png) repeat-y scroll left top;} -#content {ldelim} background: transparent url({$ROOT_URL}template/{$themeconf.template}/mail/text/html/images/header-bg.png) no-repeat scroll left top;} -#copyright {ldelim} background: transparent url({$ROOT_URL}template/{$themeconf.template}/mail/text/html/images/footer-bg.png) no-repeat scroll left bottom; -color: #69c;} -h2 {ldelim} color:#fff;background: #369 url({$ROOT_URL}template/{$themeconf.template}/theme/{$themeconf.theme}/images/button-bg.png);} -img {ldelim} margin:16px;padding:15px;border:1px solid #69c;background-color:#eef;-moz-border-radius:4px; border-radius:4px 4px; } -img:hover {ldelim} border: 1px solid #c60; -moz-border-radius:4px; border-radius:4px 4px; } -a {ldelim} color: #f92; background: transparent; } diff --git a/template/yoga/theme/p0w0/theme.css b/template/yoga/theme/p0w0/theme.css deleted file mode 100644 index 06f922082..000000000 --- a/template/yoga/theme/p0w0/theme.css +++ /dev/null @@ -1,247 +0,0 @@ - -/** - * Color scheme (Remember #6699cc = #69c) - * #000000 #336699 #4477aa #6699cc (Black -> Blues) - * #cc6600 #ff9933 (Oranges) - * #cccccc - * #ccddee #dfe8ff #eeeeff #ffffff (Light colors -> White) - * */ -/** - * Logic - * - Texts - * - Backgrounds - * - Borders, Margins, Padding - * - Visibility / Display - */ - -/******************************************************************************/ -/* Texts Only */ -BODY, H1, H3, DT, H2 { color: #369; } -H2, #menubar DT, TD H3 { - color: #fff; -} -#menubar DT, #menubar DT A { - color: #fff; - font-weight: bold; -} -.content .titrePage .categoryActions li { color: #cde;} -#menubar DT A:hover { - color: #f92; - font-weight: bold; -} -h1 { font-weight: bold; letter-spacing: 0.2em; } -#mbIdentification dd p, -#menubar .selected A { color: #c60; font-weight: bold; } -#copyright { color: #c60; } -.content .pageNumberSelected, -A, INPUT.rateButton, legend { color: #369; } -A:hover { color: #f92; } -INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ { - color:#69c; -} -.infoTable, -input#qsearchInput { color: #369; } -.content .infos { color: #036; } -.content .errors { color: #900; } -.content .titrePage H2 A { color: #dfe8ff; } -input.rateButtonSelected, -.content .titrePage H2 A:hover { color: #f92; } -.content H2 { - letter-spacing: 0.01em; - text-indent: 1em; - font-weight: normal; -} -.content ul.thumbnailCategories li div.thumbnailCategory .description h3, -.content h3 { text-align: center; } -.browsePath, .imageNumber, -#imageHeaderBar H2, -.browsePath A { - color: #eef; - font-weight: bold; -} -.browsePath A:hover { color: #fff; } -.content H2:before, .browsePath:before, .imageNumber:before, -#imageHeaderBar H2:before, -.content H2:after, .browsePath:after, .imageNumber:after, -#imageHeaderBar H2:after { - content: " "; - color: #fff; - font-family: sans-serif; - font-weight: normal; - letter-spacing: 0em; -} -#thePicturePage #comments H3 { - color: #69c; -} -.content ul.thumbnailCategories li div.thumbnailCategory .description p { - color: #c60; -} -.content ul.thumbnailCategories li div.thumbnailCategory .description p + p { - color: #369; -} -.content div.thumbnailCategory .description h3 a { - color: #fff; -} -.content div.thumbnailCategory .description h3 a:hover { - color: #f92; -} - - -/******************************************************************************/ -/* Backgrounds Only */ -BODY { background: #cde; } -.header_notes, -#thePicturePage #the_page, -#thePicturePage #theImage, -.content { background-color: #dfe8ff; } -#the_page { background-color: #dfe8ff; } -#menubar, H3, #imageHeaderBar { background-color: #eef; } -H2, #menubar DT, TD H3, -#imageToolBar, -#imageHeaderBar, #imageHeaderBar H2, -.content H2 { background-color: #369; } -.content .infos { background-color: #47a; ;} -.content .errors { background-color: #fc5; ;} -#thePicturePage #comments H3 { background-color: #eef; ;} -.content ul.thumbnailCategories li div.thumbnailCategory .description h3 { - background-color: #69c; -} -.content ul.thumbnailCategories li div.thumbnailCategory, -.content UL.thumbnails SPAN.wrap2 { background-color: #eef; } -.content ul.thumbnailCategories li div.thumbnailCategory:hover, -#theImage IMG, .navThumb IMG, -.content UL.thumbnails SPAN.wrap2:hover { background-color: #fff; } -.content UL.thumbnails SPAN.wrap2:active img { - outline: 3px ridge #f92; -} -input#qsearchInput { background-color: #cde; } -/******************************************************************************/ -/* Borders, Margins, Padding Only */ -BODY { margin: 0px; padding: 0px; } -#menubar { - margin : 0px 0px 0px 8px; - border: 0px; - text-decoration: none; - border: 1px solid #369; -} -A { border: 0px; text-decoration: none; } -A:hover { text-decoration: none; border: 0px; } -.content { - border: 1px solid #369; - padding: 0px; -} -#menubar DT, .content H2 { - background-image: url(images/button-bg.png); - border: 0px; - margin-bottom: 3px; -} -.content ul.thumbnailCategories li div.thumbnailCategory .description h3 { - background-image: url(images/button-bg.png); - border-width: 1px; - border-style: outset; - border-color: #369; -} -.content ul.thumbnailCategories li div.thumbnailCategory .description h3:active -{ - background: #69c; - border: 1px inset #369; -} -.content .errors { border-color: #f92; } -#imageHeaderBar H2 { border: 0px; } -#thePicturePage #imageToolBar { padding: 0px 25px 5px 25px; } -#thePicturePage #theImage { - margin: 0px; - padding: 3px 0px 15px 0px; -} -#thePicturePage #comments H3 { - border-top: 2px solid #69c; - border-bottom: 1px solid #369; -} -H2, #imageToolBar { - border-bottom: 1px solid #fff; -} -.navThumb IMG { border: 1px solid #c60; padding: 1px; opacity: 0.8; } -.navThumb:hover IMG { border: 1px solid #f92; padding: 1px; opacity: 1; } -#theImage IMG { - border: 3px solid #369; - margin: 2px auto; - padding: 1px; - box-shadow: 0.2em 0.2em #ccc; -} -.content UL.thumbnail IMG { - border: 1px solid #666; -} -.illustration A { - border: 0px; -} -FIELDSET, INPUT, SELECT, TEXTAREA, -.content DIV.thumbnailCategory { - border: 1px solid #69c; - background-color: #dfe8ff; - margin: 3px; -} -.content DIV.thumbnailCategory:hover { - border: 1px solid #f92; -} -.content UL.thumbnails SPAN.wrap2 { - border: 1px solid #69c; /* thumbnails border color and style */ - border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */ -} -.content UL.thumbnails SPAN.wrap2:hover { - border-color: #f92; /* thumbnails border color when mouse cursor is over it */ -} -A.navThumb, A.navThumb:hover, -#imageToolBar A, #imageToolBar A:hover { - border-bottom: none; -} -#the_page { - border: 0px; - padding: 5px 0px 30px 0px; - margin: 0px; -} - -/******************************************************************************/ -/* Display, Visibility, buttons and others */ -label { cursor:pointer } -.zero { display: none } - -input[type="text"], input[type="password"], input.button, -input.submit, input.reset, input.file, -select, textarea { - color: #369; - border: 1px solid #369; - background-color: #eeeeff; -} -input.submit[type="reset"]:focus, -input.submit:focus { - background-color: #369; -} -input.submit[type="reset"], -input.submit { - background-image: url(images/button-bg.png); - height:22px; - font-weight: bold; - color: #fff; - border-width: 1px; - border-style: outset; - border-color: #369; - padding-left: 2em; - padding-right: 2em; -} -input.submit[type="reset"]:active, -input.submit:active { - background: #69c; - height:22px; - border: 1px inset #369; -} -#addComment fieldset input.submit[type="submit"] { - height: 38px; - padding-left: 4em; - padding-right: 4em; -} -#menubar .menuInfoCat, #menubar .menuInfoCatByChild { - font-size: 80%; - font-style: normal; -} -* { outline: none; } - diff --git a/template/yoga/theme/p0w0/themeconf.inc.php b/template/yoga/theme/p0w0/themeconf.inc.php deleted file mode 100644 index 063a60bc8..000000000 --- a/template/yoga/theme/p0w0/themeconf.inc.php +++ /dev/null @@ -1,10 +0,0 @@ -<?php -$themeconf = array( - 'template' => 'yoga', - 'theme' => 'p0w0', - 'icon_dir' => 'template/yoga/icon', - 'admin_icon_dir' => 'template/yoga/icon/admin', - 'mime_icon_dir' => 'template/yoga/icon/mimetypes/', - 'local_head' => '', -); -?> diff --git a/template/yoga/theme/wipi/images/index.php b/template/yoga/theme/wipi/images/index.php deleted file mode 100644 index 871b52b6a..000000000 --- a/template/yoga/theme/wipi/images/index.php +++ /dev/null @@ -1,30 +0,0 @@ -<?php -// +-----------------------------------------------------------------------+ -// | Piwigo - a PHP based picture gallery | -// +-----------------------------------------------------------------------+ -// | Copyright(C) 2008-2009 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/wipi/images/tableh1_bg.png b/template/yoga/theme/wipi/images/tableh1_bg.png Binary files differdeleted file mode 100644 index 8163e23bf..000000000 --- a/template/yoga/theme/wipi/images/tableh1_bg.png +++ /dev/null diff --git a/template/yoga/theme/wipi/images/tableh2_bg.png b/template/yoga/theme/wipi/images/tableh2_bg.png Binary files differdeleted file mode 100644 index be06ee428..000000000 --- a/template/yoga/theme/wipi/images/tableh2_bg.png +++ /dev/null diff --git a/template/yoga/theme/wipi/index.php b/template/yoga/theme/wipi/index.php deleted file mode 100644 index 871b52b6a..000000000 --- a/template/yoga/theme/wipi/index.php +++ /dev/null @@ -1,30 +0,0 @@ -<?php -// +-----------------------------------------------------------------------+ -// | Piwigo - a PHP based picture gallery | -// +-----------------------------------------------------------------------+ -// | Copyright(C) 2008-2009 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/wipi/mail-css.tpl b/template/yoga/theme/wipi/mail-css.tpl deleted file mode 100644 index a99f13c5a..000000000 --- a/template/yoga/theme/wipi/mail-css.tpl +++ /dev/null @@ -1,18 +0,0 @@ -/* Theme wipi mail css */ - -body {ldelim} background-color:#111; color:#69c;} -#the_page {ldelim} background: #111 url({$ROOT_URL}template/{$themeconf.template}/mail/text/html/images/mailbody-bg.png) repeat-y scroll left top;} -#content {ldelim} background: transparent url({$ROOT_URL}template/{$themeconf.template}/mail/text/html/images/header-bg.png) no-repeat scroll left top;} -#copyright {ldelim} background: transparent url({$ROOT_URL}template/{$themeconf.template}/mail/text/html/images/footer-bg.png) no-repeat scroll left bottom; -color: #69c;} -h2 {ldelim} background-color: #222;color:#eee;background-image: url({$ROOT_URL}template/{$themeconf.template}/theme/{$themeconf.theme}/images/tableh1_bg.png);} -img {ldelim} margin: 16px; padding:15px;border:1px solid #eee; -moz-border-radius: 4px; border-radius: 4px 4px; } -img:hover {ldelim} border:1px solid #69c; -moz-border-radius: 4px; border-radius: 4px 4px; } -a {ldelim} color: #69c; background: transparent; } -a:hover {ldelim} color: #f92; } -a.PWG {ldelim} border: 0px; } -a.PWG .P {ldelim} color : #f92; } -a.PWG .W {ldelim} color : #aaa; } -a.PWG .G {ldelim} color : #69c; } -a.PWG:hover .P {ldelim} color : #69c; } -a.PWG:hover .G {ldelim} color : #f92; } diff --git a/template/yoga/theme/wipi/theme.css b/template/yoga/theme/wipi/theme.css deleted file mode 100644 index 670d3a57d..000000000 --- a/template/yoga/theme/wipi/theme.css +++ /dev/null @@ -1,273 +0,0 @@ - -/* text color */ -BODY, H1, H3, DT, -INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ { - color:#e0e0e0; -} -#menubar { - margin : 0px; - background-color: transparent; - border: 0px; -} -H2 { - color: #eee; -} -#menubar DT, #menubar DT A { - color: #eee; - font-weight: lighter; -} -#menubar DT A:hover { - color: #69c; - font-weight: lighter; -} -#menubar .selected A { - color: #eee; -} -#menubar .selected A:hover { - color: #f92; -} -#menubar DT:before { - content: "__\\_ "; - color: #f92; -} -#menubar DT:after { - content: " _/__"; - color: #69c; -} -#menubar .button { - margin: 0 2px 0px 8px; - width: auto; - padding: 0; - text-indent: 0; - list-style: none; - text-align: center; - float: left; -} -.content .pageNumberSelected { - color: #f92; -} -.content .infos { - background-color: #69c; - color: #036; -} -.content .errors { - background-color: #fc5; - border-color: #f92; - color: #900; -} -/* backgrounds */ -BODY { - background: #111; - margin: 0px; - padding: 0px; -} -H3, #imageToolBar A:hover { - background-color: #222; -} - -#imageHeaderBar { - background-color: #111; -} -#imageToolBar, .header_notes { - background-color: #333; -} -A { - border-color: #69c; -} -A:hover { - border-color: #f92; -} -.content { - background-color: #181818; - border: 1px solid #eee; - padding: 5px; -} - -H2, #menubar DT, TD H3 { - background-image: url(images/tableh1_bg.png); - background-repeat: repeat-x; -} -.content H2 { - background: none; - border: 0px; - letter-spacing: -0.05em; - text-indent: 1em; - text-transform: uppercase; - font-weight: lighter; - margin-bottom: 20px; -} -.content ul.thumbnailCategories li div.thumbnailCategory .description h3, -.content h3 { text-align: center; } -.content ul.thumbnailCategories li div.thumbnailCategory .description p { - color: #f92; text-indent: 0em; -} -.content ul.thumbnailCategories li div.thumbnailCategory .description p + p { - color: #fff; -} -.browsePath A { - color: #eee; -} -.content H2:before, .browsePath:before, .imageNumber:before, -#imageHeaderBar H2:before { - content: "____\\_ "; - color: #69c; - font-family: Times, Zapf-Chancery, Cottonwood, Helvetica; - letter-spacing: 0em; -} -.content H2:after, .browsePath:after, .imageNumber:after, -#imageHeaderBar H2:after { - content: " _/____"; - color: #f92; - font-family: Times, Zapf-Chancery, Cottonwood, Helvetica; - letter-spacing: 0em; -} -#imageHeaderBar H2 { - background-image: none; - background-color: transparent; - border: none; -} -#thePicturePage #the_page { - background-color: #111; -} -#thePicturePage #imageHeaderBar { - background-image: url(images/tableh2_bg.png); - background-repeat: repeat-x; -} -#thePicturePage #imageToolBar { - background-color: #111; - border-bottom: 2px solid #69c; -} -#thePicturePage #theImage { - background-color: #111; - margin: 0px; - padding: 3px 0px 15px 0px; -} - -#thePicturePage #comments H3 { - background-image: none; - background-color: #222; - border-top: 2px solid #69c; - border-bottom: 2px solid #69c; - color: #69c; - font-weight: lighter; -} - -/* borders */ -#imageHeaderBar { - border-top: 1px solid #000; - padding: 8px 0px 3px 0px; -} -H2, #imageToolBar { - border-bottom: 1px solid #000; -} - -#theImage IMG { - border: 3px solid #fff; -} - -.content UL.thumbnail IMG { - border: 1px solid #a0a0a0; -} -.illustration A { - border: 0px; -} -FIELDSET, INPUT, SELECT, TEXTAREA, -.content DIV.thumbnailCategory { - border: 1px solid gray; -} -.content DIV.thumbnailCategory { - border: 1px solid #69c; - margin: 8px 4px; -} - -.content UL.thumbnails SPAN.wrap2 { - border: 1px solid #aaaaaa; /* thumbnails border color and style */ - border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */ -} - -.content UL.thumbnails SPAN.wrap2:hover, -.content UL.thumbnailCategories DIV.thumbnailCategory:hover { - background-color: #333; - border-color: #69c; /* thumbnails border color when mouse cursor is over it */ -} - -/* links */ -A, INPUT.rateButton, legend { - color: #69c; -} - -A:hover { - color: #f92; -} - -#imageToolBar A, #imageToolBar A:hover { - border-bottom: none; -} -A.navThumb, A.navThumb:hover { - border-bottom: none; -} -#the_page { - border: 1px dotted #f92; - padding-top: 5px; - padding-bottom:30px; - margin: 2px; -} -#copyright { - color: #69c; -} - -label { - cursor:pointer -} -input#qsearchInput { - color: #58c; - background-color: #222; - border: 1px solid #333; - padding: 1px 3px; -} -.zero { display: none } -.nb-hits { color: #69c; } -.nb-comments { color: #f92; } - -FORM#quickconnect, -FORM#quickconnect FIELDSET, -FORM#quickconnect DIV, -FORM#quickconnect UL.actions, -FORM#quickconnect LABEL { - color: #69c; -} -FORM#quickconnect DIV INPUT, -FORM#quickconnect INPUT[type=text], -FORM#quickconnect INPUT[type=password] { - color: #58c; - background-color: #222; - border: 1px solid #333; -} - -.PWG { - font-family: verdana, arial, helvetica, sans-serif !important; - font-size: 0.9em; - font-weight: normal; - letter-spacing: 0px; -} -a.PWG { border: 0px; } -a.PWG .P { color : #f92; } -a.PWG .W { color : #aaa; } -a.PWG .G { color : #69c; } -a.PWG:hover .P { color : #69c; } -a.PWG:hover .G { color : #f92; } -#menubar DT { - border-top: 1px solid #eef; - border-right: 1px solid #69c; - border-bottom: 1px solid #69c; - border-bottom-right-radius: 12px; - -moz-border-radius-bottomright: 12px; - box-shadow: 5px 5px #69c; -} -.statBar { background-color: #e60; } -#imageToolBar .randomButtons a:hover, -#imageToolBar .navButtons a:hover { background-color: #111; } -#menubar .menuInfoCat, -#menubar .menuInfoCatByChild, -h2.showtitle, #theImage p.showlegend { display: none } -* { outline-width: 0px; } diff --git a/template/yoga/theme/wipi/themeconf.inc.php b/template/yoga/theme/wipi/themeconf.inc.php deleted file mode 100644 index 6644a7590..000000000 --- a/template/yoga/theme/wipi/themeconf.inc.php +++ /dev/null @@ -1,15 +0,0 @@ -<?php -$themeconf = array( - 'template' => 'yoga', - 'theme' => 'wipi', - 'icon_dir' => 'template/yoga/icon', - 'admin_icon_dir' => 'template/yoga/icon/admin', - 'mime_icon_dir' => 'template/yoga/icon/mimetypes/', - 'local_head' => '', -); -if ( !isset($lang['Theme: wipi']) ) -{ - $lang['Theme: wipi'] = 'The site is displayed with wipi theme based ' . - ' on yoga template, a standard template/theme of PhpWebgallery.'; -} -?> diff --git a/template/yoga/thumbnails.css b/template/yoga/thumbnails.css deleted file mode 100644 index 5ed9544c9..000000000 --- a/template/yoga/thumbnails.css +++ /dev/null @@ -1,36 +0,0 @@ - -/* Thumbnails customization */ -.content UL.thumbnails SPAN.thumbLegend { - font-size: 90%; - overflow: hidden;/* oversized legend is clipped */ -} - -/* Thumbnail "elastic" layout */ -.content UL.thumbnails { - margin: 0; - padding: 0; - list-style: none; - text-align: center; /* to center the whole collection in .content */ -} -.content UL.thumbnails LI { display: inline } - -.content UL.thumbnails SPAN.wrap1 { - margin: 0 5px 5px 5px; - display: table-cell; display: inline-table; - display: inline-block;/* Why 3 display option ??? */ - vertical-align: top; /* OK with Opera and IE6 not Geko */ - text-align: center; /* to center the thumbnail and legend in Geko/Opera */ -} -.content UL.thumbnails SPAN.wrap2 { - margin: 0; /* important reset the margins */ - display: table-cell;/* block prevents vertical-align here */ - vertical-align: middle;/* Ok with Opera and Geko not IE6 */ -} -.content UL.thumbnails SPAN.wrap2 A, -.content UL.thumbnails LABEL { - display: block; - border-bottom: none; -} -.content UL.thumbnails IMG { - margin-bottom: -4px; /* why ??? something wrong with Geko and Opera ignored by IE6*/ -} |