This commit is contained in:
sidya82
2015-02-19 16:51:20 +01:00
10 changed files with 37 additions and 11 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-group
{
margin-top : 0.5%;
}

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