diff options
Diffstat (limited to 'themes/Sylvia')
-rw-r--r-- | themes/Sylvia/icon/index.php | 2 | ||||
-rw-r--r-- | themes/Sylvia/icon/mimetypes/index.php | 2 | ||||
-rw-r--r-- | themes/Sylvia/index.php | 2 | ||||
-rw-r--r-- | themes/Sylvia/mail-css.tpl | 13 | ||||
-rw-r--r-- | themes/Sylvia/theme.css | 2 | ||||
-rw-r--r-- | themes/Sylvia/themeconf.inc.php | 2 |
6 files changed, 5 insertions, 18 deletions
diff --git a/themes/Sylvia/icon/index.php b/themes/Sylvia/icon/index.php index 41732f2fd..c8de97f60 100644 --- a/themes/Sylvia/icon/index.php +++ b/themes/Sylvia/icon/index.php @@ -2,7 +2,7 @@ // +-----------------------------------------------------------------------+ // | Piwigo - a PHP based photo gallery | // +-----------------------------------------------------------------------+ -// | Copyright(C) 2008-2013 Piwigo Team http://piwigo.org | +// | Copyright(C) 2008-2014 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 | // +-----------------------------------------------------------------------+ diff --git a/themes/Sylvia/icon/mimetypes/index.php b/themes/Sylvia/icon/mimetypes/index.php index 41732f2fd..c8de97f60 100644 --- a/themes/Sylvia/icon/mimetypes/index.php +++ b/themes/Sylvia/icon/mimetypes/index.php @@ -2,7 +2,7 @@ // +-----------------------------------------------------------------------+ // | Piwigo - a PHP based photo gallery | // +-----------------------------------------------------------------------+ -// | Copyright(C) 2008-2013 Piwigo Team http://piwigo.org | +// | Copyright(C) 2008-2014 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 | // +-----------------------------------------------------------------------+ diff --git a/themes/Sylvia/index.php b/themes/Sylvia/index.php index 41732f2fd..c8de97f60 100644 --- a/themes/Sylvia/index.php +++ b/themes/Sylvia/index.php @@ -2,7 +2,7 @@ // +-----------------------------------------------------------------------+ // | Piwigo - a PHP based photo gallery | // +-----------------------------------------------------------------------+ -// | Copyright(C) 2008-2013 Piwigo Team http://piwigo.org | +// | Copyright(C) 2008-2014 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 | // +-----------------------------------------------------------------------+ diff --git a/themes/Sylvia/mail-css.tpl b/themes/Sylvia/mail-css.tpl deleted file mode 100644 index a579f7a0b..000000000 --- a/themes/Sylvia/mail-css.tpl +++ /dev/null @@ -1,13 +0,0 @@ -/* Theme Sylvia mail css */ - -body {ldelim} background-color:#111; color:#666;} -#copyright {ldelim} background: transparent url({$ROOT_URL}themes/Sylvia/images/bottom-left-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}themes/Sylvia/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/themes/Sylvia/theme.css b/themes/Sylvia/theme.css index b2a7dd485..7abbebe71 100644 --- a/themes/Sylvia/theme.css +++ b/themes/Sylvia/theme.css @@ -318,7 +318,7 @@ margin:0 5px; padding:2px 5px 0 8px; } -.calItemEmpty, td.calDayCellEmpty, td.calDayCellFull { +SPAN.calItem, td.calDayCellEmpty, td.calDayCellFull { border:1px solid #666; } diff --git a/themes/Sylvia/themeconf.inc.php b/themes/Sylvia/themeconf.inc.php index edabbfeb1..1022115cf 100644 --- a/themes/Sylvia/themeconf.inc.php +++ b/themes/Sylvia/themeconf.inc.php @@ -1,7 +1,7 @@ <?php /* Theme Name: Sylvia -Version: 2.5.0 +Version: 2.6.0 Description: Dark background, flora and pink decorations. Theme URI: http://piwigo.org/ext/extension_view.php?eid=368 Author: Piwigo team |