X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=css%2Fstyle.css;h=dc9ac52c88f8f787fe750a18c6a03110f6032195;hb=ed6127a812a4fb6555ead9b281dafeb4978037a6;hp=8cd185d03f182309119d4b2e72259b02f4071581;hpb=2ba32e89cea577c4b33220a095b8eec576be1de4;p=banana.git diff --git a/css/style.css b/css/style.css index 8cd185d..dc9ac52 100644 --- a/css/style.css +++ b/css/style.css @@ -6,12 +6,11 @@ * Copyright: See COPYING files that comes with this distribution ********************************************************************************/ -div.banana_scuts { - text-align: left; - padding: 0.5em 0em; -} -div.banana_scuts .title { - font-weight: bold; +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; } @@ -19,6 +18,7 @@ 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; } @@ -26,9 +26,10 @@ table.banana_group td.dsc { text-align: left; } /** THREAD VIEW **/ +table.banana_thread { width: 100%; } table.banana_thread td { white-space: nowrap; - height: 21px; + height: 20px; vertical-align: middle; padding-top: 0; margin-top: 0; @@ -49,33 +50,49 @@ 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: blue; - font-style: italic; - margin-left: 0; - padding-left: 1em; - border-left: solid 1px; - border-color: blue; + color: blue; + font-style: italic; + margin-left: 0; + padding-left: 1em; + border-left: solid 1px; + border-color: blue; + background: inherit; } table.banana_msg blockquote blockquote { color: green; border-color: green; + background: inherit; } table.banana_msg blockquote blockquote blockquote { color: #cc0000; border-color: #cc0000; + background: inherit; +} +table.banana_msg blockquote blockquote blockquote blockquote { + color: #aaaa00; + border-color: #aaaa00; + background: inherit; } /** MISC **/ div.center { text-align: center; padding: 1em; } p.error { color: red; background: inherit; } +pre.error { + color: red; + margin-left: 2em; + font-size: 90%; + background: inherit; +}