mirror of
https://github.com/ae-utbm/sith.git
synced 2025-11-10 14:03:12 +00:00
Custom style for Gala 2025
This commit is contained in:
@@ -34,6 +34,18 @@
|
||||
|
||||
{% block additional_css %}{% endblock %}
|
||||
{% block additional_js %}{% endblock %}
|
||||
<style>
|
||||
{# background image must be declared here, because the static names are
|
||||
changed during the static collection step,
|
||||
which means we must gather them with the `static` template function #}
|
||||
.header {
|
||||
background-image: url("{{ static("core/img/gala25_background.webp") }}");
|
||||
background-position-y: 80%; {# There are more stars in this part of the picture #}
|
||||
}
|
||||
body {
|
||||
background-image: url("{{ static("core/img/gala25_background.webp") }}");
|
||||
}
|
||||
</style>
|
||||
{% endblock %}
|
||||
</head>
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<header class="header">
|
||||
<div class="header-logo">
|
||||
<a class="header-logo-picture" href="{{ url('core:index') }}" style="background-image: url('{{ static('core/img/logo_no_text.png') }}')">
|
||||
<a class="header-logo-picture" href="{{ url('core:index') }}" style="background-image: url('{{ static("core/img/gala25_logo.webp") }}')">
|
||||
|
||||
</a>
|
||||
<a class="header-logo-text" href="{{ url('core:index') }}">
|
||||
|
||||
Reference in New Issue
Block a user