update chatzilla skinto Mozilla 1.6 version
[themes.git] / EarlyBlue / chatzilla / output-light.css
index 7e0d4de58ee11a7e1c43567f904a2f9ac6534a32..9ec1e65d2cba1768b09271d229f100178e569285 100644 (file)
  *
  * Contributor(s):
  *  Robert Ginda, rginda@ndcico.com, original author
- * 
+ *
  * Styles for output window
  *
  */
 
-/* 
+/*
  *  a light background/dark text version of the output window.
- *  see output-base.css for details. 
+ *  see output-base.css for details.
  */
 
 @import url(chrome://chatzilla/content/output-base.css);
 
 body.chatzilla-body {               /* The topmost container in the ChatZilla */
     background: white;              /* output window.                         */
-    color: #222222;    
+    color: #222222;
 }
 
 a.chatzilla-link {
     color: #777499 /*#ea3838*/;
 }
 
+.header-outer {
+    background-color: #d1d0ea;
+}
+
+.header {
+    color: darkslategrey;
+    background-color: #EEEEEE;
+/*    -moz-opacity: 0.9;*/
+    border: 1px #777499 solid;
+    -moz-border-radius: 7px;
+}
+
+#splash {
+    color: #DDDDDD;
+}
+
+#usr-descnodes,
+#ch-topicnodes {
+    color: black;
+}
+
+[condition] {
+    font-weight: bold;
+}
+
+[condition="red"] {
+    color: red;
+}
+
+[condition="yellow"] {
+    color: orange;
+}
+
+[condition="green"] {
+    color: #2ec908;
+}
+
 .msg-data[msg-type="QUIT"] a.chatzilla-link {
     color: #d1ecf9;
 }