forked from rc/aircox
radiocampus: style update
This commit is contained in:
@ -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 %}
|
||||
|
Reference in New Issue
Block a user