URLbar icons for feed etc. should have a margin at the end
[themes.git] / EarlyBlue / chatzilla / output-dark.css
index ef9523ef1717096d8cf4afa65063c867b82f9147..65b4a86e7c5b0be77a408b6c650c7044fc58f332 100644 (file)
@@ -43,6 +43,34 @@ a.chatzilla-link:visited {
     color: #666699;
 }
 
+.header-outer {
+    background-color: black;
+}
+
+.header {
+    color: lightslategrey;
+    background-color: #333333;
+/*    -moz-opacity: 0.9; causes memory leak? */
+    -moz-border-radius: 7px;
+}
+
+.value {
+    color: silver;
+}
+
+#splash {
+    color: #444444;
+}
+
+#usr-descnodes,
+#ch-topicnodes {
+    color: white;
+}
+
+[condition] {
+    font-weight: bold;
+}
+
 .msg-data[msg-type="JOIN"]  a.chatzilla-link,
 .msg-data[msg-type="PART"]  a.chatzilla-link {
     color: lightcyan;