--- /dev/null
+/* ***** BEGIN LICENSE BLOCK *****
+ * Version: MPL 1.1/GPL 2.0/LGPL 2.1
+ *
+ * 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 ChatZilla.
+ *
+ * The Initial Developer of the Original Code is Andreas Premstaller.
+ *
+ * Contributor(s):
+ * James Ross <silver@warwickcompsoc.co.uk>
+ *
+ * Alternatively, the contents of this file may be used under the terms of
+ * either the GNU General Public License Version 2 or later (the "GPL"), or
+ * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
+ * in which case the provisions of the GPL or the LGPL are applicable instead
+ * of those above. If you wish to allow use of your version of this file only
+ * under the terms of either the GPL or the LGPL, and not to allow others to
+ * use your version of this file under the terms of the MPL, indicate your
+ * decision by deleting the provisions above and replace them with the notice
+ * and other provisions required by the GPL or the LGPL. If you do not delete
+ * the provisions above, a recipient may use your version of this file under
+ * the terms of any one of the MPL, the GPL or the LGPL.
+ *
+ * ***** END LICENSE BLOCK ***** */
+
+#tb-chatzilla-open {
+ list-style-image: url("chrome://chatzilla/skin/images/taskbar-irc.gif");
+}
}
.view-button {
- color: #000000;
+ /* do NOT set color, at least not without background. :) */
}
.view-button[state="current"] {
padding-right: 10px;
}
+#user-list {
+ margin: 0px;
+}
+
#server-nick {
padding-top: 5px;
}
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)
+treecol {
+ border: none;
+}
+
+treechildren::-moz-tree-cell-text {
+ padding-top: 1px;
+}
+
+/* The userlist can be in one of two state. In "symbol", the user's
+ * channel mode is shown as a @ or + image, while in "graphic" mode, the
+ * image is one of the LED images.
+ */
+
+/* no mode */
+treechildren::-moz-tree-image {
+ list-style-image: url(chrome://chatzilla/skin/images/no-symbol.gif);
+ margin-right: 3px;
+}
+
+#user-list[mode="graphic"] treechildren::-moz-tree-image {
+ list-style-image: url(chrome://chatzilla/skin/images/no-graphic.gif);
+}
+
+/* voice */
+treechildren::-moz-tree-image(voice-true) {
+ list-style-image: url(chrome://chatzilla/skin/images/voice-symbol.gif);
+}
+
+#user-list[mode="graphic"] treechildren::-moz-tree-image(voice-true) {
+ list-style-image: url(chrome://chatzilla/skin/images/voice-graphic.gif);
+}
+
+/* half-chanop */
+treechildren::-moz-tree-image(halfop-true) {
+ list-style-image: url(chrome://chatzilla/skin/images/halfop-symbol.gif);
+}
+
+#user-list[mode="graphic"] treechildren::-moz-tree-image(halfop-true) {
+ list-style-image: url(chrome://chatzilla/skin/images/halfop-graphic.gif);
+}
+
+/* chanop */
+treechildren::-moz-tree-image(op-true) {
+ list-style-image: url(chrome://chatzilla/skin/images/op-symbol.gif);
}
-treechildren::-moz-tree-image(usercol-op, state-false) {
- list-style-image: url(chrome://chatzilla/skin/images/isnt-op.gif)
+#user-list[mode="graphic"] treechildren::-moz-tree-image(op-true) {
+ list-style-image: url(chrome://chatzilla/skin/images/op-graphic.gif);
}
-/* voice image column */
-treechildren::-moz-tree-image(usercol-voice, state-true) {
- list-style-image: url(chrome://chatzilla/skin/images/is-voice.gif)
+.colorGrid {
+ width: 24px;
+ height: 16px;
+ border: 1px solid black;
+ -moz-box-align: center;
+ -moz-box-pack: center;
}
-treechildren::-moz-tree-image(usercol-voice, state-false) {
- list-style-image: url(chrome://chatzilla/skin/images/isnt-voice.gif)
+#colorTooltip {
+ padding: 0px;
+ -moz-box-align: center;
+ -moz-box-pack: center;
}
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;
color: #666699;
}
-.chatzilla-highlight[name="Bold"] {
- font-weight: bold;
-}
-
-.chatzilla-highlight[name="Italic"] {
- font-style: italic;
-}
-
-.chatzilla-highlight[name="Large"] {
- font-size: 12pt;
-}
-
-.chatzilla-highlight[name="Small"] {
- font-size: 8pt;
-}
-
-.chatzilla-highlight[name="SmallCap"] {
- font-variant: small-caps;
-}
-
-.msg-data[msg-type="ACTION"] {
- font-style: italic;
+.header-outer {
+ background-color: white;
}
.msg-type[msg-type="JOIN"],
*
* 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;
}