Limit the size of the images in multipart/mixed view (on browsers which supports...
[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
65d96b1f 9/** GROUP LIST **/
7027794f 10.banana .grp { text-align: left; }
11.banana .dsc { text-align: left; }
ee075e8a 12
65d96b1f 13/** THREAD VIEW **/
7027794f 14.banana table.thread td {
f4ea8376 15 white-space: nowrap;
6d32cbd5 16 height: 20px;
f4ea8376 17 vertical-align: middle;
18 padding-top: 0;
19 margin-top: 0;
20 padding-bottom: 0;
21 margin-bottom: 0;
22}
ee075e8a 23
7027794f 24.banana table.thread .new { font-weight: bold; }
ee075e8a 25
7027794f 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; }
ee075e8a 29
7027794f 30.banana table.thread .cur { font-style: italic; }
31.banana table.thread .subs { padding: 0%; }
ee075e8a 32
65d96b1f 33/** MESSAGE VIEW **/
7027794f 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 {
7e6455dc 39 color: blue;
40 font-style: italic;
41 margin-left: 0;
7027794f 42 padding-left: 1ex;
7e6455dc 43 border-left: solid 1px;
44 border-color: blue;
45 background: inherit;
4c1df590 46}
7027794f 47.banana table.message blockquote blockquote {
ac785e27 48 color: green;
49 border-color: green;
7e6455dc 50 background: inherit;
ac785e27 51}
7027794f 52.banana table.message blockquote blockquote blockquote {
ac785e27 53 color: #cc0000;
54 border-color: #cc0000;
7e6455dc 55 background: inherit;
ac785e27 56}
7027794f 57.banana table.message blockquote blockquote blockquote blockquote {
8053ec69 58 color: #aaaa00;
59 border-color: #aaaa00;
7e6455dc 60 background: inherit;
8053ec69 61}
632f2956 62.banana table.message img.multipart {
63 max-width: 200px;
64 max-height: 200px;
65}
4c1df590 66
6fa87b6e 67/** MISC **/
7027794f 68.banana .center { text-align: center; padding: 1em; }
69.banana .error { color: red; background: inherit; }
70.banana pre.error {
665a7848 71 margin-left: 2em;
72 font-size: 90%;
73}
7027794f 74.banana .pages {
75 font-size: 80%;
76 text-align: center;
77 padding-top: 0.1em;
78 padding-bottom: 0.1em;
79}
80.banana div.action { float: right; }
81.banana div.menu { float: left; }