Add background for gala 2016

This commit is contained in:
2016-11-13 22:55:32 +01:00
parent e98ffb5cd5
commit d418da679b
6 changed files with 18 additions and 3 deletions

BIN
core/static/core/img/gala.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 657 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

BIN
core/static/core/img/logoGala.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 183 KiB

View File

@ -1,10 +1,23 @@
/*--------------------------------GENERAL------------------------------*/
body{
/* commented for gala update
background-color:#EEE;
position: relative;
width: 100%;
*/
font-family: sans-serif;
}
/* to auto adapt background */
html {
background: url(/static/core/img/gala.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
footer {
color: white;
}
a {
text-decoration: none;
color: #265C83;