Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
AE UTBM
Sith
Commits
d418da67
Commit
d418da67
authored
Nov 13, 2016
by
Sli
Browse files
Add background for gala 2016
parent
e98ffb5c
Pipeline
#413
passed with stage
in 3 minutes and 42 seconds
Changes
6
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
d418da67
...
...
@@ -7,5 +7,5 @@ db.sqlite3
env/
doc/html
data/
static/
/
static/
sith/settings_custom.py
core/static/core/img/gala.jpg
0 → 100755
View file @
d418da67
657 KB
core/static/core/img/logo-white.png
0 → 100644
View file @
d418da67
6.36 KB
core/static/core/img/logoGala.png
0 → 100755
View file @
d418da67
183 KB
core/static/core/style.css
View file @
d418da67
/*--------------------------------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
;
...
...
core/templates/core/base.jinja
View file @
d418da67
...
...
@@ -15,8 +15,10 @@
<body>
{%
block
header
%}
{%
if
not
popup
%}
<div
id=
"logo"
><a
href=
"
{{
url
(
'core:index'
)
}}
"
><img
src=
"
{{
static
(
'core/img/logo.png'
)
}}
"
alt=
"
{%
trans
%}
Logo
{%
endtrans
%}
"
/></a></div>
<div
id=
"logo"
><a
href=
"
{{
url
(
'core:index'
)
}}
"
><img
src=
"
{{
static
(
'core/img/logo-white.png'
)
}}
"
alt=
"
{%
trans
%}
Logo
{%
endtrans
%}
"
/></a>
<img
src=
"
{{
static
(
'core/img/logoGala.png'
)
}}
"
alt=
"Gala"
/>
</div>
<header>
{%
if
not
user.is_authenticated
()
%}
<a
href=
"
{{
url
(
'core:login'
)
}}
"
>
{%
trans
%}
Login
{%
endtrans
%}
</a>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment