diff --git a/core/module/install/ressource/defaultdata.php b/core/module/install/ressource/defaultdata.php index c03eef9b..038e9549 100644 --- a/core/module/install/ressource/defaultdata.php +++ b/core/module/install/ressource/defaultdata.php @@ -152,7 +152,7 @@ class init extends common { 'template' => '3' ], 'header' => [ - 'backgroundColor' => 'rgba(255, 189, 0, 1)', + 'backgroundColor' => 'rgba(32, 59, 82, 1)', 'font' => 'Oswald', 'fontSize' => '2em', 'fontWeight' => 'normal', @@ -167,17 +167,15 @@ class init extends common { 'textHide' => false, 'textTransform' => 'none', 'linkHomePage' => true, - 'imageContainer' => 'cover', + 'imageContainer' => 'auto', 'tinyHidden' => true, - 'feature' => 'feature', - 'featureContent' => '
-

Zwii, le CMS pour bien débuter
Installation facile :
Aucune base de données à configurer.



-

', + 'feature' => 'wallpaper', + 'featureContent' => '

Bannière vide

', 'width' => 'container' ], 'menu' => [ - 'backgroundColor' => 'rgba(0, 63, 134, 1)', - 'backgroundColorSub' => 'rgba(0, 63, 134, 1)', + 'backgroundColor' => 'rgba(32, 59, 82, 1)', + 'backgroundColorSub' => 'rgba(32, 59, 82, 1)', 'font' => 'Open+Sans', 'fontSize' => '1em', 'fontWeight' => 'normal', @@ -202,7 +200,7 @@ class init extends common { 'backgroundColor' => 'rgba(255, 255, 255, 1)', 'radius' => '0px', 'shadow' => '0px 0px 0px', - 'width' => '1170px' + 'width' => '960px' ], 'block' => [ 'backgroundColor' => 'rgba(236, 239, 241, 1)', @@ -212,16 +210,16 @@ class init extends common { 'font' => 'Open+Sans', 'fontSize' => '13px', 'textColor' => 'rgba(33, 34, 35, 1)', - 'linkColor' => 'rgba(0, 63, 134, 1)' + 'linkColor' => 'rgba(74, 105, 189, 1)' ], 'title' => [ 'font' => 'Oswald', 'fontWeight' => 'normal', - 'textColor' => 'rgba(0, 63, 134, 1)', + 'textColor' => 'rgba(74, 105, 189, 1)', 'textTransform' => 'none' ], 'button' => [ - 'backgroundColor' => 'rgba(0, 63, 134, 1)' + 'backgroundColor' => 'rgba(32, 59, 82, 1)' ], 'version' => 0 ], @@ -231,8 +229,8 @@ class init extends common { 'fontSize' => '13px', 'fontTitle' => 'Oswald', 'colorText' => 'rgba(33, 34, 35, 1)', - 'colorTitle' => 'rgba(0, 63, 134, 1)', - 'backgroundColorButton' => 'rgba(0, 63, 134, 1)', + 'colorTitle' => 'rgba(74, 105, 189, 1)', + 'backgroundColorButton' => 'rgba(74, 105, 189, 1)', 'backgroundColorButtonGrey' => 'rgba(170, 180, 188, 1)', 'backgroundColorButtonRed' => 'rgba(217, 95, 78, 1)', 'backgroundColorButtonGreen' => 'rgba(162, 223, 57, 1)', diff --git a/core/module/install/ressource/files.tar.gz b/core/module/install/ressource/files.tar.gz index 622d5f13..40d274aa 100644 Binary files a/core/module/install/ressource/files.tar.gz and b/core/module/install/ressource/files.tar.gz differ diff --git a/core/module/install/ressource/themes/theme_moderne.zip b/core/module/install/ressource/themes/theme_moderne.zip new file mode 100644 index 00000000..1307c56e Binary files /dev/null and b/core/module/install/ressource/themes/theme_moderne.zip differ diff --git a/core/module/install/ressource/themes/themes.json b/core/module/install/ressource/themes/themes.json index cf458e67..d8bef618 100644 --- a/core/module/install/ressource/themes/themes.json +++ b/core/module/install/ressource/themes/themes.json @@ -1,8 +1,12 @@ { "defaut" : { - "name": "Le thème par défaut : bannière personnalisée ou papier-peint ambiance bleu et montagne", + "name": "Le thème par défaut, ambiance bleu et montagne", "filename": "" }, + "moderne": { + "name": "Thème avec la nouvelle bannière personnalisable", + "filename": "theme_moderne.zip" + }, "affaire": { "name": "Thème affaire, bannière centre d'appel, ambiance prune", "filename": "theme_affaire.zip"