blob: be63b8c33760b93afeea83775193d89242783e40 (
plain) (
blame)
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
|
body {
font-family: "Open Sans", Helvetica, Arial, sans-serif;
font-size: 12pt;
margin: 1em;
}
#page {
margin: auto;
width: 640px;
padding: 1em;
border: 1px solid #76cfa6;
border-radius: 5px;
}
.room_avatar {
width: 48px;
height: 48px;
float: left;
}
.room_content {
clear: left;
}
.historical {
color: #888;
}
.sender_name {
display: inline;
}
.message_time {
display: inline;
}
|