make LCARStrek work with Mozilla 1.6 chatzilla; provide really good dark and default...
[themes.git] / LCARStrek / chatzilla / output-light.css
index 65465a71b822e6017804b03bf4a2109439ffc4b2..18daadce6122c15001678f6e09338de9a8d36aa0 100644 (file)
@@ -39,6 +39,43 @@ 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;
 }