Fixes vim mode line.
[banana.git] / css / style.css
CommitLineData
ee075e8a 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
e95f5b5e 9.banana {
10 margin-bottom: 1em;
11}
12
65d96b1f 13/** GROUP LIST **/
7027794f 14.banana .grp { text-align: left; }
15.banana .dsc { text-align: left; }
ee075e8a 16
65d96b1f 17/** THREAD VIEW **/
951030b7 18.banana table.thread td, .banana table.thread tr {
f4ea8376 19 white-space: nowrap;
6d32cbd5 20 height: 20px;
f4ea8376 21 vertical-align: middle;
22 padding-top: 0;
23 margin-top: 0;
24 padding-bottom: 0;
25 margin-bottom: 0;
26}
ee075e8a 27
7027794f 28.banana table.thread .new { font-weight: bold; }
ee075e8a 29
7027794f 30.banana table.thread .date { width: 15%; text-align: center; }
31.banana table.thread .subj { text-align: left; overflow: hidden; }
32.banana table.thread .from { text-align: left; }
ee075e8a 33
7027794f 34.banana table.thread .cur { font-style: italic; }
35.banana table.thread .subs { padding: 0%; }
ee075e8a 36
65d96b1f 37/** MESSAGE VIEW **/
7027794f 38.banana table.message .hdr { width: 15%; text-align: right; font-weight: bold; padding-right: 1em; }
39.banana table.message .xface { text-align: right; }
40.banana table.message .subject { font-size: 120%; }
41.banana table.message .body { padding-top: 1em; padding-bottom: 0.5em; }
42.banana table.message blockquote {
7e6455dc 43 color: blue;
44 font-style: italic;
45 margin-left: 0;
7027794f 46 padding-left: 1ex;
7e6455dc 47 border-left: solid 1px;
48 border-color: blue;
abaec820 49 background: inherit;
4c1df590 50}
7027794f 51.banana table.message blockquote blockquote {
ac785e27 52 color: green;
53 border-color: green;
7e6455dc 54 background: inherit;
ac785e27 55}
7027794f 56.banana table.message blockquote blockquote blockquote {
ac785e27 57 color: #cc0000;
58 border-color: #cc0000;
7e6455dc 59 background: inherit;
ac785e27 60}
7027794f 61.banana table.message blockquote blockquote blockquote blockquote {
8053ec69 62 color: #aaaa00;
63 border-color: #aaaa00;
7e6455dc 64 background: inherit;
8053ec69 65}
632f2956 66.banana table.message img.multipart {
67 max-width: 200px;
68 max-height: 200px;
69}
9c118ac9 70.banana table.message .body .default {
71 background-color: #fff;
72}
4c1df590 73
951accf5 74.banana .thread_tree {
75 white-space: nowrap;
1a85c7a6 76}
77
78.banana .thread_tree input {
79 width: 14px;
80 height: 14px;
81 padding: 2px 0;
82 margin: 0;
83}
84
85.banana .thread_tree img {
86 margin: 0;
87 padding: 0;
88 width: 14px;
89 height: 18px;
90}
91
06a59a10 92.banana .thread_tree .tree {
951accf5 93 overflow-y: hidden;
94 overflow-x: auto;
95 margin: 0;
96 padding-left: 2em;
97 padding-bottom: 1em;
06a59a10 98}
99
1a85c7a6 100
6fa87b6e 101/** MISC **/
29e84129 102
7027794f 103.banana .center { text-align: center; padding: 1em; }
29e84129 104.banana .error { color: red; padding-left: 1em; }
7027794f 105.banana pre.error {
665a7848 106 margin-left: 2em;
107 font-size: 90%;
108}
7027794f 109.banana .pages {
110 font-size: 80%;
111 text-align: center;
112 padding-top: 0.1em;
113 padding-bottom: 0.1em;
114}
115.banana div.action { float: right; }
116.banana div.menu { float: left; }