more font size tweaks.
[citadel.git] / webcit / static / styles / service.css
1 .service {}
2
3 .service .edit_col, .service .host_col { display: none }
4
5 .bio table {
6         margin-top: 0.5em;
7         padding: 0 0.5em;
8         width: 95%;
9         font-family: monospace;
10         background-color: #fff;
11         border: 1px solid #5C646B;
12         -webkit-box-shadow: #666 0px 1px 2px;
13         -moz-box-shadow: #666 0px 2px 3px;
14         box-shadow: #666 0px 2px 3px;
15         behavior: url(/static/styles/PIE.htc);
16 }
17
18 .bio table table {
19         border: 0;
20         padding: 0;
21         margin: 0.5em 0;
22         box-shadow: none;
23         -moz-box-shadow: none;
24         -webkit-box-shadow: none;
25 }
26
27 .bio table table img {
28         max-width: 250px;
29         padding: 0.2em;
30         background-color: #f0feff;
31         border: 1px solid #5C646B;
32         box-shadow: none;
33         -moz-box-shadow: none;
34         -webkit-box-shadow: none;
35 }
36
37 .bio h1 { float: right; }
38
39 .who_is_online tr { 
40         height: 1.5em;
41         padding: 0;
42         margin: 0;
43 }
44
45 .who_is_online td {
46         padding: 0 0.3em;
47 }
48
49 .who_is_online td img { 
50         border: none;
51         margin: 0 auto;
52 }
53
54 .who_is_online .edit_col {}
55
56 .who_is_online .host_col { 
57         font-family: monospace;
58         font-size: 90%;
59 }
60
61 div#who_inner th.host_col { 
62         font-family: sans-serif;
63         font-size: 100%;
64 }