css and html templates updated

master
moneroexamples 9 years ago
parent 94ebbfe28f
commit 80f1dc5821

@ -1,20 +1,21 @@
body { body {
margin: 0; margin: 0;
padding: 0; padding: 0;
color: white;
background-color: black;
} }
.center { .center {
margin: auto; margin: auto;
width: 96%; width: 96%;
border: 1px solid #73AD21; /*border: 1px solid #73AD21;
padding: 10px; padding: 10px;*/
} }
tr { tr {
font-family: "Lucida Console", Monaco, monospace; font-family: "Lucida Console", Monaco, monospace;
font-size : 12px; font-size : 12px;
height: 22px; height: 22px;
color: black;
} }
td { td {
@ -23,20 +24,20 @@ td {
a:link { a:link {
text-decoration: none; text-decoration: none;
color: black; color: white;
} }
a:visited { a:visited {
text-decoration: none; text-decoration: none;
color: black; color: white;
} }
a:hover { a:hover {
text-decoration: underline; text-decoration: underline;
color: black; color: white;
} }
a:active { a:active {
text-decoration: none; text-decoration: none;
color: black; color: white;
} }

@ -3,7 +3,7 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
{{#refresh}} {{#refresh}}
<meta http-equiv="refresh" content="15"> <meta http-equiv="refresh" content="20">
{{/refresh}} {{/refresh}}
<title>Hidden Monero Explorer</title> <title>Hidden Monero Explorer</title>
<link rel="stylesheet" type="text/css" href="/css/style.css"> <link rel="stylesheet" type="text/css" href="/css/style.css">

@ -3,10 +3,10 @@
<h2> <h2>
Current height: {{height}} | Server time {{server_timestamp}} | Current height: {{height}} | Server time {{server_timestamp}} |
{{#refresh}} {{#refresh}}
<a href="/">Autorefresh ON (15 s)</a> <a href="/">Autorefresh is ON (20 s)</a>
{{/refresh}} {{/refresh}}
{{^refresh}} {{^refresh}}
<a href="/autorefresh">Autorefresh OFF</a> <a href="/autorefresh">Autorefresh is OFF</a>
{{/refresh}} {{/refresh}}
</h2> </h2>

Loading…
Cancel
Save