Add a different for the fourth quotation level
[banana.git] / css / style.css
index 004b3c4..a1a6257 100644 (file)
@@ -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%;
+}