]> cgit.babelmonkeys.de Git - socialXMPP.git/blob - css/standard.css
Message sending
[socialXMPP.git] / css / standard.css
1 #login {
2   text-align: center;
3 }
4
5 #log_container {
6   clear: both;
7 }
8
9 #vCard_container {
10   float: left;
11   display: none;
12   margin: 1em;
13 }
14
15 #ownInfo {
16   display: none;
17   background: lightgrey;
18   float: left;
19   padding: 1em;
20 }
21
22 #friends {
23   max-width: 50%;
24   background: grey;
25   float: left;
26 }
27
28 .vCardName {
29   font-weight: bold;
30 }
31
32 .friend {
33   float: left;
34   margin: 2em;
35   text-align: center;
36 }
37
38 .friend img, #vCard_container img {
39   max-width: 70px;
40   max-height: 70px;
41 }
42
43 .sender {
44   color: blue;
45 }
46
47 .receiver {
48   color: darkred;
49 }
50
51 .chat {
52   position: fixed;
53   background-color: white;
54   width: 30%;
55   padding: 1em;
56   border: 2px solid;
57 }
58
59 .chatForm {
60   width: 100%;
61 }