mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-09 19:40:19 +00:00
Add background for gala 2016
This commit is contained in:
BIN
core/static/core/img/gala.jpg
Executable file
BIN
core/static/core/img/gala.jpg
Executable file
Binary file not shown.
After Width: | Height: | Size: 657 KiB |
BIN
core/static/core/img/logo-white.png
Normal file
BIN
core/static/core/img/logo-white.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.4 KiB |
BIN
core/static/core/img/logoGala.png
Executable file
BIN
core/static/core/img/logoGala.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 183 KiB |
@ -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;
|
||||
|
Reference in New Issue
Block a user