Changeset 923
- Timestamp:
- 03/23/09 12:41:55 (14 years ago)
- Location:
- themes/freshy2
- Files:
-
- 1 added
- 24 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/freshy2/_config.php
r633 r923 1 1 <?php 2 # ***** BEGIN LICENSE BLOCK *****3 # This file is part of DotClear.4 # Copyright (c) 2008 Olivier Meunier and contributors. All rights5 # reserved.2 # -- BEGIN LICENSE BLOCK ---------------------------------- 3 # This file is part of Freshy2, a theme for Dotclear. 4 # Original WP Theme from Julien de Luca 5 # (http://www.jide.fr/francais/) 6 6 # 7 # DotClear is free software; you can redistribute it and/or modify 8 # it under the terms of the GNU General Public License as published by 9 # the Free Software Foundation; either version 2 of the License, or 10 # (at your option) any later version. 7 # Copyright (c) 2008-2009 8 # Bruno Hondelatte dsls@morefnu.org 9 # Pierre Van Glabeke contact@brol.info 11 10 # 12 # DotClear is distributed in the hope that it will be useful, 13 # but WITHOUT ANY WARRANTY; without even the implied warranty of 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 # GNU General Public License for more details. 16 # 17 # You should have received a copy of the GNU General Public License 18 # along with DotClear; if not, write to the Free Software 19 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 # 21 # ***** END LICENSE BLOCK ***** 11 # Licensed under the GPL version 2.0 license. 12 # A copy of this license is available in LICENSE file or at 13 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 14 # -- END LICENSE BLOCK ------------------------------------ 22 15 if (!defined('DC_CONTEXT_ADMIN')) exit; 23 16 -
themes/freshy2/_define.php
r698 r923 1 1 <?php 2 # ***** BEGIN LICENSE BLOCK *****3 # This file is part of DotClear.4 # Copyright (c) 2008 Olivier Meunier and contributors. All rights5 # reserved.2 # -- BEGIN LICENSE BLOCK ---------------------------------- 3 # This file is part of Freshy2, a theme for Dotclear. 4 # Original WP Theme from Julien de Luca 5 # (http://www.jide.fr/francais/) 6 6 # 7 # DotClear is free software; you can redistribute it and/or modify 8 # it under the terms of the GNU General Public License as published by 9 # the Free Software Foundation; either version 2 of the License, or 10 # (at your option) any later version. 7 # Copyright (c) 2008-2009 8 # Bruno Hondelatte dsls@morefnu.org 9 # Pierre Van Glabeke contact@brol.info 11 10 # 12 # DotClear is distributed in the hope that it will be useful, 13 # but WITHOUT ANY WARRANTY; without even the implied warranty of 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 # GNU General Public License for more details. 16 # 17 # You should have received a copy of the GNU General Public License 18 # along with DotClear; if not, write to the Free Software 19 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 # 21 # ***** END LICENSE BLOCK ***** 11 # Licensed under the GPL version 2.0 license. 12 # A copy of this license is available in LICENSE file or at 13 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 14 # -- END LICENSE BLOCK ------------------------------------ 15 22 16 if (!defined('DC_RC_PATH')) { return; } 23 17 … … 25 19 /* Name */ "Freshy v2", 26 20 /* Description*/ "Freshy v2 customizable theme", 27 /* Author */ "Bruno Hondelatte, brol, Original WP Theme from Julien de Luca (http://www.jide.fr/francais/)",21 /* Author */ "Bruno Hondelatte, Pierre Van Glabeke, Julien de Luca (original WP theme)", 28 22 /* Version */ '1.5' 29 23 ); -
themes/freshy2/_public.php
r633 r923 1 1 <?php 2 # -- BEGIN LICENSE BLOCK ---------------------------------- 3 # This file is part of Freshy2, a theme for Dotclear. 4 # Original WP Theme from Julien de Luca 5 # (http://www.jide.fr/francais/) 6 # 7 # Copyright (c) 2008-2009 8 # Bruno Hondelatte dsls@morefnu.org 9 # Pierre Van Glabeke contact@brol.info 10 # 11 # Licensed under the GPL version 2.0 license. 12 # A copy of this license is available in LICENSE file or at 13 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 14 # -- END LICENSE BLOCK ------------------------------------ 2 15 $core->tpl->addValue('Freshy2StyleSheet',array('tplFreshy2Theme','FreshyStyleSheet')); 3 16 $core->tpl->addValue('Freshy2LayoutClass',array('tplFreshy2Theme','FreshyLayoutClass')); -
themes/freshy2/content.css
r633 r923 1 /* 2 # -- BEGIN LICENSE BLOCK ---------------------------------- 3 # This file is part of Freshy2, a theme for Dotclear. 4 # Original WP Theme from Julien de Luca 5 # (http://www.jide.fr/francais/) 6 # 7 # Copyright (c) 2008-2009 8 # Bruno Hondelatte dsls@morefnu.org 9 # Pierre Van Glabeke contact@brol.info 10 # 11 # Licensed under the GPL version 2.0 license. 12 # A copy of this license is available in LICENSE file or at 13 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 14 # -- END LICENSE BLOCK ------------------------------------ 15 */ 1 16 .important { 2 17 background:#ffcdc5; -
themes/freshy2/custom_bloggy.css
r762 r923 1 /* 2 # -- BEGIN LICENSE BLOCK ---------------------------------- 3 # This file is part of Freshy2, a theme for Dotclear. 4 # Original WP Theme from Julien de Luca 5 # (http://www.jide.fr/francais/) 6 # 7 # Copyright (c) 2008-2009 8 # Bruno Hondelatte dsls@morefnu.org 9 # Pierre Van Glabeke contact@brol.info 10 # 11 # Licensed under the GPL version 2.0 license. 12 # A copy of this license is available in LICENSE file or at 13 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 14 # -- END LICENSE BLOCK ------------------------------------ 15 */ 1 16 #frame .sidebar li a:hover { 2 17 /*:Navigation color*/ -
themes/freshy2/custom_business.css
r762 r923 1 /* 2 # -- BEGIN LICENSE BLOCK ---------------------------------- 3 # This file is part of Freshy2, a theme for Dotclear. 4 # Original WP Theme from Julien de Luca 5 # (http://www.jide.fr/francais/) 6 # 7 # Copyright (c) 2008-2009 8 # Bruno Hondelatte dsls@morefnu.org 9 # Pierre Van Glabeke contact@brol.info 10 # 11 # Licensed under the GPL version 2.0 license. 12 # A copy of this license is available in LICENSE file or at 13 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 14 # -- END LICENSE BLOCK ------------------------------------ 15 */ 1 16 #frame .sidebar li a:hover { 2 17 /*:Navigation color*/ -
themes/freshy2/custom_cooking.css
r762 r923 1 /* 2 # -- BEGIN LICENSE BLOCK ---------------------------------- 3 # This file is part of Freshy2, a theme for Dotclear. 4 # Original WP Theme from Julien de Luca 5 # (http://www.jide.fr/francais/) 6 # 7 # Copyright (c) 2008-2009 8 # Bruno Hondelatte dsls@morefnu.org 9 # Pierre Van Glabeke contact@brol.info 10 # 11 # Licensed under the GPL version 2.0 license. 12 # A copy of this license is available in LICENSE file or at 13 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 14 # -- END LICENSE BLOCK ------------------------------------ 15 */ 1 16 #frame .sidebar li a:hover { 2 17 /*:Navigation color*/ -
themes/freshy2/custom_dark_drax.css
r856 r923 1 /* 2 # -- BEGIN LICENSE BLOCK ---------------------------------- 3 # This file is part of Freshy2, a theme for Dotclear. 4 # Original WP Theme from Julien de Luca 5 # (http://www.jide.fr/francais/) 6 # 7 # Copyright (c) 2008-2009 8 # Bruno Hondelatte dsls@morefnu.org 9 # Pierre Van Glabeke contact@brol.info 10 # 11 # Licensed under the GPL version 2.0 license. 12 # A copy of this license is available in LICENSE file or at 13 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 14 # -- END LICENSE BLOCK ------------------------------------ 15 */ 1 16 body { 2 17 /*:Background image*/ -
themes/freshy2/custom_flower_power.css
r762 r923 1 /* 2 # -- BEGIN LICENSE BLOCK ---------------------------------- 3 # This file is part of Freshy2, a theme for Dotclear. 4 # Original WP Theme from Julien de Luca 5 # (http://www.jide.fr/francais/) 6 # 7 # Copyright (c) 2008-2009 8 # Bruno Hondelatte dsls@morefnu.org 9 # Pierre Van Glabeke contact@brol.info 10 # 11 # Licensed under the GPL version 2.0 license. 12 # A copy of this license is available in LICENSE file or at 13 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 14 # -- END LICENSE BLOCK ------------------------------------ 15 */ 1 16 #frame .sidebar li a:hover { 2 17 /*:Navigation color*/ -
themes/freshy2/custom_freshy_1.css
r762 r923 1 /* 2 # -- BEGIN LICENSE BLOCK ---------------------------------- 3 # This file is part of Freshy2, a theme for Dotclear. 4 # Original WP Theme from Julien de Luca 5 # (http://www.jide.fr/francais/) 6 # 7 # Copyright (c) 2008-2009 8 # Bruno Hondelatte dsls@morefnu.org 9 # Pierre Van Glabeke contact@brol.info 10 # 11 # Licensed under the GPL version 2.0 license. 12 # A copy of this license is available in LICENSE file or at 13 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 14 # -- END LICENSE BLOCK ------------------------------------ 15 */ 1 16 #frame .sidebar li a:hover { 2 17 /*:Navigation color*/ -
themes/freshy2/custom_look_my_hard_drive.css
r762 r923 1 /* 2 # -- BEGIN LICENSE BLOCK ---------------------------------- 3 # This file is part of Freshy2, a theme for Dotclear. 4 # Original WP Theme from Julien de Luca 5 # (http://www.jide.fr/francais/) 6 # 7 # Copyright (c) 2008-2009 8 # Bruno Hondelatte dsls@morefnu.org 9 # Pierre Van Glabeke contact@brol.info 10 # 11 # Licensed under the GPL version 2.0 license. 12 # A copy of this license is available in LICENSE file or at 13 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 14 # -- END LICENSE BLOCK ------------------------------------ 15 */ 1 16 #frame .sidebar li a:hover { 2 17 /*:Navigation color*/ -
themes/freshy2/custom_quiet.css
r762 r923 1 /* 2 # -- BEGIN LICENSE BLOCK ---------------------------------- 3 # This file is part of Freshy2, a theme for Dotclear. 4 # Original WP Theme from Julien de Luca 5 # (http://www.jide.fr/francais/) 6 # 7 # Copyright (c) 2008-2009 8 # Bruno Hondelatte dsls@morefnu.org 9 # Pierre Van Glabeke contact@brol.info 10 # 11 # Licensed under the GPL version 2.0 license. 12 # A copy of this license is available in LICENSE file or at 13 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 14 # -- END LICENSE BLOCK ------------------------------------ 15 */ 1 16 #frame .sidebar li a:hover { 2 17 /*:Navigation color*/ -
themes/freshy2/custom_red_is_dead.css
r762 r923 1 /* 2 # -- BEGIN LICENSE BLOCK ---------------------------------- 3 # This file is part of Freshy2, a theme for Dotclear. 4 # Original WP Theme from Julien de Luca 5 # (http://www.jide.fr/francais/) 6 # 7 # Copyright (c) 2008-2009 8 # Bruno Hondelatte dsls@morefnu.org 9 # Pierre Van Glabeke contact@brol.info 10 # 11 # Licensed under the GPL version 2.0 license. 12 # A copy of this license is available in LICENSE file or at 13 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 14 # -- END LICENSE BLOCK ------------------------------------ 15 */ 1 16 #frame .sidebar li a:hover { 2 17 /*:Navigation color*/ -
themes/freshy2/custom_studio.css
r762 r923 1 /* 2 # -- BEGIN LICENSE BLOCK ---------------------------------- 3 # This file is part of Freshy2, a theme for Dotclear. 4 # Original WP Theme from Julien de Luca 5 # (http://www.jide.fr/francais/) 6 # 7 # Copyright (c) 2008-2009 8 # Bruno Hondelatte dsls@morefnu.org 9 # Pierre Van Glabeke contact@brol.info 10 # 11 # Licensed under the GPL version 2.0 license. 12 # A copy of this license is available in LICENSE file or at 13 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 14 # -- END LICENSE BLOCK ------------------------------------ 15 */ 1 16 #frame .sidebar li a:hover { 2 17 /*:Navigation color*/ -
themes/freshy2/custom_vista_is_not_unix.css
r762 r923 1 /* 2 # -- BEGIN LICENSE BLOCK ---------------------------------- 3 # This file is part of Freshy2, a theme for Dotclear. 4 # Original WP Theme from Julien de Luca 5 # (http://www.jide.fr/francais/) 6 # 7 # Copyright (c) 2008-2009 8 # Bruno Hondelatte dsls@morefnu.org 9 # Pierre Van Glabeke contact@brol.info 10 # 11 # Licensed under the GPL version 2.0 license. 12 # A copy of this license is available in LICENSE file or at 13 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 14 # -- END LICENSE BLOCK ------------------------------------ 15 */ 1 16 #frame .sidebar li a:hover { 2 17 /*:Navigation color*/ -
themes/freshy2/custom_vitamin.css
r762 r923 1 /* 2 # -- BEGIN LICENSE BLOCK ---------------------------------- 3 # This file is part of Freshy2, a theme for Dotclear. 4 # Original WP Theme from Julien de Luca 5 # (http://www.jide.fr/francais/) 6 # 7 # Copyright (c) 2008-2009 8 # Bruno Hondelatte dsls@morefnu.org 9 # Pierre Van Glabeke contact@brol.info 10 # 11 # Licensed under the GPL version 2.0 license. 12 # A copy of this license is available in LICENSE file or at 13 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 14 # -- END LICENSE BLOCK ------------------------------------ 15 */ 1 16 #frame .sidebar li a:hover { 2 17 /*:Navigation color*/ -
themes/freshy2/custom_winter_is_cold.css
r762 r923 1 /* 2 # -- BEGIN LICENSE BLOCK ---------------------------------- 3 # This file is part of Freshy2, a theme for Dotclear. 4 # Original WP Theme from Julien de Luca 5 # (http://www.jide.fr/francais/) 6 # 7 # Copyright (c) 2008-2009 8 # Bruno Hondelatte dsls@morefnu.org 9 # Pierre Van Glabeke contact@brol.info 10 # 11 # Licensed under the GPL version 2.0 license. 12 # A copy of this license is available in LICENSE file or at 13 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 14 # -- END LICENSE BLOCK ------------------------------------ 15 */ 1 16 #frame .sidebar li a:hover { 2 17 /*:Navigation color*/ -
themes/freshy2/fix-ie.php
r633 r923 1 1 <?php 2 # -- BEGIN LICENSE BLOCK ---------------------------------- 3 # This file is part of Freshy2, a theme for Dotclear. 4 # Original WP Theme from Julien de Luca 5 # (http://www.jide.fr/francais/) 6 # 7 # Copyright (c) 2008-2009 8 # Bruno Hondelatte dsls@morefnu.org 9 # Pierre Van Glabeke contact@brol.info 10 # 11 # Licensed under the GPL version 2.0 license. 12 # A copy of this license is available in LICENSE file or at 13 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 14 # -- END LICENSE BLOCK ------------------------------------ 2 15 header('Content-type: text/css'); 3 16 $path = substr("http://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'], 0, -10); -
themes/freshy2/layout.css
r633 r923 1 /* 2 # -- BEGIN LICENSE BLOCK ---------------------------------- 3 # This file is part of Freshy2, a theme for Dotclear. 4 # Original WP Theme from Julien de Luca 5 # (http://www.jide.fr/francais/) 6 # 7 # Copyright (c) 2008-2009 8 # Bruno Hondelatte dsls@morefnu.org 9 # Pierre Van Glabeke contact@brol.info 10 # 11 # Licensed under the GPL version 2.0 license. 12 # A copy of this license is available in LICENSE file or at 13 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 14 # -- END LICENSE BLOCK ------------------------------------ 15 */ 1 16 #frame { 2 17 padding-left:20px; -
themes/freshy2/lib/admin_style.css
r633 r923 1 /* 2 # -- BEGIN LICENSE BLOCK ---------------------------------- 3 # This file is part of Freshy2, a theme for Dotclear. 4 # Original WP Theme from Julien de Luca 5 # (http://www.jide.fr/francais/) 6 # 7 # Copyright (c) 2008-2009 8 # Bruno Hondelatte dsls@morefnu.org 9 # Pierre Van Glabeke contact@brol.info 10 # 11 # Licensed under the GPL version 2.0 license. 12 # A copy of this license is available in LICENSE file or at 13 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 14 # -- END LICENSE BLOCK ------------------------------------ 15 */ 1 16 #imgheaders img { 2 17 width: 200px; -
themes/freshy2/lib/class.freshy2.config.php
r633 r923 1 <?php 2 # ***** BEGIN LICENSE BLOCK *****3 # This file is part of DotClear.4 # Copyright (c) 2008 Olivier Meunier and contributors. All rights5 # reserved.1 <?php 2 # -- BEGIN LICENSE BLOCK ---------------------------------- 3 # This file is part of Freshy2, a theme for Dotclear. 4 # Original WP Theme from Julien de Luca 5 # (http://www.jide.fr/francais/) 6 6 # 7 # DotClear is free software; you can redistribute it and/or modify 8 # it under the terms of the GNU General Public License as published by 9 # the Free Software Foundation; either version 2 of the License, or 10 # (at your option) any later version. 7 # Copyright (c) 2008-2009 8 # Bruno Hondelatte dsls@morefnu.org 9 # Pierre Van Glabeke contact@brol.info 11 10 # 12 # DotClear is distributed in the hope that it will be useful, 13 # but WITHOUT ANY WARRANTY; without even the implied warranty of 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 # GNU General Public License for more details. 16 # 17 # You should have received a copy of the GNU General Public License 18 # along with DotClear; if not, write to the Free Software 19 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 # 21 # ***** END LICENSE BLOCK ***** 11 # Licensed under the GPL version 2.0 license. 12 # A copy of this license is available in LICENSE file or at 13 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 14 # -- END LICENSE BLOCK ------------------------------------ 22 15 23 16 class freshy2Config … … 58 51 else 59 52 $images[$file]['thumb']=$prefix.$file; 60 61 53 } 62 54 } 63 55 } 64 56 return $images; 65 66 57 } 67 68 58 } 69 59 ?> -
themes/freshy2/menu.css
r733 r923 1 /* 2 # -- BEGIN LICENSE BLOCK ---------------------------------- 3 # This file is part of Freshy2, a theme for Dotclear. 4 # Original WP Theme from Julien de Luca 5 # (http://www.jide.fr/francais/) 6 # 7 # Copyright (c) 2008-2009 8 # Bruno Hondelatte dsls@morefnu.org 9 # Pierre Van Glabeke contact@brol.info 10 # 11 # Licensed under the GPL version 2.0 license. 12 # A copy of this license is available in LICENSE file or at 13 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 14 # -- END LICENSE BLOCK ------------------------------------ 15 */ 1 16 #header_image { 2 17 position:relative; -
themes/freshy2/pp_album.css
r633 r923 1 /* 2 # -- BEGIN LICENSE BLOCK ---------------------------------- 3 # This file is part of Freshy2, a theme for Dotclear. 4 # Original WP Theme from Julien de Luca 5 # (http://www.jide.fr/francais/) 6 # 7 # Copyright (c) 2008-2009 8 # Bruno Hondelatte dsls@morefnu.org 9 # Pierre Van Glabeke contact@brol.info 10 # 11 # Licensed under the GPL version 2.0 license. 12 # A copy of this license is available in LICENSE file or at 13 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 14 # -- END LICENSE BLOCK ------------------------------------ 15 */ 1 16 #pp_wrap { 2 17 overflow-x: hidden; -
themes/freshy2/style.css
r864 r923 1 1 /* 2 Theme Name: Freshy 2 3 Theme URI: http://www.jide.fr/english/downloads/freshy2 4 Description: The Freshy WordPress theme, second edition. 5 Version: 2.0.5 6 Author: Julien De Luca 7 Author URI: http://www.jide.fr 2 # -- BEGIN LICENSE BLOCK ---------------------------------- 3 # This file is part of Freshy2, a theme for Dotclear. 4 # Original WP Theme from Julien de Luca 5 # (http://www.jide.fr/francais/) 6 # 7 # Copyright (c) 2008-2009 8 # Bruno Hondelatte dsls@morefnu.org 9 # Pierre Van Glabeke contact@brol.info 10 # 11 # Licensed under the GPL version 2.0 license. 12 # A copy of this license is available in LICENSE file or at 13 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 14 # -- END LICENSE BLOCK ------------------------------------ 8 15 */ 9 10 /*11 The PHP, CSS, XHTML and design is released under GPL:12 http://www.opensource.org/licenses/gpl-license.php13 */14 15 16 @import "layout.css"; 16 17 @import "menu.css";
Note: See TracChangeset
for help on using the changeset viewer.