]> git.babelmonkeys.de Git - socialXMPP.git/blob - css/standard.css
Small layout fixes
[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   display: none;
24   max-width: 50%;
25   padding: 1em;
26   background: grey;
27   float: left;
28 }
29
30 .vCardName {
31   font-weight: bold;
32 }
33
34 .friend {
35   float: left;
36   margin: 0.5em;
37   text-align: center;
38   max-width: 10em;
39 }
40
41 .friend img, #vCard_container img {
42   max-width: 70px;
43   max-height: 70px;
44 }
45
46 .sender {
47   color: blue;
48 }
49
50 .receiver {
51   color: darkred;
52 }
53
54 .chat {
55   position: fixed;
56   background-color: white;
57   width: 30%;
58   padding: 1em;
59   border: 2px solid;
60 }
61
62 .chatForm {
63   width: 100%;
64 }
65
66 .chatTitle {
67   font-size: 15pt;
68   font-weight: bold;
69 }