maj de la page d'acceuil
création d’un repertoire image maj du app.css maj du home.blade.php selection d’un fond d’ecran j’ai ajouté des users dans la bdd
@ -6,7 +6,13 @@ html {
|
||||
}
|
||||
body {
|
||||
margin: 0;
|
||||
background-image:url(../pictures/homePic/fond.jpg);
|
||||
background-attachment:fixed;
|
||||
background-repeat:no-repeat;
|
||||
background-position:100% 100%;
|
||||
background-size:cover;
|
||||
}
|
||||
|
||||
article,
|
||||
aside,
|
||||
details,
|
||||
@ -2326,6 +2332,7 @@ output {
|
||||
line-height: 1.42857143;
|
||||
color: #555555;
|
||||
}
|
||||
|
||||
.form-control {
|
||||
display: block;
|
||||
width: 100%;
|
||||
@ -3431,6 +3438,13 @@ tbody.collapse.in {
|
||||
clip: rect(0, 0, 0, 0);
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.form-group img
|
||||
{
|
||||
width: 2%;
|
||||
height: 2%;
|
||||
}
|
||||
|
||||
.input-group {
|
||||
position: relative;
|
||||
display: table;
|
||||
@ -5339,7 +5353,7 @@ a.list-group-item-danger.active:focus {
|
||||
padding: 19px;
|
||||
margin-bottom: 20px;
|
||||
background-color: #f5f5f5;
|
||||
border: 1px solid #e3e3e3;
|
||||
border: 1px solid silver;
|
||||
border-radius: 4px;
|
||||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
|
||||
}
|
||||
@ -5349,7 +5363,14 @@ a.list-group-item-danger.active:focus {
|
||||
}
|
||||
.well-lg {
|
||||
padding: 24px;
|
||||
margin: 5%;
|
||||
margin-left : 25%;
|
||||
margin-right: 25%;
|
||||
border-radius: 6px;
|
||||
-moz-box-shadow: 0px 0px 8px black inset;
|
||||
-webkit-box-shadow: 0px 0px 5px black inset;
|
||||
-o-box-shadow: 0px 0px 5px black inset;
|
||||
box-shadow: 0px 0px 8px black inset;
|
||||
}
|
||||
.well-sm {
|
||||
padding: 9px;
|
||||
@ -5727,16 +5748,22 @@ button.close {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
|
||||
}
|
||||
|
||||
.carousel-inner > .item {
|
||||
display: none;
|
||||
position: relative;
|
||||
transition: 0.6s ease-in-out left;
|
||||
}
|
||||
|
||||
.carousel-inner > .item > img,
|
||||
.carousel-inner > .item > a > img {
|
||||
.carousel-inner > .item > a > img
|
||||
{
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
|
||||
@media all and (transform-3d), (-webkit-transform-3d) {
|
||||
.carousel-inner > .item {
|
||||
transition: -webkit-transform 0.6s ease-in-out;
|
||||
@ -5878,17 +5905,22 @@ button.close {
|
||||
height: 10px;
|
||||
margin: 1px;
|
||||
text-indent: -999px;
|
||||
border: 1px solid #ffffff;
|
||||
border: 1px solid transparent; /*#ffffff; */ /*cerclage du rond */
|
||||
border-radius: 10px;
|
||||
cursor: pointer;
|
||||
background-color: #000 \9;
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
background-color: silver; /*#000 \9;*/
|
||||
|
||||
}
|
||||
.carousel-indicators .active {
|
||||
.carousel-indicators .active
|
||||
{
|
||||
margin: 0;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
background-color: #ffffff;
|
||||
background: #39CEF0;
|
||||
-moz-box-shadow: 0px 1px 2px 0px #656565;
|
||||
-webkit-box-shadow: 0px 1px 2px 0px #656565;
|
||||
-o-box-shadow: 0px 1px 2px 0px #656565;
|
||||
box-shadow: 0px 1px 2px 0px #656565;
|
||||
}
|
||||
.carousel-caption {
|
||||
position: absolute;
|
||||
@ -5898,7 +5930,7 @@ button.close {
|
||||
z-index: 10;
|
||||
padding-top: 20px;
|
||||
padding-bottom: 20px;
|
||||
color: #ffffff;
|
||||
color: *#ffffff;
|
||||
text-align: center;
|
||||
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
|
||||
}
|
||||
|
BIN
SRC/public/pictures/homePic/bienvenue.png
Normal file
After Width: | Height: | Size: 31 KiB |
BIN
SRC/public/pictures/homePic/fond.jpg
Normal file
After Width: | Height: | Size: 148 KiB |
BIN
SRC/public/pictures/homePic/search.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
SRC/public/pictures/referent/francois.jpg
Normal file
After Width: | Height: | Size: 45 KiB |
BIN
SRC/public/pictures/referent/hitler.jpg
Normal file
After Width: | Height: | Size: 60 KiB |
BIN
SRC/public/pictures/referent/lepen.jpg
Normal file
After Width: | Height: | Size: 55 KiB |
BIN
SRC/public/pictures/referent/nicolas.jpg
Normal file
After Width: | Height: | Size: 50 KiB |