X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=css%2Fstyle.css;h=a1a62574916fef9214c88d5f136ea1e9d0ed1958;hb=b464df5def0e44ebf1e7e033005ed7851a351d79;hp=64f43f524109c4fd9d53d17f9a6020267c294436;hpb=48a6ffa31e4fda34abe8749380b10bf56789b20f;p=banana.git diff --git a/css/style.css b/css/style.css index 64f43f5..a1a6257 100644 --- a/css/style.css +++ b/css/style.css @@ -6,10 +6,19 @@ * Copyright: See COPYING files that comes with this distribution ********************************************************************************/ -div.banana_scuts { text-align: left; padding: 0.5em 0em; } +div.pages { + font-size: 80%; + text-align: center; + padding-top: 0.1em; + padding-bottom: 0.1em; +} +div.banana_action { float: right; } +div.banana_menu { float: left; } + /** GROUP LIST **/ +table.banana_group { width: 100%; } table.banana_group td.new { text-align: center; } table.banana_group td.all { text-align: center; } table.banana_group td.grp { text-align: left; } @@ -17,7 +26,16 @@ table.banana_group td.dsc { text-align: left; } /** THREAD VIEW **/ -table.banana_thread td { white-space: nowrap; height: 100%; vertical-align: middle; } +table.banana_thread { width: 100%; } +table.banana_thread td { + white-space: nowrap; + height: 21px; + vertical-align: middle; + padding-top: 0; + margin-top: 0; + padding-bottom: 0; + margin-bottom: 0; +} table.banana_thread tr.new { font-weight: bold; } @@ -26,26 +44,50 @@ table.banana_thread td.subj { text-align: left; overflow: hidden; } table.banana_thread td.from { text-align: left; } table.banana_thread div.tree { float: left; padding-right: 0.3em; } -table.banana_thread span.cur { font-style: italic; font-size: 90%; } +table.banana_thread span.cur { font-style: italic; } +table.banana_thread table { border: 0px; padding: 0px; margin: 0px; width: 100%; } +table.banana_thread td.subs { padding: 0%; } /** MESSAGE VIEW **/ +table.banana_msg { width: 100%; } +table.banana_msg td.headers { width: 100%; } table.banana_msg .hdr { width: 15%; text-align: right; font-weight: bold; padding-right: 1em; } +table.banana_msg td.xface { text-align: right; } +table.banana_msg th.subject { font-size: 120%; } +table.banana_msg td.body { padding-top: 1em; padding-bottom: 0.5em; } table.banana_msg td.thrd { padding: 0px; } table.banana_msg table { border: 0px; padding: 0px; margin: 0px; width: 100%; } table.banana_msg blockquote { - color: green; + color: blue; font-style: italic; margin-left: 0; padding-left: 1em; border-left: solid 1px; border-color: blue; } +table.banana_msg blockquote blockquote { + color: green; + border-color: green; +} +table.banana_msg blockquote blockquote blockquote { + color: #cc0000; + border-color: #cc0000; +} +table.banana_msg blockquote blockquote blockquote blockquote { + color: #aaaa00; + border-color: #aaaa00; +} /** MISC **/ div.center { text-align: center; padding: 1em; } p.error { color: red; background: inherit; } +pre.error { + color: red; + margin-left: 2em; + font-size: 90%; +}