X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=css%2Fstyle.css;h=a1a62574916fef9214c88d5f136ea1e9d0ed1958;hb=b464df5def0e44ebf1e7e033005ed7851a351d79;hp=a9fd064dd07d693714f94513ca5b88f117cd2e0f;hpb=717202b503489625ea1c5cdf22e7d2229ba102ca;p=banana.git diff --git a/css/style.css b/css/style.css index a9fd064..a1a6257 100644 --- a/css/style.css +++ b/css/style.css @@ -6,13 +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; } @@ -20,6 +26,7 @@ table.banana_group td.dsc { text-align: left; } /** THREAD VIEW **/ +table.banana_thread { width: 100%; } table.banana_thread td { white-space: nowrap; height: 21px; @@ -43,10 +50,12 @@ 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%; } @@ -67,9 +76,18 @@ 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%; +}