1 /* -*- Mode: Text; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
2 * ***** BEGIN LICENSE BLOCK *****
3 * Version: MPL 1.1/GPL 2.0/LGPL 2.1
5 * The contents of this file are subject to the Mozilla Public License Version
6 * 1.1 (the "License"); you may not use this file except in compliance with
7 * the License. You may obtain a copy of the License at
8 * http://www.mozilla.org/MPL/
10 * Software distributed under the License is distributed on an "AS IS" basis,
11 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
12 * for the specific language governing rights and limitations under the
15 * The Original Code is Chatzilla.
17 * The Initial Developer of the Original Code is
18 * New Dimensions Consulting, Inc.
19 * Portions created by the Initial Developer are Copyright (C) 1999
20 * the Initial Developer. All Rights Reserved.
23 * Robert Ginda, rginda@ndcico.com, original author
25 * Alternatively, the contents of this file may be used under the terms of
26 * either the GNU General Public License Version 2 or later (the "GPL"), or
27 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
28 * in which case the provisions of the GPL or the LGPL are applicable instead
29 * of those above. If you wish to allow use of your version of this file only
30 * under the terms of either the GPL or the LGPL, and not to allow others to
31 * use your version of this file under the terms of the MPL, indicate your
32 * decision by deleting the provisions above and replace them with the notice
33 * and other provisions required by the GPL or the LGPL. If you do not delete
34 * the provisions above, a recipient may use your version of this file under
35 * the terms of any one of the MPL, the GPL or the LGPL.
37 * ***** END LICENSE BLOCK ***** */
40 * a dark background/light text version of the output window.
41 * see output-base.css for details.
44 @import url("chrome://chatzilla/content/output-base.css");
46 body.chatzilla-body { /* The topmost container in the ChatZilla */
47 background: #000000; /* output window. */
55 a.chatzilla-link:visited {
60 background-color: #000000;
65 background-color: #9C9CFF;
66 -moz-border-radius: 7px;
70 background-color: #008484;
77 /* Style userlist as white-on-black. */
83 /* For Mac, who's theme sucks. */
84 treechildren::-moz-tree-row(unselected),
85 treechildren::-moz-tree-cell(unselected),
86 treechildren::-moz-tree-cell-text(unselected) {
87 border-color: #FFCF00 !important;
88 background: #FFCF00 !important;
89 color: #000000 !important;
109 [condition="yellow"] {
113 [condition="green"] {
117 .msg[msg-type="JOIN"] .msg-data a.chatzilla-link,
118 .msg[msg-type="PART"] .msg-data a.chatzilla-link {
119 /* color: #9C9CFF; */
122 .msg[msg-type="KICK"] .msg-data a.chatzilla-link {
123 /* color: #000000; */
127 color: #FFCF00 !important;
130 .chatzilla-highlight[name="Slate"] {
135 .chatzilla-highlight[name="Plum"] {
140 .chatzilla-highlight[name="Brown"] {
146 background-color: #000000;
147 -moz-border-radius: 7px 0px 0px 7px;
148 border: 1px solid #004242;
152 background-color: #000000;
153 -moz-border-radius: 0px 7px 7px 0px;
154 border: 1px solid #735673;
157 .msg-type { /* .msg-type = message type */
158 color: #008484; /* indicator */
161 .msg-user a.chatzilla-link,
162 .msg-user { /* msg-user = nickname portion of */
163 color: #FF9F00 !important; /* a message (channel and query */
166 .msg[mark="even"] .msg-data { /* use even/odd marks to create a */
167 color: #9C9CFF; /* subtle brightness change when */
168 } /* the speaker changes. */
170 .msg[msg-type="JOIN"] .msg-data,
171 .msg[msg-type="PART"] .msg-data {
175 .msg[msg-type="HELLO"] .msg-data {
179 .msg[msg-type="ERROR"] .msg-data,
180 .msg[msg-type="DISCONNECT"] .msg-data {
184 .msg[msg-type="USAGE"] .msg-data {
188 .msg[msg-type="ACTION"] .msg-data {
193 .msg[msg-type="NICK"] .msg-data {
197 .msg[msg-type="NOTICE"] .msg-data,
198 .msg[msg-type="MODE"] .msg-data {
202 .msg[msg-type="NOTICE"] .msg-data a.chatzilla-link,
203 .msg[msg-type="MODE"] .msg-data a.chatzilla-link {
207 .msg[msg-type="KICK"] .msg-data {
211 .msg[msg-type="QUIT"] .msg-data {
215 /* important="true" means that the message has text from your /stalk list in
216 * it, has your nickname in it, or was spoken by someone in your /stalk list.
218 .msg[important="true"] .msg-user,
219 .msg[important="true"] .msg-data {
220 background: #4D4D7F !important;
221 color: #FFCF00 !important;
229 .msg[msg-user$="ME!"] .msg-user:before,
230 .msg[msg-user$="ME!"] .msg-user:after {
233 .msg[msg-user$="ME!"] .msg-user {
234 border: 1px solid #9C9CFF;
237 .msg[msg-type="ACTION"] .msg-user:before,
238 .msg[msg-type="ACTION"] .msg-user:after {
242 .msg[msg-type="NOTICE"] .msg-user:before,
243 .msg[msg-type="NOTICE"] .msg-user:after {
247 /* private messages *not* in a query window */
248 .msg[dest-type="IRCUser"] .msg-user:before,
249 .msg[dest-type="IRCUser"] .msg-user:after {
253 .msg[msg-dest$="ME!"] .msg-user:before,
254 .msg[msg-dest$="ME!"] .msg-user:after {
258 /* private messages in a query window */
259 .msg[view-type="IRCUser"] .msg-user:before,
260 .msg[view-type="IRCUser"] .msg-user:after {
264 .msg[view-type="IRCUser"][msg-user$="ME!"] .msg-user:before,
265 .msg[view-type="IRCUser"][msg-user$="ME!"] .msg-user:after {