This repository has been archived by the owner on Nov 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
about_de.html
77 lines (74 loc) · 1.61 KB
/
about_de.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<html>
<head>
<style>
body {
font: 13px/1.5 "Lucida Grande", Lucida, Verdana, sans-serif;
background-color: #363740;
padding: 0px;
margin: 0px;
}
#headline {
background: url(photocontrol-icon-small.png) no-repeat 0 0;
margin: 5px 0px 0px 0px;
padding-bottom: 3px;
}
#content {
padding: 0px 0px;
margin: 0px 3px 0px 3px;
}
h1 {
font-size:20px;
font-weight: bold;
color: #d4e3ed;
text-shadow: 0 1px 1px rgba(0,0,0,0.75);
padding: 10px 0px 10px 50px;
margin: 0px 0px;
}
h1 span {
color: rgba(70,180,255,0.8);
}
h2 {
margin: 1px;
padding: 0px;
font-size:16px;
font-weight: bold;
color: #d4e3ed;
}
p {
color: #d4e3ed;
}
a {
text-decoration: none;
color: #529ccc;
font-weight: bold;
}
li {
color: #d4e3ed;
}
</style>
</head>
<body>
<div id="headline">
<h1>photocontrol <span>1.1</span></h1>
</div>
<div id="content">
<h2>Die Server Applikation kann hier heruntergeladen werden:</h2>
<ul>
<li><a href="http://photocontrol.net">photocontrol.net</a></li>
</ul>
<h2>Erstellt von:</h2>
<ul>
<li>Wolfgang König</li>
</ul>
<h2>Unterstützt von:</h2>
<ul>
<li><a href="http://www.offis.de">OFFIS Institut</a></li>
<li><a href="http://medien.informatik.uni-oldenburg.de">Medieninformatik und Multimedia-Systeme Gruppe</a> der Carl von Ossietzky Universität Oldenburg</li>
</ul>
<h2>Kamera Icon erstellt von:</h2>
<ul>
<li><a href="http://refueldesign.com">refueldesign.com</a></li>
</ul>
</div>
</body>
</html>