adding chatzilla, adding menu icons for components, keeping up with classic
[themes.git] / EarlyBlue / chatzilla / chatzilla.css
diff --git a/EarlyBlue/chatzilla/chatzilla.css b/EarlyBlue/chatzilla/chatzilla.css
new file mode 100644 (file)
index 0000000..2a1ae4e
--- /dev/null
@@ -0,0 +1,147 @@
+/*
+ * The contents of this file are subject to the Mozilla Public
+ * License Version 1.1 (the "License"); you may not use this file
+ * except in compliance with the License. You may obtain a copy of
+ * the License at http://www.mozilla.org/MPL/
+ *
+ * Software distributed under the License is distributed on an "AS
+ * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
+ * implied. See the License for the specific language governing
+ * rights and limitations under the License.
+ *
+ * The Original Code is Mozilla JSIRC Library.
+ *
+ * The Initial Developer of the Original Code is New Dimensions Consulting,
+ * Inc. Portions created by New Dimensions Consulting, Inc. are
+ * Copyright (C) 1999 New Dimenstions Consulting, Inc. All
+ * Rights Reserved.
+ *
+ * Contributor(s):
+ *  Robert Ginda, rginda@ndcico.com, original author
+ *  Robert Kaiser, KaiRo@KaiRo.at, skinning
+ * 
+ * Styles for UI, See output-default.css for output window styles
+ *
+ */
+
+@import url(chrome://communicator/skin/);
+
+window {
+  width: 640px;
+  height: 480px;
+}
+
+#menu-view-none {
+  display: none;
+}
+
+#tabpanels-contents-box {
+  margin: 3px;
+}
+
+#header-url:hover {
+  text-decoration: underline;
+}
+
+#outer-box {
+/*  margin: 5px; */
+  margin-left: 2px;
+  margin-bottom: 2px;
+}
+
+#main-splitter {
+  min-width: 6px;
+  border: none;
+}
+
+#header-bar-tbar {
+  border-bottom: none;
+}
+
+#input-widget,
+#input-widget-multiline {
+  border: 1px inset #CCD0DD;
+}
+
+.highlight-menu-item:hover {
+  color: #000000 !important;
+  background: #336699 !important;
+}
+
+.view-button {
+  color: #000000;
+}
+
+.view-button[state="current"] {
+  font-weight: bold;
+}
+
+.view-button[state="superfluous"] {
+  color: #666699;
+}
+
+.view-button[state="activity"] {
+  color: #336699;
+}
+
+.view-button[state="attention"] {
+  color: red;
+}
+
+/* spaces after the 4th and 8th tab, so you can line them up with your Fn
+ * keys */
+.view-button[viewKey="4"],
+.view-button[viewKey="8"] {
+  margin-left: 5px;
+}
+
+.header-box, .usercount-data {
+  padding-top: 2px;
+  padding-bottom: 2px;
+  padding-right: 10px;
+}
+
+#server-nick {
+  padding-top: 5px;
+}
+
+.header-label {
+  font-weight: bold;
+  text-align: right;
+  margin-left: 10px;
+}
+
+.header-data {
+  text-align: left;
+  margin-left: 5px;
+}
+
+#channel-topic {
+  cursor: default;
+}
+
+#channel-topic[editable="true"] {
+  cursor: text;
+}
+
+.output-container {
+  border: 1px inset #CCD0DD;
+}
+
+/* op image column */
+treechildren:-moz-tree-image(usercol-op, state-true) {
+  list-style-image: url(chrome://chatzilla/skin/images/is-op.gif)
+}
+
+treechildren:-moz-tree-image(usercol-op, state-false) {
+  list-style-image: url(chrome://chatzilla/skin/images/isnt-op.gif)
+}
+
+/* voice image column */
+treechildren:-moz-tree-image(usercol-voice, state-true) {
+  list-style-image: url(chrome://chatzilla/skin/images/is-voice.gif)
+}
+
+treechildren:-moz-tree-image(usercol-voice, state-false) {
+  list-style-image: url(chrome://chatzilla/skin/images/isnt-voice.gif)
+}