]> code.citadel.org Git - citadel.git/blob - webcit/static/styles/message.css
f71bb0b73395272696b4e39d3ae338a41bd937ca
[citadel.git] / webcit / static / styles / message.css
1 .message {
2         background-color: #deded0;
3         margin: 1em;
4         border: 1px solid #5C646B;
5         border-radius: 8px;
6         -webkit-border-radius: 8px;
7         -moz-border-radius: 8px; 
8         -webkit-box-shadow: #666 0px 1px 2px;
9         -moz-box-shadow: #666 0px 2px 3px;
10         box-shadow: #666 0px 2px 3px;
11         behavior: url(/static/styles/PIE.htc);
12 }
13
14 .message_header {
15         font-size: x-small;
16         padding: 0.5em;
17         border-top: 1px solid transparent;
18         border-radius: 8px 8px 0 0;
19         -webkit-border-radius: 8px 8px 0 0;
20         -moz-border-radius: 8px 8px 0 0; 
21         behavior: url(/static/styles/PIE.htc);
22 }
23
24 .message_content {
25         background-color: #fff;
26         padding: 0.5em;
27         clear: both;
28         border-bottom: 1px solid transparent;
29         border-radius: 0 0 8px 8px;
30         -webkit-border-radius: 0 0 8px 8px;
31         -moz-border-radius: 0 0 8px 8px; 
32         behavior: url(/static/styles/PIE.htc);
33 }
34
35
36 .message_subject {
37         font-size: medium;
38         font-style: italic;
39         float: left;
40 }
41
42 .message_header span, .message_header a { font-weight: bold; }
43
44 .message_header p {
45         margin: 3px 0;
46         padding: 0;
47 }
48
49
50 .message_content > div > div { text-align: justify !important }
51
52 .message form div label, .entmsg form div label {
53         display: block;
54         float: left;
55         margin: 0.3em;
56         width: 9em;
57         text-align: right;
58 }
59  
60 .message form div input, .message form div select, .entmsg form div input, .entmsg form div select {
61         margin: 0.3em
62 }
63
64 .msgbuttons {
65         float: right;
66         font-size: 80%;
67         line-height: 2em;
68 }
69
70 .msgbuttons a {
71         font-size: x-small;
72         display: inline-block;
73         margin-left: 0.3em;
74 }