Merge branch 'master' of https://github.com/matthieupenchenat81/ModuleWeb
This commit is contained in:
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-group
|
||||
{
|
||||
margin-top : 0.5%;
|
||||
}
|
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 |
Reference in New Issue
Block a user