css and html templates updated

This commit is contained in:
moneroexamples 2016-04-13 07:33:43 +08:00
parent 94ebbfe28f
commit 80f1dc5821
3 changed files with 11 additions and 10 deletions

View File

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

View File

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

View File

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