forked from Freifunk-Nord/nord-startseite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
numnodes.template
53 lines (53 loc) · 929 Bytes
/
numnodes.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<html>
<head>
<meta http-equiv="Refresh" content="60">
<style>
*{
font-weight: bold;
font-size: 34px;
margin:0;
padding: 0px;
border: 0px none;
vertical-align: baseline;
font-family: "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
}
div, a{
text-align: center;
color: white;
text-shadow: 1px 1px 3px black,
1px -1px 3px black,
-1px 1px 3px black,
-1px -1px 3px black;
}
a{
text-decoration: none;
}
body{
background: url('images/knotenback.png');
background-repeat: no-repeat;
}
.num{
margin-top: 22px;
line-height: 41px;
width: 116px;
}
.onl{
font-size:13px;
width: 116px;
}
.nodelist{
font-size:13px;
color: black;
text-shadow:none;
text-align:left;
}
</style>
</head>
<body><a href="http://mesh.ffnord.net/" target="_blank">
<div class="num"><NUM_NODES></div>
<div class="onl">Knoten online</div></a>
<br>
<hr>
<div class="nodelist"><HOSTLIST></div>
</body>
</html>