mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-22 06:03:20 +00:00
Revert "Merge branch 'fond-gala' into 'master'"
This reverts merge request !25
This commit is contained in:
parent
98d47727e0
commit
cfbd610305
2
.gitignore
vendored
2
.gitignore
vendored
@ -7,5 +7,5 @@ db.sqlite3
|
||||
env/
|
||||
doc/html
|
||||
data/
|
||||
/static/
|
||||
static/
|
||||
sith/settings_custom.py
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 657 KiB |
Binary file not shown.
Before Width: | Height: | Size: 6.4 KiB |
Binary file not shown.
Before Width: | Height: | Size: 183 KiB |
@ -1,23 +1,10 @@
|
||||
/*--------------------------------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;
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user