]> cgit.babelmonkeys.de Git - socialXMPP.git/blob - css/standard.css
25e4aed4655e08610134e3628777510e9f50c8fd
[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 .chat {
48   width: 30%;
49   height: 30%;
50   padding: 1em;
51   border: 2px solid;
52 }