X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=css%2Fstyle.css;h=a1a62574916fef9214c88d5f136ea1e9d0ed1958;hb=b464df5def0e44ebf1e7e033005ed7851a351d79;hp=004b3c428928eec6471cd2b6e27f71dab8a6aa65;hpb=edfc2d84c9c80d63c6326a4ba964471c88b61141;p=banana.git diff --git a/css/style.css b/css/style.css index 004b3c4..a1a6257 100644 --- a/css/style.css +++ b/css/style.css @@ -6,17 +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.banana_scuts .pages { +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; } @@ -24,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; } @@ -31,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; @@ -54,6 +50,7 @@ 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; } @@ -79,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%; +}