This commit is contained in:
theo@manjaro 2021-12-03 05:23:46 +01:00
commit 4b1f663654
8 changed files with 35 additions and 45 deletions

View File

@ -41,8 +41,11 @@ table, tr, td {
}
#logo_title {
padding-top: 10px;
padding-bottom: 10px;
font-weight: bold;
font-size: 30px;
color: black;
}
#searchresults {

View File

@ -1,5 +1,5 @@
body {
background: black;
background: #313131;
font-family: arial;
color: white;
}
@ -23,7 +23,7 @@ table, tr, td {
}
#banner {
background-color: #a36f13;
background-color: #9C7228;
margin-left: calc(-50vw + 50%);
margin-right: calc(-50vw + 50%);
margin-top: calc(-50vw + 50%);
@ -34,7 +34,7 @@ table, tr, td {
}
#banner_index {
background-color: #a36f13;
background-color: #9C7228;
margin-left: calc(-50vw + 50%);
margin-right: calc(-50vw + 50%);
margin-top: calc(-50vw + 50%);
@ -43,8 +43,15 @@ table, tr, td {
}
#logo_title {
padding-top: 10px;
padding-bottom: 10px;
font-weight: bold;
font-size: 30px;
color: white;
}
#searchresults {
width: 75%;
}
.searchbar {
@ -55,3 +62,11 @@ table, tr, td {
.right-align {
margin-left: auto;
}
a:link {
color: #8F9BFF;
}
a:visited {
color: #9BA6FF;
}

View File

@ -1,14 +1,10 @@
<!DOCTYPE html>
<!--- Variables
date
evenement
!-->
<!-- saved from url=(0055)file:///C:/Users/rugja/Marin/templates/bateau_temp.html -->
<html><head>
<title>{{siecle}}- Sauveuteurs du dunkerquois</title>
{% include 'head.html' %}
</head>
<body>
{% include "smallheader.html" %}
<h1>{{siecle}}</h1>
</body></html>
<h1>{{siecle}}</h1>
</body>
</html>

View File

@ -1,3 +1,3 @@
<meta charset="utf-8">
<link href="../static/style.css" rel="stylesheet" type="text/css" />
<link href="../static/style_dark.css" rel="stylesheet" type="text/css" />
<link rel="icon" type="image/png" href="../static/favicon.png" />

View File

@ -1,7 +1,8 @@
<center>
<header id="banner_index">
<img src="../static/icon.png" width="250" height="125">
<h1>Sauveteurs du Dunkerquois</h1>
<br>
<div id="logo_title">Sauveteurs du Dunkerquois</div>
</header>
<br>
<form action="/search" method="post">

View File

@ -1,12 +1,4 @@
<!DOCTYPE html>
<!--- Variables
nom
prenom
date
place
histoire
!-->
<!-- saved from url=(0055)file:///C:/Users/rugja/Marin/templates/bateau_temp.html -->
<html><head>
<title>{{nom}}{{prenom}}- Sauveuteurs du dunkerquois</title>
{% include 'head.html' %}
@ -35,7 +27,5 @@ histoire
<td>{{place}}</td>
</tr>
</tbody></table>
</body></html>
</body>
</html>

View File

@ -1,15 +1,4 @@
<!DOCTYPE html>
<!--- Variables
nom
prenom
date_naissance
date_deces
nb_sauvetages
nb_sauves
gratifications
description
!-->
<head>
<title>{{nom}} {{prenom}} - Sauveuteurs du dunkerquois</title>
{% include 'head.html' %}

View File

@ -1,17 +1,11 @@
<!DOCTYPE html>
<!--- Variables
nom
date
evenement
!-->
<!-- saved from url=(0055)file:///C:/Users/rugja/Marin/templates/bateau_temp.html -->
<html><head>
<title>{{nom}} - Sauveuteurs du dunkerquois</title>
{% include 'head.html' %}
</head>
<body>
{% include "smallheader.html" %}
<h1>{{nom}}</h1>
<h1>{{nom}}</h1>
<div class="flexbox">
<table>
<tbody><tr>
@ -22,7 +16,7 @@ evenement
<td class="table_key">Date</td>
<td>{{Annee}}</td>
</tr>
<tr>
<tr>
<script> {% for i in range(Evenement) %}
{{ i }}
{% endfor %}
@ -30,5 +24,7 @@ evenement
<td>{{Evenement}}</td>
<td>{{Evenement}}</td>
</tr>
</tbody></table>
</body></html>
</tbody>
</table>
</body>
</html>