From: vincent@cubedesigners.com Date: Wed, 6 Jul 2016 13:26:11 +0000 (+0000) Subject: done #532 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=2b112a481cb888cdcaf69c594dd20db9087be64b;p=fluidbook-v3.git done #532 @0.25 --- diff --git a/framework/application/views/scripts/templates/home.phtml b/framework/application/views/scripts/templates/home.phtml index c9d48bf..60187f7 100644 --- a/framework/application/views/scripts/templates/home.phtml +++ b/framework/application/views/scripts/templates/home.phtml @@ -1,2 +1,4 @@ headScript()->addScriptAndStyle('210-home'); \ No newline at end of file +$this->headScript()->addScriptAndStyle('210-home'); + +echo $this->image('/images/Magazine.png'); \ No newline at end of file diff --git a/images/exemples/publications/shadow-orange.png b/images/exemples/publications/shadow-orange.png new file mode 100644 index 0000000..7c629af Binary files /dev/null and b/images/exemples/publications/shadow-orange.png differ diff --git a/images/exemples/publications/shadow-rose.png b/images/exemples/publications/shadow-rose.png new file mode 100644 index 0000000..7e50698 Binary files /dev/null and b/images/exemples/publications/shadow-rose.png differ diff --git a/less/220-exemples.less b/less/220-exemples.less index 1bc1bdd..e09f7e2 100644 --- a/less/220-exemples.less +++ b/less/220-exemples.less @@ -68,9 +68,19 @@ background-color: transparent; &:nth-of-type(11n+1) { background: linear-gradient(45deg, rgba(249, 134, 126, 1) 0%, rgba(231, 92, 123, 1) 100%); + .exemple-fluidbook { + .shadow { + background-image: url("/images/exemples/publications/shadow-rose.png"); + } + } } &:nth-child(11n+9) { background: linear-gradient(45deg, #f5aa72 0%, #f6786e 100%); + .exemple-fluidbook { + .shadow { + background-image: url("/images/exemples/publications/shadow-orange.png"); + } + } } img { height: auto;