Mis à jour du style dark.
Définition du style dark par défaut.
This commit is contained in:
parent
3f2cd62853
commit
91d680148b
@ -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 {
|
||||||
|
@ -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;
|
||||||
|
}
|
||||||
|
@ -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" />
|
||||||
|
@ -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">
|
||||||
|
Loading…
Reference in New Issue
Block a user