1 /* -*- Mode: Text; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
2 * The contents of this file are subject to the Mozilla Public
3 * License Version 1.1 (the "License"); you may not use this file
4 * except in compliance with the License. You may obtain a copy of
5 * the License at http://www.mozilla.org/MPL/
7 * Software distributed under the License is distributed on an "AS
8 * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
9 * implied. See the License for the specific language governing
10 * rights and limitations under the License.
12 * The Original Code is Chatzilla.
14 * The Initial Developer of the Original Code is New Dimensions Consulting,
15 * Inc. Portions created by New Dimensions Consulting, Inc. are
16 * Copyright (C) 1999 New Dimenstions Consulting, Inc. All
20 * Robert Ginda, rginda@ndcico.com, original author
22 * Styles for output window
27 * a dark background/light text version of the output window.
28 * see output-base.css for details.
31 @import url(chrome://chatzilla/content/output-base.css);
33 body.chatzilla-body { /* The topmost container in the ChatZilla */
34 background: black; /* output window. */
42 a.chatzilla-link:visited {
47 background-color: black;
51 color: lightslategrey;
52 background-color: #333333;
53 /* -moz-opacity: 0.9; causes memory leak? */
54 -moz-border-radius: 7px;
74 .msg-data[msg-type="JOIN"] a.chatzilla-link,
75 .msg-data[msg-type="PART"] a.chatzilla-link {
79 .msg-data[msg-type="KICK"] a.chatzilla-link {
84 color: magenta !important;
87 .chatzilla-highlight[name="Slate"] {
92 .chatzilla-highlight[name="Plum"] {
97 .chatzilla-highlight[name="Brown"] {
102 .msg-type { /* .msg-type = message type */
103 color: #CCD0DD; /* indicator */
106 .msg-user a.chatzilla-link,
107 .msg-user { /* msg-user = nickname portion of */
108 color: white !important; /* a message (channel and query */
111 .msg-data[mark="even"] { /* use even/odd marks to create a */
112 color: white; /* subtle brightness change when */
113 } /* the speaker changes. */
115 .msg-data[msg-type="JOIN"],
116 .msg-data[msg-type="PART"] {
120 .msg-data[msg-type="PART"] {
124 .msg-data[msg-type="HELLO"] {
128 .msg-data[msg-type="ERROR"] {
133 .msg-data[msg-type="USAGE"] {
137 .msg-data[msg-type="ACTION"] {
141 .msg-data[msg-type="NICK"] {
145 .msg-data[msg-type="NOTICE"],
146 .msg-data[msg-type="MODE"] {
150 .msg-data[msg-type="NOTICE"] a.chatzilla-link,
151 .msg-data[msg-type="MODE"] a.chatzilla-link {
155 .msg-data[msg-type="KICK"] {
159 .msg-data[msg-type="QUIT"] {
163 /* important="true" means that the message has text from your /stalk list in
164 * it, has your nickname in it, or was spoken by someone in your /stalk list.
166 .msg-user[important="true"],
167 .msg-data[important="true"] {
168 background: #333333 !important;
176 .msg-user[msg-user$="ME!"]:before,
177 .msg-user[msg-user$="ME!"]:after {
181 .msg-user[msg-type="ACTION"]:before,
182 .msg-user[msg-type="ACTION"]:after {
186 .msg-user[msg-type="NOTICE"]:before,
187 .msg-user[msg-type="NOTICE"]:after {
191 /* private messages *not* in a query window */
192 .msg-user[dest-type="IRCUser"]:before,
193 .msg-user[dest-type="IRCUser"]:after {
197 .msg-user[msg-dest$="ME!"]:before,
198 .msg-user[msg-dest$="ME!"]:after {
202 /* private messages in a query window */
203 .msg-user[view-type="IRCUser"]:before,
204 .msg-user[view-type="IRCUser"]:after {
208 .msg-user[view-type="IRCUser"][msg-user$="ME!"]:before,
209 .msg-user[view-type="IRCUser"][msg-user$="ME!"]:after {