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
cfbd6103
Commit
cfbd6103
authored
Nov 21, 2016
by
Skia
Browse files
Revert "Merge branch 'fond-gala' into 'master'"
This reverts merge request
!25
parent
98d47727
Pipeline
#408
passed with stage
in 4 minutes and 30 seconds
Changes
6
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
cfbd6103
...
...
@@ -7,5 +7,5 @@ db.sqlite3
env/
doc/html
data/
/
static/
static/
sith/settings_custom.py
core/static/core/img/gala.jpg
deleted
100755 → 0
View file @
98d47727
657 KB
core/static/core/img/logo-white.png
deleted
100644 → 0
View file @
98d47727
6.36 KB
core/static/core/img/logoGala.png
deleted
100755 → 0
View file @
98d47727
183 KB
core/static/core/style.css
View file @
cfbd6103
/*--------------------------------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 @
cfbd6103
...
...
@@ -15,10 +15,8 @@
<body>
{%
block
header
%}
{%
if
not
popup
%}
<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>
<div
id=
"logo"
><a
href=
"
{{
url
(
'core:index'
)
}}
"
><img
src=
"
{{
static
(
'core/img/logo.png'
)
}}
"
alt=
"
{%
trans
%}
Logo
{%
endtrans
%}
"
/></a></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