Skip to content
Snippets Groups Projects
Commit 9e87c8d7 authored by Batman1010's avatar Batman1010
Browse files

added Animated background for account manager pages + removed image headers for cinema manager

parent f6be8928
Branches
No related tags found
No related merge requests found
......@@ -6,6 +6,19 @@
{% endblock title %}
{% block content %}
<style>
body {
font-family: helvetica;
z-index: 1;
background: linear-gradient(-45deg, #36090c, #db0021, #4d0008, #f70000);
background-size: 400% 400%;
width: 100%;
height: 20%;
animation: animate 15s ease infinite;
text-align: center;
}
</style>
<div class="w3-container w3-margin w3-center">
{% if message is not None %}
<p>{{ message }}</p>
......
......@@ -8,6 +8,20 @@
{% endblock title %}
{% block content %}
<style>
body {
font-family: helvetica;
z-index: 1;
background: linear-gradient(-45deg, #36090c, #db0021, #4d0008, #f70000);
background-size: 400% 400%;
width: 100%;
height: 20%;
animation: animate 15s ease infinite;
text-align: center;
}
</style>
<div class="w3-container w3-margin w3-center">
{% if message is not None %}
<p>{{ message }}</p>
......@@ -38,6 +52,7 @@
<input type="submit" class="w3-button w3-green button4 w3-margin" value="Save" />
<br><br>
</div>
<h1 style="text-align: center; padding-top: 5em; padding-bottom: 1em;"></h1>
</form>
</div>
{% endblock content %}
\ No newline at end of file
......@@ -5,6 +5,20 @@
{% endblock title %}
{% block content %}
<style>
body {
font-family: helvetica;
z-index: 1;
background: linear-gradient(-45deg, #36090c, #db0021, #4d0008, #f70000);
background-size: 400% 400%;
width: 100%;
height: 20%;
animation: animate 15s ease infinite;
text-align: center;
}
</style>
<div class="w3-container w3-margin w3-center">
{% if message is not None %}
<p>{{ message }}</p>
......@@ -19,6 +33,7 @@
<input type="submit" class="w3-button w3-green button4 w3-margin" value="Save" />
<br><br>
</div>
<h1 style="text-align: center; padding-top: 5em; padding-bottom: 1em;"></h1>
</form>
</div>
{% endblock content %}
\ No newline at end of file
......@@ -39,7 +39,6 @@
<table class="">
<thead>
<tr>
<th scope="col" class="w3-indigo ">Images</th>
<th scope="col" class="w3-indigo">Club Name</th>
<th scope="col" class="w3-indigo ">Address No.</th>
<th scope="col" class="w3-indigo">Address Street</th>
......@@ -58,9 +57,6 @@
{% for i in data %}
<tr>
<th scope="row">
<img style="height: 100px; width: auto;" src="{{ todos.name }}" class="card-img-top" alt="...">
</th>
<th scope="row">{{ i.Name }}</th>
<td>{{ i.HouseNumber }}</td>
<td>{{ i.Street }}</td>
......
......@@ -34,7 +34,6 @@
<table class="">
<thead>
<tr>
<th scope="col" class="w3-indigo">Images</th>
<th scope="col" class="w3-indigo">Screen Name</th>
<th scope="col" class="w3-indigo">Seat Capacity</th>
<th scope="col" class="w3-indigo">Social Distancing</th>
......@@ -45,9 +44,6 @@
<tbody>
{% for i in data %}
<tr>
<th scope="row">
<img style="height: 100px; width: auto;" src="{{ todos.name }}" class="card-img-top" alt="...">
</th>
<th scope="row">{{ i.Name }}</th>
<td>{{ i.Capacity }}</td>
<td>
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment