MAJ wallp

This commit is contained in:
Jerome Morjon 2015-02-19 16:45:23 +01:00
parent 94a2348737
commit dd386205b8
10 changed files with 36 additions and 9 deletions

8
SRC/public/css/admin.css Normal file
View File

@ -0,0 +1,8 @@
body
{
background-image:url("../pictures/setting_picture/fond.jpg");
background-attachment:fixed;
background-repeat:no-repeat;
background-position:100% 100%;
background-size:cover;
}

View File

@ -8,7 +8,7 @@ html {
}
body {
margin: 0;
background-image:url(../pictures/homePic/fond.jpg);
background-image:url("../pictures/homePic/fond.jpg");
background-attachment:fixed;
background-repeat:no-repeat;
background-position:100% 100%;
@ -2341,7 +2341,7 @@ output {
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
line-height: 1.5;
color: #555555;
background-color: #ffffff;
background-image: none;

12
SRC/public/css/home.css Normal file
View File

@ -0,0 +1,12 @@
body {
background-image:url("../pictures/homePic/fond.jpg");
background-attachment:fixed;
background-repeat:no-repeat;
background-position:100% 100%;
background-size:cover;
}
.form-control
{
margin-top : 10%;
}

View File

@ -0,0 +1,8 @@
body
{
background-image:url("../pictures/setting_picture/fond.jpg");
background-attachment:fixed;
background-repeat:no-repeat;
background-position:100% 100%;
background-size:cover;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 183 KiB

View File

@ -1,7 +1,7 @@
@extends('app')
@section('content')
<link href="css/admin.css" rel="stylesheet" type="text/css"/>
<div class="col-sm-12">
@if (session('message_add'))
<div class="alert alert-success col-sm-4">

View File

@ -1,10 +1,11 @@
@extends('app')
@section('content')
<link href="css/home.css" rel="stylesheet" type="text/css"/>
<br>
<center>
<!-- <img style="height:auto; width:auto; max-width:400px; alt="" src="./pictures/homePic/bienvenue.png"> -->
<img style="height:auto; width:auto; max-width:100px;" alt="" src="./pictures/homePic/home.png">
<nav>
<form class="form-inline navbar-right">
<form class="form-inline navbar">
<div class="form-group">
<img alt="" src="./pictures/homePic/search.png">
<div class="input-group">
@ -13,8 +14,6 @@
</div>
</form>
</nav>
<br>
<br>
<div style="margin-left: 200px, margin-right: 200px" id="carousel-example-generic" class="carousel slide" data-ride="carousel">

View File

@ -1,7 +1,7 @@
@extends('app')
@section('content')
<link href="css/referent.css" rel="stylesheet" type="text/css"/>
<br>
<div class="col-md-3">