Add style for FORBES

This commit is contained in:
poka 2020-11-25 20:55:43 +01:00
parent db37ea2f51
commit 69bfe6cea7
2 changed files with 17 additions and 6 deletions

View File

@ -1,3 +1,14 @@
body {
background-color: #c4a787;
margin-top: 10px;
margin-left: 20px;
font-family: "Gill Sans", sans-serif;
}
.date {
margin-left: 2px;
}
#pseudo, #key {
background-position: 10px 12px; /* Position the search icon */
background-repeat: no-repeat; /* Do not repeat the icon image */
@ -6,6 +17,7 @@
padding: 12px 20px 12px 20px; /* Add some padding */
border: 1px solid #ddd; /* Add a grey border */
margin-bottom: 12px; /* Add some space below the input */
margin-top: 7px;
}
#soldes {
@ -13,6 +25,7 @@
width: 50%; /* Full-width */
border: 1px solid #ddd; /* Add a grey border */
font-size: 16px; /* Increase font-size */
background-color: #DFCFBE;
}
#soldes th, #soldes td {
@ -32,7 +45,7 @@
#soldes th {
/* Add a grey background color to the table header and on hover */
background-color: #ddd;
background-color: #B69776;
cursor: pointer;
position: sticky;
top: 0px;
@ -40,4 +53,4 @@
#splw {
margin-left: 20px;
}
}

View File

@ -4,13 +4,13 @@
<link rel="stylesheet" href="../css/wallets_balance.css">
</head>
<body>
Données générés le _DATE<br>
<div class="date"> Données générées le _DATE<br></div>
<input type="text" id="pseudo" onkeyup="recherche('pseudo')" placeholder="Rechercher un pseudo...">
<input type="text" id="key" onkeyup="recherche('key')" placeholder="Rechercher une clé publique...">
<input type="checkbox" id="splw" value="splw" checked><label for="splw">Afficher les simples portefeuilles</label>
<table id="soldes">
<tr><th>Solde (Ḡ1)</th><th>Clé publique</th><th>Pseudo</th></tr>
<tr><th>Solde (Ḡ1)</th><th>Clé publique</th><th>Identifiant utilisateur</th></tr>
_LINE
</table>
@ -18,5 +18,3 @@ Données générés le _DATE<br>
</body>
</html>
_DATE