forked from freifunk-kiel/startseite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnumnodes.html
45 lines (45 loc) · 792 Bytes
/
numnodes.html
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
<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{
width: 116px;
}
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;
}
.onl{
font-size:13px;
}
</style>
</head>
<body><a href="http://mesh.freifunk.in-kiel.de/" target="_blank">
<div class="num"> </div>
<div class="onl">Knotenkarte</div></a>
</body>
</html>