diff --git a/SRC/public/css/coverflow.css b/SRC/public/css/coverflow.css new file mode 100644 index 0000000..9f23ce7 --- /dev/null +++ b/SRC/public/css/coverflow.css @@ -0,0 +1,95 @@ +.coverflow +{ + padding: 2%; +} + +.coverflow ul +{ + width: 90%; + padding: 0; + perspective: 500px; + -webkit-perspective : 500px; + -moz-perspective : 500px; +} + +.coverflow ul li{ + padding-top : 4%; + display: inline-block; + width: 180px; + height: 280px; + background: orangered; + margin-right: -60px; + transform: rotateY(45deg); + -webkit-transform :rotateY(45deg); + -moz-transform :rotateY(45deg); + position: relative; + z-index: 50; +} + +/* l'element actif element */ +.coverflow ul li:nth-child(1) +{ + display: inline-block; + width: 220px; + height: 320px; + background: orangered; + -webkit-transform :rotateY(0deg) scale(1.2); + -moz-transform :rotateY(0deg) scale(1.2); + transform: rotateY(0deg) scale(1.2); + + z-index: 55; +} + +/* z-index du premier et dernier element (derrière) */ +.coverflow ul li:first-child, +.coverflow ul li:last-child{ + + z-index: 45; +} + +/* les elements qui suivent l'element central */ +.coverflow ul li:nth-child(1) ~ li +{ + display: inline-block; + width: 180px; + height: 280px; + background: orangered; + transform: rotateY(-45deg); + -webkit-transform :rotateY(-45deg); + -moz-transform :rotateY(-45deg); +} + +.coverflow ul li:hover, +.coverflow ul li:nth-child(1) ~ li:hover /* element survole */ +{ + display: inline-block; + width: 220px; + height: 320px; + background: black; + transform: rotateY(0deg) scale(1.2); + -webkit-transform: rotateY(0deg) scale(1.2); + -moz-transform: rotateY(0deg) scale(1.2); + + z-index: 60; +} + +.coverflow ul li:hover ~ li +{ + transform: rotateY(-45deg); + -webkit-transform :rotateY(-45deg); + -moz-transform :rotateY(-45deg); +} + +/* les elements non survoles, lors du survol du parent */ +.coverflow ul:hover li:not(:hover){ + transform: rotateY(45deg); + -moz-transform: rotateY(45deg); + -webkit-transform: rotateY(45deg); +} + +/* les elements qui suivent l'element survole */ +.coverflow ul:hover li:hover ~ li{ + transform: rotateY(-45deg); + -moz-transform: rotateY(-45deg); + -webkit-transform: rotateY(-45deg); +} \ No newline at end of file diff --git a/SRC/public/css/home.css b/SRC/public/css/home.css index c963f78..4083860 100644 --- a/SRC/public/css/home.css +++ b/SRC/public/css/home.css @@ -6,6 +6,21 @@ body { background-size:cover; } +.back_home +{ + background: white; + width : 10%; + padding : 1%; + border-radius: 8px; + border: 1px solid silver; +} + +.back_home img +{ + width: 40%; + height: 40%; +} + .imgSearch /* image de la loupe */ { height: 25px; diff --git a/SRC/public/css/referent.css b/SRC/public/css/referent.css index 6db74c1..6438a7c 100644 --- a/SRC/public/css/referent.css +++ b/SRC/public/css/referent.css @@ -41,6 +41,16 @@ background: linear-gradient(to bottom, #a7cfdf 0%,#23538a 100%); /* W3C */ width : 25%; } +.tablethead +{ + color: white; +} + +.chosen-select /* les select */ +{ + width : 20%; +} + .listg legend { color: white; @@ -114,11 +124,6 @@ background: linear-gradient(to bottom, #a7cfdf 0%,#23538a 100%); /* W3C */ width: 20px; } -.control-label -{ - -} - /* ---------------------------- switch checkbox ---------------------------------*/ diff --git a/SRC/public/pictures/pic/home.png b/SRC/public/pictures/pic/home.png new file mode 100644 index 0000000..e8e8626 Binary files /dev/null and b/SRC/public/pictures/pic/home.png differ diff --git a/SRC/resources/views/auth/login.blade.php b/SRC/resources/views/auth/login.blade.php index dd0f6ba..2a00961 100755 --- a/SRC/resources/views/auth/login.blade.php +++ b/SRC/resources/views/auth/login.blade.php @@ -2,7 +2,11 @@ @section('content') +
+
+ < Retour Retour +
@@ -23,7 +27,7 @@
@endif - +
diff --git a/SRC/resources/views/home.blade.php b/SRC/resources/views/home.blade.php index 23dc714..e175302 100755 --- a/SRC/resources/views/home.blade.php +++ b/SRC/resources/views/home.blade.php @@ -1,6 +1,7 @@ @extends('app') @section('content') +
@@ -45,6 +46,22 @@
@endforeach
+ + +
+ +
diff --git a/SRC/resources/views/referent.blade.php b/SRC/resources/views/referent.blade.php index 69885da..ef16cc1 100755 --- a/SRC/resources/views/referent.blade.php +++ b/SRC/resources/views/referent.blade.php @@ -19,7 +19,7 @@

Mes listes d'oeuvres: - + @@ -111,7 +111,7 @@
- @foreach ($data['auteur'] as $val) @@ -122,7 +122,7 @@
- @foreach ($data['designation'] as $val) @@ -133,7 +133,7 @@
- @foreach ($data['domaine'] as $val) @@ -144,7 +144,7 @@
- @foreach ($data['matiere'] as $val) @@ -155,7 +155,7 @@
- @foreach ($data['designation'] as $val)
NomActionSupprimer