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 { #logo_title {
padding-top: 10px;
padding-bottom: 10px;
font-weight: bold; font-weight: bold;
font-size: 30px; font-size: 30px;
color: black;
} }
#searchresults { #searchresults {

View File

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

View File

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

View File

@ -1,3 +1,3 @@
<meta charset="utf-8"> <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" /> <link rel="icon" type="image/png" href="../static/favicon.png" />

View File

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

View File

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

View File

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

View File

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