MAJ wallp
This commit is contained in:
parent
94a2348737
commit
dd386205b8
8
SRC/public/css/admin.css
Normal file
8
SRC/public/css/admin.css
Normal 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;
|
||||
}
|
@ -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
12
SRC/public/css/home.css
Normal 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%;
|
||||
}
|
8
SRC/public/css/referent.css
Normal file
8
SRC/public/css/referent.css
Normal 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;
|
||||
}
|
BIN
SRC/public/pictures/homePic/home.png
Normal file
BIN
SRC/public/pictures/homePic/home.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
BIN
SRC/public/pictures/referent/wkszt8.jpg
Normal file
BIN
SRC/public/pictures/referent/wkszt8.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 46 KiB |
BIN
SRC/public/pictures/setting_picture/fond.jpg
Normal file
BIN
SRC/public/pictures/setting_picture/fond.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 183 KiB |
@ -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">
|
||||
|
@ -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">
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
@extends('app')
|
||||
|
||||
@section('content')
|
||||
|
||||
<link href="css/referent.css" rel="stylesheet" type="text/css"/>
|
||||
<br>
|
||||
<div class="col-md-3">
|
||||
|
||||
|
Reference in New Issue
Block a user