Subversion-Projekte lars-tiefland.prado

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
body
2
{
3
	width: 700px;
4
	margin: 2em auto;
5
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
6
}
7
 
8
h1
9
{
10
	font-size: 1.5em;
11
	color: #444;
12
}
13
 
14
.login
15
{
16
	width: 500px;
17
	margin: 1em auto;
18
}
19
 
20
.login .username
21
{
22
	margin: 1em;
23
}
24
 
25
.login .login-button
26
{
27
	padding-left: 7em;
28
}
29
 
30
.messages
31
{
32
	width: 500px;
33
	height: 300px;
34
	float: left;
35
	border: 1px solid ButtonFace;
36
	overflow: auto;
37
}
38
 
39
.messages .message
40
{
41
	margin: 0.4em 1em;
42
	font-size: 0.85em;
43
}
44
 
45
.user-list
46
{
47
	margin-left: 2px;
48
	float: left;
49
	width: 180px;
50
	height: 300px;
51
	border: 1px solid ButtonFace;
52
	overflow: auto;
53
	font-size: 0.85em;
54
}
55
 
56
.message-input
57
{
58
	float: left;
59
}
60
 
61
.message-input textarea
62
{
63
	margin-top: 3px;
64
	padding: 0.4em 0.2em;
65
	width: 493px;
66
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
67
	font-size: 0.85em;
68
	height: 40px;
69
}
70
 
71
.send-button
72
{
73
	margin: 0.5em;
74
}
75
 
76
#footer
77
{
78
	clear: both;
79
	font-size: 0.7em;
80
	text-align: center;
81
	padding-top: 50px;
82
}