This commit is contained in:
arnaucode
2017-02-03 12:31:39 +01:00
parent 112745d6fa
commit daa0d4f42b
21 changed files with 62 additions and 1743 deletions

21
www/css/chat.css Normal file
View File

@@ -0,0 +1,21 @@
.chat_backgroundImg{
width: auto;
height: 100%;
min-height: auto;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
background-position: center;
background-image: url('https://images3.alphacoders.com/106/106327.jpg');
text-align: center;
/*color: white;*/
/* Create the parallax scrolling effect */
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
color: #ffffff;
}

View File