Rework all sources :
[banana.git] / css / style.css
1 /********************************************************************************
2 * css/style.css : Default css
3 * ---------------
4 *
5 * This file is part of the banana distribution
6 * Copyright: See COPYING files that comes with this distribution
7 ********************************************************************************/
8
9 /** GROUP LIST **/
10 .banana .grp { text-align: left; }
11 .banana .dsc { text-align: left; }
12
13 /** THREAD VIEW **/
14 .banana table.thread td {
15 white-space: nowrap;
16 height: 20px;
17 vertical-align: middle;
18 padding-top: 0;
19 margin-top: 0;
20 padding-bottom: 0;
21 margin-bottom: 0;
22 }
23
24 .banana table.thread .new { font-weight: bold; }
25
26 .banana table.thread .date { width: 15%; text-align: center; }
27 .banana table.thread .subj { text-align: left; overflow: hidden; }
28 .banana table.thread .from { text-align: left; }
29
30 .banana table.thread .cur { font-style: italic; }
31 .banana table.thread .subs { padding: 0%; }
32
33 /** MESSAGE VIEW **/
34 .banana table.message .hdr { width: 15%; text-align: right; font-weight: bold; padding-right: 1em; }
35 .banana table.message .xface { text-align: right; }
36 .banana table.message .subject { font-size: 120%; }
37 .banana table.message .body { padding-top: 1em; padding-bottom: 0.5em; }
38 .banana table.message blockquote {
39 color: blue;
40 font-style: italic;
41 margin-left: 0;
42 padding-left: 1ex;
43 border-left: solid 1px;
44 border-color: blue;
45 background: inherit;
46 }
47 .banana table.message blockquote blockquote {
48 color: green;
49 border-color: green;
50 background: inherit;
51 }
52 .banana table.message blockquote blockquote blockquote {
53 color: #cc0000;
54 border-color: #cc0000;
55 background: inherit;
56 }
57 .banana table.message blockquote blockquote blockquote blockquote {
58 color: #aaaa00;
59 border-color: #aaaa00;
60 background: inherit;
61 }
62
63 /** MISC **/
64 .banana .center { text-align: center; padding: 1em; }
65 .banana .error { color: red; background: inherit; }
66 .banana pre.error {
67 margin-left: 2em;
68 font-size: 90%;
69 }
70 .banana .pages {
71 font-size: 80%;
72 text-align: center;
73 padding-top: 0.1em;
74 padding-bottom: 0.1em;
75 }
76 .banana div.action { float: right; }
77 .banana div.menu { float: left; }