blob: 35494a463ef6ed4308a7f38f15907e61f24336d1 (
plain)
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
|
<html>
<head>
<style type="text/css"><!--
body {
font-family:Sans-serif;
font-size:14px;
background-color:#000000;
color:#ffffff;
text-align:center;
margin:0px;
padding:0px;
}
h1 {font-size:24px; margin:0px;}
h2 {font-size:18px; margin:0px;}
h3 {font-size:16px; margin:0px;}
p {margin: 6px 0px;}
b {
color: #cc1f1f;
}
a:link, a:visited, a:active, a:hover {
text-decoration:underline;
font-weight:bold;
color:#ffA900;
}
a:active, a:hover {
color:ffdd00;
text-shadow: #ffA900 1px 1px 6px;
}
#wholepage {
width: 840px;
margin: 0px auto;
text-align: left;
}
#maincolumn {
width:640px;
float:left;
}
#leftshadow, #rightshadow {
width: 100px;
height: 100%;
float: left;
}
#leftshadow {background: url(images/left-sm.png) repeat-y;}
#rightshadow {background: url(images/right-sm.png) repeat-y;}
#title {padding:5px 5px;}
#logo {
float: right;
width: 180px;
height: 75px;
padding-right: 5px;
}
.carbonbar {
border-top: 2px solid #cc0000;
border-bottom: 2px solid #cc0000;
padding: 3px 5px;
clear: right;
background-image: url(images/carbon.png);
}
#userbar {
padding-top: 3px;
float: right;
}
#bottombar {text-align: center;}
#content {
padding: 5px;
clear: right;
}
//--></style>
<title>Jabber Verwaltung - @title</title>
</head>
<body>
<div id="wholepage">
<div id="leftshadow"></div>
<div id="maincolumn">
<img id="logo" src="images/jabber_logo.png" alt="Logo" />
<h1 id="title">Jabber Verwaltung</h1>
@em_child_content
<div id="bottombar" class="carbonbar">
Copyleft (<a href="http://creativecommons.org" target="_blank">cc</a>) 2007
<a href="http://www.immerda.ch" target="_blank">Immerda Projekt</a>
</div>
</div>
<div id="rightshadow"></div>
</div>
</body>
</html>
|