radiocampus: style update

This commit is contained in:
2024-05-31 14:40:31 +02:00
parent a323901d0e
commit f29cced5f5
66 changed files with 10589 additions and 10 deletions

View File

@ -3,18 +3,20 @@
{% block head %}
{{ block.super }}
<style>
:root {
--heading-font-family: "campus_heading";
}
@font-face {
font-family: 'campus_heading';
src: url('{% static "radiocampus/fonts/CampusGroteskv12-Regular.otf" %}');
}
</style>
<link rel='stylesheet' href='/static/radiocampus/radiocampus.css' type='text/css' media='all' />
<script src="{% static "radiocampus/backgroundLoad.js" %}"></script>
{% endblock %}
{% block nav %}
<a href="/"><div id="grandlogo"></div></a>
{{ block.super }}
{% endblock %}
{% block main-container %}
<div id="background">
{{ block.super }}
</div>
{% endblock %}
{% block header-container %}
{% if not page.attach_to %}